Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 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 e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 # timeout=10 Commit message: "Merge pull request #316 from ernestojeda/email-notifications" > 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-service-configurable DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-27710’ Running on prd-centos7-docker-4c-2g-27713 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 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" > git rev-list --no-walk 50a23fb25f057f24c09903bc43e33ee9cf0b091d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 20:36:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 20:36:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 20:36:12 ========================================================= 20:36:12 EdgeX Global Pipelines Version Info 20:36:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 20:36:13 ------------------- 20:36:13 stable info: 20:36:13 ------------------- 20:36:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 20:36:13 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 20:36:13 Message: update stable to v1.0.182 20:36:14 ------------------- 20:36:14 experimental info: 20:36:14 ------------------- 20:36:14 Commited By: **** collab-it+edgex@linuxfoundation.org 20:36:14 Commit SHA: e55c21c0f0e4c0e00d8e3e099bac5676b1b4b763 20:36:14 Message: update experimental to v1.0.182 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 20:36:14 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 20:36:15 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 20:36:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 20:36:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 20:36:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 20:36:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 20:36:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 20:36:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 20:36:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 20:36:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 20:36:15 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 20:36:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 20:36:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 20:36:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 20:36:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 20:36:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 20:36:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 20:36:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 20:36:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 20:36:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 20:36:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 20:36:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 20:36:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 20:36:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 20:36:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 20:36:18 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 20:36:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 20:36:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 20:36:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 20:36:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] echo 20:36:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6a27a6a [Pipeline] echo 20:36:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:36:19 provisioning config files... 20:36:19 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config2000138100069345325tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:36:19 ---> docker-login.sh 20:36:19 nexus3.edgexfoundry.org:10001 20:36:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:36:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:36:19 Configure a credential helper to remove this warning. See 20:36:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:36:19 20:36:19 Login Succeeded 20:36:19 nexus3.edgexfoundry.org:10002 20:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:36:20 Configure a credential helper to remove this warning. See 20:36:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:36:20 20:36:20 Login Succeeded 20:36:20 nexus3.edgexfoundry.org:10003 20:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:36:20 Configure a credential helper to remove this warning. See 20:36:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:36:20 20:36:20 Login Succeeded 20:36:20 nexus3.edgexfoundry.org:10004 20:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:36:20 Configure a credential helper to remove this warning. See 20:36:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:36:20 20:36:20 Login Succeeded 20:36:20 docker.io 20:36:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:36:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:36:20 Configure a credential helper to remove this warning. See 20:36:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:36:20 20:36:20 Login Succeeded 20:36:20 ---> docker-login.sh ends [Pipeline] } 20:36:20 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 20:36:21 + git log --format=format:%s -1 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] echo 20:36:22 GIT_COMMIT: 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2, Commit Message: refactor: Update profiles for refactored http export with secret header (#198) [Pipeline] echo 20:36:22 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 20:36:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:36:22 20:36:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 20:36:23 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:36:23 latest: Pulling from edgex-devops/git-semver 20:36:23 31603596830f: Pulling fs layer 20:36:23 2a8b12db71e7: Pulling fs layer 20:36:23 6ca5941a6612: Pulling fs layer 20:36:23 ecc8261a40a4: Pulling fs layer 20:36:23 ecc8261a40a4: Waiting 20:36:23 2a8b12db71e7: Verifying Checksum 20:36:23 2a8b12db71e7: Download complete 20:36:23 31603596830f: Verifying Checksum 20:36:23 31603596830f: Download complete 20:36:23 ecc8261a40a4: Verifying Checksum 20:36:23 ecc8261a40a4: Download complete 20:36:23 6ca5941a6612: Verifying Checksum 20:36:23 6ca5941a6612: Download complete 20:36:23 31603596830f: Pull complete 20:36:23 2a8b12db71e7: Pull complete 20:36:24 6ca5941a6612: Pull complete 20:36:25 ecc8261a40a4: Pull complete 20:36:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 20:36:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 20:36:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 20:36:25 prd-centos7-docker-4c-2g-27713 does not seem to be running inside a container 20:36:25 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 20:36:27 $ docker top 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 20:36:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:27 [ssh-agent] Looking for ssh-agent implementation... 20:36:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:28 $ docker exec 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 ssh-agent 20:36:28 SSH_AUTH_SOCK=/tmp/ssh-zQNX2tXXXhk3/agent.12 20:36:28 SSH_AGENT_PID=18 20:36:28 Running ssh-add (command line suppressed) 20:36:28 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_5640476640119197072.key (/w/workspace/_app-service-configurable_master@tmp/private_key_5640476640119197072.key) 20:36:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:28 + git tag --points-at HEAD [Pipeline] } 20:36:28 $ docker exec --env ******** --env ******** 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 ssh-agent -k 20:36:29 unset SSH_AUTH_SOCK; 20:36:29 unset SSH_AGENT_PID; 20:36:29 echo Agent pid 18 killed; 20:36:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 20:36:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 20:36:29 [ssh-agent] Looking for ssh-agent implementation... 20:36:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 20:36:29 $ docker exec 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 ssh-agent 20:36:29 SSH_AUTH_SOCK=/tmp/ssh-QqcUs90wi7W2/agent.48 20:36:29 SSH_AGENT_PID=53 20:36:29 Running ssh-add (command line suppressed) 20:36:29 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_7981626373197174482.key (/w/workspace/_app-service-configurable_master@tmp/private_key_7981626373197174482.key) 20:36:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 20:36:30 + git semver init 20:36:30 # -> Open(): unable to determine branch for HEAD 20:36:30 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 20:36:30 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 20:36:30 # $SEMVER_REMOTE_NAME = origin 20:36:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 20:36:30 # $SEMVER_USER_NAME = edgex-jenkins 20:36:30 # $SEMVER_BRANCH = master 20:36:30 # $SEMVER_TEMP = /tmp/semver-671487800 20:36:30 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 20:36:30 # '/tmp/semver-671487800' -> '/w/workspace/_app-service-configurable_master/.semver' 20:36:30 # -> Force: false 20:36:30 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 20:36:30 $ docker exec --env ******** --env ******** 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 ssh-agent -k 20:36:30 unset SSH_AUTH_SOCK; 20:36:30 unset SSH_AGENT_PID; 20:36:30 echo Agent pid 53 killed; 20:36:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 20:36:31 + git semver [Pipeline] } 20:36:31 $ docker stop --time=1 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 20:36:32 $ docker rm -f 9af5a79b5f81e583a7ce8a21bdac1448f7bfda836327749592792bbbe2c2dc29 [Pipeline] // withDockerContainer [Pipeline] sh 20:36:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 20:36:33 Stashed 1 file(s) [Pipeline] echo 20:36:33 [edgeXSemver]: initialized semver on version 2.0.0-dev.18 [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 20:36:49 Still waiting to schedule task 20:36:49 Waiting for next available executor on ‘centos7-docker-4c-2g’ 20:36:49 Still waiting to schedule task 20:36:49 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 20:39:16 Running on prd-centos7-docker-4c-2g-27714 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 20:39:16 Running in /w/workspace/app-service-configurable/85 [Pipeline] { [Pipeline] checkout 20:39:18 using credential edgex-jenkins-ssh 20:39:18 Cloning the remote Git repository 20:39:18 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 20:39:18 > git init /w/workspace/app-service-configurable/85 # timeout=10 20:39:18 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:39:18 > git --version # timeout=10 20:39:18 > git --version # 'git version 2.24.3' 20:39:18 using GIT_SSH to set credentials SSH Credentials for GitHub 20:39:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:39:19 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:39:19 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:39:19 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:39:19 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:39:19 using GIT_SSH to set credentials SSH Credentials for GitHub 20:39:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:39:20 Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) 20:39:19 > git config core.sparsecheckout # timeout=10 20:39:19 > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 20:39:23 Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:39:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 20:39:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:39:25 + sudo service docker restart 20:39:25 + true 20:39:25 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:39:26 provisioning config files... 20:39:26 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/85@tmp/config4554524974694798826tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:39:27 ---> docker-login.sh 20:39:27 nexus3.edgexfoundry.org:10001 20:39:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:27 Configure a credential helper to remove this warning. See 20:39:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:27 20:39:27 Login Succeeded 20:39:27 nexus3.edgexfoundry.org:10002 20:39:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:27 Configure a credential helper to remove this warning. See 20:39:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:27 20:39:27 Login Succeeded 20:39:27 nexus3.edgexfoundry.org:10003 20:39:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:27 Configure a credential helper to remove this warning. See 20:39:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:27 20:39:27 Login Succeeded 20:39:27 nexus3.edgexfoundry.org:10004 20:39:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:27 Configure a credential helper to remove this warning. See 20:39:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:27 20:39:27 Login Succeeded 20:39:27 docker.io 20:39:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:39:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:39:28 Configure a credential helper to remove this warning. See 20:39:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:39:28 20:39:28 Login Succeeded 20:39:28 ---> docker-login.sh ends [Pipeline] } 20:39:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:39:28 ========================================================= 20:39:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 20:39:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:39:29 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 20:39:29 Sending build context to Docker daemon 103.9kB 20:39:29 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:39:29 Step 2/8 : FROM ${BASE} 20:39:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 20:39:29 188c0c94c7c5: Pulling fs layer 20:39:29 0ef7d3d256c8: Pulling fs layer 20:39:29 de9db76c5a1d: Pulling fs layer 20:39:29 bca2f99d35d6: Pulling fs layer 20:39:29 93359f2a8cfa: Pulling fs layer 20:39:29 7c6f9722023f: Pulling fs layer 20:39:29 a35cf1a2eb13: Pulling fs layer 20:39:29 93359f2a8cfa: Waiting 20:39:29 7c6f9722023f: Waiting 20:39:29 bca2f99d35d6: Waiting 20:39:29 a35cf1a2eb13: Waiting 20:39:29 de9db76c5a1d: Verifying Checksum 20:39:29 de9db76c5a1d: Download complete 20:39:29 0ef7d3d256c8: Verifying Checksum 20:39:29 0ef7d3d256c8: Download complete 20:39:29 93359f2a8cfa: Verifying Checksum 20:39:29 93359f2a8cfa: Download complete 20:39:29 7c6f9722023f: Verifying Checksum 20:39:29 7c6f9722023f: Download complete 20:39:29 188c0c94c7c5: Verifying Checksum 20:39:29 188c0c94c7c5: Download complete 20:39:30 188c0c94c7c5: Pull complete 20:39:30 0ef7d3d256c8: Pull complete 20:39:30 de9db76c5a1d: Pull complete 20:39:31 a35cf1a2eb13: Verifying Checksum 20:39:31 a35cf1a2eb13: Download complete 20:39:32 bca2f99d35d6: Verifying Checksum 20:39:32 bca2f99d35d6: Download complete 20:39:38 bca2f99d35d6: Pull complete 20:39:38 93359f2a8cfa: Pull complete 20:39:38 7c6f9722023f: Pull complete 20:39:42 a35cf1a2eb13: Pull complete 20:39:42 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 20:39:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 20:39:42 ---> a62c8e92a672 20:39:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:39:42 ---> Running in 9c6a29f2a297 20:39:43 Removing intermediate container 9c6a29f2a297 20:39:43 ---> 521d87ad5a0f 20:39:43 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:39:43 ---> Running in 50bc2f4b0f4d 20:39:44 Removing intermediate container 50bc2f4b0f4d 20:39:44 ---> 18e9e7d482b3 20:39:44 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 20:39:44 ---> Running in b34892f30b54 20:39:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:39:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:39:46 (1/6) Installing libc-dev (0.7.2-r3) 20:39:46 (2/6) Installing libsodium (1.0.18-r0) 20:39:46 (3/6) Installing pkgconf (1.7.2-r0) 20:39:46 (4/6) Installing libsodium-dev (1.0.18-r0) 20:39:46 (5/6) Installing libzmq (4.3.3-r0) 20:39:46 (6/6) Installing zeromq-dev (4.3.3-r0) 20:39:46 Executing busybox-1.31.1-r19.trigger 20:39:46 OK: 167 MiB in 45 packages 20:39:47 Removing intermediate container b34892f30b54 20:39:47 ---> 4866b38e5afe 20:39:47 Step 6/8 : WORKDIR /app 20:39:47 ---> Running in 886624bdc953 20:39:47 Removing intermediate container 886624bdc953 20:39:47 ---> e8d4085305a8 20:39:47 Step 7/8 : COPY . . 20:39:47 ---> 015225ef31de 20:39:47 Step 8/8 : RUN go mod download 20:39:47 ---> Running in 3eed99556c6e 20:40:10 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27715 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 20:40:11 Running in /w/workspace/app-service-configurable/85 [Pipeline] { [Pipeline] checkout 20:40:14 Removing intermediate container 3eed99556c6e 20:40:14 ---> e1185b4874d3 20:40:14 Successfully built e1185b4874d3 20:40:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 20:40:14 + docker inspect -f . ci-base-image-x86_64 20:40:14 . [Pipeline] withDockerContainer 20:40:15 prd-centos7-docker-4c-2g-27714 does not seem to be running inside a container 20:40:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/85 -v /w/workspace/app-service-configurable/85:/w/workspace/app-service-configurable/85:rw,z -v /w/workspace/app-service-configurable/85@tmp:/w/workspace/app-service-configurable/85@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 20:40:15 $ docker top 058cbaa2fbc93783914b004635d0bf06e7fa7eb369f62d06a7993dd3fd2d3516 -eo pid,comm 20:40:15 using credential edgex-jenkins-ssh 20:40:15 Cloning the remote Git repository [Pipeline] { [Pipeline] sh 20:40:15 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 20:40:16 + go version 20:40:16 go version go1.15.5 linux/amd64 [Pipeline] } 20:40:16 $ docker stop --time=1 058cbaa2fbc93783914b004635d0bf06e7fa7eb369f62d06a7993dd3fd2d3516 20:40:16 > git init /w/workspace/app-service-configurable/85 # timeout=10 20:40:16 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:40:16 > git --version # timeout=10 20:40:16 > git --version # 'git version 2.17.1' 20:40:16 using GIT_SSH to set credentials SSH Credentials for GitHub 20:40:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:40:17 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:40:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:40:17 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 20:40:17 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 20:40:17 using GIT_SSH to set credentials SSH Credentials for GitHub 20:40:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 20:40:17 $ docker rm -f 058cbaa2fbc93783914b004635d0bf06e7fa7eb369f62d06a7993dd3fd2d3516 20:40:17 Checking out Revision 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 (master) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:40:18 + docker inspect -f . ci-base-image-x86_64 20:40:18 . [Pipeline] withDockerContainer 20:40:18 prd-centos7-docker-4c-2g-27714 does not seem to be running inside a container 20:40:17 > git config core.sparsecheckout # timeout=10 20:40:17 > git checkout -f 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 # timeout=10 20:40:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/85 -v /w/workspace/app-service-configurable/85:/w/workspace/app-service-configurable/85:rw,z -v /w/workspace/app-service-configurable/85@tmp:/w/workspace/app-service-configurable/85@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 20:40:19 $ docker top b254231a7f2392283af2923bf9a1ed146d3c07031aabd05c5522b9d72e201e7d -eo pid,comm [Pipeline] { [Pipeline] sh 20:40:19 + make test 20:40:19 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 20:40:22 Commit message: "refactor: Update profiles for refactored http export with secret header (#198)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 20:40:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 20:40:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 20:40:24 + + sudotrue service 20:40:24 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 20:40:27 provisioning config files... 20:40:27 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/85@tmp/config4989597675565114521tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:40:27 ---> docker-login.sh 20:40:27 nexus3.edgexfoundry.org:10001 20:40:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:28 Configure a credential helper to remove this warning. See 20:40:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:28 20:40:28 Login Succeeded 20:40:28 nexus3.edgexfoundry.org:10002 20:40:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:29 Configure a credential helper to remove this warning. See 20:40:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:29 20:40:29 Login Succeeded 20:40:29 nexus3.edgexfoundry.org:10003 20:40:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:29 Configure a credential helper to remove this warning. See 20:40:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:29 20:40:29 Login Succeeded 20:40:29 nexus3.edgexfoundry.org:10004 20:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:30 Configure a credential helper to remove this warning. See 20:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:30 20:40:30 Login Succeeded 20:40:30 docker.io 20:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:40:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:40:31 Configure a credential helper to remove this warning. See 20:40:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:40:31 20:40:31 Login Succeeded 20:40:31 ---> docker-login.sh ends [Pipeline] } 20:40:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 20:40:31 ========================================================= 20:40:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 20:40:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 20:40:31 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 20:40:31 Sending build context to Docker daemon 103.9kB 20:40:32 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 20:40:32 Step 2/8 : FROM ${BASE} 20:40:32 ? github.com/edgexfoundry/app-service-configurable [no test files] 20:40:32 CGO_ENABLED=1 go vet ./... 20:40:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 20:40:32 5f621e34cdf4: Pulling fs layer 20:40:32 a4357932f1b6: Pulling fs layer 20:40:32 18c013af1878: Pulling fs layer 20:40:32 00ac8860ef70: Pulling fs layer 20:40:32 63d7cb157983: Pulling fs layer 20:40:32 b116817d02f9: Pulling fs layer 20:40:32 745a02a5169b: Pulling fs layer 20:40:32 00ac8860ef70: Waiting 20:40:32 745a02a5169b: Waiting 20:40:32 b116817d02f9: Waiting 20:40:32 63d7cb157983: Waiting 20:40:32 18c013af1878: Verifying Checksum 20:40:32 18c013af1878: Download complete 20:40:32 a4357932f1b6: Download complete 20:40:32 63d7cb157983: Verifying Checksum 20:40:32 63d7cb157983: Download complete 20:40:32 b116817d02f9: Verifying Checksum 20:40:32 b116817d02f9: Download complete 20:40:32 5f621e34cdf4: Download complete 20:40:33 5f621e34cdf4: Pull complete 20:40:33 a4357932f1b6: Pull complete 20:40:33 18c013af1878: Pull complete 20:40:34 gofmt -l . 20:40:34 [ "`gofmt -l .`" = "" ] 20:40:34 ./bin/test-go-mod-tidy.sh 20:40:34 745a02a5169b: Verifying Checksum 20:40:34 745a02a5169b: Download complete 20:40:35 ./bin/test-attribution-txt.sh 20:40:35 00ac8860ef70: Verifying Checksum 20:40:35 00ac8860ef70: Download complete [Pipeline] } 20:40:36 $ docker stop --time=1 b254231a7f2392283af2923bf9a1ed146d3c07031aabd05c5522b9d72e201e7d 20:40:38 $ docker rm -f b254231a7f2392283af2923bf9a1ed146d3c07031aabd05c5522b9d72e201e7d [Pipeline] // withDockerContainer [Pipeline] sh 20:40:39 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:40:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 20:40:42 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:40:42 + ls -al . 20:40:42 total 92 20:40:42 drwxrwxr-x. 7 jenkins jenkins 4096 Feb 25 20:40 . 20:40:42 drwxrwxr-x. 4 jenkins jenkins 30 Feb 25 20:39 .. 20:40:42 -rw-rw-r--. 1 jenkins jenkins 7174 Feb 25 20:39 Attribution.txt 20:40:42 drwxrwxr-x. 2 jenkins jenkins 64 Feb 25 20:39 bin 20:40:42 -rw-r--r--. 1 jenkins jenkins 10 Feb 25 20:40 coverage.out 20:40:42 -rw-rw-r--. 1 jenkins jenkins 2032 Feb 25 20:39 Dockerfile 20:40:42 -rw-rw-r--. 1 jenkins jenkins 970 Feb 25 20:39 Dockerfile.build 20:40:42 -rw-rw-r--. 1 jenkins jenkins 119 Feb 25 20:39 .dockerignore 20:40:42 drwxrwxr-x. 8 jenkins jenkins 162 Feb 25 20:39 .git 20:40:42 drwxrwxr-x. 2 jenkins jenkins 81 Feb 25 20:39 .github 20:40:42 -rw-rw-r--. 1 jenkins jenkins 111 Feb 25 20:39 .gitignore 20:40:42 -rw-r--r--. 1 jenkins jenkins 136 Feb 25 20:40 go.mod 20:40:42 -rw-r--r--. 1 jenkins jenkins 21022 Feb 25 20:40 go.sum 20:40:42 -rw-rw-r--. 1 jenkins jenkins 687 Feb 25 20:39 Jenkinsfile 20:40:42 -rw-rw-r--. 1 jenkins jenkins 10174 Feb 25 20:39 LICENSE 20:40:42 -rw-rw-r--. 1 jenkins jenkins 1522 Feb 25 20:39 main.go 20:40:42 -rw-rw-r--. 1 jenkins jenkins 1582 Feb 25 20:39 makefile 20:40:42 -rw-rw-r--. 1 jenkins jenkins 1277 Feb 25 20:39 README.md 20:40:42 drwxrwxr-x. 10 jenkins jenkins 173 Feb 25 20:39 res 20:40:42 drwxrwxr-x. 4 jenkins jenkins 71 Feb 25 20:39 snap 20:40:42 -rw-rw-r--. 1 jenkins jenkins 12 Feb 25 20:36 VERSION [Pipeline] isUnix [Pipeline] sh 20:40:42 + 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=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 --label arch=amd64 --label version=2.0.0-dev.18 . 20:40:42 Sending build context to Docker daemon 128kB 20:40:42 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 20:40:42 Step 2/27 : FROM ${BASE} AS builder 20:40:42 ---> e1185b4874d3 20:40:42 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 20:40:43 ---> Running in 9f31683174e8 20:40:43 Removing intermediate container 9f31683174e8 20:40:43 ---> f9c0b000d30c 20:40:43 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 20:40:43 ---> Running in 99bc7d2fd042 20:40:43 Removing intermediate container 99bc7d2fd042 20:40:43 ---> 517492e759cb 20:40:43 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 20:40:43 ---> Running in 1df295d76682 20:40:43 Removing intermediate container 1df295d76682 20:40:43 ---> 7873c0660acc 20:40:43 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:40:43 ---> Running in e96a519fbf2a 20:40:44 Removing intermediate container e96a519fbf2a 20:40:44 ---> aa01e9dbd813 20:40:44 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:40:44 ---> Running in 3b07edcb1186 20:40:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 20:40:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 20:40:46 00ac8860ef70: Pull complete 20:40:46 OK: 167 MiB in 45 packages 20:40:46 63d7cb157983: Pull complete 20:40:46 b116817d02f9: Pull complete 20:40:46 Removing intermediate container 3b07edcb1186 20:40:46 ---> c63404d2e836 20:40:46 Step 8/27 : WORKDIR /app 20:40:46 ---> Running in bee76d572132 20:40:46 Removing intermediate container bee76d572132 20:40:46 ---> 7a76f002eb34 20:40:46 Step 9/27 : COPY go.mod . 20:40:46 ---> 141dacf82f75 20:40:46 Step 10/27 : RUN go mod download 20:40:46 ---> Running in 4a866b3dc2e3 20:40:47 Removing intermediate container 4a866b3dc2e3 20:40:47 ---> 042f6e3daf2e 20:40:47 Step 11/27 : COPY . . 20:40:48 ---> 37d2e3d795fd 20:40:48 Step 12/27 : ARG MAKE="make build" 20:40:48 ---> Running in 03a118343321 20:40:48 Removing intermediate container 03a118343321 20:40:48 ---> 7322333486c0 20:40:48 Step 13/27 : RUN $MAKE 20:40:48 ---> Running in cdd8bd1fc423 20:40:48 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.18" -o app-service-configurable 20:40:50 745a02a5169b: Pull complete 20:40:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 20:40:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 20:40:50 ---> b7e6874047d6 20:40:50 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 20:40:52 ---> Running in 6324d28bf9e4 20:40:53 Removing intermediate container 6324d28bf9e4 20:40:53 ---> 380ade93c85a 20:40:53 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:40:53 ---> Running in 0d2ddf72c685 20:40:56 Removing intermediate container 0d2ddf72c685 20:40:56 ---> fb3331eb48d3 20:40:56 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 20:40:56 ---> Running in 782ad882df4d 20:40:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:40:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:40:58 (1/6) Installing libc-dev (0.7.2-r3) 20:40:58 (2/6) Installing libsodium (1.0.18-r0) 20:40:58 (3/6) Installing pkgconf (1.7.2-r0) 20:40:58 (4/6) Installing libsodium-dev (1.0.18-r0) 20:40:59 (5/6) Installing libzmq (4.3.3-r0) 20:40:59 (6/6) Installing zeromq-dev (4.3.3-r0) 20:40:59 Executing busybox-1.31.1-r19.trigger 20:40:59 OK: 144 MiB in 45 packages 20:41:00 Removing intermediate container 782ad882df4d 20:41:00 ---> c4baed413537 20:41:00 Step 6/8 : WORKDIR /app 20:41:00 ---> Running in 22ddda3919b6 20:41:01 Removing intermediate container cdd8bd1fc423 20:41:01 ---> d9cb896b919e 20:41:01 Step 14/27 : FROM alpine:3.12 20:41:01 Removing intermediate container 22ddda3919b6 20:41:01 ---> 35cb21bcd1d8 20:41:01 Step 7/8 : COPY . . 20:41:01 3.12: Pulling from library/alpine 20:41:01 f84cab65f19f: Pulling fs layer 20:41:01 error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/88/88dd2752d2ea6b613c852ec1b92e5e2d2f58040b1fd8f71e4cf0d094af82cccd/data?verify=1614288661-8zqugcTftwqot6r1cSC5cZ%2FVEq8%3D: dial tcp: lookup production.cloudflare.docker.com on 10.30.120.3:53: server misbehaving [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } 20:41:01 ---> 2cb506bb49ac 20:41:01 Step 8/8 : RUN go mod download [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage 20:41:02 ---> Running in f5038940e8a8 Post stage [Pipeline] libraryResource [Pipeline] sh 20:41:02 ---> job-cost.sh 20:41:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oMfi 20:41:17 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:41:28 Removing intermediate container f5038940e8a8 20:41:28 ---> d725e7b80947 20:41:28 Successfully built d725e7b80947 20:41:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:41:29 + docker inspect -f . ci-base-image-arm64 20:41:29 . [Pipeline] withDockerContainer 20:41:29 prd-ubuntu18.04-docker-arm64-4c-16g-27715 does not seem to be running inside a container 20:41:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/85 -v /w/workspace/app-service-configurable/85:/w/workspace/app-service-configurable/85:rw,z -v /w/workspace/app-service-configurable/85@tmp:/w/workspace/app-service-configurable/85@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 20:41:31 $ docker top ed9bcb2808c9d248deea7814a25c48e0eaeacfc19f53f44e0e246c44b58f40c1 -eo pid,comm [Pipeline] { [Pipeline] sh 20:41:32 + go version 20:41:32 go version go1.15.5 linux/arm64 [Pipeline] } 20:41:32 $ docker stop --time=1 ed9bcb2808c9d248deea7814a25c48e0eaeacfc19f53f44e0e246c44b58f40c1 20:41:34 $ docker rm -f ed9bcb2808c9d248deea7814a25c48e0eaeacfc19f53f44e0e246c44b58f40c1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:41:35 + docker inspect -f . ci-base-image-arm64 20:41:35 . [Pipeline] withDockerContainer 20:41:35 prd-ubuntu18.04-docker-arm64-4c-16g-27715 does not seem to be running inside a container 20:41:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/85 -v /w/workspace/app-service-configurable/85:/w/workspace/app-service-configurable/85:rw,z -v /w/workspace/app-service-configurable/85@tmp:/w/workspace/app-service-configurable/85@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 20:41:36 $ docker top 46380518564b232faab4f8160911542d159d4b41f043f51bff4cbc7106321aca -eo pid,comm [Pipeline] { [Pipeline] sh 20:41:37 + make test 20:41:37 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 20:41:44 lf-activate-venv(): INFO: Adding /tmp/venv-oMfi/bin to PATH 20:41:44 INFO: No Stack... 20:41:44 INFO: Retrieving Pricing Info for: v1-standard-2 20:41:44 INFO: Archiving Costs [Pipeline] sh 20:41:44 + cat /w/workspace/app-service-configurable/85/archives/cost.csv 20:41:44 + cut -d, -f6 [Pipeline] lock 20:41:44 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] 20:41:44 Resource [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] did not exist. Created. 20:41:44 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:41:44 + echo total: 0.029999999329447746 [Pipeline] stash 20:41:45 Stashed 1 file(s) [Pipeline] } 20:41:45 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:41:45 Failed in branch amd64 20:42:16 ? github.com/edgexfoundry/app-service-configurable [no test files] 20:42:16 CGO_ENABLED=1 go vet ./... 20:42:23 gofmt -l . 20:42:23 [ "`gofmt -l .`" = "" ] 20:42:23 ./bin/test-go-mod-tidy.sh 20:42:23 ./bin/test-attribution-txt.sh [Pipeline] } 20:42:24 $ docker stop --time=1 46380518564b232faab4f8160911542d159d4b41f043f51bff4cbc7106321aca 20:42:26 $ docker rm -f 46380518564b232faab4f8160911542d159d4b41f043f51bff4cbc7106321aca [Pipeline] // withDockerContainer [Pipeline] sh 20:42:27 + sudo chown -R jenkins:jenkins . [Pipeline] stash 20:42:27 Warning: overwriting stash ‘coverage-report’ 20:42:28 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 20:42:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 20:42:29 + ls -al . 20:42:29 total 116 20:42:29 drwxrwxr-x 7 jenkins jenkins 4096 Feb 25 20:42 . 20:42:29 drwxrwxr-x 4 jenkins jenkins 4096 Feb 25 20:40 .. 20:42:29 -rw-rw-r-- 1 jenkins jenkins 119 Feb 25 20:40 .dockerignore 20:42:29 drwxrwxr-x 8 jenkins jenkins 4096 Feb 25 20:40 .git 20:42:29 drwxrwxr-x 2 jenkins jenkins 4096 Feb 25 20:40 .github 20:42:29 -rw-rw-r-- 1 jenkins jenkins 111 Feb 25 20:40 .gitignore 20:42:29 -rw-rw-r-- 1 jenkins jenkins 7174 Feb 25 20:40 Attribution.txt 20:42:29 -rw-rw-r-- 1 jenkins jenkins 2032 Feb 25 20:40 Dockerfile 20:42:29 -rw-rw-r-- 1 jenkins jenkins 970 Feb 25 20:40 Dockerfile.build 20:42:29 -rw-rw-r-- 1 jenkins jenkins 687 Feb 25 20:40 Jenkinsfile 20:42:29 -rw-rw-r-- 1 jenkins jenkins 10174 Feb 25 20:40 LICENSE 20:42:29 -rw-rw-r-- 1 jenkins jenkins 1277 Feb 25 20:40 README.md 20:42:29 -rw-rw-r-- 1 jenkins jenkins 12 Feb 25 20:36 VERSION 20:42:29 drwxrwxr-x 2 jenkins jenkins 4096 Feb 25 20:40 bin 20:42:29 -rw-r--r-- 1 jenkins jenkins 10 Feb 25 20:41 coverage.out 20:42:29 -rw-r--r-- 1 jenkins jenkins 136 Feb 25 20:42 go.mod 20:42:29 -rw-r--r-- 1 jenkins jenkins 21022 Feb 25 20:42 go.sum 20:42:29 -rw-rw-r-- 1 jenkins jenkins 1522 Feb 25 20:40 main.go 20:42:29 -rw-rw-r-- 1 jenkins jenkins 1582 Feb 25 20:40 makefile 20:42:29 drwxrwxr-x 10 jenkins jenkins 4096 Feb 25 20:40 res 20:42:29 drwxrwxr-x 4 jenkins jenkins 4096 Feb 25 20:40 snap [Pipeline] isUnix [Pipeline] sh 20:42:29 + 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=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 --label arch=arm64 --label version=2.0.0-dev.18 . 20:42:29 Sending build context to Docker daemon 128kB 20:42:30 Step 1/27 : ARG BASE=golang:1.15-alpine3.12 20:42:30 Step 2/27 : FROM ${BASE} AS builder 20:42:30 ---> d725e7b80947 20:42:30 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 20:42:30 ---> Running in 588e59e461d8 20:42:31 Removing intermediate container 588e59e461d8 20:42:31 ---> c10e206737aa 20:42:31 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 20:42:31 ---> Running in 77ece9678a7d 20:42:31 Removing intermediate container 77ece9678a7d 20:42:31 ---> d1cd94847e87 20:42:31 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 20:42:31 ---> Running in 57bff84b32f8 20:42:32 Removing intermediate container 57bff84b32f8 20:42:32 ---> 1326a8e3b457 20:42:32 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 20:42:32 ---> Running in b45e7478385a 20:42:34 Removing intermediate container b45e7478385a 20:42:34 ---> e7fde0d60f07 20:42:34 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 20:42:34 ---> Running in f0a6eae4650c 20:42:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:42:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:42:37 OK: 144 MiB in 45 packages 20:42:38 Removing intermediate container f0a6eae4650c 20:42:38 ---> 7d248e60bbba 20:42:38 Step 8/27 : WORKDIR /app 20:42:38 ---> Running in 905399f0670f 20:42:38 Removing intermediate container 905399f0670f 20:42:38 ---> 12b1f1aee163 20:42:38 Step 9/27 : COPY go.mod . 20:42:39 ---> 9b2ac7e063d5 20:42:39 Step 10/27 : RUN go mod download 20:42:39 ---> Running in 5e177da2e980 20:42:42 Removing intermediate container 5e177da2e980 20:42:42 ---> 0ec70354b717 20:42:42 Step 11/27 : COPY . . 20:42:42 ---> bb22cff9adaa 20:42:42 Step 12/27 : ARG MAKE="make build" 20:42:42 ---> Running in 6f56c5ed1c47 20:42:43 Removing intermediate container 6f56c5ed1c47 20:42:43 ---> f6a673c042fe 20:42:43 Step 13/27 : RUN $MAKE 20:42:43 ---> Running in 5e29d44d9e78 20:42:44 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.20 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.18" -o app-service-configurable 20:43:23 Removing intermediate container 5e29d44d9e78 20:43:23 ---> 9bcaf63a9a88 20:43:23 Step 14/27 : FROM alpine:3.12 20:43:23 3.12: Pulling from library/alpine 20:43:23 dce8679b510e: Pulling fs layer 20:43:23 dce8679b510e: Verifying Checksum 20:43:23 dce8679b510e: Download complete 20:43:23 dce8679b510e: Pull complete 20:43:23 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 20:43:23 Status: Downloaded newer image for alpine:3.12 20:43:23 ---> d10569e2745f 20:43:23 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 20:43:23 ---> Running in 9377086c57b0 20:43:23 Removing intermediate container 9377086c57b0 20:43:23 ---> bc32cc3b5f33 20:43:23 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 20:43:23 ---> Running in c457a900127e 20:43:23 Removing intermediate container c457a900127e 20:43:23 ---> 44dd8efa947c 20:43:23 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 20:43:23 ---> Running in 27bacb244d9e 20:43:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 20:43:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 20:43:23 (1/7) Installing ca-certificates (20191127-r4) 20:43:23 (2/7) Installing dumb-init (1.2.2-r1) 20:43:23 (3/7) Installing libgcc (9.3.0-r2) 20:43:23 (4/7) Installing libsodium (1.0.18-r0) 20:43:23 (5/7) Installing libstdc++ (9.3.0-r2) 20:43:24 (6/7) Installing libzmq (4.3.3-r0) 20:43:24 (7/7) Installing zeromq (4.3.3-r0) 20:43:24 Executing busybox-1.31.1-r19.trigger 20:43:24 Executing ca-certificates-20191127-r4.trigger 20:43:24 OK: 9 MiB in 21 packages 20:43:26 Removing intermediate container 27bacb244d9e 20:43:26 ---> 73d0d1ad85c7 20:43:26 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 20:43:26 ---> ac66dc9c3d54 20:43:26 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 20:43:27 ---> 7b785c56e367 20:43:27 Step 20/27 : COPY --from=builder /app/res/ /res/ 20:43:28 ---> 3ec329aa773e 20:43:28 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 20:43:29 ---> 8b247e727181 20:43:29 Step 22/27 : EXPOSE 48095 20:43:29 ---> Running in 0a5dc7de5fcf 20:43:30 Removing intermediate container 0a5dc7de5fcf 20:43:30 ---> d0e3155ac053 20:43:30 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 20:43:30 ---> Running in 9abf91596d93 20:43:30 Removing intermediate container 9abf91596d93 20:43:30 ---> aea2d25afc93 20:43:30 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 20:43:30 ---> Running in 8cb570f6c8ca 20:43:31 Removing intermediate container 8cb570f6c8ca 20:43:31 ---> 335bb52f26c9 20:43:31 Step 25/27 : LABEL arch=arm64 20:43:31 ---> Running in cdbef2eb2649 20:43:31 Removing intermediate container cdbef2eb2649 20:43:31 ---> bc69903b9d46 20:43:31 Step 26/27 : LABEL git_sha=6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 20:43:32 ---> Running in 058cd84c79be 20:43:32 Removing intermediate container 058cd84c79be 20:43:32 ---> d33b28780925 20:43:32 Step 27/27 : LABEL version=2.0.0-dev.18 20:43:32 ---> Running in 3fc54c9be6e1 20:43:33 Removing intermediate container 3fc54c9be6e1 20:43:33 ---> 1bab2af35c95 20:43:33 [Warning] One or more build-args [ARCH] were not consumed 20:43:33 Successfully built 1bab2af35c95 20:43:33 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 20:43:33 provisioning config files... 20:43:33 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/85@tmp/config2077262672322918906tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 20:43:34 ---> docker-login.sh 20:43:34 nexus3.edgexfoundry.org:10001 20:43:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:43:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:43:34 Configure a credential helper to remove this warning. See 20:43:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:43:34 20:43:34 Login Succeeded 20:43:34 nexus3.edgexfoundry.org:10002 20:43:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:43:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:43:34 Configure a credential helper to remove this warning. See 20:43:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:43:34 20:43:34 Login Succeeded 20:43:34 nexus3.edgexfoundry.org:10003 20:43:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:43:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:43:35 Configure a credential helper to remove this warning. See 20:43:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:43:35 20:43:35 Login Succeeded 20:43:35 nexus3.edgexfoundry.org:10004 20:43:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:43:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:43:36 Configure a credential helper to remove this warning. See 20:43:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:43:36 20:43:36 Login Succeeded 20:43:36 docker.io 20:43:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 20:43:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 20:43:36 Configure a credential helper to remove this warning. See 20:43:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 20:43:36 20:43:36 Login Succeeded 20:43:36 ---> docker-login.sh ends [Pipeline] } 20:43:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:43:37 [edgeXDocker.push] Tagging docker image docker-app-service-configurable-arm64 with the following tags: 20:43:37 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 20:43:37 latest 20:43:37 2.0.0-dev.18 20:43:37 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 20:43:37 master 20:43:37 ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh 20:43:37 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 [Pipeline] isUnix [Pipeline] sh 20:43:37 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 20:43:37 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:43:37 dcb1ec986fb1: Preparing 20:43:37 118327410b57: Preparing 20:43:37 d4f45073af3f: Preparing 20:43:37 61d2bcc8f55e: Preparing 20:43:37 6fbd69821224: Preparing 20:43:37 02a88cfff88f: Preparing 20:43:37 02a88cfff88f: Waiting 20:43:38 118327410b57: Pushed 20:43:38 d4f45073af3f: Pushed 20:43:38 61d2bcc8f55e: Pushed 20:43:38 02a88cfff88f: Layer already exists 20:43:39 6fbd69821224: Pushed 20:43:41 dcb1ec986fb1: Pushed 20:43:41 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2: digest: sha256:e308bda25161cc978596ae2688c916e553378eacb990e0efa5c322ef1e986355 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:43:42 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest [Pipeline] isUnix [Pipeline] sh 20:43:42 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 20:43:42 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:43:42 dcb1ec986fb1: Preparing 20:43:42 118327410b57: Preparing 20:43:42 d4f45073af3f: Preparing 20:43:42 61d2bcc8f55e: Preparing 20:43:42 6fbd69821224: Preparing 20:43:42 02a88cfff88f: Preparing 20:43:42 02a88cfff88f: Waiting 20:43:42 118327410b57: Layer already exists 20:43:42 61d2bcc8f55e: Layer already exists 20:43:42 6fbd69821224: Layer already exists 20:43:42 d4f45073af3f: Layer already exists 20:43:42 dcb1ec986fb1: Layer already exists 20:43:42 02a88cfff88f: Layer already exists 20:43:42 latest: digest: sha256:e308bda25161cc978596ae2688c916e553378eacb990e0efa5c322ef1e986355 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:43:43 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh 20:43:43 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.18 20:43:43 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:43:43 dcb1ec986fb1: Preparing 20:43:43 118327410b57: Preparing 20:43:43 d4f45073af3f: Preparing 20:43:43 61d2bcc8f55e: Preparing 20:43:43 6fbd69821224: Preparing 20:43:43 02a88cfff88f: Preparing 20:43:43 02a88cfff88f: Waiting 20:43:43 118327410b57: Layer already exists 20:43:43 dcb1ec986fb1: Layer already exists 20:43:43 d4f45073af3f: Layer already exists 20:43:43 61d2bcc8f55e: Layer already exists 20:43:43 6fbd69821224: Layer already exists 20:43:43 02a88cfff88f: Layer already exists 20:43:43 2.0.0-dev.18: digest: sha256:e308bda25161cc978596ae2688c916e553378eacb990e0efa5c322ef1e986355 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:43:43 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 [Pipeline] isUnix [Pipeline] sh 20:43:44 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 20:43:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:43:44 dcb1ec986fb1: Preparing 20:43:44 118327410b57: Preparing 20:43:44 d4f45073af3f: Preparing 20:43:44 61d2bcc8f55e: Preparing 20:43:44 6fbd69821224: Preparing 20:43:44 02a88cfff88f: Preparing 20:43:44 02a88cfff88f: Waiting 20:43:44 6fbd69821224: Layer already exists 20:43:44 118327410b57: Layer already exists 20:43:44 dcb1ec986fb1: Layer already exists 20:43:44 d4f45073af3f: Layer already exists 20:43:44 61d2bcc8f55e: Layer already exists 20:43:44 02a88cfff88f: Layer already exists 20:43:44 6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18: digest: sha256:e308bda25161cc978596ae2688c916e553378eacb990e0efa5c322ef1e986355 size: 1574 [Pipeline] isUnix [Pipeline] sh 20:43:44 + docker tag docker-app-service-configurable-arm64 nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] isUnix [Pipeline] sh 20:43:45 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master 20:43:45 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64] 20:43:45 dcb1ec986fb1: Preparing 20:43:45 118327410b57: Preparing 20:43:45 d4f45073af3f: Preparing 20:43:45 61d2bcc8f55e: Preparing 20:43:45 6fbd69821224: Preparing 20:43:45 02a88cfff88f: Preparing 20:43:45 02a88cfff88f: Waiting 20:43:45 dcb1ec986fb1: Layer already exists 20:43:45 d4f45073af3f: Layer already exists 20:43:45 118327410b57: Layer already exists 20:43:45 61d2bcc8f55e: Layer already exists 20:43:45 6fbd69821224: Layer already exists 20:43:45 02a88cfff88f: Layer already exists 20:43:45 master: digest: sha256:e308bda25161cc978596ae2688c916e553378eacb990e0efa5c322ef1e986355 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 20:43:45 ===================================================== [Pipeline] echo 20:43:45 taggedImages: 20:43:45 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2 20:43:45 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:latest 20:43:45 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:2.0.0-dev.18 20:43:45 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:6a27a6ac6e3c2a272a97c90a1aa1cb3f69845ca2-2.0.0-dev.18 20:43:45 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable-arm64:master [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 20:43:46 ---> job-cost.sh 20:43:46 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xGiW 20:44:25 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 20:46:32 lf-activate-venv(): INFO: Adding /tmp/venv-xGiW/bin to PATH 20:46:32 INFO: No Stack... 20:46:32 INFO: Retrieving Pricing Info for: lf-standard-4 20:46:32 INFO: Archiving Costs [Pipeline] sh 20:46:32 + cat /w/workspace/app-service-configurable/85/archives/cost.csv 20:46:32 + cut -d, -f6 [Pipeline] lock 20:46:32 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] 20:46:32 Resource [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] did not exist. Created. 20:46:32 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-85-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 20:46:33 /w/workspace/app-service-configurable/85@tmp/durable-cfd22e94/script.sh: 1: /w/workspace/app-service-configurable/85@tmp/durable-cfd22e94/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 20:46:33 + echo total: 0.20999999344348907 [Pipeline] stash 20:46:33 Warning: overwriting stash ‘stack-cost’ 20:46:33 Stashed 1 file(s) [Pipeline] } 20:46:33 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-85-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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 20:46:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:46:37 ---> package-listing.sh 20:46:37 ++ facter osfamily 20:46:37 ++ tr '[:upper:]' '[:lower:]' 20:46:37 + OS_FAMILY=redhat 20:46:37 + workspace=/w/workspace/_app-service-configurable_master 20:46:37 + START_PACKAGES=/tmp/packages_start.txt 20:46:37 + END_PACKAGES=/tmp/packages_end.txt 20:46:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:46:37 + PACKAGES=/tmp/packages_start.txt 20:46:37 + '[' /w/workspace/_app-service-configurable_master ']' 20:46:37 + PACKAGES=/tmp/packages_end.txt 20:46:37 + case "${OS_FAMILY}" in 20:46:37 + rpm -qa 20:46:37 + sort 20:46:43 + '[' -f /tmp/packages_start.txt ']' 20:46:43 + '[' -f /tmp/packages_end.txt ']' 20:46:43 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:46:43 + '[' /w/workspace/_app-service-configurable_master ']' 20:46:43 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 20:46:43 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 20:46:43 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 20:46:43 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:46:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:46:43 20:46:43 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 20:46:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:46:44 alpine: Pulling from edgex-lftools-log-publisher 20:46:44 df20fa9351a1: Pulling fs layer 20:46:44 36b3adc4ff6f: Pulling fs layer 20:46:44 8ad3a11d3b57: Pulling fs layer 20:46:44 46f8f816bc3b: Pulling fs layer 20:46:44 93b61091891f: Pulling fs layer 20:46:44 93b9cdb0e59b: Pulling fs layer 20:46:44 5e14af77c1be: Pulling fs layer 20:46:44 01666e4c0597: Pulling fs layer 20:46:44 aa168da1d23b: Pulling fs layer 20:46:44 93b9cdb0e59b: Waiting 20:46:44 5e14af77c1be: Waiting 20:46:44 01666e4c0597: Waiting 20:46:44 aa168da1d23b: Waiting 20:46:44 46f8f816bc3b: Waiting 20:46:44 93b61091891f: Waiting 20:46:44 36b3adc4ff6f: Verifying Checksum 20:46:44 36b3adc4ff6f: Download complete 20:46:44 46f8f816bc3b: Verifying Checksum 20:46:44 46f8f816bc3b: Download complete 20:46:44 df20fa9351a1: Download complete 20:46:44 93b9cdb0e59b: Verifying Checksum 20:46:44 93b9cdb0e59b: Download complete 20:46:44 5e14af77c1be: Verifying Checksum 20:46:44 5e14af77c1be: Download complete 20:46:44 93b61091891f: Verifying Checksum 20:46:44 93b61091891f: Download complete 20:46:44 01666e4c0597: Verifying Checksum 20:46:44 01666e4c0597: Download complete 20:46:44 df20fa9351a1: Pull complete 20:46:44 36b3adc4ff6f: Pull complete 20:46:45 8ad3a11d3b57: Verifying Checksum 20:46:45 8ad3a11d3b57: Download complete 20:46:46 8ad3a11d3b57: Pull complete 20:46:46 46f8f816bc3b: Pull complete 20:46:46 aa168da1d23b: Verifying Checksum 20:46:46 aa168da1d23b: Download complete 20:46:47 93b61091891f: Pull complete 20:46:47 93b9cdb0e59b: Pull complete 20:46:47 5e14af77c1be: Pull complete 20:46:47 01666e4c0597: Pull complete 20:46:55 aa168da1d23b: Pull complete 20:46:55 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 20:46:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 20:46:55 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 20:46:55 prd-centos7-docker-4c-2g-27713 does not seem to be running inside a container 20:46:55 $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 20:46:59 $ docker top 455430b80ba37d5f97273f0a386b912faa166e5e789686e090faedac38bec317 -eo pid,comm [Pipeline] { [Pipeline] sh 20:47:00 + touch /tmp/pre-build-complete [Pipeline] sh 20:47:00 + mkdir -p /var/log/sa [Pipeline] sh 20:47:00 + ls /var/log/sa-host 20:47:00 + sadf -c /var/log/sa-host/sa23 20:47:00 file_magic: OK 20:47:00 HZ: Using current value: 100 20:47:00 file_header: OK 20:47:00 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 20:47:00 Statistics: 20:47:00 Hnuu...uuuununununu... 20:47:00 File successfully converted to sysstat format version 12.2.1 20:47:00 + sadf -c /var/log/sa-host/sa25 20:47:00 file_magic: OK 20:47:00 HZ: Using current value: 100 20:47:00 file_header: OK 20:47:00 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 20:47:00 Statistics: 20:47:00 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:47:00 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:47:01 provisioning config files... 20:47:01 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config6267274441365618433tmp [Pipeline] { [Pipeline] echo 20:47:01 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:47:02 ---> create-netrc.sh [Pipeline] } 20:47:02 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 20:47:02 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 20:47:02 ---> python-tools-install.sh [Pipeline] echo 20:47:02 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:47:02 ---> sudo-logs.sh 20:47:02 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 20:47:02 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:47:03 ---> job-cost.sh 20:47:03 lf-activate-venv: SKIPPING 20:47:03 DEBUG: total: 0.20999999344348907 20:47:03 INFO: Retrieving Stack Cost... 20:47:04 INFO: Retrieving Pricing Info for: v1-standard-2 20:47:04 INFO: Archiving Costs [Pipeline] echo 20:47:04 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:47:04 ---> logs-deploy.sh 20:47:04 lf-activate-venv: SKIPPING 20:47:04 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/85 20:47:04 INFO: archiving workspace using pattern(s): 20:47:06 Archives upload complete. 20:47:06 INFO: archiving logs to Nexus