Pull request #2999 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 7d7a9a69f5a15897ee315b7aba1051f3cb8e556d+5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 (ea9241d5347e38d7435f029ecf44eed143353b73) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], 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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19837 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/edgex-go.git > git init /w/workspace/edgex-go/8 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 into PR head commit 7d7a9a69f5a15897ee315b7aba1051f3cb8e556d > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2999/head:refs/remotes/origin/PR-2999 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7d7a9a69f5a15897ee315b7aba1051f3cb8e556d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 # timeout=10 Merge succeeded, producing 59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 Checking out Revision 59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 (PR-2999) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 # timeout=10 Commit message: "Merge commit '5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0' into HEAD" > git rev-list --no-walk 7d7a9a69f5a15897ee315b7aba1051f3cb8e556d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:22:40 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 22:22:40 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:22:40 ========================================================= 22:22:40 EdgeX Global Pipelines Version Info 22:22:40 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:22:42 ------------------- 22:22:42 stable info: 22:22:42 ------------------- 22:22:42 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:22:42 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 22:22:42 Message: update stable to v1.0.173 22:22:42 ------------------- 22:22:42 experimental info: 22:22:42 ------------------- 22:22:42 Commited By: **** collab-it+edgex@linuxfoundation.org 22:22:42 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 22:22:42 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:22:43 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:22:43 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:22:43 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:22:43 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:22:43 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:22:43 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:22:43 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:22:44 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:22:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:22:44 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:22:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:22:44 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:22:44 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:22:44 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:22:44 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:22:44 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:22:44 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:22:44 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:22:45 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:22:45 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:22:45 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:22:45 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:22:45 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:22:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2999 [Pipeline] echo 22:22:45 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2999 [Pipeline] echo 22:22:45 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2999 [Pipeline] echo 22:22:45 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 [Pipeline] echo 22:22:45 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 59d6214 [Pipeline] echo 22:22:45 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:22:46 provisioning config files... 22:22:46 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config1844775283778525411tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:22:46 ---> docker-login.sh 22:22:46 nexus3.edgexfoundry.org:10001 22:22:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:47 Configure a credential helper to remove this warning. See 22:22:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:47 22:22:47 Login Succeeded 22:22:47 nexus3.edgexfoundry.org:10002 22:22:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:47 Configure a credential helper to remove this warning. See 22:22:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:47 22:22:47 Login Succeeded 22:22:47 nexus3.edgexfoundry.org:10003 22:22:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:47 Configure a credential helper to remove this warning. See 22:22:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:47 22:22:47 Login Succeeded 22:22:47 nexus3.edgexfoundry.org:10004 22:22:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:47 Configure a credential helper to remove this warning. See 22:22:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:47 22:22:47 Login Succeeded 22:22:47 docker.io 22:22:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:22:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:22:48 Configure a credential helper to remove this warning. See 22:22:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:22:48 22:22:48 Login Succeeded 22:22:48 ---> docker-login.sh ends [Pipeline] } 22:22:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:22:48 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 22:22:48 + for file in '`ls cmd/**/Dockerfile`' 22:22:48 ++ dirname cmd/core-command/Dockerfile 22:22:48 ++ cut -d/ -f2 22:22:48 + echo core-command,cmd/core-command/Dockerfile 22:22:48 + for file in '`ls cmd/**/Dockerfile`' 22:22:48 ++ dirname cmd/core-data/Dockerfile 22:22:48 ++ cut -d/ -f2 22:22:48 + echo core-data,cmd/core-data/Dockerfile 22:22:48 + for file in '`ls cmd/**/Dockerfile`' 22:22:48 ++ dirname cmd/core-metadata/Dockerfile 22:22:48 ++ cut -d/ -f2 22:22:48 + echo core-metadata,cmd/core-metadata/Dockerfile 22:22:48 + for file in '`ls cmd/**/Dockerfile`' 22:22:48 ++ dirname cmd/security-bootstrap-redis/Dockerfile 22:22:48 ++ cut -d/ -f2 22:22:48 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 22:22:48 + for file in '`ls cmd/**/Dockerfile`' 22:22:48 ++ dirname cmd/security-proxy-setup/Dockerfile 22:22:48 ++ cut -d/ -f2 22:22:48 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:22:48 + for file in '`ls cmd/**/Dockerfile`' 22:22:48 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:22:48 ++ cut -d/ -f2 22:22:48 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:22:48 + for file in '`ls cmd/**/Dockerfile`' 22:22:48 ++ dirname cmd/support-notifications/Dockerfile 22:22:48 ++ cut -d/ -f2 22:22:48 + echo support-notifications,cmd/support-notifications/Dockerfile 22:22:48 + for file in '`ls cmd/**/Dockerfile`' 22:22:48 ++ dirname cmd/support-scheduler/Dockerfile 22:22:48 ++ cut -d/ -f2 22:22:48 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:22:48 + for file in '`ls cmd/**/Dockerfile`' 22:22:48 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:22:48 ++ cut -d/ -f2 22:22:48 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:22:48 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:22:49 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:22:49 22:22:49 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:22:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:22:50 latest: Pulling from edgex-devops/git-semver 22:22:50 31603596830f: Pulling fs layer 22:22:50 2a8b12db71e7: Pulling fs layer 22:22:50 6ca5941a6612: Pulling fs layer 22:22:50 ecc8261a40a4: Pulling fs layer 22:22:50 ecc8261a40a4: Waiting 22:22:50 2a8b12db71e7: Download complete 22:22:50 31603596830f: Verifying Checksum 22:22:50 31603596830f: Download complete 22:22:50 ecc8261a40a4: Verifying Checksum 22:22:50 ecc8261a40a4: Download complete 22:22:50 6ca5941a6612: Verifying Checksum 22:22:50 6ca5941a6612: Download complete 22:22:50 31603596830f: Pull complete 22:22:50 2a8b12db71e7: Pull complete 22:22:51 6ca5941a6612: Pull complete 22:22:51 ecc8261a40a4: Pull complete 22:22:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:22:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:22:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:22:52 prd-centos7-docker-4c-2g-19837 does not seem to be running inside a container 22:22:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:22:54 $ docker top 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:22:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:22:55 [ssh-agent] Looking for ssh-agent implementation... 22:22:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:22:55 $ docker exec 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 ssh-agent 22:22:55 SSH_AUTH_SOCK=/tmp/ssh-04Ama9ggGveh/agent.11 22:22:55 SSH_AGENT_PID=16 22:22:55 Running ssh-add (command line suppressed) 22:22:55 Identity added: /w/workspace/edgex-go/8@tmp/private_key_1114894653957474270.key (/w/workspace/edgex-go/8@tmp/private_key_1114894653957474270.key) 22:22:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:22:56 + git tag --points-at HEAD [Pipeline] } 22:22:56 $ docker exec --env ******** --env ******** 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 ssh-agent -k 22:22:56 unset SSH_AUTH_SOCK; 22:22:56 unset SSH_AGENT_PID; 22:22:56 echo Agent pid 16 killed; 22:22:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:22:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:22:56 [ssh-agent] Looking for ssh-agent implementation... 22:22:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:22:56 $ docker exec 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 ssh-agent 22:22:56 SSH_AUTH_SOCK=/tmp/ssh-EhW8aS2RBzZW/agent.48 22:22:56 SSH_AGENT_PID=54 22:22:56 Running ssh-add (command line suppressed) 22:22:57 Identity added: /w/workspace/edgex-go/8@tmp/private_key_1763670429225602676.key (/w/workspace/edgex-go/8@tmp/private_key_1763670429225602676.key) 22:22:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:22:57 + git semver init 22:22:57 # -> Open(): unable to determine branch for HEAD 22:22:57 # $GIT_DIR = /w/workspace/edgex-go/8/.git 22:22:57 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 22:22:57 # $SEMVER_REMOTE_NAME = origin 22:22:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:22:57 # $SEMVER_USER_NAME = edgex-jenkins 22:22:57 # $SEMVER_BRANCH = PR-2999 22:22:57 # $SEMVER_TEMP = /tmp/semver-995975246 22:22:57 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:23:15 # '/tmp/semver-995975246' -> '/w/workspace/edgex-go/8/.semver' 22:23:16 # -> Force: false 22:23:16 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 22:23:16 $ docker exec --env ******** --env ******** 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 ssh-agent -k 22:23:16 unset SSH_AUTH_SOCK; 22:23:16 unset SSH_AGENT_PID; 22:23:16 echo Agent pid 54 killed; 22:23:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:23:17 + git semver [Pipeline] } 22:23:17 $ docker stop --time=1 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 22:23:18 $ docker rm -f 19c86b84d7f88d342d2117577d1e378d2e7f8385ff6b8f91e2bf14ee2882d867 [Pipeline] // withDockerContainer [Pipeline] sh 22:23:19 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:23:19 Stashed 1 file(s) [Pipeline] echo 22:23:19 [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:23:21 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:23:21 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:23:21 + true 22:23:21 + sudo service docker restart 22:23:21 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:23:22 ========================================================= 22:23:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:23:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:23:22 + 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 . 22:23:26 Sending build context to Docker daemon 326.4MB 22:23:26 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:23:26 Step 2/6 : FROM ${BASE} 22:23:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:23:26 188c0c94c7c5: Pulling fs layer 22:23:26 0ef7d3d256c8: Pulling fs layer 22:23:26 de9db76c5a1d: Pulling fs layer 22:23:26 bca2f99d35d6: Pulling fs layer 22:23:26 93359f2a8cfa: Pulling fs layer 22:23:26 7c6f9722023f: Pulling fs layer 22:23:26 a35cf1a2eb13: Pulling fs layer 22:23:26 93359f2a8cfa: Waiting 22:23:26 7c6f9722023f: Waiting 22:23:26 a35cf1a2eb13: Waiting 22:23:26 bca2f99d35d6: Waiting 22:23:26 de9db76c5a1d: Download complete 22:23:26 0ef7d3d256c8: Download complete 22:23:26 93359f2a8cfa: Download complete 22:23:26 7c6f9722023f: Verifying Checksum 22:23:26 7c6f9722023f: Download complete 22:23:26 188c0c94c7c5: Verifying Checksum 22:23:26 188c0c94c7c5: Download complete 22:23:26 188c0c94c7c5: Pull complete 22:23:26 0ef7d3d256c8: Pull complete 22:23:27 de9db76c5a1d: Pull complete 22:23:28 a35cf1a2eb13: Verifying Checksum 22:23:28 a35cf1a2eb13: Download complete 22:23:28 bca2f99d35d6: Verifying Checksum 22:23:28 bca2f99d35d6: Download complete 22:23:33 bca2f99d35d6: Pull complete 22:23:34 93359f2a8cfa: Pull complete 22:23:34 7c6f9722023f: Pull complete 22:23:35 Still waiting to schedule task 22:23:35 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 22:23:41 a35cf1a2eb13: Pull complete 22:23:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:23:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:23:41 ---> a62c8e92a672 22:23:41 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:23:41 ---> Running in 239390b0eded 22:23:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:23:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:23:43 (1/12) Installing libmagic (5.38-r0) 22:23:43 (2/12) Installing file (5.38-r0) 22:23:43 (3/12) Installing libc-dev (0.7.2-r3) 22:23:43 (4/12) Installing g++ (9.3.0-r2) 22:23:47 (5/12) Installing fortify-headers (1.1-r0) 22:23:47 (6/12) Installing patch (2.7.6-r6) 22:23:47 (7/12) Installing build-base (0.5-r2) 22:23:47 (8/12) Installing libsodium (1.0.18-r0) 22:23:47 (9/12) Installing pkgconf (1.7.2-r0) 22:23:47 (10/12) Installing libsodium-dev (1.0.18-r0) 22:23:47 (11/12) Installing libzmq (4.3.3-r0) 22:23:47 (12/12) Installing zeromq-dev (4.3.3-r0) 22:23:47 Executing busybox-1.31.1-r19.trigger 22:23:47 OK: 233 MiB in 51 packages 22:23:52 Removing intermediate container 239390b0eded 22:23:52 ---> 6601e6ec045c 22:23:52 Step 4/6 : WORKDIR /edgex-go 22:23:52 ---> Running in c057a3f07bc0 22:23:52 Removing intermediate container c057a3f07bc0 22:23:52 ---> 27e8b3392100 22:23:52 Step 5/6 : COPY go.mod . 22:23:52 ---> 17db7cb3bf07 22:23:52 Step 6/6 : RUN go mod download 22:23:52 ---> Running in 2ccf5ba164e1 22:24:14 Removing intermediate container 2ccf5ba164e1 22:24:14 ---> 63b647184f9f 22:24:14 Successfully built 63b647184f9f 22:24:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:24:14 + docker inspect -f . ci-base-image-x86_64 22:24:14 . [Pipeline] withDockerContainer 22:24:14 prd-centos7-docker-4c-2g-19837 does not seem to be running inside a container 22:24:14 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:24:15 $ docker top f5b67883ddc4458bff98bec1495b006d7aeb583867c387c83a3b8eca02ec4a34 -eo pid,comm [Pipeline] { [Pipeline] sh 22:24:16 + go version 22:24:16 go version go1.15.5 linux/amd64 [Pipeline] } 22:24:16 $ docker stop --time=1 f5b67883ddc4458bff98bec1495b006d7aeb583867c387c83a3b8eca02ec4a34 22:24:17 $ docker rm -f f5b67883ddc4458bff98bec1495b006d7aeb583867c387c83a3b8eca02ec4a34 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:24:18 + docker inspect -f . ci-base-image-x86_64 22:24:18 . [Pipeline] withDockerContainer 22:24:18 prd-centos7-docker-4c-2g-19837 does not seem to be running inside a container 22:24:18 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:24:19 $ docker top b0ecfc7d26d9c0e00965f14c608e3db376975582a79cea5b11cc138b557d3b56 -eo pid,comm [Pipeline] { [Pipeline] echo 22:24:19 ========================================================= 22:24:19 [edgeXBuildGoParallel] Running Tests and Build... 22:24:19 ========================================================= [Pipeline] sh 22:24:19 + make test 22:24:19 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:24:29 ? github.com/edgexfoundry/edgex-go [no test files] 22:24:45 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:24:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:24:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:24:51 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:24:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:24:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:24:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:24:52 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:24:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:24:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:24:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:24:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:24:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:24:58 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 46.6% of statements 22:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:24:58 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.232s coverage: 27.0% of statements 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.055s coverage: 100.0% of statements 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.455s coverage: 77.8% of statements 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:25:02 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.142s coverage: 82.4% of statements 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:25:02 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:25:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.336s coverage: 28.6% of statements 22:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:25:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements 22:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:25:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements 22:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:25:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.125s coverage: 86.7% of statements 22:25:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:25:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.172s coverage: 97.5% of statements 22:25:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:25:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 78.3% of statements 22:25:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:25:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:25:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:25:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:25:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.511s coverage: 93.1% of statements 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:25:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.048s coverage: 58.8% of statements 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:25:08 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.068s coverage: 75.5% of statements 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.042s coverage: 80.8% of statements 22:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.114s coverage: 87.2% of statements 22:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.067s coverage: 84.2% of statements 22:25:08 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.159s coverage: 91.4% of statements 22:25:08 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:25:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.375s coverage: 63.5% of statements 22:25:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:25:10 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:25:10 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements 22:25:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 22:25:10 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.050s coverage: 100.0% of statements 22:25:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.079s coverage: 73.7% of statements 22:25:10 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.043s coverage: 100.0% of statements 22:25:12 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.357s coverage: 55.9% of statements 22:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:25:12 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 37.0% of statements 22:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:25:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.405s coverage: 84.0% of statements 22:25:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 22:25:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.188s coverage: 47.1% of statements 22:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:25:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 22:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:25:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 22:25:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:25:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.713s coverage: 29.1% of statements 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:25:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.091s coverage: 99.0% of statements 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:25:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:25:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:25:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.069s coverage: 100.0% of statements 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:25:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.056s coverage: 87.9% of statements 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:25:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:25:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.039s coverage: 100.0% of statements 22:25:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 22:25:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 22:25:17 GO111MODULE=on go vet ./... 22:25:44 gofmt -l . 22:25:44 [ "`gofmt -l .`" = "" ] 22:25:44 ./bin/test-go-mod-tidy.sh 22:25:44 ./bin/test-attribution-txt.sh [Pipeline] sh 22:25:44 + ls -al . 22:25:44 total 656 22:25:44 drwxrwxr-x 10 1001 1001 4096 Jan 12 22:25 . 22:25:44 drwxr-xr-x 4 root root 28 Jan 12 22:24 .. 22:25:44 -rw-rw-r-- 1 1001 1001 11 Jan 12 22:22 .dockerignore 22:25:44 drwxrwxr-x 8 1001 1001 179 Jan 12 22:22 .git 22:25:44 drwxrwxr-x 3 1001 1001 125 Jan 12 22:22 .github 22:25:44 -rw-rw-r-- 1 1001 1001 824 Jan 12 22:22 .gitignore 22:25:44 drwx------ 3 1001 1001 47 Jan 12 22:23 .semver 22:25:44 -rw-rw-r-- 1 1001 1001 166 Jan 12 22:22 .sonarcloud.properties 22:25:44 -rw-rw-r-- 1 1001 1001 7741 Jan 12 22:22 Attribution.txt 22:25:44 -rw-rw-r-- 1 1001 1001 3804 Jan 12 22:22 CONTRIBUTING.md 22:25:44 -rw-rw-r-- 1 1001 1001 931 Jan 12 22:22 Dockerfile.build 22:25:44 -rw-rw-r-- 1 1001 1001 863 Jan 12 22:22 Jenkinsfile 22:25:44 -rw-rw-r-- 1 1001 1001 10775 Jan 12 22:22 LICENSE 22:25:44 -rw-rw-r-- 1 1001 1001 5750 Jan 12 22:22 Makefile 22:25:44 -rw-rw-r-- 1 1001 1001 6524 Jan 12 22:22 README.md 22:25:44 -rw-rw-r-- 1 1001 1001 6744 Jan 12 22:22 SECURITY.md 22:25:44 -rw-rw-r-- 1 1001 1001 5 Jan 12 22:23 VERSION 22:25:44 -rw-rw-r-- 1 1001 1001 4131 Jan 12 22:22 ZMQWindows.md 22:25:44 drwxrwxr-x 2 1001 1001 117 Jan 12 22:22 bin 22:25:44 drwxrwxr-x 14 1001 1001 4096 Jan 12 22:22 cmd 22:25:44 -rw-r--r-- 1 root root 552842 Jan 12 22:25 coverage.out 22:25:44 -rw-r--r-- 1 root root 979 Jan 12 22:25 go.mod 22:25:44 -rw-r--r-- 1 root root 19231 Jan 12 22:25 go.sum 22:25:44 drwxrwxr-x 8 1001 1001 127 Jan 12 22:22 internal 22:25:44 drwxrwxr-x 4 1001 1001 26 Jan 12 22:22 openapi 22:25:44 drwxrwxr-x 4 1001 1001 71 Jan 12 22:22 snap 22:25:44 -rw-rw-r-- 1 1001 1001 168 Jan 12 22:22 version.go [Pipeline] sh 22:25:45 + '[' -e coverage.out ] 22:25:45 + chown 1001:1001 coverage.out [Pipeline] stash 22:25:45 Stashed 1 file(s) [Pipeline] sh 22:25:45 + make build 22:25:45 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:25:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:25:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:25:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:26:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:26:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:26:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:26:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:26:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:26:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:26:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:26:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19842 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws 22:26:07 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:26:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 22:26:09 $ docker stop --time=1 b0ecfc7d26d9c0e00965f14c608e3db376975582a79cea5b11cc138b557d3b56 22:26:10 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 22:26:13 $ docker rm -f b0ecfc7d26d9c0e00965f14c608e3db376975582a79cea5b11cc138b557d3b56 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 22:26:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:26:14 + sudo service docker restart 22:26:14 + true [Pipeline] isUnix [Pipeline] sh 22:26:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:26:15 22:26:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 22:26:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:26:15 latest: Pulling from edgex-devops/edgex-compose 22:26:15 cbdbe7a5bc2a: Pulling fs layer 22:26:15 ca9280d653b3: Pulling fs layer 22:26:15 7e9c9ca2126c: Pulling fs layer 22:26:15 cbdbe7a5bc2a: Verifying Checksum 22:26:15 cbdbe7a5bc2a: Download complete 22:26:15 ca9280d653b3: Verifying Checksum 22:26:15 ca9280d653b3: Download complete 22:26:15 cbdbe7a5bc2a: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:26:17 provisioning config files... 22:26:17 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config2629589265732588659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:26:17 ca9280d653b3: Pull complete 22:26:17 7e9c9ca2126c: Verifying Checksum 22:26:17 7e9c9ca2126c: Download complete 22:26:17 ---> docker-login.sh 22:26:17 nexus3.edgexfoundry.org:10001 22:26:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:18 Configure a credential helper to remove this warning. See 22:26:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:18 22:26:18 Login Succeeded 22:26:18 nexus3.edgexfoundry.org:10002 22:26:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:19 Configure a credential helper to remove this warning. See 22:26:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:19 22:26:19 Login Succeeded 22:26:19 nexus3.edgexfoundry.org:10003 22:26:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:19 Configure a credential helper to remove this warning. See 22:26:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:19 22:26:19 Login Succeeded 22:26:19 nexus3.edgexfoundry.org:10004 22:26:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:20 Configure a credential helper to remove this warning. See 22:26:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:20 22:26:20 Login Succeeded 22:26:20 docker.io 22:26:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:26:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:26:20 Configure a credential helper to remove this warning. See 22:26:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:26:20 22:26:20 Login Succeeded 22:26:20 ---> docker-login.sh ends [Pipeline] } 22:26:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:26:21 ========================================================= 22:26:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:26:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:26:22 + 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 . 22:26:22 unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/edgex-go/8/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 22:26:23 Failed in branch arm64 22:26:24 7e9c9ca2126c: Pull complete 22:26:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 22:26:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:26:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 22:26:24 prd-centos7-docker-4c-2g-19837 does not seem to be running inside a container 22:26:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:26:27 $ docker top 15e5c181b1ee42cff61c944ae5a8cba0e1c9273096b358f654c3d7d8926fb781 -eo pid,comm [Pipeline] { [Pipeline] sh 22:26:27 + docker-compose build --help 22:26:27 + grep parallel 22:26:28 --parallel Build images in parallel. [Pipeline] } 22:26:28 $ docker stop --time=1 15e5c181b1ee42cff61c944ae5a8cba0e1c9273096b358f654c3d7d8926fb781 22:26:30 $ docker rm -f 15e5c181b1ee42cff61c944ae5a8cba0e1c9273096b358f654c3d7d8926fb781 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:26:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 22:26:30 . [Pipeline] withDockerContainer 22:26:31 prd-centos7-docker-4c-2g-19837 does not seem to be running inside a container 22:26:31 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 22:26:31 $ docker top 985d92db8de154070c1ffb0234684cd91ccaef894fef22ce4fef0e76e11d33f5 -eo pid,comm [Pipeline] { [Pipeline] sh 22:26:32 + docker-compose -f ./docker-compose-build.yml build --parallel 22:26:33 Building docker-core-command-go ... 22:26:33 Building docker-core-data-go ... 22:26:33 Building docker-core-metadata-go ... 22:26:33 Building docker-security-bootstrap-redis-go ... 22:26:33 Building docker-security-proxy-setup-go ... 22:26:33 Building docker-security-secretstore-setup-go ... 22:26:33 Building docker-support-notifications-go ... 22:26:33 Building docker-support-scheduler-go ... 22:26:33 Building docker-sys-mgmt-agent-go ... 22:26:33 Building docker-support-scheduler-go 22:26:33 Building docker-security-bootstrap-redis-go 22:26:33 Building docker-core-command-go 22:26:33 Building docker-support-notifications-go 22:26:33 Building docker-security-proxy-setup-go 22:27:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:27:05 ---> 63b647184f9f 22:27:05 Step 3/22 : WORKDIR /edgex-go 22:27:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:27:05 ---> 63b647184f9f 22:27:05 Step 3/22 : WORKDIR /edgex-go 22:27:05 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:05 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:27:05 ---> 63b647184f9f 22:27:05 Step 3/21 : WORKDIR /edgex-go 22:27:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:27:05 22:27:05 Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 2/21 : FROM ${BUILDER_BASE} AS builder 22:27:05 22:27:05 ---> 63b647184f9f 22:27:05 ---> 63b647184f9f 22:27:05 Step 3/24 : WORKDIR /edgex-goStep 3/21 : WORKDIR /edgex-go 22:27:05 22:27:06 ---> Running in 7a1ebd24ae3f 22:27:06 ---> Running in a7edd6242806 22:27:06 ---> Running in 2805eb88a532 22:27:06 ---> Running in 859a6b046586 22:27:06 ---> Running in fee5539cde40 22:27:06 Removing intermediate container a7edd6242806 22:27:06 ---> fde99a79799e 22:27:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:06 Removing intermediate container 859a6b046586 22:27:06 ---> fad274622e8e 22:27:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:06 Removing intermediate container 2805eb88a532 22:27:06 ---> 63e0f714c8bc 22:27:06 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:06 Removing intermediate container fee5539cde40 22:27:06 ---> 14ef0f174b16 22:27:06 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:06 Removing intermediate container 7a1ebd24ae3f 22:27:06 ---> 3c231e9c4846 22:27:06 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:27:06 ---> Running in 8c72fd155907 22:27:06 ---> Running in 9a3964f46787 22:27:06 ---> Running in b85b87bb572c 22:27:06 ---> Running in 8909f9ffe720 22:27:06 ---> Running in df589650f234 22:27:09 Removing intermediate container 8c72fd155907 22:27:09 ---> e69256fbadb1 22:27:09 Step 5/22 : RUN apk add --update --no-cache make git 22:27:09 Removing intermediate container 9a3964f46787 22:27:09 ---> 8d54f5ec2a8c 22:27:09 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 22:27:09 ---> Running in 11a8e5f1d424 22:27:09 Removing intermediate container 8909f9ffe720 22:27:09 ---> b23cbf316589 22:27:09 Step 5/21 : RUN apk add --update --no-cache make git 22:27:09 Removing intermediate container df589650f234 22:27:09 ---> 46baebea149e 22:27:09 Step 5/22 : RUN apk add --update --no-cache make git 22:27:09 ---> Running in 44de1cbafb19 22:27:09 ---> Running in 0bb266621adf 22:27:09 Removing intermediate container b85b87bb572c 22:27:09 ---> e5024e322da6 22:27:09 Step 5/21 : RUN apk add --update --no-cache make git 22:27:09 ---> Running in 9c464f17f506 22:27:09 ---> Running in f917327a1a4b 22:27:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:27:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:27:11 OK: 233 MiB in 51 packages 22:27:12 OK: 233 MiB in 51 packages 22:27:12 OK: 233 MiB in 51 packages 22:27:12 OK: 233 MiB in 51 packages 22:27:12 OK: 233 MiB in 51 packages 22:27:12 Removing intermediate container 44de1cbafb19 22:27:12 ---> 7cc50a4608ea 22:27:12 Step 6/24 : COPY go.mod . 22:27:13 Removing intermediate container 9c464f17f506 22:27:13 ---> a0d0baa4c3db 22:27:13 Step 6/22 : COPY go.mod . 22:27:13 ---> ce0aca1de902 22:27:13 Step 7/24 : RUN go mod download 22:27:13 Removing intermediate container 11a8e5f1d424 22:27:13 ---> 9d4af5e7762e 22:27:13 Step 6/22 : COPY go.mod . 22:27:13 ---> Running in c56e623af9b7 22:27:13 Removing intermediate container f917327a1a4b 22:27:13 ---> a8b6201489be 22:27:13 Step 6/21 : COPY go.mod . 22:27:13 ---> c07243e923b6 22:27:13 Step 7/22 : RUN go mod download 22:27:13 Removing intermediate container 0bb266621adf 22:27:13 ---> 05792f086d5a 22:27:13 Step 6/21 : COPY go.mod . 22:27:13 ---> 2628cedd8ff7 22:27:13 Step 7/22 : RUN go mod download 22:27:14 ---> Running in a2a450a83191 22:27:14 ---> Running in 69f34be46ad9 22:27:14 ---> c427cb16e20e 22:27:14 Step 7/21 : RUN go mod download 22:27:14 ---> 554d1fcef6b3 22:27:14 Step 7/21 : RUN go mod download 22:27:14 ---> Running in efc4e9056f98 22:27:14 ---> Running in e5f8f519de2a 22:27:15 Removing intermediate container c56e623af9b7 22:27:15 ---> 67199ce29dd9 22:27:15 Step 8/24 : COPY . . 22:27:17 Removing intermediate container a2a450a83191 22:27:17 ---> 788a82d3e836 22:27:17 Step 8/22 : COPY . . 22:27:19 Removing intermediate container 69f34be46ad9 22:27:19 ---> ab057a67ba7b 22:27:19 Step 8/22 : COPY . . 22:27:19 Removing intermediate container efc4e9056f98 22:27:19 ---> ddb42141dcdc 22:27:19 Step 8/21 : COPY . . 22:27:23 Removing intermediate container e5f8f519de2a 22:27:23 ---> ef24ae021056 22:27:23 Step 8/21 : COPY . . 22:27:55 ---> 59d0fbcfda07 22:27:55 Step 9/24 : RUN make cmd/support-notifications/support-notifications 22:27:56 ---> 9ac32b78f06e 22:27:56 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 22:27:56 ---> Running in 6a5942f72ecf 22:27:56 ---> 8414ca70ddb9 22:27:56 Step 9/22 : RUN make cmd/core-command/core-command 22:27:56 ---> 7a4832ac3d12 22:27:56 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 22:27:56 ---> ad36b0dfd5a7 22:27:56 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:27:56 ---> Running in 123f17af0c3d 22:27:57 ---> Running in d11798782674 22:27:57 ---> Running in 478ffe518645 22:27:57 ---> Running in 4812625e1ac3 22:27:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:27:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:27:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:27:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 22:27:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 22:28:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:28:30 Removing intermediate container 478ffe518645 22:28:30 ---> 5a6094e5f8d0 22:28:30 22:28:30 Step 10/22 : FROM alpine:3.12 22:28:30 3.12: Pulling from library/alpine 22:28:31 Removing intermediate container 123f17af0c3d 22:28:31 ---> b0759e57cd0e 22:28:31 22:28:31 Step 10/21 : FROM scratch 22:28:31 ---> 22:28:31 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:28:33 Removing intermediate container 6a5942f72ecf 22:28:33 ---> 3a762e0c2f61 22:28:33 22:28:33 Step 10/24 : FROM scratch 22:28:33 ---> 22:28:33 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 22:28:33 ---> Running in bb3a17b8210d 22:28:33 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:28:33 Status: Downloaded newer image for alpine:3.12 22:28:33 ---> 389fef711851 22:28:33 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:28:33 ---> Running in c41b61d10302 22:28:33 Removing intermediate container d11798782674 22:28:33 ---> f05d39f28214 22:28:33 22:28:33 Step 10/22 : FROM scratch 22:28:33 ---> 22:28:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:28:33 ---> Using cache 22:28:33 ---> 06b9188ca600 22:28:33 Step 12/22 : ENV APP_PORT=48082 22:28:34 ---> Running in 3d97e288d9ff 22:28:34 Removing intermediate container bb3a17b8210d 22:28:34 ---> 06b9188ca600 22:28:34 Step 12/21 : ENV APP_PORT=48085 22:28:34 ---> Running in b5eb53c8d1c0 22:28:34 Removing intermediate container c41b61d10302 22:28:34 ---> 273a7fc31145 22:28:34 Step 12/24 : ENV APP_PORT=48060 22:28:34 ---> Running in 4e0729be4a2d 22:28:34 ---> Running in 1a2536992034 22:28:36 Removing intermediate container 4e0729be4a2d 22:28:36 ---> 8404550aae57 22:28:36 Step 13/21 : EXPOSE $APP_PORT 22:28:36 Removing intermediate container b5eb53c8d1c0 22:28:36 ---> 8ee84f28332c 22:28:36 Step 13/22 : EXPOSE $APP_PORT 22:28:36 Removing intermediate container 1a2536992034 22:28:36 ---> 4d6c50bbf604 22:28:36 Step 13/24 : EXPOSE $APP_PORT 22:28:36 ---> Running in 9a781b083c47 22:28:36 Removing intermediate container 4812625e1ac3 22:28:36 ---> 6c2ba1c057c3 22:28:36 22:28:36 Step 10/21 : FROM alpine:3.12 22:28:36 ---> 389fef711851 22:28:36 Step 11/21 : RUN apk add --update --no-cache curl 22:28:36 ---> Running in c7204feab64d 22:28:36 ---> Running in de2589cddf8a 22:28:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:36 ---> Running in 152379cc452e 22:28:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:36 Removing intermediate container 9a781b083c47 22:28:36 ---> b3fd08ec23bc 22:28:36 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:36 Removing intermediate container c7204feab64d 22:28:36 ---> 096d9b30ac4e 22:28:36 Step 14/22 : WORKDIR / 22:28:36 Removing intermediate container de2589cddf8a 22:28:36 ---> 4a918fdeecdd 22:28:36 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 22:28:36 ---> Running in 6e5be2d4baba 22:28:36 ---> 7b336d50b861 22:28:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:28:36 (1/5) Installing ca-certificates (20191127-r4) 22:28:36 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:28:36 (3/5) Installing libcurl (7.69.1-r3) 22:28:36 (4/5) Installing curl (7.69.1-r3) 22:28:36 (5/5) Installing dumb-init (1.2.2-r1) 22:28:36 Executing busybox-1.31.1-r19.trigger 22:28:37 Executing ca-certificates-20191127-r4.trigger 22:28:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:28:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:28:37 (1/4) Installing ca-certificates (20191127-r4) 22:28:37 OK: 7 MiB in 19 packages 22:28:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:28:37 (3/4) Installing libcurl (7.69.1-r3) 22:28:37 (4/4) Installing curl (7.69.1-r3) 22:28:37 Executing busybox-1.31.1-r19.trigger 22:28:37 Executing ca-certificates-20191127-r4.trigger 22:28:37 OK: 7 MiB in 18 packages 22:28:38 ---> 8dcb5f5c6c04 22:28:38 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 22:28:38 Removing intermediate container 6e5be2d4baba 22:28:38 ---> bf87ebf580ab 22:28:38 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:38 ---> 98ff7ccff90c 22:28:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:28:39 ---> a508ad8fd828 22:28:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:28:40 ---> 07cd569f5e90 22:28:40 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 22:28:40 Removing intermediate container 3d97e288d9ff 22:28:40 ---> aa1bffec5a43 22:28:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 22:28:40 Removing intermediate container 152379cc452e 22:28:40 ---> e30e346ab4d7 22:28:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:28:40 ---> 161aa799c949 22:28:40 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 22:28:40 ---> 4ae0fd898461 22:28:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:28:40 ---> Running in 3b0a58e73f1e 22:28:40 ---> Running in 4838e4211950 22:28:40 ---> Running in 22292f87b4dc 22:28:40 Removing intermediate container 3b0a58e73f1e 22:28:40 ---> 61cd2636a75a 22:28:40 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:41 ---> Running in e49eb7781d73 22:28:41 Removing intermediate container 22292f87b4dc 22:28:41 ---> 75d56bf77eed 22:28:41 Step 13/22 : WORKDIR / 22:28:41 Removing intermediate container 4838e4211950 22:28:41 ---> c333b02c9eb2 22:28:41 Step 13/21 : WORKDIR /edgex 22:28:41 ---> 5db11e9e31b1 22:28:41 Step 18/22 : ENTRYPOINT ["/core-command"] 22:28:41 ---> f559701ba690 22:28:41 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:41 ---> Running in 857d3295325c 22:28:41 ---> Running in 3f57fcd96c01 22:28:41 ---> Running in 19dceaf43c46 22:28:41 Removing intermediate container e49eb7781d73 22:28:41 ---> c0d8744b632b 22:28:41 Step 19/21 : LABEL arch=x86_64 22:28:41 ---> Running in 7f2e0c990ef7 22:28:41 ---> 33489dc0d071 22:28:41 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:28:42 Removing intermediate container 857d3295325c 22:28:42 ---> 1e929ec24424 22:28:42 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:42 Removing intermediate container 3f57fcd96c01 22:28:42 ---> 19a58143bcd9 22:28:42 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:28:42 Removing intermediate container 19dceaf43c46 22:28:42 ---> be70bdd8f7af 22:28:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:42 ---> f806dc659bad 22:28:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:28:42 Removing intermediate container 7f2e0c990ef7 22:28:42 ---> 9fe2d4902bcb 22:28:42 Step 20/21 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 22:28:42 ---> Running in cac72d0bc0fc 22:28:43 ---> Running in ce906cc70f54 22:28:43 ---> 46d898eea64a 22:28:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 22:28:43 ---> 984dfa890942 22:28:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:28:43 Removing intermediate container cac72d0bc0fc 22:28:43 ---> f220a093ea20 22:28:43 Step 20/22 : LABEL arch=x86_64 22:28:43 ---> 22ba8676edea 22:28:43 Step 20/24 : ENTRYPOINT ["/support-notifications"] 22:28:43 Removing intermediate container ce906cc70f54 22:28:43 ---> 3b8f2a6d6eb7 22:28:43 Step 21/21 : LABEL version=0.0.0 22:28:43 ---> Running in 3441642c32bf 22:28:43 ---> Running in ab873419c3e4 22:28:43 ---> Running in 8899006b8377 22:28:43 ---> c72c09b05200 22:28:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:28:43 ---> bad206366274 22:28:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 22:28:43 Removing intermediate container 3441642c32bf 22:28:43 ---> 6c21a4a6c0b6 22:28:43 Step 21/22 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 22:28:43 Removing intermediate container ab873419c3e4 22:28:43 ---> ec81b98da798 22:28:43 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:44 Removing intermediate container 8899006b8377 22:28:44 ---> 8e399b8e5115 22:28:44 22:28:44 ---> Running in 060c9dddb017 22:28:44 ---> Running in 18431a0075ac 22:28:44 ---> a6eb13d8bbfc 22:28:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 22:28:44 ---> b8cc40621911 22:28:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:28:44 Successfully built 8e399b8e5115 22:28:44 Successfully tagged docker-support-scheduler-go:latest 22:28:44 Building docker-security-secretstore-setup-go 22:28:44  Building docker-support-scheduler-go ... done  ---> Running in 12c05c2388f3 22:28:44 Removing intermediate container 060c9dddb017 22:28:44 ---> 3420a6bf40dc 22:28:44 Step 22/22 : LABEL version=0.0.0 22:28:44 Removing intermediate container 18431a0075ac 22:28:44 ---> 9cfada6330a3 22:28:44 Step 22/24 : LABEL arch=x86_64 22:28:44 ---> Running in cfda1552d4df 22:28:44 ---> Running in 82e293748762 22:28:44 ---> 27c5a3c4ddb7 22:28:44 Step 18/22 : RUN chmod +x entrypoint.sh 22:28:44 Removing intermediate container 12c05c2388f3 22:28:44 ---> 6b9f2dbf7b37 22:28:44 Step 18/21 : CMD ["--init=true"] 22:28:45 ---> Running in 5addf0815c2b 22:28:45 ---> Running in f2f251fb24dc 22:28:45 Removing intermediate container cfda1552d4df 22:28:45 ---> 03ceddfb75af 22:28:45 Step 23/24 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 22:28:45 Removing intermediate container 82e293748762 22:28:45 ---> 76b64f2ab259 22:28:45 22:28:45 ---> Running in c31dd85b4475 22:28:45 Removing intermediate container f2f251fb24dc 22:28:45 ---> f3ed631b08f9 22:28:45 Step 19/21 : LABEL arch=x86_64 22:28:45 Successfully built 76b64f2ab259 22:28:45 Successfully tagged docker-core-command-go:latest 22:28:45 Building docker-core-metadata-go 22:28:46  Building docker-core-command-go ... done  ---> Running in f2c0a63290d8 22:28:46 Removing intermediate container c31dd85b4475 22:28:46 ---> 1ad8d5d41eb9 22:28:46 Step 24/24 : LABEL version=0.0.0 22:28:46 Removing intermediate container f2c0a63290d8 22:28:46 ---> aae776223601 22:28:46 Step 20/21 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 22:28:46 ---> Running in 199f07e83805 22:28:50 ---> Running in 11a3eb34516a 22:28:50 Removing intermediate container 199f07e83805 22:28:50 ---> f3f8c6e88ebf 22:28:50 22:28:50 Removing intermediate container 11a3eb34516a 22:28:50 ---> 92051ce0bd1a 22:28:50 Step 21/21 : LABEL version=0.0.0 22:28:51 Successfully built f3f8c6e88ebf 22:28:51 Successfully tagged docker-support-notifications-go:latest 22:28:51  Building docker-support-notifications-go ... done Building docker-core-data-go 22:28:52 ---> Running in ae722e331124 22:28:52 Removing intermediate container 5addf0815c2b 22:28:52 ---> 4ce3dcb0ff80 22:28:52 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 22:28:52 ---> Running in e7c49eb8a075 22:28:52 Removing intermediate container ae722e331124 22:28:52 ---> 4c7f95b0ed7f 22:28:52 22:28:53 Removing intermediate container e7c49eb8a075 22:28:53 ---> 082fe0e79b86 22:28:53 Step 20/22 : LABEL arch=x86_64 22:28:53 Successfully built 4c7f95b0ed7f 22:28:53 Successfully tagged docker-security-proxy-setup-go:latest 22:28:53 Building docker-sys-mgmt-agent-go 22:28:53  Building docker-security-proxy-setup-go ... done  ---> Running in ad66cced042e 22:28:55 Removing intermediate container ad66cced042e 22:28:55 ---> 82c1a6a992ea 22:28:55 Step 21/22 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 22:28:55 ---> Running in 4b8fe5ae31f1 22:28:56 Removing intermediate container 4b8fe5ae31f1 22:28:56 ---> ad3bff588f25 22:28:56 Step 22/22 : LABEL version=0.0.0 22:28:57 ---> Running in 51104d45881b 22:28:58 Removing intermediate container 51104d45881b 22:28:58 ---> 5d3b495561ec 22:28:58 22:28:58 Successfully built 5d3b495561ec 22:28:58 Successfully tagged docker-security-bootstrap-redis-go:latest 22:29:09  Building docker-security-bootstrap-redis-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:29:09 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:29:09 ---> 63b647184f9f 22:29:09 Step 3/24 : WORKDIR /edgex-go 22:29:09 ---> Using cache 22:29:09 ---> 3c231e9c4846 22:29:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:09 ---> Using cache 22:29:09 ---> 46baebea149e 22:29:09 Step 5/24 : RUN apk add --update --no-cache make git 22:29:09 ---> Using cache 22:29:09 ---> a0d0baa4c3db 22:29:09 Step 6/24 : COPY go.mod . 22:29:09 ---> Using cache 22:29:09 ---> c07243e923b6 22:29:09 Step 7/24 : RUN go mod download 22:29:09 ---> Using cache 22:29:09 ---> 788a82d3e836 22:29:09 Step 8/24 : COPY . . 22:29:09 ---> Using cache 22:29:09 ---> 7a4832ac3d12 22:29:09 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:29:09 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:29:09 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:29:09 ---> 63b647184f9f 22:29:09 Step 3/22 : WORKDIR /edgex-go 22:29:09 ---> Using cache 22:29:09 ---> 3c231e9c4846 22:29:09 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:09 ---> Using cache 22:29:09 ---> 46baebea149e 22:29:09 Step 5/22 : RUN apk add --update --no-cache make git 22:29:09 ---> Using cache 22:29:09 ---> a0d0baa4c3db 22:29:09 Step 6/22 : COPY go.mod . 22:29:09 ---> Using cache 22:29:09 ---> c07243e923b6 22:29:09 Step 7/22 : RUN go mod download 22:29:09 ---> Using cache 22:29:09 ---> 788a82d3e836 22:29:09 Step 8/22 : COPY . . 22:29:09 ---> Using cache 22:29:09 ---> 7a4832ac3d12 22:29:09 Step 9/22 : RUN make cmd/core-metadata/core-metadata 22:29:09 ---> Running in eaf305e3cae6 22:29:09 ---> Running in b3e750f02fd5 22:29:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 22:29:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:29:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:29:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:29:17 ---> 63b647184f9f 22:29:17 Step 3/23 : WORKDIR /edgex-go 22:29:17 ---> Using cache 22:29:17 ---> 3c231e9c4846 22:29:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:17 ---> Using cache 22:29:17 ---> 46baebea149e 22:29:17 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:29:18 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:29:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:29:18 ---> 63b647184f9f 22:29:18 Step 3/26 : WORKDIR /edgex-go 22:29:18 ---> Using cache 22:29:18 ---> 3c231e9c4846 22:29:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:18 ---> Using cache 22:29:18 ---> 46baebea149e 22:29:18 Step 5/26 : RUN apk add --update --no-cache make bash git 22:29:19 ---> Running in 6566de4bba96 22:29:19 ---> Running in 7f81fc7f16d9 22:29:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:29:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:29:24 OK: 233 MiB in 51 packages 22:29:24 OK: 233 MiB in 51 packages 22:29:26 Removing intermediate container 6566de4bba96 22:29:26 ---> 50917e4c86f2 22:29:26 Step 6/23 : COPY go.mod . 22:29:26 Removing intermediate container 7f81fc7f16d9 22:29:26 ---> 60fe00340d50 22:29:26 Step 6/26 : COPY go.mod . 22:29:26 ---> 45f33a583317 22:29:26 Step 7/23 : RUN go mod download 22:29:26 ---> d5507c6a906b 22:29:26 Step 7/26 : RUN go mod download 22:29:26 ---> Running in 66b49b1e02ef 22:29:26 ---> Running in fd9736f17df6 22:29:30 Removing intermediate container fd9736f17df6 22:29:30 ---> 3c4c724a0982 22:29:30 Step 8/23 : COPY . . 22:29:30 Removing intermediate container 66b49b1e02ef 22:29:30 ---> 0d8de5523e37 22:29:30 Step 8/26 : COPY . . 22:29:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 22:29:49 Removing intermediate container eaf305e3cae6 22:29:49 ---> 2305423d0a4c 22:29:49 22:29:49 Step 10/24 : FROM alpine:3.12 22:29:49 ---> 389fef711851 22:29:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:29:49 ---> Using cache 22:29:49 ---> aa1bffec5a43 22:29:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:29:52 ---> Running in 417b9d540958 22:29:53 Removing intermediate container b3e750f02fd5 22:29:53 ---> 55230d250790 22:29:53 22:29:53 Step 10/22 : FROM scratch 22:29:53 ---> 22:29:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:29:55 ---> Using cache 22:29:55 ---> 06b9188ca600 22:29:55 Step 12/22 : ENV APP_PORT=48081 22:29:56 Removing intermediate container 417b9d540958 22:29:56 ---> 87d3d269e525 22:29:56 Step 13/24 : WORKDIR / 22:29:56 ---> Running in 91d7c2d173ef 22:29:57 ---> Running in dc8845810268 22:29:57 Removing intermediate container 91d7c2d173ef 22:29:57 ---> 346cfc9bd0e2 22:29:57 Step 13/22 : EXPOSE $APP_PORT 22:29:57 ---> Running in 8663a883acb0 22:29:57 ---> d47e5cb67bee 22:29:57 Step 9/23 : RUN make cmd/core-data/core-data 22:29:57 ---> 6f79eb5985c5 22:29:57 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:29:58 ---> Running in 76078ad2599f 22:29:58 Removing intermediate container dc8845810268 22:29:58 ---> 8843f3a43417 22:29:58 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:29:58 ---> Running in a230b4ecf61e 22:29:58 Removing intermediate container 8663a883acb0 22:29:58 ---> 6d52f6851219 22:29:58 Step 14/22 : WORKDIR / 22:29:58 ---> Running in 0fa7fea7d1f4 22:29:58 ---> 7a3451f2c2ca 22:29:58 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:29:58 Removing intermediate container 0fa7fea7d1f4 22:29:58 ---> 107d7ea13cbb 22:29:58 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:29:59 ---> 09c15755d2da 22:29:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:29:59 ---> e1e024bb8a92 22:29:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:29:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 22:29:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 22:29:59 ---> 8bbfacee2c03 22:29:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:30:00 ---> 9b0370150de7 22:30:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:30:00 ---> 68a59cbb9bd0 22:30:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:30:00 ---> 9fa2d10fd21d 22:30:00 Step 18/22 : ENTRYPOINT ["/core-metadata"] 22:30:00 ---> Running in 9decf03ad725 22:30:01 Removing intermediate container 9decf03ad725 22:30:01 ---> 92318e8e0eb0 22:30:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:01 ---> Running in 71064ee66ada 22:30:01 ---> ecfdc74baa1e 22:30:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:30:02 Removing intermediate container 71064ee66ada 22:30:02 ---> 5fc48217e19f 22:30:02 Step 20/22 : LABEL arch=x86_64 22:30:02 ---> Running in e6dade0edcf5 22:30:02 ---> 723a85102669 22:30:02 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:30:02 ---> Running in 7d04814822b9 22:30:02 Removing intermediate container e6dade0edcf5 22:30:02 ---> fa29acdec080 22:30:02 Step 21/22 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 22:30:02 ---> Running in 73efa9ada0ea 22:30:03 Removing intermediate container 73efa9ada0ea 22:30:03 ---> 697edd206cbe 22:30:03 Step 22/22 : LABEL version=0.0.0 22:30:03 ---> Running in 565bafcf028d 22:30:03 Removing intermediate container 565bafcf028d 22:30:03 ---> d6e057f192e0 22:30:03 22:30:04 Successfully built d6e057f192e0 22:30:05 Successfully tagged docker-core-metadata-go:latest 22:30:06  Building docker-core-metadata-go ... done Removing intermediate container 7d04814822b9 22:30:06 ---> 7a6dd9cb6cf0 22:30:06 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:30:06 ---> Running in ef77223d8049 22:30:06 Removing intermediate container ef77223d8049 22:30:06 ---> 94e033387430 22:30:06 Step 22/24 : LABEL arch=x86_64 22:30:06 ---> Running in 741e97b285af 22:30:06 Removing intermediate container 741e97b285af 22:30:06 ---> a4e6a9643577 22:30:06 Step 23/24 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 22:30:06 ---> Running in c50367943a00 22:30:07 Removing intermediate container c50367943a00 22:30:07 ---> 23f2ebc16af8 22:30:07 Step 24/24 : LABEL version=0.0.0 22:30:07 ---> Running in 517de35ab991 22:30:08 Removing intermediate container 517de35ab991 22:30:08 ---> 17aa2efe402c 22:30:08 22:30:08 Successfully built 17aa2efe402c 22:30:08 Successfully tagged docker-security-secretstore-setup-go:latest 22:30:23  Building docker-security-secretstore-setup-go ... done Removing intermediate container a230b4ecf61e 22:30:23 ---> 42785ed00a27 22:30:23 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:30:23 ---> Running in eabf9bb7eeb0 22:30:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 22:30:24 Removing intermediate container 76078ad2599f 22:30:24 ---> d709dd991c25 22:30:24 22:30:24 Step 10/23 : FROM alpine:3.12 22:30:24 ---> 389fef711851 22:30:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:30:24 ---> Running in 4e5899369c62 22:30:24 Removing intermediate container eabf9bb7eeb0 22:30:24 ---> 4dddcadada5e 22:30:24 22:30:24 Step 11/26 : FROM docker:20.10.0 22:30:24 Removing intermediate container 4e5899369c62 22:30:24 ---> e841be35f52b 22:30:24 Step 12/23 : ENV APP_PORT=48080 22:30:24 20.10.0: Pulling from library/docker 22:30:25 ---> Running in 56a2607e50a0 22:30:25 Removing intermediate container 56a2607e50a0 22:30:25 ---> 59349bd177e0 22:30:25 Step 13/23 : EXPOSE $APP_PORT 22:30:25 ---> Running in b29983fd1ef6 22:30:26 Removing intermediate container b29983fd1ef6 22:30:26 ---> 01914e9f8258 22:30:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:30:26 ---> Running in 17701a024b33 22:30:27 Removing intermediate container 17701a024b33 22:30:27 ---> 3e18d41e1e20 22:30:27 Step 15/23 : RUN apk add --update --no-cache zeromq 22:30:27 ---> Running in fc30629c1bab 22:30:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:30:30 Status: Downloaded newer image for docker:20.10.0 22:30:30 ---> aefe523efa57 22:30:30 Step 12/26 : RUN apk add --no-cache bash 22:30:31 ---> Running in 610a5c4f0844 22:30:31 (1/5) Installing libgcc (9.3.0-r2) 22:30:31 (2/5) Installing libsodium (1.0.18-r0) 22:30:31 (3/5) Installing libstdc++ (9.3.0-r2) 22:30:31 (4/5) Installing libzmq (4.3.3-r0) 22:30:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:32 (5/5) Installing zeromq (4.3.3-r0) 22:30:32 Executing busybox-1.31.1-r19.trigger 22:30:32 OK: 8 MiB in 19 packages 22:30:32 (1/2) Installing readline (8.0.4-r0) 22:30:32 (2/2) Installing bash (5.0.17-r0) 22:30:32 Executing bash-5.0.17-r0.post-install 22:30:32 Executing busybox-1.31.1-r19.trigger 22:30:32 OK: 12 MiB in 22 packages 22:30:33 Removing intermediate container fc30629c1bab 22:30:33 ---> 90114d37c3ac 22:30:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:33 Removing intermediate container 610a5c4f0844 22:30:33 ---> 3902b46dc6c9 22:30:33 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:30:33 ---> Running in 3879ff3862ec 22:30:33 ---> 42fd32c83af3 22:30:33 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:30:33 Removing intermediate container 3879ff3862ec 22:30:33 ---> 7900fe842604 22:30:33 Step 14/26 : ENV APP_PORT=48090 22:30:33 ---> Running in 1bb4779515ac 22:30:33 Removing intermediate container 1bb4779515ac 22:30:33 ---> 62c913d12d9c 22:30:33 Step 15/26 : EXPOSE $APP_PORT 22:30:33 ---> Running in 5b6a70aed402 22:30:33 ---> 17eb6017aa11 22:30:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:30:33 Removing intermediate container 5b6a70aed402 22:30:33 ---> 012a52d6588c 22:30:33 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:30:34 ---> 88fe4fa8dd8b 22:30:34 Step 19/23 : ENTRYPOINT ["/core-data"] 22:30:34 ---> Running in 8d3ff285946f 22:30:34 ---> 1c890161aeda 22:30:34 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:30:34 Removing intermediate container 8d3ff285946f 22:30:34 ---> eedabf2871a9 22:30:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:30:34 ---> Running in 25f208ee0889 22:30:34 ---> d6007b9a5d05 22:30:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:30:34 Removing intermediate container 25f208ee0889 22:30:34 ---> 9d6a38f65b78 22:30:34 Step 21/23 : LABEL arch=x86_64 22:30:34 ---> Running in e6a70d83567e 22:30:34 Removing intermediate container e6a70d83567e 22:30:34 ---> 85810eb3aac6 22:30:34 Step 22/23 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 22:30:34 ---> 485fbeb73e13 22:30:34 Step 19/26 : RUN apk --no-cache add py3-pip 22:30:34 ---> Running in 5d69f838e685 22:30:34 ---> Running in 4a0e8a2ca34f 22:30:35 Removing intermediate container 5d69f838e685 22:30:35 ---> 3cebac073bc1 22:30:35 Step 23/23 : LABEL version=0.0.0 22:30:35 ---> Running in 9f40836dc4a4 22:30:36 Removing intermediate container 9f40836dc4a4 22:30:36 ---> 929598caa827 22:30:36 22:30:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:30:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:30:36 Successfully built 929598caa827 22:30:36 Successfully tagged docker-core-data-go:latest 22:30:36  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) 22:30:36 (2/33) Installing expat (2.2.9-r1) 22:30:36 (3/33) Installing libffi (3.3-r2) 22:30:36 (4/33) Installing gdbm (1.13-r1) 22:30:36 (5/33) Installing xz-libs (5.2.5-r0) 22:30:36 (6/33) Installing sqlite-libs (3.32.1-r0) 22:30:36 (7/33) Installing python3 (3.8.5-r0) 22:30:38 (8/33) Installing py3-appdirs (1.4.4-r1) 22:30:38 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:30:38 (10/33) Installing py3-parsing (2.4.7-r0) 22:30:38 (11/33) Installing py3-six (1.15.0-r0) 22:30:38 (12/33) Installing py3-packaging (20.4-r0) 22:30:38 (13/33) Installing py3-setuptools (47.0.0-r0) 22:30:38 (14/33) Installing py3-chardet (3.0.4-r4) 22:30:38 (15/33) Installing py3-idna (2.9-r0) 22:30:38 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:30:38 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:30:38 (18/33) Installing py3-requests (2.23.0-r0) 22:30:38 (19/33) Installing py3-msgpack (1.0.0-r0) 22:30:38 (20/33) Installing py3-lockfile (0.12.2-r3) 22:30:38 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:30:38 (22/33) Installing py3-colorama (0.4.3-r0) 22:30:38 (23/33) Installing py3-distlib (0.3.0-r0) 22:30:38 (24/33) Installing py3-distro (1.5.0-r1) 22:30:38 (25/33) Installing py3-webencodings (0.5.1-r3) 22:30:38 (26/33) Installing py3-html5lib (1.0.1-r4) 22:30:38 (27/33) Installing py3-pytoml (0.1.21-r0) 22:30:38 (28/33) Installing py3-pep517 (0.8.2-r0) 22:30:38 (29/33) Installing py3-progress (1.5-r0) 22:30:38 (30/33) Installing py3-toml (0.10.1-r0) 22:30:38 (31/33) Installing py3-retrying (1.3.3-r0) 22:30:38 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:30:38 (33/33) Installing py3-pip (20.1.1-r0) 22:30:38 Executing busybox-1.31.1-r19.trigger 22:30:38 OK: 71 MiB in 55 packages 22:30:48 Removing intermediate container 4a0e8a2ca34f 22:30:48 ---> 00404d27d866 22:30:48 Step 20/26 : RUN pip install docker-compose==1.23.2 22:30:48 ---> Running in 80c43fc4a87b 22:30:49 Collecting docker-compose==1.23.2 22:30:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:30:49 Collecting websocket-client<1.0,>=0.32.0 22:30:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:30:49 Collecting PyYAML<4,>=3.10 22:30:49 Downloading PyYAML-3.13.tar.gz (270 kB) 22:30:50 Collecting docker<4.0,>=3.6.0 22:30:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:30:50 Collecting dockerpty<0.5,>=0.4.1 22:30:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:30:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:30:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:30:51 Collecting cached-property<2,>=1.2.0 22:30:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:30:51 Collecting docopt<0.7,>=0.6.1 22:30:51 Downloading docopt-0.6.2.tar.gz (25 kB) 22:30:52 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:30:52 Collecting texttable<0.10,>=0.9.0 22:30:52 Downloading texttable-0.9.1.tar.gz (11 kB) 22:30:53 Collecting jsonschema<3,>=2.5.1 22:30:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:30:53 Collecting docker-pycreds>=0.4.0 22:30:53 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:30:53 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 22:30:53 Collecting urllib3<1.25,>=1.21.1 22:30:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:30:53 Collecting idna<2.8,>=2.5 22:30:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:30:53 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 22:30:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:30:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:30:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:30:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:30:53 Installing collected packages: websocket-client, PyYAML, docker-pycreds, urllib3, idna, requests, docker, dockerpty, cached-property, docopt, texttable, jsonschema, docker-compose 22:30:53 Running setup.py install for PyYAML: started 22:30:54 Running setup.py install for PyYAML: finished with status 'done' 22:30:54 Attempting uninstall: urllib3 22:30:54 Found existing installation: urllib3 1.25.9 22:30:54 Uninstalling urllib3-1.25.9: 22:30:54 Successfully uninstalled urllib3-1.25.9 22:30:54 Attempting uninstall: idna 22:30:54 Found existing installation: idna 2.9 22:30:54 Uninstalling idna-2.9: 22:30:54 Successfully uninstalled idna-2.9 22:30:54 Attempting uninstall: requests 22:30:54 Found existing installation: requests 2.23.0 22:30:54 Uninstalling requests-2.23.0: 22:30:54 Successfully uninstalled requests-2.23.0 22:30:55 Running setup.py install for dockerpty: started 22:30:55 Running setup.py install for dockerpty: finished with status 'done' 22:30:56 Running setup.py install for docopt: started 22:30:56 Running setup.py install for docopt: finished with status 'done' 22:30:56 Running setup.py install for texttable: started 22:30:57 Running setup.py install for texttable: finished with status 'done' 22:30:57 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 22:31:00 Removing intermediate container 80c43fc4a87b 22:31:00 ---> 9e8f3ef03e3b 22:31:00 Step 21/26 : RUN apk --no-cache add curl 22:31:00 ---> Running in 0aae4efb6206 22:31:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:31:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:31:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:31:01 (2/3) Installing libcurl (7.69.1-r3) 22:31:01 (3/3) Installing curl (7.69.1-r3) 22:31:01 Executing busybox-1.31.1-r19.trigger 22:31:01 OK: 72 MiB in 58 packages 22:31:02 Removing intermediate container 0aae4efb6206 22:31:02 ---> 51f384ddd94f 22:31:02 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:31:02 ---> Running in f8ef3a929e56 22:31:02 Removing intermediate container f8ef3a929e56 22:31:02 ---> b57d80e3bb84 22:31:02 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:02 ---> Running in fd2042e305dd 22:31:02 Removing intermediate container fd2042e305dd 22:31:02 ---> fbaab9db73e5 22:31:02 Step 24/26 : LABEL arch=x86_64 22:31:02 ---> Running in 2cfe8d34c4d8 22:31:03 Removing intermediate container 2cfe8d34c4d8 22:31:03 ---> 552539e7b2e2 22:31:03 Step 25/26 : LABEL git_sha=59d62144cbd3eb429ec3ac1bc43b76040f3aaf29 22:31:03 ---> Running in cccf17b44bee 22:31:03 Removing intermediate container cccf17b44bee 22:31:03 ---> 300367da4a22 22:31:03 Step 26/26 : LABEL version=0.0.0 22:31:03 ---> Running in 6ff7b658d4ec 22:31:03 Removing intermediate container 6ff7b658d4ec 22:31:03 ---> 072d7d1d704a 22:31:03 22:31:03 Successfully built 072d7d1d704a 22:31:03 Successfully tagged docker-sys-mgmt-agent-go:latest 22:31:04  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:31:04 $ docker stop --time=1 985d92db8de154070c1ffb0234684cd91ccaef894fef22ce4fef0e76e11d33f5 22:31:06 $ docker rm -f 985d92db8de154070c1ffb0234684cd91ccaef894fef22ce4fef0e76e11d33f5 [Pipeline] // withDockerContainer [Pipeline] sh 22:31:07 + docker images 22:31:07 + grep docker 22:31:07 docker-sys-mgmt-agent-go latest 072d7d1d704a 4 seconds ago 313MB 22:31:07 docker-core-data-go latest 929598caa827 31 seconds ago 22.3MB 22:31:07 docker-security-secretstore-setup-go latest 17aa2efe402c 59 seconds ago 24.6MB 22:31:07 docker-core-metadata-go latest d6e057f192e0 About a minute ago 13.1MB 22:31:07 docker-security-bootstrap-redis-go latest 5d3b495561ec 2 minutes ago 15.8MB 22:31:07 docker-security-proxy-setup-go latest 4c7f95b0ed7f 2 minutes ago 24.5MB 22:31:07 docker-support-notifications-go latest f3f8c6e88ebf 2 minutes ago 12MB 22:31:07 docker-core-command-go latest 76b64f2ab259 2 minutes ago 10.6MB 22:31:07 docker-support-scheduler-go latest 8e399b8e5115 2 minutes ago 10.7MB 22:31:07 docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 22:31:23 Still waiting to schedule task 22:31:23 ‘prd-ubuntu18.04-docker-8c-8g-19840’ is offline 22:32:10 Running on prd-ubuntu18.04-docker-8c-8g-19847 in /w/workspace/edgexfoundry_edgex-go_PR-2999 [Pipeline] { [Pipeline] ws 22:32:10 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [Pipeline] libraryResource [Pipeline] sh 22:32:11 + echo snap-build.sh 22:32:11 snap-build.sh 22:32:11 + SNAP_BASE_DIR=. 22:32:11 + '[' '!' -z /w/workspace/edgex-go/8 ']' 22:32:11 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 22:32:11 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 22:32:11 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 22:32:11 + cd /w/workspace/edgex-go/8 22:32:11 + sudo apt-get remove -qy --purge lxd lxd-client 22:32:11 Reading package lists... 22:32:11 Building dependency tree... 22:32:11 Reading state information... 22:32:12 The following packages were automatically installed and are no longer required: 22:32:12 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 22:32:12 uidmap xdelta3 22:32:12 Use 'sudo apt autoremove' to remove them. 22:32:12 The following packages will be REMOVED: 22:32:12 lxd* lxd-client* 22:32:12 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 22:32:12 After this operation, 31.7 MB disk space will be freed. 22:32:13 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 22:32:13 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 22:32:14 Removing lxd dnsmasq configuration 22:32:14 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 22:32:14 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 22:32:15 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 22:32:15 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 22:32:15 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 22:32:16 Processing triggers for systemd (237-3ubuntu10.42) ... 22:32:16 Processing triggers for ureadahead (0.100.0-21) ... 22:32:18 + sudo snap remove --purge lxd 22:32:18 snap "lxd" is not installed 22:32:18 + sudo groupadd --force --system lxd 22:32:18 ++ whoami 22:32:18 + sudo /usr/sbin/usermod -G lxd -a jenkins 22:32:18 + newgrp - lxd 22:32:18 + sudo snap install lxd 22:32:28 2021-01-12T22:32:25Z INFO Waiting for automatic snapd restart... 22:32:40 lxd 4.10 from Canonical* installed 22:32:40 + sudo lxd init --auto 22:32:48 + sudo snap install --classic snapcraft 22:32:53 snapcraft 4.4.4 from Canonical* installed 22:32:53 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 22:32:53 + sudo snapcraft prime --use-lxd 22:32:54 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 22:32:54 Could not find snap/snapcraft.yaml. Are you sure you are in the right directory? 22:32:54 To start a new project, use `snapcraft init` [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:32:55 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 22:32:57 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:32:58 ---> package-listing.sh 22:32:58 ++ facter osfamily 22:32:58 ++ tr '[:upper:]' '[:lower:]' 22:32:58 + OS_FAMILY=redhat 22:32:58 + workspace=/w/workspace/edgex-go/8 22:32:58 + START_PACKAGES=/tmp/packages_start.txt 22:32:58 + END_PACKAGES=/tmp/packages_end.txt 22:32:58 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:32:58 + PACKAGES=/tmp/packages_start.txt 22:32:58 + '[' /w/workspace/edgex-go/8 ']' 22:32:58 + PACKAGES=/tmp/packages_end.txt 22:32:58 + case "${OS_FAMILY}" in 22:32:58 + rpm -qa 22:32:58 + sort 22:33:04 + '[' -f /tmp/packages_start.txt ']' 22:33:04 + '[' -f /tmp/packages_end.txt ']' 22:33:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:33:04 + '[' /w/workspace/edgex-go/8 ']' 22:33:04 + mkdir -p /w/workspace/edgex-go/8/archives/ 22:33:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 22:33:04 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/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:33:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:33:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:04 22:33:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:33:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:05 alpine: Pulling from edgex-lftools-log-publisher 22:33:05 df20fa9351a1: Pulling fs layer 22:33:05 36b3adc4ff6f: Pulling fs layer 22:33:05 8ad3a11d3b57: Pulling fs layer 22:33:05 46f8f816bc3b: Pulling fs layer 22:33:05 93b61091891f: Pulling fs layer 22:33:05 93b9cdb0e59b: Pulling fs layer 22:33:05 5e14af77c1be: Pulling fs layer 22:33:05 01666e4c0597: Pulling fs layer 22:33:05 aa168da1d23b: Pulling fs layer 22:33:05 93b9cdb0e59b: Waiting 22:33:05 5e14af77c1be: Waiting 22:33:05 01666e4c0597: Waiting 22:33:05 46f8f816bc3b: Waiting 22:33:05 93b61091891f: Waiting 22:33:05 aa168da1d23b: Waiting 22:33:05 36b3adc4ff6f: Verifying Checksum 22:33:05 36b3adc4ff6f: Download complete 22:33:05 46f8f816bc3b: Verifying Checksum 22:33:05 46f8f816bc3b: Download complete 22:33:06 df20fa9351a1: Verifying Checksum 22:33:06 df20fa9351a1: Download complete 22:33:06 93b9cdb0e59b: Download complete 22:33:06 5e14af77c1be: Verifying Checksum 22:33:06 5e14af77c1be: Download complete 22:33:06 93b61091891f: Verifying Checksum 22:33:06 93b61091891f: Download complete 22:33:06 01666e4c0597: Verifying Checksum 22:33:06 01666e4c0597: Download complete 22:33:06 df20fa9351a1: Pull complete 22:33:06 36b3adc4ff6f: Pull complete 22:33:07 8ad3a11d3b57: Verifying Checksum 22:33:07 8ad3a11d3b57: Download complete 22:33:08 8ad3a11d3b57: Pull complete 22:33:08 46f8f816bc3b: Pull complete 22:33:08 93b61091891f: Pull complete 22:33:08 93b9cdb0e59b: Pull complete 22:33:08 5e14af77c1be: Pull complete 22:33:09 01666e4c0597: Pull complete 22:33:11 aa168da1d23b: Verifying Checksum 22:33:11 aa168da1d23b: Download complete 22:33:19 aa168da1d23b: Pull complete 22:33:19 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:33:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:33:19 prd-centos7-docker-4c-2g-19837 does not seem to be running inside a container 22:33:19 $ 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/edgex-go/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:33:24 $ docker top ed61fd95694282bde0bee76e0645154a6ccb32edc81cf375bdc8f63949e0bdcf -eo pid,comm [Pipeline] { [Pipeline] sh 22:33:25 + touch /tmp/pre-build-complete [Pipeline] sh 22:33:25 + mkdir -p /var/log/sa [Pipeline] sh 22:33:25 + ls /var/log/sa-host 22:33:25 + sadf -c /var/log/sa-host/sa12 22:33:25 file_magic: OK 22:33:25 HZ: Using current value: 100 22:33:25 file_header: OK 22:33:25 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 22:33:25 Statistics: 22:33:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:33:25 File successfully converted to sysstat format version 12.2.1 22:33:25 + sadf -c /var/log/sa-host/sa23 22:33:25 file_magic: OK 22:33:25 HZ: Using current value: 100 22:33:25 file_header: OK 22:33:25 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 22:33:25 Statistics: 22:33:25 Hnuu...uuuununununu... 22:33:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:33:26 provisioning config files... 22:33:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config1804890202489130791tmp [Pipeline] { [Pipeline] echo 22:33:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:33:26 ---> create-netrc.sh [Pipeline] } 22:33:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:33:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:33:27 ---> python-tools-install.sh [Pipeline] echo 22:33:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:33:27 ---> sudo-logs.sh 22:33:27 Archiving 'sudo' log.. [Pipeline] echo 22:33:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:33:27 ---> job-cost.sh 22:33:27 lf-activate-venv: SKIPPING 22:33:27 INFO: No Stack... 22:33:28 INFO: Retrieving Pricing Info for: v1-standard-2 22:33:28 INFO: Archiving Costs [Pipeline] echo 22:33:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:33:29 ---> logs-deploy.sh 22:33:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2999/8 22:33:29 INFO: archiving workspace using pattern(s): 22:33:31 Archives upload complete. 22:33:31 INFO: archiving logs to Nexus