Pull request #2890 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 298a6838acdf004daa3e768d6fcec5b89eef4711+0163c92eb67c845bff5e90a4dc6407d0e1146c78 (46682be21d27051f2d65253347f3c77eff428686) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14396 in /w/workspace/edgexfoundry_edgex-go_PR-2890 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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/2890/head:refs/remotes/origin/PR-2890 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 298a6838acdf004daa3e768d6fcec5b89eef4711 Merge succeeded, producing 298a6838acdf004daa3e768d6fcec5b89eef4711 Checking out Revision 298a6838acdf004daa3e768d6fcec5b89eef4711 (PR-2890) > git config core.sparsecheckout # timeout=10 > git checkout -f 298a6838acdf004daa3e768d6fcec5b89eef4711 # 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 298a6838acdf004daa3e768d6fcec5b89eef4711 # timeout=10 Commit message: "Apply snap patches from Tony" > git rev-list --no-walk 5b7875b1fabe224a417a8ae64b7320144dcc4acc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:19:16 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:19:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:19:17 ========================================================= 00:19:17 EdgeX Global Pipelines Version Info 00:19:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:19:18 ------------------- 00:19:18 stable info: 00:19:18 ------------------- 00:19:18 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:19:18 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 00:19:18 Message: update stable to v1.0.169 00:19:19 ------------------- 00:19:19 experimental info: 00:19:19 ------------------- 00:19:19 Commited By: **** collab-it+edgex@linuxfoundation.org 00:19:19 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 00:19:19 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:19:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:19:20 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:19:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:19:20 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:19:20 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:19:20 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:19:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:19:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:19:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:19:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:19:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:19:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:19:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:19:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:19:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:19:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:19:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:19:22 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:19:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:19:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:19:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:19:22 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:19:22 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2890 [Pipeline] echo 00:19:22 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2890 [Pipeline] echo 00:19:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2890 [Pipeline] echo 00:19:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 298a6838acdf004daa3e768d6fcec5b89eef4711 [Pipeline] echo 00:19:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 298a683 [Pipeline] echo 00:19:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:19:23 provisioning config files... 00:19:23 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config7419793966461789328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:19:23 ---> docker-login.sh 00:19:23 nexus3.edgexfoundry.org:10001 00:19:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:24 Configure a credential helper to remove this warning. See 00:19:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:24 00:19:24 Login Succeeded 00:19:24 nexus3.edgexfoundry.org:10002 00:19:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:24 Configure a credential helper to remove this warning. See 00:19:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:24 00:19:24 Login Succeeded 00:19:24 nexus3.edgexfoundry.org:10003 00:19:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:24 Configure a credential helper to remove this warning. See 00:19:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:24 00:19:24 Login Succeeded 00:19:24 nexus3.edgexfoundry.org:10004 00:19:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:25 Configure a credential helper to remove this warning. See 00:19:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:25 00:19:25 Login Succeeded 00:19:25 docker.io 00:19:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:19:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:19:25 Configure a credential helper to remove this warning. See 00:19:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:19:25 00:19:25 Login Succeeded 00:19:25 ---> docker-login.sh ends [Pipeline] } 00:19:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:19:25 ++ 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 00:19:25 + for file in '`ls cmd/**/Dockerfile`' 00:19:25 ++ dirname cmd/core-command/Dockerfile 00:19:25 ++ cut -d/ -f2 00:19:25 + echo core-command,cmd/core-command/Dockerfile 00:19:25 + for file in '`ls cmd/**/Dockerfile`' 00:19:25 ++ dirname cmd/core-data/Dockerfile 00:19:25 ++ cut -d/ -f2 00:19:25 + echo core-data,cmd/core-data/Dockerfile 00:19:25 + for file in '`ls cmd/**/Dockerfile`' 00:19:25 ++ dirname cmd/core-metadata/Dockerfile 00:19:25 ++ cut -d/ -f2 00:19:25 + echo core-metadata,cmd/core-metadata/Dockerfile 00:19:25 + for file in '`ls cmd/**/Dockerfile`' 00:19:25 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:19:25 ++ cut -d/ -f2 00:19:25 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:19:25 + for file in '`ls cmd/**/Dockerfile`' 00:19:25 ++ dirname cmd/security-proxy-setup/Dockerfile 00:19:25 ++ cut -d/ -f2 00:19:25 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:19:25 + for file in '`ls cmd/**/Dockerfile`' 00:19:25 ++ dirname cmd/security-secrets-setup/Dockerfile 00:19:25 ++ cut -d/ -f2 00:19:25 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:19:25 + for file in '`ls cmd/**/Dockerfile`' 00:19:25 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:19:25 ++ cut -d/ -f2 00:19:25 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:19:25 + for file in '`ls cmd/**/Dockerfile`' 00:19:25 ++ dirname cmd/support-notifications/Dockerfile 00:19:25 ++ cut -d/ -f2 00:19:25 + echo support-notifications,cmd/support-notifications/Dockerfile 00:19:25 + for file in '`ls cmd/**/Dockerfile`' 00:19:25 ++ dirname cmd/support-scheduler/Dockerfile 00:19:25 ++ cut -d/ -f2 00:19:25 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:19:25 + for file in '`ls cmd/**/Dockerfile`' 00:19:25 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:19:25 ++ cut -d/ -f2 00:19:25 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:19:25 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 00:19:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:19:27 00:19:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:19:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:19:27 latest: Pulling from edgex-devops/git-semver 00:19:27 31603596830f: Pulling fs layer 00:19:27 2a8b12db71e7: Pulling fs layer 00:19:27 6ca5941a6612: Pulling fs layer 00:19:27 ecc8261a40a4: Pulling fs layer 00:19:27 ecc8261a40a4: Waiting 00:19:27 2a8b12db71e7: Verifying Checksum 00:19:27 2a8b12db71e7: Download complete 00:19:27 31603596830f: Verifying Checksum 00:19:27 31603596830f: Download complete 00:19:28 ecc8261a40a4: Verifying Checksum 00:19:28 ecc8261a40a4: Download complete 00:19:28 6ca5941a6612: Verifying Checksum 00:19:28 6ca5941a6612: Download complete 00:19:28 31603596830f: Pull complete 00:19:28 2a8b12db71e7: Pull complete 00:19:29 6ca5941a6612: Pull complete 00:19:29 ecc8261a40a4: Pull complete 00:19:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:19:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:19:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:19:30 prd-centos7-docker-4c-2g-14396 does not seem to be running inside a container 00:19:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 00:19:32 $ docker top 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:19:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:19:33 [ssh-agent] Looking for ssh-agent implementation... 00:19:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:19:33 $ docker exec 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 ssh-agent 00:19:33 SSH_AUTH_SOCK=/tmp/ssh-4aI4mtClxPUB/agent.11 00:19:33 SSH_AGENT_PID=17 00:19:33 Running ssh-add (command line suppressed) 00:19:33 Identity added: /w/workspace/edgex-go/19@tmp/private_key_4597728933876961637.key (/w/workspace/edgex-go/19@tmp/private_key_4597728933876961637.key) 00:19:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:19:34 + git tag --points-at HEAD [Pipeline] } 00:19:34 $ docker exec --env ******** --env ******** 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 ssh-agent -k 00:19:34 unset SSH_AUTH_SOCK; 00:19:34 unset SSH_AGENT_PID; 00:19:34 echo Agent pid 17 killed; 00:19:34 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:19:34 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:19:34 [ssh-agent] Looking for ssh-agent implementation... 00:19:34 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:19:34 $ docker exec 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 ssh-agent 00:19:34 SSH_AUTH_SOCK=/tmp/ssh-RX59rxkg5H22/agent.46 00:19:34 SSH_AGENT_PID=51 00:19:34 Running ssh-add (command line suppressed) 00:19:34 Identity added: /w/workspace/edgex-go/19@tmp/private_key_4250216812679719319.key (/w/workspace/edgex-go/19@tmp/private_key_4250216812679719319.key) 00:19:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:19:35 + git semver init 00:19:35 # -> Open(): unable to determine branch for HEAD 00:19:35 # $GIT_DIR = /w/workspace/edgex-go/19/.git 00:19:35 # $GIT_WORK_TREE = /w/workspace/edgex-go/19 00:19:35 # $SEMVER_REMOTE_NAME = origin 00:19:35 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:19:35 # $SEMVER_USER_NAME = edgex-jenkins 00:19:35 # $SEMVER_BRANCH = PR-2890 00:19:35 # $SEMVER_TEMP = /tmp/semver-264722761 00:19:35 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:19:53 # '/tmp/semver-264722761' -> '/w/workspace/edgex-go/19/.semver' 00:19:53 # -> Force: false 00:19:53 # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } 00:19:53 $ docker exec --env ******** --env ******** 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 ssh-agent -k 00:19:53 unset SSH_AUTH_SOCK; 00:19:53 unset SSH_AGENT_PID; 00:19:53 echo Agent pid 51 killed; 00:19:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:19:54 + git semver [Pipeline] } 00:19:54 $ docker stop --time=1 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 00:19:55 $ docker rm -f 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 [Pipeline] // withDockerContainer [Pipeline] sh 00:19:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:19:57 Stashed 1 file(s) [Pipeline] echo 00:19:57 [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 00:19:57 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:19:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:19:58 + sudo service docker restart 00:19:58 + true 00:19:58 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:19:59 ========================================================= 00:19:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:19:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:19:59 + 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 . 00:20:02 Sending build context to Docker daemon 326.2MB 00:20:02 Step 1/7 : ARG BASE=golang:1.15-alpine 00:20:02 Step 2/7 : FROM ${BASE} 00:20:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:20:02 188c0c94c7c5: Pulling fs layer 00:20:02 0ef7d3d256c8: Pulling fs layer 00:20:02 de9db76c5a1d: Pulling fs layer 00:20:02 bca2f99d35d6: Pulling fs layer 00:20:02 93359f2a8cfa: Pulling fs layer 00:20:02 7c6f9722023f: Pulling fs layer 00:20:02 a35cf1a2eb13: Pulling fs layer 00:20:02 93359f2a8cfa: Waiting 00:20:02 7c6f9722023f: Waiting 00:20:02 a35cf1a2eb13: Waiting 00:20:02 bca2f99d35d6: Waiting 00:20:02 de9db76c5a1d: Verifying Checksum 00:20:02 de9db76c5a1d: Download complete 00:20:02 0ef7d3d256c8: Download complete 00:20:02 93359f2a8cfa: Verifying Checksum 00:20:02 93359f2a8cfa: Download complete 00:20:02 7c6f9722023f: Verifying Checksum 00:20:02 7c6f9722023f: Download complete 00:20:02 188c0c94c7c5: Verifying Checksum 00:20:02 188c0c94c7c5: Download complete 00:20:03 188c0c94c7c5: Pull complete 00:20:03 0ef7d3d256c8: Pull complete 00:20:03 de9db76c5a1d: Pull complete 00:20:04 a35cf1a2eb13: Verifying Checksum 00:20:04 a35cf1a2eb13: Download complete 00:20:05 bca2f99d35d6: Verifying Checksum 00:20:05 bca2f99d35d6: Download complete 00:20:10 bca2f99d35d6: Pull complete 00:20:10 93359f2a8cfa: Pull complete 00:20:10 7c6f9722023f: Pull complete 00:20:12 Still waiting to schedule task 00:20:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 00:20:16 a35cf1a2eb13: Pull complete 00:20:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:20:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:20:16 ---> a62c8e92a672 00:20:16 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 00:20:16 ---> Running in cbe6d464616e 00:20:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:20:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:20:18 (1/12) Installing libmagic (5.38-r0) 00:20:18 (2/12) Installing file (5.38-r0) 00:20:18 (3/12) Installing libc-dev (0.7.2-r3) 00:20:18 (4/12) Installing g++ (9.3.0-r2) 00:20:26 (5/12) Installing fortify-headers (1.1-r0) 00:20:26 (6/12) Installing patch (2.7.6-r6) 00:20:26 (7/12) Installing build-base (0.5-r2) 00:20:26 (8/12) Installing libsodium (1.0.18-r0) 00:20:26 (9/12) Installing pkgconf (1.7.2-r0) 00:20:26 (10/12) Installing libsodium-dev (1.0.18-r0) 00:20:26 (11/12) Installing libzmq (4.3.3-r0) 00:20:26 (12/12) Installing zeromq-dev (4.3.3-r0) 00:20:26 Executing busybox-1.31.1-r19.trigger 00:20:26 OK: 233 MiB in 51 packages 00:20:29 Removing intermediate container cbe6d464616e 00:20:29 ---> 1709dfa4fea3 00:20:29 Step 4/7 : WORKDIR /edgex-go 00:20:29 ---> Running in ca269d89f351 00:20:29 Removing intermediate container ca269d89f351 00:20:29 ---> 30fac9348714 00:20:29 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:20:30 latest: Pulling from library/docker 00:20:30 188c0c94c7c5: Already exists 00:20:30 0c7c675703d6: Pulling fs layer 00:20:30 cc8c12a437cb: Pulling fs layer 00:20:30 f092543453df: Pulling fs layer 00:20:30 65b6bc45957d: Pulling fs layer 00:20:30 4de832df471b: Pulling fs layer 00:20:30 79aa7fa92271: Pulling fs layer 00:20:30 65b6bc45957d: Waiting 00:20:30 4de832df471b: Waiting 00:20:30 79aa7fa92271: Waiting 00:20:30 cc8c12a437cb: Download complete 00:20:30 0c7c675703d6: Verifying Checksum 00:20:30 0c7c675703d6: Download complete 00:20:30 65b6bc45957d: Verifying Checksum 00:20:30 65b6bc45957d: Download complete 00:20:30 4de832df471b: Verifying Checksum 00:20:30 4de832df471b: Download complete 00:20:30 79aa7fa92271: Verifying Checksum 00:20:30 79aa7fa92271: Download complete 00:20:30 0c7c675703d6: Pull complete 00:20:31 cc8c12a437cb: Pull complete 00:20:31 f092543453df: Verifying Checksum 00:20:31 f092543453df: Download complete 00:20:34 f092543453df: Pull complete 00:20:34 65b6bc45957d: Pull complete 00:20:34 4de832df471b: Pull complete 00:20:34 79aa7fa92271: Pull complete 00:20:34 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 00:20:34 Status: Downloaded newer image for docker:latest 00:20:36 ---> 72cb64740f45 00:20:36 Step 6/7 : COPY go.mod . 00:20:36 ---> 250d616bc3ca 00:20:36 Step 7/7 : RUN go mod download 00:20:36 ---> Running in bcae8d6e83de 00:20:58 Removing intermediate container bcae8d6e83de 00:20:58 ---> cdd2eb89d159 00:20:58 Successfully built cdd2eb89d159 00:20:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:20:58 + docker inspect -f . ci-base-image-x86_64 00:20:58 . [Pipeline] withDockerContainer 00:20:58 prd-centos7-docker-4c-2g-14396 does not seem to be running inside a container 00:20:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 00:20:59 $ docker top 1ffe696a94f505253e14a0d8d4f6e27630e67320c909b35a1762dd232bd65386 -eo pid,comm [Pipeline] { [Pipeline] sh 00:21:00 + go version 00:21:00 go version go1.15.5 linux/amd64 [Pipeline] } 00:21:00 $ docker stop --time=1 1ffe696a94f505253e14a0d8d4f6e27630e67320c909b35a1762dd232bd65386 00:21:02 $ docker rm -f 1ffe696a94f505253e14a0d8d4f6e27630e67320c909b35a1762dd232bd65386 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:21:02 + docker inspect -f . ci-base-image-x86_64 00:21:02 . [Pipeline] withDockerContainer 00:21:03 prd-centos7-docker-4c-2g-14396 does not seem to be running inside a container 00:21:03 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 00:21:03 $ docker top 6a79b8add64f27d636d2661c46e5c0fb2eb87718b7f622fa32d47b966b020408 -eo pid,comm [Pipeline] { [Pipeline] echo 00:21:03 ========================================================= 00:21:03 [edgeXBuildGoParallel] Running Tests and Build... 00:21:03 ========================================================= [Pipeline] sh 00:21:04 + make test 00:21:04 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:21:14 ? github.com/edgexfoundry/edgex-go [no test files] 00:21:29 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:21:34 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:21:34 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:21:34 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:21:34 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:21:34 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:21:35 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:21:38 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s 00:21:38 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:21:38 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:21:38 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:21:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:21:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:21:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:21:42 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 46.6% of statements 00:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:21:42 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:21:44 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.165s coverage: 27.1% of statements 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:21:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:21:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:21:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.076s coverage: 65.5% of statements 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:21:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.7% of statements 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:21:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.317s coverage: 28.6% of statements 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.129s coverage: 86.7% of statements 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.150s coverage: 97.5% of statements 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:21:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:21:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:21:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.359s coverage: 94.7% of statements 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:21:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:21:49 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.0% of statements [no tests to run] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:21:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.066s coverage: 100.0% of statements 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:21:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements 00:21:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 00:21:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements 00:21:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements 00:21:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.038s coverage: 100.0% of statements 00:21:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements 00:21:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:21:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements 00:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements 00:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 00:21:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements 00:21:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.377s coverage: 55.9% of statements 00:21:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:21:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:21:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:21:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:21:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:21:52 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.348s coverage: 86.3% of statements 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.092s coverage: 72.2% of statements 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.385s coverage: 72.1% of statements 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.081s coverage: 82.4% of statements 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.041s coverage: 48.4% of statements 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.048s coverage: 96.8% of statements 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 37.1% of statements 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.319s coverage: 84.0% of statements 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:21:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements 00:21:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:22:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.654s coverage: 29.1% of statements 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:22:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:22:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:22:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:22:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:22:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:22:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:22:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements 00:22:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:22:00 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 00:22:01 GO111MODULE=on go vet ./... 00:22:06 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14398 in /w/workspace/edgexfoundry_edgex-go_PR-2890 [Pipeline] { [Pipeline] ws 00:22:06 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 00:22:11 using credential edgex-jenkins-ssh 00:22:11 Cloning the remote Git repository 00:22:11 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:22:11 > git init /w/workspace/edgex-go/19 # timeout=10 00:22:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:22:11 > git --version # timeout=10 00:22:11 > git --version # 'git version 2.17.1' 00:22:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:22:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:22:28 gofmt -l . 00:22:28 [ "`gofmt -l .`" = "" ] 00:22:28 ./bin/test-go-mod-tidy.sh 00:22:28 ./bin/test-attribution-txt.sh [Pipeline] sh 00:22:29 + ls -al . 00:22:29 total 648 00:22:29 drwxrwxr-x 10 1001 1001 4096 Dec 4 00:22 . 00:22:29 drwxr-xr-x 4 root root 30 Dec 4 00:21 .. 00:22:29 -rw-rw-r-- 1 1001 1001 11 Dec 4 00:19 .dockerignore 00:22:29 drwxrwxr-x 8 1001 1001 179 Dec 4 00:19 .git 00:22:29 drwxrwxr-x 3 1001 1001 125 Dec 4 00:19 .github 00:22:29 -rw-rw-r-- 1 1001 1001 971 Dec 4 00:19 .gitignore 00:22:29 drwx------ 3 1001 1001 47 Dec 4 00:19 .semver 00:22:29 -rw-rw-r-- 1 1001 1001 166 Dec 4 00:19 .sonarcloud.properties 00:22:29 -rw-rw-r-- 1 1001 1001 3804 Dec 4 00:19 CONTRIBUTING.md 00:22:29 -rw-rw-r-- 1 1001 1001 1035 Dec 4 00:19 Dockerfile.build 00:22:29 -rw-rw-r-- 1 1001 1001 863 Dec 4 00:19 Jenkinsfile 00:22:29 -rw-rw-r-- 1 1001 1001 10775 Dec 4 00:19 LICENSE 00:22:29 -rw-rw-r-- 1 1001 1001 6318 Dec 4 00:19 Makefile 00:22:29 -rw-rw-r-- 1 1001 1001 6447 Dec 4 00:19 README.md 00:22:29 -rw-rw-r-- 1 1001 1001 259 Dec 4 00:19 SECURITY.md 00:22:29 -rw-rw-r-- 1 1001 1001 5 Dec 4 00:19 VERSION 00:22:29 -rw-rw-r-- 1 1001 1001 4131 Dec 4 00:19 ZMQWindows.md 00:22:29 drwxrwxr-x 2 1001 1001 117 Dec 4 00:19 bin 00:22:29 drwxrwxr-x 15 1001 1001 4096 Dec 4 00:19 cmd 00:22:29 -rw-r--r-- 1 root root 555036 Dec 4 00:22 coverage.out 00:22:29 -rw-r--r-- 1 root root 1041 Dec 4 00:22 go.mod 00:22:29 -rw-r--r-- 1 root root 18856 Dec 4 00:22 go.sum 00:22:29 drwxrwxr-x 8 1001 1001 127 Dec 4 00:19 internal 00:22:29 drwxrwxr-x 4 1001 1001 26 Dec 4 00:19 openapi 00:22:29 drwxrwxr-x 4 1001 1001 71 Dec 4 00:19 snap 00:22:29 -rw-rw-r-- 1 1001 1001 168 Dec 4 00:19 version.go [Pipeline] sh 00:22:29 + '[' -e coverage.out ] 00:22:29 + chown 1001:1001 coverage.out [Pipeline] stash 00:22:30 Stashed 1 file(s) [Pipeline] sh 00:22:30 + make build 00:22:30 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 00:22:33 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 298a6838acdf004daa3e768d6fcec5b89eef4711 [Pipeline] } 00:22:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:22:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:22:32 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:22:32 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:22:32 using GIT_SSH to set credentials SSH Credentials for GitHub 00:22:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2890/head:refs/remotes/origin/PR-2890 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:22:33 > git config core.sparsecheckout # timeout=10 00:22:33 > git checkout -f 298a6838acdf004daa3e768d6fcec5b89eef4711 # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 00:22:33 Failed in branch arm64 00:22:35 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 00:22:44 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 00:22:44 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 00:22:46 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 00:22:46 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 00:22:48 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 00:22:49 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 00:22:50 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 00:22:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:22:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:22:54 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 00:22:55 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] } 00:22:56 $ docker stop --time=1 6a79b8add64f27d636d2661c46e5c0fb2eb87718b7f622fa32d47b966b020408 00:22:58 $ docker rm -f 6a79b8add64f27d636d2661c46e5c0fb2eb87718b7f622fa32d47b966b020408 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:23:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:23:03 00:23:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:23:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:23:04 latest: Pulling from edgex-devops/edgex-compose 00:23:04 cbdbe7a5bc2a: Pulling fs layer 00:23:04 ca9280d653b3: Pulling fs layer 00:23:04 7e9c9ca2126c: Pulling fs layer 00:23:04 cbdbe7a5bc2a: Verifying Checksum 00:23:04 cbdbe7a5bc2a: Download complete 00:23:04 ca9280d653b3: Verifying Checksum 00:23:04 ca9280d653b3: Download complete 00:23:04 cbdbe7a5bc2a: Pull complete 00:23:05 ca9280d653b3: Pull complete 00:23:06 7e9c9ca2126c: Download complete 00:23:12 7e9c9ca2126c: Pull complete 00:23:12 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:23:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:23:12 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:23:12 prd-centos7-docker-4c-2g-14396 does not seem to be running inside a container 00:23:12 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 00:23:16 $ docker top f32757396cb9d374566b42fe898f08f26d568a34f9965ef07e4c2cd31c25bac8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:16 + docker-compose build --help 00:23:16 + grep parallel 00:23:17 --parallel Build images in parallel. [Pipeline] } 00:23:17 $ docker stop --time=1 f32757396cb9d374566b42fe898f08f26d568a34f9965ef07e4c2cd31c25bac8 00:23:19 $ docker rm -f f32757396cb9d374566b42fe898f08f26d568a34f9965ef07e4c2cd31c25bac8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:23:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:23:19 . [Pipeline] withDockerContainer 00:23:20 prd-centos7-docker-4c-2g-14396 does not seem to be running inside a container 00:23:20 $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 00:23:20 $ docker top 0a145a1f4bb46eb74094fb2c47040ef6edcb58a2fe31024e0e68b2c24f948344 -eo pid,comm [Pipeline] { [Pipeline] sh 00:23:21 + docker-compose -f ./docker-compose-build.yml build --parallel 00:23:22 Building docker-core-command-go ... 00:23:22 Building docker-core-data-go ... 00:23:22 Building docker-core-metadata-go ... 00:23:22 Building docker-security-bootstrap-redis-go ... 00:23:22 Building docker-security-proxy-setup-go ... 00:23:22 Building docker-security-secrets-setup-go ... 00:23:22 Building docker-security-secretstore-setup-go ... 00:23:22 Building docker-support-notifications-go ... 00:23:22 Building docker-support-scheduler-go ... 00:23:22 Building docker-sys-mgmt-agent-go ... 00:23:22 Building docker-core-data-go 00:23:22 Building docker-security-bootstrap-redis-go 00:23:22 Building docker-support-notifications-go 00:23:22 Building docker-support-scheduler-go 00:23:22 Building docker-security-secrets-setup-go 00:23:54 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:23:54 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:23:54 ---> cdd2eb89d159 00:23:54 Step 3/29 : WORKDIR /edgex-go 00:23:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:23:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:23:54 ---> cdd2eb89d159 00:23:54 Step 3/23 : WORKDIR /edgex-go 00:23:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:23:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:23:54 ---> cdd2eb89d159 00:23:54 Step 3/21 : WORKDIR /edgex-go 00:23:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:23:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:23:54 ---> cdd2eb89d159 00:23:54 Step 3/22 : WORKDIR /edgex-go 00:23:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:23:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:23:54 ---> cdd2eb89d159 00:23:54 Step 3/24 : WORKDIR /edgex-go 00:23:55 ---> Running in debbb25fac4d 00:23:55 ---> Running in b5914aadbc4b 00:23:55 ---> Running in 501adcc22999 00:23:55 ---> Running in 946e7a1dfcd9 00:23:55 ---> Running in 936075a72739 00:23:55 Removing intermediate container 946e7a1dfcd9 00:23:55 ---> 7483628452bd 00:23:55 Step 4/29 : RUN apk update && apk add make git 00:23:55 Removing intermediate container b5914aadbc4b 00:23:55 ---> bf10103a0f65 00:23:55 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:55 Removing intermediate container debbb25fac4d 00:23:55 ---> 088ac1c96b8d 00:23:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:55 Removing intermediate container 501adcc22999 00:23:55 ---> 510756fb1eca 00:23:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:55 Removing intermediate container 936075a72739 00:23:55 ---> beae1cd65e70 00:23:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:23:55 ---> Running in 82881563d7f4 00:23:55 ---> Running in 998be14173f0 00:23:56 ---> Running in 23973bef1f2c 00:23:56 ---> Running in b3078582e884 00:23:56 ---> Running in 6e2a3c5a5da1 00:23:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:57 Removing intermediate container 998be14173f0 00:23:57 ---> 8a425a8099e3 00:23:57 Step 5/21 : RUN apk update && apk add make git 00:23:57 Removing intermediate container b3078582e884 00:23:57 ---> b54a77747b7a 00:23:57 Step 5/22 : RUN apk update && apk add make git 00:23:57 ---> Running in b43487e2e700 00:23:58 Removing intermediate container 23973bef1f2c 00:23:58 ---> fdd6f8541601 00:23:58 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:23:58 ---> Running in 142c00eef192 00:23:58 Removing intermediate container 6e2a3c5a5da1 00:23:58 ---> 3594433e6415 00:23:58 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:23:58 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:23:58 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:23:58 OK: 12745 distinct packages available 00:23:58 ---> Running in 42558caa2310 00:23:58 ---> Running in 54b6669ed3e5 00:23:58 OK: 233 MiB in 51 packages 00:23:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:59 Removing intermediate container 82881563d7f4 00:23:59 ---> 0eb079f6f673 00:23:59 Step 5/29 : COPY go.mod . 00:23:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:23:59 ---> 915fad48c476 00:23:59 Step 6/29 : RUN go mod download 00:23:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:23:59 ---> Running in 134ad608e8ec 00:23:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:24:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:24:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:24:00 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:24:00 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:24:00 OK: 12745 distinct packages available 00:24:00 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:24:00 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:24:00 OK: 12745 distinct packages available 00:24:00 OK: 233 MiB in 51 packages 00:24:00 OK: 233 MiB in 51 packages 00:24:00 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:24:00 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:24:00 OK: 12745 distinct packages available 00:24:00 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:24:00 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:24:00 OK: 12745 distinct packages available 00:24:01 OK: 233 MiB in 51 packages 00:24:01 OK: 233 MiB in 51 packages 00:24:01 Removing intermediate container b43487e2e700 00:24:01 ---> abe00a527e08 00:24:01 Step 6/21 : COPY go.mod . 00:24:01 Removing intermediate container 134ad608e8ec 00:24:01 ---> 0365ede7a17a 00:24:01 Step 7/29 : COPY . . 00:24:01 Removing intermediate container 142c00eef192 00:24:01 ---> a9c89409ba52 00:24:01 Step 6/22 : COPY go.mod . 00:24:01 ---> 1266806fe8fe 00:24:01 Step 7/21 : RUN go mod download 00:24:02 ---> Running in cb304e530649 00:24:02 Removing intermediate container 54b6669ed3e5 00:24:02 ---> b842e2b62b17 00:24:02 Step 6/23 : COPY go.mod . 00:24:02 ---> afc3d7019698 00:24:02 Step 7/22 : RUN go mod download 00:24:02 Removing intermediate container 42558caa2310 00:24:02 ---> a1270836b5c0 00:24:02 Step 6/24 : COPY go.mod . 00:24:04 ---> Running in 774284b84b28 00:24:04 ---> 5ac53f76b9ab 00:24:04 Step 7/24 : RUN go mod download 00:24:04 ---> e3ff43b74562 00:24:04 Step 7/23 : RUN go mod download 00:24:05 ---> Running in 8ade01c1d2b2 00:24:05 ---> Running in 660e13771ebf 00:24:07 Removing intermediate container cb304e530649 00:24:07 ---> f96a1c575623 00:24:07 Step 8/21 : COPY . . 00:24:11 Removing intermediate container 774284b84b28 00:24:11 ---> b8fa49b3c347 00:24:11 Step 8/22 : COPY . . 00:24:14 Removing intermediate container 8ade01c1d2b2 00:24:14 ---> 5960cf0ab0be 00:24:14 Step 8/23 : COPY . . 00:24:26 Removing intermediate container 660e13771ebf 00:24:26 ---> 582bb42b287c 00:24:26 Step 8/24 : COPY . . 00:24:28 ---> 64fbdd1ed617 00:24:28 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:24:33 ---> Running in f9610d75f512 00:24:39 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 00:24:49 ---> 9b8959397341 00:24:49 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:24:50 ---> 2b529b9f8dcb 00:24:50 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:24:51 ---> Running in 68d2a93db86f 00:24:52 ---> Running in 55128ef1fe41 00:24:53 ---> 7e3301435970 00:24:53 Step 9/23 : RUN make cmd/core-data/core-data 00:24:54 ---> Running in 8f9d1332debe 00:24:55 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 00:24:55 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 00:24:56 ---> 8fae7bf08c97 00:24:56 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:24:56 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 00:24:56 ---> Running in 323969cb091e 00:24:57 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 00:25:01 Removing intermediate container f9610d75f512 00:25:01 ---> 2d4436477ec2 00:25:01 00:25:01 Step 9/29 : FROM alpine:latest 00:25:01 latest: Pulling from library/alpine 00:25:01 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:25:01 Status: Downloaded newer image for alpine:latest 00:25:01 ---> d6e46aa2470d 00:25:01 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:25:01 ---> Running in 8530ac4bda84 00:25:02 Removing intermediate container 8530ac4bda84 00:25:02 ---> 547716eef149 00:25:02 Step 11/29 : USER root 00:25:02 ---> Running in 877218bffac4 00:25:02 Removing intermediate container 877218bffac4 00:25:02 ---> e43a0e36ac08 00:25:02 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:25:03 ---> Running in 00c6b50fe464 00:25:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:25:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:25:05 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:25:05 v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:25:05 OK: 12746 distinct packages available 00:25:05 (1/2) Installing ca-certificates (20191127-r4) 00:25:05 (2/2) Installing dumb-init (1.2.2-r1) 00:25:06 Executing busybox-1.31.1-r19.trigger 00:25:06 Executing ca-certificates-20191127-r4.trigger 00:25:06 OK: 6 MiB in 16 packages 00:25:08 Removing intermediate container 00c6b50fe464 00:25:08 ---> 0ff06c93f7cc 00:25:08 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:25:08 ---> Running in c26f03388c4b 00:25:09 Removing intermediate container c26f03388c4b 00:25:09 ---> 8cff4fdcb456 00:25:09 Step 14/29 : WORKDIR $BASE_DIR 00:25:09 ---> Running in 922226b1c713 00:25:10 Removing intermediate container 922226b1c713 00:25:10 ---> ded128cb7ab7 00:25:10 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:25:10 ---> Running in 80002620cb30 00:25:12 Removing intermediate container 80002620cb30 00:25:12 ---> cd4f03a456df 00:25:12 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:25:13 ---> ff554988ec71 00:25:13 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:25:14 ---> d30eb626248c 00:25:14 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:25:14 ---> bef357c0fdb2 00:25:14 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:25:15 ---> 1b5d183efc26 00:25:15 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:25:15 ---> 9d7cd6c7aa9e 00:25:15 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:25:15 ---> Running in ed74cccf3019 00:25:18 Removing intermediate container ed74cccf3019 00:25:18 ---> c2512ca3e83c 00:25:18 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:25:18 ---> 0618a2daa10c 00:25:18 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:25:19 ---> Running in cd493da4abfa 00:25:21 Removing intermediate container cd493da4abfa 00:25:21 ---> 1385eb3ed9d7 00:25:21 Step 24/29 : RUN chmod 755 security-secrets-setup 00:25:21 ---> Running in 2e7db6284063 00:25:25 Removing intermediate container 2e7db6284063 00:25:25 ---> 9753fede244e 00:25:25 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:25:25 ---> Running in a50cce75c631 00:25:25 Removing intermediate container 55128ef1fe41 00:25:25 ---> 7e128e673028 00:25:25 00:25:25 Step 10/22 : FROM alpine:3.10 00:25:26 3.10: Pulling from library/alpine 00:25:26 Removing intermediate container a50cce75c631 00:25:26 ---> 88d36298b911 00:25:26 Step 26/29 : CMD [ "generate" ] 00:25:26 ---> Running in 9cd95ba8e159 00:25:26 Removing intermediate container 9cd95ba8e159 00:25:26 ---> 6454d36d55d1 00:25:26 Step 27/29 : LABEL arch=x86_64 00:25:27 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:25:27 ---> Running in 28e6b233ca70 00:25:27 Status: Downloaded newer image for alpine:3.10 00:25:27 ---> be4e4bea2c2e 00:25:27 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:25:27 ---> Running in c01e3fbdbc75 00:25:27 Removing intermediate container 28e6b233ca70 00:25:27 ---> 4cda7e43a0fb 00:25:27 Step 28/29 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 00:25:27 ---> Running in cc968dff65dd 00:25:28 Removing intermediate container cc968dff65dd 00:25:28 ---> 05ef3b6eed21 00:25:28 Step 29/29 : LABEL version=0.0.0 00:25:28 ---> Running in 1b2d6b9898e4 00:25:28 Removing intermediate container 1b2d6b9898e4 00:25:28 ---> c80ecf7a0107 00:25:28 00:25:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:25:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:25:28 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:25:28 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:25:28 OK: 10348 distinct packages available 00:25:29 Successfully built c80ecf7a0107 00:25:29 (1/5) Installing ca-certificates (20191127-r2) 00:25:29 Successfully tagged docker-security-secrets-setup-go:latest 00:25:29 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:25:29 (3/5) Installing libcurl (7.66.0-r1) 00:25:29  Building docker-security-secrets-setup-go ... done (4/5) Installing curl (7.66.0-r1) 00:25:29 Building docker-sys-mgmt-agent-go 00:25:29 (5/5) Installing dumb-init (1.2.2-r1) 00:25:29 Executing busybox-1.30.1-r3.trigger 00:25:29 Executing ca-certificates-20191127-r2.trigger 00:25:29 OK: 7 MiB in 19 packages 00:25:37 Removing intermediate container c01e3fbdbc75 00:25:37 ---> deedb42bdad8 00:25:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:25:44 ---> Running in f919b0add648 00:25:45 Removing intermediate container 68d2a93db86f 00:25:45 ---> 04e9cf4216c6 00:25:45 00:25:45 Step 10/21 : FROM scratch 00:25:45 ---> 00:25:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:25:45 Removing intermediate container 323969cb091e 00:25:45 ---> 4f1cc6e8b865 00:25:45 00:25:45 Step 10/24 : FROM scratch 00:25:45 ---> 00:25:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:25:45 Removing intermediate container f919b0add648 00:25:45 ---> 262c05929b4a 00:25:45 Step 13/22 : WORKDIR / 00:25:45 ---> Running in 12b2f6968cb7 00:25:45 ---> Running in c6588280a84d 00:25:45 ---> Running in 2d5a9fb92079 00:25:46 Removing intermediate container 2d5a9fb92079 00:25:46 ---> bf7fe27835b6 00:25:46 Step 12/24 : ENV APP_PORT=48060 00:25:46 Removing intermediate container 12b2f6968cb7 00:25:46 ---> 6c0278cfe134 00:25:46 Step 12/21 : ENV APP_PORT=48085 00:25:46 Removing intermediate container c6588280a84d 00:25:46 ---> a87f522f5cb9 00:25:46 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:25:46 ---> Running in e718cad1ad0b 00:25:46 ---> Running in 319bdbf96d73 00:25:47 Removing intermediate container e718cad1ad0b 00:25:47 ---> 06350d7dd947 00:25:47 Step 13/24 : EXPOSE $APP_PORT 00:25:47 Removing intermediate container 319bdbf96d73 00:25:47 ---> 21d8d7bd7fab 00:25:47 Step 13/21 : EXPOSE $APP_PORT 00:25:47 ---> Running in a15a5de6ab17 00:25:47 ---> a99bd4b6c386 00:25:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:25:47 ---> Running in 21274c31bd32 00:25:50 Removing intermediate container a15a5de6ab17 00:25:50 ---> 1b942731f0ce 00:25:50 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:25:50 Removing intermediate container 21274c31bd32 00:25:50 ---> 2f8b2ba7f6dd 00:25:50 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:25:52 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:25:52 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:25:52 ---> cdd2eb89d159 00:25:52 Step 3/27 : WORKDIR /edgex-go 00:25:52 ---> Using cache 00:25:52 ---> 510756fb1eca 00:25:52 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:25:52 ---> Using cache 00:25:52 ---> fdd6f8541601 00:25:52 Step 5/27 : RUN apk update && apk add make bash git 00:25:53 ---> 72814cc8763c 00:25:53 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:25:53 ---> Running in 2ffc0a6b2178 00:25:53 ---> 112f17b58a5a 00:25:53 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:25:53 ---> 97d0e1fba8a7 00:25:53 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:25:53 ---> 9374ee575779 00:25:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:25:54 Removing intermediate container 8f9d1332debe 00:25:54 ---> 6d4a71bbb5b1 00:25:54 00:25:54 Step 10/23 : FROM alpine 00:25:54 ---> d6e46aa2470d 00:25:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:25:54 ---> Running in d846d3fd1692 00:25:54 ---> f9a470aaed7c 00:25:54 Step 18/22 : RUN chmod +x entrypoint.sh 00:25:54 ---> 977a8463d2e9 00:25:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:25:54 ---> ab71fb80249c 00:25:54 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:25:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:25:55 ---> Running in 992d6eec0752 00:25:55 Removing intermediate container d846d3fd1692 00:25:55 ---> 619c30d5fc7c 00:25:55 Step 12/23 : ENV APP_PORT=48080 00:25:55 ---> Running in 55c4628dd9cb 00:25:55 ---> 507aee38d7d3 00:25:55 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:25:55 ---> cae4579f3240 00:25:55 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:25:55 Removing intermediate container 55c4628dd9cb 00:25:55 ---> 93a0aa26b437 00:25:55 Step 13/23 : EXPOSE $APP_PORT 00:25:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:25:55 ---> Running in cf860995e23f 00:25:55 ---> Running in 9e8c7f20ab1f 00:25:56 Removing intermediate container cf860995e23f 00:25:56 ---> 120ddccc6e15 00:25:56 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:25:56 ---> 3637935a0acb 00:25:56 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:25:56 Removing intermediate container 9e8c7f20ab1f 00:25:56 ---> 85ff16b28e17 00:25:56 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:25:56 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:25:56 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:25:56 OK: 12745 distinct packages available 00:25:56 ---> Running in 8224a0689201 00:25:56 ---> Running in 1b75360fa95a 00:25:56 OK: 233 MiB in 51 packages 00:25:56 Removing intermediate container 8224a0689201 00:25:56 ---> f6f5274c517e 00:25:56 Step 19/21 : LABEL arch=x86_64 00:25:56 Removing intermediate container 992d6eec0752 00:25:56 ---> a49f976a0917 00:25:56 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:25:57 ---> 8937d23efbeb 00:25:57 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:25:57 ---> Running in 998357376b21 00:25:57 ---> Running in e97e30574a4a 00:25:57 Removing intermediate container 998357376b21 00:25:57 ---> 9d613d52f1cb 00:25:57 Step 20/21 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 00:25:57 ---> Running in f65051f66e79 00:25:57 ---> 1aa60de0ba64 00:25:57 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:25:57 Removing intermediate container e97e30574a4a 00:25:57 ---> 0e5b0799f597 00:25:57 Step 20/22 : LABEL arch=x86_64 00:25:57 Removing intermediate container 2ffc0a6b2178 00:25:57 ---> a538df667d82 00:25:57 Step 6/27 : COPY go.mod . 00:25:57 ---> Running in 16ce257d9934 00:25:57 ---> Running in 66b83d442ea7 00:25:57 Removing intermediate container 1b75360fa95a 00:25:57 ---> 0b8b7684b941 00:25:57 Step 15/23 : RUN apk --no-cache add zeromq 00:25:57 Removing intermediate container f65051f66e79 00:25:57 ---> 0286d63fc140 00:25:57 Step 21/21 : LABEL version=0.0.0 00:25:58 ---> Running in 37da850ce12d 00:25:58 ---> b9fdb6e98f9f 00:25:58 Step 7/27 : RUN go mod download 00:25:58 ---> Running in afbfbf3fd0ed 00:25:59 Removing intermediate container 16ce257d9934 00:25:59 ---> 19f6ce6b1afd 00:25:59 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:25:59 Removing intermediate container 66b83d442ea7 00:25:59 ---> 4f5b10739af3 00:25:59 Step 21/22 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 00:25:59 ---> Running in 2558edd29a10 00:25:59 ---> Running in 3960b226618e 00:25:59 ---> Running in 1f8ceeff2576 00:25:59 Removing intermediate container afbfbf3fd0ed 00:25:59 ---> 514eaa934a13 00:25:59 00:25:59 Successfully built 514eaa934a13 00:25:59 Successfully tagged docker-support-scheduler-go:latest 00:25:59  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:25:59 Removing intermediate container 3960b226618e 00:25:59 ---> e902dbf058c2 00:25:59 Step 22/24 : LABEL arch=x86_64 00:25:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:25:59 Removing intermediate container 1f8ceeff2576 00:25:59 ---> 3a5973712051 00:25:59 Step 22/22 : LABEL version=0.0.0 00:26:00 ---> Running in 25f6b2ee1edb 00:26:00 ---> Running in 0f38d9f5f2ad 00:26:00 Removing intermediate container 25f6b2ee1edb 00:26:00 ---> 8628dd10f5d6 00:26:00 Step 23/24 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 00:26:00 Removing intermediate container 0f38d9f5f2ad 00:26:00 ---> 119f3b8c2786 00:26:00 00:26:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:26:00 ---> Running in d3449b827899 00:26:00 Successfully built 119f3b8c2786 00:26:00 Successfully tagged docker-security-bootstrap-redis-go:latest 00:26:00  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go 00:26:00 (1/5) Installing libgcc (9.3.0-r2) 00:26:00 Removing intermediate container d3449b827899 00:26:00 ---> 6f8302f2ed88 00:26:00 Step 24/24 : LABEL version=0.0.0 00:26:01 (2/5) Installing libsodium (1.0.18-r0) 00:26:01 (3/5) Installing libstdc++ (9.3.0-r2) 00:26:01 (4/5) Installing libzmq (4.3.3-r0) 00:26:02 (5/5) Installing zeromq (4.3.3-r0) 00:26:02 Executing busybox-1.31.1-r19.trigger 00:26:02 OK: 8 MiB in 19 packages 00:26:02 ---> Running in fa6a67379398 00:26:07 Removing intermediate container 2558edd29a10 00:26:07 ---> c97ba59f85fd 00:26:07 Step 8/27 : COPY . . 00:26:07 Removing intermediate container fa6a67379398 00:26:07 ---> 3ab0ee8ee8b2 00:26:07 00:26:07 Successfully built 3ab0ee8ee8b2 00:26:07 Successfully tagged docker-support-notifications-go:latest 00:26:07  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 00:26:07 Removing intermediate container 37da850ce12d 00:26:07 ---> 27f0d0222a01 00:26:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:26:19 ---> 3f10e82b2610 00:26:19 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:26:20 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:26:20 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:26:20 ---> cdd2eb89d159 00:26:20 Step 3/24 : WORKDIR /edgex-go 00:26:20 ---> Using cache 00:26:20 ---> 510756fb1eca 00:26:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:20 ---> Using cache 00:26:20 ---> fdd6f8541601 00:26:20 Step 5/24 : RUN apk update && apk add make git 00:26:20 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:26:20 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:26:20 ---> cdd2eb89d159 00:26:20 Step 3/22 : WORKDIR /edgex-go 00:26:20 ---> Using cache 00:26:20 ---> 510756fb1eca 00:26:20 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:20 ---> Using cache 00:26:20 ---> fdd6f8541601 00:26:20 Step 5/22 : RUN apk update && apk add make git 00:26:22 ---> Running in 95f971655ab8 00:26:22 ---> Running in cac18348fa41 00:26:22 ---> 28fca084772f 00:26:22 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:26:25 ---> ae7dcb5a30c2 00:26:25 Step 19/23 : ENTRYPOINT ["/core-data"] 00:26:25 ---> Running in 5372a9faf8a8 00:26:26 Removing intermediate container 5372a9faf8a8 00:26:26 ---> 0ff5a6a21113 00:26:26 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:26:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:26:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:26:26 ---> Running in cc77a1d4e173 00:26:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:26:26 Removing intermediate container cc77a1d4e173 00:26:26 ---> 5a2de2952abf 00:26:26 Step 21/23 : LABEL arch=x86_64 00:26:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:26:27 ---> Running in 00513bbaf857 00:26:27 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:26:27 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:26:27 OK: 12745 distinct packages available 00:26:27 v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:26:27 v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:26:27 OK: 12745 distinct packages available 00:26:27 OK: 233 MiB in 51 packages 00:26:28 OK: 233 MiB in 51 packages 00:26:28 Removing intermediate container 00513bbaf857 00:26:28 ---> 29626bff94a3 00:26:28 Step 22/23 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 00:26:28 ---> Running in 3b8791092d09 00:26:29 Removing intermediate container 3b8791092d09 00:26:29 ---> 0802a2a6609e 00:26:29 Step 23/23 : LABEL version=0.0.0 00:26:30 ---> Running in 236a4b7045dc 00:26:30 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:26:30 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:26:30 ---> cdd2eb89d159 00:26:30 Step 3/21 : WORKDIR /edgex-go 00:26:30 ---> Using cache 00:26:30 ---> 510756fb1eca 00:26:30 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:30 ---> Using cache 00:26:30 ---> fdd6f8541601 00:26:30 Step 5/21 : RUN apk update && apk add make git 00:26:30 ---> Using cache 00:26:30 ---> 7701262516fd 00:26:30 Step 6/21 : COPY go.mod . 00:26:31 Removing intermediate container cac18348fa41 00:26:31 ---> 7701262516fd 00:26:31 Step 6/22 : COPY go.mod . 00:26:31 Removing intermediate container 95f971655ab8 00:26:31 ---> 3d0898d0a53e 00:26:31 Step 6/24 : COPY go.mod . 00:26:31 ---> e601cf92fd3c 00:26:31 Step 7/21 : RUN go mod download 00:26:31 Removing intermediate container 236a4b7045dc 00:26:31 ---> d84e2348964c 00:26:31 00:26:32 Successfully built d84e2348964c 00:26:32 ---> Running in d3b3379a41b4 00:26:32 ---> 27119b722493 00:26:32 Step 7/22 : RUN go mod download 00:26:32 Successfully tagged docker-core-data-go:latest 00:26:32 Building docker-core-metadata-go 00:26:32  Building docker-core-data-go ... done  ---> 5af21101a1fe 00:26:32 Step 7/24 : RUN go mod download 00:26:32 ---> Running in 89cf18fc3a77 00:26:32 ---> Running in 0a493b20c09c 00:26:39 ---> 8665d8026858 00:26:39 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:26:39 ---> Running in 9d19ae48346b 00:26:39 Removing intermediate container 89cf18fc3a77 00:26:39 ---> e909e7df56d3 00:26:39 Step 8/22 : COPY . . 00:26:39 Removing intermediate container d3b3379a41b4 00:26:39 ---> 9cb4e6a150a7 00:26:39 Step 8/21 : COPY . . 00:26:39 Removing intermediate container 0a493b20c09c 00:26:39 ---> 6df6c7347085 00:26:39 Step 8/24 : COPY . . 00:26:40 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 00:26:55 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:26:55 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:26:55 ---> cdd2eb89d159 00:26:55 Step 3/22 : WORKDIR /edgex-go 00:26:55 ---> Using cache 00:26:55 ---> 510756fb1eca 00:26:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:26:55 ---> Using cache 00:26:55 ---> fdd6f8541601 00:26:55 Step 5/22 : RUN apk update && apk add make git 00:26:55 ---> Using cache 00:26:55 ---> 7701262516fd 00:26:55 Step 6/22 : COPY go.mod . 00:26:55 ---> Using cache 00:26:55 ---> 27119b722493 00:26:55 Step 7/22 : RUN go mod download 00:26:55 ---> Using cache 00:26:55 ---> e909e7df56d3 00:26:55 Step 8/22 : COPY . . 00:27:22 ---> 394d4b0ede59 00:27:22 Step 9/22 : RUN make cmd/core-command/core-command 00:27:22 ---> 6fc00f1842ad 00:27:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:27:22 ---> Running in 7a9f51e687b0 00:27:22 ---> 65dd8c43e724 00:27:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:27:22 ---> Running in 52686f0f7fbf 00:27:23 ---> Running in 7e8e479c82a5 00:27:25 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 00:27:26 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 00:27:26 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 00:27:28 Removing intermediate container 9d19ae48346b 00:27:28 ---> 88fd0b0c05c6 00:27:28 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:27:30 ---> Running in 0b27b78bc278 00:27:32 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 00:27:34 ---> dffba74012f2 00:27:34 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:27:34 ---> Running in c79cc330edee 00:27:35 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 00:27:36 Removing intermediate container 0b27b78bc278 00:27:36 ---> a92c39fe06f9 00:27:36 00:27:36 Step 11/27 : FROM docker:latest 00:27:36 ---> b0757c55a1fd 00:27:36 Step 12/27 : RUN apk add --no-cache bash 00:27:36 ---> Running in 262ad981fa83 00:27:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:27:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:27:38 (1/2) Installing readline (8.0.4-r0) 00:27:38 (2/2) Installing bash (5.0.17-r0) 00:27:38 Executing bash-5.0.17-r0.post-install 00:27:38 Executing busybox-1.31.1-r19.trigger 00:27:38 OK: 12 MiB in 22 packages 00:27:40 Removing intermediate container 262ad981fa83 00:27:40 ---> 9c653337b4c1 00:27:40 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:27:40 ---> Running in bf44770441c2 00:27:43 Removing intermediate container bf44770441c2 00:27:43 ---> 17917337d8b0 00:27:43 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:27:43 ---> Running in f3620ea03f12 00:27:43 Removing intermediate container f3620ea03f12 00:27:43 ---> 2a2d85ce1240 00:27:43 Step 15/27 : ENV APP_PORT=48090 00:27:43 ---> Running in dd07c5cbda02 00:27:44 Removing intermediate container dd07c5cbda02 00:27:44 ---> 02a9e0e7ebf9 00:27:44 Step 16/27 : EXPOSE $APP_PORT 00:27:44 ---> Running in de98ec7ea040 00:27:44 Removing intermediate container de98ec7ea040 00:27:44 ---> c3810f495272 00:27:44 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:27:45 ---> 901f3ecc0c39 00:27:45 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:27:46 ---> d5528e4786d7 00:27:46 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:27:47 ---> 278f60c08cd1 00:27:47 Step 20/27 : RUN apk --no-cache add py3-pip 00:27:47 ---> Running in 8f65b65c46f0 00:27:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:27:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:27:48 (1/33) Installing libbz2 (1.0.8-r1) 00:27:48 (2/33) Installing expat (2.2.9-r1) 00:27:48 (3/33) Installing libffi (3.3-r2) 00:27:48 (4/33) Installing gdbm (1.13-r1) 00:27:49 (5/33) Installing xz-libs (5.2.5-r0) 00:27:49 (6/33) Installing sqlite-libs (3.32.1-r0) 00:27:49 (7/33) Installing python3 (3.8.5-r0) 00:27:51 (8/33) Installing py3-appdirs (1.4.4-r1) 00:27:51 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:27:51 (10/33) Installing py3-parsing (2.4.7-r0) 00:27:51 (11/33) Installing py3-six (1.15.0-r0) 00:27:51 (12/33) Installing py3-packaging (20.4-r0) 00:27:51 (13/33) Installing py3-setuptools (47.0.0-r0) 00:27:51 (14/33) Installing py3-chardet (3.0.4-r4) 00:27:51 (15/33) Installing py3-idna (2.9-r0) 00:27:51 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:27:51 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:27:51 (18/33) Installing py3-requests (2.23.0-r0) 00:27:51 (19/33) Installing py3-msgpack (1.0.0-r0) 00:27:51 (20/33) Installing py3-lockfile (0.12.2-r3) 00:27:51 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:27:52 (22/33) Installing py3-colorama (0.4.3-r0) 00:27:52 (23/33) Installing py3-distlib (0.3.0-r0) 00:27:52 (24/33) Installing py3-distro (1.5.0-r1) 00:27:52 (25/33) Installing py3-webencodings (0.5.1-r3) 00:27:52 (26/33) Installing py3-html5lib (1.0.1-r4) 00:27:52 (27/33) Installing py3-pytoml (0.1.21-r0) 00:27:52 (28/33) Installing py3-pep517 (0.8.2-r0) 00:27:52 (29/33) Installing py3-progress (1.5-r0) 00:27:52 (30/33) Installing py3-toml (0.10.1-r0) 00:27:52 (31/33) Installing py3-retrying (1.3.3-r0) 00:27:52 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:27:52 (33/33) Installing py3-pip (20.1.1-r0) 00:27:52 Executing busybox-1.31.1-r19.trigger 00:27:52 OK: 71 MiB in 55 packages 00:27:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:27:57 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 00:28:05 Removing intermediate container 8f65b65c46f0 00:28:05 ---> 9aa7021e10fd 00:28:05 Step 21/27 : RUN pip install docker-compose==1.23.2 00:28:05 ---> Running in a4e95ce5cb57 00:28:10 Removing intermediate container 7e8e479c82a5 00:28:10 ---> 7a5aafc2fcfd 00:28:10 00:28:10 Step 10/24 : FROM alpine:3.10 00:28:10 Collecting docker-compose==1.23.2 00:28:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:28:11 ---> be4e4bea2c2e 00:28:11 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:28:11 ---> Using cache 00:28:11 ---> deedb42bdad8 00:28:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:28:11 Removing intermediate container 52686f0f7fbf 00:28:11 ---> 6b45672a0164 00:28:11 00:28:11 Step 10/21 : FROM alpine 00:28:11 ---> d6e46aa2470d 00:28:11 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:28:11 Removing intermediate container 7a9f51e687b0 00:28:11 ---> 584643403d05 00:28:11 00:28:11 Step 10/22 : FROM scratch 00:28:11 ---> 00:28:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:28:11 Collecting texttable<0.10,>=0.9.0 00:28:11 Downloading texttable-0.9.1.tar.gz (11 kB) 00:28:11 ---> Running in 414f1a6fb0a4 00:28:11 ---> Running in 6e91e41204b3 00:28:12 Collecting PyYAML<4,>=3.10 00:28:12 Downloading PyYAML-3.13.tar.gz (270 kB) 00:28:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:28:12 ---> Using cache 00:28:12 ---> 6c0278cfe134 00:28:12 Step 12/22 : ENV APP_PORT=48082 00:28:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:28:12 Removing intermediate container 414f1a6fb0a4 00:28:12 ---> 67e3b38e293b 00:28:12 Step 13/24 : WORKDIR / 00:28:12 v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:28:12 v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:28:12 OK: 12746 distinct packages available 00:28:13 (1/4) Installing ca-certificates (20191127-r4) 00:28:13 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:28:13 (3/4) Installing libcurl (7.69.1-r1) 00:28:13 (4/4) Installing curl (7.69.1-r1) 00:28:13 Executing busybox-1.31.1-r19.trigger 00:28:13 Executing ca-certificates-20191127-r4.trigger 00:28:13 OK: 7 MiB in 18 packages 00:28:14 ---> Running in aacb9d206f0f 00:28:14 Collecting dockerpty<0.5,>=0.4.1 00:28:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:28:14 ---> Running in d87d8b42c856 00:28:14 Removing intermediate container aacb9d206f0f 00:28:14 ---> a65d70bf4428 00:28:14 Step 13/22 : EXPOSE $APP_PORT 00:28:14 ---> Running in c340ec05111b 00:28:15 Collecting cached-property<2,>=1.2.0 00:28:15 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:28:15 Removing intermediate container d87d8b42c856 00:28:15 ---> b9643bcac710 00:28:15 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:28:15 Collecting docker<4.0,>=3.6.0 00:28:15 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:28:15 Removing intermediate container c340ec05111b 00:28:15 ---> 3cfdc14534c5 00:28:15 Step 14/22 : WORKDIR / 00:28:15 Removing intermediate container 6e91e41204b3 00:28:15 ---> 587e9e92db43 00:28:15 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:28:15 ---> Running in 28cbfc119855 00:28:15 Collecting jsonschema<3,>=2.5.1 00:28:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:28:15 ---> Running in d17d9237e8d0 00:28:15 Collecting docopt<0.7,>=0.6.1 00:28:15 ---> e391a817c26e 00:28:15 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:28:15 Downloading docopt-0.6.2.tar.gz (25 kB) 00:28:16 Removing intermediate container 28cbfc119855 00:28:16 ---> 0fc07d7b472a 00:28:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:28:16 Removing intermediate container d17d9237e8d0 00:28:16 ---> edd4e64c1ccb 00:28:16 Step 13/21 : WORKDIR /edgex 00:28:16 ---> 71dcb2cfc3e9 00:28:16 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:28:16 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:28:16 ---> Running in 89a37a4fd013 00:28:16 ---> 52a087cc70cb 00:28:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:28:16 Collecting websocket-client<1.0,>=0.32.0 00:28:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:28:16 ---> f965fa160145 00:28:16 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:28:17 Removing intermediate container 89a37a4fd013 00:28:17 ---> 49e6a005507f 00:28:17 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:28:17 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:28:17 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:28:18 Collecting docker-pycreds>=0.4.0 00:28:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:28:19 Collecting urllib3<1.25,>=1.21.1 00:28:19 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:28:20 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) 00:28:20 ---> 23517d6f89ae 00:28:20 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:28:20 ---> 3dd6905ea13b 00:28:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:28:20 Collecting idna<2.8,>=2.5 00:28:20 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:28:20 ---> 8343c079517b 00:28:20 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:28:20 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) 00:28:20 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:28:20 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:28:20 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:28:20 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:28:21 Removing intermediate container c79cc330edee 00:28:21 ---> c2b50a4340b4 00:28:21 00:28:21 Step 10/22 : FROM scratch 00:28:21 ---> 00:28:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:28:21 Installing collected packages: texttable, PyYAML, dockerpty, cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, docopt, docker-compose 00:28:21 Running setup.py install for texttable: started 00:28:21 ---> Using cache 00:28:21 ---> 6c0278cfe134 00:28:21 Step 12/22 : ENV APP_PORT=48081 00:28:21 ---> Running in ec65db1f9c8f 00:28:21 ---> 59771b85f7c7 00:28:21 Step 18/22 : ENTRYPOINT ["/core-command"] 00:28:21 ---> Running in 478d81dbc94f 00:28:21 ---> b47c16c05238 00:28:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:28:21 ---> 50e22abbd2ef 00:28:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:28:21 Removing intermediate container ec65db1f9c8f 00:28:21 ---> 00d010ad2a60 00:28:21 Step 13/22 : EXPOSE $APP_PORT 00:28:21 Running setup.py install for texttable: finished with status 'done' 00:28:21 Running setup.py install for PyYAML: started 00:28:21 ---> Running in 552874b72123 00:28:21 Removing intermediate container 478d81dbc94f 00:28:21 ---> 626832619efd 00:28:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:28:22 ---> Running in ee173d372eab 00:28:22 ---> 627dde923065 00:28:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:28:22 Removing intermediate container 552874b72123 00:28:22 ---> b9849d8e060c 00:28:22 Step 14/22 : WORKDIR / 00:28:22 ---> Running in 9481a58ee584 00:28:22 ---> Running in b245ed9f0d84 00:28:22 Running setup.py install for PyYAML: finished with status 'done' 00:28:22 ---> c60180de34ae 00:28:22 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:28:22 Running setup.py install for dockerpty: started 00:28:22 Removing intermediate container ee173d372eab 00:28:22 ---> 61c7683acb7c 00:28:22 Step 20/22 : LABEL arch=x86_64 00:28:22 ---> Running in 8c9621dfc1ca 00:28:22 ---> Running in 866bcea4a13b 00:28:22 Removing intermediate container b245ed9f0d84 00:28:22 ---> 0f75b4e1b3c8 00:28:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:28:22 Removing intermediate container 8c9621dfc1ca 00:28:22 ---> 0bb0fbf8d720 00:28:22 Step 18/21 : CMD ["--init=true"] 00:28:22 Running setup.py install for dockerpty: finished with status 'done' 00:28:23 Attempting uninstall: urllib3 00:28:23 Found existing installation: urllib3 1.25.9 00:28:23 Uninstalling urllib3-1.25.9: 00:28:23 Removing intermediate container 866bcea4a13b 00:28:23 ---> a85ba8d968e5 00:28:23 Step 21/22 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 00:28:23 ---> Running in bef1dd7e21eb 00:28:23 Successfully uninstalled urllib3-1.25.9 00:28:23 ---> 9b4a9c79db09 00:28:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:28:23 ---> Running in efb9c48f74e6 00:28:24 Attempting uninstall: idna 00:28:24 Found existing installation: idna 2.9 00:28:24 Uninstalling idna-2.9: 00:28:24 Successfully uninstalled idna-2.9 00:28:24 Removing intermediate container bef1dd7e21eb 00:28:24 ---> 92ca34998b5a 00:28:24 Step 19/21 : LABEL arch=x86_64 00:28:24 Removing intermediate container efb9c48f74e6 00:28:24 ---> c9e3d559bd8a 00:28:24 Step 22/22 : LABEL version=0.0.0 00:28:24 ---> Running in 58dc4930f9f3 00:28:24 Attempting uninstall: requests 00:28:24 Found existing installation: requests 2.23.0 00:28:24 Uninstalling requests-2.23.0: 00:28:24 ---> 27cc4eab87de 00:28:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:28:24 Successfully uninstalled requests-2.23.0 00:28:25 ---> Running in 61a594684ae7 00:28:25 Removing intermediate container 9481a58ee584 00:28:25 ---> 4a3053adf752 00:28:25 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:28:25 Removing intermediate container 58dc4930f9f3 00:28:25 ---> 268ccf5577d7 00:28:25 Step 20/21 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 00:28:27 ---> 3458d1eb8e98 00:28:27 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:28:27 ---> Running in c69aec9948ca 00:28:27 Removing intermediate container 61a594684ae7 00:28:27 ---> 4bacd6d72771 00:28:27 00:28:27 ---> Running in 1c5fc5a7f890 00:28:27 ---> Running in 3045b0e561ef 00:28:27 Successfully built 4bacd6d72771 00:28:27 Running setup.py install for docopt: started 00:28:27 Successfully tagged docker-core-command-go:latest 00:28:27 Removing intermediate container c69aec9948ca 00:28:27 ---> 1114a9c760f1 00:28:27 Step 22/24 : LABEL arch=x86_64 00:28:27  Building docker-core-command-go ... done Removing intermediate container 1c5fc5a7f890 00:28:27 ---> 5caac2ee4699 00:28:27 Step 21/21 : LABEL version=0.0.0 00:28:27 Removing intermediate container 3045b0e561ef 00:28:27 ---> b3aed89a42eb 00:28:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:28:27 ---> Running in 933769fb0e80 00:28:27 ---> Running in 949fd63ae192 00:28:27 ---> Running in ae7accd208cd 00:28:28 Removing intermediate container 933769fb0e80 00:28:28 ---> 6ea9220eddb8 00:28:28 Step 23/24 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 00:28:28 Running setup.py install for docopt: finished with status 'done' 00:28:28 Removing intermediate container 949fd63ae192 00:28:28 ---> 0b758a6b167b 00:28:28 00:28:28 ---> Running in 8bdcf7364782 00:28:28 Removing intermediate container ae7accd208cd 00:28:28 ---> 87ac35185905 00:28:28 Step 20/22 : LABEL arch=x86_64 00:28:28 Successfully built 0b758a6b167b 00:28:28 Successfully tagged docker-security-proxy-setup-go:latest 00:28:28  Building docker-security-proxy-setup-go ... done  ---> Running in aec49cd6e677 00:28:29 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 00:28:29 Removing intermediate container 8bdcf7364782 00:28:29 ---> 6f581dd504c4 00:28:29 Step 24/24 : LABEL version=0.0.0 00:28:29 ---> Running in 7bc8e2790733 00:28:29 Removing intermediate container aec49cd6e677 00:28:29 ---> a47d83043646 00:28:29 Step 21/22 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 00:28:29 ---> Running in 8b26d62ecb7d 00:28:29 Removing intermediate container 7bc8e2790733 00:28:29 ---> b81bd5534c75 00:28:29 00:28:30 Successfully built b81bd5534c75 00:28:30 Removing intermediate container 8b26d62ecb7d 00:28:30 ---> f00be5df8b06 00:28:30 Step 22/22 : LABEL version=0.0.0 00:28:30 Successfully tagged docker-security-secretstore-setup-go:latest 00:28:30  Building docker-security-secretstore-setup-go ... done  ---> Running in d43ba8203869 00:28:30 Removing intermediate container d43ba8203869 00:28:30 ---> 1cc53342ba0c 00:28:30 00:28:32 Successfully built 1cc53342ba0c 00:28:32 Successfully tagged docker-core-metadata-go:latest 00:28:32  Building docker-core-metadata-go ... done Removing intermediate container a4e95ce5cb57 00:28:32 ---> 1228c1e28c89 00:28:32 Step 22/27 : RUN apk --no-cache add curl 00:28:32 ---> Running in 393d20b4b6e2 00:28:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:28:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:28:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:28:33 (2/3) Installing libcurl (7.69.1-r1) 00:28:33 (3/3) Installing curl (7.69.1-r1) 00:28:33 Executing busybox-1.31.1-r19.trigger 00:28:33 OK: 72 MiB in 58 packages 00:28:33 Removing intermediate container 393d20b4b6e2 00:28:33 ---> d6df3b664adb 00:28:33 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:28:34 ---> Running in ec88d6213b2d 00:28:34 Removing intermediate container ec88d6213b2d 00:28:34 ---> 93bd7ac70afc 00:28:34 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:28:34 ---> Running in f7b84ea43500 00:28:34 Removing intermediate container f7b84ea43500 00:28:34 ---> 591130debfab 00:28:34 Step 25/27 : LABEL arch=x86_64 00:28:34 ---> Running in 6bd8da937d4b 00:28:34 Removing intermediate container 6bd8da937d4b 00:28:34 ---> ec5cde34a73b 00:28:34 Step 26/27 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 00:28:34 ---> Running in 5835df9212ff 00:28:34 Removing intermediate container 5835df9212ff 00:28:34 ---> 1b9e8deba385 00:28:34 Step 27/27 : LABEL version=0.0.0 00:28:34 ---> Running in c2cebda3a939 00:28:35 Removing intermediate container c2cebda3a939 00:28:35 ---> 2ed883a7195f 00:28:35 00:28:35 Successfully built 2ed883a7195f 00:28:35 Successfully tagged docker-sys-mgmt-agent-go:latest 00:28:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:28:36 $ docker stop --time=1 0a145a1f4bb46eb74094fb2c47040ef6edcb58a2fe31024e0e68b2c24f948344 00:28:38 $ docker rm -f 0a145a1f4bb46eb74094fb2c47040ef6edcb58a2fe31024e0e68b2c24f948344 [Pipeline] // withDockerContainer [Pipeline] sh 00:28:38 + docker images 00:28:38 + grep docker 00:28:38 docker-sys-mgmt-agent-go latest 2ed883a7195f 4 seconds ago 293MB 00:28:38 docker-core-metadata-go latest 1cc53342ba0c 8 seconds ago 14.5MB 00:28:38 docker-security-secretstore-setup-go latest b81bd5534c75 9 seconds ago 24.7MB 00:28:38 docker-security-proxy-setup-go latest 0b758a6b167b 10 seconds ago 24.6MB 00:28:38 docker-core-command-go latest 4bacd6d72771 12 seconds ago 12.2MB 00:28:38 docker-core-data-go latest d84e2348964c 2 minutes ago 23.7MB 00:28:38 docker-support-notifications-go latest 3ab0ee8ee8b2 2 minutes ago 13.6MB 00:28:38 docker-security-bootstrap-redis-go latest 119f3b8c2786 2 minutes ago 15.8MB 00:28:38 docker-support-scheduler-go latest 514eaa934a13 2 minutes ago 12.3MB 00:28:38 docker-security-secrets-setup-go latest c80ecf7a0107 3 minutes ago 23.9MB 00:28:38 docker latest b0757c55a1fd 47 hours 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 00:28:54 Still waiting to schedule task 00:28:54 All nodes of label ‘centos7-docker-8c-8g’ are offline 00:29:46 Running on prd-centos7-docker-8c-8g-14405 in /w/workspace/edgexfoundry_edgex-go_PR-2890 [Pipeline] { [Pipeline] ws 00:29:46 Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout 00:29:48 using credential edgex-jenkins-ssh 00:29:48 Cloning the remote Git repository 00:29:47 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:29:47 > git init /w/workspace/edgex-go/19 # timeout=10 00:29:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:29:47 > git --version # timeout=10 00:29:47 > git --version # 'git version 2.24.3' 00:29:47 using GIT_SSH to set credentials SSH Credentials for GitHub 00:29:47 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:29:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:29:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:29:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:29:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:29:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:29:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2890/head:refs/remotes/origin/PR-2890 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:29:58 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 298a6838acdf004daa3e768d6fcec5b89eef4711 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:29:59 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] } 00:29:58 > git config core.sparsecheckout # timeout=10 00:29:58 > git checkout -f 298a6838acdf004daa3e768d6fcec5b89eef4711 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:30:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:30:02 ---> package-listing.sh 00:30:02 ++ facter osfamily 00:30:02 ++ tr '[:upper:]' '[:lower:]' 00:30:02 + OS_FAMILY=redhat 00:30:02 + workspace=/w/workspace/edgex-go/19 00:30:02 + START_PACKAGES=/tmp/packages_start.txt 00:30:02 + END_PACKAGES=/tmp/packages_end.txt 00:30:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:30:02 + PACKAGES=/tmp/packages_start.txt 00:30:02 + '[' /w/workspace/edgex-go/19 ']' 00:30:02 + PACKAGES=/tmp/packages_end.txt 00:30:02 + case "${OS_FAMILY}" in 00:30:02 + rpm -qa 00:30:02 + sort 00:30:08 + '[' -f /tmp/packages_start.txt ']' 00:30:08 + '[' -f /tmp/packages_end.txt ']' 00:30:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:30:08 + '[' /w/workspace/edgex-go/19 ']' 00:30:08 + mkdir -p /w/workspace/edgex-go/19/archives/ 00:30:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo 00:30:08 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:30:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:30:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:30:08 00:30:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:30:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:30:09 alpine: Pulling from edgex-lftools-log-publisher 00:30:09 df20fa9351a1: Pulling fs layer 00:30:09 36b3adc4ff6f: Pulling fs layer 00:30:09 8ad3a11d3b57: Pulling fs layer 00:30:09 46f8f816bc3b: Pulling fs layer 00:30:09 93b61091891f: Pulling fs layer 00:30:09 93b9cdb0e59b: Pulling fs layer 00:30:09 5e14af77c1be: Pulling fs layer 00:30:09 01666e4c0597: Pulling fs layer 00:30:09 aa168da1d23b: Pulling fs layer 00:30:09 93b61091891f: Waiting 00:30:09 93b9cdb0e59b: Waiting 00:30:09 5e14af77c1be: Waiting 00:30:09 01666e4c0597: Waiting 00:30:09 aa168da1d23b: Waiting 00:30:09 46f8f816bc3b: Waiting 00:30:09 36b3adc4ff6f: Verifying Checksum 00:30:09 36b3adc4ff6f: Download complete 00:30:09 46f8f816bc3b: Verifying Checksum 00:30:09 46f8f816bc3b: Download complete 00:30:09 df20fa9351a1: Verifying Checksum 00:30:09 df20fa9351a1: Download complete 00:30:09 93b9cdb0e59b: Download complete 00:30:09 93b61091891f: Verifying Checksum 00:30:09 93b61091891f: Download complete 00:30:09 01666e4c0597: Verifying Checksum 00:30:09 01666e4c0597: Download complete 00:30:09 8ad3a11d3b57: Verifying Checksum 00:30:09 8ad3a11d3b57: Download complete 00:30:09 df20fa9351a1: Pull complete 00:30:10 36b3adc4ff6f: Pull complete 00:30:10 5e14af77c1be: Verifying Checksum 00:30:10 5e14af77c1be: Download complete 00:30:12 aa168da1d23b: Verifying Checksum 00:30:12 aa168da1d23b: Download complete 00:30:12 8ad3a11d3b57: Pull complete 00:30:13 46f8f816bc3b: Pull complete 00:30:13 93b61091891f: Pull complete 00:30:14 93b9cdb0e59b: Pull complete 00:30:14 5e14af77c1be: Pull complete 00:30:14 01666e4c0597: Pull complete 00:30:27 aa168da1d23b: Pull complete 00:30:28 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:30:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:30:28 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:30:28 prd-centos7-docker-4c-2g-14396 does not seem to be running inside a container 00:30:28 $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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 00:30:32 $ docker top 4fead0f45f0e3fea28bd8c73004d18bb1082597f5b5201b0a374ebd2a725dd9b -eo pid,comm [Pipeline] { [Pipeline] sh 00:30:33 + touch /tmp/pre-build-complete [Pipeline] sh 00:30:33 + mkdir -p /var/log/sa [Pipeline] sh 00:30:34 + ls /var/log/sa-host 00:30:34 + sadf -c /var/log/sa-host/sa04 00:30:34 file_magic: OK 00:30:34 HZ: Using current value: 100 00:30:34 file_header: OK 00:30:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:30:34 Statistics: 00:30:34 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:30:34 File successfully converted to sysstat format version 12.2.1 00:30:34 + sadf -c /var/log/sa-host/sa23 00:30:34 file_magic: OK 00:30:34 HZ: Using current value: 100 00:30:34 file_header: OK 00:30:34 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:30:34 Statistics: 00:30:34 Hnuu...uuuununununu... 00:30:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:30:34 provisioning config files... 00:30:34 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config9222108144652091285tmp [Pipeline] { [Pipeline] echo 00:30:34 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:30:34 ---> create-netrc.sh [Pipeline] } 00:30:34 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:30:34 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:30:35 ---> python-tools-install.sh [Pipeline] echo 00:30:35 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:30:35 ---> sudo-logs.sh 00:30:35 Archiving 'sudo' log.. [Pipeline] echo 00:30:35 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:30:35 ---> job-cost.sh 00:30:35 lf-activate-venv: SKIPPING 00:30:35 INFO: No Stack... 00:30:36 INFO: Retrieving Pricing Info for: v1-standard-2 00:30:36 INFO: Archiving Costs [Pipeline] echo 00:30:36 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:30:37 ---> logs-deploy.sh 00:30:37 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2890/19 00:30:37 INFO: archiving workspace using pattern(s): 00:30:39 Archives upload complete. 00:30:39 INFO: archiving logs to Nexus