Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 021e28942e8876b2560ded735e906d53e9e76b63 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4289 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 021e28942e8876b2560ded735e906d53e9e76b63 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 021e28942e8876b2560ded735e906d53e9e76b63 # timeout=10 Commit message: "refactor: Move topic config to appropriate config struct (#249)" > git rev-list --no-walk dfdcab1906173d774c93bfd0eabb9c40e2e95477 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:01:27 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:01:28 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:01:28 ========================================================= 02:01:28 EdgeX Global Pipelines Version Info 02:01:28 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:01:31 ------------------- 02:01:31 stable info: 02:01:31 ------------------- 02:01:31 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:01:31 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 02:01:31 Message: update stable to v1.0.191 02:01:32 ------------------- 02:01:32 experimental info: 02:01:32 ------------------- 02:01:32 Commited By: **** collab-it+edgex@linuxfoundation.org 02:01:32 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 02:01:32 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:01:32 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-service-configurable-settings [Pipeline] echo 02:01:32 [edgeXSetupEnvironment]: set envvar PROJECT = app-service-configurable [Pipeline] echo 02:01:32 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:01:32 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:01:32 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:01:32 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 02:01:32 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:01:32 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 02:01:32 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 02:01:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:01:32 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-service-configurable [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 021e28942e8876b2560ded735e906d53e9e76b63 [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 021e289 [Pipeline] echo 02:01:33 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:01:33 provisioning config files... 02:01:33 copy managed file [app-service-configurable-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config3179202615392258651tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:01:34 ---> docker-login.sh 02:01:34 nexus3.edgexfoundry.org:10001 02:01:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:01:36 Configure a credential helper to remove this warning. See 02:01:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:01:36 02:01:36 Login Succeeded 02:01:36 nexus3.edgexfoundry.org:10002 02:01:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:01:37 Configure a credential helper to remove this warning. See 02:01:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:01:37 02:01:37 Login Succeeded 02:01:37 nexus3.edgexfoundry.org:10003 02:01:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:01:37 Configure a credential helper to remove this warning. See 02:01:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:01:37 02:01:37 Login Succeeded 02:01:37 nexus3.edgexfoundry.org:10004 02:01:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:01:38 Configure a credential helper to remove this warning. See 02:01:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:01:38 02:01:38 Login Succeeded 02:01:38 docker.io 02:01:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:01:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:01:39 Configure a credential helper to remove this warning. See 02:01:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:01:39 02:01:39 Login Succeeded 02:01:39 ---> docker-login.sh ends [Pipeline] } 02:01:39 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 02:01:40 + git log --format=format:%s -1 021e28942e8876b2560ded735e906d53e9e76b63 [Pipeline] echo 02:01:40 GIT_COMMIT: 021e28942e8876b2560ded735e906d53e9e76b63, Commit Message: refactor: Move topic config to appropriate config struct (#249) [Pipeline] echo 02:01:40 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:01:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:01:41 02:01:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:01:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:01:41 latest: Pulling from edgex-devops/git-semver 02:01:41 31603596830f: Pulling fs layer 02:01:41 54011a49482f: Pulling fs layer 02:01:41 a6820b24f6d8: Pulling fs layer 02:01:41 f581987b2513: Pulling fs layer 02:01:41 f581987b2513: Waiting 02:01:41 54011a49482f: Verifying Checksum 02:01:41 54011a49482f: Download complete 02:01:42 31603596830f: Download complete 02:01:42 a6820b24f6d8: Verifying Checksum 02:01:42 a6820b24f6d8: Download complete 02:01:42 f581987b2513: Verifying Checksum 02:01:42 f581987b2513: Download complete 02:01:42 31603596830f: Pull complete 02:01:43 54011a49482f: Pull complete 02:01:46 a6820b24f6d8: Pull complete 02:01:46 f581987b2513: Pull complete 02:01:46 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 02:01:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:01:46 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:01:47 prd-centos7-docker-4c-2g-4289 does not seem to be running inside a container 02:01:47 $ 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 02:01:51 $ docker top a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:01:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:01:51 [ssh-agent] Looking for ssh-agent implementation... 02:01:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:01:52 $ docker exec a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 ssh-agent 02:01:53 SSH_AUTH_SOCK=/tmp/ssh-mNaGNYvj9Srq/agent.11 02:01:53 SSH_AGENT_PID=16 02:01:53 Running ssh-add (command line suppressed) 02:01:53 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4167963501555856485.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4167963501555856485.key) 02:01:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:01:54 + git tag --points-at HEAD [Pipeline] } 02:01:54 $ docker exec --env ******** --env ******** a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 ssh-agent -k 02:01:55 unset SSH_AUTH_SOCK; 02:01:55 unset SSH_AGENT_PID; 02:01:55 echo Agent pid 16 killed; 02:01:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:01:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:01:55 [ssh-agent] Looking for ssh-agent implementation... 02:01:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:01:56 $ docker exec a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 ssh-agent 02:01:56 SSH_AUTH_SOCK=/tmp/ssh-TtikQmiYKICf/agent.44 02:01:56 SSH_AGENT_PID=50 02:01:56 Running ssh-add (command line suppressed) 02:01:57 Identity added: /w/workspace/_app-service-configurable_master@tmp/private_key_4950565119084917389.key (/w/workspace/_app-service-configurable_master@tmp/private_key_4950565119084917389.key) 02:01:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:01:58 + git semver init 02:01:58 # -> Open(): unable to determine branch for HEAD 02:01:58 # $GIT_DIR = /w/workspace/_app-service-configurable_master/.git 02:01:58 # $GIT_WORK_TREE = /w/workspace/_app-service-configurable_master 02:01:58 # $SEMVER_REMOTE_NAME = origin 02:01:58 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:01:58 # $SEMVER_USER_NAME = edgex-jenkins 02:01:58 # $SEMVER_BRANCH = master 02:01:58 # $SEMVER_TEMP = /tmp/semver-525821688 02:01:58 # git clone --branch semver git@github.com:edgexfoundry/app-service-configurable.git $SEMVER_TEMP 02:01:59 # '/tmp/semver-525821688' -> '/w/workspace/_app-service-configurable_master/.semver' 02:01:59 # -> Force: false 02:01:59 # $SEMVER_DIR = /w/workspace/_app-service-configurable_master/.semver [Pipeline] } 02:01:59 $ docker exec --env ******** --env ******** a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 ssh-agent -k 02:02:00 unset SSH_AUTH_SOCK; 02:02:00 unset SSH_AGENT_PID; 02:02:00 echo Agent pid 50 killed; 02:02:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:02:01 + git semver [Pipeline] } 02:02:01 $ docker stop --time=1 a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 02:02:04 $ docker rm -f a903614b996800cd990226f55eb065222ea1a8c168f8c65c7463d631772b5ad6 [Pipeline] // withDockerContainer [Pipeline] sh 02:02:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:02:05 Stashed 1 file(s) [Pipeline] echo 02:02:05 [edgeXSemver]: initialized semver on version 2.0.0-dev.37 [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 02:02:21 Still waiting to schedule task 02:02:21 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:02:21 Still waiting to schedule task 02:02:21 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 02:06:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4292 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 02:06:03 Running in /w/workspace/app-service-configurable/107 [Pipeline] { [Pipeline] checkout 02:06:10 using credential edgex-jenkins-ssh 02:06:10 Cloning the remote Git repository 02:06:10 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 02:06:10 > git init /w/workspace/app-service-configurable/107 # timeout=10 02:06:10 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 02:06:10 > git --version # timeout=10 02:06:10 > git --version # 'git version 2.17.1' 02:06:10 using GIT_SSH to set credentials SSH Credentials for GitHub 02:06:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:06:11 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 02:06:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:06:11 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 02:06:11 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 02:06:11 using GIT_SSH to set credentials SSH Credentials for GitHub 02:06:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:06:12 Checking out Revision 021e28942e8876b2560ded735e906d53e9e76b63 (master) 02:06:12 > git config core.sparsecheckout # timeout=10 02:06:12 > git checkout -f 021e28942e8876b2560ded735e906d53e9e76b63 # timeout=10 02:06:16 Commit message: "refactor: Move topic config to appropriate config struct (#249)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:06:18 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:06:18 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:06:19 + sudo service docker restart 02:06:19 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:06:21 provisioning config files... 02:06:21 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/107@tmp/config8727539713369161246tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:06:22 ---> docker-login.sh 02:06:22 nexus3.edgexfoundry.org:10001 02:06:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:23 Configure a credential helper to remove this warning. See 02:06:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:23 02:06:23 Login Succeeded 02:06:23 nexus3.edgexfoundry.org:10002 02:06:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:23 Configure a credential helper to remove this warning. See 02:06:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:23 02:06:23 Login Succeeded 02:06:23 nexus3.edgexfoundry.org:10003 02:06:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:24 Configure a credential helper to remove this warning. See 02:06:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:24 02:06:24 Login Succeeded 02:06:24 nexus3.edgexfoundry.org:10004 02:06:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:25 Configure a credential helper to remove this warning. See 02:06:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:25 02:06:25 Login Succeeded 02:06:25 docker.io 02:06:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:06:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:06:25 Configure a credential helper to remove this warning. See 02:06:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:06:25 02:06:25 Login Succeeded 02:06:25 ---> docker-login.sh ends [Pipeline] } 02:06:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:06:26 ========================================================= 02:06:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 02:06:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:06:26 + 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 . 02:06:26 Sending build context to Docker daemon 92.67kB 02:06:26 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 02:06:26 Step 2/8 : FROM ${BASE} 02:06:27 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:06:27 595b0fe564bb: Pulling fs layer 02:06:27 7186ed65a4f7: Pulling fs layer 02:06:27 316046926c0a: Pulling fs layer 02:06:27 4ebd0625c992: Pulling fs layer 02:06:27 207e8628e3a3: Pulling fs layer 02:06:27 c791037a9be2: Pulling fs layer 02:06:27 ffd874e62e21: Pulling fs layer 02:06:27 207e8628e3a3: Waiting 02:06:27 ffd874e62e21: Waiting 02:06:27 c791037a9be2: Waiting 02:06:27 4ebd0625c992: Waiting 02:06:27 316046926c0a: Verifying Checksum 02:06:27 316046926c0a: Download complete 02:06:27 7186ed65a4f7: Verifying Checksum 02:06:27 7186ed65a4f7: Download complete 02:06:27 207e8628e3a3: Download complete 02:06:27 c791037a9be2: Verifying Checksum 02:06:27 c791037a9be2: Download complete 02:06:27 595b0fe564bb: Verifying Checksum 02:06:27 595b0fe564bb: Download complete 02:06:27 595b0fe564bb: Pull complete 02:06:28 7186ed65a4f7: Pull complete 02:06:29 316046926c0a: Pull complete 02:06:29 ffd874e62e21: Download complete 02:06:30 4ebd0625c992: Verifying Checksum 02:06:30 4ebd0625c992: Download complete 02:06:40 4ebd0625c992: Pull complete 02:06:41 207e8628e3a3: Pull complete 02:06:41 c791037a9be2: Pull complete 02:06:45 ffd874e62e21: Pull complete 02:06:45 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 02:06:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 02:06:45 ---> cfc18b08335c 02:06:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:06:48 ---> Running in bd23a1e93a2d 02:06:48 Removing intermediate container bd23a1e93a2d 02:06:48 ---> 3491e858ef1a 02:06:48 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:06:48 ---> Running in d5f07793ecb0 02:06:51 Removing intermediate container d5f07793ecb0 02:06:51 ---> 09bc53607bb5 02:06:51 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 02:06:51 ---> Running in 83b5b8a60979 02:06:52 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:06:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:06:55 (1/6) Installing libc-dev (0.7.2-r3) 02:06:55 (2/6) Installing libsodium (1.0.18-r0) 02:06:55 (3/6) Installing pkgconf (1.7.3-r0) 02:06:55 (4/6) Installing libsodium-dev (1.0.18-r0) 02:06:55 (5/6) Installing libzmq (4.3.3-r1) 02:06:56 (6/6) Installing zeromq-dev (4.3.3-r1) 02:06:56 Executing busybox-1.32.1-r6.trigger 02:06:56 OK: 139 MiB in 46 packages 02:06:57 Removing intermediate container 83b5b8a60979 02:06:57 ---> f6f5459dfb80 02:06:57 Step 6/8 : WORKDIR /app 02:06:57 ---> Running in 38118abcfa0f 02:06:58 Removing intermediate container 38118abcfa0f 02:06:58 ---> 849dd5d3fff8 02:06:58 Step 7/8 : COPY . . 02:06:59 ---> 53069187ded9 02:06:59 Step 8/8 : RUN go mod download 02:06:59 ---> Running in ea09eb2e1212 02:07:05 Running on prd-centos7-docker-4c-2g-4293 in /w/workspace/_app-service-configurable_master [Pipeline] { [Pipeline] ws 02:07:05 Running in /w/workspace/app-service-configurable/107 [Pipeline] { [Pipeline] checkout 02:07:20 using credential edgex-jenkins-ssh 02:07:20 Cloning the remote Git repository 02:07:21 Cloning repository git@github.com:edgexfoundry/app-service-configurable.git 02:07:21 > git init /w/workspace/app-service-configurable/107 # timeout=10 02:07:21 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 02:07:21 > git --version # timeout=10 02:07:21 > git --version # 'git version 2.24.3' 02:07:21 using GIT_SSH to set credentials SSH Credentials for GitHub 02:07:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:07:22 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 02:07:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:07:23 Checking out Revision 021e28942e8876b2560ded735e906d53e9e76b63 (master) 02:07:23 > git config remote.origin.url git@github.com:edgexfoundry/app-service-configurable.git # timeout=10 02:07:23 Fetching upstream changes from git@github.com:edgexfoundry/app-service-configurable.git 02:07:23 using GIT_SSH to set credentials SSH Credentials for GitHub 02:07:23 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-service-configurable.git +refs/heads/master:refs/remotes/origin/master # timeout=10 02:07:23 > git config core.sparsecheckout # timeout=10 02:07:23 > git checkout -f 021e28942e8876b2560ded735e906d53e9e76b63 # timeout=10 02:07:26 Removing intermediate container ea09eb2e1212 02:07:26 ---> f72d7d8e3e16 02:07:26 Successfully built f72d7d8e3e16 02:07:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:07:26 + docker inspect -f . ci-base-image-arm64 02:07:26 . [Pipeline] withDockerContainer 02:07:26 prd-ubuntu18.04-docker-arm64-4c-16g-4292 does not seem to be running inside a container 02:07:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/107 -v /w/workspace/app-service-configurable/107:/w/workspace/app-service-configurable/107:rw,z -v /w/workspace/app-service-configurable/107@tmp:/w/workspace/app-service-configurable/107@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 02:07:28 $ docker top 216aded4a560f65b20f7175bdd9f9688a0f3e5c7b2ce045d386ca50cef402ddb -eo pid,comm [Pipeline] { [Pipeline] sh 02:07:29 Commit message: "refactor: Move topic config to appropriate config struct (#249)" 02:07:29 + go version 02:07:29 go version go1.16.3 linux/arm64 [Pipeline] } 02:07:29 $ docker stop --time=1 216aded4a560f65b20f7175bdd9f9688a0f3e5c7b2ce045d386ca50cef402ddb 02:07:31 $ docker rm -f 216aded4a560f65b20f7175bdd9f9688a0f3e5c7b2ce045d386ca50cef402ddb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 02:07:32 + docker inspect -f . ci-base-image-arm64 02:07:32 . [Pipeline] withDockerContainer 02:07:33 prd-ubuntu18.04-docker-arm64-4c-16g-4292 does not seem to be running inside a container 02:07:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/107 -v /w/workspace/app-service-configurable/107:/w/workspace/app-service-configurable/107:rw,z -v /w/workspace/app-service-configurable/107@tmp:/w/workspace/app-service-configurable/107@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 02:07:33 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json 02:07:35 $ docker top 325329648b3997b5a91a45116228a30f5d3d2673dfe6f00793cb34d83370f962 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 02:07:35 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:07:36 + go mod tidy 02:07:36 + true 02:07:36 + sudo service docker restart 02:07:36 Redirecting to /bin/systemctl restart docker.service [Pipeline] sh 02:07:37 + make test 02:07:37 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:07:39 provisioning config files... 02:07:39 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/107@tmp/config2936964417336743682tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:07:39 ---> docker-login.sh 02:07:39 nexus3.edgexfoundry.org:10001 02:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:40 Configure a credential helper to remove this warning. See 02:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:40 02:07:40 Login Succeeded 02:07:40 nexus3.edgexfoundry.org:10002 02:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:41 Configure a credential helper to remove this warning. See 02:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:41 02:07:41 Login Succeeded 02:07:41 nexus3.edgexfoundry.org:10003 02:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:41 Configure a credential helper to remove this warning. See 02:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:41 02:07:41 Login Succeeded 02:07:41 nexus3.edgexfoundry.org:10004 02:07:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:42 Configure a credential helper to remove this warning. See 02:07:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:42 02:07:42 Login Succeeded 02:07:42 docker.io 02:07:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:07:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:07:43 Configure a credential helper to remove this warning. See 02:07:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:07:43 02:07:43 Login Succeeded 02:07:43 ---> docker-login.sh ends [Pipeline] } 02:07:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:07:43 ========================================================= 02:07:43 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 02:07:43 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:07:43 + 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 . 02:07:43 Sending build context to Docker daemon 92.67kB 02:07:44 Step 1/8 : ARG BASE=golang:1.16-alpine3.12 02:07:44 Step 2/8 : FROM ${BASE} 02:07:44 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 02:07:44 540db60ca938: Pulling fs layer 02:07:44 adcc1eea9eea: Pulling fs layer 02:07:44 4c4ab2625f07: Pulling fs layer 02:07:44 0510c868ecb4: Pulling fs layer 02:07:44 afea3b2eda06: Pulling fs layer 02:07:44 7809a108b3ef: Pulling fs layer 02:07:44 f706445af74f: Pulling fs layer 02:07:44 afea3b2eda06: Waiting 02:07:44 7809a108b3ef: Waiting 02:07:44 f706445af74f: Waiting 02:07:44 0510c868ecb4: Waiting 02:07:44 4c4ab2625f07: Verifying Checksum 02:07:44 4c4ab2625f07: Download complete 02:07:44 adcc1eea9eea: Download complete 02:07:44 afea3b2eda06: Verifying Checksum 02:07:44 afea3b2eda06: Download complete 02:07:44 7809a108b3ef: Verifying Checksum 02:07:44 7809a108b3ef: Download complete 02:07:44 540db60ca938: Verifying Checksum 02:07:44 540db60ca938: Download complete 02:07:45 540db60ca938: Pull complete 02:07:46 adcc1eea9eea: Pull complete 02:07:47 4c4ab2625f07: Pull complete 02:07:51 f706445af74f: Verifying Checksum 02:07:51 f706445af74f: Download complete 02:07:53 0510c868ecb4: Verifying Checksum 02:07:53 0510c868ecb4: Download complete 02:08:11 0510c868ecb4: Pull complete 02:08:11 afea3b2eda06: Pull complete 02:08:11 7809a108b3ef: Pull complete 02:08:20 f706445af74f: Pull complete 02:08:20 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 02:08:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 02:08:20 ---> b068be0155e3 02:08:20 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 02:08:20 ---> Running in a7d8b7e16b5c 02:08:20 Removing intermediate container a7d8b7e16b5c 02:08:20 ---> a3c5ffc83ab5 02:08:20 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:08:20 ---> Running in f21a2ffede5e 02:08:23 Removing intermediate container f21a2ffede5e 02:08:23 ---> c6f7a97a8946 02:08:23 Step 5/8 : RUN apk add --no-cache make git gcc libc-dev libsodium-dev zeromq-dev bash 02:08:23 ---> Running in 34d94acdca6f 02:08:24 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:08:26 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:08:27 (1/6) Installing libc-dev (0.7.2-r3) 02:08:27 (2/6) Installing libsodium (1.0.18-r0) 02:08:28 (3/6) Installing pkgconf (1.7.3-r0) 02:08:28 (4/6) Installing libsodium-dev (1.0.18-r0) 02:08:28 (5/6) Installing libzmq (4.3.3-r1) 02:08:28 (6/6) Installing zeromq-dev (4.3.3-r1) 02:08:28 Executing busybox-1.32.1-r6.trigger 02:08:28 OK: 150 MiB in 46 packages 02:08:30 Removing intermediate container 34d94acdca6f 02:08:30 ---> 38e3274fe76d 02:08:30 Step 6/8 : WORKDIR /app 02:08:30 ---> Running in c780c70973bc 02:08:31 Removing intermediate container c780c70973bc 02:08:31 ---> 97c7e1b687c7 02:08:31 Step 7/8 : COPY . . 02:08:31 ---> 9ff19e5032ff 02:08:31 Step 8/8 : RUN go mod download 02:08:32 ---> Running in 2420ca313756 02:08:34 ? github.com/edgexfoundry/app-service-configurable [no test files] 02:08:34 CGO_ENABLED=1 go vet ./... 02:08:56 gofmt -l . 02:08:56 [ "`gofmt -l .`" = "" ] 02:08:56 ./bin/test-go-mod-tidy.sh 02:08:56 ./bin/test-attribution-txt.sh [Pipeline] } 02:08:56 $ docker stop --time=1 325329648b3997b5a91a45116228a30f5d3d2673dfe6f00793cb34d83370f962 02:08:59 $ docker rm -f 325329648b3997b5a91a45116228a30f5d3d2673dfe6f00793cb34d83370f962 [Pipeline] // withDockerContainer [Pipeline] sh 02:08:59 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:09:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:09:01 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:09:02 + ls -al . 02:09:02 total 116 02:09:02 drwxrwxr-x 7 jenkins jenkins 4096 May 11 02:08 . 02:09:02 drwxrwxr-x 4 jenkins jenkins 4096 May 11 02:06 .. 02:09:02 -rw-rw-r-- 1 jenkins jenkins 119 May 11 02:06 .dockerignore 02:09:02 drwxrwxr-x 8 jenkins jenkins 4096 May 11 02:06 .git 02:09:02 drwxrwxr-x 2 jenkins jenkins 4096 May 11 02:06 .github 02:09:02 -rw-rw-r-- 1 jenkins jenkins 111 May 11 02:06 .gitignore 02:09:02 -rw-rw-r-- 1 jenkins jenkins 7306 May 11 02:06 Attribution.txt 02:09:02 -rw-rw-r-- 1 jenkins jenkins 2032 May 11 02:06 Dockerfile 02:09:02 -rw-rw-r-- 1 jenkins jenkins 970 May 11 02:06 Dockerfile.build 02:09:02 -rw-rw-r-- 1 jenkins jenkins 687 May 11 02:06 Jenkinsfile 02:09:02 -rw-rw-r-- 1 jenkins jenkins 10174 May 11 02:06 LICENSE 02:09:02 -rw-rw-r-- 1 jenkins jenkins 3230 May 11 02:06 README.md 02:09:02 -rw-rw-r-- 1 jenkins jenkins 12 May 11 02:02 VERSION 02:09:02 drwxrwxr-x 2 jenkins jenkins 4096 May 11 02:06 bin 02:09:02 -rw-r--r-- 1 jenkins jenkins 10 May 11 02:07 coverage.out 02:09:02 -rw-r--r-- 1 jenkins jenkins 136 May 11 02:08 go.mod 02:09:02 -rw-r--r-- 1 jenkins jenkins 20757 May 11 02:07 go.sum 02:09:02 -rw-rw-r-- 1 jenkins jenkins 1460 May 11 02:06 main.go 02:09:02 -rw-rw-r-- 1 jenkins jenkins 1595 May 11 02:06 makefile 02:09:02 drwxrwxr-x 8 jenkins jenkins 4096 May 11 02:06 res 02:09:02 drwxrwxr-x 4 jenkins jenkins 4096 May 11 02:06 snap [Pipeline] isUnix [Pipeline] sh 02:09:02 + 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=021e28942e8876b2560ded735e906d53e9e76b63 --label arch=arm64 --label version=2.0.0-dev.37 . 02:09:02 Sending build context to Docker daemon 116.2kB 02:09:02 Step 1/27 : ARG BASE=golang:1.16-alpine3.12 02:09:02 Step 2/27 : FROM ${BASE} AS builder 02:09:02 ---> f72d7d8e3e16 02:09:02 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 02:09:03 ---> Running in 328a727e355a 02:09:03 Removing intermediate container 328a727e355a 02:09:03 ---> 96ca83ab1416 02:09:03 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 02:09:03 ---> Running in ac243835e9b8 02:09:04 Removing intermediate container ac243835e9b8 02:09:04 ---> 8e9a90108238 02:09:04 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 02:09:04 ---> Running in 4fb3b86ead13 02:09:05 Removing intermediate container 4fb3b86ead13 02:09:05 ---> 13890fb73640 02:09:05 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:09:05 ---> Running in 774a8192db2b 02:09:07 Removing intermediate container 774a8192db2b 02:09:07 ---> 253b40073c28 02:09:07 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:09:07 ---> Running in 7c1a014e2dc0 02:09:08 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 02:09:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 02:09:16 OK: 139 MiB in 46 packages 02:09:16 Removing intermediate container 7c1a014e2dc0 02:09:16 ---> 16fc2d039475 02:09:16 Step 8/27 : WORKDIR /app 02:09:16 ---> Running in 3ccc2e129a96 02:09:17 Removing intermediate container 3ccc2e129a96 02:09:17 ---> de7cebb81e6d 02:09:17 Step 9/27 : COPY go.mod . 02:09:18 ---> 1e59bfc83d6c 02:09:18 Step 10/27 : RUN go mod download 02:09:18 ---> Running in 5371ec98967c 02:09:20 Removing intermediate container 2420ca313756 02:09:20 ---> acb6320ba0b9 02:09:20 Successfully built acb6320ba0b9 02:09:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:09:20 Removing intermediate container 5371ec98967c 02:09:20 ---> 599cce0d299e 02:09:20 Step 11/27 : COPY . . 02:09:20 + docker inspect -f . ci-base-image-x86_64 02:09:20 ---> a4d8bb32ca62 02:09:20 Step 12/27 : ARG MAKE="make build" 02:09:21 ---> Running in f0ace5d390d6 02:09:21 . 02:09:21 Removing intermediate container f0ace5d390d6 02:09:21 ---> 12e0fe4f7ad2 02:09:21 Step 13/27 : RUN $MAKE [Pipeline] withDockerContainer 02:09:21 ---> Running in ec57cdac8a04 02:09:21 prd-centos7-docker-4c-2g-4293 does not seem to be running inside a container 02:09:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/107 -v /w/workspace/app-service-configurable/107:/w/workspace/app-service-configurable/107:rw,z -v /w/workspace/app-service-configurable/107@tmp:/w/workspace/app-service-configurable/107@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 02:09:22 go mod tidy 02:09:23 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.37" -o app-service-configurable 02:09:24 $ docker top 05909163374c232e88ea1ddb8c866e044380e050bf83688b39e55ae9532179a1 -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:26 + go version 02:09:26 go version go1.16.3 linux/amd64 [Pipeline] } 02:09:26 $ docker stop --time=1 05909163374c232e88ea1ddb8c866e044380e050bf83688b39e55ae9532179a1 02:09:28 $ docker rm -f 05909163374c232e88ea1ddb8c866e044380e050bf83688b39e55ae9532179a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:09:29 + docker inspect -f . ci-base-image-x86_64 02:09:29 . [Pipeline] withDockerContainer 02:09:30 prd-centos7-docker-4c-2g-4293 does not seem to be running inside a container 02:09:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-service-configurable/107 -v /w/workspace/app-service-configurable/107:/w/workspace/app-service-configurable/107:rw,z -v /w/workspace/app-service-configurable/107@tmp:/w/workspace/app-service-configurable/107@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 02:09:31 $ docker top 527034303f7abf68aa2d101f35b82f34d7d62b203fc32ad84858da9657cc63fd -eo pid,comm [Pipeline] { [Pipeline] sh 02:09:32 + go mod tidy [Pipeline] sh 02:09:35 + make test 02:09:35 CGO_ENABLED=1 go test -coverprofile=coverage.out ./... 02:10:02 Removing intermediate container ec57cdac8a04 02:10:02 ---> e04b4cae81db 02:10:02 Step 14/27 : FROM alpine:3.12 02:10:02 3.12: Pulling from library/alpine 02:10:02 d2f70382dc9a: Pulling fs layer 02:10:02 error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/98/9852663dfa1831e2c3129c874e328874c84a1ae68072eeb8c7a1914f903a8d3e/data?verify=1620702002-UAzHbOeix9FffH22SBRo507h3Tg%3D: dial tcp: lookup production.cloudflare.docker.com: device or resource busy [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:10:03 ---> job-cost.sh 02:10:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-JQZy 02:10:34 ? github.com/edgexfoundry/app-service-configurable [no test files] 02:10:34 CGO_ENABLED=1 go vet ./... 02:10:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:11:07 gofmt -l . 02:11:07 [ "`gofmt -l .`" = "" ] 02:11:07 ./bin/test-go-mod-tidy.sh 02:11:07 ./bin/test-attribution-txt.sh [Pipeline] } 02:11:08 $ docker stop --time=1 527034303f7abf68aa2d101f35b82f34d7d62b203fc32ad84858da9657cc63fd 02:11:11 $ docker rm -f 527034303f7abf68aa2d101f35b82f34d7d62b203fc32ad84858da9657cc63fd [Pipeline] // withDockerContainer [Pipeline] sh 02:11:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:11:12 Warning: overwriting stash ‘coverage-report’ 02:11:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:11:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:11:15 + ls -al . 02:11:15 total 92 02:11:15 drwxrwxr-x. 7 jenkins jenkins 4096 May 11 02:11 . 02:11:15 drwxrwxr-x. 4 jenkins jenkins 32 May 11 02:07 .. 02:11:15 -rw-rw-r--. 1 jenkins jenkins 7306 May 11 02:07 Attribution.txt 02:11:15 drwxrwxr-x. 2 jenkins jenkins 64 May 11 02:07 bin 02:11:15 -rw-r--r--. 1 jenkins jenkins 10 May 11 02:09 coverage.out 02:11:15 -rw-rw-r--. 1 jenkins jenkins 2032 May 11 02:07 Dockerfile 02:11:15 -rw-rw-r--. 1 jenkins jenkins 970 May 11 02:07 Dockerfile.build 02:11:15 -rw-rw-r--. 1 jenkins jenkins 119 May 11 02:07 .dockerignore 02:11:15 drwxrwxr-x. 8 jenkins jenkins 162 May 11 02:07 .git 02:11:15 drwxrwxr-x. 2 jenkins jenkins 81 May 11 02:07 .github 02:11:15 -rw-rw-r--. 1 jenkins jenkins 111 May 11 02:07 .gitignore 02:11:15 -rw-r--r--. 1 jenkins jenkins 136 May 11 02:11 go.mod 02:11:15 -rw-r--r--. 1 jenkins jenkins 20757 May 11 02:09 go.sum 02:11:15 -rw-rw-r--. 1 jenkins jenkins 687 May 11 02:07 Jenkinsfile 02:11:15 -rw-rw-r--. 1 jenkins jenkins 10174 May 11 02:07 LICENSE 02:11:15 -rw-rw-r--. 1 jenkins jenkins 1460 May 11 02:07 main.go 02:11:15 -rw-rw-r--. 1 jenkins jenkins 1595 May 11 02:07 makefile 02:11:15 -rw-rw-r--. 1 jenkins jenkins 3230 May 11 02:07 README.md 02:11:15 drwxrwxr-x. 8 jenkins jenkins 122 May 11 02:07 res 02:11:15 drwxrwxr-x. 4 jenkins jenkins 71 May 11 02:07 snap 02:11:15 -rw-rw-r--. 1 jenkins jenkins 12 May 11 02:02 VERSION [Pipeline] isUnix [Pipeline] sh 02:11:15 + 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=021e28942e8876b2560ded735e906d53e9e76b63 --label arch=amd64 --label version=2.0.0-dev.37 . 02:11:15 Sending build context to Docker daemon 116.2kB 02:11:16 Step 1/27 : ARG BASE=golang:1.16-alpine3.12 02:11:16 Step 2/27 : FROM ${BASE} AS builder 02:11:16 ---> acb6320ba0b9 02:11:16 Step 3/27 : ARG ALPINE_PKG_BASE="make git gcc libc-dev libsodium-dev zeromq-dev" 02:11:16 ---> Running in 7e8f178809b7 02:11:16 Removing intermediate container 7e8f178809b7 02:11:16 ---> baca63107222 02:11:16 Step 4/27 : ARG ALPINE_PKG_EXTRA="" 02:11:17 ---> Running in a470c64440f9 02:11:18 Removing intermediate container a470c64440f9 02:11:18 ---> 1d6990ef92d7 02:11:18 Step 5/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 02:11:18 ---> Running in 2af0907ed0e3 02:11:18 Removing intermediate container 2af0907ed0e3 02:11:18 ---> ac876fe0fb27 02:11:18 Step 6/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:11:18 ---> Running in fdb002c1613a 02:11:21 Removing intermediate container fdb002c1613a 02:11:21 ---> 93fbba171ae8 02:11:21 Step 7/27 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 02:11:21 ---> Running in dc5d520a4ced 02:11:22 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 02:11:25 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 02:11:25 OK: 150 MiB in 46 packages 02:11:27 Removing intermediate container dc5d520a4ced 02:11:27 ---> 427e7ea5e3a8 02:11:27 Step 8/27 : WORKDIR /app 02:11:27 ---> Running in ea48516c9a53 02:11:28 Removing intermediate container ea48516c9a53 02:11:28 ---> 7ff866ed9ac4 02:11:28 Step 9/27 : COPY go.mod . 02:11:29 ---> dcde44681d1c 02:11:29 Step 10/27 : RUN go mod download 02:11:29 ---> Running in 0b7520a4476f 02:11:34 Removing intermediate container 0b7520a4476f 02:11:34 ---> dc2a80e5a0f0 02:11:34 Step 11/27 : COPY . . 02:11:35 ---> 4dbc48f84649 02:11:35 Step 12/27 : ARG MAKE="make build" 02:11:35 ---> Running in 7c3fe2b40751 02:11:36 Removing intermediate container 7c3fe2b40751 02:11:36 ---> 59b8a76a882c 02:11:36 Step 13/27 : RUN $MAKE 02:11:36 ---> Running in 6d03957071ef 02:11:38 go mod tidy 02:11:39 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.58 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=2.0.0-dev.37" -o app-service-configurable 02:12:19 Removing intermediate container 6d03957071ef 02:12:19 ---> 6602cf3e65d4 02:12:19 Step 14/27 : FROM alpine:3.12 02:12:19 3.12: Pulling from library/alpine 02:12:19 339de151aab4: Pulling fs layer 02:12:19 339de151aab4: Verifying Checksum 02:12:19 339de151aab4: Download complete 02:12:20 339de151aab4: Pull complete 02:12:20 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 02:12:20 Status: Downloaded newer image for alpine:3.12 02:12:20 ---> 13621d1b12d4 02:12:20 Step 15/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 02:12:20 ---> Running in 55e1267a8100 02:12:20 Removing intermediate container 55e1267a8100 02:12:20 ---> 698ef3bf777d 02:12:20 Step 16/27 : LABEL Name=app-service-configurable Version=${VERSION} 02:12:20 ---> Running in 6ab1ea673fef 02:12:21 Removing intermediate container 6ab1ea673fef 02:12:21 ---> 86a54b562947 02:12:21 Step 17/27 : RUN apk add --update --no-cache ca-certificates zeromq dumb-init 02:12:21 ---> Running in 9ac466146e8a 02:12:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:12:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:12:23 (1/7) Installing ca-certificates (20191127-r4) 02:12:23 (2/7) Installing dumb-init (1.2.2-r1) 02:12:23 (3/7) Installing libgcc (9.3.0-r2) 02:12:23 (4/7) Installing libsodium (1.0.18-r0) 02:12:23 (5/7) Installing libstdc++ (9.3.0-r2) 02:12:23 (6/7) Installing libzmq (4.3.3-r0) 02:12:23 (7/7) Installing zeromq (4.3.3-r0) 02:12:23 Executing busybox-1.31.1-r20.trigger 02:12:23 Executing ca-certificates-20191127-r4.trigger 02:12:23 OK: 9 MiB in 21 packages 02:12:26 Removing intermediate container 9ac466146e8a 02:12:26 ---> 120eedb387f2 02:12:26 Step 18/27 : COPY --from=builder /app/Attribution.txt /Attribution.txt 02:12:28 ---> 24168413be95 02:12:28 Step 19/27 : COPY --from=builder /app/LICENSE /LICENSE 02:12:28 ---> befb550bb555 02:12:28 Step 20/27 : COPY --from=builder /app/res/ /res/ 02:12:29 ---> da8058dfaa4a 02:12:29 Step 21/27 : COPY --from=builder /app/app-service-configurable /app-service-configurable 02:12:32 ---> 88fe04157522 02:12:32 Step 22/27 : EXPOSE 48095 02:12:32 ---> Running in 6fdf742acd2c 02:12:33 Removing intermediate container 6fdf742acd2c 02:12:33 ---> 0505f34337a4 02:12:33 Step 23/27 : ENTRYPOINT ["/app-service-configurable"] 02:12:33 ---> Running in 4e6202f8c760 02:12:34 Removing intermediate container 4e6202f8c760 02:12:34 ---> 5805d5ac5e3b 02:12:34 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:12:34 ---> Running in 4e351e7eedda 02:12:34 Removing intermediate container 4e351e7eedda 02:12:34 ---> eeca107b8b7b 02:12:34 Step 25/27 : LABEL arch=amd64 02:12:34 ---> Running in 115368fb041b 02:12:35 Removing intermediate container 115368fb041b 02:12:35 ---> 0593a0f320b0 02:12:35 Step 26/27 : LABEL git_sha=021e28942e8876b2560ded735e906d53e9e76b63 02:12:35 ---> Running in 5141697055d7 02:12:36 Removing intermediate container 5141697055d7 02:12:36 ---> 0279ae3f3f07 02:12:36 Step 27/27 : LABEL version=2.0.0-dev.37 02:12:37 ---> Running in 2b26fa29618e 02:12:37 Removing intermediate container 2b26fa29618e 02:12:37 ---> f37c7c0fa116 02:12:37 [Warning] One or more build-args [ARCH] were not consumed 02:12:37 Successfully built f37c7c0fa116 02:12:37 Successfully tagged docker-app-service-configurable:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:12:38 provisioning config files... 02:12:38 copy managed file [app-service-configurable-settings] to file:/w/workspace/app-service-configurable/107@tmp/config1109030413851420842tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:12:38 ---> docker-login.sh 02:12:38 nexus3.edgexfoundry.org:10001 02:12:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:39 Configure a credential helper to remove this warning. See 02:12:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:39 02:12:39 Login Succeeded 02:12:39 nexus3.edgexfoundry.org:10002 02:12:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:40 Configure a credential helper to remove this warning. See 02:12:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:40 02:12:40 Login Succeeded 02:12:40 nexus3.edgexfoundry.org:10003 02:12:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:41 Configure a credential helper to remove this warning. See 02:12:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:41 02:12:41 Login Succeeded 02:12:41 nexus3.edgexfoundry.org:10004 02:12:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:12:41 lf-activate-venv(): INFO: Adding /tmp/venv-JQZy/bin to PATH 02:12:41 INFO: No Stack... 02:12:41 INFO: Retrieving Pricing Info for: lf-standard-4 02:12:41 INFO: Archiving Costs [Pipeline] sh 02:12:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:42 Configure a credential helper to remove this warning. See 02:12:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:42 02:12:42 Login Succeeded 02:12:42 docker.io 02:12:42 + cat /w/workspace/app-service-configurable/107/archives/cost.csv 02:12:42 + cut -d, -f6 [Pipeline] lock 02:12:42 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] 02:12:42 Resource [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] did not exist. Created. 02:12:42 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] 02:12:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:12:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:12:42 Configure a credential helper to remove this warning. See 02:12:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:12:42 02:12:42 Login Succeeded 02:12:42 + echo total: 0.20999999344348907 [Pipeline] stash 02:12:42 ---> docker-login.sh ends [Pipeline] } 02:12:42 Deleting 1 temporary files 02:12:42 Stashed 1 file(s) [Pipeline] } 02:12:42 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] [Pipeline] // wrap [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] echo 02:12:43 [edgeXDocker.push] Tagging docker image docker-app-service-configurable with the following tags: 02:12:43 021e28942e8876b2560ded735e906d53e9e76b63 02:12:43 latest 02:12:43 2.0.0-dev.37 02:12:43 021e28942e8876b2560ded735e906d53e9e76b63-2.0.0-dev.37 02:12:43 master 02:12:43 ===================================================== [Pipeline] // withEnv [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerRegistry [Pipeline] // ws [Pipeline] } [Pipeline] { [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:12:43 Failed in branch arm64 [Pipeline] isUnix [Pipeline] sh 02:12:43 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:021e28942e8876b2560ded735e906d53e9e76b63 [Pipeline] isUnix [Pipeline] sh 02:12:44 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:021e28942e8876b2560ded735e906d53e9e76b63 02:12:44 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 02:12:44 4f3d53df8b89: Preparing 02:12:44 5586457f30b5: Preparing 02:12:44 81a8a9568265: Preparing 02:12:44 84dce83061e6: Preparing 02:12:44 1fa55f17c5eb: Preparing 02:12:44 32f366d666a5: Preparing 02:12:44 32f366d666a5: Waiting 02:12:45 5586457f30b5: Pushed 02:12:45 81a8a9568265: Pushed 02:12:45 84dce83061e6: Pushed 02:12:45 32f366d666a5: Layer already exists 02:12:45 1fa55f17c5eb: Pushed 02:12:47 4f3d53df8b89: Pushed 02:12:48 021e28942e8876b2560ded735e906d53e9e76b63: digest: sha256:97b139e7c71f3ed82a79c1e18fc564af469b9078764f9b0e47a4e82717e90a50 size: 1574 [Pipeline] isUnix [Pipeline] sh 02:12:48 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest [Pipeline] isUnix [Pipeline] sh 02:12:50 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 02:12:50 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 02:12:50 4f3d53df8b89: Preparing 02:12:50 5586457f30b5: Preparing 02:12:50 81a8a9568265: Preparing 02:12:50 84dce83061e6: Preparing 02:12:50 1fa55f17c5eb: Preparing 02:12:50 32f366d666a5: Preparing 02:12:50 32f366d666a5: Waiting 02:12:50 1fa55f17c5eb: Layer already exists 02:12:50 5586457f30b5: Layer already exists 02:12:50 81a8a9568265: Layer already exists 02:12:50 84dce83061e6: Layer already exists 02:12:50 4f3d53df8b89: Layer already exists 02:12:50 32f366d666a5: Layer already exists 02:12:50 latest: digest: sha256:97b139e7c71f3ed82a79c1e18fc564af469b9078764f9b0e47a4e82717e90a50 size: 1574 [Pipeline] isUnix [Pipeline] sh 02:12:51 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh 02:12:52 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.37 02:12:52 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 02:12:52 4f3d53df8b89: Preparing 02:12:52 5586457f30b5: Preparing 02:12:52 81a8a9568265: Preparing 02:12:52 84dce83061e6: Preparing 02:12:52 1fa55f17c5eb: Preparing 02:12:52 32f366d666a5: Preparing 02:12:52 32f366d666a5: Waiting 02:12:52 1fa55f17c5eb: Layer already exists 02:12:52 81a8a9568265: Layer already exists 02:12:52 84dce83061e6: Layer already exists 02:12:52 5586457f30b5: Layer already exists 02:12:52 4f3d53df8b89: Layer already exists 02:12:52 32f366d666a5: Layer already exists 02:12:52 2.0.0-dev.37: digest: sha256:97b139e7c71f3ed82a79c1e18fc564af469b9078764f9b0e47a4e82717e90a50 size: 1574 [Pipeline] isUnix [Pipeline] sh 02:12:53 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:021e28942e8876b2560ded735e906d53e9e76b63-2.0.0-dev.37 [Pipeline] isUnix [Pipeline] sh 02:12:53 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:021e28942e8876b2560ded735e906d53e9e76b63-2.0.0-dev.37 02:12:53 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 02:12:53 4f3d53df8b89: Preparing 02:12:53 5586457f30b5: Preparing 02:12:53 81a8a9568265: Preparing 02:12:53 84dce83061e6: Preparing 02:12:53 1fa55f17c5eb: Preparing 02:12:53 32f366d666a5: Preparing 02:12:53 32f366d666a5: Waiting 02:12:53 84dce83061e6: Layer already exists 02:12:53 5586457f30b5: Layer already exists 02:12:53 4f3d53df8b89: Layer already exists 02:12:53 81a8a9568265: Layer already exists 02:12:53 1fa55f17c5eb: Layer already exists 02:12:53 32f366d666a5: Layer already exists 02:12:53 021e28942e8876b2560ded735e906d53e9e76b63-2.0.0-dev.37: digest: sha256:97b139e7c71f3ed82a79c1e18fc564af469b9078764f9b0e47a4e82717e90a50 size: 1574 [Pipeline] isUnix [Pipeline] sh 02:12:54 + docker tag docker-app-service-configurable nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master [Pipeline] isUnix [Pipeline] sh 02:12:54 + docker push nexus3.edgexfoundry.org:10004/docker-app-service-configurable:master 02:12:54 The push refers to repository [nexus3.edgexfoundry.org:10004/docker-app-service-configurable] 02:12:55 4f3d53df8b89: Preparing 02:12:55 5586457f30b5: Preparing 02:12:55 81a8a9568265: Preparing 02:12:55 84dce83061e6: Preparing 02:12:55 1fa55f17c5eb: Preparing 02:12:55 32f366d666a5: Preparing 02:12:55 32f366d666a5: Waiting 02:12:55 1fa55f17c5eb: Layer already exists 02:12:55 4f3d53df8b89: Layer already exists 02:12:55 5586457f30b5: Layer already exists 02:12:55 84dce83061e6: Layer already exists 02:12:55 81a8a9568265: Layer already exists 02:12:55 32f366d666a5: Layer already exists 02:12:55 master: digest: sha256:97b139e7c71f3ed82a79c1e18fc564af469b9078764f9b0e47a4e82717e90a50 size: 1574 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo 02:12:55 ===================================================== [Pipeline] echo 02:12:55 taggedImages: 02:12:55 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:021e28942e8876b2560ded735e906d53e9e76b63 02:12:55 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:latest 02:12:55 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:2.0.0-dev.37 02:12:55 - nexus3.edgexfoundry.org:10004/docker-app-service-configurable:021e28942e8876b2560ded735e906d53e9e76b63-2.0.0-dev.37 02:12:55 - 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 02:12:56 ---> job-cost.sh 02:12:56 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-oNjS 02:13:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:14:33 lf-activate-venv(): INFO: Adding /tmp/venv-oNjS/bin to PATH 02:14:33 INFO: No Stack... 02:14:33 INFO: Retrieving Pricing Info for: v1-standard-2 02:14:33 INFO: Archiving Costs [Pipeline] sh 02:14:33 + cut -d, -f6 02:14:33 + cat /w/workspace/app-service-configurable/107/archives/cost.csv [Pipeline] lock 02:14:34 Trying to acquire lock on [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] 02:14:34 Resource [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] did not exist. Created. 02:14:34 Lock acquired on [jenkins-edgexfoundry-app-service-configurable-master-107-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:14:34 /w/workspace/app-service-configurable/107@tmp/durable-a1134d2d/script.sh: line 1: unexpected EOF while looking for matching `'' [Pipeline] sh 02:14:35 + echo total: 0.029999999329447746 [Pipeline] stash 02:14:35 Warning: overwriting stash ‘stack-cost’ 02:14:35 Stashed 1 file(s) [Pipeline] } 02:14:35 Lock released on resource [jenkins-edgexfoundry-app-service-configurable-master-107-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 02:14:37 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:14:39 ---> package-listing.sh 02:14:39 ++ facter osfamily 02:14:39 ++ tr '[:upper:]' '[:lower:]' 02:14:39 + OS_FAMILY=redhat 02:14:39 + workspace=/w/workspace/_app-service-configurable_master 02:14:39 + START_PACKAGES=/tmp/packages_start.txt 02:14:39 + END_PACKAGES=/tmp/packages_end.txt 02:14:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:14:39 + PACKAGES=/tmp/packages_start.txt 02:14:39 + '[' /w/workspace/_app-service-configurable_master ']' 02:14:39 + PACKAGES=/tmp/packages_end.txt 02:14:39 + case "${OS_FAMILY}" in 02:14:39 + rpm -qa 02:14:39 + sort 02:14:50 + '[' -f /tmp/packages_start.txt ']' 02:14:50 + '[' -f /tmp/packages_end.txt ']' 02:14:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:14:50 + '[' /w/workspace/_app-service-configurable_master ']' 02:14:50 + mkdir -p /w/workspace/_app-service-configurable_master/archives/ 02:14:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/_app-service-configurable_master/archives/ [Pipeline] echo 02:14:50 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 02:14:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:14:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:14:54 02:14:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:14:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:14:55 alpine: Pulling from edgex-lftools-log-publisher 02:14:55 df20fa9351a1: Pulling fs layer 02:14:55 36b3adc4ff6f: Pulling fs layer 02:14:55 8ad3a11d3b57: Pulling fs layer 02:14:55 46f8f816bc3b: Pulling fs layer 02:14:55 93b61091891f: Pulling fs layer 02:14:55 93b9cdb0e59b: Pulling fs layer 02:14:55 5e14af77c1be: Pulling fs layer 02:14:55 01666e4c0597: Pulling fs layer 02:14:55 aa168da1d23b: Pulling fs layer 02:14:55 46f8f816bc3b: Waiting 02:14:55 93b61091891f: Waiting 02:14:55 93b9cdb0e59b: Waiting 02:14:55 5e14af77c1be: Waiting 02:14:55 01666e4c0597: Waiting 02:14:55 aa168da1d23b: Waiting 02:14:55 36b3adc4ff6f: Verifying Checksum 02:14:55 36b3adc4ff6f: Download complete 02:14:55 46f8f816bc3b: Verifying Checksum 02:14:55 46f8f816bc3b: Download complete 02:14:55 df20fa9351a1: Verifying Checksum 02:14:55 df20fa9351a1: Download complete 02:14:55 93b61091891f: Verifying Checksum 02:14:55 93b61091891f: Download complete 02:14:55 93b9cdb0e59b: Verifying Checksum 02:14:55 93b9cdb0e59b: Download complete 02:14:55 5e14af77c1be: Verifying Checksum 02:14:55 5e14af77c1be: Download complete 02:14:55 01666e4c0597: Verifying Checksum 02:14:55 01666e4c0597: Download complete 02:14:57 8ad3a11d3b57: Verifying Checksum 02:14:57 df20fa9351a1: Pull complete 02:14:58 36b3adc4ff6f: Pull complete 02:15:01 8ad3a11d3b57: Pull complete 02:15:01 46f8f816bc3b: Pull complete 02:15:03 93b61091891f: Pull complete 02:15:04 93b9cdb0e59b: Pull complete 02:15:04 5e14af77c1be: Pull complete 02:15:05 01666e4c0597: Pull complete 02:15:07 aa168da1d23b: Verifying Checksum 02:15:07 aa168da1d23b: Download complete 02:15:34 aa168da1d23b: Pull complete 02:15:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:15:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:15:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:15:34 prd-centos7-docker-4c-2g-4289 does not seem to be running inside a container 02:15:35 $ 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 02:15:38 $ docker top eb1275960e2b20d8e4ea36c3d9d2fa12ffeaa35027de85bac159136d935aca00 -eo pid,comm [Pipeline] { [Pipeline] sh 02:15:39 + touch /tmp/pre-build-complete [Pipeline] sh 02:15:40 + mkdir -p /var/log/sa [Pipeline] sh 02:15:40 + ls /var/log/sa-host 02:15:40 + sadf -c /var/log/sa-host/sa11 02:15:40 file_magic: OK 02:15:40 HZ: Using current value: 100 02:15:40 file_header: OK 02:15:40 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 02:15:40 Statistics: 02:15:40 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...Hnuu...uuuununununu... 02:15:40 File successfully converted to sysstat format version 12.2.1 02:15:40 + sadf -c /var/log/sa-host/sa23 02:15:40 file_magic: OK 02:15:40 HZ: Using current value: 100 02:15:40 file_header: OK 02:15:40 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 02:15:40 Statistics: 02:15:40 Hnuu...uuuununununu... 02:15:40 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:15:41 provisioning config files... 02:15:41 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/_app-service-configurable_master@tmp/config9116882133623679486tmp [Pipeline] { [Pipeline] echo 02:15:41 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:15:41 ---> create-netrc.sh [Pipeline] } 02:15:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:15:42 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:15:42 ---> python-tools-install.sh [Pipeline] echo 02:15:42 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:15:43 ---> sudo-logs.sh 02:15:43 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:15:43 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:15:44 ---> job-cost.sh 02:15:44 lf-activate-venv: SKIPPING 02:15:44 DEBUG: total: 0.029999999329447746 02:15:44 INFO: Retrieving Stack Cost... 02:15:45 INFO: Retrieving Pricing Info for: v1-standard-2 02:15:46 INFO: Archiving Costs [Pipeline] echo 02:15:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:15:46 ---> logs-deploy.sh 02:15:46 lf-activate-venv: SKIPPING 02:15:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-service-configurable/master/107 02:15:46 INFO: archiving workspace using pattern(s): 02:15:50 Archives upload complete. 02:15:50 INFO: archiving logs to Nexus