Pull request #2920 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 0163c92eb67c845bff5e90a4dc6407d0e1146c78 rather than 4870cb0c012d1632de062f7627852ce98cdbc689 Obtained Jenkinsfile from 0163c92eb67c845bff5e90a4dc6407d0e1146c78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14443 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # 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/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 4870cb0c012d1632de062f7627852ce98cdbc689 Merge succeeded, producing a5672df1e91d2a3d1af7cac68618d3e39032567c Checking out Revision a5672df1e91d2a3d1af7cac68618d3e39032567c (PR-2920) > git config core.sparsecheckout # timeout=10 > git checkout -f 4870cb0c012d1632de062f7627852ce98cdbc689 # 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 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a5672df1e91d2a3d1af7cac68618d3e39032567c # timeout=10 Commit message: "Merge commit '0163c92eb67c845bff5e90a4dc6407d0e1146c78' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:42:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:42:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:42:17 ========================================================= 03:42:17 EdgeX Global Pipelines Version Info 03:42:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7be1397b7204526b5c239813f20210cc61112fa4 # timeout=10 03:42:20 ------------------- 03:42:20 stable info: 03:42:20 ------------------- 03:42:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:42:20 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 03:42:20 Message: update stable to v1.0.169 03:42:20 ------------------- 03:42:20 experimental info: 03:42:20 ------------------- 03:42:20 Commited By: **** collab-it+edgex@linuxfoundation.org 03:42:20 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 03:42:20 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:42:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:42:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:42:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:42:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:42:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:42:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:42:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:42:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:42:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:42:22 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:42:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:42:22 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:42:22 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:42:22 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:42:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:42:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:42:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:42:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:42:23 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:42:23 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:42:23 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:42:23 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:42:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2920 [Pipeline] echo 03:42:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2920 [Pipeline] echo 03:42:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2920 [Pipeline] echo 03:42:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a5672df1e91d2a3d1af7cac68618d3e39032567c [Pipeline] echo 03:42:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a5672df [Pipeline] echo 03:42:24 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:42:24 provisioning config files... 03:42:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7537371392567032217tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:42:24 ---> docker-login.sh 03:42:24 nexus3.edgexfoundry.org:10001 03:42:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:25 Configure a credential helper to remove this warning. See 03:42:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:25 03:42:25 Login Succeeded 03:42:25 nexus3.edgexfoundry.org:10002 03:42:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:25 Configure a credential helper to remove this warning. See 03:42:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:25 03:42:25 Login Succeeded 03:42:25 nexus3.edgexfoundry.org:10003 03:42:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:26 Configure a credential helper to remove this warning. See 03:42:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:26 03:42:26 Login Succeeded 03:42:26 nexus3.edgexfoundry.org:10004 03:42:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:26 Configure a credential helper to remove this warning. See 03:42:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:26 03:42:26 Login Succeeded 03:42:26 docker.io 03:42:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:42:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:42:27 Configure a credential helper to remove this warning. See 03:42:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:42:27 03:42:27 Login Succeeded 03:42:27 ---> docker-login.sh ends [Pipeline] } 03:42:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:42:27 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 03:42:27 + for file in '`ls cmd/**/Dockerfile`' 03:42:27 ++ cut -d/ -f2 03:42:27 ++ dirname cmd/core-command/Dockerfile 03:42:27 + echo core-command,cmd/core-command/Dockerfile 03:42:27 + for file in '`ls cmd/**/Dockerfile`' 03:42:27 ++ cut -d/ -f2 03:42:27 ++ dirname cmd/core-data/Dockerfile 03:42:27 + echo core-data,cmd/core-data/Dockerfile 03:42:27 + for file in '`ls cmd/**/Dockerfile`' 03:42:27 ++ dirname cmd/core-metadata/Dockerfile 03:42:27 ++ cut -d/ -f2 03:42:27 + echo core-metadata,cmd/core-metadata/Dockerfile 03:42:27 + for file in '`ls cmd/**/Dockerfile`' 03:42:27 ++ cut -d/ -f2 03:42:27 ++ dirname cmd/security-bootstrap-redis/Dockerfile 03:42:27 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 03:42:27 + for file in '`ls cmd/**/Dockerfile`' 03:42:27 ++ dirname cmd/security-proxy-setup/Dockerfile 03:42:27 ++ cut -d/ -f2 03:42:27 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:42:27 + for file in '`ls cmd/**/Dockerfile`' 03:42:27 ++ cut -d/ -f2 03:42:27 ++ dirname cmd/security-secrets-setup/Dockerfile 03:42:27 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 03:42:27 + for file in '`ls cmd/**/Dockerfile`' 03:42:27 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:42:27 ++ cut -d/ -f2 03:42:27 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:42:27 + for file in '`ls cmd/**/Dockerfile`' 03:42:27 ++ dirname cmd/support-notifications/Dockerfile 03:42:27 ++ cut -d/ -f2 03:42:27 + echo support-notifications,cmd/support-notifications/Dockerfile 03:42:27 + for file in '`ls cmd/**/Dockerfile`' 03:42:27 ++ dirname cmd/support-scheduler/Dockerfile 03:42:27 ++ cut -d/ -f2 03:42:27 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:42:27 + for file in '`ls cmd/**/Dockerfile`' 03:42:27 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:42:27 ++ cut -d/ -f2 03:42:27 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:42:28 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 03:42:29 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:42:29 03:42:29 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:42:30 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:42:30 latest: Pulling from edgex-devops/git-semver 03:42:30 31603596830f: Pulling fs layer 03:42:30 2a8b12db71e7: Pulling fs layer 03:42:30 6ca5941a6612: Pulling fs layer 03:42:30 ecc8261a40a4: Pulling fs layer 03:42:30 ecc8261a40a4: Waiting 03:42:30 2a8b12db71e7: Verifying Checksum 03:42:30 2a8b12db71e7: Download complete 03:42:30 31603596830f: Verifying Checksum 03:42:30 31603596830f: Download complete 03:42:30 6ca5941a6612: Verifying Checksum 03:42:30 6ca5941a6612: Download complete 03:42:30 ecc8261a40a4: Verifying Checksum 03:42:30 ecc8261a40a4: Download complete 03:42:31 31603596830f: Pull complete 03:42:31 2a8b12db71e7: Pull complete 03:42:32 6ca5941a6612: Pull complete 03:42:33 ecc8261a40a4: Pull complete 03:42:33 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:42:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:42:33 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:42:33 prd-centos7-docker-4c-2g-14443 does not seem to be running inside a container 03:42:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:42:36 $ docker top 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:42:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:42:36 [ssh-agent] Looking for ssh-agent implementation... 03:42:37 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:42:37 $ docker exec 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 ssh-agent 03:42:37 SSH_AUTH_SOCK=/tmp/ssh-RC2FQ67ussCo/agent.12 03:42:37 SSH_AGENT_PID=17 03:42:37 Running ssh-add (command line suppressed) 03:42:38 Identity added: /w/workspace/edgex-go/5@tmp/private_key_8912169219471066180.key (/w/workspace/edgex-go/5@tmp/private_key_8912169219471066180.key) 03:42:38 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:42:38 + git tag --points-at HEAD [Pipeline] } 03:42:39 $ docker exec --env ******** --env ******** 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 ssh-agent -k 03:42:39 unset SSH_AUTH_SOCK; 03:42:39 unset SSH_AGENT_PID; 03:42:39 echo Agent pid 17 killed; 03:42:39 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:42:39 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:42:39 [ssh-agent] Looking for ssh-agent implementation... 03:42:39 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:42:39 $ docker exec 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 ssh-agent 03:42:40 SSH_AUTH_SOCK=/tmp/ssh-7uSOp8v3Tzoe/agent.45 03:42:40 SSH_AGENT_PID=51 03:42:40 Running ssh-add (command line suppressed) 03:42:40 Identity added: /w/workspace/edgex-go/5@tmp/private_key_24902996380684669.key (/w/workspace/edgex-go/5@tmp/private_key_24902996380684669.key) 03:42:40 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:42:40 + git semver init 03:42:40 # -> Open(): unable to determine branch for HEAD 03:42:40 # $GIT_DIR = /w/workspace/edgex-go/5/.git 03:42:40 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 03:42:40 # $SEMVER_REMOTE_NAME = origin 03:42:40 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:42:40 # $SEMVER_USER_NAME = edgex-jenkins 03:42:40 # $SEMVER_BRANCH = PR-2920 03:42:40 # $SEMVER_TEMP = /tmp/semver-580657540 03:42:40 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:43:21 # '/tmp/semver-580657540' -> '/w/workspace/edgex-go/5/.semver' 03:43:21 # -> Force: false 03:43:21 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 03:43:21 $ docker exec --env ******** --env ******** 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 ssh-agent -k 03:43:21 unset SSH_AUTH_SOCK; 03:43:21 unset SSH_AGENT_PID; 03:43:21 echo Agent pid 51 killed; 03:43:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:43:22 + git semver [Pipeline] } 03:43:22 $ docker stop --time=1 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 03:43:24 $ docker rm -f 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 [Pipeline] // withDockerContainer [Pipeline] sh 03:43:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:43:26 Stashed 1 file(s) [Pipeline] echo 03:43:26 [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 03:43:27 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:43:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:43:28 + sudo service docker restart 03:43:28 + true 03:43:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:43:29 ========================================================= 03:43:29 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:43:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:43:30 + 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 . 03:43:38 Sending build context to Docker daemon 326.2MB 03:43:38 Step 1/7 : ARG BASE=golang:1.15-alpine 03:43:38 Step 2/7 : FROM ${BASE} 03:43:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:43:38 188c0c94c7c5: Pulling fs layer 03:43:38 0ef7d3d256c8: Pulling fs layer 03:43:38 de9db76c5a1d: Pulling fs layer 03:43:38 bca2f99d35d6: Pulling fs layer 03:43:38 93359f2a8cfa: Pulling fs layer 03:43:38 7c6f9722023f: Pulling fs layer 03:43:38 a35cf1a2eb13: Pulling fs layer 03:43:38 bca2f99d35d6: Waiting 03:43:38 93359f2a8cfa: Waiting 03:43:38 7c6f9722023f: Waiting 03:43:38 a35cf1a2eb13: Waiting 03:43:38 de9db76c5a1d: Verifying Checksum 03:43:38 de9db76c5a1d: Download complete 03:43:38 0ef7d3d256c8: Verifying Checksum 03:43:38 0ef7d3d256c8: Download complete 03:43:38 93359f2a8cfa: Verifying Checksum 03:43:38 93359f2a8cfa: Download complete 03:43:38 7c6f9722023f: Download complete 03:43:38 188c0c94c7c5: Verifying Checksum 03:43:38 188c0c94c7c5: Download complete 03:43:39 188c0c94c7c5: Pull complete 03:43:39 0ef7d3d256c8: Pull complete 03:43:40 de9db76c5a1d: Pull complete 03:43:42 Still waiting to schedule task 03:43:42 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 03:43:42 a35cf1a2eb13: Verifying Checksum 03:43:42 a35cf1a2eb13: Download complete 03:43:43 bca2f99d35d6: Verifying Checksum 03:43:43 bca2f99d35d6: Download complete 03:43:53 bca2f99d35d6: Pull complete 03:43:53 93359f2a8cfa: Pull complete 03:43:53 7c6f9722023f: Pull complete 03:44:02 a35cf1a2eb13: Pull complete 03:44:02 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:44:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:44:02 ---> a62c8e92a672 03:44:02 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 03:44:02 ---> Running in e2a9273c0d04 03:44:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:44:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:44:04 (1/12) Installing libmagic (5.38-r0) 03:44:04 (2/12) Installing file (5.38-r0) 03:44:04 (3/12) Installing libc-dev (0.7.2-r3) 03:44:04 (4/12) Installing g++ (9.3.0-r2) 03:44:09 (5/12) Installing fortify-headers (1.1-r0) 03:44:09 (6/12) Installing patch (2.7.6-r6) 03:44:09 (7/12) Installing build-base (0.5-r2) 03:44:09 (8/12) Installing libsodium (1.0.18-r0) 03:44:09 (9/12) Installing pkgconf (1.7.2-r0) 03:44:09 (10/12) Installing libsodium-dev (1.0.18-r0) 03:44:09 (11/12) Installing libzmq (4.3.3-r0) 03:44:10 (12/12) Installing zeromq-dev (4.3.3-r0) 03:44:10 Executing busybox-1.31.1-r19.trigger 03:44:10 OK: 233 MiB in 51 packages 03:44:14 Removing intermediate container e2a9273c0d04 03:44:14 ---> ec99b0f9660b 03:44:14 Step 4/7 : WORKDIR /edgex-go 03:44:14 ---> Running in 8a65b1e22693 03:44:14 Removing intermediate container 8a65b1e22693 03:44:14 ---> 0824e5504954 03:44:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 03:44:15 latest: Pulling from library/docker 03:44:15 188c0c94c7c5: Already exists 03:44:15 0c7c675703d6: Pulling fs layer 03:44:15 cc8c12a437cb: Pulling fs layer 03:44:15 f092543453df: Pulling fs layer 03:44:15 65b6bc45957d: Pulling fs layer 03:44:15 4de832df471b: Pulling fs layer 03:44:15 79aa7fa92271: Pulling fs layer 03:44:15 65b6bc45957d: Waiting 03:44:15 4de832df471b: Waiting 03:44:15 79aa7fa92271: Waiting 03:44:16 cc8c12a437cb: Verifying Checksum 03:44:16 cc8c12a437cb: Download complete 03:44:16 0c7c675703d6: Verifying Checksum 03:44:16 0c7c675703d6: Download complete 03:44:16 65b6bc45957d: Verifying Checksum 03:44:16 65b6bc45957d: Download complete 03:44:16 4de832df471b: Verifying Checksum 03:44:16 4de832df471b: Download complete 03:44:16 79aa7fa92271: Verifying Checksum 03:44:16 79aa7fa92271: Download complete 03:44:16 0c7c675703d6: Pull complete 03:44:17 cc8c12a437cb: Pull complete 03:44:18 f092543453df: Verifying Checksum 03:44:18 f092543453df: Download complete 03:44:22 f092543453df: Pull complete 03:44:22 65b6bc45957d: Pull complete 03:44:22 4de832df471b: Pull complete 03:44:22 79aa7fa92271: Pull complete 03:44:22 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 03:44:22 Status: Downloaded newer image for docker:latest 03:44:25 ---> 5e43eaf5e06f 03:44:25 Step 6/7 : COPY go.mod . 03:44:25 ---> 0ec530c6aeff 03:44:25 Step 7/7 : RUN go mod download 03:44:25 ---> Running in 3065987abbe3 03:44:52 Removing intermediate container 3065987abbe3 03:44:52 ---> fb54fa5b5100 03:44:52 Successfully built fb54fa5b5100 03:44:52 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:44:53 + docker inspect -f . ci-base-image-x86_64 03:44:53 . [Pipeline] withDockerContainer 03:44:53 prd-centos7-docker-4c-2g-14443 does not seem to be running inside a container 03:44:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat 03:44:56 $ docker top 0966d73bcc10df9a9bf0bdba253775c435d9f6c308c3a8a9e04d959e420b1c69 -eo pid,comm [Pipeline] { [Pipeline] sh 03:44:57 + go version 03:44:57 go version go1.15.5 linux/amd64 [Pipeline] } 03:44:57 $ docker stop --time=1 0966d73bcc10df9a9bf0bdba253775c435d9f6c308c3a8a9e04d959e420b1c69 03:44:59 $ docker rm -f 0966d73bcc10df9a9bf0bdba253775c435d9f6c308c3a8a9e04d959e420b1c69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:45:00 + docker inspect -f . ci-base-image-x86_64 03:45:00 . [Pipeline] withDockerContainer 03:45:00 prd-centos7-docker-4c-2g-14443 does not seem to be running inside a container 03:45:00 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat 03:45:02 $ docker top eec4567a06e33f8b8dc749024a4fd851d0348357ddd55ab1ffbee0d5353ba5b3 -eo pid,comm [Pipeline] { [Pipeline] echo 03:45:03 ========================================================= 03:45:03 [edgeXBuildGoParallel] Running Tests and Build... 03:45:03 ========================================================= [Pipeline] sh 03:45:03 + make test 03:45:03 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:45:18 ? github.com/edgexfoundry/edgex-go [no test files] 03:45:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14444 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws 03:45:50 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 03:45:51 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:45:56 using credential edgex-jenkins-ssh 03:45:56 Cloning the remote Git repository 03:45:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:45:56 > git init /w/workspace/edgex-go/5 # timeout=10 03:45:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:45:56 > git --version # timeout=10 03:45:56 > git --version # 'git version 2.17.1' 03:45:56 using GIT_SSH to set credentials SSH Credentials for GitHub 03:45:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:45:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:46:00 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:46:00 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:46:00 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 03:46:00 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:46:01 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:46:07 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.118s 03:46:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:46:07 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:46:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:46:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:46:08 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:46:08 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:46:13 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 4870cb0c012d1632de062f7627852ce98cdbc689 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 03:46:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:46:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:46:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:46:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:46:12 using GIT_SSH to set credentials SSH Credentials for GitHub 03:46:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:46:13 > git config core.sparsecheckout # timeout=10 03:46:13 > git checkout -f 4870cb0c012d1632de062f7627852ce98cdbc689 # timeout=10 [Pipeline] // stage [Pipeline] } 03:46:13 Failed in branch arm64 03:46:15 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.216s coverage: 46.6% of statements 03:46:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:46:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:46:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:46:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:46:15 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:46:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.456s coverage: 27.1% of statements 03:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:46:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.113s coverage: 100.0% of statements 03:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:46:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.116s coverage: 100.0% of statements 03:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:46:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:46:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.522s coverage: 66.4% of statements 03:46:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:46:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:46:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.238s coverage: 82.7% of statements 03:46:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:46:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:46:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:46:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:46:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.679s coverage: 28.6% of statements 03:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:46:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.151s coverage: 100.0% of statements 03:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:46:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.129s coverage: 100.0% of statements 03:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:46:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.170s coverage: 86.7% of statements 03:46:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:46:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.192s coverage: 97.5% of statements 03:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:46:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.162s coverage: 78.3% of statements 03:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:46:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:46:30 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.708s coverage: 94.7% of statements 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:46:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.100s coverage: 58.8% of statements 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:46:30 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.129s coverage: 0.1% of statements 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:46:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements 03:46:30 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:46:30 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.125s coverage: 75.5% of statements 03:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 03:46:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.096s coverage: 87.2% of statements 03:46:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.184s coverage: 84.2% of statements 03:46:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.112s coverage: 100.0% of statements 03:46:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:46:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.470s coverage: 63.5% of statements 03:46:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:46:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:46:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements 03:46:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.174s coverage: 91.3% of statements 03:46:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements 03:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements 03:46:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements 03:46:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.149s coverage: 55.9% of statements 03:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 03:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 03:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 03:46:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.652s coverage: 86.3% of statements 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 3.120s coverage: 72.2% of statements 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.935s coverage: 72.1% of statements 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.114s coverage: 82.4% of statements 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.170s coverage: 48.4% of statements 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.079s coverage: 28.8% of statements 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.082s coverage: 96.8% of statements 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.232s coverage: 37.2% of statements 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.611s coverage: 84.1% of statements 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.064s coverage: 100.0% of statements 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.290s coverage: 47.1% of statements 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.071s coverage: 100.0% of statements 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:46:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements 03:46:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.227s coverage: 29.1% of statements 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.142s coverage: 99.0% of statements 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:47:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.169s coverage: 100.0% of statements 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:47:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:47:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:47:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements 03:47:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.081s coverage: 32.1% of statements 03:47:01 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.052s coverage: 100.0% of statements 03:47:02 GO111MODULE=on go vet ./... 03:47:59 gofmt -l . 03:47:59 [ "`gofmt -l .`" = "" ] 03:47:59 ./bin/test-go-mod-tidy.sh 03:47:59 ./bin/test-attribution-txt.sh [Pipeline] sh 03:48:00 + ls -al . 03:48:00 total 648 03:48:00 drwxrwxr-x 10 1001 1001 4096 Dec 4 03:47 . 03:48:00 drwxr-xr-x 4 root root 28 Dec 4 03:45 .. 03:48:00 -rw-rw-r-- 1 1001 1001 11 Dec 4 03:42 .dockerignore 03:48:00 drwxrwxr-x 8 1001 1001 179 Dec 4 03:42 .git 03:48:00 drwxrwxr-x 3 1001 1001 125 Dec 4 03:42 .github 03:48:00 -rw-rw-r-- 1 1001 1001 971 Dec 4 03:42 .gitignore 03:48:00 drwx------ 3 1001 1001 47 Dec 4 03:43 .semver 03:48:00 -rw-rw-r-- 1 1001 1001 166 Dec 4 03:42 .sonarcloud.properties 03:48:00 -rw-rw-r-- 1 1001 1001 3804 Dec 4 03:42 CONTRIBUTING.md 03:48:00 -rw-rw-r-- 1 1001 1001 1035 Dec 4 03:42 Dockerfile.build 03:48:00 -rw-rw-r-- 1 1001 1001 863 Dec 4 03:42 Jenkinsfile 03:48:00 -rw-rw-r-- 1 1001 1001 10775 Dec 4 03:42 LICENSE 03:48:00 -rw-rw-r-- 1 1001 1001 6318 Dec 4 03:42 Makefile 03:48:00 -rw-rw-r-- 1 1001 1001 6447 Dec 4 03:42 README.md 03:48:00 -rw-rw-r-- 1 1001 1001 259 Dec 4 03:42 SECURITY.md 03:48:00 -rw-rw-r-- 1 1001 1001 5 Dec 4 03:43 VERSION 03:48:00 -rw-rw-r-- 1 1001 1001 4131 Dec 4 03:42 ZMQWindows.md 03:48:00 drwxrwxr-x 2 1001 1001 117 Dec 4 03:42 bin 03:48:00 drwxrwxr-x 15 1001 1001 4096 Dec 4 03:42 cmd 03:48:00 -rw-r--r-- 1 root root 555226 Dec 4 03:47 coverage.out 03:48:00 -rw-r--r-- 1 root root 1041 Dec 4 03:47 go.mod 03:48:00 -rw-r--r-- 1 root root 18856 Dec 4 03:47 go.sum 03:48:00 drwxrwxr-x 8 1001 1001 127 Dec 4 03:42 internal 03:48:00 drwxrwxr-x 4 1001 1001 26 Dec 4 03:42 openapi 03:48:00 drwxrwxr-x 4 1001 1001 71 Dec 4 03:42 snap 03:48:00 -rw-rw-r-- 1 1001 1001 168 Dec 4 03:42 version.go [Pipeline] sh 03:48:00 + '[' -e coverage.out ] 03:48:00 + chown 1001:1001 coverage.out [Pipeline] stash 03:48:01 Stashed 1 file(s) [Pipeline] sh 03:48:01 + make build 03:48:01 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 03:48:10 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 03:48:38 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 03:48:43 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 03:48:47 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 03:48:48 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 03:48:53 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 03:48:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 03:49:00 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 03:49:04 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 03:49:08 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 03:49:11 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 03:49:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 03:49:16 $ docker stop --time=1 eec4567a06e33f8b8dc749024a4fd851d0348357ddd55ab1ffbee0d5353ba5b3 03:49:18 $ docker rm -f eec4567a06e33f8b8dc749024a4fd851d0348357ddd55ab1ffbee0d5353ba5b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:49:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:49:22 03:49:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:49:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:49:23 latest: Pulling from edgex-devops/edgex-compose 03:49:23 cbdbe7a5bc2a: Pulling fs layer 03:49:23 ca9280d653b3: Pulling fs layer 03:49:23 7e9c9ca2126c: Pulling fs layer 03:49:24 cbdbe7a5bc2a: Verifying Checksum 03:49:24 cbdbe7a5bc2a: Download complete 03:49:25 cbdbe7a5bc2a: Pull complete 03:49:25 ca9280d653b3: Verifying Checksum 03:49:25 ca9280d653b3: Download complete 03:49:27 ca9280d653b3: Pull complete 03:49:27 7e9c9ca2126c: Verifying Checksum 03:49:27 7e9c9ca2126c: Download complete 03:49:40 7e9c9ca2126c: Pull complete 03:49:40 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:49:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:49:40 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:49:40 prd-centos7-docker-4c-2g-14443 does not seem to be running inside a container 03:49:40 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:49:43 $ docker top c7e49a33499cd656f9f1aa469d9e393c7264c9a538fa92ba16f7b19605eb91b9 -eo pid,comm [Pipeline] { [Pipeline] sh 03:49:44 + docker-compose build --help 03:49:44 + grep parallel 03:49:45 --parallel Build images in parallel. [Pipeline] } 03:49:45 $ docker stop --time=1 c7e49a33499cd656f9f1aa469d9e393c7264c9a538fa92ba16f7b19605eb91b9 03:49:47 $ docker rm -f c7e49a33499cd656f9f1aa469d9e393c7264c9a538fa92ba16f7b19605eb91b9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:49:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:49:48 . [Pipeline] withDockerContainer 03:49:48 prd-centos7-docker-4c-2g-14443 does not seem to be running inside a container 03:49:49 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 03:49:50 $ docker top 4f13f5b2ce30ee30c9b5402679a669a63ba1f044ec9bc1f358875c93013a26d8 -eo pid,comm [Pipeline] { [Pipeline] sh 03:49:51 + docker-compose -f ./docker-compose-build.yml build --parallel 03:49:53 Building docker-core-command-go ... 03:49:53 Building docker-core-data-go ... 03:49:53 Building docker-core-metadata-go ... 03:49:53 Building docker-security-bootstrap-redis-go ... 03:49:53 Building docker-security-proxy-setup-go ... 03:49:53 Building docker-security-secrets-setup-go ... 03:49:53 Building docker-security-secretstore-setup-go ... 03:49:53 Building docker-support-notifications-go ... 03:49:53 Building docker-support-scheduler-go ... 03:49:53 Building docker-sys-mgmt-agent-go ... 03:49:53 Building docker-core-data-go 03:49:53 Building docker-security-secretstore-setup-go 03:49:53 Building docker-support-scheduler-go 03:49:53 Building docker-support-notifications-go 03:49:53 Building docker-sys-mgmt-agent-go 03:51:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 03:51:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:51:02 ---> fb54fa5b5100 03:51:02 Step 3/24 : WORKDIR /edgex-go 03:51:02 03:51:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:51:02 ---> fb54fa5b5100 03:51:02 Step 3/23 : WORKDIR /edgex-go 03:51:02 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 03:51:02 Step 2/27 : FROM ${BUILDER_BASE} AS builder 03:51:02 ---> fb54fa5b5100 03:51:02 Step 3/27 : WORKDIR /edgex-go 03:51:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 03:51:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:51:02 ---> fb54fa5b5100 03:51:02 Step 3/24 : WORKDIR /edgex-go 03:51:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 03:51:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:51:02 ---> fb54fa5b5100 03:51:02 Step 3/21 : WORKDIR /edgex-go 03:51:03 ---> Running in b843675edbfe 03:51:03 ---> Running in 044667bf3aa4 03:51:03 ---> Running in 83fc350c2dc9 03:51:03 ---> Running in 9afc4539c683 03:51:03 ---> Running in ea288526867e 03:51:04 Removing intermediate container b843675edbfe 03:51:04 ---> e6887f9cde6d 03:51:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:51:04 Removing intermediate container 9afc4539c683 03:51:04 ---> 89c31fc95668 03:51:04 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:51:04 Removing intermediate container 83fc350c2dc9 03:51:04 ---> 98e3a9f7d002 03:51:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:51:04 Removing intermediate container 044667bf3aa4 03:51:04 ---> e1af79a56db8 03:51:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:51:04 ---> Running in f62d7bbf6805 03:51:04 Removing intermediate container ea288526867e 03:51:04 ---> 0531642c6ee5 03:51:04 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:51:04 ---> Running in ad03a20d9472 03:51:04 ---> Running in af6238968c7d 03:51:04 ---> Running in 40ae7f075cf2 03:51:05 ---> Running in 26917d0aff3e 03:51:11 Removing intermediate container ad03a20d9472 03:51:11 ---> 1c25f2a68afb 03:51:11 Step 5/24 : RUN apk update && apk add make git 03:51:11 Removing intermediate container af6238968c7d 03:51:11 ---> faf370a9e556 03:51:11 Step 5/27 : RUN apk update && apk add make bash git 03:51:11 Removing intermediate container f62d7bbf6805 03:51:11 ---> db795eba6d96 03:51:11 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 03:51:11 ---> Running in 94ce1e003a3c 03:51:11 ---> Running in 880bd18c85eb 03:51:11 ---> Running in 0a7c45bcf67f 03:51:11 Removing intermediate container 40ae7f075cf2 03:51:11 ---> c7f986d60d8b 03:51:11 Step 5/21 : RUN apk update && apk add make git 03:51:11 Removing intermediate container 26917d0aff3e 03:51:11 ---> 67fc50181c0e 03:51:11 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 03:51:11 ---> Running in e36bba229d7d 03:51:11 ---> Running in 162df1e562f7 03:51:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:51:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:51:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:51:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:51:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:51:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:51:14 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:51:14 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:51:14 OK: 12745 distinct packages available 03:51:14 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:51:14 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:51:14 OK: 12745 distinct packages available 03:51:15 OK: 233 MiB in 51 packages 03:51:15 OK: 233 MiB in 51 packages 03:51:15 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:51:15 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:51:15 OK: 12745 distinct packages available 03:51:16 OK: 233 MiB in 51 packages 03:51:16 Removing intermediate container 0a7c45bcf67f 03:51:16 ---> 0e710a8950a3 03:51:16 Step 6/24 : COPY go.mod . 03:51:16 Removing intermediate container e36bba229d7d 03:51:16 ---> 850c58a38e14 03:51:16 Step 6/21 : COPY go.mod . 03:51:16 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:51:16 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:51:16 OK: 12745 distinct packages available 03:51:17 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:51:17 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:51:17 OK: 12745 distinct packages available 03:51:17 Removing intermediate container 880bd18c85eb 03:51:17 ---> 569e4fda01ad 03:51:17 Step 6/24 : COPY go.mod . 03:51:17 OK: 233 MiB in 51 packages 03:51:17 OK: 233 MiB in 51 packages 03:51:17 ---> 7d24d77296cf 03:51:17 Step 7/24 : RUN go mod download 03:51:17 ---> db61bedc4b58 03:51:17 Step 7/21 : RUN go mod download 03:51:17 ---> Running in 7d0d4eb9707e 03:51:17 ---> Running in bea5e846c0ec 03:51:17 ---> 89d27b960675 03:51:17 Step 7/24 : RUN go mod download 03:51:17 ---> Running in 40137409d72a 03:51:18 Removing intermediate container 94ce1e003a3c 03:51:18 ---> c71c3ff1e1a9 03:51:18 Step 6/27 : COPY go.mod . 03:51:18 Removing intermediate container 162df1e562f7 03:51:18 ---> 926dd52ee036 03:51:18 Step 6/23 : COPY go.mod . 03:51:19 ---> a8173c8a22b6 03:51:19 Step 7/27 : RUN go mod download 03:51:19 ---> Running in c93e6ae71a75 03:51:19 ---> aee978aa4a6c 03:51:19 Step 7/23 : RUN go mod download 03:51:20 ---> Running in 205b243a2a18 03:51:24 Removing intermediate container 7d0d4eb9707e 03:51:24 ---> 602b814d3f91 03:51:24 Step 8/24 : COPY . . 03:51:24 Removing intermediate container c93e6ae71a75 03:51:24 ---> 2f42258b5cd4 03:51:24 Step 8/27 : COPY . . 03:51:24 Removing intermediate container bea5e846c0ec 03:51:24 ---> 4b1de8e0c70b 03:51:24 Step 8/21 : COPY . . 03:51:24 Removing intermediate container 205b243a2a18 03:51:24 ---> 41233ab34671 03:51:24 Step 8/23 : COPY . . 03:51:24 Removing intermediate container 40137409d72a 03:51:24 ---> 0282233223aa 03:51:24 Step 8/24 : COPY . . 03:52:34 ---> 7bd8e44fa243 03:52:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:52:34 ---> Running in 081130db738f 03:52:34 ---> 627dd35a850c 03:52:34 Step 9/24 : RUN make cmd/support-notifications/support-notifications 03:52:34 ---> 2f972b4630f4 03:52:34 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:52:34 ---> 39c84266935e 03:52:34 Step 9/23 : RUN make cmd/core-data/core-data 03:52:34 ---> Running in f2a57629df03 03:52:34 ---> Running in 7a70109732bf 03:52:34 ---> Running in 2f583a1b5252 03:52:34 ---> ec6f0061e85b 03:52:34 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 03:52:34 ---> Running in c94cc53c3ccf 03:52: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 03:52:36 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 03:52:36 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 03:52:36 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 03:52:36 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 03:53:24 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 03:53:38 Removing intermediate container 2f583a1b5252 03:53:38 ---> b7d163bd3a35 03:53:38 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:53:38 ---> Running in b1ebc239aa1c 03:53:40 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 03:53:44 Removing intermediate container 081130db738f 03:53:44 ---> d51b543802e6 03:53:44 03:53:44 Step 10/24 : FROM alpine:3.10 03:53:44 3.10: Pulling from library/alpine 03:53:45 Removing intermediate container c94cc53c3ccf 03:53:45 ---> 6537985c75a4 03:53:45 03:53:45 Step 10/21 : FROM scratch 03:53:45 ---> 03:53:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:53:45 Removing intermediate container f2a57629df03 03:53:45 ---> b66037334418 03:53:45 03:53:45 Step 10/24 : FROM scratch 03:53:45 ---> 03:53:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 03:53:46 ---> Running in c6a6125cc8d3 03:53:46 ---> Running in 5b2442d142fb 03:53:46 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 03:53:46 Status: Downloaded newer image for alpine:3.10 03:53:46 ---> be4e4bea2c2e 03:53:46 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 03:53:47 Removing intermediate container b1ebc239aa1c 03:53:47 ---> b5b7c76366ad 03:53:47 03:53:47 Step 11/27 : FROM docker:latest 03:53:47 ---> b0757c55a1fd 03:53:47 Step 12/27 : RUN apk add --no-cache bash 03:53:47 ---> Running in 5035a13383c5 03:53:47 Removing intermediate container c6a6125cc8d3 03:53:47 ---> b5bc4a932536 03:53:47 Step 12/24 : ENV APP_PORT=48060 03:53:47 Removing intermediate container 5b2442d142fb 03:53:47 ---> 7a3f82f0582f 03:53:47 Step 12/21 : ENV APP_PORT=48085 03:53:47 ---> Running in 68ed351a9ec8 03:53:47 ---> Running in 9b59f9f7c382 03:53:47 ---> Running in b0e98d0dd7d7 03:53:48 Removing intermediate container 68ed351a9ec8 03:53:48 ---> a198c7092b23 03:53:48 Step 13/24 : EXPOSE $APP_PORT 03:53:48 Removing intermediate container b0e98d0dd7d7 03:53:48 ---> af5f9d5e0e61 03:53:48 Step 13/21 : EXPOSE $APP_PORT 03:53:48 ---> Running in ecbe35772ab8 03:53:48 ---> Running in 4f28252564d6 03:53:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 03:53:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 03:53:49 Removing intermediate container ecbe35772ab8 03:53:49 ---> 356141cb9520 03:53:49 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 03:53:49 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 03:53:49 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 03:53:49 OK: 10348 distinct packages available 03:53:50 (1/5) Installing ca-certificates (20191127-r2) 03:53:50 (2/5) Installing nghttp2-libs (1.39.2-r1) 03:53:50 (3/5) Installing libcurl (7.66.0-r1) 03:53:50 (4/5) Installing curl (7.66.0-r1) 03:53:50 (5/5) Installing dumb-init (1.2.2-r1) 03:53:50 Executing busybox-1.30.1-r3.trigger 03:53:50 Executing ca-certificates-20191127-r2.trigger 03:53:50 OK: 7 MiB in 19 packages 03:53:50 Removing intermediate container 4f28252564d6 03:53:50 ---> 091eea16835e 03:53:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 03:53:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:53:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:53:51 ---> a1b7bb62d64e 03:53:51 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 03:53:51 ---> cce907a6fbe3 03:53:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:53:51 (1/2) Installing readline (8.0.4-r0) 03:53:51 (2/2) Installing bash (5.0.17-r0) 03:53:51 Executing bash-5.0.17-r0.post-install 03:53:51 Executing busybox-1.31.1-r19.trigger 03:53:51 OK: 12 MiB in 22 packages 03:53:53 ---> e61afc5ecbdd 03:53:53 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:53:53 Removing intermediate container 5035a13383c5 03:53:53 ---> 8f2f783af22e 03:53:53 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:53:54 ---> 5566b5b8186f 03:53:54 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 03:53:54 Removing intermediate container 7a70109732bf 03:53:54 ---> deae4661fc4b 03:53:54 03:53:54 Step 10/23 : FROM alpine 03:53:54 ---> Running in e5435d7b4e80 03:53:54 latest: Pulling from library/alpine 03:53:54 Removing intermediate container 9b59f9f7c382 03:53:54 ---> d123e059031c 03:53:54 Step 13/27 : RUN rm -rf /var/cache/apk/* 03:53:55 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 03:53:55 Status: Downloaded newer image for alpine:latest 03:53:55 ---> Running in c1540720c2ee 03:53:55 ---> d6e46aa2470d 03:53:55 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:53:55 ---> cd81e6408df1 03:53:55 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 03:53:55 Removing intermediate container e5435d7b4e80 03:53:55 ---> 946744736a8c 03:53:55 Step 13/24 : WORKDIR / 03:53:55 ---> Running in f3de2843b4c9 03:53:55 ---> Running in 7a3baf89dc1d 03:53:55 ---> Running in b6fe865835a5 03:53:56 ---> beb3d526c45d 03:53:56 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 03:53:56 Removing intermediate container f3de2843b4c9 03:53:56 ---> 3e525614798e 03:53:56 Step 12/23 : ENV APP_PORT=48080 03:53:56 Removing intermediate container 7a3baf89dc1d 03:53:56 ---> ec9ecb86dab9 03:53:56 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:53:57 Removing intermediate container b6fe865835a5 03:53:57 ---> 82e704ff93bf 03:53:57 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:53:57 ---> b7542cfc34e2 03:53:57 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:53:57 ---> Running in a0abbb06be33 03:53:57 ---> Running in 74cf46b3a7a4 03:53:58 Removing intermediate container a0abbb06be33 03:53:58 ---> 6460f0f1de18 03:53:58 Step 13/23 : EXPOSE $APP_PORT 03:53:58 Removing intermediate container 74cf46b3a7a4 03:53:58 ---> 1c697f0533d3 03:53:58 Step 19/21 : LABEL arch=x86_64 03:53:59 ---> a4358db971f1 03:53:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:53:59 ---> Running in 151337dd79f7 03:53:59 ---> Running in e37f279bef9f 03:53:59 ---> 2f2e9f9cc11c 03:53:59 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:53:59 Removing intermediate container c1540720c2ee 03:53:59 ---> 43cd5d0e9922 03:53:59 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:53:59 ---> Running in fa7571895a99 03:53:59 Removing intermediate container e37f279bef9f 03:53:59 ---> e76664c71545 03:53:59 Step 20/21 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c 03:53:59 Removing intermediate container 151337dd79f7 03:53:59 ---> 8b1f3a191e21 03:53:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:53:59 ---> ce2629c2543e 03:53:59 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:54:00 ---> Running in a3b6eb3dbd2e 03:54:00 ---> Running in 87df79cd41ca 03:54:00 ---> c9a1063169f5 03:54:00 Step 20/24 : ENTRYPOINT ["/support-notifications"] 03:54:00 Removing intermediate container fa7571895a99 03:54:00 ---> 78251225ffc9 03:54:00 Step 15/27 : ENV APP_PORT=48090 03:54:00 ---> Running in 7b556eb3e495 03:54:00 Removing intermediate container a3b6eb3dbd2e 03:54:00 ---> e194ddb5e647 03:54:00 Step 21/21 : LABEL version=0.0.0 03:54:00 ---> Running in c52c87e12439 03:54:00 ---> Running in c873aaeeafd5 03:54:00 ---> 51865c034700 03:54:00 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:54:01 Removing intermediate container 7b556eb3e495 03:54:01 ---> 0255f0a8f236 03:54:01 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:54:01 Removing intermediate container c52c87e12439 03:54:01 ---> 55ad7b44373d 03:54:01 Step 16/27 : EXPOSE $APP_PORT 03:54:01 Removing intermediate container c873aaeeafd5 03:54:01 ---> ae1280174719 03:54:01 03:54:01 ---> Running in 168884548fb2 03:54:01 ---> Running in 4836a81a83bc 03:54:02 Removing intermediate container 168884548fb2 03:54:02 ---> 3f1de6a59795 03:54:02 Step 22/24 : LABEL arch=x86_64 03:54:02 Successfully built ae1280174719 03:54:02 Successfully tagged docker-support-scheduler-go:latest 03:54:02 Building docker-security-secrets-setup-go 03:54:02  Building docker-support-scheduler-go ... done Removing intermediate container 4836a81a83bc 03:54:02 ---> 2ed48db99306 03:54:02 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:54:02 ---> 1ead368ad0bc 03:54:02 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:54:02 ---> Running in e216079fc59d 03:54:03 Removing intermediate container e216079fc59d 03:54:03 ---> f44113ad0088 03:54:03 Step 23/24 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c 03:54:03 Removing intermediate container 87df79cd41ca 03:54:03 ---> 94df50c386fe 03:54:03 Step 15/23 : RUN apk --no-cache add zeromq 03:54:03 ---> Running in 3154953ef89d 03:54:03 ---> Running in 172bb9bf2f62 03:54:03 ---> 7a1b4c43fcda 03:54:03 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:54:03 ---> fd1bf3275fca 03:54:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:54:04 Removing intermediate container 3154953ef89d 03:54:04 ---> ea8dad9251ac 03:54:04 Step 24/24 : LABEL version=0.0.0 03:54:05 ---> Running in a3e792738bd0 03:54:05 ---> 9de27081f600 03:54:05 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:54:05 ---> 6c9474d881a3 03:54:05 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:54:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:54:07 ---> Running in c0ea2d076e5e 03:54:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:54:07 Removing intermediate container a3e792738bd0 03:54:07 ---> 5dd795d1d5bd 03:54:07 03:54:07 ---> 1450b1b4ef9f 03:54:07 Step 20/27 : RUN apk --no-cache add py3-pip 03:54:07 ---> Running in 7f99f4ce4f18 03:54:07 (1/5) Installing libgcc (9.3.0-r2) 03:54:07 (2/5) Installing libsodium (1.0.18-r0) 03:54:08 (3/5) Installing libstdc++ (9.3.0-r2) 03:54:08 Successfully built 5dd795d1d5bd 03:54:08 Successfully tagged docker-support-notifications-go:latest 03:54:08 Building docker-security-proxy-setup-go 03:54:08  Building docker-support-notifications-go ... done (4/5) Installing libzmq (4.3.3-r0) 03:54:08 (5/5) Installing zeromq (4.3.3-r0) 03:54:08 Executing busybox-1.31.1-r19.trigger 03:54:08 OK: 8 MiB in 19 packages 03:54:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:54:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:54:10 (1/33) Installing libbz2 (1.0.8-r1) 03:54:10 (2/33) Installing expat (2.2.9-r1) 03:54:10 (3/33) Installing libffi (3.3-r2) 03:54:10 (4/33) Installing gdbm (1.13-r1) 03:54:10 (5/33) Installing xz-libs (5.2.5-r0) 03:54:10 (6/33) Installing sqlite-libs (3.32.1-r0) 03:54:10 (7/33) Installing python3 (3.8.5-r0) 03:54:15 (8/33) Installing py3-appdirs (1.4.4-r1) 03:54:15 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:54:15 (10/33) Installing py3-parsing (2.4.7-r0) 03:54:15 (11/33) Installing py3-six (1.15.0-r0) 03:54:15 (12/33) Installing py3-packaging (20.4-r0) 03:54:15 Removing intermediate container 172bb9bf2f62 03:54:15 ---> 8e028bf24c2d 03:54:15 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 03:54:15 (13/33) Installing py3-setuptools (47.0.0-r0) 03:54:15 (14/33) Installing py3-chardet (3.0.4-r4) 03:54:15 (15/33) Installing py3-idna (2.9-r0) 03:54:16 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:54:16 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:54:16 Removing intermediate container c0ea2d076e5e 03:54:16 ---> 116ac455b299 03:54:16 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:54:17 (18/33) Installing py3-requests (2.23.0-r0) 03:54:17 (19/33) Installing py3-msgpack (1.0.0-r0) 03:54:17 (20/33) Installing py3-lockfile (0.12.2-r3) 03:54:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:54:17 (22/33) Installing py3-colorama (0.4.3-r0) 03:54:18 (23/33) Installing py3-distlib (0.3.0-r0) 03:54:18 ---> Running in 04b1f14a9495 03:54:19 (24/33) Installing py3-distro (1.5.0-r1) 03:54:19 ---> a89db9be82f9 03:54:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:54:19 (25/33) Installing py3-webencodings (0.5.1-r3) 03:54:19 (26/33) Installing py3-html5lib (1.0.1-r4) 03:54:19 (27/33) Installing py3-pytoml (0.1.21-r0) 03:54:20 (28/33) Installing py3-pep517 (0.8.2-r0) 03:54:20 (29/33) Installing py3-progress (1.5-r0) 03:54:20 (30/33) Installing py3-toml (0.10.1-r0) 03:54:20 (31/33) Installing py3-retrying (1.3.3-r0) 03:54:20 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:54:20 Removing intermediate container 04b1f14a9495 03:54:20 ---> 0d3fb2762128 03:54:20 Step 22/24 : LABEL arch=x86_64 03:54:20 (33/33) Installing py3-pip (20.1.1-r0) 03:54:22 Executing busybox-1.31.1-r19.trigger 03:54:22 OK: 71 MiB in 55 packages 03:54:23 ---> Running in 1094564bc541 03:54:23 ---> d744d85910da 03:54:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:54:25 Removing intermediate container 1094564bc541 03:54:25 ---> 354bcf17fa71 03:54:25 Step 23/24 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c 03:54:26 ---> d0bcac857b9b 03:54:26 Step 19/23 : ENTRYPOINT ["/core-data"] 03:54:26 ---> Running in fe46080f4566 03:54:27 ---> Running in 6571e41a64aa 03:54:28 Removing intermediate container fe46080f4566 03:54:28 ---> 96e4d7782861 03:54:28 Step 24/24 : LABEL version=0.0.0 03:54:30 ---> Running in 6d837bb1937c 03:54:30 Removing intermediate container 6571e41a64aa 03:54:30 ---> 351d8cd99e27 03:54:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:54:31 ---> Running in aab58389b063 03:54:32 Removing intermediate container 6d837bb1937c 03:54:32 ---> d16fa5bc9e51 03:54:32 03:54:33 Removing intermediate container aab58389b063 03:54:33 ---> 9d502de8a5da 03:54:33 Step 21/23 : LABEL arch=x86_64 03:54:33 Successfully built d16fa5bc9e51 03:54:34 Successfully tagged docker-security-secretstore-setup-go:latest 03:54:34  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go 03:54:34 ---> Running in a91e03450aa1 03:54:36 Removing intermediate container a91e03450aa1 03:54:36 ---> fa97e9107c6d 03:54:36 Step 22/23 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c 03:54:37 ---> Running in 48410e2d5045 03:54:39 Removing intermediate container 48410e2d5045 03:54:39 ---> 99ddfb040f05 03:54:39 Step 23/23 : LABEL version=0.0.0 03:54:39 ---> Running in 1f447ff8d183 03:54:42 Removing intermediate container 1f447ff8d183 03:54:42 ---> 70731246bcb4 03:54:42 03:54:43 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 03:54:43 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 03:54:43 ---> fb54fa5b5100 03:54:43 Step 3/29 : WORKDIR /edgex-go 03:54:43 ---> Using cache 03:54:43 ---> 0531642c6ee5 03:54:43 Step 4/29 : RUN apk update && apk add make git 03:54:44 Successfully built 70731246bcb4 03:54:45 Successfully tagged docker-core-data-go:latest 03:54:45  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go 03:54:46 ---> Running in 7d9683a035a2 03:54:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 03:54:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:54:46 ---> fb54fa5b5100 03:54:46 Step 3/21 : WORKDIR /edgex-go 03:54:46 ---> Using cache 03:54:46 ---> 0531642c6ee5 03:54:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:54:46 ---> Using cache 03:54:46 ---> 67fc50181c0e 03:54:46 Step 5/21 : RUN apk update && apk add make git 03:54:48 ---> Running in cedfdcbfef91 03:54:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:54:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:54:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:54:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:54:52 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:54:52 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:54:52 OK: 12745 distinct packages available 03:54:53 OK: 233 MiB in 51 packages 03:54:53 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 03:54:53 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 03:54:53 OK: 12745 distinct packages available 03:54:54 OK: 233 MiB in 51 packages 03:54:58 Removing intermediate container cedfdcbfef91 03:54:58 ---> 16a70973f82e 03:54:58 Step 6/21 : COPY go.mod . 03:55:00 Removing intermediate container 7d9683a035a2 03:55:00 ---> 67d992cbf3bf 03:55:00 Step 5/29 : COPY go.mod . 03:55:02 ---> 5d2c0238b697 03:55:02 Step 7/21 : RUN go mod download 03:55:03 ---> 85d7b1f6c1e5 03:55:03 Step 6/29 : RUN go mod download 03:55:04 ---> Running in 3875c178a0be 03:55:05 ---> Running in 3fc20a9ce012 03:55:12 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:55:12 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:55:12 ---> fb54fa5b5100 03:55:12 Step 3/22 : WORKDIR /edgex-go 03:55:12 ---> Using cache 03:55:12 ---> 0531642c6ee5 03:55:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:55:12 ---> Using cache 03:55:12 ---> 67fc50181c0e 03:55:12 Step 5/22 : RUN apk update && apk add make git 03:55:12 ---> Using cache 03:55:12 ---> 16a70973f82e 03:55:12 Step 6/22 : COPY go.mod . 03:55:12 ---> Using cache 03:55:12 ---> 5d2c0238b697 03:55:12 Step 7/22 : RUN go mod download 03:55:12 ---> Running in 0e296093336c 03:55:15 Removing intermediate container 3fc20a9ce012 03:55:15 ---> bc79e837a507 03:55:15 Step 7/29 : COPY . . 03:55:16 Removing intermediate container 3875c178a0be 03:55:16 ---> 2844f11ed9cd 03:55:16 Step 8/21 : COPY . . 03:55:24 Removing intermediate container 0e296093336c 03:55:24 ---> b0488aa21426 03:55:24 Step 8/22 : COPY . . 03:55:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:55:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:55:37 ---> fb54fa5b5100 03:55:37 Step 3/22 : WORKDIR /edgex-go 03:55:37 ---> Using cache 03:55:37 ---> 0531642c6ee5 03:55:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:55:37 ---> Using cache 03:55:37 ---> 67fc50181c0e 03:55:37 Step 5/22 : RUN apk update && apk add make git 03:55:37 ---> Using cache 03:55:37 ---> 16a70973f82e 03:55:37 Step 6/22 : COPY go.mod . 03:55:37 ---> Using cache 03:55:37 ---> 5d2c0238b697 03:55:37 Step 7/22 : RUN go mod download 03:55:37 ---> Using cache 03:55:37 ---> b0488aa21426 03:55:37 Step 8/22 : COPY . . 03:55:38 Removing intermediate container 7f99f4ce4f18 03:55:38 ---> d8e3ef6ef34d 03:55:38 Step 21/27 : RUN pip install docker-compose==1.23.2 03:55:43 ---> Running in 642007a45898 03:56:16 Collecting docker-compose==1.23.2 03:56:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:56:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:56:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:56:17 Collecting websocket-client<1.0,>=0.32.0 03:56:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:56:18 Collecting docker<4.0,>=3.6.0 03:56:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:56:18 Collecting PyYAML<4,>=3.10 03:56:18 Downloading PyYAML-3.13.tar.gz (270 kB) 03:56:25 Collecting cached-property<2,>=1.2.0 03:56:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:56:25 Collecting texttable<0.10,>=0.9.0 03:56:25 Downloading texttable-0.9.1.tar.gz (11 kB) 03:56:27 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:56:28 Collecting jsonschema<3,>=2.5.1 03:56:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:56:29 Collecting docopt<0.7,>=0.6.1 03:56:29 Downloading docopt-0.6.2.tar.gz (25 kB) 03:56:30 ---> 1542e62cd834 03:56:30 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:56:30 ---> Running in 14f90661183d 03:56:30 ---> 6a0ddca2932e 03:56:30 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 03:56:30 ---> 04016c63f13f 03:56:30 Step 9/22 : RUN make cmd/core-command/core-command 03:56:30 Collecting dockerpty<0.5,>=0.4.1 03:56:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:56:31 ---> Running in ef196d895c14 03:56:31 ---> Running in d636595e1914 03:56:32 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) 03:56:32 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) 03:56:32 Collecting urllib3<1.25,>=1.21.1 03:56:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:56:33 Collecting idna<2.8,>=2.5 03:56:33 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:56:33 Collecting docker-pycreds>=0.4.0 03:56:33 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:56:33 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:56:33 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:56:33 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:56:33 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:56:33 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 03:56:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 03:56:33 Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, cached-property, texttable, jsonschema, docopt, dockerpty, docker-compose 03:56:33 Attempting uninstall: urllib3 03:56:33 Found existing installation: urllib3 1.25.9 03:56:33 Uninstalling urllib3-1.25.9: 03:56:33 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 03:56:35 Successfully uninstalled urllib3-1.25.9 03:56:35 ---> 568b1ca7845d 03:56:35 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 03:56:36 ---> Running in 001cc36ad282 03:56:36 Attempting uninstall: idna 03:56:36 Found existing installation: idna 2.9 03:56:36 Uninstalling idna-2.9: 03:56:36 Successfully uninstalled idna-2.9 03:56:36 Attempting uninstall: requests 03:56:36 Found existing installation: requests 2.23.0 03:56:36 Uninstalling requests-2.23.0: 03:56:37 Successfully uninstalled requests-2.23.0 03:56: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 03:56:39 Running setup.py install for PyYAML: started 03:56:41 Running setup.py install for PyYAML: finished with status 'done' 03:56:41 Running setup.py install for texttable: started 03:56:42 Running setup.py install for texttable: finished with status 'done' 03:56:43 Running setup.py install for docopt: started 03:56:44 Running setup.py install for docopt: finished with status 'done' 03:56:44 Running setup.py install for dockerpty: started 03:56:46 Running setup.py install for dockerpty: finished with status 'done' 03:56:46 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 03:56:52 Removing intermediate container 642007a45898 03:56:52 ---> 12355cbf992f 03:56:52 Step 22/27 : RUN apk --no-cache add curl 03:56:53 ---> Running in f809ccdd4314 03:56:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:56:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:56:56 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:56:56 (2/3) Installing libcurl (7.69.1-r1) 03:56:56 (3/3) Installing curl (7.69.1-r1) 03:56:56 Executing busybox-1.31.1-r19.trigger 03:56:56 OK: 72 MiB in 58 packages 03:56:58 Removing intermediate container f809ccdd4314 03:56:58 ---> d0821ea482e7 03:56:58 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 03:56:58 ---> Running in 129512a3f1c2 03:56:59 Removing intermediate container 129512a3f1c2 03:56:59 ---> b1acf9fb70bb 03:56:59 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:56:59 ---> Running in f1cac6948c84 03:57:00 Removing intermediate container f1cac6948c84 03:57:00 ---> 91aac0e27a98 03:57:00 Step 25/27 : LABEL arch=x86_64 03:57:00 ---> Running in 42dc5bc31d8b 03:57:01 Removing intermediate container 42dc5bc31d8b 03:57:01 ---> 73095f7ac975 03:57:01 Step 26/27 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c 03:57:01 ---> Running in 4f6d37dbf7f1 03:57:02 Removing intermediate container 4f6d37dbf7f1 03:57:02 ---> f1f9ebc88b32 03:57:02 Step 27/27 : LABEL version=0.0.0 03:57:02 ---> Running in bce269f8321d 03:57:03 Removing intermediate container bce269f8321d 03:57:03 ---> 2217dd73d168 03:57:03 03:57:03 Successfully built 2217dd73d168 03:57:03 Successfully tagged docker-sys-mgmt-agent-go:latest 03:57:04 Building docker-core-metadata-go 03:57:19  Building docker-sys-mgmt-agent-go ... done 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 03:57:25 Removing intermediate container ef196d895c14 03:57:25 ---> bcfa7d08782a 03:57:25 03:57:25 Step 9/29 : FROM alpine:latest 03:57:25 ---> d6e46aa2470d 03:57:25 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 03:57:29 ---> Running in 78751e97b840 03:57:29 Removing intermediate container 001cc36ad282 03:57:29 ---> f53781774157 03:57:29 03:57:29 Step 10/22 : FROM alpine:3.10 03:57:29 ---> be4e4bea2c2e 03:57:29 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 03:57:29 ---> Using cache 03:57:29 ---> 8f2f783af22e 03:57:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 03:57:31 ---> Running in 2b9303b0fa4a 03:57:31 Removing intermediate container 78751e97b840 03:57:31 ---> b77088c3dc49 03:57:31 Step 11/29 : USER root 03:57:32 ---> Running in ba821a984190 03:57:32 Removing intermediate container 2b9303b0fa4a 03:57:32 ---> 9ba80b50e778 03:57:32 Step 13/22 : WORKDIR / 03:57:33 Removing intermediate container d636595e1914 03:57:33 ---> eec15143b907 03:57:33 03:57:33 Step 10/22 : FROM scratch 03:57:33 ---> 03:57:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:57:33 ---> Running in 918cdd547709 03:57:36 ---> Using cache 03:57:36 ---> 7a3f82f0582f 03:57:36 Step 12/22 : ENV APP_PORT=48082 03:57:38 Removing intermediate container ba821a984190 03:57:38 ---> cfdd37664912 03:57:38 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 03:57:38 Removing intermediate container 918cdd547709 03:57:38 ---> 67a05c691b7f 03:57:38 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 03:57:38 ---> Running in de7294b721db 03:57:39 Removing intermediate container 14f90661183d 03:57:39 ---> b8a2e150d51c 03:57:39 03:57:39 Step 10/21 : FROM alpine 03:57:39 ---> d6e46aa2470d 03:57:39 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 03:57:39 ---> Running in bb3f2fb824b3 03:57:40 ---> Running in a08980b41561 03:57:40 Removing intermediate container de7294b721db 03:57:40 ---> 51e656c38f7f 03:57:40 Step 13/22 : EXPOSE $APP_PORT 03:57:40 ---> 773383190c73 03:57:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 03:57:40 ---> Running in 49824bf7be02 03:57:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 03:57:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:57:42 ---> fb54fa5b5100 03:57:42 Step 3/22 : WORKDIR /edgex-go 03:57:42 ---> Using cache 03:57:42 ---> 0531642c6ee5 03:57:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:57:42 ---> Using cache 03:57:42 ---> 67fc50181c0e 03:57:42 Step 5/22 : RUN apk update && apk add make git 03:57:42 ---> Using cache 03:57:42 ---> 16a70973f82e 03:57:42 Step 6/22 : COPY go.mod . 03:57:42 ---> Using cache 03:57:42 ---> 5d2c0238b697 03:57:42 Step 7/22 : RUN go mod download 03:57:42 ---> Using cache 03:57:42 ---> b0488aa21426 03:57:42 Step 8/22 : COPY . . 03:57:42 ---> Using cache 03:57:42 ---> 568b1ca7845d 03:57:42 Step 9/22 : RUN make cmd/core-metadata/core-metadata 03:57:42 Removing intermediate container 49824bf7be02 03:57:42 ---> 64a2c713f82b 03:57:42 Step 14/22 : WORKDIR / 03:57:43 ---> Running in b27871413180 03:57:43 ---> afd37f2af509 03:57:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 03:57:43 ---> Running in 3d462d8bfc56 03:57:44 Removing intermediate container b27871413180 03:57:44 ---> 72e7691ec73c 03:57:44 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 03:57:44 ---> 5bab04e09124 03:57:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 03:57:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:57:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:57:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:57:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:57:45 ---> d9d147ea2b51 03:57:45 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:57:45 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:57:45 v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:57:45 OK: 12746 distinct packages available 03:57:45 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 03:57:45 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 03:57:45 v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 03:57:45 OK: 12746 distinct packages available 03:57:46 (1/2) Installing ca-certificates (20191127-r4) 03:57:46 (1/4) Installing ca-certificates (20191127-r4) 03:57:46 (2/2) Installing dumb-init (1.2.2-r1) 03:57:46 ---> 89b23841debb 03:57:46 Step 18/22 : RUN chmod +x entrypoint.sh 03:57:46 Executing busybox-1.31.1-r19.trigger 03:57:46 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:57:46 (3/4) Installing libcurl (7.69.1-r1) 03:57:46 Executing ca-certificates-20191127-r4.trigger 03:57:46 (4/4) Installing curl (7.69.1-r1) 03:57:46 Executing busybox-1.31.1-r19.trigger 03:57:46 Executing ca-certificates-20191127-r4.trigger 03:57:46 OK: 6 MiB in 16 packages 03:57:46 OK: 7 MiB in 18 packages 03:57:46 ---> Running in 5773cfa9a5a0 03:57:46 ---> e50eedf93f00 03:57:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:57:48 ---> 0d3b0fe0e574 03:57:48 Step 18/22 : ENTRYPOINT ["/core-command"] 03:57:48 ---> Running in b7db94039511 03:57:48 Removing intermediate container a08980b41561 03:57:48 ---> cceb2f9fd556 03:57:48 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:57:48 Removing intermediate container bb3f2fb824b3 03:57:48 ---> 0b7d03072629 03:57:48 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 03:57:48 ---> Running in c4159b7bd091 03:57:48 ---> Running in f91c9848e3df 03:57:49 Removing intermediate container b7db94039511 03:57:49 ---> f5f3957e2c63 03:57:49 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:57:49 Removing intermediate container 5773cfa9a5a0 03:57:49 ---> 9dd77b3a2c1c 03:57:49 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 03:57:49 ---> Running in 2d4c9c3a8b80 03:57:49 ---> Running in a47deac73a43 03:57:49 Removing intermediate container f91c9848e3df 03:57:49 ---> b903784479cf 03:57:49 Step 14/29 : WORKDIR $BASE_DIR 03:57:49 Removing intermediate container c4159b7bd091 03:57:49 ---> 8ecc97d8f9e9 03:57:49 Step 13/21 : WORKDIR /edgex 03:57:49 ---> Running in 08950c130041 03:57:49 ---> Running in ee6cf29045fa 03:57:50 Removing intermediate container 2d4c9c3a8b80 03:57:50 ---> adf2c13866af 03:57:50 Step 20/22 : LABEL arch=x86_64 03:57:50 ---> Running in 65331e12245d 03:57:50 Removing intermediate container a47deac73a43 03:57:50 ---> d8c6c0c1ca54 03:57:50 Step 20/22 : LABEL arch=x86_64 03:57:50 Removing intermediate container 08950c130041 03:57:50 ---> 2a71896d8446 03:57:50 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 03:57:50 ---> Running in ea232389023d 03:57:50 Removing intermediate container ee6cf29045fa 03:57:50 ---> f26881fe3a4a 03:57:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:57:50 ---> Running in 06d375738b70 03:57:50 Removing intermediate container 65331e12245d 03:57:50 ---> 22f0709c264b 03:57:50 Step 21/22 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c 03:57:50 ---> Running in bcf58ff32f2c 03:57:50 Removing intermediate container ea232389023d 03:57:50 ---> 9e6694f7122b 03:57:50 Step 21/22 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c 03:57:51 ---> Running in c9ecb33e0b6c 03:57:51 Removing intermediate container bcf58ff32f2c 03:57:51 ---> fef8cebd28f5 03:57:51 Step 22/22 : LABEL version=0.0.0 03:57:51 ---> e1fe4bbe2515 03:57:51 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:57:52 ---> Running in 9dc3dfa6805e 03:57:52 Removing intermediate container c9ecb33e0b6c 03:57:52 ---> cd129e6afd07 03:57:52 Step 22/22 : LABEL version=0.0.0 03:57:52 ---> Running in 838562ac5f19 03:57:52 Removing intermediate container 9dc3dfa6805e 03:57:52 ---> d441f978ee2a 03:57:52 03:57:52 ---> 55afdbba4002 03:57:52 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:57:53 Removing intermediate container 838562ac5f19 03:57:53 ---> 24740d877726 03:57:53 03:57:53 Removing intermediate container 06d375738b70 03:57:53 ---> b2ced032782f 03:57:53 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 03:57:53 Successfully built d441f978ee2a 03:57:53 Successfully tagged docker-core-command-go:latest 03:57:54  Building docker-core-command-go ... done Successfully built 24740d877726 03:57:54 Successfully tagged docker-security-bootstrap-redis-go:latest 03:57:54  Building docker-security-bootstrap-redis-go ... done  ---> beeca0c5d564 03:57:54 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:57:55 ---> Running in cb44f1ec8d0a 03:57:55 ---> f62d12268098 03:57:55 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 03:57:55 Removing intermediate container cb44f1ec8d0a 03:57:55 ---> 1c35ee982dba 03:57:55 Step 18/21 : CMD ["--init=true"] 03:57:55 ---> Running in 37eeee53d6ff 03:57:56 ---> 0ff8eb2ca3fb 03:57:56 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 03:57:56 Removing intermediate container 37eeee53d6ff 03:57:56 ---> 7cba081a3b8a 03:57:56 Step 19/21 : LABEL arch=x86_64 03:57:56 ---> Running in 30867f762a2a 03:57:56 ---> e40dd20bdca1 03:57:56 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 03:57:57 Removing intermediate container 30867f762a2a 03:57:57 ---> 361fe4504d32 03:57:57 Step 20/21 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c 03:57:57 ---> Running in 8ff58b58a874 03:57:57 ---> d2e24bb85759 03:57:57 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 03:57:57 Removing intermediate container 8ff58b58a874 03:57:57 ---> 91e67241fdc7 03:57:57 Step 21/21 : LABEL version=0.0.0 03:57:57 ---> Running in 8cf09e471519 03:57:57 ---> 7110ed49a812 03:57:57 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 03:57:58 ---> Running in c418879b5968 03:57:58 Removing intermediate container 8cf09e471519 03:57:58 ---> 712276186c1e 03:57:58 03:57:59 Successfully built 712276186c1e 03:57:59 Successfully tagged docker-security-proxy-setup-go:latest 03:58:01  Building docker-security-proxy-setup-go ... done Removing intermediate container c418879b5968 03:58:01 ---> 81490e650520 03:58:01 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 03:58:02 ---> 979b83a94596 03:58:02 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 03:58:02 ---> Running in 298e742043ee 03:58:05 Removing intermediate container 298e742043ee 03:58:05 ---> a2da0d1e51f9 03:58:05 Step 24/29 : RUN chmod 755 security-secrets-setup 03:58:05 ---> Running in fb2170249695 03:58:08 Removing intermediate container fb2170249695 03:58:08 ---> 0dd4b67e3382 03:58:08 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 03:58:08 ---> Running in b66201770b42 03:58:08 Removing intermediate container b66201770b42 03:58:08 ---> 06cdaf079bfa 03:58:08 Step 26/29 : CMD [ "generate" ] 03:58:08 ---> Running in 0823a6e32be1 03:58:08 Removing intermediate container 0823a6e32be1 03:58:08 ---> 0f3ee9ca1a53 03:58:08 Step 27/29 : LABEL arch=x86_64 03:58:09 ---> Running in 0630e006a0a6 03:58:09 Removing intermediate container 0630e006a0a6 03:58:09 ---> 7067c7d8584e 03:58:09 Step 28/29 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c 03:58:09 ---> Running in 6fbd63289643 03:58:10 Removing intermediate container 6fbd63289643 03:58:10 ---> 34792e1c8a49 03:58:10 Step 29/29 : LABEL version=0.0.0 03:58:10 ---> Running in 15c1280346bd 03:58:10 Removing intermediate container 15c1280346bd 03:58:10 ---> 14ba30535101 03:58:10 03:58:11 Successfully built 14ba30535101 03:58:11 Successfully tagged docker-security-secrets-setup-go:latest 03:58:13  Building docker-security-secrets-setup-go ... done Removing intermediate container 3d462d8bfc56 03:58:13 ---> b9a6cdcd912b 03:58:13 03:58:13 Step 10/22 : FROM scratch 03:58:13 ---> 03:58:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:58:13 ---> Using cache 03:58:13 ---> 7a3f82f0582f 03:58:13 Step 12/22 : ENV APP_PORT=48081 03:58:13 ---> Running in ff57242435d9 03:58:13 Removing intermediate container ff57242435d9 03:58:13 ---> d5831a05a320 03:58:13 Step 13/22 : EXPOSE $APP_PORT 03:58:13 ---> Running in 64931d9f20f9 03:58:14 Removing intermediate container 64931d9f20f9 03:58:14 ---> 9cb45d62762c 03:58:14 Step 14/22 : WORKDIR / 03:58:14 ---> Running in a372f7457e07 03:58:14 Removing intermediate container a372f7457e07 03:58:14 ---> d718c500b7ab 03:58:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 03:58:14 ---> 96237633469f 03:58:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:58:15 ---> 5150a860d64e 03:58:15 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:58:16 ---> cb8d5b29ee01 03:58:16 Step 18/22 : ENTRYPOINT ["/core-metadata"] 03:58:16 ---> Running in c40e76fcb7d8 03:58:17 Removing intermediate container c40e76fcb7d8 03:58:17 ---> 982986ddd11b 03:58:17 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:58:17 ---> Running in 993107c0a59a 03:58:17 Removing intermediate container 993107c0a59a 03:58:17 ---> 105564bdff3f 03:58:17 Step 20/22 : LABEL arch=x86_64 03:58:17 ---> Running in a71082adc8c3 03:58:17 Removing intermediate container a71082adc8c3 03:58:17 ---> 76a39bb79530 03:58:17 Step 21/22 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c 03:58:17 ---> Running in 17622c78f657 03:58:18 Removing intermediate container 17622c78f657 03:58:18 ---> c62e820bc613 03:58:18 Step 22/22 : LABEL version=0.0.0 03:58:18 ---> Running in fc56675da3d7 03:58:18 Removing intermediate container fc56675da3d7 03:58:18 ---> 1c9dc15208b8 03:58:18 03:58:18 Successfully built 1c9dc15208b8 03:58:19 Successfully tagged docker-core-metadata-go:latest 03:58:19  Building docker-core-metadata-go ... done  [Pipeline] } 03:58:19 $ docker stop --time=1 4f13f5b2ce30ee30c9b5402679a669a63ba1f044ec9bc1f358875c93013a26d8 03:58:22 $ docker rm -f 4f13f5b2ce30ee30c9b5402679a669a63ba1f044ec9bc1f358875c93013a26d8 [Pipeline] // withDockerContainer [Pipeline] sh 03:58:23 + docker images 03:58:23 + grep docker 03:58:23 docker-core-metadata-go latest 1c9dc15208b8 5 seconds ago 14.5MB 03:58:23 docker-security-secrets-setup-go latest 14ba30535101 13 seconds ago 23.9MB 03:58:23 docker-security-proxy-setup-go latest 712276186c1e 25 seconds ago 24.6MB 03:58:23 docker-security-bootstrap-redis-go latest 24740d877726 30 seconds ago 15.8MB 03:58:23 docker-core-command-go latest d441f978ee2a 31 seconds ago 12.2MB 03:58:23 docker-sys-mgmt-agent-go latest 2217dd73d168 About a minute ago 293MB 03:58:23 docker-core-data-go latest 70731246bcb4 3 minutes ago 23.7MB 03:58:23 docker-security-secretstore-setup-go latest d16fa5bc9e51 3 minutes ago 24.7MB 03:58:23 docker-support-notifications-go latest 5dd795d1d5bd 4 minutes ago 13.6MB 03:58:23 docker-support-scheduler-go latest ae1280174719 4 minutes ago 12.3MB 03:58:23 docker latest b0757c55a1fd 2 days ago 220MB [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 03:58:39 Still waiting to schedule task 03:58:39 ‘prd-centos7-docker-8c-8g-14428’ is offline 03:59:34 Running on prd-centos7-docker-8c-8g-14448 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws 03:59:34 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 03:59:36 using credential edgex-jenkins-ssh 03:59:36 Cloning the remote Git repository 03:59:36 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:59:36 > git init /w/workspace/edgex-go/5 # timeout=10 03:59:36 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:59:36 > git --version # timeout=10 03:59:36 > git --version # 'git version 2.24.3' 03:59:36 using GIT_SSH to set credentials SSH Credentials for GitHub 03:59:36 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:59:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:59:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:59:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:59:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:59:47 using GIT_SSH to set credentials SSH Credentials for GitHub 03:59:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:59:48 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 4870cb0c012d1632de062f7627852ce98cdbc689 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:59:48 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) 03:59:48 > git config core.sparsecheckout # timeout=10 03:59:48 > git checkout -f 4870cb0c012d1632de062f7627852ce98cdbc689 # timeout=10 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 03:59:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:59:52 ---> package-listing.sh 03:59:52 ++ facter osfamily 03:59:52 ++ tr '[:upper:]' '[:lower:]' 03:59:53 + OS_FAMILY=redhat 03:59:53 + workspace=/w/workspace/edgex-go/5 03:59:53 + START_PACKAGES=/tmp/packages_start.txt 03:59:53 + END_PACKAGES=/tmp/packages_end.txt 03:59:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:59:53 + PACKAGES=/tmp/packages_start.txt 03:59:53 + '[' /w/workspace/edgex-go/5 ']' 03:59:53 + PACKAGES=/tmp/packages_end.txt 03:59:53 + case "${OS_FAMILY}" in 03:59:53 + rpm -qa 03:59:53 + sort 04:00:01 + '[' -f /tmp/packages_start.txt ']' 04:00:01 + '[' -f /tmp/packages_end.txt ']' 04:00:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 04:00:01 + '[' /w/workspace/edgex-go/5 ']' 04:00:01 + mkdir -p /w/workspace/edgex-go/5/archives/ 04:00:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 04:00:01 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 04:00:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 04:00:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:00:03 04:00:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 04:00:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:00:04 alpine: Pulling from edgex-lftools-log-publisher 04:00:04 df20fa9351a1: Pulling fs layer 04:00:04 36b3adc4ff6f: Pulling fs layer 04:00:04 8ad3a11d3b57: Pulling fs layer 04:00:04 46f8f816bc3b: Pulling fs layer 04:00:04 93b61091891f: Pulling fs layer 04:00:04 93b9cdb0e59b: Pulling fs layer 04:00:04 5e14af77c1be: Pulling fs layer 04:00:04 01666e4c0597: Pulling fs layer 04:00:04 aa168da1d23b: Pulling fs layer 04:00:04 5e14af77c1be: Waiting 04:00:04 01666e4c0597: Waiting 04:00:04 46f8f816bc3b: Waiting 04:00:04 aa168da1d23b: Waiting 04:00:04 93b61091891f: Waiting 04:00:04 93b9cdb0e59b: Waiting 04:00:04 36b3adc4ff6f: Verifying Checksum 04:00:04 36b3adc4ff6f: Download complete 04:00:04 46f8f816bc3b: Verifying Checksum 04:00:04 46f8f816bc3b: Download complete 04:00:05 df20fa9351a1: Verifying Checksum 04:00:05 df20fa9351a1: Download complete 04:00:05 93b9cdb0e59b: Verifying Checksum 04:00:05 93b9cdb0e59b: Download complete 04:00:05 5e14af77c1be: Verifying Checksum 04:00:05 5e14af77c1be: Download complete 04:00:05 01666e4c0597: Verifying Checksum 04:00:05 01666e4c0597: Download complete 04:00:06 93b61091891f: Verifying Checksum 04:00:06 93b61091891f: Download complete 04:00:06 df20fa9351a1: Pull complete 04:00:07 36b3adc4ff6f: Pull complete 04:00:07 8ad3a11d3b57: Verifying Checksum 04:00:07 8ad3a11d3b57: Download complete 04:00:10 8ad3a11d3b57: Pull complete 04:00:11 46f8f816bc3b: Pull complete 04:00:13 93b61091891f: Pull complete 04:00:14 aa168da1d23b: Verifying Checksum 04:00:14 aa168da1d23b: Download complete 04:00:14 93b9cdb0e59b: Pull complete 04:00:15 5e14af77c1be: Pull complete 04:00:15 01666e4c0597: Pull complete 04:00:30 aa168da1d23b: Pull complete 04:00:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 04:00:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 04:00:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 04:00:31 prd-centos7-docker-4c-2g-14443 does not seem to be running inside a container 04:00:31 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 04:00:35 $ docker top a93b4420a935e8ff157930cdb6ec001a581bb0d8ac3eff1b8db8fb164495a494 -eo pid,comm [Pipeline] { [Pipeline] sh 04:00:36 + touch /tmp/pre-build-complete [Pipeline] sh 04:00:37 + mkdir -p /var/log/sa [Pipeline] sh 04:00:37 + ls /var/log/sa-host 04:00:37 + sadf -c /var/log/sa-host/sa04 04:00:37 file_magic: OK 04:00:37 HZ: Using current value: 100 04:00:37 file_header: OK 04:00:37 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 04:00:37 Statistics: 04:00:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 04:00:37 File successfully converted to sysstat format version 12.2.1 04:00:37 + sadf -c /var/log/sa-host/sa23 04:00:37 file_magic: OK 04:00:37 HZ: Using current value: 100 04:00:37 file_header: OK 04:00:37 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 04:00:37 Statistics: 04:00:37 Hnuu...uuuununununu... 04:00:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 04:00:38 provisioning config files... 04:00:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config8832192562782668896tmp [Pipeline] { [Pipeline] echo 04:00:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 04:00:38 ---> create-netrc.sh [Pipeline] } 04:00:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 04:00:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 04:00:39 ---> python-tools-install.sh [Pipeline] echo 04:00:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 04:00:39 ---> sudo-logs.sh 04:00:39 Archiving 'sudo' log.. [Pipeline] echo 04:00:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 04:00:40 ---> job-cost.sh 04:00:40 lf-activate-venv: SKIPPING 04:00:40 INFO: No Stack... 04:00:41 INFO: Retrieving Pricing Info for: v1-standard-2 04:00:42 INFO: Archiving Costs [Pipeline] echo 04:00:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 04:00:42 ---> logs-deploy.sh 04:00:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2920/5 04:00:42 INFO: archiving workspace using pattern(s): 04:00:45 Archives upload complete. 04:00:45 INFO: archiving logs to Nexus