Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 Running in Durability level: PERFORMANCE_OPTIMIZED 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 Checking out Revision aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > 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 > 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 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 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.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3593’ is offline; ‘prd-centos7-docker-4c-2g-3602’ is offline Running on prd-centos7-docker-4c-2g-3609 in /w/workspace/_app-service-configurable_master [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/_app-service-configurable_master # 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 > 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/master:refs/remotes/origin/master # timeout=10 Checking out Revision 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 # timeout=10 Commit message: "ci: Update files for Go 1.16 (#246)" > git rev-list --no-walk 3684568252246792ccd690fa1a26876a0e7756f3 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-05-07T18:30:21.167Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-07T18:30:21.255Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-07T18:30:21.283Z] ========================================================= [2021-05-07T18:30:21.283Z] EdgeX Global Pipelines Version Info [2021-05-07T18:30:21.283Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:30:24.253Z] ------------------- [2021-05-07T18:30:24.253Z] stable info: [2021-05-07T18:30:24.253Z] ------------------- [2021-05-07T18:30:24.253Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-07T18:30:24.253Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T18:30:24.253Z] Message: update stable to v1.0.191 [2021-05-07T18:30:25.234Z] ------------------- [2021-05-07T18:30:25.234Z] experimental info: [2021-05-07T18:30:25.234Z] ------------------- [2021-05-07T18:30:25.234Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-07T18:30:25.234Z] Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd [2021-05-07T18:30:25.234Z] Message: update experimental to v1.0.191 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-07T18:30:25.396Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo [2021-05-07T18:30:25.419Z] [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo [2021-05-07T18:30:25.441Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-07T18:30:25.463Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-07T18:30:25.486Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-07T18:30:25.509Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-07T18:30:25.531Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-07T18:30:25.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-07T18:30:25.575Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-07T18:30:25.597Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-07T18:30:25.619Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-07T18:30:25.641Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo [2021-05-07T18:30:25.664Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-07T18:30:25.687Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-07T18:30:25.710Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-07T18:30:25.734Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-07T18:30:25.757Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-07T18:30:25.780Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-07T18:30:25.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-07T18:30:25.841Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-05-07T18:30:25.874Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-07T18:30:25.904Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-07T18:30:25.934Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-07T18:30:25.965Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-07T18:30:26.028Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-07T18:30:26.051Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-07T18:30:26.101Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2021-05-07T18:30:26.123Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2021-05-07T18:30:26.148Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2021-05-07T18:30:26.175Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [Pipeline] echo [2021-05-07T18:30:26.196Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6494f19 [Pipeline] echo [2021-05-07T18:30:26.219Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T18:30:26.293Z] provisioning config files... [2021-05-07T18:30:26.368Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config4738531362286459585tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:30:26.807Z] ---> docker-login.sh [2021-05-07T18:30:26.807Z] nexus3.edgexfoundry.org:10001 [2021-05-07T18:30:27.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:30:28.128Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:30:28.128Z] Configure a credential helper to remove this warning. See [2021-05-07T18:30:28.128Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:30:28.128Z] [2021-05-07T18:30:28.128Z] Login Succeeded [2021-05-07T18:30:28.128Z] nexus3.edgexfoundry.org:10002 [2021-05-07T18:30:28.128Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:30:28.410Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:30:28.410Z] Configure a credential helper to remove this warning. See [2021-05-07T18:30:28.410Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:30:28.410Z] [2021-05-07T18:30:28.410Z] Login Succeeded [2021-05-07T18:30:28.410Z] nexus3.edgexfoundry.org:10003 [2021-05-07T18:30:28.715Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:30:28.715Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:30:28.715Z] Configure a credential helper to remove this warning. See [2021-05-07T18:30:28.715Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:30:28.715Z] [2021-05-07T18:30:28.715Z] Login Succeeded [2021-05-07T18:30:28.715Z] nexus3.edgexfoundry.org:10004 [2021-05-07T18:30:29.001Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:30:29.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:30:29.287Z] Configure a credential helper to remove this warning. See [2021-05-07T18:30:29.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:30:29.287Z] [2021-05-07T18:30:29.287Z] Login Succeeded [2021-05-07T18:30:29.287Z] docker.io [2021-05-07T18:30:29.565Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:30:29.844Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:30:29.844Z] Configure a credential helper to remove this warning. See [2021-05-07T18:30:29.844Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:30:29.844Z] [2021-05-07T18:30:29.844Z] Login Succeeded [2021-05-07T18:30:29.844Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T18:30:29.865Z] 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 [2021-05-07T18:30:30.338Z] + git log --format=format:%s -1 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [Pipeline] echo [2021-05-07T18:30:30.609Z] GIT_COMMIT: 6494f196447de14bc8de4843e7d8f16b3ff1e2c1, Commit Message: ci: Update files for Go 1.16 (#246) [Pipeline] echo [2021-05-07T18:30:30.622Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:30:31.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T18:30:31.222Z] [2021-05-07T18:30:31.222Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:30:31.620Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T18:30:31.620Z] latest: Pulling from edgex-devops/git-semver [2021-05-07T18:30:31.620Z] 31603596830f: Pulling fs layer [2021-05-07T18:30:31.620Z] 54011a49482f: Pulling fs layer [2021-05-07T18:30:31.620Z] a6820b24f6d8: Pulling fs layer [2021-05-07T18:30:31.620Z] f581987b2513: Pulling fs layer [2021-05-07T18:30:31.620Z] f581987b2513: Waiting [2021-05-07T18:30:31.620Z] 54011a49482f: Verifying Checksum [2021-05-07T18:30:31.620Z] 54011a49482f: Download complete [2021-05-07T18:30:31.938Z] 31603596830f: Verifying Checksum [2021-05-07T18:30:31.938Z] 31603596830f: Download complete [2021-05-07T18:30:32.280Z] f581987b2513: Verifying Checksum [2021-05-07T18:30:32.280Z] f581987b2513: Download complete [2021-05-07T18:30:32.563Z] 31603596830f: Pull complete [2021-05-07T18:30:32.563Z] a6820b24f6d8: Verifying Checksum [2021-05-07T18:30:32.563Z] a6820b24f6d8: Download complete [2021-05-07T18:30:32.839Z] 54011a49482f: Pull complete [2021-05-07T18:30:34.844Z] a6820b24f6d8: Pull complete [2021-05-07T18:30:34.844Z] f581987b2513: Pull complete [2021-05-07T18:30:34.844Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-07T18:30:34.844Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T18:30:34.844Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-07T18:30:35.031Z] prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container [2021-05-07T18:30:35.229Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-07T18:30:37.971Z] $ docker top 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T18:30:38.275Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T18:30:38.275Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T18:30:38.861Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T18:30:38.867Z] $ docker exec 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 ssh-agent [2021-05-07T18:30:39.432Z] SSH_AUTH_SOCK=/tmp/ssh-L2PV6LUnxtr9/agent.11 [2021-05-07T18:30:39.432Z] SSH_AGENT_PID=16 [2021-05-07T18:30:39.453Z] Running ssh-add (command line suppressed) [2021-05-07T18:30:39.733Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5189951494029879499.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5189951494029879499.key) [2021-05-07T18:30:39.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T18:30:40.588Z] + git tag --points-at HEAD [Pipeline] } [2021-05-07T18:30:40.616Z] $ docker exec --env ******** --env ******** 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 ssh-agent -k [2021-05-07T18:30:40.834Z] unset SSH_AUTH_SOCK; [2021-05-07T18:30:40.838Z] unset SSH_AGENT_PID; [2021-05-07T18:30:40.838Z] echo Agent pid 16 killed; [2021-05-07T18:30:40.930Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-07T18:30:40.987Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T18:30:40.987Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T18:30:41.328Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T18:30:41.334Z] $ docker exec 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 ssh-agent [2021-05-07T18:30:41.756Z] SSH_AUTH_SOCK=/tmp/ssh-rODLNlB6xHjy/agent.46 [2021-05-07T18:30:41.756Z] SSH_AGENT_PID=51 [2021-05-07T18:30:41.766Z] Running ssh-add (command line suppressed) [2021-05-07T18:30:42.035Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_2591206157986614124.key (/w/workspace/_app-service-configurable_master@tmp/private_key_2591206157986614124.key) [2021-05-07T18:30:42.144Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T18:30:42.494Z] + git semver init [2021-05-07T18:30:42.494Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T18:30:42.494Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-07T18:30:42.494Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-07T18:30:42.494Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T18:30:42.494Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T18:30:42.494Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T18:30:42.494Z] # $SEMVER_BRANCH = master [2021-05-07T18:30:42.494Z] # $SEMVER_TEMP = /tmp/semver-425863741 [2021-05-07T18:30:42.494Z] # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP [2021-05-07T18:30:43.074Z] # '/tmp/semver-425863741' -> '/w/workspace/_app-service-configurable_master/.semver' [2021-05-07T18:30:43.074Z] # -> Force: false [2021-05-07T18:30:43.074Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-05-07T18:30:43.092Z] $ docker exec --env ******** --env ******** 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 ssh-agent -k [2021-05-07T18:30:43.346Z] unset SSH_AUTH_SOCK; [2021-05-07T18:30:43.349Z] unset SSH_AGENT_PID; [2021-05-07T18:30:43.349Z] echo Agent pid 51 killed; [2021-05-07T18:30:43.554Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T18:30:43.906Z] + git semver [Pipeline] } [2021-05-07T18:30:43.941Z] $ docker stop --time=1 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 [2021-05-07T18:30:45.434Z] $ docker rm -f 7f45b2ae03fd229cc6290065bc3e0c3835634af5af20cd9861829c127f9e10d5 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T18:30:45.894Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-07T18:30:46.537Z] Stashed 1 file(s) [Pipeline] echo [2021-05-07T18:30:46.541Z] [edgeXSemver]: initialized semver on version 2.0.0-dev.35 [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 [2021-05-07T18:31:01.739Z] Still waiting to schedule task [2021-05-07T18:31:01.740Z] ‘prd-centos7-docker-4c-2g-3593’ is offline; ‘prd-centos7-docker-4c-2g-3600’ is offline; ‘prd-centos7-docker-4c-2g-3602’ is offline; ‘prd-centos7-docker-4c-2g-3603’ is offline; ‘prd-centos7-docker-4c-2g-3610’ is offline; ‘prd-centos7-docker-4c-2g-3612’ is offline; ‘prd-centos7-docker-4c-2g-3619’ is offline; ‘prd-centos7-docker-4c-2g-3620’ is offline [2021-05-07T18:31:01.744Z] Still waiting to schedule task [2021-05-07T18:31:01.744Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-07T18:33:19.291Z] Running on prd-centos7-docker-4c-2g-3631 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-05-07T18:33:19.311Z] Running in /w/workspace/app-service-configurable/105 [Pipeline] { [Pipeline] checkout [2021-05-07T18:33:22.201Z] using credential edgex-jenkins-ssh [2021-05-07T18:33:22.244Z] Cloning the remote Git repository [2021-05-07T18:33:22.204Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-07T18:33:22.289Z] > git init /w/workspace/app-service-configurable/105 # timeout=10 [2021-05-07T18:33:22.359Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-07T18:33:22.360Z] > git --version # timeout=10 [2021-05-07T18:33:22.371Z] > git --version # 'git version 2.24.3' [2021-05-07T18:33:22.372Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T18:33:22.402Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T18:33:23.568Z] Checking out Revision 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 (master) [2021-05-07T18:33:23.148Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-07T18:33:23.157Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T18:33:23.166Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-07T18:33:23.177Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-07T18:33:23.178Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T18:33:23.183Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-07T18:33:23.580Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T18:33:23.586Z] > git checkout -f 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 # timeout=10 [2021-05-07T18:33:27.275Z] Commit message: "ci: Update files for Go 1.16 (#246)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T18:33:28.375Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-07T18:33:28.705Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T18:33:29.011Z] + sudo service docker restart [2021-05-07T18:33:29.012Z] + true [2021-05-07T18:33:29.012Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T18:33:30.003Z] provisioning config files... [2021-05-07T18:33:30.038Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/105@tmp/config7604249410863132611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:33:30.369Z] ---> docker-login.sh [2021-05-07T18:33:30.369Z] nexus3.edgexfoundry.org:10001 [2021-05-07T18:33:30.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:33:30.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:33:30.634Z] Configure a credential helper to remove this warning. See [2021-05-07T18:33:30.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:33:30.634Z] [2021-05-07T18:33:30.634Z] Login Succeeded [2021-05-07T18:33:30.634Z] nexus3.edgexfoundry.org:10002 [2021-05-07T18:33:30.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:33:30.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:33:30.906Z] Configure a credential helper to remove this warning. See [2021-05-07T18:33:30.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:33:30.907Z] [2021-05-07T18:33:30.907Z] Login Succeeded [2021-05-07T18:33:30.907Z] nexus3.edgexfoundry.org:10003 [2021-05-07T18:33:31.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:33:31.169Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:33:31.169Z] Configure a credential helper to remove this warning. See [2021-05-07T18:33:31.169Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:33:31.169Z] [2021-05-07T18:33:31.169Z] Login Succeeded [2021-05-07T18:33:31.169Z] nexus3.edgexfoundry.org:10004 [2021-05-07T18:33:31.169Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:33:31.432Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:33:31.432Z] Configure a credential helper to remove this warning. See [2021-05-07T18:33:31.432Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:33:31.432Z] [2021-05-07T18:33:31.432Z] Login Succeeded [2021-05-07T18:33:31.432Z] docker.io [2021-05-07T18:33:31.432Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:33:32.013Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:33:32.013Z] Configure a credential helper to remove this warning. See [2021-05-07T18:33:32.013Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:33:32.013Z] [2021-05-07T18:33:32.013Z] Login Succeeded [2021-05-07T18:33:32.013Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T18:33:32.024Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-07T18:33:32.225Z] ========================================================= [2021-05-07T18:33:32.225Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-07T18:33:32.225Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:33:32.541Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . [2021-05-07T18:33:32.541Z] Sending build context to Docker daemon 95.74kB [2021-05-07T18:33:32.541Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T18:33:32.541Z] Step 2/8 : FROM ${BASE} [2021-05-07T18:33:32.814Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-07T18:33:32.815Z] 540db60ca938: Pulling fs layer [2021-05-07T18:33:32.815Z] adcc1eea9eea: Pulling fs layer [2021-05-07T18:33:32.815Z] 4c4ab2625f07: Pulling fs layer [2021-05-07T18:33:32.815Z] 0510c868ecb4: Pulling fs layer [2021-05-07T18:33:32.815Z] afea3b2eda06: Pulling fs layer [2021-05-07T18:33:32.815Z] 7809a108b3ef: Pulling fs layer [2021-05-07T18:33:32.815Z] f706445af74f: Pulling fs layer [2021-05-07T18:33:32.815Z] 0510c868ecb4: Waiting [2021-05-07T18:33:32.815Z] afea3b2eda06: Waiting [2021-05-07T18:33:32.815Z] f706445af74f: Waiting [2021-05-07T18:33:32.815Z] 7809a108b3ef: Waiting [2021-05-07T18:33:32.815Z] 4c4ab2625f07: Verifying Checksum [2021-05-07T18:33:32.815Z] 4c4ab2625f07: Download complete [2021-05-07T18:33:32.815Z] adcc1eea9eea: Verifying Checksum [2021-05-07T18:33:32.815Z] adcc1eea9eea: Download complete [2021-05-07T18:33:32.815Z] afea3b2eda06: Download complete [2021-05-07T18:33:32.815Z] 7809a108b3ef: Verifying Checksum [2021-05-07T18:33:32.815Z] 7809a108b3ef: Download complete [2021-05-07T18:33:33.086Z] 540db60ca938: Verifying Checksum [2021-05-07T18:33:33.086Z] 540db60ca938: Download complete [2021-05-07T18:33:33.353Z] 540db60ca938: Pull complete [2021-05-07T18:33:33.353Z] adcc1eea9eea: Pull complete [2021-05-07T18:33:33.619Z] 4c4ab2625f07: Pull complete [2021-05-07T18:33:35.562Z] f706445af74f: Verifying Checksum [2021-05-07T18:33:35.562Z] f706445af74f: Download complete [2021-05-07T18:33:36.520Z] 0510c868ecb4: Verifying Checksum [2021-05-07T18:33:36.520Z] 0510c868ecb4: Download complete [2021-05-07T18:33:41.879Z] 0510c868ecb4: Pull complete [2021-05-07T18:33:41.879Z] afea3b2eda06: Pull complete [2021-05-07T18:33:42.149Z] 7809a108b3ef: Pull complete [2021-05-07T18:33:46.419Z] f706445af74f: Pull complete [2021-05-07T18:33:46.419Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-07T18:33:46.419Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-07T18:33:46.419Z] ---> b068be0155e3 [2021-05-07T18:33:46.419Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-07T18:33:46.683Z] ---> Running in f49c50e72a20 [2021-05-07T18:33:46.958Z] Removing intermediate container f49c50e72a20 [2021-05-07T18:33:46.958Z] ---> 7ff93826e2fa [2021-05-07T18:33:46.958Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T18:33:46.958Z] ---> Running in 142c4430096b [2021-05-07T18:33:48.370Z] Removing intermediate container 142c4430096b [2021-05-07T18:33:48.370Z] ---> bcd40f3f5522 [2021-05-07T18:33:48.370Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-05-07T18:33:48.370Z] ---> Running in 53d702951cae [2021-05-07T18:33:49.332Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T18:33:50.734Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T18:33:51.309Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-07T18:33:51.309Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-07T18:33:51.309Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-07T18:33:51.571Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-07T18:33:51.571Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-07T18:33:51.847Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-07T18:33:51.847Z] Executing busybox-1.32.1-r6.trigger [2021-05-07T18:33:51.847Z] OK: 150 MiB in 46 packages [2021-05-07T18:33:52.809Z] Removing intermediate container 53d702951cae [2021-05-07T18:33:52.809Z] ---> d1f002df07d6 [2021-05-07T18:33:52.809Z] Step 6/8 : WORKDIR /app [2021-05-07T18:33:52.809Z] ---> Running in cccf8254629c [2021-05-07T18:33:53.076Z] Removing intermediate container cccf8254629c [2021-05-07T18:33:53.076Z] ---> 0fcb4e533dae [2021-05-07T18:33:53.076Z] Step 7/8 : COPY . . [2021-05-07T18:33:53.341Z] ---> cefe4cef5f05 [2021-05-07T18:33:53.341Z] Step 8/8 : RUN go mod download [2021-05-07T18:33:53.341Z] ---> Running in 5550a56872fe [2021-05-07T18:34:03.766Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-3629 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws [2021-05-07T18:34:03.786Z] Running in /w/workspace/app-service-configurable/105 [Pipeline] { [Pipeline] checkout [2021-05-07T18:34:09.612Z] using credential edgex-jenkins-ssh [2021-05-07T18:34:09.639Z] Cloning the remote Git repository [2021-05-07T18:34:09.692Z] Cloning repository git@github.com:edgexfoundry/app-service-configurable.git [2021-05-07T18:34:09.898Z] > git init /w/workspace/app-service-configurable/105 # timeout=10 [2021-05-07T18:34:09.996Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-07T18:34:09.997Z] > git --version # timeout=10 [2021-05-07T18:34:10.020Z] > git --version # 'git version 2.17.1' [2021-05-07T18:34:10.022Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T18:34:10.106Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T18:34:11.014Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-07T18:34:11.035Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-07T18:34:11.061Z] > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 [2021-05-07T18:34:11.098Z] Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git [2021-05-07T18:34:11.099Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-07T18:34:11.110Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-07T18:34:11.609Z] Checking out Revision 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 (master) [2021-05-07T18:34:11.614Z] > git config core.sparsecheckout # timeout=10 [2021-05-07T18:34:11.638Z] > git checkout -f 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 # timeout=10 [2021-05-07T18:34:15.404Z] Removing intermediate container 5550a56872fe [2021-05-07T18:34:15.404Z] ---> 19d326678085 [2021-05-07T18:34:15.404Z] Successfully built 19d326678085 [2021-05-07T18:34:15.404Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:34:15.735Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T18:34:15.735Z] . [Pipeline] withDockerContainer [2021-05-07T18:34:15.877Z] prd-centos7-docker-4c-2g-3631 does not seem to be running inside a container [2021-05-07T18:34:15.921Z] Commit message: "ci: Update files for Go 1.16 (#246)" [2021-05-07T18:34:15.936Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/105 -v /w/workspace/app-service-configurable/105:/w/workspace/app-service-configurable/105:rw,z -v /w/workspace/app-service-configurable/105@tmp:/w/workspace/app-service-configurable/105@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 ******** -e ******** ci-base-image-x86_64 cat [2021-05-07T18:34:16.949Z] $ docker top 32bfc53d1753689c6077af9af51aaae82453b76fa93fc695540121f9af25d164 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T18:34:17.396Z] + go version [2021-05-07T18:34:17.396Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-07T18:34:17.939Z] $ docker stop --time=1 32bfc53d1753689c6077af9af51aaae82453b76fa93fc695540121f9af25d164 [2021-05-07T18:34:18.241Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-05-07T18:34:19.320Z] $ docker rm -f 32bfc53d1753689c6077af9af51aaae82453b76fa93fc695540121f9af25d164 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:34:19.752Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-07T18:34:19.884Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-07T18:34:19.884Z] . [Pipeline] withDockerContainer [2021-05-07T18:34:19.993Z] prd-centos7-docker-4c-2g-3631 does not seem to be running inside a container [2021-05-07T18:34:20.046Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/105 -v /w/workspace/app-service-configurable/105:/w/workspace/app-service-configurable/105:rw,z -v /w/workspace/app-service-configurable/105@tmp:/w/workspace/app-service-configurable/105@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 ******** -e ******** ci-base-image-x86_64 cat [2021-05-07T18:34:20.105Z] + sudo service docker restart [2021-05-07T18:34:20.105Z] + true [2021-05-07T18:34:20.716Z] $ docker top 11bdb11465f30c452895c1af326abc7d60a01e3e0ad086c09fae6c08f148c117 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T18:34:21.160Z] + go mod tidy [Pipeline] sh [2021-05-07T18:34:21.740Z] + make test [2021-05-07T18:34:21.740Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T18:34:22.778Z] provisioning config files... [2021-05-07T18:34:22.819Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/105@tmp/config7810476584139271240tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:34:23.187Z] ---> docker-login.sh [2021-05-07T18:34:23.187Z] nexus3.edgexfoundry.org:10001 [2021-05-07T18:34:24.176Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:34:24.453Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:34:24.453Z] Configure a credential helper to remove this warning. See [2021-05-07T18:34:24.453Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:34:24.453Z] [2021-05-07T18:34:24.453Z] Login Succeeded [2021-05-07T18:34:24.453Z] nexus3.edgexfoundry.org:10002 [2021-05-07T18:34:24.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:34:25.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:34:25.005Z] Configure a credential helper to remove this warning. See [2021-05-07T18:34:25.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:34:25.005Z] [2021-05-07T18:34:25.005Z] Login Succeeded [2021-05-07T18:34:25.005Z] nexus3.edgexfoundry.org:10003 [2021-05-07T18:34:25.277Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:34:25.570Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:34:25.570Z] Configure a credential helper to remove this warning. See [2021-05-07T18:34:25.570Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:34:25.570Z] [2021-05-07T18:34:25.570Z] Login Succeeded [2021-05-07T18:34:25.570Z] nexus3.edgexfoundry.org:10004 [2021-05-07T18:34:25.843Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:34:26.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:34:26.118Z] Configure a credential helper to remove this warning. See [2021-05-07T18:34:26.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:34:26.118Z] [2021-05-07T18:34:26.118Z] Login Succeeded [2021-05-07T18:34:26.118Z] docker.io [2021-05-07T18:34:26.390Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:34:26.662Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:34:26.662Z] Configure a credential helper to remove this warning. See [2021-05-07T18:34:26.662Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:34:26.662Z] [2021-05-07T18:34:26.662Z] Login Succeeded [2021-05-07T18:34:26.662Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T18:34:26.681Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-07T18:34:26.990Z] ========================================================= [2021-05-07T18:34:26.990Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-07T18:34:26.990Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:34:27.369Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . [2021-05-07T18:34:27.369Z] Sending build context to Docker daemon 95.74kB [2021-05-07T18:34:27.655Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T18:34:27.655Z] Step 2/8 : FROM ${BASE} [2021-05-07T18:34:27.932Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-07T18:34:27.932Z] 595b0fe564bb: Pulling fs layer [2021-05-07T18:34:27.932Z] 7186ed65a4f7: Pulling fs layer [2021-05-07T18:34:27.932Z] 316046926c0a: Pulling fs layer [2021-05-07T18:34:27.932Z] 4ebd0625c992: Pulling fs layer [2021-05-07T18:34:27.932Z] 207e8628e3a3: Pulling fs layer [2021-05-07T18:34:27.932Z] c791037a9be2: Pulling fs layer [2021-05-07T18:34:27.932Z] ffd874e62e21: Pulling fs layer [2021-05-07T18:34:27.932Z] 207e8628e3a3: Waiting [2021-05-07T18:34:27.932Z] c791037a9be2: Waiting [2021-05-07T18:34:27.932Z] ffd874e62e21: Waiting [2021-05-07T18:34:27.932Z] 4ebd0625c992: Waiting [2021-05-07T18:34:27.932Z] 316046926c0a: Verifying Checksum [2021-05-07T18:34:27.932Z] 316046926c0a: Download complete [2021-05-07T18:34:27.932Z] 7186ed65a4f7: Verifying Checksum [2021-05-07T18:34:27.932Z] 7186ed65a4f7: Download complete [2021-05-07T18:34:27.932Z] 207e8628e3a3: Download complete [2021-05-07T18:34:27.932Z] c791037a9be2: Download complete [2021-05-07T18:34:27.932Z] 595b0fe564bb: Verifying Checksum [2021-05-07T18:34:27.932Z] 595b0fe564bb: Download complete [2021-05-07T18:34:28.535Z] 595b0fe564bb: Pull complete [2021-05-07T18:34:29.146Z] 7186ed65a4f7: Pull complete [2021-05-07T18:34:29.420Z] 316046926c0a: Pull complete [2021-05-07T18:34:30.014Z] ffd874e62e21: Verifying Checksum [2021-05-07T18:34:30.014Z] ffd874e62e21: Download complete [2021-05-07T18:34:31.439Z] 4ebd0625c992: Verifying Checksum [2021-05-07T18:34:31.439Z] 4ebd0625c992: Download complete [2021-05-07T18:34:40.136Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-05-07T18:34:40.136Z] CGO_ENABLED=1 go vet ./... [2021-05-07T18:34:40.491Z] 4ebd0625c992: Pull complete [2021-05-07T18:34:40.491Z] 207e8628e3a3: Pull complete [2021-05-07T18:34:40.762Z] c791037a9be2: Pull complete [2021-05-07T18:34:44.163Z] ffd874e62e21: Pull complete [2021-05-07T18:34:44.163Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-07T18:34:44.163Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-07T18:34:44.163Z] ---> cfc18b08335c [2021-05-07T18:34:44.163Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-05-07T18:34:46.936Z] gofmt -l . [2021-05-07T18:34:46.936Z] [ "`gofmt -l .`" = "" ] [2021-05-07T18:34:46.936Z] ./bin/test-go-mod-tidy.sh [2021-05-07T18:34:47.200Z] ./bin/test-attribution-txt.sh [2021-05-07T18:34:47.553Z] ---> Running in 2ea55a98d375 [2021-05-07T18:34:47.553Z] Removing intermediate container 2ea55a98d375 [2021-05-07T18:34:47.553Z] ---> e6dcdf081872 [2021-05-07T18:34:47.553Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T18:34:47.553Z] ---> Running in ba84b144c04d [Pipeline] } [2021-05-07T18:34:47.794Z] $ docker stop --time=1 11bdb11465f30c452895c1af326abc7d60a01e3e0ad086c09fae6c08f148c117 [2021-05-07T18:34:50.188Z] Removing intermediate container ba84b144c04d [2021-05-07T18:34:50.188Z] ---> 880a54f82627 [2021-05-07T18:34:50.188Z] Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash [2021-05-07T18:34:50.188Z] ---> Running in 507d0c0f200f [2021-05-07T18:34:50.283Z] $ docker rm -f 11bdb11465f30c452895c1af326abc7d60a01e3e0ad086c09fae6c08f148c117 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T18:34:50.807Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-07T18:34:51.170Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T18:34:51.196Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-05-07T18:34:52.595Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [Pipeline] sh [2021-05-07T18:34:53.563Z] (1/6) Installing libc-dev (0.7.2-r3) [2021-05-07T18:34:53.563Z] (2/6) Installing libsodium (1.0.18-r0) [2021-05-07T18:34:53.736Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-07T18:34:53.834Z] (3/6) Installing pkgconf (1.7.3-r0) [2021-05-07T18:34:54.041Z] + ls -al . [2021-05-07T18:34:54.041Z] total 92 [2021-05-07T18:34:54.041Z] drwxrwxr-x. 7 jenkins jenkins 4096 May 7 18:34 . [2021-05-07T18:34:54.041Z] drwxrwxr-x. 4 jenkins jenkins 32 May 7 18:33 .. [2021-05-07T18:34:54.041Z] -rw-rw-r--. 1 jenkins jenkins 7306 May 7 18:33 Attribution.txt [2021-05-07T18:34:54.041Z] drwxrwxr-x. 2 jenkins jenkins 64 May 7 18:33 bin [2021-05-07T18:34:54.041Z] -rw-r--r--. 1 jenkins jenkins 10 May 7 18:34 coverage.out [2021-05-07T18:34:54.041Z] -rw-rw-r--. 1 jenkins jenkins 2032 May 7 18:33 Dockerfile [2021-05-07T18:34:54.041Z] -rw-rw-r--. 1 jenkins jenkins 970 May 7 18:33 Dockerfile.build [2021-05-07T18:34:54.041Z] -rw-rw-r--. 1 jenkins jenkins 119 May 7 18:33 .dockerignore [2021-05-07T18:34:54.041Z] drwxrwxr-x. 8 jenkins jenkins 162 May 7 18:33 .git [2021-05-07T18:34:54.041Z] drwxrwxr-x. 2 jenkins jenkins 81 May 7 18:33 .github [2021-05-07T18:34:54.041Z] -rw-rw-r--. 1 jenkins jenkins 111 May 7 18:33 .gitignore [2021-05-07T18:34:54.041Z] -rw-r--r--. 1 jenkins jenkins 136 May 7 18:34 go.mod [2021-05-07T18:34:54.041Z] -rw-r--r--. 1 jenkins jenkins 20777 May 7 18:34 go.sum [2021-05-07T18:34:54.041Z] -rw-rw-r--. 1 jenkins jenkins 687 May 7 18:33 Jenkinsfile [2021-05-07T18:34:54.041Z] -rw-rw-r--. 1 jenkins jenkins 10174 May 7 18:33 LICENSE [2021-05-07T18:34:54.041Z] -rw-rw-r--. 1 jenkins jenkins 1460 May 7 18:33 main.go [2021-05-07T18:34:54.041Z] -rw-rw-r--. 1 jenkins jenkins 1595 May 7 18:33 makefile [2021-05-07T18:34:54.041Z] -rw-rw-r--. 1 jenkins jenkins 3230 May 7 18:33 README.md [2021-05-07T18:34:54.041Z] drwxrwxr-x. 9 jenkins jenkins 147 May 7 18:33 res [2021-05-07T18:34:54.041Z] drwxrwxr-x. 4 jenkins jenkins 71 May 7 18:33 snap [2021-05-07T18:34:54.041Z] -rw-rw-r--. 1 jenkins jenkins 12 May 7 18:30 VERSION [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:34:54.104Z] (4/6) Installing libsodium-dev (1.0.18-r0) [2021-05-07T18:34:54.104Z] (5/6) Installing libzmq (4.3.3-r1) [2021-05-07T18:34:54.350Z] + 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=6494f196447de14bc8de4843e7d8f16b3ff1e2c1 --label arch=amd64 --label version=2.0.0-dev.35 . [2021-05-07T18:34:54.351Z] Sending build context to Docker daemon 119.3kB [2021-05-07T18:34:54.375Z] (6/6) Installing zeromq-dev (4.3.3-r1) [2021-05-07T18:34:54.375Z] Executing busybox-1.32.1-r6.trigger [2021-05-07T18:34:54.375Z] OK: 139 MiB in 46 packages [2021-05-07T18:34:54.612Z] Step 1/27 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T18:34:54.612Z] Step 2/27 : FROM ${BASE} AS builder [2021-05-07T18:34:54.612Z] ---> 19d326678085 [2021-05-07T18:34:54.612Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-05-07T18:34:54.612Z] ---> Running in 9adbd61d87de [2021-05-07T18:34:54.874Z] Removing intermediate container 9adbd61d87de [2021-05-07T18:34:54.874Z] ---> f56723eca387 [2021-05-07T18:34:54.874Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-05-07T18:34:54.874Z] ---> Running in 75382f1fd4b9 [2021-05-07T18:34:55.136Z] Removing intermediate container 75382f1fd4b9 [2021-05-07T18:34:55.136Z] ---> 81a1a8e36aeb [2021-05-07T18:34:55.136Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-07T18:34:55.136Z] ---> Running in 8e45996bf0ca [2021-05-07T18:34:55.401Z] Removing intermediate container 8e45996bf0ca [2021-05-07T18:34:55.401Z] ---> 61c33ca46088 [2021-05-07T18:34:55.401Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T18:34:55.401Z] ---> Running in b3712928e611 [2021-05-07T18:34:55.810Z] Removing intermediate container 507d0c0f200f [2021-05-07T18:34:55.810Z] ---> 2cafffe63dff [2021-05-07T18:34:55.810Z] Step 6/8 : WORKDIR /app [2021-05-07T18:34:55.810Z] ---> Running in 747de4a3949d [2021-05-07T18:34:56.348Z] Removing intermediate container b3712928e611 [2021-05-07T18:34:56.348Z] ---> 02cb79b6ef49 [2021-05-07T18:34:56.348Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-07T18:34:56.348Z] ---> Running in c8a7ae849d91 [2021-05-07T18:34:56.404Z] Removing intermediate container 747de4a3949d [2021-05-07T18:34:56.404Z] ---> 226ee2a80604 [2021-05-07T18:34:56.404Z] Step 7/8 : COPY . . [2021-05-07T18:34:56.924Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-07T18:34:57.378Z] ---> 1804f382192c [2021-05-07T18:34:57.378Z] Step 8/8 : RUN go mod download [2021-05-07T18:34:57.378Z] ---> Running in 849c0acf96e7 [2021-05-07T18:34:58.317Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-07T18:34:59.271Z] OK: 150 MiB in 46 packages [2021-05-07T18:34:59.846Z] Removing intermediate container c8a7ae849d91 [2021-05-07T18:34:59.846Z] ---> 46f7e7dca825 [2021-05-07T18:34:59.846Z] Step 8/27 : WORKDIR /app [2021-05-07T18:34:59.846Z] ---> Running in 25ed8da3df1e [2021-05-07T18:35:00.111Z] Removing intermediate container 25ed8da3df1e [2021-05-07T18:35:00.111Z] ---> f5af9b294f57 [2021-05-07T18:35:00.111Z] Step 9/27 : COPY go.mod . [2021-05-07T18:35:00.384Z] ---> 15996c43d792 [2021-05-07T18:35:00.384Z] Step 10/27 : RUN go mod download [2021-05-07T18:35:00.384Z] ---> Running in 9f1cf10bb2c8 [2021-05-07T18:35:01.799Z] Removing intermediate container 9f1cf10bb2c8 [2021-05-07T18:35:01.799Z] ---> 612ff37789fe [2021-05-07T18:35:01.799Z] Step 11/27 : COPY . . [2021-05-07T18:35:02.063Z] ---> 329b8365aa48 [2021-05-07T18:35:02.063Z] Step 12/27 : ARG MAKE="make build" [2021-05-07T18:35:02.063Z] ---> Running in 91befacf61c4 [2021-05-07T18:35:02.328Z] Removing intermediate container 91befacf61c4 [2021-05-07T18:35:02.328Z] ---> 217d103a6a6d [2021-05-07T18:35:02.328Z] Step 13/27 : RUN $MAKE [2021-05-07T18:35:02.328Z] ---> Running in 0dbdcd0b3b5e [2021-05-07T18:35:02.910Z] go mod tidy [2021-05-07T18:35:02.910Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.35" -o app-service-configurable [2021-05-07T18:35:17.946Z] Removing intermediate container 0dbdcd0b3b5e [2021-05-07T18:35:17.946Z] ---> 8db503224067 [2021-05-07T18:35:17.946Z] Step 14/27 : FROM alpine:3.12 [2021-05-07T18:35:17.946Z] 3.12: Pulling from library/alpine [2021-05-07T18:35:18.222Z] 339de151aab4: Pulling fs layer [2021-05-07T18:35:18.222Z] 339de151aab4: Verifying Checksum [2021-05-07T18:35:18.222Z] 339de151aab4: Download complete [2021-05-07T18:35:18.488Z] 339de151aab4: Pull complete [2021-05-07T18:35:18.488Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T18:35:18.488Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T18:35:18.488Z] ---> 13621d1b12d4 [2021-05-07T18:35:18.488Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-07T18:35:18.751Z] ---> Running in b438c49a5c2b [2021-05-07T18:35:18.751Z] Removing intermediate container b438c49a5c2b [2021-05-07T18:35:18.751Z] ---> e283034b2b6b [2021-05-07T18:35:18.751Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-05-07T18:35:19.015Z] ---> Running in 3e04b1a6c8c9 [2021-05-07T18:35:19.015Z] Removing intermediate container 3e04b1a6c8c9 [2021-05-07T18:35:19.015Z] ---> cf40adaebea2 [2021-05-07T18:35:19.015Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-05-07T18:35:19.281Z] ---> Running in 3a15d147f8a7 [2021-05-07T18:35:19.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-05-07T18:35:19.859Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-05-07T18:35:20.124Z] (1/7) Installing ca-certificates (20191127-r4) [2021-05-07T18:35:20.124Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-05-07T18:35:20.124Z] (3/7) Installing libgcc (9.3.0-r2) [2021-05-07T18:35:20.124Z] (4/7) Installing libsodium (1.0.18-r0) [2021-05-07T18:35:20.124Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-05-07T18:35:20.124Z] (6/7) Installing libzmq (4.3.3-r0) [2021-05-07T18:35:20.124Z] (7/7) Installing zeromq (4.3.3-r0) [2021-05-07T18:35:20.124Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T18:35:20.124Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T18:35:20.124Z] OK: 9 MiB in 21 packages [2021-05-07T18:35:21.518Z] Removing intermediate container 3a15d147f8a7 [2021-05-07T18:35:21.518Z] ---> 92651d10cd4e [2021-05-07T18:35:21.519Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-05-07T18:35:21.781Z] ---> d2741923e6a2 [2021-05-07T18:35:21.781Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-05-07T18:35:22.043Z] ---> 75d2f3295de3 [2021-05-07T18:35:22.043Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-05-07T18:35:22.305Z] ---> 40ecffa9a73a [2021-05-07T18:35:22.305Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-05-07T18:35:22.883Z] ---> 79d3ffbe0450 [2021-05-07T18:35:22.883Z] Step 22/27 : EXPOSE 48095 [2021-05-07T18:35:22.883Z] ---> Running in 87b0b4cb2e48 [2021-05-07T18:35:23.148Z] Removing intermediate container 87b0b4cb2e48 [2021-05-07T18:35:23.148Z] ---> eb1839cfa7e8 [2021-05-07T18:35:23.148Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-05-07T18:35:23.148Z] ---> Running in 339a5712f04d [2021-05-07T18:35:23.410Z] Removing intermediate container 339a5712f04d [2021-05-07T18:35:23.410Z] ---> 9dece036d90a [2021-05-07T18:35:23.410Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T18:35:23.410Z] ---> Running in e2d6682850d5 [2021-05-07T18:35:23.674Z] Removing intermediate container e2d6682850d5 [2021-05-07T18:35:23.674Z] ---> cef222188673 [2021-05-07T18:35:23.674Z] Step 25/27 : LABEL arch=amd64 [2021-05-07T18:35:23.674Z] ---> Running in 1fd3ea725abb [2021-05-07T18:35:23.937Z] Removing intermediate container 1fd3ea725abb [2021-05-07T18:35:23.937Z] ---> 15839e08be7b [2021-05-07T18:35:23.937Z] Step 26/27 : LABEL git_sha=6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [2021-05-07T18:35:23.937Z] ---> Running in 6422d0e05fd1 [2021-05-07T18:35:24.144Z] Removing intermediate container 849c0acf96e7 [2021-05-07T18:35:24.144Z] ---> 3343dae39c06 [2021-05-07T18:35:24.144Z] Successfully built 3343dae39c06 [2021-05-07T18:35:24.144Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:35:24.200Z] Removing intermediate container 6422d0e05fd1 [2021-05-07T18:35:24.200Z] ---> 7a12eed8513c [2021-05-07T18:35:24.200Z] Step 27/27 : LABEL version=2.0.0-dev.35 [2021-05-07T18:35:24.200Z] ---> Running in 96cab121edaf [2021-05-07T18:35:24.462Z] Removing intermediate container 96cab121edaf [2021-05-07T18:35:24.462Z] ---> 025ab5432fc8 [2021-05-07T18:35:24.462Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-07T18:35:24.462Z] Successfully built 025ab5432fc8 [2021-05-07T18:35:24.462Z] Successfully tagged docker-app-service-configurable:latest [Pipeline] } [2021-05-07T18:35:24.488Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T18:35:24.488Z] . [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] withDockerContainer [2021-05-07T18:35:24.779Z] prd-ubuntu18.04-docker-arm64-4c-16g-3629 does not seem to be running inside a container [2021-05-07T18:35:24.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/105 -v /w/workspace/app-service-configurable/105:/w/workspace/app-service-configurable/105:rw,z -v /w/workspace/app-service-configurable/105@tmp:/w/workspace/app-service-configurable/105@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 ******** -e ******** ci-base-image-arm64 cat [2021-05-07T18:35:26.435Z] $ docker top 2f636d4c34e465af72e4406027018feba7e1a019d285f84c65b42639d0900098 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T18:35:26.899Z] provisioning config files... [2021-05-07T18:35:26.937Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/105@tmp/config7138482560950115618tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:35:27.274Z] ---> docker-login.sh [2021-05-07T18:35:27.274Z] nexus3.edgexfoundry.org:10001 [2021-05-07T18:35:27.393Z] + go version [2021-05-07T18:35:27.393Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-07T18:35:27.418Z] $ docker stop --time=1 2f636d4c34e465af72e4406027018feba7e1a019d285f84c65b42639d0900098 [2021-05-07T18:35:27.536Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:35:27.537Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:35:27.537Z] Configure a credential helper to remove this warning. See [2021-05-07T18:35:27.537Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:35:27.537Z] [2021-05-07T18:35:27.537Z] Login Succeeded [2021-05-07T18:35:27.537Z] nexus3.edgexfoundry.org:10002 [2021-05-07T18:35:27.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:35:27.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:35:27.799Z] Configure a credential helper to remove this warning. See [2021-05-07T18:35:27.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:35:27.799Z] [2021-05-07T18:35:27.799Z] Login Succeeded [2021-05-07T18:35:27.799Z] nexus3.edgexfoundry.org:10003 [2021-05-07T18:35:27.799Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:35:27.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:35:27.799Z] Configure a credential helper to remove this warning. See [2021-05-07T18:35:27.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:35:27.799Z] [2021-05-07T18:35:27.799Z] Login Succeeded [2021-05-07T18:35:27.799Z] nexus3.edgexfoundry.org:10004 [2021-05-07T18:35:28.063Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:35:28.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:35:28.063Z] Configure a credential helper to remove this warning. See [2021-05-07T18:35:28.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:35:28.063Z] [2021-05-07T18:35:28.063Z] Login Succeeded [2021-05-07T18:35:28.063Z] docker.io [2021-05-07T18:35:28.326Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:35:28.588Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:35:28.588Z] Configure a credential helper to remove this warning. See [2021-05-07T18:35:28.588Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:35:28.588Z] [2021-05-07T18:35:28.588Z] Login Succeeded [2021-05-07T18:35:28.588Z] ---> docker-login.sh ends [2021-05-07T18:35:29.380Z] $ docker rm -f 2f636d4c34e465af72e4406027018feba7e1a019d285f84c65b42639d0900098 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2021-05-07T18:35:29.644Z] Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] stage [Pipeline] { (Test) [Pipeline] echo [2021-05-07T18:35:29.769Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: [2021-05-07T18:35:29.769Z] 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [2021-05-07T18:35:29.769Z] latest [2021-05-07T18:35:29.769Z] 2.0.0-dev.35 [2021-05-07T18:35:29.769Z] 6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 [2021-05-07T18:35:29.769Z] master [2021-05-07T18:35:29.769Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:35:30.146Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:35:30.279Z] + docker inspect -f . ci-base-image-arm64 [2021-05-07T18:35:30.279Z] . [Pipeline] withDockerContainer [2021-05-07T18:35:30.485Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [2021-05-07T18:35:30.485Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-07T18:35:30.485Z] e9155c6ae121: Preparing [2021-05-07T18:35:30.485Z] 2dbed5b8f0fe: Preparing [2021-05-07T18:35:30.485Z] 41f8978bc4b8: Preparing [2021-05-07T18:35:30.485Z] f47b0a8f1af9: Preparing [2021-05-07T18:35:30.485Z] e9988b4055ec: Preparing [2021-05-07T18:35:30.485Z] 32f366d666a5: Preparing [2021-05-07T18:35:30.485Z] 32f366d666a5: Waiting [2021-05-07T18:35:30.542Z] prd-ubuntu18.04-docker-arm64-4c-16g-3629 does not seem to be running inside a container [2021-05-07T18:35:30.623Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/105 -v /w/workspace/app-service-configurable/105:/w/workspace/app-service-configurable/105:rw,z -v /w/workspace/app-service-configurable/105@tmp:/w/workspace/app-service-configurable/105@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 ******** -e ******** ci-base-image-arm64 cat [2021-05-07T18:35:30.752Z] f47b0a8f1af9: Pushed [2021-05-07T18:35:30.752Z] 41f8978bc4b8: Pushed [2021-05-07T18:35:30.752Z] 32f366d666a5: Layer already exists [2021-05-07T18:35:30.752Z] 2dbed5b8f0fe: Pushed [2021-05-07T18:35:30.752Z] e9988b4055ec: Pushed [2021-05-07T18:35:32.155Z] $ docker top fff4f9f01aeddf5a06faba9e575d30aaf15e342d1c44ac8950dc901eaa9f02f1 -eo pid,comm [2021-05-07T18:35:32.187Z] e9155c6ae121: Pushed [2021-05-07T18:35:32.187Z] 6494f196447de14bc8de4843e7d8f16b3ff1e2c1: digest: sha256:cebacac0a19b0f69d3317164ec298a0c94184c1bcb57853fe7129be01e6c8076 size: 1574 [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:35:32.950Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:35:33.215Z] + go mod tidy [2021-05-07T18:35:33.258Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-05-07T18:35:33.258Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-07T18:35:33.258Z] e9155c6ae121: Preparing [2021-05-07T18:35:33.258Z] 2dbed5b8f0fe: Preparing [2021-05-07T18:35:33.258Z] 41f8978bc4b8: Preparing [2021-05-07T18:35:33.258Z] f47b0a8f1af9: Preparing [2021-05-07T18:35:33.258Z] e9988b4055ec: Preparing [2021-05-07T18:35:33.258Z] 32f366d666a5: Preparing [2021-05-07T18:35:33.258Z] 32f366d666a5: Waiting [2021-05-07T18:35:33.258Z] f47b0a8f1af9: Layer already exists [2021-05-07T18:35:33.258Z] e9988b4055ec: Layer already exists [2021-05-07T18:35:33.258Z] e9155c6ae121: Layer already exists [2021-05-07T18:35:33.258Z] 41f8978bc4b8: Layer already exists [2021-05-07T18:35:33.258Z] 2dbed5b8f0fe: Layer already exists [2021-05-07T18:35:33.258Z] 32f366d666a5: Layer already exists [2021-05-07T18:35:33.520Z] latest: digest: sha256:cebacac0a19b0f69d3317164ec298a0c94184c1bcb57853fe7129be01e6c8076 size: 1574 [Pipeline] isUnix [Pipeline] sh [Pipeline] sh [2021-05-07T18:35:33.832Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:35:34.191Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.35 [2021-05-07T18:35:34.191Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-07T18:35:34.191Z] e9155c6ae121: Preparing [2021-05-07T18:35:34.191Z] 2dbed5b8f0fe: Preparing [2021-05-07T18:35:34.191Z] 41f8978bc4b8: Preparing [2021-05-07T18:35:34.191Z] f47b0a8f1af9: Preparing [2021-05-07T18:35:34.191Z] e9988b4055ec: Preparing [2021-05-07T18:35:34.191Z] 32f366d666a5: Preparing [2021-05-07T18:35:34.191Z] 32f366d666a5: Waiting [2021-05-07T18:35:34.191Z] e9988b4055ec: Layer already exists [2021-05-07T18:35:34.191Z] 41f8978bc4b8: Layer already exists [2021-05-07T18:35:34.191Z] f47b0a8f1af9: Layer already exists [2021-05-07T18:35:34.191Z] e9155c6ae121: Layer already exists [2021-05-07T18:35:34.191Z] 2dbed5b8f0fe: Layer already exists [2021-05-07T18:35:34.191Z] 32f366d666a5: Layer already exists [2021-05-07T18:35:34.191Z] 2.0.0-dev.35: digest: sha256:cebacac0a19b0f69d3317164ec298a0c94184c1bcb57853fe7129be01e6c8076 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:35:34.480Z] + make test [2021-05-07T18:35:34.480Z] CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [2021-05-07T18:35:34.502Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:35:34.809Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 [2021-05-07T18:35:34.809Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-07T18:35:34.809Z] e9155c6ae121: Preparing [2021-05-07T18:35:34.809Z] 2dbed5b8f0fe: Preparing [2021-05-07T18:35:34.809Z] 41f8978bc4b8: Preparing [2021-05-07T18:35:34.809Z] f47b0a8f1af9: Preparing [2021-05-07T18:35:34.809Z] e9988b4055ec: Preparing [2021-05-07T18:35:34.809Z] 32f366d666a5: Preparing [2021-05-07T18:35:34.809Z] 32f366d666a5: Waiting [2021-05-07T18:35:34.809Z] 2dbed5b8f0fe: Layer already exists [2021-05-07T18:35:34.809Z] e9155c6ae121: Layer already exists [2021-05-07T18:35:34.809Z] 41f8978bc4b8: Layer already exists [2021-05-07T18:35:34.809Z] e9988b4055ec: Layer already exists [2021-05-07T18:35:34.809Z] f47b0a8f1af9: Layer already exists [2021-05-07T18:35:34.809Z] 32f366d666a5: Layer already exists [2021-05-07T18:35:34.809Z] 6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35: digest: sha256:cebacac0a19b0f69d3317164ec298a0c94184c1bcb57853fe7129be01e6c8076 size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:35:35.122Z] + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:35:35.428Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [2021-05-07T18:35:35.428Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] [2021-05-07T18:35:35.428Z] e9155c6ae121: Preparing [2021-05-07T18:35:35.428Z] 2dbed5b8f0fe: Preparing [2021-05-07T18:35:35.428Z] 41f8978bc4b8: Preparing [2021-05-07T18:35:35.428Z] f47b0a8f1af9: Preparing [2021-05-07T18:35:35.428Z] e9988b4055ec: Preparing [2021-05-07T18:35:35.428Z] 32f366d666a5: Preparing [2021-05-07T18:35:35.428Z] 32f366d666a5: Waiting [2021-05-07T18:35:35.428Z] f47b0a8f1af9: Layer already exists [2021-05-07T18:35:35.428Z] e9155c6ae121: Layer already exists [2021-05-07T18:35:35.428Z] 2dbed5b8f0fe: Layer already exists [2021-05-07T18:35:35.428Z] e9988b4055ec: Layer already exists [2021-05-07T18:35:35.428Z] 41f8978bc4b8: Layer already exists [2021-05-07T18:35:35.428Z] 32f366d666a5: Layer already exists [2021-05-07T18:35:35.428Z] master: digest: sha256:cebacac0a19b0f69d3317164ec298a0c94184c1bcb57853fe7129be01e6c8076 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-07T18:35:35.487Z] ===================================================== [Pipeline] echo [2021-05-07T18:35:35.504Z] taggedImages: [2021-05-07T18:35:35.504Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [2021-05-07T18:35:35.504Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [2021-05-07T18:35:35.504Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.35 [2021-05-07T18:35:35.504Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 [2021-05-07T18:35:35.504Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:35:36.165Z] ---> job-cost.sh [2021-05-07T18:35:36.165Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TYWZ [2021-05-07T18:35:51.103Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-07T18:36:17.776Z] lf-activate-venv(): INFO: Adding /tmp/venv-TYWZ/bin to PATH [2021-05-07T18:36:17.776Z] INFO: No Stack... [2021-05-07T18:36:18.360Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-07T18:36:19.308Z] INFO: Archiving Costs [Pipeline] sh [2021-05-07T18:36:19.618Z] + cat /w/workspace/app-service-configurable/105/archives/cost.csv [2021-05-07T18:36:19.618Z] + cut -d, -f6 [Pipeline] lock [2021-05-07T18:36:19.699Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] [2021-05-07T18:36:19.707Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] did not exist. Created. [2021-05-07T18:36:19.707Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-07T18:36:20.037Z] + echo total: 0.029999999329447746 [Pipeline] stash [2021-05-07T18:36:20.176Z] Stashed 1 file(s) [Pipeline] } [2021-05-07T18:36:20.191Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-07T18:36:21.521Z] ? github.com/edgexfoundry/app-service-configurable [no test files] [2021-05-07T18:36:21.522Z] CGO_ENABLED=1 go vet ./... [2021-05-07T18:36:48.344Z] gofmt -l . [2021-05-07T18:36:48.344Z] [ "`gofmt -l .`" = "" ] [2021-05-07T18:36:48.344Z] ./bin/test-go-mod-tidy.sh [2021-05-07T18:36:48.344Z] ./bin/test-attribution-txt.sh [Pipeline] } [2021-05-07T18:36:48.375Z] $ docker stop --time=1 fff4f9f01aeddf5a06faba9e575d30aaf15e342d1c44ac8950dc901eaa9f02f1 [2021-05-07T18:36:50.528Z] $ docker rm -f fff4f9f01aeddf5a06faba9e575d30aaf15e342d1c44ac8950dc901eaa9f02f1 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-07T18:36:51.401Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-07T18:36:51.432Z] Warning: overwriting stash ‘coverage-report’ [2021-05-07T18:36:52.423Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-07T18:36:52.872Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-07T18:36:53.228Z] + ls -al . [2021-05-07T18:36:53.228Z] total 116 [2021-05-07T18:36:53.228Z] drwxrwxr-x 7 jenkins jenkins 4096 May 7 18:36 . [2021-05-07T18:36:53.228Z] drwxrwxr-x 4 jenkins jenkins 4096 May 7 18:34 .. [2021-05-07T18:36:53.228Z] -rw-rw-r-- 1 jenkins jenkins 119 May 7 18:34 .dockerignore [2021-05-07T18:36:53.228Z] drwxrwxr-x 8 jenkins jenkins 4096 May 7 18:34 .git [2021-05-07T18:36:53.228Z] drwxrwxr-x 2 jenkins jenkins 4096 May 7 18:34 .github [2021-05-07T18:36:53.228Z] -rw-rw-r-- 1 jenkins jenkins 111 May 7 18:34 .gitignore [2021-05-07T18:36:53.228Z] -rw-rw-r-- 1 jenkins jenkins 7306 May 7 18:34 Attribution.txt [2021-05-07T18:36:53.228Z] -rw-rw-r-- 1 jenkins jenkins 2032 May 7 18:34 Dockerfile [2021-05-07T18:36:53.228Z] -rw-rw-r-- 1 jenkins jenkins 970 May 7 18:34 Dockerfile.build [2021-05-07T18:36:53.228Z] -rw-rw-r-- 1 jenkins jenkins 687 May 7 18:34 Jenkinsfile [2021-05-07T18:36:53.228Z] -rw-rw-r-- 1 jenkins jenkins 10174 May 7 18:34 LICENSE [2021-05-07T18:36:53.228Z] -rw-rw-r-- 1 jenkins jenkins 3230 May 7 18:34 README.md [2021-05-07T18:36:53.228Z] -rw-rw-r-- 1 jenkins jenkins 12 May 7 18:30 VERSION [2021-05-07T18:36:53.228Z] drwxrwxr-x 2 jenkins jenkins 4096 May 7 18:34 bin [2021-05-07T18:36:53.228Z] -rw-r--r-- 1 jenkins jenkins 10 May 7 18:35 coverage.out [2021-05-07T18:36:53.228Z] -rw-r--r-- 1 jenkins jenkins 136 May 7 18:36 go.mod [2021-05-07T18:36:53.228Z] -rw-r--r-- 1 jenkins jenkins 20777 May 7 18:35 go.sum [2021-05-07T18:36:53.228Z] -rw-rw-r-- 1 jenkins jenkins 1460 May 7 18:34 main.go [2021-05-07T18:36:53.228Z] -rw-rw-r-- 1 jenkins jenkins 1595 May 7 18:34 makefile [2021-05-07T18:36:53.228Z] drwxrwxr-x 9 jenkins jenkins 4096 May 7 18:34 res [2021-05-07T18:36:53.228Z] drwxrwxr-x 4 jenkins jenkins 4096 May 7 18:34 snap [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:36:53.666Z] + 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=6494f196447de14bc8de4843e7d8f16b3ff1e2c1 --label arch=arm64 --label version=2.0.0-dev.35 . [2021-05-07T18:36:53.666Z] Sending build context to Docker daemon 119.3kB [2021-05-07T18:36:53.944Z] Step 1/27 : ARG BASE=golang:1.16-alpine3.12 [2021-05-07T18:36:53.944Z] Step 2/27 : FROM ${BASE} AS builder [2021-05-07T18:36:53.944Z] ---> 3343dae39c06 [2021-05-07T18:36:53.944Z] Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" [2021-05-07T18:36:54.217Z] ---> Running in b7bea4077cb7 [2021-05-07T18:36:54.817Z] Removing intermediate container b7bea4077cb7 [2021-05-07T18:36:54.817Z] ---> c0264cc7af79 [2021-05-07T18:36:54.817Z] Step 4/27 : ARG ALPINE_PKG_EXTRA="" [2021-05-07T18:36:54.817Z] ---> Running in 6e4f91cf307e [2021-05-07T18:36:55.087Z] Removing intermediate container 6e4f91cf307e [2021-05-07T18:36:55.087Z] ---> ec2aff4295d3 [2021-05-07T18:36:55.087Z] Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-07T18:36:55.365Z] ---> Running in 135b8eb7f209 [2021-05-07T18:36:55.635Z] Removing intermediate container 135b8eb7f209 [2021-05-07T18:36:55.635Z] ---> 42fa97da30dc [2021-05-07T18:36:55.635Z] Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-07T18:36:55.908Z] ---> Running in 9ff7d5c93774 [2021-05-07T18:36:57.944Z] Removing intermediate container 9ff7d5c93774 [2021-05-07T18:36:57.944Z] ---> 80e175d7d61d [2021-05-07T18:36:57.944Z] Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-07T18:36:57.944Z] ---> Running in dbeb5f4c44fd [2021-05-07T18:36:58.922Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-07T18:37:00.894Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-07T18:37:02.327Z] OK: 139 MiB in 46 packages [2021-05-07T18:37:03.307Z] Removing intermediate container dbeb5f4c44fd [2021-05-07T18:37:03.307Z] ---> 2f1e0c5bad9f [2021-05-07T18:37:03.307Z] Step 8/27 : WORKDIR /app [2021-05-07T18:37:03.579Z] ---> Running in 51dbab7c3481 [2021-05-07T18:37:04.173Z] Removing intermediate container 51dbab7c3481 [2021-05-07T18:37:04.173Z] ---> 5f1f1e21f22a [2021-05-07T18:37:04.173Z] Step 9/27 : COPY go.mod . [2021-05-07T18:37:04.775Z] ---> 712cdce4e0d0 [2021-05-07T18:37:04.775Z] Step 10/27 : RUN go mod download [2021-05-07T18:37:05.059Z] ---> Running in d68c718e5f6a [2021-05-07T18:37:07.680Z] Removing intermediate container d68c718e5f6a [2021-05-07T18:37:07.680Z] ---> efeddb33d677 [2021-05-07T18:37:07.680Z] Step 11/27 : COPY . . [2021-05-07T18:37:07.951Z] ---> 66eaa62915f0 [2021-05-07T18:37:07.951Z] Step 12/27 : ARG MAKE="make build" [2021-05-07T18:37:08.223Z] ---> Running in 60f489ab5744 [2021-05-07T18:37:08.501Z] Removing intermediate container 60f489ab5744 [2021-05-07T18:37:08.501Z] ---> 6f7920719d52 [2021-05-07T18:37:08.501Z] Step 13/27 : RUN $MAKE [2021-05-07T18:37:08.774Z] ---> Running in b38403abec90 [2021-05-07T18:37:09.764Z] go mod tidy [2021-05-07T18:37:10.406Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.52 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.35" -o app-service-configurable [2021-05-07T18:37:49.425Z] Removing intermediate container b38403abec90 [2021-05-07T18:37:49.425Z] ---> f06a5848048b [2021-05-07T18:37:49.425Z] Step 14/27 : FROM alpine:3.12 [2021-05-07T18:37:49.425Z] 3.12: Pulling from library/alpine [2021-05-07T18:37:49.425Z] d2f70382dc9a: Pulling fs layer [2021-05-07T18:37:49.425Z] d2f70382dc9a: Download complete [2021-05-07T18:37:49.425Z] d2f70382dc9a: Pull complete [2021-05-07T18:37:49.425Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-07T18:37:49.425Z] Status: Downloaded newer image for alpine:3.12 [2021-05-07T18:37:49.425Z] ---> 9852663dfa18 [2021-05-07T18:37:49.425Z] Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' [2021-05-07T18:37:49.425Z] ---> Running in 3e855597cb40 [2021-05-07T18:37:49.425Z] Removing intermediate container 3e855597cb40 [2021-05-07T18:37:49.425Z] ---> 7f1764fda4f1 [2021-05-07T18:37:49.425Z] Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} [2021-05-07T18:37:49.425Z] ---> Running in 69262864c3ee [2021-05-07T18:37:49.425Z] Removing intermediate container 69262864c3ee [2021-05-07T18:37:49.425Z] ---> 6220a521edfb [2021-05-07T18:37:49.425Z] Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init [2021-05-07T18:37:49.425Z] ---> Running in b870e9a411e3 [2021-05-07T18:37:50.401Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-05-07T18:37:50.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-05-07T18:37:51.269Z] (1/7) Installing ca-certificates (20191127-r4) [2021-05-07T18:37:51.269Z] (2/7) Installing dumb-init (1.2.2-r1) [2021-05-07T18:37:51.269Z] (3/7) Installing libgcc (9.3.0-r2) [2021-05-07T18:37:51.269Z] (4/7) Installing libsodium (1.0.18-r0) [2021-05-07T18:37:51.269Z] (5/7) Installing libstdc++ (9.3.0-r2) [2021-05-07T18:37:51.269Z] (6/7) Installing libzmq (4.3.3-r0) [2021-05-07T18:37:51.269Z] (7/7) Installing zeromq (4.3.3-r0) [2021-05-07T18:37:51.269Z] Executing busybox-1.31.1-r20.trigger [2021-05-07T18:37:51.269Z] Executing ca-certificates-20191127-r4.trigger [2021-05-07T18:37:51.540Z] OK: 9 MiB in 21 packages [2021-05-07T18:37:53.509Z] Removing intermediate container b870e9a411e3 [2021-05-07T18:37:53.509Z] ---> f577ef96f48b [2021-05-07T18:37:53.509Z] Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt [2021-05-07T18:37:53.783Z] ---> 974fe22c1858 [2021-05-07T18:37:53.783Z] Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE [2021-05-07T18:37:54.761Z] ---> 93014b898d71 [2021-05-07T18:37:54.761Z] Step 20/27 : COPY --from=builder /app/res/ /res/ [2021-05-07T18:37:55.357Z] ---> a9eafde117cf [2021-05-07T18:37:55.357Z] Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable [2021-05-07T18:37:56.790Z] ---> 9124007a6fed [2021-05-07T18:37:56.790Z] Step 22/27 : EXPOSE 48095 [2021-05-07T18:37:56.790Z] ---> Running in 71caf9753d6a [2021-05-07T18:37:57.388Z] Removing intermediate container 71caf9753d6a [2021-05-07T18:37:57.388Z] ---> 73943221418a [2021-05-07T18:37:57.388Z] Step 23/27 : ENTRYPOINT ["/app-service-configurable"] [2021-05-07T18:37:57.388Z] ---> Running in 2285f0fa8238 [2021-05-07T18:37:57.667Z] Removing intermediate container 2285f0fa8238 [2021-05-07T18:37:57.667Z] ---> 56f500f22e53 [2021-05-07T18:37:57.667Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-05-07T18:37:57.945Z] ---> Running in 73775c14d938 [2021-05-07T18:37:58.539Z] Removing intermediate container 73775c14d938 [2021-05-07T18:37:58.539Z] ---> 7b48b0d6ef28 [2021-05-07T18:37:58.539Z] Step 25/27 : LABEL arch=arm64 [2021-05-07T18:37:58.539Z] ---> Running in 36982141729e [2021-05-07T18:37:59.133Z] Removing intermediate container 36982141729e [2021-05-07T18:37:59.133Z] ---> 2dc087ec34ae [2021-05-07T18:37:59.133Z] Step 26/27 : LABEL git_sha=6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [2021-05-07T18:37:59.133Z] ---> Running in bc7d313a068f [2021-05-07T18:37:59.729Z] Removing intermediate container bc7d313a068f [2021-05-07T18:37:59.729Z] ---> 02986656dbd2 [2021-05-07T18:37:59.729Z] Step 27/27 : LABEL version=2.0.0-dev.35 [2021-05-07T18:37:59.729Z] ---> Running in 097dd5927bac [2021-05-07T18:38:00.320Z] Removing intermediate container 097dd5927bac [2021-05-07T18:38:00.320Z] ---> 78faaa962b70 [2021-05-07T18:38:00.320Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-07T18:38:00.320Z] Successfully built 78faaa962b70 [2021-05-07T18:38:00.320Z] Successfully tagged docker-app-service-configurable-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-05-07T18:38:00.459Z] provisioning config files... [2021-05-07T18:38:00.492Z] copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/105@tmp/config1720915458202803877tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:38:00.842Z] ---> docker-login.sh [2021-05-07T18:38:00.842Z] nexus3.edgexfoundry.org:10001 [2021-05-07T18:38:01.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:38:01.385Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:38:01.385Z] Configure a credential helper to remove this warning. See [2021-05-07T18:38:01.385Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:38:01.385Z] [2021-05-07T18:38:01.385Z] Login Succeeded [2021-05-07T18:38:01.385Z] nexus3.edgexfoundry.org:10002 [2021-05-07T18:38:01.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:38:01.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:38:01.929Z] Configure a credential helper to remove this warning. See [2021-05-07T18:38:01.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:38:01.929Z] [2021-05-07T18:38:01.929Z] Login Succeeded [2021-05-07T18:38:01.929Z] nexus3.edgexfoundry.org:10003 [2021-05-07T18:38:02.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:38:02.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:38:02.473Z] Configure a credential helper to remove this warning. See [2021-05-07T18:38:02.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:38:02.473Z] [2021-05-07T18:38:02.473Z] Login Succeeded [2021-05-07T18:38:02.473Z] nexus3.edgexfoundry.org:10004 [2021-05-07T18:38:02.745Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:38:03.017Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:38:03.017Z] Configure a credential helper to remove this warning. See [2021-05-07T18:38:03.017Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:38:03.017Z] [2021-05-07T18:38:03.017Z] Login Succeeded [2021-05-07T18:38:03.017Z] docker.io [2021-05-07T18:38:03.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-07T18:38:03.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-07T18:38:03.893Z] Configure a credential helper to remove this warning. See [2021-05-07T18:38:03.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-07T18:38:03.893Z] [2021-05-07T18:38:03.893Z] Login Succeeded [2021-05-07T18:38:03.893Z] ---> docker-login.sh ends [Pipeline] } [2021-05-07T18:38:03.911Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-07T18:38:03.979Z] [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: [2021-05-07T18:38:03.979Z] 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [2021-05-07T18:38:03.979Z] latest [2021-05-07T18:38:03.979Z] 2.0.0-dev.35 [2021-05-07T18:38:03.979Z] 6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 [2021-05-07T18:38:03.979Z] master [2021-05-07T18:38:03.979Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:38:04.359Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:38:04.697Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [2021-05-07T18:38:04.697Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-05-07T18:38:04.697Z] 874a00b5a45d: Preparing [2021-05-07T18:38:04.697Z] 6165975e0d02: Preparing [2021-05-07T18:38:04.697Z] 7b26d2716f2d: Preparing [2021-05-07T18:38:04.697Z] e6abacd0ec6f: Preparing [2021-05-07T18:38:04.697Z] e01b73162eba: Preparing [2021-05-07T18:38:04.697Z] 3fbe34a1663b: Preparing [2021-05-07T18:38:04.697Z] 3fbe34a1663b: Waiting [2021-05-07T18:38:04.967Z] e6abacd0ec6f: Pushed [2021-05-07T18:38:04.967Z] 6165975e0d02: Pushed [2021-05-07T18:38:04.967Z] 7b26d2716f2d: Pushed [2021-05-07T18:38:04.967Z] 3fbe34a1663b: Layer already exists [2021-05-07T18:38:05.935Z] e01b73162eba: Pushed [2021-05-07T18:38:08.538Z] 874a00b5a45d: Pushed [2021-05-07T18:38:08.538Z] 6494f196447de14bc8de4843e7d8f16b3ff1e2c1: digest: sha256:6dcab908270f370b83cc8f06791ddc7083953aec384605fe837275ed5b88dc8c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:38:08.893Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:38:09.233Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-05-07T18:38:09.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-05-07T18:38:09.233Z] 874a00b5a45d: Preparing [2021-05-07T18:38:09.233Z] 6165975e0d02: Preparing [2021-05-07T18:38:09.233Z] 7b26d2716f2d: Preparing [2021-05-07T18:38:09.233Z] e6abacd0ec6f: Preparing [2021-05-07T18:38:09.233Z] e01b73162eba: Preparing [2021-05-07T18:38:09.233Z] 3fbe34a1663b: Preparing [2021-05-07T18:38:09.233Z] 3fbe34a1663b: Waiting [2021-05-07T18:38:09.233Z] 7b26d2716f2d: Layer already exists [2021-05-07T18:38:09.233Z] 6165975e0d02: Layer already exists [2021-05-07T18:38:09.233Z] e6abacd0ec6f: Layer already exists [2021-05-07T18:38:09.233Z] 874a00b5a45d: Layer already exists [2021-05-07T18:38:09.233Z] e01b73162eba: Layer already exists [2021-05-07T18:38:09.502Z] 3fbe34a1663b: Layer already exists [2021-05-07T18:38:09.502Z] latest: digest: sha256:6dcab908270f370b83cc8f06791ddc7083953aec384605fe837275ed5b88dc8c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:38:09.847Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:38:10.182Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.35 [2021-05-07T18:38:10.182Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-05-07T18:38:10.182Z] 874a00b5a45d: Preparing [2021-05-07T18:38:10.182Z] 6165975e0d02: Preparing [2021-05-07T18:38:10.182Z] 7b26d2716f2d: Preparing [2021-05-07T18:38:10.182Z] e6abacd0ec6f: Preparing [2021-05-07T18:38:10.182Z] e01b73162eba: Preparing [2021-05-07T18:38:10.182Z] 3fbe34a1663b: Preparing [2021-05-07T18:38:10.182Z] 3fbe34a1663b: Waiting [2021-05-07T18:38:10.182Z] 6165975e0d02: Layer already exists [2021-05-07T18:38:10.451Z] e01b73162eba: Layer already exists [2021-05-07T18:38:10.451Z] 7b26d2716f2d: Layer already exists [2021-05-07T18:38:10.451Z] 874a00b5a45d: Layer already exists [2021-05-07T18:38:10.451Z] e6abacd0ec6f: Layer already exists [2021-05-07T18:38:10.451Z] 3fbe34a1663b: Layer already exists [2021-05-07T18:38:10.451Z] 2.0.0-dev.35: digest: sha256:6dcab908270f370b83cc8f06791ddc7083953aec384605fe837275ed5b88dc8c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:38:10.789Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:38:11.125Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 [2021-05-07T18:38:11.125Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-05-07T18:38:11.125Z] 874a00b5a45d: Preparing [2021-05-07T18:38:11.125Z] 6165975e0d02: Preparing [2021-05-07T18:38:11.125Z] 7b26d2716f2d: Preparing [2021-05-07T18:38:11.125Z] e6abacd0ec6f: Preparing [2021-05-07T18:38:11.125Z] e01b73162eba: Preparing [2021-05-07T18:38:11.125Z] 3fbe34a1663b: Preparing [2021-05-07T18:38:11.125Z] 3fbe34a1663b: Waiting [2021-05-07T18:38:11.125Z] 7b26d2716f2d: Layer already exists [2021-05-07T18:38:11.125Z] 874a00b5a45d: Layer already exists [2021-05-07T18:38:11.125Z] e01b73162eba: Layer already exists [2021-05-07T18:38:11.125Z] e6abacd0ec6f: Layer already exists [2021-05-07T18:38:11.125Z] 6165975e0d02: Layer already exists [2021-05-07T18:38:11.394Z] 3fbe34a1663b: Layer already exists [2021-05-07T18:38:11.394Z] 6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35: digest: sha256:6dcab908270f370b83cc8f06791ddc7083953aec384605fe837275ed5b88dc8c size: 1574 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:38:11.732Z] + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:38:12.065Z] + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [2021-05-07T18:38:12.065Z] The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] [2021-05-07T18:38:12.065Z] 874a00b5a45d: Preparing [2021-05-07T18:38:12.065Z] 6165975e0d02: Preparing [2021-05-07T18:38:12.065Z] 7b26d2716f2d: Preparing [2021-05-07T18:38:12.065Z] e6abacd0ec6f: Preparing [2021-05-07T18:38:12.065Z] e01b73162eba: Preparing [2021-05-07T18:38:12.065Z] 3fbe34a1663b: Preparing [2021-05-07T18:38:12.065Z] 3fbe34a1663b: Waiting [2021-05-07T18:38:12.065Z] 874a00b5a45d: Layer already exists [2021-05-07T18:38:12.065Z] 7b26d2716f2d: Layer already exists [2021-05-07T18:38:12.065Z] 6165975e0d02: Layer already exists [2021-05-07T18:38:12.065Z] e6abacd0ec6f: Layer already exists [2021-05-07T18:38:12.065Z] e01b73162eba: Layer already exists [2021-05-07T18:38:12.334Z] 3fbe34a1663b: Layer already exists [2021-05-07T18:38:12.334Z] master: digest: sha256:6dcab908270f370b83cc8f06791ddc7083953aec384605fe837275ed5b88dc8c size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-05-07T18:38:12.400Z] ===================================================== [Pipeline] echo [2021-05-07T18:38:12.416Z] taggedImages: [2021-05-07T18:38:12.416Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [2021-05-07T18:38:12.416Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [2021-05-07T18:38:12.416Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.35 [2021-05-07T18:38:12.416Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6494f196447de14bc8de4843e7d8f16b3ff1e2c1-2.0.0-dev.35 [2021-05-07T18:38:12.416Z] - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:38:12.789Z] ---> job-cost.sh [2021-05-07T18:38:12.789Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zigq [2021-05-07T18:38:51.737Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-07T18:40:13.577Z] lf-activate-venv(): INFO: Adding /tmp/venv-zigq/bin to PATH [2021-05-07T18:40:13.577Z] INFO: No Stack... [2021-05-07T18:40:13.577Z] INFO: Retrieving Pricing Info for: lf-standard-4 [2021-05-07T18:40:13.577Z] INFO: Archiving Costs [Pipeline] sh [2021-05-07T18:40:13.927Z] + cut -d, -f6 [2021-05-07T18:40:13.927Z] + cat /w/workspace/app-service-configurable/105/archives/cost.csv [Pipeline] lock [2021-05-07T18:40:14.056Z] Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] [2021-05-07T18:40:14.067Z] Resource [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] did not exist. Created. [2021-05-07T18:40:14.067Z] Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-07T18:40:14.442Z] /w/workspace/app-service-configurable/105@tmp/durable-6be9eb56/script.sh: 1: /w/workspace/app-service-configurable/105@tmp/durable-6be9eb56/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-07T18:40:14.792Z] + echo total: 0.20999999344348907 [Pipeline] stash [2021-05-07T18:40:14.812Z] Warning: overwriting stash ‘stack-cost’ [2021-05-07T18:40:14.970Z] Stashed 1 file(s) [Pipeline] } [2021-05-07T18:40:14.987Z] Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-105-stack-cost] [Pipeline] // lock [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 [2021-05-07T18:40:15.617Z] provisioning config files... [2021-05-07T18:40:15.688Z] copy managed file [app-service-configurable-codecov-token] to file:/w/workspace/_app-service-configurable_master@tmp/config2452649915187251996tmp [Pipeline] { [Pipeline] sh [2021-05-07T18:40:16.144Z] + set +x [2021-05-07T18:40:16.144Z] + bash -s -- [2021-05-07T18:40:16.144Z] + curl -s https://codecov.io/bash [2021-05-07T18:40:16.426Z] [2021-05-07T18:40:16.426Z] _____ _ [2021-05-07T18:40:16.426Z] / ____| | | [2021-05-07T18:40:16.426Z] | | ___ __| | ___ ___ _____ __ [2021-05-07T18:40:16.426Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-07T18:40:16.426Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-07T18:40:16.426Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-07T18:40:16.426Z] Bash-1.0.2 [2021-05-07T18:40:16.426Z] [2021-05-07T18:40:16.426Z] [2021-05-07T18:40:16.426Z] ==> git version 2.24.3 found [2021-05-07T18:40:16.426Z] ==> 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 [2021-05-07T18:40:16.426Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-07T18:40:16.426Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-07T18:40:16.426Z] ==> Jenkins CI detected. [2021-05-07T18:40:16.426Z] project root: . [2021-05-07T18:40:16.426Z] --> token set from env [2021-05-07T18:40:16.426Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-07T18:40:16.757Z] ==> Running gcov in . (disable via -X gcov) [2021-05-07T18:40:16.757Z] ==> Python coveragepy not found [2021-05-07T18:40:16.757Z] ==> Searching for coverage reports in: [2021-05-07T18:40:16.757Z] + . [2021-05-07T18:40:16.757Z] -> Found 1 reports [2021-05-07T18:40:16.757Z] ==> Detecting git/mercurial file structure [2021-05-07T18:40:16.757Z] ==> Reading reports [2021-05-07T18:40:16.757Z] + ./coverage.out bytes=10 [2021-05-07T18:40:16.757Z] ==> Appending adjustments [2021-05-07T18:40:16.757Z] https://docs.codecov.io/docs/fixing-reports [2021-05-07T18:40:16.757Z] + Found adjustments [2021-05-07T18:40:16.757Z] ==> Gzipping contents [2021-05-07T18:40:16.757Z] 4.0K /tmp/codecov.RVyG2j.gz [2021-05-07T18:40:16.757Z] ==> Uploading reports [2021-05-07T18:40:16.757Z] url: https://codecov.io [2021-05-07T18:40:16.757Z] query: branch=master&commit=6494f196447de14bc8de4843e7d8f16b3ff1e2c1&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F105%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-07T18:40:16.757Z] -> Pinging Codecov [2021-05-07T18:40:16.757Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=master&commit=6494f196447de14bc8de4843e7d8f16b3ff1e2c1&build=105&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-service-configurable%2Fjob%2Fmaster%2F105%2F&name=&tag=&slug=edgexfoundry%2Fapp-service-configurable&service=jenkins&flags=&pr=&job=&cmd_args= [2021-05-07T18:40:17.351Z] -> Uploading to [2021-05-07T18:40:17.351Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-07/A97CA9966030D2A3747ED39772930CCE/6494f196447de14bc8de4843e7d8f16b3ff1e2c1/45786a36-3e59-4805-ba71-bf454c43b4a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210507%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210507T184017Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=dc3aa74b56c5fb1f42dbc0dc183c066236eb858ee8eb1f2974b6341dfc603683 [2021-05-07T18:40:17.351Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-07T18:40:17.351Z] Dload Upload Total Spent Left Speed [2021-05-07T18:40:17.900Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 390 0 0 100 390 0 914 --:--:-- --:--:-- --:--:-- 915 [2021-05-07T18:40:17.900Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/app-service-configurable/commit/6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [Pipeline] } [2021-05-07T18:40:17.916Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-05-07T18:40:18.177Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-05-07T18:40:18.200Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:40:18.585Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-07T18:40:18.878Z] [2021-05-07T18:40:18.878Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:40:19.277Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-07T18:40:19.610Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-05-07T18:40:19.610Z] 188c0c94c7c5: Pulling fs layer [2021-05-07T18:40:19.610Z] 0ef7d3d256c8: Pulling fs layer [2021-05-07T18:40:19.610Z] de9db76c5a1d: Pulling fs layer [2021-05-07T18:40:19.610Z] 0eba1c9be4d2: Pulling fs layer [2021-05-07T18:40:19.610Z] 0d57e429df01: Pulling fs layer [2021-05-07T18:40:19.610Z] 4e4be7b47b0d: Pulling fs layer [2021-05-07T18:40:19.610Z] e1f770b5df2f: Pulling fs layer [2021-05-07T18:40:19.610Z] 85a0685a4137: Pulling fs layer [2021-05-07T18:40:19.610Z] 0d57e429df01: Waiting [2021-05-07T18:40:19.610Z] 4e4be7b47b0d: Waiting [2021-05-07T18:40:19.610Z] e1f770b5df2f: Waiting [2021-05-07T18:40:19.610Z] 85a0685a4137: Waiting [2021-05-07T18:40:19.610Z] 0eba1c9be4d2: Waiting [2021-05-07T18:40:19.610Z] de9db76c5a1d: Verifying Checksum [2021-05-07T18:40:19.610Z] de9db76c5a1d: Download complete [2021-05-07T18:40:19.610Z] 0ef7d3d256c8: Verifying Checksum [2021-05-07T18:40:19.610Z] 0ef7d3d256c8: Download complete [2021-05-07T18:40:19.610Z] 0d57e429df01: Verifying Checksum [2021-05-07T18:40:19.610Z] 0d57e429df01: Download complete [2021-05-07T18:40:19.879Z] 4e4be7b47b0d: Verifying Checksum [2021-05-07T18:40:19.879Z] 4e4be7b47b0d: Download complete [2021-05-07T18:40:20.158Z] 188c0c94c7c5: Verifying Checksum [2021-05-07T18:40:20.158Z] 188c0c94c7c5: Download complete [2021-05-07T18:40:21.251Z] 188c0c94c7c5: Pull complete [2021-05-07T18:40:21.916Z] 0ef7d3d256c8: Pull complete [2021-05-07T18:40:21.916Z] e1f770b5df2f: Verifying Checksum [2021-05-07T18:40:21.916Z] e1f770b5df2f: Download complete [2021-05-07T18:40:22.534Z] de9db76c5a1d: Pull complete [2021-05-07T18:40:28.233Z] 0eba1c9be4d2: Download complete [2021-05-07T18:40:29.304Z] 85a0685a4137: Verifying Checksum [2021-05-07T18:40:29.304Z] 85a0685a4137: Download complete [2021-05-07T18:40:42.034Z] 0eba1c9be4d2: Pull complete [2021-05-07T18:40:42.034Z] 0d57e429df01: Pull complete [2021-05-07T18:40:42.034Z] 4e4be7b47b0d: Pull complete [2021-05-07T18:40:43.503Z] e1f770b5df2f: Pull complete [2021-05-07T18:40:56.029Z] 85a0685a4137: Pull complete [2021-05-07T18:40:56.029Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-05-07T18:40:56.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-05-07T18:40:56.029Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-05-07T18:40:56.715Z] prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container [2021-05-07T18:40:56.879Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-05-07T18:40:58.629Z] $ docker top 35de9b92057994cd93ea603a284ef21db10e1edfe4ccb9c2a23d8f901e6c9be5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-05-07T18:40:58.872Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-05-07T18:40:59.271Z] + set -o pipefail [2021-05-07T18:40:59.271Z] + snyk monitor '--org=edgex-jenkins' [2021-05-07T18:41:14.692Z] [2021-05-07T18:41:14.692Z] Monitoring /w/workspace/_app-service-configurable_master (github.com/edgexfoundry/app-service-configurable)... [2021-05-07T18:41:14.692Z] [2021-05-07T18:41:14.692Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/78834c31-a9c6-48a0-bc23-2630bc060585/history/4ef5dc33-f710-4041-a7d1-85811d6e3c4d [2021-05-07T18:41:14.692Z] [2021-05-07T18:41:14.692Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-05-07T18:41:14.692Z] [2021-05-07T18:41:14.692Z] [Pipeline] } [2021-05-07T18:41:14.748Z] $ docker stop --time=1 35de9b92057994cd93ea603a284ef21db10e1edfe4ccb9c2a23d8f901e6c9be5 [2021-05-07T18:41:17.362Z] $ docker rm -f 35de9b92057994cd93ea603a284ef21db10e1edfe4ccb9c2a23d8f901e6c9be5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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 [2021-05-07T18:41:19.576Z] + git log --format=format:%s -1 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:41:19.919Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T18:41:19.919Z] . [Pipeline] withDockerContainer [2021-05-07T18:41:20.085Z] prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container [2021-05-07T18:41:20.173Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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:10004/edgex-devops/git-semver:latest cat [2021-05-07T18:41:21.807Z] $ docker top 59200c375f887c666403fae796b0c9ee88ca97e17f7f62d8621ef2508bc9f108 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T18:41:22.132Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T18:41:22.132Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T18:41:23.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T18:41:23.084Z] $ docker exec 59200c375f887c666403fae796b0c9ee88ca97e17f7f62d8621ef2508bc9f108 ssh-agent [2021-05-07T18:41:23.400Z] SSH_AUTH_SOCK=/tmp/ssh-5lqALGDfBnYP/agent.13 [2021-05-07T18:41:23.400Z] SSH_AGENT_PID=18 [2021-05-07T18:41:23.412Z] Running ssh-add (command line suppressed) [2021-05-07T18:41:23.721Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_1452187502105620014.key (/w/workspace/_app-service-configurable_master@tmp/private_key_1452187502105620014.key) [2021-05-07T18:41:23.885Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T18:41:24.550Z] + git semver tag [2021-05-07T18:41:24.550Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T18:41:24.550Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-07T18:41:24.550Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-07T18:41:24.550Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T18:41:24.550Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T18:41:24.550Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T18:41:24.550Z] # $SEMVER_BRANCH = master [2021-05-07T18:41:24.550Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-05-07T18:41:24.550Z] # 6494f196447de14bc8de4843e7d8f16b3ff1e2c1 HEAD [2021-05-07T18:41:24.550Z] # -> Force: false [2021-05-07T18:41:24.550Z] # 9b6a836012e9b3e90218d283519ae4d49f00097b refs/tags/v2.0.0-dev.35 [Pipeline] } [2021-05-07T18:41:24.567Z] $ docker exec --env ******** --env ******** 59200c375f887c666403fae796b0c9ee88ca97e17f7f62d8621ef2508bc9f108 ssh-agent -k [2021-05-07T18:41:24.798Z] unset SSH_AUTH_SOCK; [2021-05-07T18:41:24.798Z] unset SSH_AGENT_PID; [2021-05-07T18:41:24.798Z] echo Agent pid 18 killed; [2021-05-07T18:41:24.886Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T18:41:25.691Z] + git semver [Pipeline] } [2021-05-07T18:41:25.752Z] $ docker stop --time=1 59200c375f887c666403fae796b0c9ee88ca97e17f7f62d8621ef2508bc9f108 [2021-05-07T18:41:27.330Z] $ docker rm -f 59200c375f887c666403fae796b0c9ee88ca97e17f7f62d8621ef2508bc9f108 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:41:27.989Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-07T18:41:27.989Z] [2021-05-07T18:41:27.989Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:41:28.374Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-07T18:41:28.640Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-05-07T18:41:28.640Z] ab5ef0e58194: Pulling fs layer [2021-05-07T18:41:28.640Z] 9712f1f96733: Pulling fs layer [2021-05-07T18:41:28.640Z] 63f879dbbcfc: Pulling fs layer [2021-05-07T18:41:28.640Z] 0d9ebad4ef96: Pulling fs layer [2021-05-07T18:41:28.640Z] e9a5061849ea: Pulling fs layer [2021-05-07T18:41:28.640Z] d747dcd14b5f: Pulling fs layer [2021-05-07T18:41:28.640Z] 2de7ff778b66: Pulling fs layer [2021-05-07T18:41:28.640Z] 0d9ebad4ef96: Waiting [2021-05-07T18:41:28.640Z] e9a5061849ea: Waiting [2021-05-07T18:41:28.640Z] d747dcd14b5f: Waiting [2021-05-07T18:41:28.640Z] 2de7ff778b66: Waiting [2021-05-07T18:41:28.640Z] 9712f1f96733: Verifying Checksum [2021-05-07T18:41:28.640Z] 9712f1f96733: Download complete [2021-05-07T18:41:31.292Z] 63f879dbbcfc: Verifying Checksum [2021-05-07T18:41:31.292Z] 63f879dbbcfc: Download complete [2021-05-07T18:41:31.292Z] e9a5061849ea: Verifying Checksum [2021-05-07T18:41:31.292Z] e9a5061849ea: Download complete [2021-05-07T18:41:31.292Z] d747dcd14b5f: Verifying Checksum [2021-05-07T18:41:31.292Z] d747dcd14b5f: Download complete [2021-05-07T18:41:32.810Z] 2de7ff778b66: Verifying Checksum [2021-05-07T18:41:32.810Z] 2de7ff778b66: Download complete [2021-05-07T18:41:32.810Z] 0d9ebad4ef96: Verifying Checksum [2021-05-07T18:41:32.810Z] 0d9ebad4ef96: Download complete [2021-05-07T18:41:33.829Z] ab5ef0e58194: Download complete [2021-05-07T18:41:46.442Z] ab5ef0e58194: Pull complete [2021-05-07T18:41:46.442Z] 9712f1f96733: Pull complete [2021-05-07T18:41:50.105Z] 63f879dbbcfc: Pull complete [2021-05-07T18:42:05.504Z] 0d9ebad4ef96: Pull complete [2021-05-07T18:42:08.193Z] e9a5061849ea: Pull complete [2021-05-07T18:42:08.193Z] d747dcd14b5f: Pull complete [2021-05-07T18:42:10.977Z] 2de7ff778b66: Pull complete [2021-05-07T18:42:10.977Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-05-07T18:42:10.977Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-05-07T18:42:10.977Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-05-07T18:42:11.369Z] prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container [2021-05-07T18:42:11.528Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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-lftools:0.23.1-centos7 cat [2021-05-07T18:42:15.464Z] $ docker top 98c329452b355ab11749cebe736cc202c330c3acb12c065b092954d1f1a146ef -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-05-07T18:42:16.051Z] provisioning config files... [2021-05-07T18:42:16.472Z] copy managed file [sigul-config] to file:/w/workspace/_app-service-configurable_master@tmp/config5702248236112018041tmp [2021-05-07T18:42:16.596Z] copy managed file [sigul-password] to file:/w/workspace/_app-service-configurable_master@tmp/config2754984887455762767tmp [2021-05-07T18:42:16.649Z] copy managed file [sigul-pki] to file:/w/workspace/_app-service-configurable_master@tmp/config5904232312059459702tmp [Pipeline] { [Pipeline] echo [2021-05-07T18:42:16.687Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:42:17.429Z] ---> sigul-configuration.sh [2021-05-07T18:42:17.429Z] gpg: directory `/root/.gnupg' created [2021-05-07T18:42:17.429Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-05-07T18:42:17.429Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-05-07T18:42:17.429Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-05-07T18:42:17.429Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-05-07T18:42:17.429Z] gpg: CAST5 encrypted data [2021-05-07T18:42:17.728Z] gpg: encrypted with 1 passphrase [2021-05-07T18:42:17.728Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-05-07T18:42:18.448Z] + mkdir /home/jenkins [2021-05-07T18:42:18.448Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-05-07T18:42:18.825Z] + 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 [2021-05-07T18:42:19.120Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:42:19.476Z] ---> sigul-install.sh [2021-05-07T18:42:29.756Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2021-05-07T18:42:30.447Z] + git tag --list [2021-05-07T18:42:30.447Z] v1.0.0 [2021-05-07T18:42:30.447Z] v1.1.0 [2021-05-07T18:42:30.447Z] v1.2.0 [2021-05-07T18:42:30.447Z] v1.3.0 [2021-05-07T18:42:30.447Z] v1.3.1 [2021-05-07T18:42:30.447Z] v1.3.1-dev.1 [2021-05-07T18:42:30.447Z] v1.3.1-dev.2 [2021-05-07T18:42:30.447Z] v1.3.1-dev.3 [2021-05-07T18:42:30.447Z] v2.0.0-dev.1 [2021-05-07T18:42:30.447Z] v2.0.0-dev.10 [2021-05-07T18:42:30.447Z] v2.0.0-dev.11 [2021-05-07T18:42:30.447Z] v2.0.0-dev.12 [2021-05-07T18:42:30.447Z] v2.0.0-dev.13 [2021-05-07T18:42:30.447Z] v2.0.0-dev.14 [2021-05-07T18:42:30.447Z] v2.0.0-dev.15 [2021-05-07T18:42:30.447Z] v2.0.0-dev.16 [2021-05-07T18:42:30.447Z] v2.0.0-dev.17 [2021-05-07T18:42:30.447Z] v2.0.0-dev.18 [2021-05-07T18:42:30.447Z] v2.0.0-dev.19 [2021-05-07T18:42:30.447Z] v2.0.0-dev.2 [2021-05-07T18:42:30.447Z] v2.0.0-dev.20 [2021-05-07T18:42:30.447Z] v2.0.0-dev.21 [2021-05-07T18:42:30.447Z] v2.0.0-dev.22 [2021-05-07T18:42:30.447Z] v2.0.0-dev.23 [2021-05-07T18:42:30.447Z] v2.0.0-dev.24 [2021-05-07T18:42:30.447Z] v2.0.0-dev.25 [2021-05-07T18:42:30.447Z] v2.0.0-dev.26 [2021-05-07T18:42:30.447Z] v2.0.0-dev.27 [2021-05-07T18:42:30.447Z] v2.0.0-dev.28 [2021-05-07T18:42:30.447Z] v2.0.0-dev.29 [2021-05-07T18:42:30.447Z] v2.0.0-dev.3 [2021-05-07T18:42:30.447Z] v2.0.0-dev.30 [2021-05-07T18:42:30.447Z] v2.0.0-dev.31 [2021-05-07T18:42:30.447Z] v2.0.0-dev.32 [2021-05-07T18:42:30.447Z] v2.0.0-dev.33 [2021-05-07T18:42:30.447Z] v2.0.0-dev.34 [2021-05-07T18:42:30.447Z] v2.0.0-dev.35 [2021-05-07T18:42:30.447Z] v2.0.0-dev.4 [2021-05-07T18:42:30.447Z] v2.0.0-dev.5 [2021-05-07T18:42:30.447Z] v2.0.0-dev.6 [2021-05-07T18:42:30.447Z] v2.0.0-dev.7 [2021-05-07T18:42:30.447Z] v2.0.0-dev.8 [2021-05-07T18:42:30.447Z] v2.0.0-dev.9 [Pipeline] sh [2021-05-07T18:42:31.152Z] + lftools sign git-tag v2.0.0-dev.35 [2021-05-07T18:42:33.145Z] Signing Git tag with Sigul... [2021-05-07T18:42:33.145Z] Signing v2.0.0-dev.35 [Pipeline] echo [2021-05-07T18:42:34.703Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:42:35.376Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-05-07T18:42:35.408Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-05-07T18:42:35.458Z] $ docker stop --time=1 98c329452b355ab11749cebe736cc202c330c3acb12c065b092954d1f1a146ef [2021-05-07T18:42:37.602Z] $ docker rm -f 98c329452b355ab11749cebe736cc202c330c3acb12c065b092954d1f1a146ef [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:42:38.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T18:42:38.394Z] . [Pipeline] withDockerContainer [2021-05-07T18:42:38.612Z] prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container [2021-05-07T18:42:38.719Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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:10004/edgex-devops/git-semver:latest cat [2021-05-07T18:42:39.918Z] $ docker top e5e0083ac6a502f720be8d56c0bf7f22fd97b8d3467bb93665839fae63aa4fe0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T18:42:40.155Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T18:42:40.155Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T18:42:40.605Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T18:42:40.612Z] $ docker exec e5e0083ac6a502f720be8d56c0bf7f22fd97b8d3467bb93665839fae63aa4fe0 ssh-agent [2021-05-07T18:42:41.085Z] SSH_AUTH_SOCK=/tmp/ssh-rmEkmueSGuGq/agent.12 [2021-05-07T18:42:41.085Z] SSH_AGENT_PID=17 [2021-05-07T18:42:41.099Z] Running ssh-add (command line suppressed) [2021-05-07T18:42:41.350Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4827456466630008119.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4827456466630008119.key) [2021-05-07T18:42:41.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T18:42:42.225Z] + git semver bump pre [2021-05-07T18:42:42.225Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T18:42:42.225Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-07T18:42:42.225Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-07T18:42:42.225Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T18:42:42.225Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T18:42:42.225Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T18:42:42.225Z] # $SEMVER_BRANCH = master [2021-05-07T18:42:42.225Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [2021-05-07T18:42:42.225Z] 2.0.0-dev.36 [Pipeline] } [2021-05-07T18:42:42.241Z] $ docker exec --env ******** --env ******** e5e0083ac6a502f720be8d56c0bf7f22fd97b8d3467bb93665839fae63aa4fe0 ssh-agent -k [2021-05-07T18:42:42.418Z] unset SSH_AUTH_SOCK; [2021-05-07T18:42:42.420Z] unset SSH_AGENT_PID; [2021-05-07T18:42:42.420Z] echo Agent pid 17 killed; [2021-05-07T18:42:42.553Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T18:42:42.948Z] + git semver [Pipeline] } [2021-05-07T18:42:43.025Z] $ docker stop --time=1 e5e0083ac6a502f720be8d56c0bf7f22fd97b8d3467bb93665839fae63aa4fe0 [2021-05-07T18:42:44.866Z] $ docker rm -f e5e0083ac6a502f720be8d56c0bf7f22fd97b8d3467bb93665839fae63aa4fe0 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:42:45.435Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-07T18:42:45.435Z] . [Pipeline] withDockerContainer [2021-05-07T18:42:45.635Z] prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container [2021-05-07T18:42:45.709Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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:10004/edgex-devops/git-semver:latest cat [2021-05-07T18:42:46.832Z] $ docker top 5b54c22efdd5e3e90ca4a04bf8d6221e56f6e4fb6a9ed310b5dba65982d2374a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-07T18:42:47.234Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-07T18:42:47.234Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-07T18:42:47.725Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-07T18:42:47.730Z] $ docker exec 5b54c22efdd5e3e90ca4a04bf8d6221e56f6e4fb6a9ed310b5dba65982d2374a ssh-agent [2021-05-07T18:42:48.153Z] SSH_AUTH_SOCK=/tmp/ssh-VIj0raOxYWFI/agent.11 [2021-05-07T18:42:48.153Z] SSH_AGENT_PID=16 [2021-05-07T18:42:48.183Z] Running ssh-add (command line suppressed) [2021-05-07T18:42:48.469Z] Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_8777613124967384439.key (/w/workspace/_app-service-configurable_master@tmp/private_key_8777613124967384439.key) [2021-05-07T18:42:48.596Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-07T18:42:48.951Z] + git semver push [2021-05-07T18:42:49.219Z] # -> Open(): unable to determine branch for HEAD [2021-05-07T18:42:49.219Z] # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git [2021-05-07T18:42:49.219Z] # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master [2021-05-07T18:42:49.219Z] # $SEMVER_REMOTE_NAME = origin [2021-05-07T18:42:49.219Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-07T18:42:49.219Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-07T18:42:49.219Z] # $SEMVER_BRANCH = master [2021-05-07T18:42:49.219Z] # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } [2021-05-07T18:42:53.561Z] $ docker exec --env ******** --env ******** 5b54c22efdd5e3e90ca4a04bf8d6221e56f6e4fb6a9ed310b5dba65982d2374a ssh-agent -k [2021-05-07T18:42:54.020Z] unset SSH_AUTH_SOCK; [2021-05-07T18:42:54.025Z] unset SSH_AGENT_PID; [2021-05-07T18:42:54.025Z] echo Agent pid 16 killed; [2021-05-07T18:42:54.220Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-07T18:42:54.661Z] + git semver [Pipeline] } [2021-05-07T18:42:54.984Z] $ docker stop --time=1 5b54c22efdd5e3e90ca4a04bf8d6221e56f6e4fb6a9ed310b5dba65982d2374a [2021-05-07T18:42:56.967Z] $ docker rm -f 5b54c22efdd5e3e90ca4a04bf8d6221e56f6e4fb6a9ed310b5dba65982d2374a [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 [2021-05-07T18:42:58.349Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:42:59.071Z] ---> package-listing.sh [2021-05-07T18:42:59.071Z] ++ facter osfamily [2021-05-07T18:42:59.071Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-07T18:42:59.344Z] + OS_FAMILY=redhat [2021-05-07T18:42:59.344Z] + workspace=/w/workspace/_app-service-configurable_master [2021-05-07T18:42:59.344Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-07T18:42:59.344Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-07T18:42:59.344Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-07T18:42:59.344Z] + PACKAGES=/tmp/packages_start.txt [2021-05-07T18:42:59.344Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-05-07T18:42:59.344Z] + PACKAGES=/tmp/packages_end.txt [2021-05-07T18:42:59.344Z] + case "${OS_FAMILY}" in [2021-05-07T18:42:59.344Z] + rpm -qa [2021-05-07T18:42:59.344Z] + sort [2021-05-07T18:43:06.051Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-07T18:43:06.051Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-07T18:43:06.051Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-07T18:43:06.051Z] + '[' /w/workspace/_app-service-configurable_master ']' [2021-05-07T18:43:06.051Z] + mkdir -p /w/workspace/_app-service-configurable_master/archives/ [2021-05-07T18:43:06.051Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo [2021-05-07T18:43:06.069Z] 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/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-07T18:43:06.406Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:43:07.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T18:43:07.289Z] [2021-05-07T18:43:07.289Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-07T18:43:07.632Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T18:43:07.950Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-07T18:43:07.950Z] df20fa9351a1: Pulling fs layer [2021-05-07T18:43:07.950Z] 36b3adc4ff6f: Pulling fs layer [2021-05-07T18:43:07.950Z] 8ad3a11d3b57: Pulling fs layer [2021-05-07T18:43:07.950Z] 46f8f816bc3b: Pulling fs layer [2021-05-07T18:43:07.950Z] 93b61091891f: Pulling fs layer [2021-05-07T18:43:07.950Z] 93b9cdb0e59b: Pulling fs layer [2021-05-07T18:43:07.950Z] 5e14af77c1be: Pulling fs layer [2021-05-07T18:43:07.950Z] 01666e4c0597: Pulling fs layer [2021-05-07T18:43:07.950Z] aa168da1d23b: Pulling fs layer [2021-05-07T18:43:07.950Z] 93b9cdb0e59b: Waiting [2021-05-07T18:43:07.950Z] 5e14af77c1be: Waiting [2021-05-07T18:43:07.950Z] 01666e4c0597: Waiting [2021-05-07T18:43:07.950Z] aa168da1d23b: Waiting [2021-05-07T18:43:07.950Z] 46f8f816bc3b: Waiting [2021-05-07T18:43:07.950Z] 93b61091891f: Waiting [2021-05-07T18:43:07.950Z] 36b3adc4ff6f: Verifying Checksum [2021-05-07T18:43:07.950Z] 36b3adc4ff6f: Download complete [2021-05-07T18:43:07.950Z] 46f8f816bc3b: Verifying Checksum [2021-05-07T18:43:07.950Z] 46f8f816bc3b: Download complete [2021-05-07T18:43:07.950Z] df20fa9351a1: Verifying Checksum [2021-05-07T18:43:07.950Z] df20fa9351a1: Download complete [2021-05-07T18:43:07.950Z] 93b9cdb0e59b: Verifying Checksum [2021-05-07T18:43:07.950Z] 93b9cdb0e59b: Download complete [2021-05-07T18:43:07.950Z] 5e14af77c1be: Download complete [2021-05-07T18:43:07.950Z] 01666e4c0597: Verifying Checksum [2021-05-07T18:43:07.950Z] 01666e4c0597: Download complete [2021-05-07T18:43:07.950Z] 93b61091891f: Verifying Checksum [2021-05-07T18:43:07.950Z] 93b61091891f: Download complete [2021-05-07T18:43:08.571Z] 8ad3a11d3b57: Verifying Checksum [2021-05-07T18:43:08.571Z] 8ad3a11d3b57: Download complete [2021-05-07T18:43:08.571Z] df20fa9351a1: Pull complete [2021-05-07T18:43:08.865Z] 36b3adc4ff6f: Pull complete [2021-05-07T18:43:10.351Z] 8ad3a11d3b57: Pull complete [2021-05-07T18:43:10.680Z] 46f8f816bc3b: Pull complete [2021-05-07T18:43:11.744Z] 93b61091891f: Pull complete [2021-05-07T18:43:12.047Z] 93b9cdb0e59b: Pull complete [2021-05-07T18:43:12.330Z] 5e14af77c1be: Pull complete [2021-05-07T18:43:13.001Z] aa168da1d23b: Verifying Checksum [2021-05-07T18:43:13.001Z] aa168da1d23b: Download complete [2021-05-07T18:43:13.320Z] 01666e4c0597: Pull complete [2021-05-07T18:43:28.499Z] aa168da1d23b: Pull complete [2021-05-07T18:43:28.499Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-07T18:43:28.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-07T18:43:28.499Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-07T18:43:28.892Z] prd-centos7-docker-4c-2g-3609 does not seem to be running inside a container [2021-05-07T18:43:28.982Z] $ 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/_app-service-configurable_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/_app-service-configurable_master -v /w/workspace/_app-service-configurable_master:/w/workspace/_app-service-configurable_master:rw,z -v /w/workspace/_app-service-configurable_master@tmp:/w/workspace/_app-service-configurable_master@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-lftools-log-publisher:alpine cat [2021-05-07T18:43:32.377Z] $ docker top aaa9e38e5a1b356367ff45b5eda6f70018efc340ed56530e295a513afbfa8bdd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-07T18:43:33.484Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-07T18:43:34.167Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-07T18:43:34.875Z] + ls /var/log/sa-host [2021-05-07T18:43:34.875Z] + sadf -c /var/log/sa-host/sa07 [2021-05-07T18:43:34.875Z] file_magic: OK [2021-05-07T18:43:34.875Z] HZ: Using current value: 100 [2021-05-07T18:43:34.875Z] file_header: OK [2021-05-07T18:43:34.875Z] 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 [2021-05-07T18:43:34.875Z] Statistics: [2021-05-07T18:43:34.875Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-07T18:43:34.875Z] File successfully converted to sysstat format version 12.2.1 [2021-05-07T18:43:34.875Z] + sadf -c /var/log/sa-host/sa23 [2021-05-07T18:43:34.875Z] file_magic: OK [2021-05-07T18:43:34.875Z] HZ: Using current value: 100 [2021-05-07T18:43:34.875Z] file_header: OK [2021-05-07T18:43:34.875Z] 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 [2021-05-07T18:43:34.875Z] Statistics: [2021-05-07T18:43:34.875Z] Hnuu...uuuununununu... [2021-05-07T18:43:34.875Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-07T18:43:35.057Z] provisioning config files... [2021-05-07T18:43:35.085Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2989677285874823292tmp [Pipeline] { [Pipeline] echo [2021-05-07T18:43:35.135Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:43:35.799Z] ---> create-netrc.sh [Pipeline] } [2021-05-07T18:43:35.811Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-07T18:43:35.838Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:43:36.163Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-07T18:43:36.180Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:43:36.518Z] ---> sudo-logs.sh [2021-05-07T18:43:36.519Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-07T18:43:36.838Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:43:37.528Z] ---> job-cost.sh [2021-05-07T18:43:37.810Z] lf-activate-venv: SKIPPING [2021-05-07T18:43:37.810Z] DEBUG: total: 0.20999999344348907 [2021-05-07T18:43:37.810Z] INFO: Retrieving Stack Cost... [2021-05-07T18:43:38.774Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-05-07T18:43:39.366Z] INFO: Archiving Costs [Pipeline] echo [2021-05-07T18:43:39.387Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-07T18:43:40.138Z] ---> logs-deploy.sh [2021-05-07T18:43:40.138Z] lf-activate-venv: SKIPPING [2021-05-07T18:43:40.138Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/105 [2021-05-07T18:43:40.138Z] INFO: archiving workspace using pattern(s): [2021-05-07T18:43:42.790Z] Archives upload complete. [2021-05-07T18:43:42.790Z] INFO: archiving logs to Nexus [2021-05-07T18:43:44.782Z] ---> uname -a: [2021-05-07T18:43:44.782Z] Linux prd-centos7-docker-4c-2g-3609.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-05-07T18:43:44.782Z] [2021-05-07T18:43:44.782Z] [2021-05-07T18:43:44.782Z] ---> lscpu: [2021-05-07T18:43:44.782Z] Architecture: x86_64 [2021-05-07T18:43:44.782Z] CPU op-mode(s): 32-bit, 64-bit [2021-05-07T18:43:44.782Z] Byte Order: Little Endian [2021-05-07T18:43:44.782Z] Address sizes: 40 bits physical, 48 bits virtual [2021-05-07T18:43:44.782Z] CPU(s): 4 [2021-05-07T18:43:44.782Z] On-line CPU(s) list: 0-3 [2021-05-07T18:43:44.782Z] Thread(s) per core: 1 [2021-05-07T18:43:44.782Z] Core(s) per socket: 1 [2021-05-07T18:43:44.782Z] Socket(s): 4 [2021-05-07T18:43:44.782Z] NUMA node(s): 1 [2021-05-07T18:43:44.782Z] Vendor ID: GenuineIntel [2021-05-07T18:43:44.782Z] CPU family: 6 [2021-05-07T18:43:44.782Z] Model: 44 [2021-05-07T18:43:44.782Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-05-07T18:43:44.782Z] Stepping: 1 [2021-05-07T18:43:44.782Z] CPU MHz: 2933.438 [2021-05-07T18:43:44.782Z] BogoMIPS: 5866.87 [2021-05-07T18:43:44.782Z] Virtualization: VT-x [2021-05-07T18:43:44.782Z] Hypervisor vendor: KVM [2021-05-07T18:43:44.782Z] Virtualization type: full [2021-05-07T18:43:44.782Z] L1d cache: 128 KiB [2021-05-07T18:43:44.782Z] L1i cache: 128 KiB [2021-05-07T18:43:44.782Z] L2 cache: 16 MiB [2021-05-07T18:43:44.782Z] L3 cache: 64 MiB [2021-05-07T18:43:44.782Z] NUMA node0 CPU(s): 0-3 [2021-05-07T18:43:44.782Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-05-07T18:43:44.782Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-05-07T18:43:44.782Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-05-07T18:43:44.782Z] Vulnerability Meltdown: Mitigation; PTI [2021-05-07T18:43:44.782Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-05-07T18:43:44.782Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-05-07T18:43:44.782Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-05-07T18:43:44.782Z] Vulnerability Srbds: Not affected [2021-05-07T18:43:44.782Z] Vulnerability Tsx async abort: Not affected [2021-05-07T18:43:44.782Z] 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 [2021-05-07T18:43:44.782Z] [2021-05-07T18:43:44.782Z] [2021-05-07T18:43:44.782Z] ---> nproc: [2021-05-07T18:43:44.782Z] 4 [2021-05-07T18:43:44.782Z] [2021-05-07T18:43:44.782Z] [2021-05-07T18:43:44.782Z] ---> df -h: [2021-05-07T18:43:44.782Z] Filesystem Size Used Available Use% Mounted on [2021-05-07T18:43:44.782Z] overlay 50.0G 8.5G 41.4G 17% / [2021-05-07T18:43:44.782Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-05-07T18:43:44.782Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-05-07T18:43:44.782Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-05-07T18:43:44.782Z] /dev/vda1 50.0G 8.5G 41.4G 17% /facter-os [2021-05-07T18:43:44.782Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/resolv.conf [2021-05-07T18:43:44.782Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hostname [2021-05-07T18:43:44.782Z] /dev/vda1 50.0G 8.5G 41.4G 17% /etc/hosts [2021-05-07T18:43:44.782Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/auth.log [2021-05-07T18:43:44.782Z] /dev/vda1 50.0G 8.5G 41.4G 17% /run/cloud-init/result.json [2021-05-07T18:43:44.782Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master [2021-05-07T18:43:44.782Z] /dev/vda1 50.0G 8.5G 41.4G 17% /w/workspace/_app-service-configurable_master@tmp [2021-05-07T18:43:44.782Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/sa-host [2021-05-07T18:43:44.782Z] /dev/vda1 50.0G 8.5G 41.4G 17% /var/log/secure [2021-05-07T18:43:44.782Z] [2021-05-07T18:43:44.782Z]