Pull request #3030 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at c7b5d06303d1c1949c9ce5e99765f1d861064f89 rather than a10a5d32a7d6f8f3997973d513a76f3af5255545 Obtained Jenkinsfile from c7b5d06303d1c1949c9ce5e99765f1d861064f89 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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-22245 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/16 [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/16 # 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 c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit a10a5d32a7d6f8f3997973d513a76f3af5255545 > 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a10a5d32a7d6f8f3997973d513a76f3af5255545 # 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 c7b5d06303d1c1949c9ce5e99765f1d861064f89 # timeout=10 Merge succeeded, producing 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 Checking out Revision 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 (PR-3030) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 # timeout=10 Commit message: "Merge commit 'c7b5d06303d1c1949c9ce5e99765f1d861064f89' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:43:37 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:43:37 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW > git rev-list --no-walk ab971426e09d93a2aadc827a1dc66e9768f776ec # timeout=10 [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:43:37 ========================================================= 08:43:37 EdgeX Global Pipelines Version Info 08:43:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:43:39 ------------------- 08:43:39 stable info: 08:43:39 ------------------- 08:43:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:43:39 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:43:39 Message: update stable to v1.0.179 08:43:40 ------------------- 08:43:40 experimental info: 08:43:40 ------------------- 08:43:40 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:43:40 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:43:40 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:43:40 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:43:40 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:43:40 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:43:41 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:43:41 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:43:41 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:43:41 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:43:42 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:43:42 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:43:42 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:43:42 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:43:42 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:43:42 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:43:42 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:43:42 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:43:42 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:43:42 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:43:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo 08:43:43 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo 08:43:43 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo 08:43:43 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2710ae1c80a9ba244e2d72d5135cd67ed525ec69 [Pipeline] echo 08:43:43 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2710ae1 [Pipeline] echo 08:43:43 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:43:43 provisioning config files... 08:43:43 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/16@tmp/config9053188205963737254tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:43:44 ---> docker-login.sh 08:43:44 nexus3.edgexfoundry.org:10001 08:43:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:43:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:43:44 Configure a credential helper to remove this warning. See 08:43:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:43:44 08:43:44 Login Succeeded 08:43:44 nexus3.edgexfoundry.org:10002 08:43:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:43:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:43:44 Configure a credential helper to remove this warning. See 08:43:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:43:44 08:43:44 Login Succeeded 08:43:44 nexus3.edgexfoundry.org:10003 08:43:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:43:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:43:44 Configure a credential helper to remove this warning. See 08:43:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:43:44 08:43:44 Login Succeeded 08:43:44 nexus3.edgexfoundry.org:10004 08:43:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:43:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:43:45 Configure a credential helper to remove this warning. See 08:43:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:43:45 08:43:45 Login Succeeded 08:43:45 docker.io 08:43:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:43:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:43:45 Configure a credential helper to remove this warning. See 08:43:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:43:45 08:43:45 Login Succeeded 08:43:45 ---> docker-login.sh ends [Pipeline] } 08:43:45 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:43:45 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 08:43:45 + for file in '`ls cmd/**/Dockerfile`' 08:43:45 ++ dirname cmd/core-command/Dockerfile 08:43:45 ++ cut -d/ -f2 08:43:45 + echo core-command,cmd/core-command/Dockerfile 08:43:45 + for file in '`ls cmd/**/Dockerfile`' 08:43:45 ++ dirname cmd/core-data/Dockerfile 08:43:45 ++ cut -d/ -f2 08:43:45 + echo core-data,cmd/core-data/Dockerfile 08:43:45 + for file in '`ls cmd/**/Dockerfile`' 08:43:45 ++ dirname cmd/core-metadata/Dockerfile 08:43:45 ++ cut -d/ -f2 08:43:45 + echo core-metadata,cmd/core-metadata/Dockerfile 08:43:45 + for file in '`ls cmd/**/Dockerfile`' 08:43:45 ++ dirname cmd/security-bootstrapper/Dockerfile 08:43:45 ++ cut -d/ -f2 08:43:45 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:43:45 + for file in '`ls cmd/**/Dockerfile`' 08:43:45 ++ dirname cmd/security-proxy-setup/Dockerfile 08:43:45 ++ cut -d/ -f2 08:43:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:43:45 + for file in '`ls cmd/**/Dockerfile`' 08:43:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:43:45 ++ cut -d/ -f2 08:43:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:43:45 + for file in '`ls cmd/**/Dockerfile`' 08:43:45 ++ dirname cmd/support-notifications/Dockerfile 08:43:45 ++ cut -d/ -f2 08:43:45 + echo support-notifications,cmd/support-notifications/Dockerfile 08:43:45 + for file in '`ls cmd/**/Dockerfile`' 08:43:45 ++ dirname cmd/support-scheduler/Dockerfile 08:43:45 ++ cut -d/ -f2 08:43:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:43:45 + for file in '`ls cmd/**/Dockerfile`' 08:43:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:43:45 ++ cut -d/ -f2 08:43:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:43:45 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/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 08:43:47 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:43:47 08:43:47 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:43:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:43:47 latest: Pulling from edgex-devops/git-semver 08:43:47 31603596830f: Pulling fs layer 08:43:47 2a8b12db71e7: Pulling fs layer 08:43:47 6ca5941a6612: Pulling fs layer 08:43:47 ecc8261a40a4: Pulling fs layer 08:43:47 ecc8261a40a4: Waiting 08:43:47 2a8b12db71e7: Verifying Checksum 08:43:47 2a8b12db71e7: Download complete 08:43:47 31603596830f: Verifying Checksum 08:43:47 31603596830f: Download complete 08:43:48 ecc8261a40a4: Verifying Checksum 08:43:48 ecc8261a40a4: Download complete 08:43:48 6ca5941a6612: Verifying Checksum 08:43:48 6ca5941a6612: Download complete 08:43:48 31603596830f: Pull complete 08:43:48 2a8b12db71e7: Pull complete 08:43:49 6ca5941a6612: Pull complete 08:43:49 ecc8261a40a4: Pull complete 08:43:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:43:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:43:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:43:49 prd-centos7-docker-4c-2g-22245 does not seem to be running inside a container 08:43:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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:10004/edgex-devops/git-semver:latest cat 08:43:52 $ docker top 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:43:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:43:53 [ssh-agent] Looking for ssh-agent implementation... 08:43:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:43:53 $ docker exec 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab ssh-agent 08:43:53 SSH_AUTH_SOCK=/tmp/ssh-ISTzAO8l1I5n/agent.11 08:43:53 SSH_AGENT_PID=16 08:43:53 Running ssh-add (command line suppressed) 08:43:53 Identity added: /w/workspace/edgex-go/16@tmp/private_key_5883827616336312633.key (/w/workspace/edgex-go/16@tmp/private_key_5883827616336312633.key) 08:43:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:43:54 + git tag --points-at HEAD [Pipeline] } 08:43:54 $ docker exec --env ******** --env ******** 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab ssh-agent -k 08:43:54 unset SSH_AUTH_SOCK; 08:43:54 unset SSH_AGENT_PID; 08:43:54 echo Agent pid 16 killed; 08:43:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:43:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:43:54 [ssh-agent] Looking for ssh-agent implementation... 08:43:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:43:54 $ docker exec 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab ssh-agent 08:43:54 SSH_AUTH_SOCK=/tmp/ssh-5EDiknMEnAJP/agent.44 08:43:54 SSH_AGENT_PID=49 08:43:54 Running ssh-add (command line suppressed) 08:43:54 Identity added: /w/workspace/edgex-go/16@tmp/private_key_9166377910824950624.key (/w/workspace/edgex-go/16@tmp/private_key_9166377910824950624.key) 08:43:54 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:43:55 + git semver init 08:43:55 # -> Open(): unable to determine branch for HEAD 08:43:55 # $GIT_DIR = /w/workspace/edgex-go/16/.git 08:43:55 # $GIT_WORK_TREE = /w/workspace/edgex-go/16 08:43:55 # $SEMVER_REMOTE_NAME = origin 08:43:55 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:43:55 # $SEMVER_USER_NAME = edgex-jenkins 08:43:55 # $SEMVER_BRANCH = PR-3030 08:43:55 # $SEMVER_TEMP = /tmp/semver-951541087 08:43:55 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:44:13 # '/tmp/semver-951541087' -> '/w/workspace/edgex-go/16/.semver' 08:44:13 # -> Force: false 08:44:13 # $SEMVER_DIR = /w/workspace/edgex-go/16/.semver [Pipeline] } 08:44:13 $ docker exec --env ******** --env ******** 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab ssh-agent -k 08:44:13 unset SSH_AUTH_SOCK; 08:44:13 unset SSH_AGENT_PID; 08:44:13 echo Agent pid 49 killed; 08:44:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:44:14 + git semver [Pipeline] } 08:44:14 $ docker stop --time=1 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab 08:44:15 $ docker rm -f 6a3e7e0620a2f293ae7cf0c17c1eab26fbfd0de2f5ae1f59e0edd031260fa2ab [Pipeline] // withDockerContainer [Pipeline] sh 08:44:16 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:44:16 Stashed 1 file(s) [Pipeline] echo 08:44:16 [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 08:44:17 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:44:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:44:18 + sudo service docker restart 08:44:18 + true 08:44:18 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:44:18 ========================================================= 08:44:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:44:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:44:19 + 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 . 08:44:22 Sending build context to Docker daemon 327.1MB 08:44:22 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:44:22 Step 2/6 : FROM ${BASE} 08:44:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:44:22 188c0c94c7c5: Pulling fs layer 08:44:22 0ef7d3d256c8: Pulling fs layer 08:44:22 de9db76c5a1d: Pulling fs layer 08:44:22 bca2f99d35d6: Pulling fs layer 08:44:22 93359f2a8cfa: Pulling fs layer 08:44:22 7c6f9722023f: Pulling fs layer 08:44:22 a35cf1a2eb13: Pulling fs layer 08:44:22 93359f2a8cfa: Waiting 08:44:22 7c6f9722023f: Waiting 08:44:22 a35cf1a2eb13: Waiting 08:44:22 bca2f99d35d6: Waiting 08:44:22 de9db76c5a1d: Verifying Checksum 08:44:22 de9db76c5a1d: Download complete 08:44:22 0ef7d3d256c8: Verifying Checksum 08:44:22 0ef7d3d256c8: Download complete 08:44:22 93359f2a8cfa: Verifying Checksum 08:44:22 93359f2a8cfa: Download complete 08:44:22 7c6f9722023f: Download complete 08:44:22 188c0c94c7c5: Verifying Checksum 08:44:22 188c0c94c7c5: Download complete 08:44:23 188c0c94c7c5: Pull complete 08:44:23 0ef7d3d256c8: Pull complete 08:44:23 de9db76c5a1d: Pull complete 08:44:24 a35cf1a2eb13: Verifying Checksum 08:44:24 a35cf1a2eb13: Download complete 08:44:25 bca2f99d35d6: Verifying Checksum 08:44:25 bca2f99d35d6: Download complete 08:44:30 bca2f99d35d6: Pull complete 08:44:30 93359f2a8cfa: Pull complete 08:44:30 7c6f9722023f: Pull complete 08:44:32 Still waiting to schedule task 08:44:32 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 08:44:34 a35cf1a2eb13: Pull complete 08:44:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:44:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:44:34 ---> a62c8e92a672 08:44:34 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 08:44:34 ---> Running in 4305823ac3b2 08:44:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:44:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:44:36 (1/12) Installing libmagic (5.38-r0) 08:44:36 (2/12) Installing file (5.38-r0) 08:44:36 (3/12) Installing libc-dev (0.7.2-r3) 08:44:36 (4/12) Installing g++ (9.3.0-r2) 08:44:40 (5/12) Installing fortify-headers (1.1-r0) 08:44:40 (6/12) Installing patch (2.7.6-r6) 08:44:40 (7/12) Installing build-base (0.5-r2) 08:44:40 (8/12) Installing libsodium (1.0.18-r0) 08:44:40 (9/12) Installing pkgconf (1.7.2-r0) 08:44:40 (10/12) Installing libsodium-dev (1.0.18-r0) 08:44:40 (11/12) Installing libzmq (4.3.3-r0) 08:44:40 (12/12) Installing zeromq-dev (4.3.3-r0) 08:44:40 Executing busybox-1.31.1-r19.trigger 08:44:40 OK: 233 MiB in 51 packages 08:44:45 Removing intermediate container 4305823ac3b2 08:44:45 ---> 0968484ee5ec 08:44:45 Step 4/6 : WORKDIR /edgex-go 08:44:45 ---> Running in e5792e50fa43 08:44:45 Removing intermediate container e5792e50fa43 08:44:45 ---> 497e88f418c5 08:44:45 Step 5/6 : COPY go.mod . 08:44:45 ---> 5ebfdc743701 08:44:45 Step 6/6 : RUN go mod download 08:44:45 ---> Running in 7799b89f79dd 08:45:07 Removing intermediate container 7799b89f79dd 08:45:07 ---> ed4a6651b9de 08:45:07 Successfully built ed4a6651b9de 08:45:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:45:07 + docker inspect -f . ci-base-image-x86_64 08:45:07 . [Pipeline] withDockerContainer 08:45:07 prd-centos7-docker-4c-2g-22245 does not seem to be running inside a container 08:45:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:45:08 $ docker top 4cc8ffff18528dae29c641612afba40b50da3fd0849e4b3bb92bd7d717cffbac -eo pid,comm [Pipeline] { [Pipeline] sh 08:45:08 + go version 08:45:08 go version go1.15.5 linux/amd64 [Pipeline] } 08:45:08 $ docker stop --time=1 4cc8ffff18528dae29c641612afba40b50da3fd0849e4b3bb92bd7d717cffbac 08:45:10 $ docker rm -f 4cc8ffff18528dae29c641612afba40b50da3fd0849e4b3bb92bd7d717cffbac [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:45:11 + docker inspect -f . ci-base-image-x86_64 08:45:11 . [Pipeline] withDockerContainer 08:45:11 prd-centos7-docker-4c-2g-22245 does not seem to be running inside a container 08:45:11 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat 08:45:12 $ docker top 56f3183b7d601387c5de2d9bd0346c57f8969d6919533d4940da8b25dd8236e2 -eo pid,comm [Pipeline] { [Pipeline] echo 08:45:12 ========================================================= 08:45:12 [edgeXBuildGoParallel] Running Tests and Build... 08:45:12 ========================================================= [Pipeline] sh 08:45:13 + make test 08:45:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:45:21 ? github.com/edgexfoundry/edgex-go [no test files] 08:45:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:45:41 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:45:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:45:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:45:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:45:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:45:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:45:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:45:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:45:45 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:45:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:45:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:45:47 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:45:47 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:45:49 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.103s coverage: 46.6% of statements 08:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:45:49 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:45:55 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.165s coverage: 27.0% of statements 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:45:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.032s coverage: 100.0% of statements 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:45:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.056s coverage: 100.0% of statements 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:45:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.078s coverage: 66.7% of statements 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:45:55 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.158s coverage: 82.3% of statements 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:45:55 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.386s coverage: 28.6% of statements 08:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.058s coverage: 100.0% of statements 08:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.060s coverage: 100.0% of statements 08:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.132s coverage: 86.7% of statements 08:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:45:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.113s coverage: 97.5% of statements 08:45:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:45:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.065s coverage: 78.3% of statements 08:45:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:45:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:45:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:45:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:45:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.407s coverage: 92.8% of statements 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:45:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:45:59 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.060s coverage: 0.1% of statements 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:45:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.038s coverage: 43.8% of statements 08:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.070s coverage: 79.5% of statements 08:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.039s coverage: 94.1% of statements 08:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.040s coverage: 96.3% of statements 08:45:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.025s coverage: 87.5% of statements 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.055s coverage: 94.4% of statements 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.058s coverage: 87.2% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.025s coverage: 100.0% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.253s coverage: 84.0% of statements 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.111s coverage: 47.1% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.057s coverage: 100.0% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.694s coverage: 29.1% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.042s coverage: 100.0% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.036s coverage: 0.0% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:46:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:46:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:46:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 08:46:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 08:46:12 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 08:46:12 GO111MODULE=on go vet ./... 08:46:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-22247 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 08:46:20 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 08:46:25 using credential edgex-jenkins-ssh 08:46:25 Cloning the remote Git repository 08:46:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:46:25 > git init /w/workspace/edgex-go/16 # timeout=10 08:46:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:46:25 > git --version # timeout=10 08:46:25 > git --version # 'git version 2.17.1' 08:46:25 using GIT_SSH to set credentials SSH Credentials for GitHub 08:46:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:46:35 gofmt -l . 08:46:36 [ "`gofmt -l .`" = "" ] 08:46:36 ./bin/test-go-mod-tidy.sh 08:46:37 ./bin/test-attribution-txt.sh [Pipeline] sh 08:46:38 + ls -al . 08:46:38 total 668 08:46:38 drwxrwxr-x 10 1001 1001 4096 Jan 22 08:46 . 08:46:38 drwxr-xr-x 4 root root 30 Jan 22 08:45 .. 08:46:38 -rw-rw-r-- 1 1001 1001 11 Jan 22 08:43 .dockerignore 08:46:38 drwxrwxr-x 8 1001 1001 179 Jan 22 08:43 .git 08:46:38 drwxrwxr-x 3 1001 1001 125 Jan 22 08:43 .github 08:46:38 -rw-rw-r-- 1 1001 1001 872 Jan 22 08:43 .gitignore 08:46:38 drwx------ 3 1001 1001 47 Jan 22 08:44 .semver 08:46:38 -rw-rw-r-- 1 1001 1001 166 Jan 22 08:43 .sonarcloud.properties 08:46:38 -rw-rw-r-- 1 1001 1001 7859 Jan 22 08:43 Attribution.txt 08:46:38 -rw-rw-r-- 1 1001 1001 3804 Jan 22 08:43 CONTRIBUTING.md 08:46:38 -rw-rw-r-- 1 1001 1001 931 Jan 22 08:43 Dockerfile.build 08:46:38 -rw-rw-r-- 1 1001 1001 863 Jan 22 08:43 Jenkinsfile 08:46:38 -rw-rw-r-- 1 1001 1001 10775 Jan 22 08:43 LICENSE 08:46:38 -rw-rw-r-- 1 1001 1001 6001 Jan 22 08:43 Makefile 08:46:38 -rw-rw-r-- 1 1001 1001 6524 Jan 22 08:43 README.md 08:46:38 -rw-rw-r-- 1 1001 1001 6755 Jan 22 08:43 SECURITY.md 08:46:38 -rw-rw-r-- 1 1001 1001 5 Jan 22 08:44 VERSION 08:46:38 -rw-rw-r-- 1 1001 1001 4131 Jan 22 08:43 ZMQWindows.md 08:46:38 drwxrwxr-x 2 1001 1001 117 Jan 22 08:43 bin 08:46:38 drwxrwxr-x 15 1001 1001 4096 Jan 22 08:43 cmd 08:46:38 -rw-r--r-- 1 root root 563886 Jan 22 08:46 coverage.out 08:46:38 -rw-r--r-- 1 root root 1053 Jan 22 08:46 go.mod 08:46:38 -rw-r--r-- 1 root root 18878 Jan 22 08:46 go.sum 08:46:38 drwxrwxr-x 8 1001 1001 127 Jan 22 08:43 internal 08:46:38 drwxrwxr-x 4 1001 1001 26 Jan 22 08:43 openapi 08:46:38 drwxrwxr-x 4 1001 1001 71 Jan 22 08:43 snap 08:46:38 -rw-rw-r-- 1 1001 1001 168 Jan 22 08:43 version.go [Pipeline] sh 08:46:38 + '[' -e coverage.out ] 08:46:38 + chown 1001:1001 coverage.out [Pipeline] stash 08:46:38 Stashed 1 file(s) [Pipeline] sh 08:46:38 + make build 08:46:38 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 08:46:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:46:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:46:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:46:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:46:41 using GIT_SSH to set credentials SSH Credentials for GitHub 08:46:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:46:42 Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit a10a5d32a7d6f8f3997973d513a76f3af5255545 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:46:42 Failed in branch arm64 08:46:43 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 08:46:42 > git config core.sparsecheckout # timeout=10 08:46:42 > git checkout -f a10a5d32a7d6f8f3997973d513a76f3af5255545 # timeout=10 08:46:51 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 08:46:51 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 08:46:52 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 08:46:53 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 08:46:54 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 08:46:55 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 08:46:56 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 08:46:58 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 08:46:59 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 08:47:00 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 08:47:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 08:47:02 $ docker stop --time=1 56f3183b7d601387c5de2d9bd0346c57f8969d6919533d4940da8b25dd8236e2 08:47:04 $ docker rm -f 56f3183b7d601387c5de2d9bd0346c57f8969d6919533d4940da8b25dd8236e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:47:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:47:08 08:47:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:47:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:47:08 latest: Pulling from edgex-devops/edgex-compose 08:47:08 cbdbe7a5bc2a: Pulling fs layer 08:47:08 ca9280d653b3: Pulling fs layer 08:47:08 7e9c9ca2126c: Pulling fs layer 08:47:09 cbdbe7a5bc2a: Verifying Checksum 08:47:09 cbdbe7a5bc2a: Download complete 08:47:09 ca9280d653b3: Verifying Checksum 08:47:09 ca9280d653b3: Download complete 08:47:09 cbdbe7a5bc2a: Pull complete 08:47:10 ca9280d653b3: Pull complete 08:47:10 7e9c9ca2126c: Download complete 08:47:17 7e9c9ca2126c: Pull complete 08:47:17 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:47:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:47:17 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:47:17 prd-centos7-docker-4c-2g-22245 does not seem to be running inside a container 08:47:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:47:20 $ docker top 72529bf52a6b67a881b2ceae2dd15df069125944136262defd1d551913a38165 -eo pid,comm [Pipeline] { [Pipeline] sh 08:47:20 + docker-compose build --help 08:47:20 + grep parallel 08:47:21 --parallel Build images in parallel. [Pipeline] } 08:47:21 $ docker stop --time=1 72529bf52a6b67a881b2ceae2dd15df069125944136262defd1d551913a38165 08:47:23 $ docker rm -f 72529bf52a6b67a881b2ceae2dd15df069125944136262defd1d551913a38165 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:47:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:47:23 . [Pipeline] withDockerContainer 08:47:23 prd-centos7-docker-4c-2g-22245 does not seem to be running inside a container 08:47:24 $ 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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:47:24 $ docker top 87591826389e9294d329e9eeebef37c96cfc747dd9b66037611c87512c58744e -eo pid,comm [Pipeline] { [Pipeline] sh 08:47:25 + docker-compose -f ./docker-compose-build.yml build --parallel 08:47:26 Building docker-core-command-go ... 08:47:26 Building docker-core-data-go ... 08:47:26 Building docker-core-metadata-go ... 08:47:26 Building docker-security-bootstrapper-go ... 08:47:26 Building docker-security-proxy-setup-go ... 08:47:26 Building docker-security-secretstore-setup-go ... 08:47:26 Building docker-support-notifications-go ... 08:47:26 Building docker-support-scheduler-go ... 08:47:26 Building docker-sys-mgmt-agent-go ... 08:47:26 Building docker-sys-mgmt-agent-go 08:47:26 Building docker-support-notifications-go 08:47:26 Building docker-core-data-go 08:47:26 Building docker-core-command-go 08:47:26 Building docker-security-secretstore-setup-go 08:47:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:58 ---> ed4a6651b9de 08:47:58 Step 3/23 : WORKDIR /edgex-go 08:47:58 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:58 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:47:58 ---> ed4a6651b9de 08:47:58 Step 3/23 : WORKDIR /edgex-go 08:47:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:47:58 ---> ed4a6651b9de 08:47:58 Step 3/26 : WORKDIR /edgex-go 08:47:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:47:58 ---> ed4a6651b9de 08:47:58 Step 3/22 : WORKDIR /edgex-go 08:47:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:47:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:47:58 ---> ed4a6651b9de 08:47:58 Step 3/24 : WORKDIR /edgex-go 08:47:58 ---> Running in 9fad369d8fa8 08:47:58 ---> Running in 8958c8452543 08:47:58 ---> Running in e6d9aede0e9e 08:47:58 ---> Running in 127d8186385c 08:47:58 ---> Running in 58334cb9d362 08:47:58 Removing intermediate container 9fad369d8fa8 08:47:58 ---> 61e2c26e4e94 08:47:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:58 Removing intermediate container e6d9aede0e9e 08:47:58 ---> abe3b4e64dcd 08:47:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:58 Removing intermediate container 58334cb9d362 08:47:58 ---> 6459f632d7b2 08:47:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:58 Removing intermediate container 127d8186385c 08:47:58 ---> 409bb4fe1172 08:47:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:58 Removing intermediate container 8958c8452543 08:47:58 ---> 4145f3f29b73 08:47:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:47:58 ---> Running in 052021c1fee3 08:47:58 ---> Running in bd03d3a7d7d4 08:47:58 ---> Running in fd9a7b127a45 08:47:58 ---> Running in aa76cedba547 08:47:58 ---> Running in a478cdc4c0b9 08:48:00 Removing intermediate container 052021c1fee3 08:48:00 ---> 05048ce3f656 08:48:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:48:00 ---> Running in ed4cfc92aa31 08:48:00 Removing intermediate container fd9a7b127a45 08:48:00 ---> d57626b6c7e0 08:48:00 Step 5/23 : RUN apk add --update --no-cache make git 08:48:00 Removing intermediate container bd03d3a7d7d4 08:48:00 ---> de1219770bc3 08:48:00 Step 5/26 : RUN apk add --update --no-cache make bash git 08:48:00 ---> Running in 1b24afc5e263 08:48:00 ---> Running in 58d094502eb3 08:48:01 Removing intermediate container aa76cedba547 08:48:01 ---> ecbc8a7ff781 08:48:01 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:48:01 Removing intermediate container a478cdc4c0b9 08:48:01 ---> a0e6271d217d 08:48:01 Step 5/24 : RUN apk add --update --no-cache make git 08:48:01 ---> Running in 5b05d1596d7b 08:48:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:48:01 ---> Running in 9634be1b446c 08:48:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:48:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:48:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:48:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:48:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:48:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:48:02 OK: 233 MiB in 51 packages 08:48:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:48:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:48:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:48:02 Removing intermediate container ed4cfc92aa31 08:48:02 ---> a3a68262daa4 08:48:02 Step 6/22 : COPY go.mod . 08:48:03 OK: 233 MiB in 51 packages 08:48:03 OK: 233 MiB in 51 packages 08:48:03 ---> 4ca4425c3c4f 08:48:03 Step 7/22 : RUN go mod download 08:48:03 OK: 233 MiB in 51 packages 08:48:03 OK: 233 MiB in 51 packages 08:48:03 ---> Running in 085f91d6f5d5 08:48:04 Removing intermediate container 58d094502eb3 08:48:04 ---> 533e3caa5b31 08:48:04 Step 6/26 : COPY go.mod . 08:48:04 Removing intermediate container 1b24afc5e263 08:48:04 ---> b6d1b2f8c43c 08:48:04 Step 6/23 : COPY go.mod . 08:48:04 Removing intermediate container 5b05d1596d7b 08:48:04 ---> 4777925a432b 08:48:04 Step 6/23 : COPY go.mod . 08:48:04 Removing intermediate container 9634be1b446c 08:48:04 ---> f89d9f83f529 08:48:04 Step 6/24 : COPY go.mod . 08:48:04 ---> 754f54b737ba 08:48:04 Step 7/23 : RUN go mod download 08:48:04 ---> 730152e03a2e 08:48:04 Step 7/26 : RUN go mod download 08:48:04 ---> 6c64feb16c4f 08:48:04 Step 7/23 : RUN go mod download 08:48:04 ---> 99a5d784fa50 08:48:04 Step 7/24 : RUN go mod download 08:48:04 ---> Running in 122f4fcc7980 08:48:04 ---> Running in 2dbfb971f61b 08:48:04 ---> Running in f9dcd461db53 08:48:05 ---> Running in 6c7369130f16 08:48:05 Removing intermediate container 085f91d6f5d5 08:48:05 ---> 027269b3552c 08:48:05 Step 8/22 : COPY . . 08:48:08 Removing intermediate container 122f4fcc7980 08:48:08 ---> a91ea4b26b57 08:48:08 Step 8/23 : COPY . . 08:48:11 Removing intermediate container 2dbfb971f61b 08:48:11 ---> 62b3ed620869 08:48:11 Step 8/23 : COPY . . 08:48:16 Removing intermediate container f9dcd461db53 08:48:16 Removing intermediate container 6c7369130f16 08:48:16 ---> 8a2ffaeb261b 08:48:16 Step 8/24 : COPY . . 08:48:16 ---> 437e59222648 08:48:16 Step 8/26 : COPY . . 08:48:43 ---> 3555ade6ddcd 08:48:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:48:44 ---> Running in 1ab2bbfe97d9 08:48:45 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 08:48:50 ---> 58538099a8fb 08:48:50 Step 9/23 : RUN make cmd/core-data/core-data 08:48:52 ---> Running in ec55fcc82934 08:48:52 ---> d3efdefddda6 08:48:52 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:48:52 ---> 9a2885e87b45 08:48:52 Step 9/23 : RUN make cmd/core-command/core-command 08:48:52 ---> aff74dc0447f 08:48:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:48:52 ---> Running in 53ae46ec9298 08:48:52 ---> Running in 62b8e4d7fd52 08:48:52 ---> Running in 48cc41cd1e50 08:48:53 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 08:48:53 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 08:48:53 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 08:48:53 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 08:49:15 Removing intermediate container 1ab2bbfe97d9 08:49:15 ---> 46a2704b2819 08:49:15 08:49:15 Step 10/22 : FROM alpine:3.12 08:49:15 3.12: Pulling from library/alpine 08:49:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:49:16 Status: Downloaded newer image for alpine:3.12 08:49:16 ---> 389fef711851 08:49:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:49:17 ---> Running in 3c4fa07e56fd 08:49:17 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 08:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:49:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:49:18 (1/2) Installing ca-certificates (20191127-r4) 08:49:18 (2/2) Installing dumb-init (1.2.2-r1) 08:49:18 Executing busybox-1.31.1-r19.trigger 08:49:18 Executing ca-certificates-20191127-r4.trigger 08:49:18 OK: 6 MiB in 16 packages 08:49:24 Removing intermediate container 3c4fa07e56fd 08:49:24 ---> f341db8c88fd 08:49:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:49:24 ---> Running in 847c773c8e42 08:49:24 Removing intermediate container 53ae46ec9298 08:49:24 ---> b16d29db6c45 08:49:24 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:49:24 ---> Running in 2184efb3c0e0 08:49:26 Removing intermediate container 847c773c8e42 08:49:26 ---> c2730c89a3e0 08:49:26 Step 13/22 : ENV APP_PORT=48060 08:49:26 ---> Running in e5c854407225 08:49:26 Removing intermediate container 48cc41cd1e50 08:49:26 ---> f53b509f3b6e 08:49:26 08:49:26 Step 10/23 : FROM alpine:3.12 08:49:26 ---> 389fef711851 08:49:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:49:26 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 08:49:26 ---> Running in 03f22457d15b 08:49:27 Removing intermediate container e5c854407225 08:49:27 ---> 86980541fa77 08:49:27 Step 14/22 : EXPOSE $APP_PORT 08:49:28 ---> Running in 5787af74fcc3 08:49:28 Removing intermediate container 62b8e4d7fd52 08:49:28 ---> 4b47983f8ba7 08:49:28 08:49:28 Step 10/24 : FROM alpine:3.12 08:49:28 ---> 389fef711851 08:49:28 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:49:28 ---> Running in e45079cf8c76 08:49:28 Removing intermediate container 5787af74fcc3 08:49:28 ---> d59c343d5cd1 08:49:28 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:49:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:49:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:49:28 (1/1) Installing dumb-init (1.2.2-r1) 08:49:28 Executing busybox-1.31.1-r19.trigger 08:49:28 OK: 6 MiB in 15 packages 08:49:28 Removing intermediate container 2184efb3c0e0 08:49:28 ---> 0420923f7c22 08:49:28 08:49:28 Step 11/26 : FROM docker:20.10.0 08:49:28 20.10.0: Pulling from library/docker 08:49:29 ---> 087585ebfd4b 08:49:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:49:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:49:30 (1/5) Installing ca-certificates (20191127-r4) 08:49:30 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:49:30 (3/5) Installing libcurl (7.69.1-r3) 08:49:30 (4/5) Installing curl (7.69.1-r3) 08:49:30 (5/5) Installing dumb-init (1.2.2-r1) 08:49:30 Executing busybox-1.31.1-r19.trigger 08:49:30 Executing ca-certificates-20191127-r4.trigger 08:49:30 OK: 7 MiB in 19 packages 08:49:32 ---> 3de975e88078 08:49:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:49:32 Removing intermediate container ec55fcc82934 08:49:32 ---> c0a2884a5a22 08:49:32 08:49:32 Step 10/23 : FROM alpine:3.12 08:49:32 ---> 389fef711851 08:49:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:49:32 Removing intermediate container 03f22457d15b 08:49:32 ---> 8960b8bcf088 08:49:32 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:49:33 ---> Running in ff137a92f549 08:49:33 ---> Running in 3ed5f250b6af 08:49:33 Removing intermediate container e45079cf8c76 08:49:33 ---> 0311241292f7 08:49:33 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:49:33 ---> 96e4e1ec85c4 08:49:33 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:49:33 ---> Running in d37c852b7321 08:49:33 ---> Running in 21767b78efaf 08:49:33 Removing intermediate container ff137a92f549 08:49:33 ---> c85263c8d9d8 08:49:33 Step 12/23 : ENV APP_PORT=48080 08:49:34 Removing intermediate container 3ed5f250b6af 08:49:34 ---> 1e00321b82e9 08:49:34 Step 13/23 : ENV APP_PORT=48082 08:49:34 ---> Running in 5ce720c95018 08:49:34 ---> Running in c031ea23f440 08:49:34 Removing intermediate container d37c852b7321 08:49:34 ---> 555422b8cda6 08:49:34 Step 13/24 : WORKDIR / 08:49:34 Removing intermediate container 21767b78efaf 08:49:34 ---> 9241b2947663 08:49:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:34 ---> Running in 4671acc8dc16 08:49:34 Removing intermediate container 5ce720c95018 08:49:34 ---> e0979efac197 08:49:34 Step 13/23 : EXPOSE $APP_PORT 08:49:34 ---> Running in 16eabb82a415 08:49:34 ---> Running in ecdddc10438a 08:49:34 Removing intermediate container c031ea23f440 08:49:34 ---> 0db1d0a84a0f 08:49:34 Step 14/23 : EXPOSE $APP_PORT 08:49:34 ---> Running in 00250acc1221 08:49:34 Removing intermediate container 16eabb82a415 08:49:34 ---> 4642b7ba6fd3 08:49:34 Step 20/22 : LABEL arch=x86_64 08:49:34 Removing intermediate container 4671acc8dc16 08:49:34 ---> 3335f7b9d482 08:49:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:49:34 Removing intermediate container ecdddc10438a 08:49:34 ---> cc014ee9d6a4 08:49:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:35 ---> Running in 61cfe410fdaa 08:49:36 ---> Running in 05e1359572d6 08:49:36 Removing intermediate container 00250acc1221 08:49:36 ---> ca722484bc14 08:49:36 Step 15/23 : WORKDIR / 08:49:36 ---> d9201f23a1ea 08:49:36 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:49:36 ---> Running in ce78e201108f 08:49:36 Removing intermediate container 61cfe410fdaa 08:49:36 ---> 7d264b524d45 08:49:36 Step 21/22 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 08:49:36 ---> Running in 3d71cdd4844e 08:49:36 Removing intermediate container ce78e201108f 08:49:36 ---> 65164325891d 08:49:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:49:36 ---> 165fc93e4e77 08:49:36 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:49:36 Removing intermediate container 3d71cdd4844e 08:49:36 ---> 65017d8ff98b 08:49:36 Step 22/22 : LABEL version=0.0.0 08:49:37 ---> Running in 5eb25b48019e 08:49:37 ---> 216c797eefc3 08:49:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:49:37 ---> c7cb13b90b28 08:49:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:49:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:49:37 Status: Downloaded newer image for docker:20.10.0 08:49:37 ---> aefe523efa57 08:49:37 Step 12/26 : RUN apk add --no-cache bash 08:49:37 ---> Running in 63f09c44f5b3 08:49:37 Removing intermediate container 5eb25b48019e 08:49:37 ---> bdf8ca6eed4e 08:49:37 08:49:37 Removing intermediate container 05e1359572d6 08:49:37 ---> 191d4cf3659c 08:49:37 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:49:37 Successfully built bdf8ca6eed4e 08:49:38 Successfully tagged docker-support-notifications-go:latest 08:49:38 Building docker-security-bootstrapper-go 08:49:38  Building docker-support-notifications-go ... done  ---> Running in eb915a02637d 08:49:38 ---> b536bac2ac4c 08:49:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:49:38 ---> 0a10848cdd3b 08:49:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:49:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:49:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:49:38 ---> eb2f0bd77fa2 08:49:38 Step 19/23 : ENTRYPOINT ["/core-command"] 08:49:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:49:39 ---> Running in 497cec36d979 08:49:39 (1/2) Installing readline (8.0.4-r0) 08:49:39 (2/2) Installing bash (5.0.17-r0) 08:49:39 Executing bash-5.0.17-r0.post-install 08:49:39 Executing busybox-1.31.1-r19.trigger 08:49:39 OK: 12 MiB in 22 packages 08:49:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:49:40 (1/6) Installing dumb-init (1.2.2-r1) 08:49:40 ---> b5b16df63e43 08:49:40 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:49:40 (2/6) Installing libgcc (9.3.0-r2) 08:49:40 (3/6) Installing libsodium (1.0.18-r0) 08:49:40 Removing intermediate container 497cec36d979 08:49:40 ---> be45b6e0ab35 08:49:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:40 (4/6) Installing libstdc++ (9.3.0-r2) 08:49:41 (5/6) Installing libzmq (4.3.3-r0) 08:49:41 (6/6) Installing zeromq (4.3.3-r0) 08:49:41 Executing busybox-1.31.1-r19.trigger 08:49:41 OK: 8 MiB in 20 packages 08:49:42 ---> Running in e51f025e07d1 08:49:44 ---> f5e977eded0c 08:49:44 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/ 08:49:44 Removing intermediate container 63f09c44f5b3 08:49:44 ---> f8bc10199b42 08:49:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:49:44 ---> Running in b401812ea109 08:49:44 ---> Running in 8419bb72011a 08:49:44 Removing intermediate container e51f025e07d1 08:49:44 ---> 3b04a8059dd8 08:49:44 Step 21/23 : LABEL arch=x86_64 08:49:45 ---> Running in 947b2895bd8a 08:49:46 Removing intermediate container eb915a02637d 08:49:46 ---> 2a3323576184 08:49:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:49:46 Removing intermediate container 8419bb72011a 08:49:46 ---> 066307876882 08:49:46 Step 14/26 : ENV APP_PORT=48090 08:49:46 Removing intermediate container 947b2895bd8a 08:49:46 ---> d09e803f03c0 08:49:46 Step 22/23 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 08:49:46 ---> Running in c090e966461b 08:49:47 ---> Running in babc559b097e 08:49:47 ---> c1e3588e65b9 08:49:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:49:49 Removing intermediate container c090e966461b 08:49:49 ---> b55470dcb126 08:49:49 Step 15/26 : EXPOSE $APP_PORT 08:49:50 Removing intermediate container babc559b097e 08:49:50 ---> 3448c7bdfb20 08:49:50 Step 23/23 : LABEL version=0.0.0 08:49:51 ---> 1ba339a03935 08:49:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:49:51 Removing intermediate container b401812ea109 08:49:51 ---> 071f14dc764d 08:49:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:49:51 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:49:51 Step 2/33 : FROM ${BUILDER_BASE} AS builder 08:49:51 ---> ed4a6651b9de 08:49:51 Step 3/33 : WORKDIR /edgex-go 08:49:51 ---> Using cache 08:49:51 ---> 4145f3f29b73 08:49:51 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:49:51 ---> Using cache 08:49:51 ---> a0e6271d217d 08:49:51 Step 5/33 : RUN apk add --update --no-cache make git 08:49:51 ---> Using cache 08:49:51 ---> f89d9f83f529 08:49:51 Step 6/33 : COPY go.mod . 08:49:51 ---> Using cache 08:49:51 ---> 99a5d784fa50 08:49:51 Step 7/33 : RUN go mod download 08:49:51 ---> Using cache 08:49:51 ---> 8a2ffaeb261b 08:49:51 Step 8/33 : COPY . . 08:49:51 ---> Using cache 08:49:51 ---> aff74dc0447f 08:49:51 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 08:49:52 ---> Running in e6bb61f3360f 08:49:52 ---> Running in 410b5428407b 08:49:52 ---> Running in dd83d226e5ff 08:49:52 ---> Running in 69eefaf4629b 08:49:52 ---> c0b0d88a42a9 08:49:52 Step 19/23 : ENTRYPOINT ["/core-data"] 08:49:52 Removing intermediate container e6bb61f3360f 08:49:52 ---> c6886bf6227a 08:49:52 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:49:53 ---> Running in 92b945c399f5 08:49:53 Removing intermediate container dd83d226e5ff 08:49:53 ---> d5729e7ba2db 08:49:53 Step 22/24 : LABEL arch=x86_64 08:49:53 Removing intermediate container 69eefaf4629b 08:49:53 ---> c0c2f151c91a 08:49:53 08:49:53 ---> Running in ef6de1964dc7 08:49:53 Successfully built c0c2f151c91a 08:49:53 Removing intermediate container 92b945c399f5 08:49:53 ---> 38da421ef9c4 08:49:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:49:53 Successfully tagged docker-core-command-go:latest 08:49:53 Building docker-core-metadata-go 08:49:53  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 08:49:53 Removing intermediate container ef6de1964dc7 08:49:53 ---> f0f503f4ad31 08:49:53 Step 23/24 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 08:49:53 ---> Running in 4adb70e80413 08:49:53 ---> 203982aaac60 08:49:53 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:49:53 ---> Running in 42790021a855 08:49:53 Removing intermediate container 4adb70e80413 08:49:53 ---> 0289d779ff91 08:49:53 Step 21/23 : LABEL arch=x86_64 08:49:54 ---> Running in d3d082d5e900 08:49:54 Removing intermediate container 42790021a855 08:49:54 ---> 1396df70e92b 08:49:54 Step 24/24 : LABEL version=0.0.0 08:49:54 ---> cdef0fad0e75 08:49:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:49:54 ---> Running in 52a0a3af155a 08:49:54 Removing intermediate container d3d082d5e900 08:49:54 ---> 2d0df2004f1a 08:49:54 Step 22/23 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 08:49:58 ---> Running in 8172de35f019 08:49:59 Removing intermediate container 52a0a3af155a 08:49:59 ---> 26c5fa1656e0 08:49:59 08:49:59 ---> 26e7c13c5726 08:49:59 Step 19/26 : RUN apk --no-cache add py3-pip 08:49:59 Successfully built 26c5fa1656e0 08:49:59 Successfully tagged docker-security-secretstore-setup-go:latest 08:49:59 Building docker-support-scheduler-go 08:49:59  Building docker-security-secretstore-setup-go ... done  ---> Running in fab0efa0b8ba 08:49:59 Removing intermediate container 8172de35f019 08:49:59 ---> 2a3947a89787 08:49:59 Step 23/23 : LABEL version=0.0.0 08:50:01 ---> Running in f529ac6faec2 08:50:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:50:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:50:03 (1/33) Installing libbz2 (1.0.8-r1) 08:50:03 (2/33) Installing expat (2.2.9-r1) 08:50:03 (3/33) Installing libffi (3.3-r2) 08:50:03 (4/33) Installing gdbm (1.13-r1) 08:50:04 (5/33) Installing xz-libs (5.2.5-r0) 08:50:04 (6/33) Installing sqlite-libs (3.32.1-r0) 08:50:04 (7/33) Installing python3 (3.8.5-r0) 08:50:07 Removing intermediate container f529ac6faec2 08:50:07 ---> 107313e20ac0 08:50:07 08:50:08 (8/33) Installing py3-appdirs (1.4.4-r1) 08:50:08 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:50:08 (10/33) Installing py3-parsing (2.4.7-r0) 08:50:08 (11/33) Installing py3-six (1.15.0-r0) 08:50:09 (12/33) Installing py3-packaging (20.4-r0) 08:50:10 (13/33) Installing py3-setuptools (47.0.0-r0) 08:50:10 (14/33) Installing py3-chardet (3.0.4-r4) 08:50:10 Successfully built 107313e20ac0 08:50:10 (15/33) Installing py3-idna (2.9-r0) 08:50:10 Successfully tagged docker-core-data-go:latest 08:50:10  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 08:50:10 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:50:11 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:50:12 (18/33) Installing py3-requests (2.23.0-r0) 08:50:12 (19/33) Installing py3-msgpack (1.0.0-r0) 08:50:13 (20/33) Installing py3-lockfile (0.12.2-r3) 08:50:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:50:14 (22/33) Installing py3-colorama (0.4.3-r0) 08:50:14 (23/33) Installing py3-distlib (0.3.0-r0) 08:50:15 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:50:15 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:50:15 ---> ed4a6651b9de 08:50:15 Step 3/23 : WORKDIR /edgex-go 08:50:15 ---> Using cache 08:50:15 ---> 4145f3f29b73 08:50:15 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:15 ---> Using cache 08:50:15 ---> a0e6271d217d 08:50:15 Step 5/23 : RUN apk add --update --no-cache make git 08:50:15 ---> Using cache 08:50:15 ---> f89d9f83f529 08:50:15 Step 6/23 : COPY go.mod . 08:50:15 ---> Using cache 08:50:15 ---> 99a5d784fa50 08:50:15 Step 7/23 : RUN go mod download 08:50:15 ---> Using cache 08:50:15 ---> 8a2ffaeb261b 08:50:15 Step 8/23 : COPY . . 08:50:15 (24/33) Installing py3-distro (1.5.0-r1) 08:50:16 ---> Using cache 08:50:16 ---> aff74dc0447f 08:50:16 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:50:16 (25/33) Installing py3-webencodings (0.5.1-r3) 08:50:16 (26/33) Installing py3-html5lib (1.0.1-r4) 08:50:18 (27/33) Installing py3-pytoml (0.1.21-r0) 08:50:18 (28/33) Installing py3-pep517 (0.8.2-r0) 08:50:18 (29/33) Installing py3-progress (1.5-r0) 08:50:18 (30/33) Installing py3-toml (0.10.1-r0) 08:50:19 (31/33) Installing py3-retrying (1.3.3-r0) 08:50:19 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:50:19 (33/33) Installing py3-pip (20.1.1-r0) 08:50:19 ---> Running in 049a3412533b 08:50:20 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 08:50:20 Executing busybox-1.31.1-r19.trigger 08:50:20 OK: 71 MiB in 55 packages 08:50:23 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 08:50:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:50:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:50:26 ---> ed4a6651b9de 08:50:26 Step 3/22 : WORKDIR /edgex-go 08:50:26 ---> Using cache 08:50:26 ---> 4145f3f29b73 08:50:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:26 ---> Using cache 08:50:26 ---> a0e6271d217d 08:50:26 Step 5/22 : RUN apk add --update --no-cache make git 08:50:26 ---> Using cache 08:50:26 ---> f89d9f83f529 08:50:26 Step 6/22 : COPY go.mod . 08:50:26 ---> Using cache 08:50:26 ---> 99a5d784fa50 08:50:26 Step 7/22 : RUN go mod download 08:50:26 ---> Using cache 08:50:26 ---> 8a2ffaeb261b 08:50:26 Step 8/22 : COPY . . 08:50:26 ---> Using cache 08:50:26 ---> aff74dc0447f 08:50:26 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:50:27 ---> Running in 115265243d9f 08:50:28 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 08:50:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:50:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:50:38 ---> ed4a6651b9de 08:50:38 Step 3/21 : WORKDIR /edgex-go 08:50:38 ---> Using cache 08:50:38 ---> 4145f3f29b73 08:50:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:50:38 ---> Using cache 08:50:38 ---> a0e6271d217d 08:50:38 Step 5/21 : RUN apk add --update --no-cache make git 08:50:38 ---> Using cache 08:50:38 ---> f89d9f83f529 08:50:38 Step 6/21 : COPY go.mod . 08:50:38 ---> Using cache 08:50:38 ---> 99a5d784fa50 08:50:38 Step 7/21 : RUN go mod download 08:50:38 ---> Using cache 08:50:38 ---> 8a2ffaeb261b 08:50:38 Step 8/21 : COPY . . 08:50:38 ---> Using cache 08:50:38 ---> aff74dc0447f 08:50:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:50:39 Removing intermediate container 410b5428407b 08:50:39 ---> 51b8ceab6cb8 08:50:39 08:50:39 Step 10/33 : FROM alpine:3.12 08:50:39 ---> 389fef711851 08:50:39 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 08:50:40 ---> Running in 4c09456e9fb6 08:50:40 ---> Running in 4f39d7fac11a 08:50:42 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 08:50:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:50:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:50:42 (1/3) Installing dumb-init (1.2.2-r1) 08:50:42 (2/3) Installing openssl (1.1.1i-r0) 08:50:42 (3/3) Installing su-exec (0.2-r1) 08:50:42 Executing busybox-1.31.1-r19.trigger 08:50:42 OK: 6 MiB in 17 packages 08:50:43 Removing intermediate container fab0efa0b8ba 08:50:43 ---> 3cba053e1b52 08:50:43 Step 20/26 : RUN pip install docker-compose==1.23.2 08:50:43 ---> Running in f862156b43ba 08:50:45 Removing intermediate container 4f39d7fac11a 08:50:45 ---> 499d13f2f5fe 08:50:45 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:50:45 ---> Running in de3de429826a 08:50:46 Removing intermediate container de3de429826a 08:50:46 ---> e7521e3932ce 08:50:46 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 08:50:46 ---> Running in dd25682f29b2 08:50:46 Removing intermediate container dd25682f29b2 08:50:46 ---> e8fe256697d8 08:50:46 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 08:50:46 ---> Running in c19c5439c75e 08:50:47 Connecting to github.com (140.82.113.4:443) 08:50:47 Collecting docker-compose==1.23.2 08:50:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:50:47 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.49.44:443) 08:50:48 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 08:50:48 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 08:50:48 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 08:50:48 dockerize 08:50:48 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:50:48 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:50:50 Collecting PyYAML<4,>=3.10 08:50:50 Downloading PyYAML-3.13.tar.gz (270 kB) 08:50:52 Collecting docopt<0.7,>=0.6.1 08:50:52 Downloading docopt-0.6.2.tar.gz (25 kB) 08:50:52 Removing intermediate container c19c5439c75e 08:50:52 ---> 96dedc1a7bf1 08:50:52 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 08:50:53 ---> Running in a7adcf91a1c3 08:50:53 Collecting websocket-client<1.0,>=0.32.0 08:50:53 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:50:53 Collecting dockerpty<0.5,>=0.4.1 08:50:53 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:50:54 Removing intermediate container a7adcf91a1c3 08:50:54 ---> e91ebc0d0cf3 08:50:54 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:50:54 Collecting docker<4.0,>=3.6.0 08:50:54 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:50:55 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:50:55 Collecting jsonschema<3,>=2.5.1 08:50:55 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:50:55 ---> Running in af0e45869c73 08:50:56 Removing intermediate container 115265243d9f 08:50:56 ---> 4f51be8d5731 08:50:56 08:50:56 Step 10/22 : FROM alpine:3.12 08:50:56 ---> 389fef711851 08:50:56 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:50:56 ---> Using cache 08:50:56 ---> 8960b8bcf088 08:50:56 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:50:56 ---> Using cache 08:50:56 ---> 1e00321b82e9 08:50:56 Step 13/22 : ENV APP_PORT=48085 08:50:56 Removing intermediate container 049a3412533b 08:50:56 ---> bd6ddf6f3741 08:50:56 08:50:56 Step 10/23 : FROM alpine:3.12 08:50:56 ---> 389fef711851 08:50:56 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:50:56 ---> Using cache 08:50:56 ---> 8960b8bcf088 08:50:56 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:50:56 ---> Using cache 08:50:56 ---> 1e00321b82e9 08:50:56 Step 13/23 : ENV APP_PORT=48081 08:50:56 Collecting cached-property<2,>=1.2.0 08:50:56 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:50:56 Collecting texttable<0.10,>=0.9.0 08:50:56 ---> Running in 8c26850ebd9e 08:50:56 ---> Running in e8940424f36a 08:50:56 Downloading texttable-0.9.1.tar.gz (11 kB) 08:50:56 Removing intermediate container af0e45869c73 08:50:56 ---> 878d75e0543a 08:50:56 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 08:50:56 ---> Running in f3699fe9c93e 08:50:56 Removing intermediate container 8c26850ebd9e 08:50:56 ---> e5b59d3aa994 08:50:56 Step 14/22 : EXPOSE $APP_PORT 08:50:56 Removing intermediate container e8940424f36a 08:50:56 ---> 72dd9ce42308 08:50:56 Step 14/23 : EXPOSE $APP_PORT 08:50:56 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) 08:50:56 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) 08:50:56 ---> Running in 22e1da0b0c79 08:50:56 ---> Running in 0f7f6a0a47bf 08:50:56 Collecting urllib3<1.25,>=1.21.1 08:50:56 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:50:57 Collecting idna<2.8,>=2.5 08:50:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:50:57 Removing intermediate container 22e1da0b0c79 08:50:57 ---> 945a84f73177 08:50:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:57 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 08:50:57 Collecting docker-pycreds>=0.4.0 08:50:57 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:50:57 Removing intermediate container 0f7f6a0a47bf 08:50:57 ---> b30b819ad78f 08:50:57 Step 15/23 : WORKDIR / 08:50:57 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:50:57 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:50:57 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:50:57 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:50:57 ---> Running in 03a91ea470c7 08:50:57 Move dockerize executable 08:50:57 Installing collected packages: urllib3, idna, requests, PyYAML, docopt, websocket-client, dockerpty, docker-pycreds, docker, jsonschema, cached-property, texttable, docker-compose 08:50:57 Attempting uninstall: urllib3 08:50:57 Found existing installation: urllib3 1.25.9 08:50:57 Uninstalling urllib3-1.25.9: 08:50:57 Successfully uninstalled urllib3-1.25.9 08:50:58 ---> 11878ac88873 08:50:58 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:50:59 Removing intermediate container 03a91ea470c7 08:50:59 ---> c4c3b8709a87 08:50:59 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:50:59 Attempting uninstall: idna 08:50:59 Found existing installation: idna 2.9 08:50:59 Uninstalling idna-2.9: 08:50:59 Successfully uninstalled idna-2.9 08:50:59 Attempting uninstall: requests 08:50:59 Found existing installation: requests 2.23.0 08:50:59 Uninstalling requests-2.23.0: 08:50:59 Successfully uninstalled requests-2.23.0 08:51:00 ---> 2f33eb57bb67 08:51:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:51:00 ---> 2651b537b288 08:51:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:51:00 Running setup.py install for PyYAML: started 08:51:00 Removing intermediate container f3699fe9c93e 08:51:00 ---> a40be06f58a7 08:51:00 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 08:51:00 ---> Running in fc0b97313ea9 08:51:00 ---> 9cd543e6349e 08:51:00 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:51:00 Running setup.py install for PyYAML: finished with status 'done' 08:51:00 Running setup.py install for docopt: started 08:51:01 ---> Running in 9eb419758734 08:51:01 ---> 890498774481 08:51:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:51:01 Removing intermediate container fc0b97313ea9 08:51:01 ---> 5ebe33ea6c83 08:51:01 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:51:01 Removing intermediate container 9eb419758734 08:51:01 ---> 5a582fb4b70d 08:51:01 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:01 Running setup.py install for docopt: finished with status 'done' 08:51:01 ---> Running in 9562ebd92a13 08:51:02 Running setup.py install for dockerpty: started 08:51:02 ---> 6d22db3dab34 08:51:02 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:51:03 Running setup.py install for dockerpty: finished with status 'done' 08:51:04 ---> 48ce7670424b 08:51:04 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:51:04 ---> Running in ff48ec51e061 08:51:04 Removing intermediate container 9562ebd92a13 08:51:04 ---> 33fd417dafd4 08:51:04 Step 20/22 : LABEL arch=x86_64 08:51:04 ---> Running in 0ca4740cc73e 08:51:04 Removing intermediate container 4c09456e9fb6 08:51:04 ---> 633ae45592b5 08:51:04 08:51:04 Step 10/21 : FROM alpine:3.12 08:51:05 ---> 389fef711851 08:51:05 Step 11/21 : RUN apk add --update --no-cache curl 08:51:05 ---> Running in 4fc044858512 08:51:05 Running setup.py install for texttable: started 08:51:05 Removing intermediate container ff48ec51e061 08:51:05 ---> 2a79628cf5ab 08:51:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:05 ---> Running in 7c24fa6d9001 08:51:05 ---> Running in 7d4009eed370 08:51:05 Removing intermediate container 4fc044858512 08:51:05 ---> 34ce3ea8898e 08:51:05 Step 21/22 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 08:51:05 Running setup.py install for texttable: finished with status 'done' 08:51:05 ---> Running in a8a59bf4de4f 08:51:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:51:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:51:06 Removing intermediate container 7d4009eed370 08:51:06 ---> 125f5f1c5326 08:51:06 Step 21/23 : LABEL arch=x86_64 08:51:06 (1/4) Installing ca-certificates (20191127-r4) 08:51:06 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:51:06 (3/4) Installing libcurl (7.69.1-r3) 08:51:06 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 08:51:06 (4/4) Installing curl (7.69.1-r3) 08:51:06 Executing busybox-1.31.1-r19.trigger 08:51:06 Executing ca-certificates-20191127-r4.trigger 08:51:06 OK: 7 MiB in 18 packages 08:51:06 ---> Running in 5e9296a87dc7 08:51:06 Removing intermediate container a8a59bf4de4f 08:51:06 ---> 599ee8e25f05 08:51:06 Step 22/22 : LABEL version=0.0.0 08:51:07 ---> Running in 6cffdfce7af6 08:51:07 Removing intermediate container 5e9296a87dc7 08:51:07 ---> 837ff673ddae 08:51:07 Step 22/23 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 08:51:07 ---> Running in 0deee7b22af2 08:51:08 Removing intermediate container 6cffdfce7af6 08:51:08 ---> ee0a754d2ac2 08:51:08 08:51:08 Successfully built ee0a754d2ac2 08:51:08 Removing intermediate container 0ca4740cc73e 08:51:08 ---> be9eea98d679 08:51:08 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 08:51:08 Successfully tagged docker-support-scheduler-go:latest 08:51:10  Building docker-support-scheduler-go ... done Removing intermediate container 0deee7b22af2 08:51:10 ---> 136a6899c17a 08:51:10 Step 23/23 : LABEL version=0.0.0 08:51:10 Removing intermediate container 7c24fa6d9001 08:51:10 ---> 0a4198729a72 08:51:10 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:51:10 ---> Running in ff392d72232e 08:51:10 ---> 7a482ec17d6b 08:51:10 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:51:10 Removing intermediate container f862156b43ba 08:51:10 ---> efeb61008dd3 08:51:10 Step 21/26 : RUN apk --no-cache add curl 08:51:10 ---> Running in ee708dbb5e61 08:51:10 ---> Running in 12e099dedc19 08:51:10 Removing intermediate container ff392d72232e 08:51:10 ---> e3f3dfa6355f 08:51:10 08:51:10 Successfully built e3f3dfa6355f 08:51:11 Successfully tagged docker-core-metadata-go:latest 08:51:11  Building docker-core-metadata-go ... done Removing intermediate container ee708dbb5e61 08:51:11 ---> cfd022d9974a 08:51:11 Step 13/21 : WORKDIR /edgex 08:51:11 ---> 386d72c75dac 08:51:11 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:51:11 ---> Running in 18ea0f8d9fda 08:51:11 Removing intermediate container 18ea0f8d9fda 08:51:11 ---> 6d5dcadbb780 08:51:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:51:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:51:11 ---> cb0f7147c0d9 08:51:11 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 08:51:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:51:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:51:11 (2/3) Installing libcurl (7.69.1-r3) 08:51:11 (3/3) Installing curl (7.69.1-r3) 08:51:11 Executing busybox-1.31.1-r19.trigger 08:51:11 ---> 754dc819d94a 08:51:11 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:51:11 OK: 72 MiB in 58 packages 08:51:11 ---> a3073f29932c 08:51:11 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:51:12 ---> a668c2017792 08:51:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:51:12 ---> b0f594980c18 08:51:12 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 08:51:12 Removing intermediate container 12e099dedc19 08:51:12 ---> 82426de35c3f 08:51:12 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:51:12 ---> Running in 2486cb6805d5 08:51:12 ---> Running in 81f660c00b8c 08:51:12 ---> 80abb0b06478 08:51:12 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:51:12 Removing intermediate container 2486cb6805d5 08:51:12 ---> 7a02af72786a 08:51:12 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:51:13 ---> Running in 3085ebebfc48 08:51:13 Removing intermediate container 81f660c00b8c 08:51:13 ---> dd5ad1a7fdfb 08:51:13 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:51:13 ---> 698b48b37212 08:51:13 Step 28/33 : RUN chmod +x /entrypoint.sh 08:51:13 ---> Running in bfa1b1daaf9e 08:51:13 ---> Running in d761f2fbb796 08:51:13 Removing intermediate container 3085ebebfc48 08:51:13 ---> d9451cefc0e9 08:51:13 Step 18/21 : CMD ["--init=true"] 08:51:13 Removing intermediate container bfa1b1daaf9e 08:51:13 ---> 025d17f96740 08:51:13 Step 24/26 : LABEL arch=x86_64 08:51:13 ---> Running in 640ef650f8fe 08:51:14 ---> Running in c783acb781dd 08:51:14 Removing intermediate container 640ef650f8fe 08:51:14 ---> 2cb6d244ca9d 08:51:14 Step 19/21 : LABEL arch=x86_64 08:51:14 Removing intermediate container c783acb781dd 08:51:14 ---> cd17758c27bb 08:51:14 Step 25/26 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 08:51:14 ---> Running in 7f471f247241 08:51:14 ---> Running in cb4fe9d6c347 08:51:14 Removing intermediate container 7f471f247241 08:51:14 ---> ec937b8237f0 08:51:14 Step 20/21 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 08:51:14 ---> Running in ace36bd2b69e 08:51:14 Removing intermediate container cb4fe9d6c347 08:51:14 ---> a87ca80bfccc 08:51:14 Step 26/26 : LABEL version=0.0.0 08:51:14 ---> Running in f6526f65bfc1 08:51:14 Removing intermediate container ace36bd2b69e 08:51:14 ---> 899e97283fd4 08:51:14 Step 21/21 : LABEL version=0.0.0 08:51:15 ---> Running in c4f19c0393de 08:51:15 Removing intermediate container d761f2fbb796 08:51:15 ---> 8ce4169babb1 08:51:15 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 08:51:15 Removing intermediate container f6526f65bfc1 08:51:15 ---> 60d793b1e7b7 08:51:15 08:51:15 Successfully built 60d793b1e7b7 08:51:16 Successfully tagged docker-sys-mgmt-agent-go:latest 08:51:16 ---> Running in 06a7c95e7d1a 08:51:16  Building docker-sys-mgmt-agent-go ... done Removing intermediate container c4f19c0393de 08:51:16 ---> fc60a18d7732 08:51:16 08:51:16 Successfully built fc60a18d7732 08:51:16 Successfully tagged docker-security-proxy-setup-go:latest 08:51:16  Building docker-security-proxy-setup-go ... done Removing intermediate container 06a7c95e7d1a 08:51:16 ---> 9e915d49eb06 08:51:16 Step 30/33 : CMD ["gate"] 08:51:16 ---> Running in e1f6b16ca595 08:51:16 Removing intermediate container e1f6b16ca595 08:51:16 ---> f087f9a1196f 08:51:16 Step 31/33 : LABEL arch=x86_64 08:51:16 ---> Running in 90839a46c414 08:51:17 Removing intermediate container 90839a46c414 08:51:17 ---> ae19e245a032 08:51:17 Step 32/33 : LABEL git_sha=2710ae1c80a9ba244e2d72d5135cd67ed525ec69 08:51:17 ---> Running in ced0eea3c678 08:51:17 Removing intermediate container ced0eea3c678 08:51:17 ---> 661bd38e9c18 08:51:17 Step 33/33 : LABEL version=0.0.0 08:51:17 ---> Running in 1c4ab6c67f4c 08:51:17 Removing intermediate container 1c4ab6c67f4c 08:51:17 ---> 3cc783b4f08e 08:51:17 08:51:17 Successfully built 3cc783b4f08e 08:51:17 Successfully tagged docker-security-bootstrapper-go:latest 08:51:18  Building docker-security-bootstrapper-go ... done  [Pipeline] } 08:51:18 $ docker stop --time=1 87591826389e9294d329e9eeebef37c96cfc747dd9b66037611c87512c58744e 08:51:19 $ docker rm -f 87591826389e9294d329e9eeebef37c96cfc747dd9b66037611c87512c58744e [Pipeline] // withDockerContainer [Pipeline] sh 08:51:20 + docker images 08:51:20 + grep docker 08:51:20 docker-security-bootstrapper-go latest 3cc783b4f08e 3 seconds ago 41.5MB 08:51:20 docker-security-proxy-setup-go latest fc60a18d7732 5 seconds ago 24.4MB 08:51:20 docker-sys-mgmt-agent-go latest 60d793b1e7b7 5 seconds ago 313MB 08:51:20 docker-core-metadata-go latest e3f3dfa6355f 10 seconds ago 18.8MB 08:51:20 docker-support-scheduler-go latest ee0a754d2ac2 13 seconds ago 16.4MB 08:51:20 docker-core-data-go latest 107313e20ac0 About a minute ago 22.3MB 08:51:20 docker-security-secretstore-setup-go latest 26c5fa1656e0 About a minute ago 24.6MB 08:51:20 docker-core-command-go latest c0c2f151c91a About a minute ago 16.3MB 08:51:20 docker-support-notifications-go latest bdf8ca6eed4e About a minute ago 16.9MB 08:51:20 docker 20.10.0 aefe523efa57 6 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 08:51:36 Still waiting to schedule task 08:51:36 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:52:25 Running on prd-ubuntu18.04-docker-8c-8g-22249 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 08:52:25 Running in /w/workspace/edgex-go/16 [Pipeline] { [Pipeline] checkout 08:52:27 using credential edgex-jenkins-ssh 08:52:27 Cloning the remote Git repository 08:52:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:52:27 > git init /w/workspace/edgex-go/16 # timeout=10 08:52:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:52:27 > git --version # timeout=10 08:52:27 > git --version # 'git version 2.17.1' 08:52:27 using GIT_SSH to set credentials SSH Credentials for GitHub 08:52:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:52:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:52:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:52:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:52:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:52:35 using GIT_SSH to set credentials SSH Credentials for GitHub 08:52:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:52:35 Merging remotes/origin/master commit c7b5d06303d1c1949c9ce5e99765f1d861064f89 into PR head commit a10a5d32a7d6f8f3997973d513a76f3af5255545 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:52:36 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] } 08:52:35 > git config core.sparsecheckout # timeout=10 08:52:35 > git checkout -f a10a5d32a7d6f8f3997973d513a76f3af5255545 # timeout=10 [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 08:52:38 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:52:39 ---> package-listing.sh 08:52:39 ++ facter osfamily 08:52:39 ++ tr '[:upper:]' '[:lower:]' 08:52:39 + OS_FAMILY=redhat 08:52:39 + workspace=/w/workspace/edgex-go/16 08:52:39 + START_PACKAGES=/tmp/packages_start.txt 08:52:39 + END_PACKAGES=/tmp/packages_end.txt 08:52:39 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:52:39 + PACKAGES=/tmp/packages_start.txt 08:52:39 + '[' /w/workspace/edgex-go/16 ']' 08:52:39 + PACKAGES=/tmp/packages_end.txt 08:52:39 + case "${OS_FAMILY}" in 08:52:39 + rpm -qa 08:52:39 + sort 08:52:44 + '[' -f /tmp/packages_start.txt ']' 08:52:44 + '[' -f /tmp/packages_end.txt ']' 08:52:44 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:52:44 + '[' /w/workspace/edgex-go/16 ']' 08:52:44 + mkdir -p /w/workspace/edgex-go/16/archives/ 08:52:44 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/16/archives/ [Pipeline] echo 08:52:44 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/16/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:52:44 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:52:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:52:45 08:52:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:52:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:52:45 alpine: Pulling from edgex-lftools-log-publisher 08:52:45 df20fa9351a1: Pulling fs layer 08:52:45 36b3adc4ff6f: Pulling fs layer 08:52:45 8ad3a11d3b57: Pulling fs layer 08:52:45 46f8f816bc3b: Pulling fs layer 08:52:45 93b61091891f: Pulling fs layer 08:52:45 93b9cdb0e59b: Pulling fs layer 08:52:45 5e14af77c1be: Pulling fs layer 08:52:45 01666e4c0597: Pulling fs layer 08:52:45 aa168da1d23b: Pulling fs layer 08:52:45 93b9cdb0e59b: Waiting 08:52:45 5e14af77c1be: Waiting 08:52:45 01666e4c0597: Waiting 08:52:45 aa168da1d23b: Waiting 08:52:45 46f8f816bc3b: Waiting 08:52:45 93b61091891f: Waiting 08:52:45 36b3adc4ff6f: Verifying Checksum 08:52:45 36b3adc4ff6f: Download complete 08:52:45 46f8f816bc3b: Download complete 08:52:45 df20fa9351a1: Verifying Checksum 08:52:45 df20fa9351a1: Download complete 08:52:45 93b9cdb0e59b: Verifying Checksum 08:52:45 93b9cdb0e59b: Download complete 08:52:45 5e14af77c1be: Verifying Checksum 08:52:45 5e14af77c1be: Download complete 08:52:45 93b61091891f: Verifying Checksum 08:52:45 93b61091891f: Download complete 08:52:45 01666e4c0597: Verifying Checksum 08:52:45 01666e4c0597: Download complete 08:52:45 8ad3a11d3b57: Verifying Checksum 08:52:45 8ad3a11d3b57: Download complete 08:52:46 df20fa9351a1: Pull complete 08:52:46 36b3adc4ff6f: Pull complete 08:52:46 8ad3a11d3b57: Pull complete 08:52:47 46f8f816bc3b: Pull complete 08:52:47 aa168da1d23b: Verifying Checksum 08:52:47 aa168da1d23b: Download complete 08:52:49 93b61091891f: Pull complete 08:52:49 93b9cdb0e59b: Pull complete 08:52:49 5e14af77c1be: Pull complete 08:52:49 01666e4c0597: Pull complete 08:53:01 aa168da1d23b: Pull complete 08:53:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:53:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:53:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:53:01 prd-centos7-docker-4c-2g-22245 does not seem to be running inside a container 08:53:01 $ 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/16/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/16 -v /w/workspace/edgex-go/16:/w/workspace/edgex-go/16:rw,z -v /w/workspace/edgex-go/16@tmp:/w/workspace/edgex-go/16@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:53:04 $ docker top 72eb3f4f24c4b5c5bc752120db7604377f61608162c878caf71066ab4445ebf0 -eo pid,comm [Pipeline] { [Pipeline] sh 08:53:05 + touch /tmp/pre-build-complete [Pipeline] sh 08:53:05 + mkdir -p /var/log/sa [Pipeline] sh 08:53:06 + ls /var/log/sa-host 08:53:06 + sadf -c /var/log/sa-host/sa22 08:53:06 file_magic: OK 08:53:06 HZ: Using current value: 100 08:53:06 file_header: OK 08:53:06 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 08:53:06 Statistics: 08:53:06 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:53:06 File successfully converted to sysstat format version 12.2.1 08:53:06 + sadf -c /var/log/sa-host/sa23 08:53:06 file_magic: OK 08:53:06 HZ: Using current value: 100 08:53:06 file_header: OK 08:53:06 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 08:53:06 Statistics: 08:53:06 Hnuu...uuuununununu... 08:53:06 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:53:06 provisioning config files... 08:53:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/16@tmp/config1752418698181417113tmp [Pipeline] { [Pipeline] echo 08:53:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:53:06 ---> create-netrc.sh [Pipeline] } 08:53:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:53:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:53:07 ---> python-tools-install.sh [Pipeline] echo 08:53:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:53:07 ---> sudo-logs.sh 08:53:07 Archiving 'sudo' log.. [Pipeline] echo 08:53:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:53:07 ---> job-cost.sh 08:53:07 lf-activate-venv: SKIPPING 08:53:07 INFO: No Stack... 08:53:08 INFO: Retrieving Pricing Info for: v1-standard-2 08:53:09 INFO: Archiving Costs [Pipeline] echo 08:53:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:53:09 ---> logs-deploy.sh 08:53:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/16 08:53:09 INFO: archiving workspace using pattern(s): 08:53:10 Archives upload complete. 08:53:11 INFO: archiving logs to Nexus 08:53:12 ---> uname -a: 08:53:12 Linux prd-centos7-docker-4c-2g-22245.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:53:12 08:53:12 08:53:12 ---> lscpu: 08:53:12 Architecture: x86_64 08:53:12 CPU op-mode(s): 32-bit, 64-bit 08:53:12 Byte Order: Little Endian 08:53:12 Address sizes: 40 bits physical, 48 bits virtual 08:53:12 CPU(s): 4 08:53:12 On-line CPU(s) list: 0-3 08:53:12 Thread(s) per core: 1 08:53:12 Core(s) per socket: 1 08:53:12 Socket(s): 4 08:53:12 NUMA node(s): 1 08:53:12 Vendor ID: GenuineIntel 08:53:12 CPU family: 6 08:53:12 Model: 44 08:53:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:53:12 Stepping: 1 08:53:12 CPU MHz: 2933.438 08:53:12 BogoMIPS: 5866.87 08:53:12 Virtualization: VT-x 08:53:12 Hypervisor vendor: KVM 08:53:12 Virtualization type: full 08:53:12 L1d cache: 128 KiB 08:53:12 L1i cache: 128 KiB 08:53:12 L2 cache: 16 MiB 08:53:12 L3 cache: 64 MiB 08:53:12 NUMA node0 CPU(s): 0-3 08:53:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:53:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:53:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:53:12 Vulnerability Meltdown: Mitigation; PTI 08:53:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:53:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:53:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:53:12 Vulnerability Srbds: Not affected 08:53:12 Vulnerability Tsx async abort: Not affected 08:53:12 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 08:53:12 08:53:12