Pull request #2981 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 541bcb6503019d58e418bcbab05bdb77c8d31198+797f93be867ef6ee82f54016594ef97018f4c5d7 (ba981e89d96f799ecdbe8a918b4450b2e5ed7b0d) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-18551 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 797f93be867ef6ee82f54016594ef97018f4c5d7 into PR head commit 541bcb6503019d58e418bcbab05bdb77c8d31198 > 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/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 541bcb6503019d58e418bcbab05bdb77c8d31198 # timeout=10 Merge succeeded, producing 541bcb6503019d58e418bcbab05bdb77c8d31198 Checking out Revision 541bcb6503019d58e418bcbab05bdb77c8d31198 (PR-2981) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 797f93be867ef6ee82f54016594ef97018f4c5d7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 541bcb6503019d58e418bcbab05bdb77c8d31198 # timeout=10 Commit message: "refactor: Adjust for removal of backward compatibility code" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:56:55 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:56:55 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:56:55 ========================================================= 18:56:55 EdgeX Global Pipelines Version Info 18:56:55 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 91da7e36c36e5261ca0ef4d2711714894b0b1d7a # timeout=10 18:56:57 ------------------- 18:56:57 stable info: 18:56:57 ------------------- 18:56:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:56:57 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 18:56:57 Message: update stable to v1.0.173 18:56:58 ------------------- 18:56:58 experimental info: 18:56:58 ------------------- 18:56:58 Commited By: **** collab-it+edgex@linuxfoundation.org 18:56:58 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 18:56:58 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:56:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:56:58 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:56:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:56:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:56:59 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:56:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:56:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:57:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:57:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:57:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:57:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:57:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:57:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:57:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:57:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:57:01 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:57:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2981 [Pipeline] echo 18:57:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2981 [Pipeline] echo 18:57:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2981 [Pipeline] echo 18:57:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 541bcb6503019d58e418bcbab05bdb77c8d31198 [Pipeline] echo 18:57:01 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 541bcb6 [Pipeline] echo 18:57:01 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:57:01 provisioning config files... 18:57:01 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config1431294335764734453tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:57:02 ---> docker-login.sh 18:57:02 nexus3.edgexfoundry.org:10001 18:57:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:02 Configure a credential helper to remove this warning. See 18:57:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:02 18:57:02 Login Succeeded 18:57:02 nexus3.edgexfoundry.org:10002 18:57:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:03 Configure a credential helper to remove this warning. See 18:57:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:03 18:57:03 Login Succeeded 18:57:03 nexus3.edgexfoundry.org:10003 18:57:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:03 Configure a credential helper to remove this warning. See 18:57:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:03 18:57:03 Login Succeeded 18:57:03 nexus3.edgexfoundry.org:10004 18:57:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:03 Configure a credential helper to remove this warning. See 18:57:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:03 18:57:03 Login Succeeded 18:57:03 docker.io 18:57:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:57:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:57:03 Configure a credential helper to remove this warning. See 18:57:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:57:03 18:57:03 Login Succeeded 18:57:03 ---> docker-login.sh ends [Pipeline] } 18:57:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:57:04 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:57:04 + for file in '`ls cmd/**/Dockerfile`' 18:57:04 ++ dirname cmd/core-command/Dockerfile 18:57:04 ++ cut -d/ -f2 18:57:04 + echo core-command,cmd/core-command/Dockerfile 18:57:04 + for file in '`ls cmd/**/Dockerfile`' 18:57:04 ++ dirname cmd/core-data/Dockerfile 18:57:04 ++ cut -d/ -f2 18:57:04 + echo core-data,cmd/core-data/Dockerfile 18:57:04 + for file in '`ls cmd/**/Dockerfile`' 18:57:04 ++ dirname cmd/core-metadata/Dockerfile 18:57:04 ++ cut -d/ -f2 18:57:04 + echo core-metadata,cmd/core-metadata/Dockerfile 18:57:04 + for file in '`ls cmd/**/Dockerfile`' 18:57:04 ++ dirname cmd/security-bootstrap-redis/Dockerfile 18:57:04 ++ cut -d/ -f2 18:57:04 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 18:57:04 + for file in '`ls cmd/**/Dockerfile`' 18:57:04 ++ dirname cmd/security-proxy-setup/Dockerfile 18:57:04 ++ cut -d/ -f2 18:57:04 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:57:04 + for file in '`ls cmd/**/Dockerfile`' 18:57:04 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:57:04 ++ cut -d/ -f2 18:57:04 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:57:04 + for file in '`ls cmd/**/Dockerfile`' 18:57:04 ++ dirname cmd/support-notifications/Dockerfile 18:57:04 ++ cut -d/ -f2 18:57:04 + echo support-notifications,cmd/support-notifications/Dockerfile 18:57:04 + for file in '`ls cmd/**/Dockerfile`' 18:57:04 ++ dirname cmd/support-scheduler/Dockerfile 18:57:04 ++ cut -d/ -f2 18:57:04 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:57:04 + for file in '`ls cmd/**/Dockerfile`' 18:57:04 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:57:04 ++ cut -d/ -f2 18:57:04 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:57:04 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:57:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:57:06 18:57:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:57:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:57:06 latest: Pulling from edgex-devops/git-semver 18:57:06 31603596830f: Pulling fs layer 18:57:06 2a8b12db71e7: Pulling fs layer 18:57:06 6ca5941a6612: Pulling fs layer 18:57:06 ecc8261a40a4: Pulling fs layer 18:57:06 ecc8261a40a4: Waiting 18:57:06 2a8b12db71e7: Download complete 18:57:06 31603596830f: Verifying Checksum 18:57:06 31603596830f: Download complete 18:57:06 ecc8261a40a4: Verifying Checksum 18:57:06 ecc8261a40a4: Download complete 18:57:06 6ca5941a6612: Verifying Checksum 18:57:06 6ca5941a6612: Download complete 18:57:07 31603596830f: Pull complete 18:57:07 2a8b12db71e7: Pull complete 18:57:08 6ca5941a6612: Pull complete 18:57:08 ecc8261a40a4: Pull complete 18:57:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:57:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:57:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:57:08 prd-centos7-docker-4c-2g-18551 does not seem to be running inside a container 18:57:08 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:57:11 $ docker top 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:57:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:57:11 [ssh-agent] Looking for ssh-agent implementation... 18:57:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:57:11 $ docker exec 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e ssh-agent 18:57:11 SSH_AUTH_SOCK=/tmp/ssh-TunEOACA1wRU/agent.11 18:57:11 SSH_AGENT_PID=16 18:57:11 Running ssh-add (command line suppressed) 18:57:11 Identity added: /w/workspace/edgex-go/5@tmp/private_key_8047488211671456616.key (/w/workspace/edgex-go/5@tmp/private_key_8047488211671456616.key) 18:57:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:57:12 + git tag --points-at HEAD [Pipeline] } 18:57:12 $ docker exec --env ******** --env ******** 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e ssh-agent -k 18:57:12 unset SSH_AUTH_SOCK; 18:57:12 unset SSH_AGENT_PID; 18:57:12 echo Agent pid 16 killed; 18:57:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:57:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:57:12 [ssh-agent] Looking for ssh-agent implementation... 18:57:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:57:12 $ docker exec 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e ssh-agent 18:57:13 SSH_AUTH_SOCK=/tmp/ssh-770e4k6noVB4/agent.46 18:57:13 SSH_AGENT_PID=51 18:57:13 Running ssh-add (command line suppressed) 18:57:13 Identity added: /w/workspace/edgex-go/5@tmp/private_key_7996235857050301948.key (/w/workspace/edgex-go/5@tmp/private_key_7996235857050301948.key) 18:57:13 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:57:13 + git semver init 18:57:13 # -> Open(): unable to determine branch for HEAD 18:57:13 # $GIT_DIR = /w/workspace/edgex-go/5/.git 18:57:13 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 18:57:13 # $SEMVER_REMOTE_NAME = origin 18:57:13 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:57:13 # $SEMVER_USER_NAME = edgex-jenkins 18:57:13 # $SEMVER_BRANCH = PR-2981 18:57:13 # $SEMVER_TEMP = /tmp/semver-827674778 18:57:13 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:57:31 # '/tmp/semver-827674778' -> '/w/workspace/edgex-go/5/.semver' 18:57:31 # -> Force: false 18:57:31 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 18:57:31 $ docker exec --env ******** --env ******** 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e ssh-agent -k 18:57:32 unset SSH_AUTH_SOCK; 18:57:32 unset SSH_AGENT_PID; 18:57:32 echo Agent pid 51 killed; 18:57:32 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:57:32 + git semver [Pipeline] } 18:57:32 $ docker stop --time=1 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e 18:57:34 $ docker rm -f 921762dfef5d89d7e1d6bad2571f9d9ab5eea8e4dbd96c6fdb3c2a902611e58e [Pipeline] // withDockerContainer [Pipeline] sh 18:57:34 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:57:35 Stashed 1 file(s) [Pipeline] echo 18:57:35 [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 18:57:36 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:57:36 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:57:37 + sudo service docker restart 18:57:37 + true 18:57:37 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:57:37 ========================================================= 18:57:37 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:57:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:57:38 + 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 . 18:57:42 Sending build context to Docker daemon 326.3MB 18:57:42 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:57:42 Step 2/6 : FROM ${BASE} 18:57:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:57:42 188c0c94c7c5: Pulling fs layer 18:57:42 0ef7d3d256c8: Pulling fs layer 18:57:42 de9db76c5a1d: Pulling fs layer 18:57:42 bca2f99d35d6: Pulling fs layer 18:57:42 93359f2a8cfa: Pulling fs layer 18:57:42 7c6f9722023f: Pulling fs layer 18:57:42 a35cf1a2eb13: Pulling fs layer 18:57:42 bca2f99d35d6: Waiting 18:57:42 93359f2a8cfa: Waiting 18:57:42 a35cf1a2eb13: Waiting 18:57:42 7c6f9722023f: Waiting 18:57:42 de9db76c5a1d: Download complete 18:57:42 0ef7d3d256c8: Verifying Checksum 18:57:42 0ef7d3d256c8: Download complete 18:57:42 93359f2a8cfa: Verifying Checksum 18:57:42 93359f2a8cfa: Download complete 18:57:42 188c0c94c7c5: Verifying Checksum 18:57:42 188c0c94c7c5: Download complete 18:57:42 7c6f9722023f: Verifying Checksum 18:57:42 7c6f9722023f: Download complete 18:57:42 188c0c94c7c5: Pull complete 18:57:42 0ef7d3d256c8: Pull complete 18:57:43 de9db76c5a1d: Pull complete 18:57:45 a35cf1a2eb13: Verifying Checksum 18:57:45 a35cf1a2eb13: Download complete 18:57:45 bca2f99d35d6: Verifying Checksum 18:57:45 bca2f99d35d6: Download complete 18:57:50 bca2f99d35d6: Pull complete 18:57:50 93359f2a8cfa: Pull complete 18:57:50 7c6f9722023f: Pull complete 18:57:50 Still waiting to schedule task 18:57:50 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 18:57:55 a35cf1a2eb13: Pull complete 18:57:55 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:57:55 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:57:55 ---> a62c8e92a672 18:57:55 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 18:57:56 ---> Running in f7eab2d3babe 18:57:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:57:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:57:57 (1/12) Installing libmagic (5.38-r0) 18:57:58 (2/12) Installing file (5.38-r0) 18:57:58 (3/12) Installing libc-dev (0.7.2-r3) 18:57:58 (4/12) Installing g++ (9.3.0-r2) 18:58:01 (5/12) Installing fortify-headers (1.1-r0) 18:58:01 (6/12) Installing patch (2.7.6-r6) 18:58:01 (7/12) Installing build-base (0.5-r2) 18:58:01 (8/12) Installing libsodium (1.0.18-r0) 18:58:01 (9/12) Installing pkgconf (1.7.2-r0) 18:58:01 (10/12) Installing libsodium-dev (1.0.18-r0) 18:58:01 (11/12) Installing libzmq (4.3.3-r0) 18:58:01 (12/12) Installing zeromq-dev (4.3.3-r0) 18:58:01 Executing busybox-1.31.1-r19.trigger 18:58:02 OK: 233 MiB in 51 packages 18:58:06 Removing intermediate container f7eab2d3babe 18:58:06 ---> 48e01741c100 18:58:06 Step 4/6 : WORKDIR /edgex-go 18:58:06 ---> Running in 2aaa0c4ddf5b 18:58:06 Removing intermediate container 2aaa0c4ddf5b 18:58:06 ---> bb3272f4dda6 18:58:06 Step 5/6 : COPY go.mod . 18:58:06 ---> d3873f285a10 18:58:06 Step 6/6 : RUN go mod download 18:58:06 ---> Running in 38114aade9ea 18:58:28 Removing intermediate container 38114aade9ea 18:58:28 ---> 2f6534d739f7 18:58:28 Successfully built 2f6534d739f7 18:58:28 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:58:28 + docker inspect -f . ci-base-image-x86_64 18:58:28 . [Pipeline] withDockerContainer 18:58:28 prd-centos7-docker-4c-2g-18551 does not seem to be running inside a container 18:58:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:58:29 $ docker top f37246ad000e2d58bb8dc97857835d21684b8b525f139ee0bfd2aca8892c5380 -eo pid,comm [Pipeline] { [Pipeline] sh 18:58:30 + go version 18:58:30 go version go1.15.5 linux/amd64 [Pipeline] } 18:58:30 $ docker stop --time=1 f37246ad000e2d58bb8dc97857835d21684b8b525f139ee0bfd2aca8892c5380 18:58:32 $ docker rm -f f37246ad000e2d58bb8dc97857835d21684b8b525f139ee0bfd2aca8892c5380 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:58:33 + docker inspect -f . ci-base-image-x86_64 18:58:33 . [Pipeline] withDockerContainer 18:58:33 prd-centos7-docker-4c-2g-18551 does not seem to be running inside a container 18:58:33 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:58:34 $ docker top 80ebcb2332564aca81232c5464d3fa619e70880a81f5467ee4136dc13c0eed1d -eo pid,comm [Pipeline] { [Pipeline] echo 18:58:34 ========================================================= 18:58:34 [edgeXBuildGoParallel] Running Tests and Build... 18:58:34 ========================================================= [Pipeline] sh 18:58:34 + make test 18:58:34 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:58:44 ? github.com/edgexfoundry/edgex-go [no test files] 18:58:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:59:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:59:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:59:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:59:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:59:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:59:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:59:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:59:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.6% of statements 18:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:59:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.175s coverage: 27.0% of statements 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.062s coverage: 100.0% of statements 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.402s coverage: 77.8% of statements 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:59:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.118s coverage: 82.4% of statements 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:59:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:59:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:59:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:59:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.052s coverage: 100.0% of statements 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:59:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:59:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:59:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.053s coverage: 78.3% of statements 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:59:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:59:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.367s coverage: 93.8% of statements 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:59:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:59:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.056s coverage: 0.1% of statements 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:59:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:59:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.058s coverage: 75.5% of statements 18:59:20 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:59:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements 18:59:20 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.092s coverage: 87.2% of statements 18:59:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.075s coverage: 84.2% of statements 18:59:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.4% of statements 18:59:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:59:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 18:59:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:59:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:59:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.039s coverage: 100.0% of statements 18:59:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 18:59:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements 18:59:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 18:59:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 18:59:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.316s coverage: 55.9% of statements 18:59:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:59:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:59:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 18:59:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 18:59:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 18:59:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.104s coverage: 37.0% of statements 18:59:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:59:24 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:59:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.307s coverage: 84.0% of statements 18:59:24 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 18:59:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.139s coverage: 47.1% of statements 18:59:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:59:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:59:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:59:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:59:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:59:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 18:59:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:59:26 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 18:59:26 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:59:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.707s coverage: 29.1% of statements 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:59:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.074s coverage: 99.0% of statements 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:59:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.041s coverage: 100.0% of statements 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:59:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:59:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.032s coverage: 100.0% of statements 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:59:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.063s coverage: 87.9% of statements 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:59:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:59:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.030s coverage: 100.0% of statements 18:59:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 18:59:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 18:59:28 GO111MODULE=on go vet ./... 18:59:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18552 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws 18:59:29 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 18:59:34 using credential edgex-jenkins-ssh 18:59:34 Cloning the remote Git repository 18:59:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:59:34 > git init /w/workspace/edgex-go/5 # timeout=10 18:59:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:59:34 > git --version # timeout=10 18:59:34 > git --version # 'git version 2.17.1' 18:59:34 using GIT_SSH to set credentials SSH Credentials for GitHub 18:59:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:59:56 gofmt -l . 18:59:56 [ "`gofmt -l .`" = "" ] 18:59:56 ./bin/test-go-mod-tidy.sh 18:59:56 ./bin/test-attribution-txt.sh [Pipeline] sh 18:59:56 + ls -al . 18:59:56 total 640 18:59:56 drwxrwxr-x 10 1001 1001 4096 Jan 5 18:59 . 18:59:56 drwxr-xr-x 4 root root 28 Jan 5 18:58 .. 18:59:56 -rw-rw-r-- 1 1001 1001 11 Jan 5 18:56 .dockerignore 18:59:56 drwxrwxr-x 8 1001 1001 179 Jan 5 18:56 .git 18:59:56 drwxrwxr-x 3 1001 1001 125 Jan 5 18:56 .github 18:59:56 -rw-rw-r-- 1 1001 1001 824 Jan 5 18:56 .gitignore 18:59:56 drwx------ 3 1001 1001 47 Jan 5 18:57 .semver 18:59:56 -rw-rw-r-- 1 1001 1001 166 Jan 5 18:56 .sonarcloud.properties 18:59:56 -rw-rw-r-- 1 1001 1001 3804 Jan 5 18:56 CONTRIBUTING.md 18:59:56 -rw-rw-r-- 1 1001 1001 931 Jan 5 18:56 Dockerfile.build 18:59:56 -rw-rw-r-- 1 1001 1001 863 Jan 5 18:56 Jenkinsfile 18:59:56 -rw-rw-r-- 1 1001 1001 10775 Jan 5 18:56 LICENSE 18:59:56 -rw-rw-r-- 1 1001 1001 5750 Jan 5 18:56 Makefile 18:59:56 -rw-rw-r-- 1 1001 1001 6511 Jan 5 18:56 README.md 18:59:56 -rw-rw-r-- 1 1001 1001 6744 Jan 5 18:56 SECURITY.md 18:59:56 -rw-rw-r-- 1 1001 1001 5 Jan 5 18:57 VERSION 18:59:56 -rw-rw-r-- 1 1001 1001 4131 Jan 5 18:56 ZMQWindows.md 18:59:56 drwxrwxr-x 2 1001 1001 117 Jan 5 18:56 bin 18:59:56 drwxrwxr-x 14 1001 1001 4096 Jan 5 18:56 cmd 18:59:56 -rw-r--r-- 1 root root 541590 Jan 5 18:59 coverage.out 18:59:56 -rw-r--r-- 1 root root 979 Jan 5 18:59 go.mod 18:59:56 -rw-r--r-- 1 root root 19019 Jan 5 18:59 go.sum 18:59:56 drwxrwxr-x 8 1001 1001 127 Jan 5 18:56 internal 18:59:56 drwxrwxr-x 4 1001 1001 26 Jan 5 18:56 openapi 18:59:56 drwxrwxr-x 4 1001 1001 71 Jan 5 18:56 snap 18:59:56 -rw-rw-r-- 1 1001 1001 168 Jan 5 18:56 version.go [Pipeline] sh 18:59:56 + '[' -e coverage.out ] 18:59:56 + chown 1001:1001 coverage.out [Pipeline] stash 18:59:56 Stashed 1 file(s) [Pipeline] sh 18:59:57 + make build 18:59:57 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 19:00:00 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 19:00:06 Merging remotes/origin/master commit 797f93be867ef6ee82f54016594ef97018f4c5d7 into PR head commit 541bcb6503019d58e418bcbab05bdb77c8d31198 19:00:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:00:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:00:03 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:00:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:00:03 using GIT_SSH to set credentials SSH Credentials for GitHub 19:00:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:00:06 > git config core.sparsecheckout # timeout=10 19:00:06 Merge succeeded, producing 541bcb6503019d58e418bcbab05bdb77c8d31198 19:00:06 Checking out Revision 541bcb6503019d58e418bcbab05bdb77c8d31198 (PR-2981) 19:00:08 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 19:00:06 > git checkout -f 541bcb6503019d58e418bcbab05bdb77c8d31198 # timeout=10 19:00:06 > git remote # timeout=10 19:00:06 > git config --get remote.origin.url # timeout=10 19:00:06 using GIT_SSH to set credentials SSH Credentials for GitHub 19:00:06 > git merge 797f93be867ef6ee82f54016594ef97018f4c5d7 # timeout=10 19:00:06 > git rev-parse HEAD^{commit} # timeout=10 19:00:06 > git config core.sparsecheckout # timeout=10 19:00:06 > git checkout -f 541bcb6503019d58e418bcbab05bdb77c8d31198 # timeout=10 19:00:09 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 19:00:10 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 19:00:11 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 19:00:11 Commit message: "refactor: Adjust for removal of backward compatibility code" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 19:00:12 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 19:00:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 19:00:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 19:00:13 + sudo service docker restart 19:00:13 + true 19:00:14 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 19:00:15 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 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 19:00:15 provisioning config files... 19:00:15 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config5014206054828630245tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 19:00:16 ---> docker-login.sh 19:00:16 nexus3.edgexfoundry.org:10001 19:00:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:00:16 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 19:00:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:00:17 Configure a credential helper to remove this warning. See 19:00:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:00:17 19:00:17 Login Succeeded 19:00:17 nexus3.edgexfoundry.org:10002 19:00:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 19:00:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:00:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:00:17 Configure a credential helper to remove this warning. See 19:00:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:00:17 19:00:17 Login Succeeded 19:00:17 nexus3.edgexfoundry.org:10003 19:00:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:00:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:00:18 Configure a credential helper to remove this warning. See 19:00:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:00:18 19:00:18 Login Succeeded 19:00:18 nexus3.edgexfoundry.org:10004 19:00:18 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 19:00:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 19:00:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:00:19 Configure a credential helper to remove this warning. See 19:00:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:00:19 19:00:19 Login Succeeded 19:00:19 docker.io 19:00:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 19:00:19 $ docker stop --time=1 80ebcb2332564aca81232c5464d3fa619e70880a81f5467ee4136dc13c0eed1d 19:00:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 19:00:19 Configure a credential helper to remove this warning. See 19:00:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 19:00:19 19:00:19 Login Succeeded 19:00:19 ---> docker-login.sh ends 19:00:21 $ docker rm -f 80ebcb2332564aca81232c5464d3fa619e70880a81f5467ee4136dc13c0eed1d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 19:00:22 Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] echo 19:00:24 ========================================================= 19:00:24 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 19:00:24 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 19:00:25 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 19:00:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:00:25 19:00:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 19:00:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:00:25 latest: Pulling from edgex-devops/edgex-compose 19:00:25 cbdbe7a5bc2a: Pulling fs layer 19:00:25 ca9280d653b3: Pulling fs layer 19:00:25 7e9c9ca2126c: Pulling fs layer 19:00:26 cbdbe7a5bc2a: Verifying Checksum 19:00:26 cbdbe7a5bc2a: Download complete 19:00:26 ca9280d653b3: Verifying Checksum 19:00:26 ca9280d653b3: Download complete 19:00:26 cbdbe7a5bc2a: Pull complete 19:00:27 7e9c9ca2126c: Verifying Checksum 19:00:27 7e9c9ca2126c: Download complete 19:00:28 Sending build context to Docker daemon 165.4MB 19:00:28 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 19:00:28 Step 2/6 : FROM ${BASE} 19:00:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 19:00:28 5f621e34cdf4: Pulling fs layer 19:00:28 a4357932f1b6: Pulling fs layer 19:00:28 18c013af1878: Pulling fs layer 19:00:28 00ac8860ef70: Pulling fs layer 19:00:28 63d7cb157983: Pulling fs layer 19:00:28 b116817d02f9: Pulling fs layer 19:00:28 745a02a5169b: Pulling fs layer 19:00:28 00ac8860ef70: Waiting 19:00:28 63d7cb157983: Waiting 19:00:28 745a02a5169b: Waiting 19:00:28 b116817d02f9: Waiting 19:00:28 18c013af1878: Download complete 19:00:28 a4357932f1b6: Verifying Checksum 19:00:28 a4357932f1b6: Download complete 19:00:28 63d7cb157983: Download complete 19:00:28 b116817d02f9: Verifying Checksum 19:00:28 b116817d02f9: Download complete 19:00:28 5f621e34cdf4: Verifying Checksum 19:00:28 5f621e34cdf4: Download complete 19:00:28 ca9280d653b3: Pull complete 19:00:28 5f621e34cdf4: Pull complete 19:00:29 a4357932f1b6: Pull complete 19:00:29 18c013af1878: Pull complete 19:00:30 745a02a5169b: Verifying Checksum 19:00:30 745a02a5169b: Download complete 19:00:31 00ac8860ef70: Verifying Checksum 19:00:31 00ac8860ef70: Download complete 19:00:34 7e9c9ca2126c: Pull complete 19:00:34 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 19:00:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:00:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 19:00:35 prd-centos7-docker-4c-2g-18551 does not seem to be running inside a container 19:00:35 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:00:38 $ docker top 570c624d61b04a47c82ce3488d4f4ca775dc88ccdf0a4e76b442a312b0d9a5e1 -eo pid,comm [Pipeline] { [Pipeline] sh 19:00:39 + docker-compose build --help 19:00:39 + grep parallel 19:00:40 --parallel Build images in parallel. [Pipeline] } 19:00:40 $ docker stop --time=1 570c624d61b04a47c82ce3488d4f4ca775dc88ccdf0a4e76b442a312b0d9a5e1 19:00:41 $ docker rm -f 570c624d61b04a47c82ce3488d4f4ca775dc88ccdf0a4e76b442a312b0d9a5e1 19:00:41 00ac8860ef70: Pull complete 19:00:41 63d7cb157983: Pull complete 19:00:41 b116817d02f9: Pull complete [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:00:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 19:00:42 . [Pipeline] withDockerContainer 19:00:42 prd-centos7-docker-4c-2g-18551 does not seem to be running inside a container 19:00:42 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 19:00:43 $ docker top 8831bd02cd80019ec3f40e15e652351adc7066739d4c28f1af34a40dba771d81 -eo pid,comm [Pipeline] { [Pipeline] sh 19:00:43 + docker-compose -f ./docker-compose-build.yml build --parallel 19:00:44 745a02a5169b: Pull complete 19:00:44 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 19:00:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 19:00:44 ---> b7e6874047d6 19:00:44 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 19:00:44 Building docker-core-command-go ... 19:00:44 Building docker-core-data-go ... 19:00:44 Building docker-core-metadata-go ... 19:00:44 Building docker-security-bootstrap-redis-go ... 19:00:44 Building docker-security-proxy-setup-go ... 19:00:44 Building docker-security-secretstore-setup-go ... 19:00:44 Building docker-support-notifications-go ... 19:00:44 Building docker-support-scheduler-go ... 19:00:44 Building docker-sys-mgmt-agent-go ... 19:00:44 Building docker-support-notifications-go 19:00:44 Building docker-core-command-go 19:00:44 Building docker-sys-mgmt-agent-go 19:00:44 Building docker-security-proxy-setup-go 19:00:44 Building docker-core-metadata-go 19:00:47 ---> Running in 17d38a7da986 19:00:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:00:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:00:50 (1/12) Installing libmagic (5.38-r0) 19:00:50 (2/12) Installing file (5.38-r0) 19:00:50 (3/12) Installing libc-dev (0.7.2-r3) 19:00:50 (4/12) Installing g++ (9.3.0-r2) 19:00:59 (5/12) Installing fortify-headers (1.1-r0) 19:00:59 (6/12) Installing patch (2.7.6-r6) 19:00:59 (7/12) Installing build-base (0.5-r2) 19:00:59 (8/12) Installing libsodium (1.0.18-r0) 19:00:59 (9/12) Installing pkgconf (1.7.2-r0) 19:00:59 (10/12) Installing libsodium-dev (1.0.18-r0) 19:00:59 (11/12) Installing libzmq (4.3.3-r0) 19:00:59 (12/12) Installing zeromq-dev (4.3.3-r0) 19:00:59 Executing busybox-1.31.1-r19.trigger 19:00:59 OK: 217 MiB in 51 packages 19:01:03 Removing intermediate container 17d38a7da986 19:01:03 ---> 3e8f21e55892 19:01:03 Step 4/6 : WORKDIR /edgex-go 19:01:03 ---> Running in 0bc9252f7a40 19:01:03 Removing intermediate container 0bc9252f7a40 19:01:03 ---> 802e17b40155 19:01:03 Step 5/6 : COPY go.mod . 19:01:03 ---> e308bed3cb15 19:01:03 Step 6/6 : RUN go mod download 19:01:04 ---> Running in 57315abafae8 19:01:17 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:01:17 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:01:17 ---> 2f6534d739f7 19:01:17 Step 3/26 : WORKDIR /edgex-go 19:01:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:01:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:01:17 ---> 2f6534d739f7 19:01:17 Step 3/22 : WORKDIR /edgex-go 19:01:17 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:01:17 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:01:17 ---> 2f6534d739f7 19:01:17 Step 3/24 : WORKDIR /edgex-go 19:01:17 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:01:17 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:01:17 ---> 2f6534d739f7 19:01:17 Step 3/22 : WORKDIR /edgex-go 19:01:17 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:01:17 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:01:17 ---> 2f6534d739f7 19:01:17 Step 3/21 : WORKDIR /edgex-go 19:01:17 ---> Running in 26d4a55a9f61 19:01:17 ---> Running in 370922c1e691 19:01:17 ---> Running in 624a077c545b 19:01:17 ---> Running in 8ea111c56893 19:01:17 ---> Running in 3e5fe44b573e 19:01:18 Removing intermediate container 3e5fe44b573e 19:01:18 ---> bb98b18bf85e 19:01:18 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:18 Removing intermediate container 370922c1e691 19:01:18 ---> 0b6f5a99b03e 19:01:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:18 Removing intermediate container 624a077c545b 19:01:18 ---> 3ed17738f6e0 19:01:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:18 Removing intermediate container 26d4a55a9f61 19:01:18 ---> 5473d53d2154 19:01:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:18 Removing intermediate container 8ea111c56893 19:01:18 ---> b5b3ea47189c 19:01:18 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:01:18 ---> Running in 12367fcbc3aa 19:01:18 ---> Running in 66aeb2b3fd65 19:01:18 ---> Running in d58f4160150b 19:01:18 ---> Running in 3f002d24e655 19:01:18 ---> Running in 970a3abc6830 19:01:20 Removing intermediate container d58f4160150b 19:01:20 ---> d519c437975e 19:01:20 Step 5/22 : RUN apk add --update --no-cache make git 19:01:20 ---> Running in 19879ae20cad 19:01:20 Removing intermediate container 66aeb2b3fd65 19:01:20 ---> 453c66f82d43 19:01:20 Step 5/22 : RUN apk add --update --no-cache make git 19:01:20 ---> Running in c39be82f739e 19:01:20 Removing intermediate container 12367fcbc3aa 19:01:20 ---> 2fedd775aa93 19:01:20 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 19:01:21 Removing intermediate container 3f002d24e655 19:01:21 ---> 2de5c833d9fd 19:01:21 Step 5/26 : RUN apk add --update --no-cache make bash git 19:01:21 Removing intermediate container 970a3abc6830 19:01:21 ---> 822c86a24c11 19:01:21 Step 5/21 : RUN apk add --update --no-cache make git 19:01:21 ---> Running in d5fed9fdbea7 19:01:21 ---> Running in d3d187615c91 19:01:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:21 ---> Running in cdee66ce1fab 19:01:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:22 OK: 233 MiB in 51 packages 19:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:01:23 Removing intermediate container 19879ae20cad 19:01:23 ---> c5cd9f5a28e1 19:01:23 Step 6/22 : COPY go.mod . 19:01:23 OK: 233 MiB in 51 packages 19:01:23 OK: 233 MiB in 51 packages 19:01:23 OK: 233 MiB in 51 packages 19:01:23 OK: 233 MiB in 51 packages 19:01:23 ---> 0e489eed2e88 19:01:23 Step 7/22 : RUN go mod download 19:01:23 ---> Running in 79d1ab2bcc53 19:01:24 Removing intermediate container cdee66ce1fab 19:01:24 ---> 5d979335959d 19:01:24 Step 6/21 : COPY go.mod . 19:01:24 Removing intermediate container d3d187615c91 19:01:24 ---> 35945a2ec213 19:01:24 Step 6/26 : COPY go.mod . 19:01:24 Removing intermediate container c39be82f739e 19:01:24 ---> 9603f13ee3e6 19:01:24 Step 6/22 : COPY go.mod . 19:01:24 Removing intermediate container d5fed9fdbea7 19:01:24 ---> dcde6a21783e 19:01:24 Step 6/24 : COPY go.mod . 19:01:24 ---> 89c918d4ca40 19:01:24 Step 7/21 : RUN go mod download 19:01:24 ---> 0d83d98b67e8 19:01:24 Step 7/26 : RUN go mod download 19:01:24 ---> Running in 5f5f1f289113 19:01:24 ---> ca7e6635f0de 19:01:24 Step 7/22 : RUN go mod download 19:01:25 ---> Running in 495d91f201b1 19:01:25 ---> 6035a76e2637 19:01:25 Step 7/24 : RUN go mod download 19:01:25 ---> Running in 47abb74a288c 19:01:25 ---> Running in acf2b853b414 19:01:26 Removing intermediate container 79d1ab2bcc53 19:01:26 ---> 40bf8ae128a2 19:01:26 Step 8/22 : COPY . . 19:01:28 Removing intermediate container 5f5f1f289113 19:01:28 ---> 2412e06b9cb2 19:01:28 Step 8/21 : COPY . . 19:01:28 Removing intermediate container 495d91f201b1 19:01:28 ---> 99f6fa39b2e5 19:01:28 Step 8/26 : COPY . . 19:01:31 Removing intermediate container 57315abafae8 19:01:31 ---> 3a90221ca96e 19:01:31 Successfully built 3a90221ca96e 19:01:31 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:01:31 + docker inspect -f . ci-base-image-arm64 19:01:31 . [Pipeline] withDockerContainer 19:01:31 prd-ubuntu18.04-docker-arm64-4c-16g-18552 does not seem to be running inside a container 19:01:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:01:33 $ docker top 82747b5bb286035d5c6b361b988a45b05ded05c07da4dd756708f96a7dde6698 -eo pid,comm [Pipeline] { 19:01:33 Removing intermediate container 47abb74a288c 19:01:33 ---> 81c7f07afa3e 19:01:33 Step 8/22 : COPY . . [Pipeline] sh 19:01:33 Removing intermediate container acf2b853b414 19:01:33 ---> 00f649ea1382 19:01:33 Step 8/24 : COPY . . 19:01:34 + go version 19:01:34 go version go1.15.5 linux/arm64 [Pipeline] } 19:01:34 $ docker stop --time=1 82747b5bb286035d5c6b361b988a45b05ded05c07da4dd756708f96a7dde6698 19:01:36 $ docker rm -f 82747b5bb286035d5c6b361b988a45b05ded05c07da4dd756708f96a7dde6698 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:01:37 + docker inspect -f . ci-base-image-arm64 19:01:37 . [Pipeline] withDockerContainer 19:01:37 prd-ubuntu18.04-docker-arm64-4c-16g-18552 does not seem to be running inside a container 19:01:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 19:01:39 $ docker top e54e9d03333b91f00a2821171d1ef0a247f336a3e74fcf4724a421241df522d2 -eo pid,comm [Pipeline] { [Pipeline] echo 19:01:39 ========================================================= 19:01:39 [edgeXBuildGoParallel] Running Tests and Build... 19:01:39 ========================================================= [Pipeline] sh 19:01:40 + make test 19:01:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 19:02:02 ? github.com/edgexfoundry/edgex-go [no test files] 19:02:12 ---> d37ecab8bdfa 19:02:12 Step 9/22 : RUN make cmd/core-metadata/core-metadata 19:02:12 ---> 4d4fd66ccdac 19:02:12 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:02:12 ---> f9240361ebe3 19:02:12 Step 9/22 : RUN make cmd/core-command/core-command 19:02:12 ---> 714563a4ea6d 19:02:12 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:02:12 ---> Running in 145fcb488d55 19:02:12 ---> Running in 48baa9f725b3 19:02:12 ---> Running in c3b2159b40ad 19:02:12 ---> Running in 3eab54717e62 19:02:12 ---> 197bbce9b6d0 19:02:12 Step 9/24 : RUN make cmd/support-notifications/support-notifications 19:02:12 ---> Running in 444c5e8732e5 19:02:12 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 19:02:12 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 19:02:12 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 19:02:12 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 19:02:12 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 19:02:39 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 19:02:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 19:02:46 Removing intermediate container 145fcb488d55 19:02:46 ---> a54aaba1353b 19:02:46 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:02:46 Removing intermediate container c3b2159b40ad 19:02:46 ---> b7f0beba04de 19:02:46 19:02:46 Step 10/22 : FROM scratch 19:02:46 ---> 19:02:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:02:46 Removing intermediate container 444c5e8732e5 19:02:46 ---> c35278bf7b54 19:02:46 19:02:46 Step 10/24 : FROM scratch 19:02:46 ---> 19:02:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:02:46 Removing intermediate container 3eab54717e62 19:02:46 ---> 2717c15fa66a 19:02:46 19:02:46 Step 10/21 : FROM alpine:3.12 19:02:46 ---> Running in 6e6384c10204 19:02:46 3.12: Pulling from library/alpine 19:02:46 ---> Running in 91b094ee8bc8 19:02:46 ---> Running in 0495bd8a0fa1 19:02:46 Removing intermediate container 91b094ee8bc8 19:02:46 ---> bd662418f0ee 19:02:46 Step 12/24 : ENV APP_PORT=48060 19:02:46 Removing intermediate container 0495bd8a0fa1 19:02:46 ---> 2fabd1a5c357 19:02:46 Step 12/22 : ENV APP_PORT=48082 19:02:46 ---> Running in 3ba5268772fb 19:02:46 ---> Running in 5af4b3b2bad7 19:02:46 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 19:02:46 Status: Downloaded newer image for alpine:3.12 19:02:46 ---> 389fef711851 19:02:46 Step 11/21 : RUN apk add --update --no-cache curl 19:02:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 19:02:47 ---> Running in 724179b93f1a 19:02:47 Removing intermediate container 3ba5268772fb 19:02:47 ---> ab20d9aa098e 19:02:47 Step 13/24 : EXPOSE $APP_PORT 19:02:47 Removing intermediate container 5af4b3b2bad7 19:02:47 ---> 52a600040f1a 19:02:47 Step 13/22 : EXPOSE $APP_PORT 19:02:47 ---> Running in 9caf671d6009 19:02:47 ---> Running in 27dcbfd59e76 19:02:47 Removing intermediate container 9caf671d6009 19:02:47 ---> 5fc217ef22a1 19:02:47 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:02:47 Removing intermediate container 27dcbfd59e76 19:02:47 ---> 240f803dd34a 19:02:47 Step 14/22 : WORKDIR / 19:02:48 ---> Running in fc524d78c9e9 19:02:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:02:48 ---> 698a45338d32 19:02:48 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:02:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:02:48 Removing intermediate container fc524d78c9e9 19:02:48 ---> 8f07e4abd23e 19:02:48 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 19:02:48 (1/4) Installing ca-certificates (20191127-r4) 19:02:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:02:48 (3/4) Installing libcurl (7.69.1-r3) 19:02:48 (4/4) Installing curl (7.69.1-r3) 19:02:48 Executing busybox-1.31.1-r19.trigger 19:02:48 Executing ca-certificates-20191127-r4.trigger 19:02:48 OK: 7 MiB in 18 packages 19:02:49 Removing intermediate container 6e6384c10204 19:02:49 ---> b1a151948035 19:02:49 19:02:49 Step 11/26 : FROM docker:20.10.0 19:02:49 20.10.0: Pulling from library/docker 19:02:50 ---> 73c064d1888f 19:02:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:02:51 ---> 783296765978 19:02:51 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:02:51 ---> 006c7032c69a 19:02:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:02:51 Removing intermediate container 48baa9f725b3 19:02:51 ---> 5cfbddc67c46 19:02:51 19:02:51 Step 10/22 : FROM scratch 19:02:51 ---> 19:02:51 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:02:51 ---> Using cache 19:02:51 ---> 2fabd1a5c357 19:02:51 Step 12/22 : ENV APP_PORT=48081 19:02:52 ---> Running in 919fd7b340cb 19:02:52 ---> 8915e8c0107d 19:02:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 19:02:52 ---> 64508fb1b7a8 19:02:52 Step 18/22 : ENTRYPOINT ["/core-command"] 19:02:52 Removing intermediate container 724179b93f1a 19:02:52 ---> 50e6d23597e3 19:02:52 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:02:52 Removing intermediate container 919fd7b340cb 19:02:52 ---> 92e229bd3c01 19:02:52 Step 13/22 : EXPOSE $APP_PORT 19:02:52 ---> Running in f595fe6c8d99 19:02:52 ---> Running in 228199ec7e1b 19:02:53 ---> Running in 67b1d9c8d5ed 19:02:53 ---> 5b13f3eb6800 19:02:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:02:53 Removing intermediate container 228199ec7e1b 19:02:53 ---> 1750670ade9b 19:02:53 Step 13/21 : WORKDIR /edgex 19:02:53 Removing intermediate container f595fe6c8d99 19:02:53 ---> fcd862e5a88c 19:02:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:53 Removing intermediate container 67b1d9c8d5ed 19:02:53 ---> 6f1b42a19482 19:02:53 Step 14/22 : WORKDIR / 19:02:53 ---> Running in 3f8fd5c3923f 19:02:53 ---> Running in f104060b8245 19:02:54 ---> 10a4fb06cf14 19:02:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:02:54 ---> Running in d53c22dfde08 19:02:54 Removing intermediate container 3f8fd5c3923f 19:02:54 ---> f901385d8976 19:02:54 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:02:54 Removing intermediate container f104060b8245 19:02:54 ---> dd1e7d560185 19:02:54 Step 20/22 : LABEL arch=x86_64 19:02:54 Removing intermediate container d53c22dfde08 19:02:54 ---> 2cf8da099f37 19:02:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 19:02:54 ---> 8241d6178a07 19:02:54 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:02:54 ---> Running in 122f49dff89e 19:02:54 ---> caab6c8626a5 19:02:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:02:54 ---> Running in 97eb82d84022 19:02:54 ---> 57766d863ddc 19:02:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:02:54 Removing intermediate container 122f49dff89e 19:02:54 ---> 5bc14902a928 19:02:54 Step 21/22 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:02:54 Removing intermediate container 97eb82d84022 19:02:54 ---> 461da6930f63 19:02:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:55 ---> Running in b9fccf4fc639 19:02:55 ---> Running in 2efc065f98e1 19:02:55 ---> 13e95f8a90af 19:02:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:02:55 Removing intermediate container b9fccf4fc639 19:02:55 ---> a305196d8860 19:02:55 Step 22/22 : LABEL version=0.0.0 19:02:55 Removing intermediate container 2efc065f98e1 19:02:55 ---> 61658c34ea1c 19:02:55 Step 22/24 : LABEL arch=x86_64 19:02:56 ---> Running in b609462662f6 19:02:56 ---> Running in 6e8ef374499b 19:02:56 ---> 3a4ac1eac501 19:02:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:02:56 ---> 50ef4a05852e 19:02:56 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:02:56 ---> Running in 478ee938c938 19:02:56 Removing intermediate container b609462662f6 19:02:56 ---> 1bd9fc410d46 19:02:56 19:02:57 Removing intermediate container 6e8ef374499b 19:02:57 ---> f50e260ca425 19:02:57 Step 23/24 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:02:57 ---> 5c8bdaf03836 19:02:57 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:02:57 Successfully built 1bd9fc410d46 19:02:57 Removing intermediate container 478ee938c938 19:02:57 ---> 2cfbf6e69a6c 19:02:57 Step 18/21 : CMD ["--init=true"] 19:02:57 ---> Running in 60740c620223 19:02:57 Successfully tagged docker-core-command-go:latest 19:02:57 Building docker-security-bootstrap-redis-go 19:02:57  Building docker-core-command-go ... done  ---> Running in b91f1f1a85da 19:02:57 ---> Running in fe54530ac135 19:02:57 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:02:57 Status: Downloaded newer image for docker:20.10.0 19:02:57 ---> aefe523efa57 19:02:57 Step 12/26 : RUN apk add --no-cache bash 19:02:57 Removing intermediate container 60740c620223 19:02:57 ---> 2639275567aa 19:02:57 Step 24/24 : LABEL version=0.0.0 19:02:58 Removing intermediate container b91f1f1a85da 19:02:58 ---> f0d8b8174661 19:02:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:02:59 ---> Running in af5cec4e2727 19:02:59 Removing intermediate container fe54530ac135 19:02:59 ---> 6a9ccb26cd1b 19:02:59 Step 19/21 : LABEL arch=x86_64 19:02:59 ---> Running in 100a1c0261a0 19:02:59 ---> Running in adc79b28240d 19:02:59 ---> Running in 8bcc187558ad 19:03:00 Removing intermediate container 100a1c0261a0 19:03:00 ---> 30c9cee2b685 19:03:00 19:03:00 Successfully built 30c9cee2b685 19:03:00 Removing intermediate container adc79b28240d 19:03:00 ---> b0f8f6f814c0 19:03:00 Step 20/22 : LABEL arch=x86_64 19:03:00 Successfully tagged docker-support-notifications-go:latest 19:03:00 Building docker-security-secretstore-setup-go 19:03:02  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:02 Removing intermediate container 8bcc187558ad 19:03:02 ---> 20087be8ef68 19:03:02 Step 20/21 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:03:02 (1/2) Installing readline (8.0.4-r0) 19:03:02 (2/2) Installing bash (5.0.17-r0) 19:03:02 Executing bash-5.0.17-r0.post-install 19:03:02 Executing busybox-1.31.1-r19.trigger 19:03:03 OK: 12 MiB in 22 packages 19:03:03 ---> Running in 043e7fe0963e 19:03:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 19:03:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 19:03:03 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 19:03:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 19:03:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 19:03:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 19:03:03 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 19:03:03 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 19:03:03 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 19:03:05 ---> Running in d37ebb025693 19:03:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 19:03:06 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 19:03:06 ? github.com/edgexfoundry/edgex-go/internal [no test files] 19:03:07 Removing intermediate container 043e7fe0963e 19:03:07 ---> fda56410464a 19:03:07 Step 21/22 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:03:07 Removing intermediate container d37ebb025693 19:03:07 ---> 00e8154a11ed 19:03:07 Step 21/21 : LABEL version=0.0.0 19:03:07 ---> Running in 33ef075b5ed3 19:03:08 ---> Running in ad55f9fbd528 19:03:08 Removing intermediate container af5cec4e2727 19:03:08 ---> ad5932aa1178 19:03:08 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:03:08 Removing intermediate container 33ef075b5ed3 19:03:08 ---> e8f9f2ddb5d1 19:03:08 Step 22/22 : LABEL version=0.0.0 19:03:08 ---> Running in ca383ead6446 19:03:09 Removing intermediate container ad55f9fbd528 19:03:09 ---> 0362181e55f0 19:03:09 19:03:09 ---> Running in 7ddc47938dc2 19:03:10 Successfully built 0362181e55f0 19:03:10 Successfully tagged docker-security-proxy-setup-go:latest 19:03:10 Building docker-support-scheduler-go 19:03:10  Building docker-security-proxy-setup-go ... done Removing intermediate container ca383ead6446 19:03:10 ---> 3d2d196660fa 19:03:10 Step 14/26 : ENV APP_PORT=48090 19:03:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.314s coverage: 46.6% of statements 19:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 19:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 19:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 19:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 19:03:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 19:03:14 ---> Running in a6aefdb21e59 19:03:15 Removing intermediate container 7ddc47938dc2 19:03:15 ---> a4cc1f7caab8 19:03:15 19:03:16 Successfully built a4cc1f7caab8 19:03:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:03:17 Successfully tagged docker-core-metadata-go:latest 19:03:17  Building docker-core-metadata-go ... done  ---> 2f6534d739f7 19:03:17 Step 3/22 : WORKDIR /edgex-go 19:03:17 Building docker-core-data-go 19:03:17 ---> Using cache 19:03:17 ---> b5b3ea47189c 19:03:17 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:17 ---> Using cache 19:03:17 ---> 822c86a24c11 19:03:17 Step 5/22 : RUN apk add --update --no-cache make git 19:03:17 ---> Using cache 19:03:17 ---> 5d979335959d 19:03:17 Step 6/22 : COPY go.mod . 19:03:17 ---> Using cache 19:03:17 ---> 89c918d4ca40 19:03:17 Step 7/22 : RUN go mod download 19:03:17 ---> Using cache 19:03:17 ---> 2412e06b9cb2 19:03:17 Step 8/22 : COPY . .Removing intermediate container a6aefdb21e59 19:03:17 ---> 553bc3aebded 19:03:17 Step 15/26 : EXPOSE $APP_PORT 19:03:17 19:03:17 ---> Using cache 19:03:17 ---> 714563a4ea6d 19:03:17 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 19:03:18 ---> Running in b53d813695ce 19:03:18 ---> Running in 3884597a225b 19:03:19 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:19 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:03:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.497s coverage: 27.0% of statements 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 19:03:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.063s coverage: 100.0% of statements 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 19:03:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 19:03:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.348s coverage: 77.1% of statements 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 19:03:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.381s coverage: 82.4% of statements 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 19:03:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 19:03:20 ---> 2f6534d739f7 19:03:20 Step 3/24 : WORKDIR /edgex-go 19:03:20 ---> Using cache 19:03:20 ---> b5b3ea47189c 19:03:20 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:20 ---> Using cache 19:03:20 ---> 822c86a24c11 19:03:20 Step 5/24 : RUN apk add --update --no-cache make git 19:03:20 ---> Using cache 19:03:20 ---> 5d979335959d 19:03:20 Step 6/24 : COPY go.mod . 19:03:20 ---> Using cache 19:03:20 ---> 89c918d4ca40 19:03:20 Step 7/24 : RUN go mod download 19:03:20 ---> Using cache 19:03:20 ---> 2412e06b9cb2 19:03:20 Step 8/24 : COPY . . 19:03:20 ---> Using cache 19:03:20 ---> 714563a4ea6d 19:03:20 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:03:20 Removing intermediate container b53d813695ce 19:03:20 ---> 5ea24af2f036 19:03:20 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:03:20 ---> Running in 683412aa262a 19:03:22 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 19:03:23 ---> f1d9e94337cd 19:03:23 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:03:23 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 19:03:24 ---> 413b0fe026e9 19:03:24 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:03:25 ---> 53187a778dca 19:03:25 Step 19/26 : RUN apk --no-cache add py3-pip 19:03:26 ---> Running in 5c8a606aea1e 19:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.244s coverage: 28.6% of statements 19:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 19:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 19:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 19:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 19:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 19:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements 19:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 19:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.097s coverage: 100.0% of statements 19:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 19:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements 19:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 19:03:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:28 (1/33) Installing libbz2 (1.0.8-r1) 19:03:28 (2/33) Installing expat (2.2.9-r1) 19:03:28 (3/33) Installing libffi (3.3-r2) 19:03:28 (4/33) Installing gdbm (1.13-r1) 19:03:28 (5/33) Installing xz-libs (5.2.5-r0) 19:03:28 (6/33) Installing sqlite-libs (3.32.1-r0) 19:03:28 (7/33) Installing python3 (3.8.5-r0) 19:03:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.411s coverage: 97.5% of statements 19:03:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 19:03:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.127s coverage: 78.3% of statements 19:03:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 19:03:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 19:03:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 19:03:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 19:03:30 (8/33) Installing py3-appdirs (1.4.4-r1) 19:03:30 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:03:30 (10/33) Installing py3-parsing (2.4.7-r0) 19:03:30 (11/33) Installing py3-six (1.15.0-r0) 19:03:30 (12/33) Installing py3-packaging (20.4-r0) 19:03:30 (13/33) Installing py3-setuptools (47.0.0-r0) 19:03:30 (14/33) Installing py3-chardet (3.0.4-r4) 19:03:32 (15/33) Installing py3-idna (2.9-r0) 19:03:34 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:03:34 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:03:34 (18/33) Installing py3-requests (2.23.0-r0) 19:03:34 (19/33) Installing py3-msgpack (1.0.0-r0) 19:03:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:03:34 ---> 2f6534d739f7 19:03:34 Step 3/21 : WORKDIR /edgex-go 19:03:34 ---> Using cache 19:03:34 ---> b5b3ea47189c 19:03:34 (20/33) Installing py3-lockfile (0.12.2-r3) 19:03:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:34 ---> Using cache 19:03:34 ---> 822c86a24c11 19:03:34 Step 5/21 : RUN apk add --update --no-cache make git 19:03:34 ---> Using cache 19:03:34 ---> 5d979335959d 19:03:34 Step 6/21 : COPY go.mod . 19:03:34 ---> Using cache 19:03:34 ---> 89c918d4ca40 19:03:34 Step 7/21 : RUN go mod download 19:03:34 ---> Using cache 19:03:34 ---> 2412e06b9cb2 19:03:34 Step 8/21 : COPY . . 19:03:34 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:03:34 (22/33) Installing py3-colorama (0.4.3-r0) 19:03:34 ---> Using cache 19:03:34 ---> 714563a4ea6d 19:03:34 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 19:03:34 (23/33) Installing py3-distlib (0.3.0-r0) 19:03:35 (24/33) Installing py3-distro (1.5.0-r1) 19:03:35 (25/33) Installing py3-webencodings (0.5.1-r3) 19:03:35 ---> Running in d8c053b04fa6 19:03:35 (26/33) Installing py3-html5lib (1.0.1-r4) 19:03:35 (27/33) Installing py3-pytoml (0.1.21-r0) 19:03:35 (28/33) Installing py3-pep517 (0.8.2-r0) 19:03:35 (29/33) Installing py3-progress (1.5-r0) 19:03:35 (30/33) Installing py3-toml (0.10.1-r0) 19:03:35 (31/33) Installing py3-retrying (1.3.3-r0) 19:03:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:03:36 (33/33) Installing py3-pip (20.1.1-r0) 19:03:36 Executing busybox-1.31.1-r19.trigger 19:03:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.062s coverage: 93.8% of statements 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 19:03:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 19:03:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.193s coverage: 0.1% of statements 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 19:03:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.086s coverage: 100.0% of statements 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 19:03:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.118s coverage: 75.5% of statements 19:03:36 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 19:03:36 OK: 71 MiB in 55 packages 19:03:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.102s coverage: 80.8% of statements 19:03:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.131s coverage: 87.2% of statements 19:03:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.182s coverage: 84.2% of statements 19:03:38 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 19:03:39 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.230s coverage: 91.4% of statements 19:03:39 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 19:03:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:03:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:03:40 ---> 2f6534d739f7 19:03:40 Step 3/23 : WORKDIR /edgex-go 19:03:40 ---> Using cache 19:03:40 ---> b5b3ea47189c 19:03:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:03:40 ---> Using cache 19:03:40 ---> 822c86a24c11 19:03:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:03:40 ---> Running in e8f89892737a 19:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.615s coverage: 63.5% of statements 19:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 19:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 19:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.053s coverage: 100.0% of statements 19:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.093s coverage: 91.3% of statements 19:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 19:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 19:03:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:43 OK: 233 MiB in 51 packages 19:03:44 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements 19:03:46 Removing intermediate container e8f89892737a 19:03:46 ---> 383a5bbbf4eb 19:03:46 Step 6/23 : COPY go.mod . 19:03:48 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 19:03:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.849s coverage: 55.9% of statements 19:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 19:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 19:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 19:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 19:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 19:03:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.349s coverage: 37.0% of statements 19:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 19:03:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 19:03:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.695s coverage: 84.0% of statements 19:03:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements 19:03:49 ---> 5a3d775814d1 19:03:49 Step 7/23 : RUN go mod download 19:03:50 ---> Running in 679318b8a728 19:03:52 Removing intermediate container 5c8a606aea1e 19:03:52 ---> bc255ec41386 19:03:52 Step 20/26 : RUN pip install docker-compose==1.23.2 19:03:52 ---> Running in 12ccc454dedf 19:03:52 Removing intermediate container 3884597a225b 19:03:52 ---> e4f9de33d05d 19:03:52 19:03:52 Step 10/22 : FROM alpine:3.12 19:03:52 ---> 389fef711851 19:03:52 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:03:52 ---> Running in 707d02199b3a 19:03:53 Removing intermediate container 679318b8a728 19:03:53 ---> 739143a3516c 19:03:53 Step 8/23 : COPY . . 19:03:53 Collecting docker-compose==1.23.2 19:03:53 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:03:53 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:03:53 Collecting cached-property<2,>=1.2.0 19:03:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:03:54 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:03:54 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:03:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:03:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:03:54 (1/5) Installing ca-certificates (20191127-r4) 19:03:54 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:03:54 (3/5) Installing libcurl (7.69.1-r3) 19:03:54 (4/5) Installing curl (7.69.1-r3) 19:03:54 (5/5) Installing dumb-init (1.2.2-r1) 19:03:54 Executing busybox-1.31.1-r19.trigger 19:03:56 Collecting dockerpty<0.5,>=0.4.1 19:03:56 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:03:56 Executing ca-certificates-20191127-r4.trigger 19:03:56 OK: 7 MiB in 19 packages 19:03:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.338s coverage: 47.1% of statements 19:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 19:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 19:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 19:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 19:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 19:03:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.196s coverage: 100.0% of statements 19:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 19:03:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.125s coverage: 100.0% of statements 19:03:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 19:03:59 Removing intermediate container 683412aa262a 19:03:59 ---> 7f4affa32824 19:03:59 19:03:59 Step 10/24 : FROM alpine:3.12 19:03:59 ---> 389fef711851 19:03:59 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:03:59 Collecting docopt<0.7,>=0.6.1 19:03:59 Downloading docopt-0.6.2.tar.gz (25 kB) 19:04:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.040s coverage: 29.1% of statements 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 19:04:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.197s coverage: 99.0% of statements 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 19:04:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 19:04:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.058s coverage: 0.0% of statements 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 19:04:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.056s coverage: 100.0% of statements 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 19:04:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 19:04:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 19:04:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements 19:04:01 Collecting websocket-client<1.0,>=0.32.0 19:04:01 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:04:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 19:04:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 19:04:02 GO111MODULE=on go vet ./... 19:04:03 ---> Running in 7e07411f666e 19:04:03 Collecting jsonschema<3,>=2.5.1 19:04:03 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:04:03 Removing intermediate container 707d02199b3a 19:04:03 ---> 2057af1aaf39 19:04:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 19:04:03 Collecting texttable<0.10,>=0.9.0 19:04:04 Downloading texttable-0.9.1.tar.gz (11 kB) 19:04:06 ---> Running in 02bfba6c49eb 19:04:06 Collecting docker<4.0,>=3.6.0 19:04:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:04:06 Collecting PyYAML<4,>=3.10 19:04:06 Downloading PyYAML-3.13.tar.gz (270 kB) 19:04:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:04:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:04:07 (1/5) Installing ca-certificates (20191127-r4) 19:04:07 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:04:07 (3/5) Installing libcurl (7.69.1-r3) 19:04:07 (4/5) Installing curl (7.69.1-r3) 19:04:07 (5/5) Installing dumb-init (1.2.2-r1) 19:04:07 Executing busybox-1.31.1-r19.trigger 19:04:07 Executing ca-certificates-20191127-r4.trigger 19:04:07 OK: 7 MiB in 19 packages 19:04:08 Removing intermediate container 02bfba6c49eb 19:04:08 ---> d6b4ae84bbcd 19:04:08 Step 13/22 : WORKDIR / 19:04:09 Collecting urllib3<1.25,>=1.21.1 19:04:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:04:10 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) 19:04:10 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) 19:04:10 Collecting idna<2.8,>=2.5 19:04:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:04:11 ---> Running in 99fc7bf1d6be 19:04:11 Collecting docker-pycreds>=0.4.0 19:04:11 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:04:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:04:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:04:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:04:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:04:12 Removing intermediate container d8c053b04fa6 19:04:12 ---> ec13682a88a1 19:04:12 19:04:12 Step 10/21 : FROM scratch 19:04:12 ---> 19:04:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:04:12 Installing collected packages: cached-property, urllib3, idna, requests, dockerpty, docopt, websocket-client, jsonschema, texttable, docker-pycreds, docker, PyYAML, docker-compose 19:04:12 ---> Using cache 19:04:12 ---> 2fabd1a5c357 19:04:12 Step 12/21 : ENV APP_PORT=48085 19:04:13 Attempting uninstall: urllib3 19:04:13 Found existing installation: urllib3 1.25.9 19:04:13 Uninstalling urllib3-1.25.9: 19:04:13 Successfully uninstalled urllib3-1.25.9 19:04:14 ---> Running in 1a61a3b3f6cc 19:04:15 Removing intermediate container 7e07411f666e 19:04:15 ---> f5f79c562b03 19:04:15 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:04:15 Attempting uninstall: idna 19:04:15 Found existing installation: idna 2.9 19:04:15 Uninstalling idna-2.9: 19:04:15 Removing intermediate container 99fc7bf1d6be 19:04:15 ---> ed3f088ad816 19:04:15 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 19:04:15 Successfully uninstalled idna-2.9 19:04:15 ---> c6b2ef057f94 19:04:15 Step 9/23 : RUN make cmd/core-data/core-data 19:04:15 Removing intermediate container 1a61a3b3f6cc 19:04:15 ---> e71e4a907b95 19:04:15 Step 13/21 : EXPOSE $APP_PORT 19:04:15 ---> Running in dbe3423e0742 19:04:15 Attempting uninstall: requests 19:04:15 Found existing installation: requests 2.23.0 19:04:15 Uninstalling requests-2.23.0: 19:04:15 ---> Running in ff6b997c4620 19:04:15 Successfully uninstalled requests-2.23.0 19:04:15 ---> Running in 4e187af1e2f6 19:04:15 Running setup.py install for dockerpty: started 19:04:16 ---> a58da4e93d01 19:04:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 19:04:16 Removing intermediate container dbe3423e0742 19:04:16 ---> 5b26d13e280d 19:04:16 Step 13/24 : WORKDIR / 19:04:16 ---> Running in 75e33a783c0b 19:04:16 Removing intermediate container 4e187af1e2f6 19:04:16 ---> aa2cf8a7bd7c 19:04:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 19:04:16 Removing intermediate container 75e33a783c0b 19:04:16 ---> 83b769cb2bdc 19:04:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:04:16 Running setup.py install for dockerpty: finished with status 'done' 19:04:16 Running setup.py install for docopt: started 19:04:16 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 19:04:16 ---> 27f8abe965b4 19:04:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:04:16 ---> 2fc5019ed1ad 19:04:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 19:04:16 ---> d84fca20c5a3 19:04:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:04:17 Running setup.py install for docopt: finished with status 'done' 19:04:17 ---> ed3cee725f69 19:04:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 19:04:17 ---> baaacd49c8bb 19:04:17 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:04:17 ---> 3cfffb6005e9 19:04:17 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:04:17 Running setup.py install for texttable: started 19:04:17 ---> 15e60082d23e 19:04:17 Step 18/22 : RUN chmod +x entrypoint.sh 19:04:17 ---> Running in a0bfa2d2a495 19:04:18 Running setup.py install for texttable: finished with status 'done' 19:04:18 ---> 5c6a2717fb28 19:04:18 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 19:04:18 ---> 892e59338794 19:04:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:04:19 ---> Running in eb5172b61143 19:04:19 Running setup.py install for PyYAML: started 19:04:19 ---> f7d34155dbb0 19:04:19 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:04:20 Running setup.py install for PyYAML: finished with status 'done' 19:04:21 Removing intermediate container eb5172b61143 19:04:21 ---> a662b945f574 19:04:21 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:04:21 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 19:04:21 ---> 5b0b2e5c8107 19:04:21 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:04:21 ---> Running in fed17b7b2593 19:04:22 Removing intermediate container a0bfa2d2a495 19:04:22 ---> aa1710c6971f 19:04:22 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 19:04:22 ---> Running in 0678b561680e 19:04:22 Removing intermediate container fed17b7b2593 19:04:22 ---> d0dfdf12a01c 19:04:22 Step 19/21 : LABEL arch=x86_64 19:04:22 ---> ae072f8898d2 19:04:22 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:04:22 Removing intermediate container 0678b561680e 19:04:22 ---> 8364d6468768 19:04:22 Step 20/22 : LABEL arch=x86_64 19:04:22 ---> Running in 0168b2a20f9e 19:04:22 ---> Running in 22b12e7b900a 19:04:22 ---> Running in a5feff1dd12a 19:04:22 Removing intermediate container 0168b2a20f9e 19:04:22 ---> dac514631c9d 19:04:22 Step 20/21 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:04:23 ---> Running in fe71f0f087f6 19:04:23 Removing intermediate container a5feff1dd12a 19:04:23 ---> 05415ee599fb 19:04:23 Step 21/22 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:04:23 ---> Running in d80b05381cda 19:04:25 Removing intermediate container fe71f0f087f6 19:04:25 ---> c29f80cf886e 19:04:25 Step 21/21 : LABEL version=0.0.0 19:04:26 ---> Running in be59ec83e8a9 19:04:26 Removing intermediate container d80b05381cda 19:04:26 ---> ae0f28942428 19:04:26 Step 22/22 : LABEL version=0.0.0 19:04:26 ---> Running in 6582868c5956 19:04:26 Removing intermediate container 12ccc454dedf 19:04:26 ---> ba0e4ebd60a8 19:04:26 Step 21/26 : RUN apk --no-cache add curl 19:04:26 Removing intermediate container be59ec83e8a9 19:04:26 ---> ad35e9226f38 19:04:26 19:04:26 ---> Running in 31e9cb784542 19:04:27 Successfully built ad35e9226f38 19:04:27 Removing intermediate container 6582868c5956 19:04:27 ---> 233c839207cc 19:04:27 19:04:27 Successfully tagged docker-support-scheduler-go:latest 19:04:27  Building docker-support-scheduler-go ... done Removing intermediate container 22b12e7b900a 19:04:27 ---> 2144f0e75370 19:04:27 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:04:27 ---> Running in 673254d165fa 19:04:27 Successfully built 233c839207cc 19:04:27 Successfully tagged docker-security-bootstrap-redis-go:latest 19:04:28  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 673254d165fa 19:04:28 ---> 4cf4f6b47838 19:04:28 Step 22/24 : LABEL arch=x86_64 19:04:28 ---> Running in 632c2b00d9f9 19:04:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:04:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:04:28 Removing intermediate container 632c2b00d9f9 19:04:28 ---> 60a58358d590 19:04:28 Step 23/24 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:04:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:04:28 (2/3) Installing libcurl (7.69.1-r3) 19:04:28 (3/3) Installing curl (7.69.1-r3) 19:04:28 Executing busybox-1.31.1-r19.trigger 19:04:28 OK: 72 MiB in 58 packages 19:04:28 ---> Running in 2e45db27d32f 19:04:29 Removing intermediate container 2e45db27d32f 19:04:29 ---> 8649ce29ed89 19:04:29 Step 24/24 : LABEL version=0.0.0 19:04:29 ---> Running in 460f8b1e524b 19:04:29 Removing intermediate container 31e9cb784542 19:04:29 ---> 9c52941c9cc5 19:04:29 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:04:29 ---> Running in a9c2804390fb 19:04:29 Removing intermediate container 460f8b1e524b 19:04:29 ---> 9c57a34b690b 19:04:29 19:04:30 Successfully built 9c57a34b690b 19:04:30 Successfully tagged docker-security-secretstore-setup-go:latest 19:04:30  Building docker-security-secretstore-setup-go ... done Removing intermediate container a9c2804390fb 19:04:30 ---> 9987e47fa977 19:04:30 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:04:30 ---> Running in 48157f6c0bd7 19:04:30 Removing intermediate container 48157f6c0bd7 19:04:30 ---> 76b19e756095 19:04:30 Step 24/26 : LABEL arch=x86_64 19:04:31 ---> Running in f6c816b72a81 19:04:31 Removing intermediate container f6c816b72a81 19:04:31 ---> c322dc96b700 19:04:31 Step 25/26 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:04:31 ---> Running in 0415413ada02 19:04:33 Removing intermediate container 0415413ada02 19:04:33 ---> 8bd14e76f8b8 19:04:33 Step 26/26 : LABEL version=0.0.0 19:04:33 ---> Running in b124fec35d78 19:04:33 Removing intermediate container b124fec35d78 19:04:33 ---> ffe10937e98c 19:04:33 19:04:33 Successfully built ffe10937e98c 19:04:33 Successfully tagged docker-sys-mgmt-agent-go:latest 19:04:37  Building docker-sys-mgmt-agent-go ... done Removing intermediate container ff6b997c4620 19:04:37 ---> 1eac2a7ed5a8 19:04:37 19:04:37 Step 10/23 : FROM alpine:3.12 19:04:37 ---> 389fef711851 19:04:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:04:37 ---> Running in baf56da405cb 19:04:37 Removing intermediate container baf56da405cb 19:04:37 ---> 7b566a2300f1 19:04:37 Step 12/23 : ENV APP_PORT=48080 19:04:37 ---> Running in 1c9e328558be 19:04:37 Removing intermediate container 1c9e328558be 19:04:37 ---> 8b0b6dfa9f2b 19:04:37 Step 13/23 : EXPOSE $APP_PORT 19:04:37 ---> Running in 677e692bcb7a 19:04:38 Removing intermediate container 677e692bcb7a 19:04:38 ---> d8991564ca63 19:04:38 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:04:38 ---> Running in 5b79cebfe9e1 19:04:39 Removing intermediate container 5b79cebfe9e1 19:04:39 ---> 3cd469beb4a2 19:04:39 Step 15/23 : RUN apk add --update --no-cache zeromq 19:04:39 ---> Running in 026e6a28b0f7 19:04:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 19:04:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 19:04:41 (1/5) Installing libgcc (9.3.0-r2) 19:04:41 (2/5) Installing libsodium (1.0.18-r0) 19:04:41 (3/5) Installing libstdc++ (9.3.0-r2) 19:04:41 (4/5) Installing libzmq (4.3.3-r0) 19:04:41 (5/5) Installing zeromq (4.3.3-r0) 19:04:41 Executing busybox-1.31.1-r19.trigger 19:04:41 OK: 8 MiB in 19 packages 19:04:42 Removing intermediate container 026e6a28b0f7 19:04:42 ---> f0a402052520 19:04:42 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 19:04:42 ---> 17c7acc1a59e 19:04:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:04:43 ---> dc6a68bbac8a 19:04:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:04:43 ---> 7d6f52309098 19:04:43 Step 19/23 : ENTRYPOINT ["/core-data"] 19:04:43 ---> Running in 6938bfda433b 19:04:43 Removing intermediate container 6938bfda433b 19:04:43 ---> 3980079f5d4a 19:04:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:04:43 ---> Running in 254122e1e13d 19:04:43 Removing intermediate container 254122e1e13d 19:04:43 ---> 91d1387acd00 19:04:43 Step 21/23 : LABEL arch=x86_64 19:04:43 ---> Running in 103491fd59a3 19:04:44 Removing intermediate container 103491fd59a3 19:04:44 ---> 914abe659272 19:04:44 Step 22/23 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:04:44 ---> Running in c4ae177e2aaf 19:04:44 Removing intermediate container c4ae177e2aaf 19:04:44 ---> 34a0dc4f12d6 19:04:44 Step 23/23 : LABEL version=0.0.0 19:04:44 ---> Running in 1fad02c23d86 19:04:44 Removing intermediate container 1fad02c23d86 19:04:44 ---> cdba75349386 19:04:44 19:04:44 Successfully built cdba75349386 19:04:44 Successfully tagged docker-core-data-go:latest 19:04:45  Building docker-core-data-go ... done  [Pipeline] } 19:04:45 $ docker stop --time=1 8831bd02cd80019ec3f40e15e652351adc7066739d4c28f1af34a40dba771d81 19:04:46 $ docker rm -f 8831bd02cd80019ec3f40e15e652351adc7066739d4c28f1af34a40dba771d81 [Pipeline] // withDockerContainer [Pipeline] sh 19:04:47 + docker images 19:04:47 + grep docker 19:04:47 docker-core-data-go latest cdba75349386 3 seconds ago 22.2MB 19:04:47 docker-sys-mgmt-agent-go latest ffe10937e98c 14 seconds ago 313MB 19:04:47 docker-security-secretstore-setup-go latest 9c57a34b690b 18 seconds ago 24.6MB 19:04:47 docker-security-bootstrap-redis-go latest 233c839207cc 20 seconds ago 15.8MB 19:04:47 docker-support-scheduler-go latest ad35e9226f38 21 seconds ago 10.7MB 19:04:47 docker-core-metadata-go latest a4cc1f7caab8 About a minute ago 13MB 19:04:47 docker-security-proxy-setup-go latest 0362181e55f0 About a minute ago 24.5MB 19:04:47 docker-support-notifications-go latest 30c9cee2b685 About a minute ago 12MB 19:04:47 docker-core-command-go latest 1bd9fc410d46 About a minute ago 10.6MB 19:04:47 docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 19:05:03 Still waiting to schedule task 19:05:03 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 19:05:10 gofmt -l . 19:05:10 [ "`gofmt -l .`" = "" ] 19:05:10 ./bin/test-go-mod-tidy.sh 19:05:10 ./bin/test-attribution-txt.sh [Pipeline] sh 19:05:14 + ls -al . 19:05:14 total 668 19:05:14 drwxrwxr-x 9 1001 1001 4096 Jan 5 19:05 . 19:05:14 drwxr-xr-x 4 root root 4096 Jan 5 19:01 .. 19:05:14 -rw-rw-r-- 1 1001 1001 11 Jan 5 19:00 .dockerignore 19:05:14 drwxrwxr-x 8 1001 1001 4096 Jan 5 19:00 .git 19:05:14 drwxrwxr-x 3 1001 1001 4096 Jan 5 19:00 .github 19:05:14 -rw-rw-r-- 1 1001 1001 824 Jan 5 19:00 .gitignore 19:05:14 -rw-rw-r-- 1 1001 1001 166 Jan 5 19:00 .sonarcloud.properties 19:05:14 -rw-rw-r-- 1 1001 1001 3804 Jan 5 19:00 CONTRIBUTING.md 19:05:14 -rw-rw-r-- 1 1001 1001 931 Jan 5 19:00 Dockerfile.build 19:05:14 -rw-rw-r-- 1 1001 1001 863 Jan 5 19:00 Jenkinsfile 19:05:14 -rw-rw-r-- 1 1001 1001 10775 Jan 5 19:00 LICENSE 19:05:14 -rw-rw-r-- 1 1001 1001 5750 Jan 5 19:00 Makefile 19:05:14 -rw-rw-r-- 1 1001 1001 6511 Jan 5 19:00 README.md 19:05:14 -rw-rw-r-- 1 1001 1001 6744 Jan 5 19:00 SECURITY.md 19:05:14 -rw-rw-r-- 1 1001 1001 5 Jan 5 18:57 VERSION 19:05:14 -rw-rw-r-- 1 1001 1001 4131 Jan 5 19:00 ZMQWindows.md 19:05:14 drwxrwxr-x 2 1001 1001 4096 Jan 5 19:00 bin 19:05:14 drwxrwxr-x 14 1001 1001 4096 Jan 5 19:00 cmd 19:05:14 -rw-r--r-- 1 root root 541590 Jan 5 19:04 coverage.out 19:05:14 -rw-r--r-- 1 root root 979 Jan 5 19:05 go.mod 19:05:14 -rw-r--r-- 1 root root 19019 Jan 5 19:05 go.sum 19:05:14 drwxrwxr-x 8 1001 1001 4096 Jan 5 19:00 internal 19:05:14 drwxrwxr-x 4 1001 1001 4096 Jan 5 19:00 openapi 19:05:14 drwxrwxr-x 4 1001 1001 4096 Jan 5 19:00 snap 19:05:14 -rw-rw-r-- 1 1001 1001 168 Jan 5 19:00 version.go [Pipeline] sh 19:05:15 + '[' -e coverage.out ] 19:05:15 + chown 1001:1001 coverage.out [Pipeline] stash 19:05:15 Warning: overwriting stash ‘coverage-report’ 19:05:16 Stashed 1 file(s) [Pipeline] sh 19:05:17 + make build 19:05:17 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 19:05:27 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 19:05:49 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 19:05:50 Running on prd-ubuntu18.04-docker-8c-8g-18554 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws 19:05:50 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 19:05:52 using credential edgex-jenkins-ssh 19:05:52 Cloning the remote Git repository 19:05:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 19:05:52 > git init /w/workspace/edgex-go/5 # timeout=10 19:05:52 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:05:52 > git --version # timeout=10 19:05:52 > git --version # 'git version 2.17.1' 19:05:52 using GIT_SSH to set credentials SSH Credentials for GitHub 19:05:52 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 19:05:54 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 19:05:58 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 19:05:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:06:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:06:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 19:06:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 19:06:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 19:06:00 using GIT_SSH to set credentials SSH Credentials for GitHub 19:06:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 19:06:01 Merging remotes/origin/master commit 797f93be867ef6ee82f54016594ef97018f4c5d7 into PR head commit 541bcb6503019d58e418bcbab05bdb77c8d31198 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 19:06:02 Failed in branch amd64 19:06:05 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 19:06:09 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 19:06:13 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 19:06:17 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 19:06:19 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 19:06:23 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] } 19:06:27 $ docker stop --time=1 e54e9d03333b91f00a2821171d1ef0a247f336a3e74fcf4724a421241df522d2 19:06:29 $ docker rm -f e54e9d03333b91f00a2821171d1ef0a247f336a3e74fcf4724a421241df522d2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:06:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:06:31 19:06:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 19:06:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:06:32 latest: Pulling from edgex-devops/edgex-compose-arm64 19:06:32 29e5d40040c1: Pulling fs layer 19:06:32 1ce36da41761: Pulling fs layer 19:06:32 25b303627fd3: Pulling fs layer 19:06:32 29e5d40040c1: Download complete 19:06:33 29e5d40040c1: Pull complete 19:06:33 1ce36da41761: Download complete 19:06:34 1ce36da41761: Pull complete 19:06:34 25b303627fd3: Verifying Checksum 19:06:34 25b303627fd3: Download complete 19:06:45 25b303627fd3: Pull complete 19:06:45 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 19:06:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:06:45 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 19:06:45 prd-ubuntu18.04-docker-arm64-4c-16g-18552 does not seem to be running inside a container 19:06:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:06:48 $ docker top 8f251b9f823353e8805d08de1398074635f6452db5c7ac2d6eb13a77959cf76f -eo pid,comm [Pipeline] { [Pipeline] sh 19:06:49 + docker-compose build --help 19:06:49 + grep parallel 19:06:53 --parallel Build images in parallel. [Pipeline] } 19:06:53 $ docker stop --time=1 8f251b9f823353e8805d08de1398074635f6452db5c7ac2d6eb13a77959cf76f 19:06:54 $ docker rm -f 8f251b9f823353e8805d08de1398074635f6452db5c7ac2d6eb13a77959cf76f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 19:06:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 19:06:55 . [Pipeline] withDockerContainer 19:06:55 prd-ubuntu18.04-docker-arm64-4c-16g-18552 does not seem to be running inside a container 19:06:55 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 19:06:57 $ docker top f06324f2a0264eefeecef3903e675a637655ce8b954f72760c8471c715fb894e -eo pid,comm [Pipeline] { [Pipeline] sh 19:06:58 + docker-compose -f ./docker-compose-build.yml build --parallel 19:07:02 Building docker-core-command-go ... 19:07:02 Building docker-core-data-go ... 19:07:02 Building docker-core-metadata-go ... 19:07:02 Building docker-security-bootstrap-redis-go ... 19:07:02 Building docker-security-proxy-setup-go ... 19:07:02 Building docker-security-secretstore-setup-go ... 19:07:02 Building docker-support-notifications-go ... 19:07:02 Building docker-support-scheduler-go ... 19:07:02 Building docker-sys-mgmt-agent-go ... 19:07:02 Building docker-sys-mgmt-agent-go 19:07:02 Building docker-core-data-go 19:07:02 Building docker-support-scheduler-go 19:07:02 Building docker-support-notifications-go 19:07:02 Building docker-security-bootstrap-redis-go 19:08:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:08:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:08:10 ---> 3a90221ca96e 19:08:10 Step 3/24 : WORKDIR /edgex-go 19:08:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:08:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:08:10 ---> 3a90221ca96e 19:08:10 Step 3/21 : WORKDIR /edgex-go 19:08:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:08:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 19:08:10 ---> 3a90221ca96e 19:08:10 Step 3/23 : WORKDIR /edgex-go 19:08:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:08:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:08:10 ---> 3a90221ca96e 19:08:10 Step 3/22 : WORKDIR /edgex-go 19:08:10 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:08:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 19:08:10 ---> 3a90221ca96e 19:08:10 Step 3/26 : WORKDIR /edgex-go 19:08:14 ---> Running in 3dcb3f7619ba 19:08:14 ---> Running in 6869647e74fd 19:08:14 ---> Running in e9e09f27f080 19:08:14 ---> Running in 5ebe2c56781d 19:08:14 ---> Running in c31ecd04eb12 19:08:14 Removing intermediate container 3dcb3f7619ba 19:08:14 ---> a38fd27e55f9 19:08:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:14 Removing intermediate container c31ecd04eb12 19:08:14 ---> 193df3a96d40 19:08:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:14 Removing intermediate container e9e09f27f080 19:08:14 ---> 578f594c4bbc 19:08:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:14 Removing intermediate container 6869647e74fd 19:08:14 ---> 55d6a4cf0336 19:08:14 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:14 Removing intermediate container 5ebe2c56781d 19:08:14 ---> a47c7680b319 19:08:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:08:14 ---> Running in a4b10f92397e 19:08:14 ---> Running in 3b95bf34d888 19:08:14 ---> Running in 5912dca86281 19:08:14 ---> Running in 5497464c47d5 19:08:14 ---> Running in 7038d61fe7ce 19:08:18 Removing intermediate container 3b95bf34d888 19:08:18 ---> af4209443ad2 19:08:18 Step 5/21 : RUN apk add --update --no-cache make git 19:08:18 ---> Running in 2b5c1c68e46b 19:08:18 Removing intermediate container a4b10f92397e 19:08:18 ---> bf2a76305622 19:08:18 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 19:08:18 Removing intermediate container 5912dca86281 19:08:18 ---> aaa0011540c0 19:08:18 Step 5/22 : RUN apk add --update --no-cache make git 19:08:19 ---> Running in 16d3466397fb 19:08:19 ---> Running in a039e787b2b5 19:08:19 Removing intermediate container 5497464c47d5 19:08:19 ---> 962b2ae903cf 19:08:19 Step 5/26 : RUN apk add --update --no-cache make bash git 19:08:19 Removing intermediate container 7038d61fe7ce 19:08:19 ---> 352d92262320 19:08:19 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 19:08:19 ---> Running in 4f8aa36c7f09 19:08:19 ---> Running in c36c73d82ea1 19:08:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:08:22 OK: 217 MiB in 51 packages 19:08:23 OK: 217 MiB in 51 packages 19:08:23 OK: 217 MiB in 51 packages 19:08:23 OK: 217 MiB in 51 packages 19:08:23 OK: 217 MiB in 51 packages 19:08:24 Removing intermediate container 2b5c1c68e46b 19:08:24 ---> 626840f9f32f 19:08:24 Step 6/21 : COPY go.mod . 19:08:25 ---> c738a83d819a 19:08:25 Step 7/21 : RUN go mod download 19:08:25 ---> Running in 77fa7818176a 19:08:25 Removing intermediate container c36c73d82ea1 19:08:25 ---> c6de439c55fb 19:08:25 Step 6/24 : COPY go.mod . 19:08:25 Removing intermediate container 16d3466397fb 19:08:25 ---> 07153f841e8c 19:08:25 Step 6/23 : COPY go.mod . 19:08:25 Removing intermediate container 4f8aa36c7f09 19:08:25 ---> e63aab62c5ad 19:08:25 Step 6/26 : COPY go.mod . 19:08:25 Removing intermediate container a039e787b2b5 19:08:25 ---> 7c34618a6008 19:08:25 Step 6/22 : COPY go.mod . 19:08:26 ---> 6fc86af7a47d 19:08:26 Step 7/24 : RUN go mod download 19:08:26 ---> f0e56db8a83d 19:08:26 Step 7/26 : RUN go mod download 19:08:26 ---> Running in 1ef428f6c132 19:08:26 ---> 6623e252ee61 19:08:26 Step 7/23 : RUN go mod download 19:08:26 ---> Running in d17497b92b7c 19:08:26 ---> e2b9f18696b7 19:08:26 Step 7/22 : RUN go mod download 19:08:27 ---> Running in 990a5b4db139 19:08:27 ---> Running in b678b8cf4ae1 19:08:29 Removing intermediate container 77fa7818176a 19:08:29 ---> 57b406129120 19:08:29 Step 8/21 : COPY . . 19:08:31 Removing intermediate container 1ef428f6c132 19:08:31 ---> 1332fb865f06 19:08:31 Step 8/24 : COPY . . 19:08:32 Removing intermediate container d17497b92b7c 19:08:32 ---> b7649b82c3c2 19:08:32 Step 8/26 : COPY . . 19:08:32 Removing intermediate container b678b8cf4ae1 19:08:32 ---> 182b3c55c8c6 19:08:32 Step 8/22 : COPY . . 19:08:32 Removing intermediate container 990a5b4db139 19:08:32 ---> 6cf5eda51e26 19:08:32 Step 8/23 : COPY . . 19:08:59 ---> 9f18dc0716f5 19:08:59 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 19:08:59 ---> 09ff025230a9 19:08:59 Step 9/24 : RUN make cmd/support-notifications/support-notifications 19:08:59 ---> Running in 29cb61bae2d6 19:08:59 ---> d0542b2dc150 19:08:59 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 19:08:59 ---> 84e6b7e30398 19:08:59 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 19:08:59 ---> Running in 1dd556792812 19:08:59 ---> Running in 293dad4463fd 19:08:59 ---> Running in 176e9d860b69 19:08:59 ---> a41c3b75ae3e 19:08:59 Step 9/23 : RUN make cmd/core-data/core-data 19:08:59 ---> Running in a1447e08b543 19:08:59 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 19:08:59 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 19:08:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 19:08:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 19:08:59 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 19:10:36 Removing intermediate container 293dad4463fd 19:10:36 ---> ff300e5208fd 19:10:36 19:10:36 Step 10/22 : FROM alpine:3.12 19:10:36 3.12: Pulling from library/alpine 19:10:36 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 19:10:36 Status: Downloaded newer image for alpine:3.12 19:10:36 ---> afeebe901d6b 19:10:36 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:10:36 ---> Running in 8c3c42c556d4 19:10:36 Removing intermediate container 176e9d860b69 19:10:36 ---> ab743022f9cd 19:10:36 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 19:10:36 ---> Running in ee4aa2a60564 19:10:36 Removing intermediate container 1dd556792812 19:10:36 ---> e77c2297a0d0 19:10:36 19:10:36 Step 10/24 : FROM scratch 19:10:36 ---> 19:10:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 19:10:36 Removing intermediate container 29cb61bae2d6 19:10:36 ---> 0a92886e7ebf 19:10:36 19:10:36 Step 10/21 : FROM scratch 19:10:36 ---> 19:10:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:10:36 ---> Running in 639e05727b47 19:10:36 ---> Running in 5c8acab6ea18 19:10:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:10:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:10:36 Removing intermediate container 5c8acab6ea18 19:10:36 ---> aeab053671dd 19:10:36 Step 12/21 : ENV APP_PORT=48085 19:10:37 Removing intermediate container 639e05727b47 19:10:37 ---> c42a5d4e4e83 19:10:37 Step 12/24 : ENV APP_PORT=48060 19:10:37 (1/5) Installing ca-certificates (20191127-r4) 19:10:37 ---> Running in 458386a53d4c 19:10:37 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 19:10:37 (2/5) Installing nghttp2-libs (1.41.0-r0) 19:10:37 ---> Running in e295026a17d4 19:10:37 (3/5) Installing libcurl (7.69.1-r3) 19:10:37 (4/5) Installing curl (7.69.1-r3) 19:10:37 (5/5) Installing dumb-init (1.2.2-r1) 19:10:37 Executing busybox-1.31.1-r19.trigger 19:10:37 Executing ca-certificates-20191127-r4.trigger 19:10:37 OK: 7 MiB in 19 packages 19:10:37 Removing intermediate container 458386a53d4c 19:10:37 ---> dd9877f440d2 19:10:37 Step 13/21 : EXPOSE $APP_PORT 19:10:38 Removing intermediate container e295026a17d4 19:10:38 ---> 2d8fc304c483 19:10:38 Step 13/24 : EXPOSE $APP_PORT 19:10:38 ---> Running in d323ca70ccf5 19:10:38 ---> Running in b06aa8e95216 19:10:39 Removing intermediate container d323ca70ccf5 19:10:39 ---> 07c7af92de7f 19:10:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 19:10:39 Removing intermediate container b06aa8e95216 19:10:39 ---> 39bdd34ef86d 19:10:39 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 19:10:40 Removing intermediate container 8c3c42c556d4 19:10:40 ---> d6d3090ef707 19:10:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 19:10:40 ---> 00989f7bdad3 19:10:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 19:10:40 ---> Running in 24733440344f 19:10:40 ---> eec8b62c9c1a 19:10:40 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 19:10:41 Removing intermediate container 24733440344f 19:10:41 ---> a62b6548dedd 19:10:41 Step 13/22 : WORKDIR / 19:10:42 ---> Running in 83b0ac009d66 19:10:42 Removing intermediate container ee4aa2a60564 19:10:42 ---> b073d96e6bc2 19:10:42 19:10:42 Step 11/26 : FROM docker:20.10.0 19:10:42 ---> 0e2c4bfe7075 19:10:42 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 19:10:42 ---> d2948aa7f893 19:10:42 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 19:10:42 20.10.0: Pulling from library/docker 19:10:42 Removing intermediate container 83b0ac009d66 19:10:42 ---> 7016b581ed08 19:10:42 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 19:10:44 ---> c5acfc7a5a18 19:10:44 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 19:10:45 ---> Running in 6bc443154ce6 19:10:45 ---> 474e3325b9c2 19:10:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 19:10:45 ---> 23c9d04c73f2 19:10:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 19:10:46 Removing intermediate container 6bc443154ce6 19:10:46 ---> 9128213e6742 19:10:46 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:46 ---> 20adf176f818 19:10:46 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 19:10:46 ---> Running in df3c2b4ea35d 19:10:47 ---> ddf34fadc570 19:10:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 19:10:47 Removing intermediate container df3c2b4ea35d 19:10:47 ---> 66a8d82b69f8 19:10:47 Step 19/21 : LABEL arch=arm64 19:10:47 ---> Running in 739add0cac6e 19:10:49 ---> f2eb065255bc 19:10:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 19:10:49 Removing intermediate container 739add0cac6e 19:10:49 ---> 8d6654d2dc52 19:10:49 Step 20/21 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:10:49 ---> 965f66789f17 19:10:49 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 19:10:50 ---> Running in a79dd13174a3 19:10:50 ---> 043432cebb75 19:10:50 Step 18/22 : RUN chmod +x entrypoint.sh 19:10:50 ---> Running in d4fc888f7317 19:10:50 Removing intermediate container a79dd13174a3 19:10:50 ---> b2bf7f35c369 19:10:50 Step 21/21 : LABEL version=0.0.0 19:10:51 ---> bef94dbf8a87 19:10:51 Step 20/24 : ENTRYPOINT ["/support-notifications"] 19:10:52 ---> Running in 17d2aef52acf 19:10:52 ---> Running in 8a7b0df073e9 19:10:53 Removing intermediate container 17d2aef52acf 19:10:53 ---> 80e2c37619cc 19:10:53 19:10:53 Removing intermediate container 8a7b0df073e9 19:10:53 ---> 8235560b1c95 19:10:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:10:53 Successfully built 80e2c37619cc 19:10:53 Successfully tagged docker-support-scheduler-go-arm64:latest 19:10:53  Building docker-support-scheduler-go ... done Building docker-core-command-go 19:10:54 ---> Running in 4fb08a9cd67c 19:10:54 Removing intermediate container a1447e08b543 19:10:54 ---> 2f53250974d4 19:10:54 19:10:54 Step 10/23 : FROM alpine:3.12 19:10:54 ---> afeebe901d6b 19:10:54 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:10:54 ---> Running in 2b62926ef39f 19:10:55 Removing intermediate container 4fb08a9cd67c 19:10:55 ---> c8d8cbc5f505 19:10:55 Step 22/24 : LABEL arch=arm64 19:10:55 Removing intermediate container d4fc888f7317 19:10:55 ---> 7f7e57fb6100 19:10:55 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 19:10:55 Removing intermediate container 2b62926ef39f 19:10:55 ---> d97c20017c69 19:10:55 Step 12/23 : ENV APP_PORT=48080 19:10:56 ---> Running in 3406128d5164 19:10:56 ---> Running in 73989ea1c6e6 19:10:56 ---> Running in 415e7d43d5fc 19:10:57 Removing intermediate container 3406128d5164 19:10:57 ---> 9e90d5eed0ca 19:10:57 Step 23/24 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:10:57 ---> Running in 2b53b5695b4c 19:10:57 Removing intermediate container 73989ea1c6e6 19:10:57 ---> 21c201a16d5e 19:10:57 Step 20/22 : LABEL arch=arm64 19:10:57 Removing intermediate container 415e7d43d5fc 19:10:57 ---> 66a8e9239bb0 19:10:57 Step 13/23 : EXPOSE $APP_PORT 19:10:58 ---> Running in 148799b594f5 19:10:58 ---> Running in 71691ec87e04 19:10:58 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 19:10:58 Status: Downloaded newer image for docker:20.10.0 19:10:58 ---> eeaf43b92773 19:10:58 Step 12/26 : RUN apk add --no-cache bash 19:10:58 Removing intermediate container 2b53b5695b4c 19:10:58 ---> 4a37bb42e153 19:10:58 Step 24/24 : LABEL version=0.0.0 19:10:59 ---> Running in 85380cb138eb 19:10:59 Removing intermediate container 148799b594f5 19:10:59 ---> 0ae525691364 19:10:59 Step 21/22 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:10:59 ---> Running in 8a1e087f400c 19:10:59 Removing intermediate container 71691ec87e04 19:10:59 ---> c60b598e87ee 19:10:59 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:10:59 ---> Running in edffb7163ebe 19:10:59 ---> Running in 7e5283110d80 19:11:00 Removing intermediate container 8a1e087f400c 19:11:00 ---> c75fd402f086 19:11:00 19:11:00 Removing intermediate container 7e5283110d80 19:11:00 ---> 96ec715c7218 19:11:00 Step 22/22 : LABEL version=0.0.0 19:11:00 Successfully built c75fd402f086 19:11:00 Successfully tagged docker-support-notifications-go-arm64:latest 19:11:00  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 19:11:00 ---> Running in ae5eedf96770 19:11:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:11:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:11:01 Removing intermediate container ae5eedf96770 19:11:01 ---> 0db62a03d267 19:11:01 19:11:02 Successfully built 0db62a03d267 19:11:02 (1/2) Installing readline (8.0.4-r0) 19:11:02 (2/2) Installing bash (5.0.17-r0) 19:11:02 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 19:11:02  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go 19:11:02 Executing bash-5.0.17-r0.post-install 19:11:02 Executing busybox-1.31.1-r19.trigger 19:11:02 OK: 12 MiB in 22 packages 19:11:02 Removing intermediate container edffb7163ebe 19:11:02 ---> 4521140c3372 19:11:02 Step 15/23 : RUN apk add --update --no-cache zeromq 19:11:03 ---> Running in 221cfc724217 19:11:04 Removing intermediate container 85380cb138eb 19:11:04 ---> d4818ea89dcb 19:11:04 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 19:11:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:11:05 ---> Running in 0a3fbcb0285c 19:11:05 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:11:06 Removing intermediate container 0a3fbcb0285c 19:11:06 ---> 3b706547e701 19:11:06 Step 14/26 : ENV APP_PORT=48090 19:11:06 (1/5) Installing libgcc (9.3.0-r2) 19:11:06 (2/5) Installing libsodium (1.0.18-r0) 19:11:06 ---> Running in d21c085b5a4b 19:11:06 (3/5) Installing libstdc++ (9.3.0-r2) 19:11:07 (4/5) Installing libzmq (4.3.3-r0) 19:11:07 (5/5) Installing zeromq (4.3.3-r0) 19:11:07 Executing busybox-1.31.1-r19.trigger 19:11:07 OK: 8 MiB in 19 packages 19:11:08 Removing intermediate container d21c085b5a4b 19:11:08 ---> aa58bb6fff34 19:11:08 Step 15/26 : EXPOSE $APP_PORT 19:11:09 ---> Running in 6630352afd4c 19:11:09 Removing intermediate container 6630352afd4c 19:11:09 ---> 308c55a4d255 19:11:09 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 19:11:09 Removing intermediate container 221cfc724217 19:11:09 ---> 1375decad844 19:11:09 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 19:11:11 ---> eb24e46baa0d 19:11:11 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 19:11:12 ---> f1177e6309f5 19:11:12 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 19:11:14 ---> e2c6ffffa2a5 19:11:14 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 19:11:14 ---> df79683ff9f7 19:11:14 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 19:11:15 ---> 9bf5fbc3d4b4 19:11:15 Step 19/23 : ENTRYPOINT ["/core-data"] 19:11:15 ---> Running in 51613834965f 19:11:15 ---> fc378f1e962b 19:11:15 Step 19/26 : RUN apk --no-cache add py3-pip 19:11:16 ---> Running in 9d0bc7e6d575 19:11:16 Removing intermediate container 51613834965f 19:11:16 ---> e44e6f46e42d 19:11:16 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:11:16 ---> Running in b13f079782ef 19:11:17 Removing intermediate container b13f079782ef 19:11:17 ---> 4286e28a2b46 19:11:17 Step 21/23 : LABEL arch=arm64 19:11:17 ---> Running in 5df4ccce0cce 19:11:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:11:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:11:18 Removing intermediate container 5df4ccce0cce 19:11:18 ---> c2daefdc0a8b 19:11:18 Step 22/23 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:11:18 ---> Running in ef91bcf1c3b2 19:11:18 (1/33) Installing libbz2 (1.0.8-r1) 19:11:18 (2/33) Installing expat (2.2.9-r1) 19:11:18 (3/33) Installing libffi (3.3-r2) 19:11:18 (4/33) Installing gdbm (1.13-r1) 19:11:18 (5/33) Installing xz-libs (5.2.5-r0) 19:11:18 (6/33) Installing sqlite-libs (3.32.1-r0) 19:11:18 (7/33) Installing python3 (3.8.5-r0) 19:11:19 Removing intermediate container ef91bcf1c3b2 19:11:19 ---> 1bff9d6f8ba1 19:11:19 Step 23/23 : LABEL version=0.0.0 19:11:20 ---> Running in 1bf78e402b01 19:11:20 (8/33) Installing py3-appdirs (1.4.4-r1) 19:11:20 (9/33) Installing py3-ordered-set (4.0.1-r0) 19:11:20 (10/33) Installing py3-parsing (2.4.7-r0) 19:11:20 (11/33) Installing py3-six (1.15.0-r0) 19:11:20 (12/33) Installing py3-packaging (20.4-r0) 19:11:21 (13/33) Installing py3-setuptools (47.0.0-r0) 19:11:21 (14/33) Installing py3-chardet (3.0.4-r4) 19:11:21 (15/33) Installing py3-idna (2.9-r0) 19:11:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 19:11:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 19:11:21 (18/33) Installing py3-requests (2.23.0-r0) 19:11:21 (19/33) Installing py3-msgpack (1.0.0-r0) 19:11:21 (20/33) Installing py3-lockfile (0.12.2-r3) 19:11:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 19:11:21 Removing intermediate container 1bf78e402b01 19:11:21 ---> 10f5408cde8d 19:11:21 19:11:21 (22/33) Installing py3-colorama (0.4.3-r0) 19:11:21 (23/33) Installing py3-distlib (0.3.0-r0) 19:11:21 (24/33) Installing py3-distro (1.5.0-r1) 19:11:21 (25/33) Installing py3-webencodings (0.5.1-r3) 19:11:21 (26/33) Installing py3-html5lib (1.0.1-r4) 19:11:21 (27/33) Installing py3-pytoml (0.1.21-r0) 19:11:21 (28/33) Installing py3-pep517 (0.8.2-r0) 19:11:21 (29/33) Installing py3-progress (1.5-r0) 19:11:21 (30/33) Installing py3-toml (0.10.1-r0) 19:11:21 (31/33) Installing py3-retrying (1.3.3-r0) 19:11:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 19:11:21 (33/33) Installing py3-pip (20.1.1-r0) 19:11:21 Successfully built 10f5408cde8d 19:11:21 Executing busybox-1.31.1-r19.trigger 19:11:21 Successfully tagged docker-core-data-go-arm64:latest 19:11:21 OK: 71 MiB in 55 packages 19:11:21  Building docker-core-data-go ... done Building docker-core-metadata-go 19:11:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:11:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:11:23 ---> 3a90221ca96e 19:11:23 Step 3/22 : WORKDIR /edgex-go 19:11:23 ---> Using cache 19:11:23 ---> a47c7680b319 19:11:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:23 ---> Using cache 19:11:23 ---> 352d92262320 19:11:23 Step 5/22 : RUN apk add --update --no-cache make git 19:11:23 ---> Running in 16523cc3ba7c 19:11:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:11:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:11:26 OK: 217 MiB in 51 packages 19:11:31 Removing intermediate container 16523cc3ba7c 19:11:31 ---> e63113c3ed34 19:11:31 Step 6/22 : COPY go.mod . 19:11:31 Removing intermediate container 9d0bc7e6d575 19:11:31 ---> 68f58cd29c95 19:11:31 Step 20/26 : RUN pip install docker-compose==1.23.2 19:11:32 ---> Running in 0020da322b70 19:11:32 ---> fb5e3c0f6d19 19:11:32 Step 7/22 : RUN go mod download 19:11:33 ---> Running in 300e7b6af2ee 19:11:38 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:11:38 Step 2/24 : FROM ${BUILDER_BASE} AS builder 19:11:38 ---> 3a90221ca96e 19:11:38 Step 3/24 : WORKDIR /edgex-go 19:11:38 ---> Using cache 19:11:38 ---> a47c7680b319 19:11:38 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:38 ---> Using cache 19:11:38 ---> 352d92262320 19:11:38 Step 5/24 : RUN apk add --update --no-cache make git 19:11:38 ---> Using cache 19:11:38 ---> e63113c3ed34 19:11:38 Step 6/24 : COPY go.mod . 19:11:38 ---> Using cache 19:11:38 ---> fb5e3c0f6d19 19:11:38 Step 7/24 : RUN go mod download 19:11:38 Removing intermediate container 300e7b6af2ee 19:11:38 ---> 124f0f47e987 19:11:38 Step 8/22 : COPY . . 19:11:38 ---> Running in a940089644c7 19:11:38 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:11:38 Step 2/21 : FROM ${BUILDER_BASE} AS builder 19:11:38 ---> 3a90221ca96e 19:11:38 Step 3/21 : WORKDIR /edgex-go 19:11:38 ---> Using cache 19:11:38 ---> a47c7680b319 19:11:38 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:38 ---> Using cache 19:11:38 ---> 352d92262320 19:11:38 Step 5/21 : RUN apk add --update --no-cache make git 19:11:38 ---> Using cache 19:11:38 ---> e63113c3ed34 19:11:38 Step 6/21 : COPY go.mod . 19:11:38 ---> Using cache 19:11:38 ---> fb5e3c0f6d19 19:11:38 Step 7/21 : RUN go mod download 19:11:38 ---> Using cache 19:11:38 ---> 124f0f47e987 19:11:38 Step 8/21 : COPY . . 19:11:39 Collecting docker-compose==1.23.2 19:11:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 19:11:42 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 19:11:42 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 19:11:43 Collecting docopt<0.7,>=0.6.1 19:11:43 Downloading docopt-0.6.2.tar.gz (25 kB) 19:11:44 Removing intermediate container a940089644c7 19:11:44 ---> 61dbb5eea360 19:11:44 Step 8/24 : COPY . . 19:11:45 Collecting texttable<0.10,>=0.9.0 19:11:45 Downloading texttable-0.9.1.tar.gz (11 kB) 19:11:48 Collecting jsonschema<3,>=2.5.1 19:11:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 19:11:48 Collecting websocket-client<1.0,>=0.32.0 19:11:48 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 19:11:49 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 19:11:49 Collecting cached-property<2,>=1.2.0 19:11:49 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 19:11:50 Collecting docker<4.0,>=3.6.0 19:11:50 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 19:11:51 Collecting dockerpty<0.5,>=0.4.1 19:11:51 Downloading dockerpty-0.4.1.tar.gz (13 kB) 19:11:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 19:11:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 19:11:51 ---> 3a90221ca96e 19:11:51 Step 3/22 : WORKDIR /edgex-go 19:11:51 ---> Using cache 19:11:51 ---> a47c7680b319 19:11:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 19:11:51 ---> Using cache 19:11:51 ---> 352d92262320 19:11:51 Step 5/22 : RUN apk add --update --no-cache make git 19:11:51 ---> Using cache 19:11:51 ---> e63113c3ed34 19:11:51 Step 6/22 : COPY go.mod . 19:11:51 ---> Using cache 19:11:51 ---> fb5e3c0f6d19 19:11:51 Step 7/22 : RUN go mod download 19:11:51 ---> Using cache 19:11:51 ---> 61dbb5eea360 19:11:51 Step 8/22 : COPY . . 19:11:54 Collecting PyYAML<4,>=3.10 19:11:54 Downloading PyYAML-3.13.tar.gz (270 kB) 19:11:57 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) 19:11:57 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) 19:11:57 Collecting idna<2.8,>=2.5 19:11:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 19:11:58 Collecting urllib3<1.25,>=1.21.1 19:11:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 19:11:59 Collecting docker-pycreds>=0.4.0 19:11:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 19:11:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 19:11:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 19:11:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 19:11:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 19:12:01 Installing collected packages: idna, urllib3, requests, docopt, texttable, jsonschema, websocket-client, cached-property, docker-pycreds, docker, dockerpty, PyYAML, docker-compose 19:12:01 Attempting uninstall: idna 19:12:01 Found existing installation: idna 2.9 19:12:01 Uninstalling idna-2.9: 19:12:01 Successfully uninstalled idna-2.9 19:12:02 Attempting uninstall: urllib3 19:12:02 Found existing installation: urllib3 1.25.9 19:12:02 Uninstalling urllib3-1.25.9: 19:12:02 Successfully uninstalled urllib3-1.25.9 19:12:04 Attempting uninstall: requests 19:12:04 Found existing installation: requests 2.23.0 19:12:04 Uninstalling requests-2.23.0: 19:12:04 Successfully uninstalled requests-2.23.0 19:12:05 Running setup.py install for docopt: started 19:12:08 Running setup.py install for docopt: finished with status 'done' 19:12:08 Running setup.py install for texttable: started 19:12:10 Running setup.py install for texttable: finished with status 'done' 19:12:11 ---> 92059bff5c97 19:12:11 Step 9/22 : RUN make cmd/core-command/core-command 19:12:11 ---> b2c82efaff10 19:12:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 19:12:11 ---> 7006ffce90cb 19:12:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 19:12:11 ---> 578d0ff1c69e 19:12:11 Step 9/22 : RUN make cmd/core-metadata/core-metadata 19:12:11 ---> Running in e8482281998d 19:12:12 ---> Running in b5f414d78a67 19:12:12 ---> Running in 866ed6c7ceb0 19:12:12 ---> Running in 364e6acbec37 19:12:12 Running setup.py install for dockerpty: started 19:12:13 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 19:12:13 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 19:12:14 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 19:12:14 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 19:12:15 Running setup.py install for dockerpty: finished with status 'done' 19:12:15 Running setup.py install for PyYAML: started 19:12:18 Running setup.py install for PyYAML: finished with status 'done' 19:12:19 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 19:12:26 Removing intermediate container 0020da322b70 19:12:26 ---> ad9e0456888c 19:12:26 Step 21/26 : RUN apk --no-cache add curl 19:12:26 ---> Running in dbb0c84fe9ff 19:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:12:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:12:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 19:12:29 (2/3) Installing libcurl (7.69.1-r3) 19:12:29 (3/3) Installing curl (7.69.1-r3) 19:12:29 Executing busybox-1.31.1-r19.trigger 19:12:29 OK: 71 MiB in 58 packages 19:12:31 Removing intermediate container dbb0c84fe9ff 19:12:31 ---> 5b032e17ff57 19:12:31 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 19:12:31 ---> Running in 1d5371eb3075 19:12:32 Removing intermediate container 1d5371eb3075 19:12:32 ---> 7622e3fba175 19:12:32 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:12:32 ---> Running in 4d6e07833706 19:12:32 Removing intermediate container 4d6e07833706 19:12:32 ---> 831c18da4120 19:12:32 Step 24/26 : LABEL arch=arm64 19:12:32 ---> Running in 46911ed29f4b 19:12:33 Removing intermediate container 46911ed29f4b 19:12:33 ---> 35bcc3ea5517 19:12:33 Step 25/26 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:12:33 ---> Running in 8df3f8b67af3 19:12:34 Removing intermediate container 8df3f8b67af3 19:12:34 ---> 0e26b5d2d1be 19:12:34 Step 26/26 : LABEL version=0.0.0 19:12:34 ---> Running in 24b152808b83 19:12:35 Removing intermediate container 24b152808b83 19:12:35 ---> 1860ef064e28 19:12:35 19:12:35 Successfully built 1860ef064e28 19:12:35 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 19:13:22  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 19:13:23 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 19:13:38 Removing intermediate container 364e6acbec37 19:13:38 ---> 22efcaa8dc3a 19:13:38 19:13:38 Step 10/24 : FROM alpine:3.12 19:13:38 ---> afeebe901d6b 19:13:38 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 19:13:38 ---> Using cache 19:13:38 ---> d6d3090ef707 19:13:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:13:39 Removing intermediate container b5f414d78a67 19:13:39 ---> 78fbbd76a6ed 19:13:39 19:13:39 Step 10/21 : FROM alpine:3.12 19:13:39 ---> afeebe901d6b 19:13:39 Step 11/21 : RUN apk add --update --no-cache curl 19:13:39 ---> Running in e8f6e998c4a1 19:13:39 ---> Running in f0c0bfbf3676 19:13:39 Removing intermediate container e8482281998d 19:13:39 ---> db4da3488ac1 19:13:39 19:13:39 Step 10/22 : FROM scratch 19:13:39 ---> 19:13:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:13:39 ---> Using cache 19:13:39 ---> aeab053671dd 19:13:39 Step 12/22 : ENV APP_PORT=48082 19:13:39 ---> Running in 9165c3ccd74b 19:13:40 Removing intermediate container e8f6e998c4a1 19:13:40 ---> 622468f6b6fa 19:13:40 Step 13/24 : WORKDIR / 19:13:40 ---> Running in e3da72d1ea3a 19:13:40 Removing intermediate container 9165c3ccd74b 19:13:40 ---> fea3254c99f9 19:13:40 Step 13/22 : EXPOSE $APP_PORT 19:13:40 ---> Running in ed50c47c60cd 19:13:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 19:13:41 Removing intermediate container e3da72d1ea3a 19:13:41 ---> 53ed9122c6f8 19:13:41 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 19:13:41 Removing intermediate container ed50c47c60cd 19:13:41 ---> 42bb1deb7996 19:13:41 Step 14/22 : WORKDIR / 19:13:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 19:13:41 ---> Running in a024e939556a 19:13:41 ---> d215272c2372 19:13:41 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 19:13:41 (1/4) Installing ca-certificates (20191127-r4) 19:13:41 Removing intermediate container a024e939556a 19:13:41 ---> 5ba63dd30ff6 19:13:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 19:13:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 19:13:41 (3/4) Installing libcurl (7.69.1-r3) 19:13:41 (4/4) Installing curl (7.69.1-r3) 19:13:41 Executing busybox-1.31.1-r19.trigger 19:13:42 Executing ca-certificates-20191127-r4.trigger 19:13:42 OK: 7 MiB in 18 packages 19:13:43 ---> 2a1413d77338 19:13:43 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 19:13:43 ---> 3f44d828ebae 19:13:43 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 19:13:44 ---> ba5b6053a179 19:13:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 19:13:44 Removing intermediate container f0c0bfbf3676 19:13:44 ---> ad07a23b794b 19:13:44 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 19:13:45 ---> 03df48b02d81 19:13:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 19:13:45 ---> Running in 91b852b62c00 19:13:45 Removing intermediate container 91b852b62c00 19:13:45 ---> 763c0b3ed8fa 19:13:45 Step 13/21 : WORKDIR /edgex 19:13:45 ---> b1b491db7a61 19:13:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 19:13:46 ---> Running in 9f9302b45cc5 19:13:46 ---> 70f7ad80db8e 19:13:46 Step 18/22 : ENTRYPOINT ["/core-command"] 19:13:46 ---> Running in bfd334059a25 19:13:47 Removing intermediate container 9f9302b45cc5 19:13:47 ---> 9f14f08dc2fc 19:13:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 19:13:47 Removing intermediate container bfd334059a25 19:13:47 ---> 8fcbc492fb71 19:13:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:47 ---> 6e1cbe352e73 19:13:47 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 19:13:48 ---> Running in 01ee874bd9b7 19:13:48 ---> c252b594c9a3 19:13:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 19:13:48 Removing intermediate container 866ed6c7ceb0 19:13:48 ---> c4fa86c6d770 19:13:48 19:13:48 Step 10/22 : FROM scratch 19:13:48 ---> 19:13:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 19:13:48 ---> 4794366b21ea 19:13:48 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 19:13:48 ---> Using cache 19:13:48 ---> aeab053671dd 19:13:48 Step 12/22 : ENV APP_PORT=48081 19:13:48 ---> Running in 3ffb5bc7435d 19:13:48 Removing intermediate container 01ee874bd9b7 19:13:48 ---> 91a242449542 19:13:48 Step 20/22 : LABEL arch=arm64 19:13:48 ---> Running in 4d5e32e6635f 19:13:49 ---> Running in 458dd0e1dfd9 19:13:49 Removing intermediate container 4d5e32e6635f 19:13:49 ---> 52c089bd8e56 19:13:49 Step 13/22 : EXPOSE $APP_PORT 19:13:49 ---> Running in 967a3dd2d630 19:13:49 ---> 2fb1f81f05be 19:13:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 19:13:49 Removing intermediate container 458dd0e1dfd9 19:13:49 ---> b6b7df158f36 19:13:49 Step 21/22 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:13:50 ---> Running in 960bac3a4f12 19:13:50 Removing intermediate container 967a3dd2d630 19:13:50 ---> ac17e98b8894 19:13:50 Step 14/22 : WORKDIR / 19:13:50 ---> Running in d3d7b1efc137 19:13:50 Removing intermediate container 960bac3a4f12 19:13:50 ---> 99cad354c8e0 19:13:50 Step 22/22 : LABEL version=0.0.0 19:13:51 ---> Running in eb982f6a9744 19:13:51 Removing intermediate container d3d7b1efc137 19:13:51 ---> 5dd2bf5df01d 19:13:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 19:13:51 ---> b531e26c7b2a 19:13:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 19:13:51 ---> Running in e6cb35bf4229 19:13:51 Removing intermediate container eb982f6a9744 19:13:51 ---> 3e98c5bdae0e 19:13:51 19:13:51 Removing intermediate container 3ffb5bc7435d 19:13:51 ---> 0b96cbbaedcb 19:13:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 19:13:52 ---> Running in a72cb7558387 19:13:52 Removing intermediate container e6cb35bf4229 19:13:52 ---> 4c59ffcca2ff 19:13:52 Step 18/21 : CMD ["--init=true"] 19:13:52 ---> 345615ac77d6 19:13:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 19:13:52 Successfully built 3e98c5bdae0e 19:13:52 Successfully tagged docker-core-command-go-arm64:latest 19:13:52  Building docker-core-command-go ... done  ---> Running in 9d4c8235059d 19:13:52 Removing intermediate container a72cb7558387 19:13:52 ---> 88092fd5c2ba 19:13:52 Step 22/24 : LABEL arch=arm64 19:13:53 ---> Running in 3abdcec6fe83 19:13:53 Removing intermediate container 9d4c8235059d 19:13:53 ---> 325a056bc13f 19:13:53 Step 19/21 : LABEL arch=arm64 19:13:53 ---> Running in a9998b7b72e3 19:13:53 ---> e5b5d80a4c91 19:13:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 19:13:53 Removing intermediate container 3abdcec6fe83 19:13:53 ---> 423e19d1f4b3 19:13:53 Step 23/24 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:13:53 ---> Running in 2f37e58e4d78 19:13:53 Removing intermediate container a9998b7b72e3 19:13:53 ---> 87efe9a9b53f 19:13:53 Step 20/21 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:13:54 ---> Running in b5468238b69b 19:13:54 Removing intermediate container 2f37e58e4d78 19:13:54 ---> cd6c66d20b4d 19:13:54 Step 24/24 : LABEL version=0.0.0 19:13:54 ---> 5f2130fba196 19:13:54 Step 18/22 : ENTRYPOINT ["/core-metadata"] 19:13:54 ---> Running in 60f8877a1b2a 19:13:54 ---> Running in 42027af427e3 19:13:54 Removing intermediate container b5468238b69b 19:13:54 ---> a483803fde1b 19:13:54 Step 21/21 : LABEL version=0.0.0 19:13:55 ---> Running in 077f1ca2cdb4 19:13:55 Removing intermediate container 60f8877a1b2a 19:13:55 ---> 89295e8431e3 19:13:55 19:13:55 Removing intermediate container 42027af427e3 19:13:55 ---> e3bd4ab0f09d 19:13:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 19:13:55 Successfully built 89295e8431e3 19:13:55 ---> Running in 816fe97b4ea5 19:13:56 Removing intermediate container 077f1ca2cdb4 19:13:56 ---> 3baa2829de47 19:13:56 19:13:56 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 19:13:56  Building docker-security-secretstore-setup-go ... done Successfully built 3baa2829de47 19:13:56 Successfully tagged docker-security-proxy-setup-go-arm64:latest 19:13:56  Building docker-security-proxy-setup-go ... done Removing intermediate container 816fe97b4ea5 19:13:56 ---> 573bd6d744e1 19:13:56 Step 20/22 : LABEL arch=arm64 19:13:56 ---> Running in 43588d0c2391 19:13:57 Removing intermediate container 43588d0c2391 19:13:57 ---> baa8ec5c81a6 19:13:57 Step 21/22 : LABEL git_sha=541bcb6503019d58e418bcbab05bdb77c8d31198 19:13:57 ---> Running in ee0fb0bf9746 19:13:57 Removing intermediate container ee0fb0bf9746 19:13:57 ---> a9c0be84ba5f 19:13:57 Step 22/22 : LABEL version=0.0.0 19:13:57 ---> Running in cf4e1b4dd7b2 19:13:58 Removing intermediate container cf4e1b4dd7b2 19:13:58 ---> bb3318fa2d43 19:13:58 19:13:58 Successfully built bb3318fa2d43 19:13:58 Successfully tagged docker-core-metadata-go-arm64:latest 19:13:58  Building docker-core-metadata-go ... done  [Pipeline] } 19:13:58 $ docker stop --time=1 f06324f2a0264eefeecef3903e675a637655ce8b954f72760c8471c715fb894e 19:14:00 $ docker rm -f f06324f2a0264eefeecef3903e675a637655ce8b954f72760c8471c715fb894e [Pipeline] // withDockerContainer [Pipeline] sh 19:14:01 + docker images 19:14:01 + grep docker 19:14:01 docker-core-metadata-go-arm64 latest bb3318fa2d43 4 seconds ago 12.2MB 19:14:01 docker-security-secretstore-setup-go-arm64 latest 89295e8431e3 6 seconds ago 23.4MB 19:14:01 docker-security-proxy-setup-go-arm64 latest 3baa2829de47 6 seconds ago 23.3MB 19:14:01 docker-core-command-go-arm64 latest 3e98c5bdae0e 10 seconds ago 9.98MB 19:14:01 docker-sys-mgmt-agent-go-arm64 latest 1860ef064e28 About a minute ago 300MB 19:14:01 docker-core-data-go-arm64 latest 10f5408cde8d 2 minutes ago 21MB 19:14:01 docker-security-bootstrap-redis-go-arm64 latest 0db62a03d267 3 minutes ago 15.1MB 19:14:01 docker-support-notifications-go-arm64 latest c75fd402f086 3 minutes ago 11.4MB 19:14:01 docker-support-scheduler-go-arm64 latest 80e2c37619cc 3 minutes ago 10MB 19:14:01 docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 19:14:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 19:14:06 ---> package-listing.sh 19:14:06 ++ facter osfamily 19:14:06 ++ tr '[:upper:]' '[:lower:]' 19:14:06 + OS_FAMILY=redhat 19:14:06 + workspace=/w/workspace/edgex-go/5 19:14:06 + START_PACKAGES=/tmp/packages_start.txt 19:14:06 + END_PACKAGES=/tmp/packages_end.txt 19:14:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 19:14:06 + PACKAGES=/tmp/packages_start.txt 19:14:06 + '[' /w/workspace/edgex-go/5 ']' 19:14:06 + PACKAGES=/tmp/packages_end.txt 19:14:06 + case "${OS_FAMILY}" in 19:14:06 + rpm -qa 19:14:06 + sort 19:14:11 + '[' -f /tmp/packages_start.txt ']' 19:14:11 + '[' -f /tmp/packages_end.txt ']' 19:14:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 19:14:11 + '[' /w/workspace/edgex-go/5 ']' 19:14:11 + mkdir -p /w/workspace/edgex-go/5/archives/ 19:14:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 19:14:11 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 19:14:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 19:14:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:14:12 19:14:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 19:14:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:14:12 alpine: Pulling from edgex-lftools-log-publisher 19:14:12 df20fa9351a1: Pulling fs layer 19:14:12 36b3adc4ff6f: Pulling fs layer 19:14:12 8ad3a11d3b57: Pulling fs layer 19:14:12 46f8f816bc3b: Pulling fs layer 19:14:12 93b61091891f: Pulling fs layer 19:14:12 93b9cdb0e59b: Pulling fs layer 19:14:12 5e14af77c1be: Pulling fs layer 19:14:12 01666e4c0597: Pulling fs layer 19:14:12 aa168da1d23b: Pulling fs layer 19:14:12 46f8f816bc3b: Waiting 19:14:12 93b61091891f: Waiting 19:14:12 93b9cdb0e59b: Waiting 19:14:12 5e14af77c1be: Waiting 19:14:12 01666e4c0597: Waiting 19:14:12 36b3adc4ff6f: Verifying Checksum 19:14:12 36b3adc4ff6f: Download complete 19:14:12 46f8f816bc3b: Verifying Checksum 19:14:12 46f8f816bc3b: Download complete 19:14:13 df20fa9351a1: Download complete 19:14:13 93b9cdb0e59b: Verifying Checksum 19:14:13 93b9cdb0e59b: Download complete 19:14:13 93b61091891f: Verifying Checksum 19:14:13 93b61091891f: Download complete 19:14:13 5e14af77c1be: Verifying Checksum 19:14:13 5e14af77c1be: Download complete 19:14:13 01666e4c0597: Download complete 19:14:13 8ad3a11d3b57: Download complete 19:14:13 df20fa9351a1: Pull complete 19:14:13 36b3adc4ff6f: Pull complete 19:14:14 8ad3a11d3b57: Pull complete 19:14:14 46f8f816bc3b: Pull complete 19:14:15 aa168da1d23b: Verifying Checksum 19:14:15 aa168da1d23b: Download complete 19:14:16 93b61091891f: Pull complete 19:14:16 93b9cdb0e59b: Pull complete 19:14:16 5e14af77c1be: Pull complete 19:14:16 01666e4c0597: Pull complete 19:14:24 aa168da1d23b: Pull complete 19:14:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 19:14:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 19:14:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 19:14:25 prd-centos7-docker-4c-2g-18551 does not seem to be running inside a container 19:14:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 19:14:35 $ docker top 498c722c8e38e7edae6e49013e0315647d2ada9f280aec5d8cebe84739fffb51 -eo pid,comm [Pipeline] { [Pipeline] sh 19:14:36 + touch /tmp/pre-build-complete [Pipeline] sh 19:14:36 + mkdir -p /var/log/sa [Pipeline] sh 19:14:37 + ls /var/log/sa-host 19:14:37 + sadf -c /var/log/sa-host/sa05 19:14:37 file_magic: OK 19:14:37 HZ: Using current value: 100 19:14:37 file_header: OK 19:14:37 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:14:37 Statistics: 19:14:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 19:14:37 File successfully converted to sysstat format version 12.2.1 19:14:37 + sadf -c /var/log/sa-host/sa23 19:14:37 file_magic: OK 19:14:37 HZ: Using current value: 100 19:14:37 file_header: OK 19:14:37 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 19:14:37 Statistics: 19:14:37 Hnuu...uuuununununu... 19:14:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 19:14:37 provisioning config files... 19:14:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config5666936331625819612tmp [Pipeline] { [Pipeline] echo 19:14:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 19:14:38 ---> create-netrc.sh [Pipeline] } 19:14:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 19:14:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 19:14:38 ---> python-tools-install.sh [Pipeline] echo 19:14:38 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 19:14:38 ---> sudo-logs.sh 19:14:38 Archiving 'sudo' log.. [Pipeline] echo 19:14:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 19:14:39 ---> job-cost.sh 19:14:39 lf-activate-venv: SKIPPING 19:14:39 INFO: No Stack... 19:14:40 INFO: Retrieving Pricing Info for: v1-standard-2 19:14:40 INFO: Archiving Costs [Pipeline] echo 19:14:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 19:14:40 ---> logs-deploy.sh 19:14:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2981/5 19:14:40 INFO: archiving workspace using pattern(s): 19:14:42 Archives upload complete. 19:14:42 INFO: archiving logs to Nexus