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 668f0a3a269f3b051418dc2678a30c23b2beea7f rather than f367429d956e5d276e7818cc1999ba8807e11e1c Obtained Jenkinsfile from 668f0a3a269f3b051418dc2678a30c23b2beea7f 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-23376 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/26 [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/26 # 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 > 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 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit f367429d956e5d276e7818cc1999ba8807e11e1c Merge succeeded, producing 49ddd11b749eeebb677a405925b1cca628037eed Checking out Revision 49ddd11b749eeebb677a405925b1cca628037eed (PR-3030) > git config core.sparsecheckout # timeout=10 > git checkout -f f367429d956e5d276e7818cc1999ba8807e11e1c # 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 668f0a3a269f3b051418dc2678a30c23b2beea7f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 49ddd11b749eeebb677a405925b1cca628037eed # timeout=10 Commit message: "Merge commit '668f0a3a269f3b051418dc2678a30c23b2beea7f' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 8e6a0e0219ddaca0ab8fe4c9751e78bfa8472019 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:08:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:08:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:08:12 ========================================================= 08:08:12 EdgeX Global Pipelines Version Info 08:08:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:08:14 ------------------- 08:08:14 stable info: 08:08:14 ------------------- 08:08:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:08:14 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:08:14 Message: update stable to v1.0.179 08:08:15 ------------------- 08:08:15 experimental info: 08:08:15 ------------------- 08:08:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:08:15 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:08:15 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:08:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:08:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:08:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:08:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:08:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:08:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:08:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:08:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:08:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:08:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:08:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:08:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:08:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:08:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:08:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:08:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:08:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:08:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:08:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:08:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:08:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:08:17 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:08:17 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:08:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo 08:08:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo 08:08:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo 08:08:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 49ddd11b749eeebb677a405925b1cca628037eed [Pipeline] echo 08:08:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 49ddd11 [Pipeline] echo 08:08:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:08:17 provisioning config files... 08:08:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config7979340469041605093tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:08:18 ---> docker-login.sh 08:08:18 nexus3.edgexfoundry.org:10001 08:08:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:08:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:08:18 Configure a credential helper to remove this warning. See 08:08:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:08:18 08:08:18 Login Succeeded 08:08:18 nexus3.edgexfoundry.org:10002 08:08:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:08:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:08:19 Configure a credential helper to remove this warning. See 08:08:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:08:19 08:08:19 Login Succeeded 08:08:19 nexus3.edgexfoundry.org:10003 08:08:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:08:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:08:19 Configure a credential helper to remove this warning. See 08:08:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:08:19 08:08:19 Login Succeeded 08:08:19 nexus3.edgexfoundry.org:10004 08:08:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:08:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:08:19 Configure a credential helper to remove this warning. See 08:08:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:08:19 08:08:19 Login Succeeded 08:08:19 docker.io 08:08:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:08:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:08:19 Configure a credential helper to remove this warning. See 08:08:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:08:19 08:08:19 Login Succeeded 08:08:19 ---> docker-login.sh ends [Pipeline] } 08:08:19 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:08:20 ++ 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:08:20 + for file in '`ls cmd/**/Dockerfile`' 08:08:20 ++ dirname cmd/core-command/Dockerfile 08:08:20 ++ cut -d/ -f2 08:08:20 + echo core-command,cmd/core-command/Dockerfile 08:08:20 + for file in '`ls cmd/**/Dockerfile`' 08:08:20 ++ dirname cmd/core-data/Dockerfile 08:08:20 ++ cut -d/ -f2 08:08:20 + echo core-data,cmd/core-data/Dockerfile 08:08:20 + for file in '`ls cmd/**/Dockerfile`' 08:08:20 ++ dirname cmd/core-metadata/Dockerfile 08:08:20 ++ cut -d/ -f2 08:08:20 + echo core-metadata,cmd/core-metadata/Dockerfile 08:08:20 + for file in '`ls cmd/**/Dockerfile`' 08:08:20 ++ dirname cmd/security-bootstrapper/Dockerfile 08:08:20 ++ cut -d/ -f2 08:08:20 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:08:20 + for file in '`ls cmd/**/Dockerfile`' 08:08:20 ++ dirname cmd/security-proxy-setup/Dockerfile 08:08:20 ++ cut -d/ -f2 08:08:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:08:20 + for file in '`ls cmd/**/Dockerfile`' 08:08:20 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:08:20 ++ cut -d/ -f2 08:08:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:08:20 + for file in '`ls cmd/**/Dockerfile`' 08:08:20 ++ dirname cmd/support-notifications/Dockerfile 08:08:20 ++ cut -d/ -f2 08:08:20 + echo support-notifications,cmd/support-notifications/Dockerfile 08:08:20 + for file in '`ls cmd/**/Dockerfile`' 08:08:20 ++ dirname cmd/support-scheduler/Dockerfile 08:08:20 ++ cut -d/ -f2 08:08:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:08:20 + for file in '`ls cmd/**/Dockerfile`' 08:08:20 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:08:20 ++ cut -d/ -f2 08:08:20 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:08:20 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:08:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:08:21 08:08:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:08:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:08:21 latest: Pulling from edgex-devops/git-semver 08:08:21 31603596830f: Pulling fs layer 08:08:21 2a8b12db71e7: Pulling fs layer 08:08:21 6ca5941a6612: Pulling fs layer 08:08:21 ecc8261a40a4: Pulling fs layer 08:08:21 ecc8261a40a4: Waiting 08:08:21 2a8b12db71e7: Verifying Checksum 08:08:21 2a8b12db71e7: Download complete 08:08:21 31603596830f: Download complete 08:08:21 ecc8261a40a4: Verifying Checksum 08:08:21 ecc8261a40a4: Download complete 08:08:21 6ca5941a6612: Verifying Checksum 08:08:21 6ca5941a6612: Download complete 08:08:22 31603596830f: Pull complete 08:08:22 2a8b12db71e7: Pull complete 08:08:22 6ca5941a6612: Pull complete 08:08:23 ecc8261a40a4: Pull complete 08:08:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:08:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:08:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:08:23 prd-centos7-docker-4c-2g-23376 does not seem to be running inside a container 08:08:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:08:26 $ docker top 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:08:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:26 [ssh-agent] Looking for ssh-agent implementation... 08:08:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:26 $ docker exec 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff ssh-agent 08:08:26 SSH_AUTH_SOCK=/tmp/ssh-RExyuvdhXCuS/agent.11 08:08:26 SSH_AGENT_PID=16 08:08:26 Running ssh-add (command line suppressed) 08:08:26 Identity added: /w/workspace/edgex-go/26@tmp/private_key_2529769003618445716.key (/w/workspace/edgex-go/26@tmp/private_key_2529769003618445716.key) 08:08:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:27 + git tag --points-at HEAD [Pipeline] } 08:08:27 $ docker exec --env ******** --env ******** 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff ssh-agent -k 08:08:27 unset SSH_AUTH_SOCK; 08:08:27 unset SSH_AGENT_PID; 08:08:27 echo Agent pid 16 killed; 08:08:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:08:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:08:27 [ssh-agent] Looking for ssh-agent implementation... 08:08:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:08:27 $ docker exec 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff ssh-agent 08:08:27 SSH_AUTH_SOCK=/tmp/ssh-RT3paS4CiQ1n/agent.46 08:08:27 SSH_AGENT_PID=52 08:08:27 Running ssh-add (command line suppressed) 08:08:28 Identity added: /w/workspace/edgex-go/26@tmp/private_key_1982328814426269691.key (/w/workspace/edgex-go/26@tmp/private_key_1982328814426269691.key) 08:08:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:08:28 + git semver init 08:08:28 # -> Open(): unable to determine branch for HEAD 08:08:28 # $GIT_DIR = /w/workspace/edgex-go/26/.git 08:08:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/26 08:08:28 # $SEMVER_REMOTE_NAME = origin 08:08:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:08:28 # $SEMVER_USER_NAME = edgex-jenkins 08:08:28 # $SEMVER_BRANCH = PR-3030 08:08:28 # $SEMVER_TEMP = /tmp/semver-274928796 08:08:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:08:46 # '/tmp/semver-274928796' -> '/w/workspace/edgex-go/26/.semver' 08:08:46 # -> Force: false 08:08:46 # $SEMVER_DIR = /w/workspace/edgex-go/26/.semver [Pipeline] } 08:08:46 $ docker exec --env ******** --env ******** 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff ssh-agent -k 08:08:46 unset SSH_AUTH_SOCK; 08:08:46 unset SSH_AGENT_PID; 08:08:46 echo Agent pid 52 killed; 08:08:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:08:47 + git semver [Pipeline] } 08:08:47 $ docker stop --time=1 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff 08:08:49 $ docker rm -f 0a02c8ee8ae9e1942410949678da57420c6d9dc0fb7871603b791cd72cb159ff [Pipeline] // withDockerContainer [Pipeline] sh 08:08:49 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:08:50 Stashed 1 file(s) [Pipeline] echo 08:08:50 [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:08:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:08:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:08:51 + sudo service docker restart 08:08:51 + true 08:08:51 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:08:52 ========================================================= 08:08:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:08:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:08:52 + 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:08:56 Sending build context to Docker daemon 327.2MB 08:08:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:08:56 Step 2/6 : FROM ${BASE} 08:08:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:08:56 188c0c94c7c5: Pulling fs layer 08:08:56 0ef7d3d256c8: Pulling fs layer 08:08:56 de9db76c5a1d: Pulling fs layer 08:08:56 bca2f99d35d6: Pulling fs layer 08:08:56 93359f2a8cfa: Pulling fs layer 08:08:56 7c6f9722023f: Pulling fs layer 08:08:56 a35cf1a2eb13: Pulling fs layer 08:08:56 bca2f99d35d6: Waiting 08:08:56 93359f2a8cfa: Waiting 08:08:56 7c6f9722023f: Waiting 08:08:56 a35cf1a2eb13: Waiting 08:08:56 de9db76c5a1d: Verifying Checksum 08:08:56 de9db76c5a1d: Download complete 08:08:56 0ef7d3d256c8: Verifying Checksum 08:08:56 0ef7d3d256c8: Download complete 08:08:56 93359f2a8cfa: Verifying Checksum 08:08:56 93359f2a8cfa: Download complete 08:08:56 7c6f9722023f: Download complete 08:08:56 188c0c94c7c5: Verifying Checksum 08:08:56 188c0c94c7c5: Download complete 08:08:56 188c0c94c7c5: Pull complete 08:08:57 0ef7d3d256c8: Pull complete 08:08:57 de9db76c5a1d: Pull complete 08:08:58 a35cf1a2eb13: Verifying Checksum 08:08:58 a35cf1a2eb13: Download complete 08:08:59 bca2f99d35d6: Download complete 08:09:04 bca2f99d35d6: Pull complete 08:09:04 93359f2a8cfa: Pull complete 08:09:04 7c6f9722023f: Pull complete 08:09:05 Still waiting to schedule task 08:09:05 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 08:09:09 a35cf1a2eb13: Pull complete 08:09:09 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:09:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:09:09 ---> a62c8e92a672 08:09:09 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:09:09 ---> Running in c85202388cdd 08:09:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:09:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:09:11 (1/12) Installing libmagic (5.38-r0) 08:09:11 (2/12) Installing file (5.38-r0) 08:09:11 (3/12) Installing libc-dev (0.7.2-r3) 08:09:11 (4/12) Installing g++ (9.3.0-r2) 08:09:18 (5/12) Installing fortify-headers (1.1-r0) 08:09:18 (6/12) Installing patch (2.7.6-r6) 08:09:18 (7/12) Installing build-base (0.5-r2) 08:09:18 (8/12) Installing libsodium (1.0.18-r0) 08:09:18 (9/12) Installing pkgconf (1.7.2-r0) 08:09:18 (10/12) Installing libsodium-dev (1.0.18-r0) 08:09:18 (11/12) Installing libzmq (4.3.3-r0) 08:09:18 (12/12) Installing zeromq-dev (4.3.3-r0) 08:09:18 Executing busybox-1.31.1-r19.trigger 08:09:18 OK: 233 MiB in 51 packages 08:09:22 Removing intermediate container c85202388cdd 08:09:22 ---> 49e55b6de65a 08:09:22 Step 4/6 : WORKDIR /edgex-go 08:09:22 ---> Running in fa4fcd9a8021 08:09:22 Removing intermediate container fa4fcd9a8021 08:09:22 ---> 37d03994f19c 08:09:22 Step 5/6 : COPY go.mod . 08:09:22 ---> 8fb12397c79f 08:09:22 Step 6/6 : RUN go mod download 08:09:22 ---> Running in b3d9680b8848 08:09:44 Removing intermediate container b3d9680b8848 08:09:44 ---> 31236e18f952 08:09:44 Successfully built 31236e18f952 08:09:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:09:45 + docker inspect -f . ci-base-image-x86_64 08:09:45 . [Pipeline] withDockerContainer 08:09:45 prd-centos7-docker-4c-2g-23376 does not seem to be running inside a container 08:09:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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 ******** ci-base-image-x86_64 cat 08:09:46 $ docker top 263e572d31c26a02ec9635db6324ad50e022303f0a2e07fec1d8149c2c902d97 -eo pid,comm [Pipeline] { [Pipeline] sh 08:09:46 + go version 08:09:46 go version go1.15.5 linux/amd64 [Pipeline] } 08:09:46 $ docker stop --time=1 263e572d31c26a02ec9635db6324ad50e022303f0a2e07fec1d8149c2c902d97 08:09:48 $ docker rm -f 263e572d31c26a02ec9635db6324ad50e022303f0a2e07fec1d8149c2c902d97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:09:49 + docker inspect -f . ci-base-image-x86_64 08:09:49 . [Pipeline] withDockerContainer 08:09:49 prd-centos7-docker-4c-2g-23376 does not seem to be running inside a container 08:09:49 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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 ******** ci-base-image-x86_64 cat 08:09:50 $ docker top f1a96c719b79d685da69ec6cf55c41ab1fa251e0b0573ec2f92d1442c5e070d9 -eo pid,comm [Pipeline] { [Pipeline] echo 08:09:51 ========================================================= 08:09:51 [edgeXBuildGoParallel] Running Tests and Build... 08:09:51 ========================================================= [Pipeline] sh 08:09:51 + make test 08:09:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:09:59 ? github.com/edgexfoundry/edgex-go [no test files] 08:10:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:10:19 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:10:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:10:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:10:20 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:10:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:10:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:10:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:10:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:10:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:10:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:10:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:10:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:10:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:10:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.097s coverage: 46.6% of statements 08:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:10:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:10:32 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.177s coverage: 27.1% of statements 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:10:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.033s coverage: 100.0% of statements 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:10:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:10:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.101s coverage: 65.8% of statements 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:10:32 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.448s coverage: 82.3% of statements 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:10:32 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.357s coverage: 28.6% of statements 08:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.061s coverage: 100.0% of statements 08:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements 08:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:10:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements 08:10:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:10:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.097s coverage: 97.5% of statements 08:10:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:10:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements 08:10:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:10:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:10:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:10:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:10:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.410s coverage: 92.8% of statements 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:10:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:10:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.070s coverage: 0.1% of statements 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:10:37 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:10:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.031s coverage: 43.8% of statements 08:10:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.064s coverage: 79.5% of statements 08:10:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 08:10:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 08:10:37 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.055s coverage: 94.4% of statements 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.044s coverage: 87.2% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.066s coverage: 87.2% of statements 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.082s coverage: 91.4% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.183s coverage: 63.5% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.027s coverage: 100.0% of statements 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.279s coverage: 68.9% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.108s coverage: 37.0% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.287s coverage: 84.0% of statements 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.121s coverage: 47.1% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.663s coverage: 29.1% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.076s coverage: 99.0% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:10:49 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.046s coverage: 100.0% of statements 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:10:49 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:10:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 08:10:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:10:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:10:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 08:10:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 08:10:50 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 08:10:51 GO111MODULE=on go vet ./... 08:11:02 Running on prd-ubuntu18.04-docker-arm64-4c-16g-23377 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 08:11:02 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout 08:11:07 using credential edgex-jenkins-ssh 08:11:07 Cloning the remote Git repository 08:11:07 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:11:07 > git init /w/workspace/edgex-go/26 # timeout=10 08:11:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:11:07 > git --version # timeout=10 08:11:07 > git --version # 'git version 2.17.1' 08:11:07 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:11:17 gofmt -l . 08:11:17 [ "`gofmt -l .`" = "" ] 08:11:17 ./bin/test-go-mod-tidy.sh 08:11:17 ./bin/test-attribution-txt.sh [Pipeline] sh 08:11:18 + ls -al . 08:11:18 total 668 08:11:18 drwxrwxr-x 10 1001 1001 4096 Jan 27 08:11 . 08:11:18 drwxr-xr-x 4 root root 30 Jan 27 08:09 .. 08:11:18 -rw-rw-r-- 1 1001 1001 11 Jan 27 08:08 .dockerignore 08:11:18 drwxrwxr-x 8 1001 1001 179 Jan 27 08:08 .git 08:11:18 drwxrwxr-x 3 1001 1001 125 Jan 27 08:08 .github 08:11:18 -rw-rw-r-- 1 1001 1001 872 Jan 27 08:08 .gitignore 08:11:18 drwx------ 3 1001 1001 60 Jan 27 08:08 .semver 08:11:18 -rw-rw-r-- 1 1001 1001 166 Jan 27 08:08 .sonarcloud.properties 08:11:18 -rw-rw-r-- 1 1001 1001 7859 Jan 27 08:08 Attribution.txt 08:11:18 -rw-rw-r-- 1 1001 1001 3804 Jan 27 08:08 CONTRIBUTING.md 08:11:18 -rw-rw-r-- 1 1001 1001 931 Jan 27 08:08 Dockerfile.build 08:11:18 -rw-rw-r-- 1 1001 1001 863 Jan 27 08:08 Jenkinsfile 08:11:18 -rw-rw-r-- 1 1001 1001 10775 Jan 27 08:08 LICENSE 08:11:18 -rw-rw-r-- 1 1001 1001 6001 Jan 27 08:08 Makefile 08:11:18 -rw-rw-r-- 1 1001 1001 6524 Jan 27 08:08 README.md 08:11:18 -rw-rw-r-- 1 1001 1001 6755 Jan 27 08:08 SECURITY.md 08:11:18 -rw-rw-r-- 1 1001 1001 5 Jan 27 08:08 VERSION 08:11:18 -rw-rw-r-- 1 1001 1001 4131 Jan 27 08:08 ZMQWindows.md 08:11:18 drwxrwxr-x 2 1001 1001 117 Jan 27 08:08 bin 08:11:18 drwxrwxr-x 15 1001 1001 4096 Jan 27 08:08 cmd 08:11:18 -rw-r--r-- 1 root root 564700 Jan 27 08:10 coverage.out 08:11:18 -rw-r--r-- 1 root root 1053 Jan 27 08:11 go.mod 08:11:18 -rw-r--r-- 1 root root 18995 Jan 27 08:11 go.sum 08:11:18 drwxrwxr-x 8 1001 1001 127 Jan 27 08:08 internal 08:11:18 drwxrwxr-x 4 1001 1001 26 Jan 27 08:08 openapi 08:11:18 drwxrwxr-x 4 1001 1001 71 Jan 27 08:08 snap 08:11:18 -rw-rw-r-- 1 1001 1001 168 Jan 27 08:08 version.go [Pipeline] sh 08:11:18 + '[' -e coverage.out ] 08:11:18 + chown 1001:1001 coverage.out [Pipeline] stash 08:11:18 Stashed 1 file(s) [Pipeline] sh 08:11:19 + make build 08:11:19 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:11:22 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:11:24 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit f367429d956e5d276e7818cc1999ba8807e11e1c [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:11:24 Failed in branch arm64 08:11:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:11:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:11:23 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:11:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:11:23 using GIT_SSH to set credentials SSH Credentials for GitHub 08:11:23 > 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:11:24 > git config core.sparsecheckout # timeout=10 08:11:24 > git checkout -f f367429d956e5d276e7818cc1999ba8807e11e1c # timeout=10 08:11:29 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:11:30 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:11:31 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:11:31 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:11:33 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:11:34 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:11:35 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:11:36 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:11:37 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:11:38 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:11:39 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:11:41 $ docker stop --time=1 f1a96c719b79d685da69ec6cf55c41ab1fa251e0b0573ec2f92d1442c5e070d9 08:11:42 $ docker rm -f f1a96c719b79d685da69ec6cf55c41ab1fa251e0b0573ec2f92d1442c5e070d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:11:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:11:45 08:11:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:11:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:11:45 latest: Pulling from edgex-devops/edgex-compose 08:11:45 cbdbe7a5bc2a: Pulling fs layer 08:11:45 ca9280d653b3: Pulling fs layer 08:11:45 7e9c9ca2126c: Pulling fs layer 08:11:45 cbdbe7a5bc2a: Verifying Checksum 08:11:45 cbdbe7a5bc2a: Download complete 08:11:46 cbdbe7a5bc2a: Pull complete 08:11:46 ca9280d653b3: Verifying Checksum 08:11:46 ca9280d653b3: Download complete 08:11:47 7e9c9ca2126c: Download complete 08:11:47 ca9280d653b3: Pull complete 08:11:57 7e9c9ca2126c: Pull complete 08:11:57 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:11:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:11:57 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:11:57 prd-centos7-docker-4c-2g-23376 does not seem to be running inside a container 08:11:57 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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-devops/edgex-compose:latest cat 08:11:58 $ docker top 2ee32278264756ff79d1cda0e95e88ddd6529fddb532d2d93a13a6ea864266ef -eo pid,comm [Pipeline] { [Pipeline] sh 08:11:59 + docker-compose build --help 08:11:59 + grep parallel 08:12:00 --parallel Build images in parallel. [Pipeline] } 08:12:00 $ docker stop --time=1 2ee32278264756ff79d1cda0e95e88ddd6529fddb532d2d93a13a6ea864266ef 08:12:01 $ docker rm -f 2ee32278264756ff79d1cda0e95e88ddd6529fddb532d2d93a13a6ea864266ef [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:12:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:12:02 . [Pipeline] withDockerContainer 08:12:02 prd-centos7-docker-4c-2g-23376 does not seem to be running inside a container 08:12:02 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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:12:02 $ docker top 8c2b725cce697ae08086e8e6f3b8a775aaca9891f11216d315ef66032464fa60 -eo pid,comm [Pipeline] { [Pipeline] sh 08:12:03 + docker-compose -f ./docker-compose-build.yml build --parallel 08:12:04 Building docker-core-command-go ... 08:12:04 Building docker-core-data-go ... 08:12:04 Building docker-core-metadata-go ... 08:12:04 Building docker-security-bootstrapper-go ... 08:12:04 Building docker-security-proxy-setup-go ... 08:12:04 Building docker-security-secretstore-setup-go ... 08:12:04 Building docker-support-notifications-go ... 08:12:04 Building docker-support-scheduler-go ... 08:12:04 Building docker-sys-mgmt-agent-go ... 08:12:04 Building docker-core-metadata-go 08:12:04 Building docker-security-secretstore-setup-go 08:12:04 Building docker-security-proxy-setup-go 08:12:04 Building docker-core-command-go 08:12:04 Building docker-sys-mgmt-agent-go 08:12:36 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:12:36 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:12:36 ---> 31236e18f952 08:12:36 Step 3/21 : WORKDIR /edgex-go 08:12:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:12:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:12:36 ---> 31236e18f952 08:12:36 Step 3/23 : WORKDIR /edgex-go 08:12:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:12:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:12:36 ---> 31236e18f952 08:12:36 Step 3/23 : WORKDIR /edgex-go 08:12:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:12:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:12:36 ---> 31236e18f952 08:12:36 Step 3/24 : WORKDIR /edgex-go 08:12:36 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:12:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:12:36 ---> 31236e18f952 08:12:36 Step 3/26 : WORKDIR /edgex-go 08:12:37 ---> Running in ef37681f8508 08:12:37 ---> Running in 69099fd697fa 08:12:37 ---> Running in e6729f20478a 08:12:37 ---> Running in d474de765ae1 08:12:37 ---> Running in 0418f9f4696a 08:12:37 Removing intermediate container 0418f9f4696a 08:12:37 ---> 8ab021ac27e1 08:12:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:37 Removing intermediate container d474de765ae1 08:12:37 ---> 213f30934508 08:12:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:37 Removing intermediate container e6729f20478a 08:12:37 ---> 33c3b2397450 08:12:37 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:37 Removing intermediate container 69099fd697fa 08:12:37 ---> ec24c5f8991d 08:12:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:37 Removing intermediate container ef37681f8508 08:12:37 ---> 5d21da3254f2 08:12:37 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:12:37 ---> Running in e80f9ad9f3a5 08:12:38 ---> Running in f124d8a6306a 08:12:38 ---> Running in 9a4d4f5723c7 08:12:38 ---> Running in 61db1cb4b105 08:12:38 ---> Running in 7ca91f5e114d 08:12:40 Removing intermediate container 9a4d4f5723c7 08:12:40 ---> ec59feaf370e 08:12:40 Step 5/26 : RUN apk add --update --no-cache make bash git 08:12:40 Removing intermediate container f124d8a6306a 08:12:40 ---> 6d7249cfbc74 08:12:40 Step 5/23 : RUN apk add --update --no-cache make git 08:12:40 ---> Running in 3171cd886abe 08:12:40 ---> Running in 9aa7ca715977 08:12:40 Removing intermediate container e80f9ad9f3a5 08:12:40 ---> cdd0b32c868f 08:12:40 Step 5/24 : RUN apk add --update --no-cache make git 08:12:40 Removing intermediate container 61db1cb4b105 08:12:40 ---> 44addf74f1a2 08:12:40 Step 5/21 : RUN apk add --update --no-cache make git 08:12:40 Removing intermediate container 7ca91f5e114d 08:12:40 ---> 272ce0944c95 08:12:40 Step 5/23 : RUN apk add --update --no-cache make git 08:12:40 ---> Running in 9db2f09ece8a 08:12:40 ---> Running in 160f78392ffc 08:12:40 ---> Running in 7b02c88d2fdf 08:12:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:42 OK: 233 MiB in 51 packages 08:12:42 OK: 233 MiB in 51 packages 08:12:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:12:42 OK: 233 MiB in 51 packages 08:12:42 OK: 233 MiB in 51 packages 08:12:42 Removing intermediate container 3171cd886abe 08:12:42 ---> 7f82811fc554 08:12:42 Step 6/23 : COPY go.mod . 08:12:43 Removing intermediate container 9aa7ca715977 08:12:43 ---> 1de6a679b991 08:12:43 Step 6/26 : COPY go.mod . 08:12:43 ---> 563b778687cc 08:12:43 Step 7/23 : RUN go mod download 08:12:43 OK: 233 MiB in 51 packages 08:12:43 ---> Running in 6c4ecf051f4e 08:12:43 Removing intermediate container 160f78392ffc 08:12:43 ---> ba4f72390f3c 08:12:43 Step 6/21 : COPY go.mod . 08:12:43 ---> 689a1687195b 08:12:43 Step 7/26 : RUN go mod download 08:12:43 Removing intermediate container 7b02c88d2fdf 08:12:43 ---> cc458672cb29 08:12:43 Step 6/23 : COPY go.mod . 08:12:43 ---> Running in 787a5a5132aa 08:12:44 ---> 5db0c8cfba0e 08:12:44 Step 7/21 : RUN go mod download 08:12:44 ---> Running in 2f2faac7125b 08:12:44 ---> 9732afee0f38 08:12:44 Step 7/23 : RUN go mod download 08:12:44 Removing intermediate container 9db2f09ece8a 08:12:44 ---> 122986bf6d06 08:12:44 Step 6/24 : COPY go.mod . 08:12:44 ---> Running in c4a4b1546795 08:12:44 ---> 0762c425760e 08:12:44 Step 7/24 : RUN go mod download 08:12:45 ---> Running in 03340e740074 08:12:46 Removing intermediate container 2f2faac7125b 08:12:46 ---> 80e379ff0341 08:12:46 Step 8/21 : COPY . . 08:12:46 Removing intermediate container 6c4ecf051f4e 08:12:46 ---> 349a7c556b87 08:12:46 Step 8/23 : COPY . . 08:12:46 Removing intermediate container 787a5a5132aa 08:12:46 ---> b01b108d16c8 08:12:46 Step 8/26 : COPY . . 08:12:48 Removing intermediate container c4a4b1546795 08:12:48 ---> 5617e9219bfd 08:12:48 Step 8/23 : COPY . . 08:12:51 Removing intermediate container 03340e740074 08:12:51 ---> 9204ede85412 08:12:51 Step 8/24 : COPY . . 08:13:30 ---> f738b0728f50 08:13:30 ---> 40cefeac80f6 08:13:30 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agentStep 9/23 : RUN make cmd/core-metadata/core-metadata 08:13:30 08:13:30 ---> Running in 77bcd6129748 08:13:30 ---> Running in c940b2bb09ae 08:13:30 ---> 6e9acb4dc488 08:13:30 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:13:30 ---> f1e676c798f9 08:13:30 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:13:30 ---> 2650f8dbd758 08:13:30 Step 9/23 : RUN make cmd/core-command/core-command 08:13:30 ---> Running in bddf5ad22ba6 08:13:30 ---> Running in f1dad7b3cebe 08:13:30 ---> Running in 25a3f12cc064 08:13:30 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:13:30 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:13:30 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:13:30 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:13:30 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:13:52 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:13:52 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:14:02 Removing intermediate container 77bcd6129748 08:14:02 ---> 22133c9e46a4 08:14:02 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:14:02 Removing intermediate container f1dad7b3cebe 08:14:02 ---> 359b936cef45 08:14:02 08:14:02 Step 10/21 : FROM alpine:3.12 08:14:02 Removing intermediate container 25a3f12cc064 08:14:02 ---> a13d83b0e437 08:14:02 08:14:02 Step 10/23 : FROM alpine:3.12 08:14:02 Removing intermediate container bddf5ad22ba6 08:14:02 ---> 39a3ccf8696c 08:14:02 08:14:02 Step 10/24 : FROM alpine:3.12 08:14:02 ---> Running in 77fa63f81467 08:14:02 3.12: Pulling from library/alpine 08:14:02 3.12: Pulling from library/alpine 08:14:02 3.12: Pulling from library/alpine 08:14:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:14:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:14:02 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:14:02 Status: Image is up to date for alpine:3.12 08:14:02 ---> 389fef711851 08:14:02 Step 11/21 : RUN apk add --update --no-cache curl 08:14:02 Status: Downloaded newer image for alpine:3.12 08:14:02 ---> 389fef711851 08:14:02 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:14:02 Status: Downloaded newer image for alpine:3.12 08:14:02 ---> 389fef711851 08:14:02 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:14:02 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:14:05 ---> Running in f50af6bfcc99 08:14:05 ---> Running in 11e8bd7bb35d 08:14:05 ---> Running in 0ad529bc562e 08:14:05 Removing intermediate container c940b2bb09ae 08:14:05 ---> 6b0b22551356 08:14:05 08:14:05 Step 10/23 : FROM alpine:3.12 08:14:05 ---> 389fef711851 08:14:05 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:14:05 ---> Running in d731f9695244 08:14:06 Removing intermediate container 77fa63f81467 08:14:06 ---> 0b4a26ad941e 08:14:06 08:14:06 Step 11/26 : FROM docker:20.10.0 08:14:06 20.10.0: Pulling from library/docker 08:14:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:06 (1/1) Installing dumb-init (1.2.2-r1) 08:14:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:06 Executing busybox-1.31.1-r19.trigger 08:14:06 OK: 6 MiB in 15 packages 08:14:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:06 (1/5) Installing ca-certificates (20191127-r4) 08:14:06 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:14:06 (3/5) Installing libcurl (7.69.1-r3) 08:14:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:06 (4/5) Installing curl (7.69.1-r3) 08:14:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:06 (5/5) Installing dumb-init (1.2.2-r1) 08:14:06 Executing busybox-1.31.1-r19.trigger 08:14:06 Executing ca-certificates-20191127-r4.trigger 08:14:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:07 OK: 7 MiB in 19 packages 08:14:07 (1/1) Installing dumb-init (1.2.2-r1) 08:14:07 Executing busybox-1.31.1-r19.trigger 08:14:07 OK: 6 MiB in 15 packages 08:14:07 (1/4) Installing ca-certificates (20191127-r4) 08:14:07 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:14:07 (3/4) Installing libcurl (7.69.1-r3) 08:14:07 (4/4) Installing curl (7.69.1-r3) 08:14:07 Executing busybox-1.31.1-r19.trigger 08:14:07 Executing ca-certificates-20191127-r4.trigger 08:14:07 OK: 7 MiB in 18 packages 08:14:08 Removing intermediate container f50af6bfcc99 08:14:08 ---> 17b81219a741 08:14:08 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:14:08 ---> Running in 3d2e8094f13f 08:14:08 Removing intermediate container 11e8bd7bb35d 08:14:08 ---> 5fc3bc3a8a45 08:14:08 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:14:09 Removing intermediate container d731f9695244 08:14:09 ---> 457b63689da9 08:14:09 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:14:09 ---> Running in 22cdd77a2d18 08:14:09 ---> Running in dc27594926c6 08:14:09 Removing intermediate container 3d2e8094f13f 08:14:09 ---> ff2eedea9dc8 08:14:09 Step 13/23 : ENV APP_PORT=48082 08:14:09 Removing intermediate container 0ad529bc562e 08:14:09 ---> c65b7f442a65 08:14:09 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:14:09 ---> Running in 6b6ba1dba88c 08:14:10 ---> Running in 38b787485e2e 08:14:10 Removing intermediate container 22cdd77a2d18 08:14:10 ---> e06af6743cb2 08:14:10 Step 13/24 : WORKDIR / 08:14:10 Removing intermediate container dc27594926c6 08:14:10 ---> 2f8a5320cf2c 08:14:10 Step 13/23 : ENV APP_PORT=48081 08:14:10 ---> Running in 25a14c705592 08:14:10 Removing intermediate container 6b6ba1dba88c 08:14:10 ---> 75c4000a74ec 08:14:10 Step 14/23 : EXPOSE $APP_PORT 08:14:10 ---> Running in 2f53bacbe69f 08:14:10 Removing intermediate container 38b787485e2e 08:14:10 ---> 9bb7a8278a7b 08:14:10 Step 13/21 : WORKDIR /edgex 08:14:10 ---> Running in 17bafa35ac5a 08:14:10 ---> Running in 0d07ec052f28 08:14:10 Removing intermediate container 2f53bacbe69f 08:14:10 ---> ea868cfb8fef 08:14:10 Step 14/23 : EXPOSE $APP_PORT 08:14:10 Removing intermediate container 25a14c705592 08:14:10 ---> dcac36aacd40 08:14:10 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:14:11 ---> Running in 375a8a364a09 08:14:11 Removing intermediate container 17bafa35ac5a 08:14:11 ---> 13e7248cc279 08:14:11 Step 15/23 : WORKDIR / 08:14:11 Removing intermediate container 0d07ec052f28 08:14:11 ---> 1fef95aebb6f 08:14:11 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:14:11 ---> 71d3eae07264 08:14:11 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:14:11 ---> Running in 1e90574fabd8 08:14:11 Removing intermediate container 375a8a364a09 08:14:11 ---> 8183ec3ce339 08:14:11 Step 15/23 : WORKDIR / 08:14:12 ---> Running in 07a0ee81bb57 08:14:12 Removing intermediate container 1e90574fabd8 08:14:12 ---> b1b7e7fea8b3 08:14:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:14:12 ---> 30535a244c36 08:14:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:14:12 ---> 7c6eb3c319ad 08:14:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:14:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:14:12 Status: Downloaded newer image for docker:20.10.0 08:14:12 ---> aefe523efa57 08:14:12 Step 12/26 : RUN apk add --no-cache bash 08:14:12 Removing intermediate container 07a0ee81bb57 08:14:12 ---> 84d9186f6ca2 08:14:12 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:14:12 ---> Running in eb4a24b01f44 08:14:12 ---> 1edfe428d6a0 08:14:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:14:12 ---> 2bc80710e874 08:14:12 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:14:12 ---> 407786a215c4 08:14:12 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:14:12 ---> c628a4773ee5 08:14:12 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:14:13 ---> ac68e8f08fbf 08:14:13 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:14:13 ---> 14042556f368 08:14:13 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:14:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:14 ---> 1502c2f3f494 08:14:14 Step 19/23 : ENTRYPOINT ["/core-command"] 08:14:14 ---> 6b4e2e40d3e1 08:14:14 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:14:14 ---> 8053861f8d60 08:14:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:14:14 ---> 606957c1dd54 08:14:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:14:14 (1/2) Installing readline (8.0.4-r0) 08:14:14 (2/2) Installing bash (5.0.17-r0) 08:14:14 Executing bash-5.0.17-r0.post-install 08:14:14 ---> Running in ddd9e3656d2d 08:14:14 Executing busybox-1.31.1-r19.trigger 08:14:14 ---> Running in 3f74b24a5132 08:14:14 OK: 12 MiB in 22 packages 08:14:14 Removing intermediate container ddd9e3656d2d 08:14:14 ---> 6cf7e45a8270 08:14:14 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:14:14 Removing intermediate container 3f74b24a5132 08:14:14 ---> 0d8e1825f346 08:14:14 Step 18/21 : CMD ["--init=true"] 08:14:14 ---> e25ce5dbf82c 08:14:14 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:14:14 ---> a641862cbb01 08:14:14 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:14:15 ---> Running in 73e291603616 08:14:15 ---> Running in 38ac546ab0e1 08:14:15 ---> Running in 8dcacb54ca57 08:14:15 ---> Running in c70280ac7a7f 08:14:15 Removing intermediate container 38ac546ab0e1 08:14:15 ---> d540157b73b6 08:14:15 Step 21/23 : LABEL arch=x86_64 08:14:15 Removing intermediate container 73e291603616 08:14:15 ---> 7a1350fff443 08:14:15 Step 19/21 : LABEL arch=x86_64 08:14:15 Removing intermediate container eb4a24b01f44 08:14:15 ---> 64d673eea823 08:14:15 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:14:15 Removing intermediate container c70280ac7a7f 08:14:15 ---> 04f35eb4293f 08:14:15 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:14:15 ---> Running in 3893907ba565 08:14:15 ---> Running in 383a280fbc48 08:14:15 ---> Running in 5fb738caa870 08:14:15 ---> Running in 115ee4718ab8 08:14:16 Removing intermediate container 3893907ba565 08:14:16 ---> fb4ef181e45e 08:14:16 Step 22/23 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed 08:14:16 ---> Running in f831adaa61e9 08:14:16 Removing intermediate container 383a280fbc48 08:14:16 ---> dc020eefe899 08:14:16 Step 20/21 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed 08:14:16 Removing intermediate container 5fb738caa870 08:14:16 ---> a8966cec14d4 08:14:16 Step 14/26 : ENV APP_PORT=48090 08:14:16 Removing intermediate container 115ee4718ab8 08:14:16 ---> 90301dbb0d42 08:14:16 Step 21/23 : LABEL arch=x86_64 08:14:16 ---> Running in dbe07bc2c917 08:14:16 ---> Running in 8546b3276f6b 08:14:16 ---> Running in 527c97a4d9bd 08:14:16 Removing intermediate container f831adaa61e9 08:14:16 ---> 881e9f782161 08:14:16 Step 23/23 : LABEL version=0.0.0 08:14:16 ---> Running in 6e720162e350 08:14:16 Removing intermediate container 8dcacb54ca57 08:14:16 ---> d4b34d5ad1c0 08:14:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:14:16 Removing intermediate container dbe07bc2c917 08:14:16 ---> 76183cd44499 08:14:16 Step 21/21 : LABEL version=0.0.0 08:14:16 Removing intermediate container 8546b3276f6b 08:14:16 ---> 179b3fa37bc9 08:14:16 Step 15/26 : EXPOSE $APP_PORT 08:14:17 Removing intermediate container 527c97a4d9bd 08:14:17 ---> 014f5a33e742 08:14:17 Step 22/23 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed 08:14:17 ---> Running in ad59359bd537 08:14:17 ---> Running in 1dc8ff510ab5 08:14:17 ---> Running in c471e569595a 08:14:17 Removing intermediate container 6e720162e350 08:14:17 ---> 97ac5a88d369 08:14:17 08:14:17 ---> Running in 2afce6ad042f 08:14:17 Removing intermediate container ad59359bd537 08:14:17 ---> a6c651767493 08:14:17 Step 22/24 : LABEL arch=x86_64 08:14:17 Removing intermediate container c471e569595a 08:14:17 ---> 67cf50ba532c 08:14:17 08:14:17 Successfully built 97ac5a88d369 08:14:17 Removing intermediate container 1dc8ff510ab5 08:14:17 ---> 27f06293cc29 08:14:17 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:14:17 Successfully built 67cf50ba532c 08:14:17 Successfully tagged docker-core-command-go:latest 08:14:17  Building docker-core-command-go ... done Building docker-support-scheduler-go 08:14:17 Successfully tagged docker-security-proxy-setup-go:latest 08:14:17 Building docker-core-data-go 08:14:17 ---> Running in a9b7a1f0164e 08:14:17 Removing intermediate container 2afce6ad042f 08:14:17 ---> 6d857dfb05df 08:14:17 Step 23/23 : LABEL version=0.0.0 08:14:17  Building docker-security-proxy-setup-go ... done  ---> Running in bc63bb89219f 08:14:18 Removing intermediate container a9b7a1f0164e 08:14:18 ---> 9dfe0212519e 08:14:18 Step 23/24 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed 08:14:18 Removing intermediate container bc63bb89219f 08:14:18 ---> 069093bd2ffc 08:14:18 08:14:18 ---> Running in 08078ea453b0 08:14:18 Successfully built 069093bd2ffc 08:14:18 ---> 97255b548578 08:14:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:14:18 Successfully tagged docker-core-metadata-go:latest 08:14:18 Building docker-support-notifications-go 08:14:18  Building docker-core-metadata-go ... done Removing intermediate container 08078ea453b0 08:14:18 ---> 2643c13595a3 08:14:18 Step 24/24 : LABEL version=0.0.0 08:14:18 ---> Running in 722c32448fe9 08:14:18 ---> 0d2a3c7f7ce5 08:14:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:14:23 Removing intermediate container 722c32448fe9 08:14:23 ---> 78db4d9d70cf 08:14:23 08:14:23 Successfully built 78db4d9d70cf 08:14:23 ---> b4fb751af610 08:14:23 Step 19/26 : RUN apk --no-cache add py3-pip 08:14:23 Successfully tagged docker-security-secretstore-setup-go:latest 08:14:23  Building docker-security-secretstore-setup-go ... done Building docker-security-bootstrapper-go 08:14:26 ---> Running in 8f86ea469536 08:14:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:30 (1/33) Installing libbz2 (1.0.8-r1) 08:14:30 (2/33) Installing expat (2.2.9-r1) 08:14:30 (3/33) Installing libffi (3.3-r2) 08:14:30 (4/33) Installing gdbm (1.13-r1) 08:14:30 (5/33) Installing xz-libs (5.2.5-r0) 08:14:30 (6/33) Installing sqlite-libs (3.32.1-r0) 08:14:30 (7/33) Installing python3 (3.8.5-r0) 08:14:44 (8/33) Installing py3-appdirs (1.4.4-r1) 08:14:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:14:44 (10/33) Installing py3-parsing (2.4.7-r0) 08:14:44 (11/33) Installing py3-six (1.15.0-r0) 08:14:44 (12/33) Installing py3-packaging (20.4-r0) 08:14:44 (13/33) Installing py3-setuptools (47.0.0-r0) 08:14:44 (14/33) Installing py3-chardet (3.0.4-r4) 08:14:44 (15/33) Installing py3-idna (2.9-r0) 08:14:44 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:14:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:14:44 (18/33) Installing py3-requests (2.23.0-r0) 08:14:44 (19/33) Installing py3-msgpack (1.0.0-r0) 08:14:44 (20/33) Installing py3-lockfile (0.12.2-r3) 08:14:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:14:44 (22/33) Installing py3-colorama (0.4.3-r0) 08:14:44 (23/33) Installing py3-distlib (0.3.0-r0) 08:14:45 (24/33) Installing py3-distro (1.5.0-r1) 08:14:45 (25/33) Installing py3-webencodings (0.5.1-r3) 08:14:46 (26/33) Installing py3-html5lib (1.0.1-r4) 08:14:46 (27/33) Installing py3-pytoml (0.1.21-r0) 08:14:46 (28/33) Installing py3-pep517 (0.8.2-r0) 08:14:46 (29/33) Installing py3-progress (1.5-r0) 08:14:46 (30/33) Installing py3-toml (0.10.1-r0) 08:14:46 (31/33) Installing py3-retrying (1.3.3-r0) 08:14:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:14:46 (33/33) Installing py3-pip (20.1.1-r0) 08:14:46 Executing busybox-1.31.1-r19.trigger 08:14:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:14:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:14:46 ---> 31236e18f952 08:14:46 Step 3/23 : WORKDIR /edgex-go 08:14:46 ---> 31236e18f952 08:14:46 Step 3/22 : WORKDIR /edgex-go 08:14:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:14:46 ---> 31236e18f952 08:14:46 Step 3/22 : WORKDIR /edgex-go 08:14:46 ---> Using cache 08:14:46 ---> Using cache 08:14:46 ---> Using cache 08:14:46 ---> 5d21da3254f2 08:14:46 ---> 5d21da3254f2 08:14:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:46 ---> 5d21da3254f2 08:14:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:46 08:14:47 ---> Using cache 08:14:47 ---> Using cache 08:14:47 ---> 272ce0944c95 08:14:47 ---> Using cache 08:14:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git ---> 272ce0944c95 08:14:47 Step 5/22 : RUN apk add --update --no-cache make git 08:14:47 ---> 272ce0944c95 08:14:47 08:14:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:14:47 ---> Using cache 08:14:47 ---> cc458672cb29 08:14:47 Step 6/22 : COPY go.mod . 08:14:47 ---> Using cache 08:14:47 ---> 9732afee0f38 08:14:47 Step 7/22 : RUN go mod download 08:14:47 ---> Using cache 08:14:47 ---> 5617e9219bfd 08:14:47 Step 8/22 : COPY . . 08:14:47 OK: 71 MiB in 55 packages 08:14:47 ---> Using cache 08:14:47 ---> 2650f8dbd758 08:14:47 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:14:48 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:14:48 Step 2/33 : FROM ${BUILDER_BASE} AS builder 08:14:48 ---> 31236e18f952 08:14:48 Step 3/33 : WORKDIR /edgex-go 08:14:48 ---> Using cache 08:14:48 ---> 5d21da3254f2 08:14:48 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:14:48 ---> Using cache 08:14:48 ---> 272ce0944c95 08:14:48 Step 5/33 : RUN apk add --update --no-cache make git 08:14:48 ---> Using cache 08:14:48 ---> cc458672cb29 08:14:48 Step 6/33 : COPY go.mod . 08:14:48 ---> Using cache 08:14:48 ---> 9732afee0f38 08:14:48 Step 7/33 : RUN go mod download 08:14:48 ---> Using cache 08:14:48 ---> 5617e9219bfd 08:14:48 Step 8/33 : COPY . . 08:14:48 ---> Using cache 08:14:48 ---> 2650f8dbd758 08:14:48 Step 9/33 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" 08:14:49 ---> Running in 433c63ee536c 08:14:49 ---> Running in d0db4209a2a3 08:14:49 ---> Running in 5f28c7bbedb4 08:14:49 ---> Running in 1dc4668bdb92 08:14:50 Removing intermediate container 1dc4668bdb92 08:14:50 ---> f9136701b91f 08:14:50 Step 10/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" 08:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:50 ---> Running in 3f0b4660c2e1 08:14:50 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:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:14:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:51 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:14:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:14:51 OK: 233 MiB in 51 packages 08:14:52 OK: 233 MiB in 51 packages 08:14:55 Removing intermediate container 433c63ee536c 08:14:55 ---> c3756f06e8b0 08:14:55 Step 6/23 : COPY go.mod . 08:14:55 Removing intermediate container 5f28c7bbedb4 08:14:55 ---> abe582a1fc0a 08:14:55 Step 6/22 : COPY go.mod . 08:14:57 ---> 1193b61465a6 08:14:57 Step 7/23 : RUN go mod download 08:14:59 ---> 6e084a198f1b 08:14:59 Step 7/22 : RUN go mod download 08:14:59 ---> Running in 0426bdb991af 08:15:00 ---> Running in 7833aef99eea 08:15:00 Removing intermediate container 8f86ea469536 08:15:00 ---> 504dc9097bb8 08:15:00 Step 20/26 : RUN pip install docker-compose==1.23.2 08:15:00 ---> Running in 93451cba2bdf 08:15:04 Removing intermediate container 7833aef99eea 08:15:04 ---> 1e7ac7992bfe 08:15:04 Step 8/22 : COPY . . 08:15:04 Collecting docker-compose==1.23.2 08:15:04 Removing intermediate container 0426bdb991af 08:15:04 ---> f00af7a9df59 08:15:04 Step 8/23 : COPY . . 08:15:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:15:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:15:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:15:05 Collecting docopt<0.7,>=0.6.1 08:15:05 Downloading docopt-0.6.2.tar.gz (25 kB) 08:15:13 Collecting docker<4.0,>=3.6.0 08:15:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:15:13 Collecting dockerpty<0.5,>=0.4.1 08:15:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:15:17 Collecting cached-property<2,>=1.2.0 08:15:17 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:15:17 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:15:17 Collecting websocket-client<1.0,>=0.32.0 08:15:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:15:17 Collecting jsonschema<3,>=2.5.1 08:15:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:15:17 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:15:19 Collecting texttable<0.10,>=0.9.0 08:15:19 Downloading texttable-0.9.1.tar.gz (11 kB) 08:15:21 Collecting PyYAML<4,>=3.10 08:15:21 Downloading PyYAML-3.13.tar.gz (270 kB) 08:15:24 Collecting urllib3<1.25,>=1.21.1 08:15:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:15:25 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:15:26 Collecting idna<2.8,>=2.5 08:15:26 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:15:27 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:15:28 Collecting docker-pycreds>=0.4.0 08:15:28 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:15:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:15:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:15:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:15:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:15:29 Removing intermediate container d0db4209a2a3 08:15:29 ---> 4e36f4e2a0ae 08:15:29 08:15:29 Step 10/22 : FROM alpine:3.12 08:15:29 ---> 389fef711851 08:15:29 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:15:29 Installing collected packages: urllib3, idna, requests, docopt, websocket-client, docker-pycreds, docker, dockerpty, cached-property, jsonschema, texttable, PyYAML, docker-compose 08:15:29 Attempting uninstall: urllib3 08:15:29 Found existing installation: urllib3 1.25.9 08:15:29 ---> Using cache 08:15:29 ---> 457b63689da9 08:15:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:15:29 Uninstalling urllib3-1.25.9: 08:15:29 ---> Using cache 08:15:29 ---> 2f8a5320cf2c 08:15:29 Step 13/22 : ENV APP_PORT=48085 08:15:29 Successfully uninstalled urllib3-1.25.9 08:15:30 + mkdir -p /tmp/build/dist/linux 08:15:30 + cd /tmp/build/dist/linux 08:15:30 + git clone https://github.com/jwilder/dockerize.git . 08:15:30 Cloning into '.'... 08:15:31  Attempting uninstall: idna 08:15:31 Found existing installation: idna 2.9 08:15:31 Uninstalling idna-2.9: 08:15:31 + go get github.com/robfig/glock 08:15:31  ---> Running in f3c1fe80aa45 08:15:31 Successfully uninstalled idna-2.9 08:15:31 Attempting uninstall: requests 08:15:31 Found existing installation: requests 2.23.0 08:15:31 Uninstalling requests-2.23.0: 08:15:31 Successfully uninstalled requests-2.23.0 08:15:33 Running setup.py install for docopt: started 08:15:33 Removing intermediate container f3c1fe80aa45 08:15:33 ---> b08dcf29d04d 08:15:33 Step 14/22 : EXPOSE $APP_PORT 08:15:34 ---> Running in 57c6033d6b21 08:15:34 Running setup.py install for docopt: finished with status 'done' 08:15:34 ---> 2e02c3f87901 08:15:34 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:15:34 ---> 29021a01a4d0 08:15:34 Step 9/23 : RUN make cmd/core-data/core-data 08:15:34 ---> Running in e5d158c5a846 08:15:34 ---> Running in 97502b30f9d3 08:15:34 Removing intermediate container 57c6033d6b21 08:15:34 ---> 20f19314a7e8 08:15:34 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:15:34 Running setup.py install for dockerpty: started 08:15:35 Running setup.py install for dockerpty: finished with status 'done' 08:15:35 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:15:35 ---> 55907c3a629a 08:15:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:15:35 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:15:35 Running setup.py install for texttable: started 08:15:36 Running setup.py install for texttable: finished with status 'done' 08:15:36 Running setup.py install for PyYAML: started 08:15:36 ---> 10eeba38af88 08:15:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:15:36 ---> d50d2bf4a071 08:15:36 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:15:37 ---> Running in b70628705b36 08:15:37 Running setup.py install for PyYAML: finished with status 'done' 08:15:37 Removing intermediate container b70628705b36 08:15:37 ---> 023636af566e 08:15:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:15:37 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:15:37 ---> Running in e97b47a038d0 08:15:38 Removing intermediate container e97b47a038d0 08:15:38 ---> 0d4ca1bab6b9 08:15:38 Step 20/22 : LABEL arch=x86_64 08:15:39 ---> Running in 542402f210c5 08:15:40 Removing intermediate container 542402f210c5 08:15:40 ---> fa3c02e90382 08:15:40 Step 21/22 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed 08:15:42 ---> Running in fdf93d4f4565 08:15:43 Removing intermediate container fdf93d4f4565 08:15:43 ---> f78851be7a3c 08:15:43 Step 22/22 : LABEL version=0.0.0 08:15:46 + glock sync -n 08:15:46  ---> Running in 47fd209fdbf1 08:15:46 Removing intermediate container 93451cba2bdf 08:15:46 ---> 7d03a07324c5 08:15:46 Step 21/26 : RUN apk --no-cache add curl 08:15:46 Removing intermediate container 47fd209fdbf1 08:15:46 ---> cb7e7ec52cd6 08:15:46 08:15:47 ---> Running in 3361222c0b29 08:15:47 Successfully built cb7e7ec52cd6 08:15:47 Successfully tagged docker-support-scheduler-go:latest 08:15:48  Building docker-support-scheduler-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:15:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:15:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:15:48 (2/3) Installing libcurl (7.69.1-r3) 08:15:48 (3/3) Installing curl (7.69.1-r3) 08:15:48 Executing busybox-1.31.1-r19.trigger 08:15:48 OK: 72 MiB in 58 packages 08:15:50 Removing intermediate container 3361222c0b29 08:15:50 ---> 0a73605693f0 08:15:50 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:15:50 github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] 08:15:50 github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] 08:15:50 github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] 08:15:51 ---> Running in 7a31945f9ef3 08:15:51 golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] 08:15:51 + git describe '--abbrev=0' --tags 08:15:51 + TAG=v0.6.1 08:15:51 + LDFLAGS='-X main.buildVersion=v0.6.1' 08:15:51 + apk --print-arch 08:15:51 + arch=x86_64 08:15:51 + echo 'building [dockerize] for amd64 ... ' 08:15:51 + GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize 08:15:51 building [dockerize] for amd64 ... 08:15:52 Removing intermediate container 7a31945f9ef3 08:15:52 ---> a5a182383868 08:15:52 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:15:53 ---> Running in 2f7a49cfa1fa 08:15:53 Removing intermediate container 2f7a49cfa1fa 08:15:53 ---> 96e462a9486c 08:15:53 Step 24/26 : LABEL arch=x86_64 08:15:53 ---> Running in a86a43789fc4 08:15:54 Removing intermediate container a86a43789fc4 08:15:54 ---> ff7559c78a72 08:15:54 Step 25/26 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed 08:15:54 ---> Running in 4af85549ae23 08:15:54 Removing intermediate container 4af85549ae23 08:15:54 ---> 3d99587af385 08:15:54 Step 26/26 : LABEL version=0.0.0 08:15:54 ---> Running in 169e9e91abe9 08:15:58 Removing intermediate container 169e9e91abe9 08:15:58 ---> f0af77879c7c 08:15:58 08:15:58 Successfully built f0af77879c7c 08:15:58 Successfully tagged docker-sys-mgmt-agent-go:latest 08:16:01  Building docker-sys-mgmt-agent-go ... done Removing intermediate container e5d158c5a846 08:16:01 ---> f66dbb59cad2 08:16:01 08:16:01 Step 10/22 : FROM alpine:3.12 08:16:01 ---> 389fef711851 08:16:01 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:16:01 ---> Running in 1035f9f4b14e 08:16:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:16:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:16:02 (1/2) Installing ca-certificates (20191127-r4) 08:16:02 (2/2) Installing dumb-init (1.2.2-r1) 08:16:02 Executing busybox-1.31.1-r19.trigger 08:16:03 Executing ca-certificates-20191127-r4.trigger 08:16:03 OK: 6 MiB in 16 packages 08:16:05 Removing intermediate container 1035f9f4b14e 08:16:05 ---> ac694e50b8d3 08:16:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:16:06 ---> Running in 9f04a3c2d0bd 08:16:06 Removing intermediate container 9f04a3c2d0bd 08:16:06 ---> e0fee7b5bd9d 08:16:06 Step 13/22 : ENV APP_PORT=48060 08:16:07 ---> Running in d50792a738f4 08:16:08 Removing intermediate container d50792a738f4 08:16:08 ---> 35d1136a5c2d 08:16:08 Step 14/22 : EXPOSE $APP_PORT 08:16:09 ---> Running in 74f40e0d96e0 08:16:09 Removing intermediate container 97502b30f9d3 08:16:09 ---> f3f86708e730 08:16:09 08:16:09 Step 10/23 : FROM alpine:3.12 08:16:09 ---> 389fef711851 08:16:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:16:09 ---> Running in e8a93672f5f2 08:16:09 Removing intermediate container 74f40e0d96e0 08:16:09 ---> 04a36b3b2db7 08:16:09 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:16:09 Removing intermediate container e8a93672f5f2 08:16:09 ---> 1dc511d55c6f 08:16:09 Step 12/23 : ENV APP_PORT=48080 08:16:10 ---> Running in f1c5e0bd7ec3 08:16:10 ---> e285e630b818 08:16:10 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:16:10 Removing intermediate container f1c5e0bd7ec3 08:16:10 ---> 5aa19b67be40 08:16:10 Step 13/23 : EXPOSE $APP_PORT 08:16:10 ---> Running in 8aafb3be18e6 08:16:10 Removing intermediate container 8aafb3be18e6 08:16:10 ---> dc7d08a3277d 08:16:10 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:16:10 ---> Running in 26b825351ce1 08:16:10 ---> d7dcd748960e 08:16:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:16:11 ---> 439118c5bd15 08:16:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:16:11 ---> Running in b1529599aca0 08:16:11 Removing intermediate container b1529599aca0 08:16:11 ---> 37a1c5030e55 08:16:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:16:11 ---> Running in 3375914186f1 08:16:11 Removing intermediate container 3375914186f1 08:16:11 ---> 84ac7a1c6914 08:16:11 Step 20/22 : LABEL arch=x86_64 08:16:11 + date 08:16:11 + echo 'Wed Jan 27 08:16:11 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' 08:16:11 Wed Jan 27 08:16:11 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux 08:16:11 ---> Running in 1d2c63dd887f 08:16:11 Removing intermediate container 26b825351ce1 08:16:11 ---> 2f9ecbf03d17 08:16:11 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:16:11 ---> Running in 6afdca931317 08:16:12 Removing intermediate container 1d2c63dd887f 08:16:12 ---> 60c39d2b0f36 08:16:12 Step 21/22 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed 08:16:12 ---> Running in c3ed771e119c 08:16:13 Removing intermediate container c3ed771e119c 08:16:13 ---> be12eaa06fd4 08:16:13 Step 22/22 : LABEL version=0.0.0 08:16:13 ---> Running in 2b1391a63558 08:16:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:16:13 Removing intermediate container 2b1391a63558 08:16:13 ---> 83e87ed87043 08:16:13 08:16:13 Successfully built 83e87ed87043 08:16:14 Successfully tagged docker-support-notifications-go:latest 08:16:14  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:16:15 (1/6) Installing dumb-init (1.2.2-r1) 08:16:15 (2/6) Installing libgcc (9.3.0-r2) 08:16:15 (3/6) Installing libsodium (1.0.18-r0) 08:16:15 (4/6) Installing libstdc++ (9.3.0-r2) 08:16:15 (5/6) Installing libzmq (4.3.3-r0) 08:16:15 (6/6) Installing zeromq (4.3.3-r0) 08:16:15 Executing busybox-1.31.1-r19.trigger 08:16:15 OK: 8 MiB in 20 packages 08:16:21 Removing intermediate container 6afdca931317 08:16:21 ---> e31d73237e53 08:16:21 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:16:22 ---> d910c2f0b9df 08:16:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:16:23 ---> 11af714709e5 08:16:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:16:24 Removing intermediate container 3f0b4660c2e1 08:16:24 ---> abe196426319 08:16:24 08:16:24 Step 11/33 : FROM alpine:3.12 08:16:24 ---> 389fef711851 08:16:24 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:16:24 ---> 2d9e7c4d0275 08:16:24 Step 19/23 : ENTRYPOINT ["/core-data"] 08:16:24 ---> Running in 30dc5516e704 08:16:24 ---> Running in 432f43130543 08:16:25 Removing intermediate container 30dc5516e704 08:16:25 ---> 1e51b79930f5 08:16:25 Step 13/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 08:16:25 Removing intermediate container 432f43130543 08:16:25 ---> 9c3ba1c09422 08:16:25 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:16:25 ---> Running in 533acd325809 08:16:25 ---> Running in b2a8d50463c0 08:16:25 Removing intermediate container b2a8d50463c0 08:16:25 ---> 95a35a5f2593 08:16:25 Step 21/23 : LABEL arch=x86_64 08:16:25 ---> Running in 4df9529b40c1 08:16:25 Removing intermediate container 4df9529b40c1 08:16:25 ---> 8b1e0f8dbb10 08:16:25 Step 22/23 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed 08:16:25 ---> Running in 3266b0f5921c 08:16:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:16:25 Removing intermediate container 3266b0f5921c 08:16:25 ---> 30f6fc4d7624 08:16:25 Step 23/23 : LABEL version=0.0.0 08:16:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:16:26 (1/3) Installing dumb-init (1.2.2-r1) 08:16:26 (2/3) Installing openssl (1.1.1i-r0) 08:16:26 (3/3) Installing su-exec (0.2-r1) 08:16:26 Executing busybox-1.31.1-r19.trigger 08:16:26 OK: 6 MiB in 17 packages 08:16:26 ---> Running in 2f80219f1129 08:16:26 Removing intermediate container 2f80219f1129 08:16:26 ---> fb6c8b9fd2aa 08:16:26 08:16:26 Removing intermediate container 533acd325809 08:16:26 ---> 16a6900b14ed 08:16:26 Step 14/33 : ENV SECURITY_INIT_DIR /edgex-init 08:16:26 Successfully built fb6c8b9fd2aa 08:16:27 Successfully tagged docker-core-data-go:latest 08:16:28  Building docker-core-data-go ... done  ---> Running in df5edd23d09c 08:16:28 Removing intermediate container df5edd23d09c 08:16:28 ---> 1d60e234f5d8 08:16:28 Step 15/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:16:28 ---> Running in 1de08de06350 08:16:28 Removing intermediate container 1de08de06350 08:16:28 ---> 22ba6b83be6e 08:16:28 Step 16/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:16:29 ---> Running in 88d83c0f029a 08:16:29 Removing intermediate container 88d83c0f029a 08:16:29 ---> 35c03fad1a2a 08:16:29 Step 17/33 : WORKDIR ${SECURITY_INIT_DIR} 08:16:29 ---> Running in 235350bd146d 08:16:29 Removing intermediate container 235350bd146d 08:16:29 ---> 8040efdf7fe9 08:16:29 Step 18/33 : COPY --from=builder /tmp/build/dist/linux/dockerize . 08:16:30 ---> 4ed446018b02 08:16:30 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:16:30 ---> c6bc7467751e 08:16:30 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:16:30 ---> Running in 8212a2a61a08 08:16:31 Removing intermediate container 8212a2a61a08 08:16:31 ---> 9af484993d7f 08:16:31 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 08:16:32 ---> d5f3b2a0cad7 08:16:32 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:16:32 ---> 536f58717569 08:16:32 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:16:32 ---> 8180d0d4414d 08:16:32 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 08:16:33 ---> 2b9d5347c148 08:16:33 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:16:33 ---> d30054672c5f 08:16:33 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 08:16:33 ---> Running in 3cc6a5b74a14 08:16:33 Removing intermediate container 3cc6a5b74a14 08:16:33 ---> 2f35e6ad7595 08:16:33 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:16:34 ---> 8a2d1ff45f3b 08:16:34 Step 28/33 : RUN chmod +x /entrypoint.sh 08:16:34 ---> Running in 8f8b3080ed72 08:16:35 Removing intermediate container 8f8b3080ed72 08:16:35 ---> b4d463137b69 08:16:35 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 08:16:35 ---> Running in a06494c6e1b9 08:16:35 Removing intermediate container a06494c6e1b9 08:16:35 ---> 0efa2643c9c7 08:16:35 Step 30/33 : CMD ["gate"] 08:16:35 ---> Running in 66baad9a9947 08:16:36 Removing intermediate container 66baad9a9947 08:16:36 ---> b4d2e83ba03e 08:16:36 Step 31/33 : LABEL arch=x86_64 08:16:36 ---> Running in 8b2b2e8f2f49 08:16:36 Removing intermediate container 8b2b2e8f2f49 08:16:36 ---> c45e42dccf9a 08:16:36 Step 32/33 : LABEL git_sha=49ddd11b749eeebb677a405925b1cca628037eed 08:16:36 ---> Running in 579fda34817a 08:16:37 Removing intermediate container 579fda34817a 08:16:37 ---> 0f11ff7ac2e4 08:16:37 Step 33/33 : LABEL version=0.0.0 08:16:37 ---> Running in ecf4b6e1a9b6 08:16:37 Removing intermediate container ecf4b6e1a9b6 08:16:37 ---> 1788de822d65 08:16:37 08:16:37 Successfully built 1788de822d65 08:16:37 Successfully tagged docker-security-bootstrapper-go:latest 08:16:37  Building docker-security-bootstrapper-go ... done  [Pipeline] } 08:16:37 $ docker stop --time=1 8c2b725cce697ae08086e8e6f3b8a775aaca9891f11216d315ef66032464fa60 08:16:39 $ docker rm -f 8c2b725cce697ae08086e8e6f3b8a775aaca9891f11216d315ef66032464fa60 [Pipeline] // withDockerContainer [Pipeline] sh 08:16:39 + docker images 08:16:39 + grep docker 08:16:40 docker-security-bootstrapper-go latest 1788de822d65 3 seconds ago 33.5MB 08:16:40 docker-core-data-go latest fb6c8b9fd2aa 14 seconds ago 22.3MB 08:16:40 docker-support-notifications-go latest 83e87ed87043 27 seconds ago 16.9MB 08:16:40 docker-sys-mgmt-agent-go latest f0af77879c7c 44 seconds ago 313MB 08:16:40 docker-support-scheduler-go latest cb7e7ec52cd6 54 seconds ago 16.4MB 08:16:40 docker-security-secretstore-setup-go latest 78db4d9d70cf 2 minutes ago 24.6MB 08:16:40 docker-security-proxy-setup-go latest 67cf50ba532c 2 minutes ago 24.4MB 08:16:40 docker-core-metadata-go latest 069093bd2ffc 2 minutes ago 18.8MB 08:16:40 docker-core-command-go latest 97ac5a88d369 2 minutes ago 16.3MB 08:16:40 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:16:40 Running on prd-ubuntu18.04-docker-8c-8g-23299 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws 08:16:41 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout 08:16:43 using credential edgex-jenkins-ssh 08:16:43 Cloning the remote Git repository 08:16:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:16:43 > git init /w/workspace/edgex-go/26 # timeout=10 08:16:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:16:43 > git --version # timeout=10 08:16:43 > git --version # 'git version 2.17.1' 08:16:43 using GIT_SSH to set credentials SSH Credentials for GitHub 08:16:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:17:01 Merging remotes/origin/master commit 668f0a3a269f3b051418dc2678a30c23b2beea7f into PR head commit f367429d956e5d276e7818cc1999ba8807e11e1c [Pipeline] } 08:17:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:17:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:17:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:17:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:17:00 using GIT_SSH to set credentials SSH Credentials for GitHub 08:17:00 > 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:17:01 > git config core.sparsecheckout # timeout=10 08:17:01 > git checkout -f f367429d956e5d276e7818cc1999ba8807e11e1c # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:17:01 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:17:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:17:04 ---> package-listing.sh 08:17:04 ++ tr '[:upper:]' '[:lower:]' 08:17:04 ++ facter osfamily 08:17:04 + OS_FAMILY=redhat 08:17:04 + workspace=/w/workspace/edgex-go/26 08:17:04 + START_PACKAGES=/tmp/packages_start.txt 08:17:04 + END_PACKAGES=/tmp/packages_end.txt 08:17:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:17:04 + PACKAGES=/tmp/packages_start.txt 08:17:04 + '[' /w/workspace/edgex-go/26 ']' 08:17:04 + PACKAGES=/tmp/packages_end.txt 08:17:04 + case "${OS_FAMILY}" in 08:17:04 + rpm -qa 08:17:04 + sort 08:17:09 + '[' -f /tmp/packages_start.txt ']' 08:17:09 + '[' -f /tmp/packages_end.txt ']' 08:17:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:17:09 + '[' /w/workspace/edgex-go/26 ']' 08:17:09 + mkdir -p /w/workspace/edgex-go/26/archives/ 08:17:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/26/archives/ [Pipeline] echo 08:17:09 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/26/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 08:17:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:17:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:17:10 08:17:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:17:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:17:10 alpine: Pulling from edgex-lftools-log-publisher 08:17:10 df20fa9351a1: Pulling fs layer 08:17:10 36b3adc4ff6f: Pulling fs layer 08:17:10 8ad3a11d3b57: Pulling fs layer 08:17:10 46f8f816bc3b: Pulling fs layer 08:17:10 93b61091891f: Pulling fs layer 08:17:10 93b9cdb0e59b: Pulling fs layer 08:17:10 5e14af77c1be: Pulling fs layer 08:17:10 01666e4c0597: Pulling fs layer 08:17:10 aa168da1d23b: Pulling fs layer 08:17:10 46f8f816bc3b: Waiting 08:17:10 93b61091891f: Waiting 08:17:10 93b9cdb0e59b: Waiting 08:17:10 5e14af77c1be: Waiting 08:17:10 01666e4c0597: Waiting 08:17:10 aa168da1d23b: Waiting 08:17:10 36b3adc4ff6f: Verifying Checksum 08:17:10 36b3adc4ff6f: Download complete 08:17:10 46f8f816bc3b: Verifying Checksum 08:17:10 46f8f816bc3b: Download complete 08:17:10 df20fa9351a1: Download complete 08:17:11 93b9cdb0e59b: Verifying Checksum 08:17:11 93b9cdb0e59b: Download complete 08:17:11 5e14af77c1be: Verifying Checksum 08:17:11 5e14af77c1be: Download complete 08:17:11 93b61091891f: Verifying Checksum 08:17:11 93b61091891f: Download complete 08:17:11 01666e4c0597: Verifying Checksum 08:17:11 01666e4c0597: Download complete 08:17:11 8ad3a11d3b57: Verifying Checksum 08:17:11 8ad3a11d3b57: Download complete 08:17:11 df20fa9351a1: Pull complete 08:17:11 36b3adc4ff6f: Pull complete 08:17:12 aa168da1d23b: Verifying Checksum 08:17:12 aa168da1d23b: Download complete 08:17:13 8ad3a11d3b57: Pull complete 08:17:14 46f8f816bc3b: Pull complete 08:17:15 93b61091891f: Pull complete 08:17:15 93b9cdb0e59b: Pull complete 08:17:16 5e14af77c1be: Pull complete 08:17:16 01666e4c0597: Pull complete 08:17:24 aa168da1d23b: Pull complete 08:17:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:17:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:17:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:17:24 prd-centos7-docker-4c-2g-23376 does not seem to be running inside a container 08:17:24 $ 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/26/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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:17:33 $ docker top 755a5726df3436b4e9c9a2a182c49a8c84427a5ccdeff0aae2dec5ef7dfe51c4 -eo pid,comm [Pipeline] { [Pipeline] sh 08:17:34 + touch /tmp/pre-build-complete [Pipeline] sh 08:17:34 + mkdir -p /var/log/sa [Pipeline] sh 08:17:34 + ls /var/log/sa-host 08:17:34 + sadf -c /var/log/sa-host/sa23 08:17:34 file_magic: OK 08:17:34 HZ: Using current value: 100 08:17:34 file_header: OK 08:17:34 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:17:34 Statistics: 08:17:34 Hnuu...uuuununununu... 08:17:34 File successfully converted to sysstat format version 12.2.1 08:17:34 + sadf -c /var/log/sa-host/sa27 08:17:34 file_magic: OK 08:17:34 HZ: Using current value: 100 08:17:34 file_header: OK 08:17:34 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:17:34 Statistics: 08:17:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:17:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:17:35 provisioning config files... 08:17:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/26@tmp/config863772006825615495tmp [Pipeline] { [Pipeline] echo 08:17:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:17:35 ---> create-netrc.sh [Pipeline] } 08:17:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:17:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:17:35 ---> python-tools-install.sh [Pipeline] echo 08:17:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:17:36 ---> sudo-logs.sh 08:17:36 Archiving 'sudo' log.. [Pipeline] echo 08:17:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:17:36 ---> job-cost.sh 08:17:36 lf-activate-venv: SKIPPING 08:17:36 INFO: No Stack... 08:17:38 INFO: Retrieving Pricing Info for: v1-standard-2 08:17:38 INFO: Archiving Costs [Pipeline] echo 08:17:38 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:17:38 ---> logs-deploy.sh 08:17:38 lf-activate-venv: SKIPPING 08:17:38 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/26 08:17:38 INFO: archiving workspace using pattern(s): 08:17:40 Archives upload complete. 08:17:40 INFO: archiving logs to Nexus