Pull request #3115 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 851e4143f28a2cd8068469dd505430949f64edc8+c250855f865f8c62af0409146ed617a84f3308da (26fdb2540dff6f74d2a044d1c0b78e7de4fd291a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-24997 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 c250855f865f8c62af0409146ed617a84f3308da into PR head commit 851e4143f28a2cd8068469dd505430949f64edc8 Merge succeeded, producing 851e4143f28a2cd8068469dd505430949f64edc8 Checking out Revision 851e4143f28a2cd8068469dd505430949f64edc8 (PR-3115) > 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/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 851e4143f28a2cd8068469dd505430949f64edc8 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 851e4143f28a2cd8068469dd505430949f64edc8 # timeout=10 Commit message: "feat(security): Address PR feedback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:23:11 Timeout set to expire in 6 hr 0 min > git rev-list --no-walk d2b48e5733f1916416f43ba9c1c0c75d09103633 # timeout=10 [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:23:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:23:12 ========================================================= 16:23:12 EdgeX Global Pipelines Version Info 16:23:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:23:13 ------------------- 16:23:13 stable info: 16:23:13 ------------------- 16:23:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:23:13 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:23:13 Message: update stable to v1.0.179 16:23:14 ------------------- 16:23:14 experimental info: 16:23:14 ------------------- 16:23:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:23:14 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 16:23:14 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:23:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:23:15 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:23:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:23:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:23:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:23:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:23:15 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:23:15 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:23:15 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:23:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:23:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:23:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:23:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:23:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:23:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:23:16 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:23:16 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:23:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:23:16 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:23:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:23:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:23:17 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:23:17 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:23:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3115 [Pipeline] echo 16:23:17 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3115 [Pipeline] echo 16:23:17 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3115 [Pipeline] echo 16:23:17 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 851e4143f28a2cd8068469dd505430949f64edc8 [Pipeline] echo 16:23:17 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 851e414 [Pipeline] echo 16:23:17 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:23:18 provisioning config files... 16:23:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config7685920665837184780tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:23:18 ---> docker-login.sh 16:23:18 nexus3.edgexfoundry.org:10001 16:23:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:19 Configure a credential helper to remove this warning. See 16:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:19 16:23:19 Login Succeeded 16:23:19 nexus3.edgexfoundry.org:10002 16:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:19 Configure a credential helper to remove this warning. See 16:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:19 16:23:19 Login Succeeded 16:23:19 nexus3.edgexfoundry.org:10003 16:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:19 Configure a credential helper to remove this warning. See 16:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:19 16:23:19 Login Succeeded 16:23:19 nexus3.edgexfoundry.org:10004 16:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:19 Configure a credential helper to remove this warning. See 16:23:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:19 16:23:19 Login Succeeded 16:23:19 docker.io 16:23:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:23:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:23:20 Configure a credential helper to remove this warning. See 16:23:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:23:20 16:23:20 Login Succeeded 16:23:20 ---> docker-login.sh ends [Pipeline] } 16:23:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:23:20 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:23:20 + for file in '`ls cmd/**/Dockerfile`' 16:23:20 ++ dirname cmd/core-command/Dockerfile 16:23:20 ++ cut -d/ -f2 16:23:20 + echo core-command,cmd/core-command/Dockerfile 16:23:20 + for file in '`ls cmd/**/Dockerfile`' 16:23:20 ++ dirname cmd/core-data/Dockerfile 16:23:20 ++ cut -d/ -f2 16:23:20 + echo core-data,cmd/core-data/Dockerfile 16:23:20 + for file in '`ls cmd/**/Dockerfile`' 16:23:20 ++ dirname cmd/core-metadata/Dockerfile 16:23:20 ++ cut -d/ -f2 16:23:20 + echo core-metadata,cmd/core-metadata/Dockerfile 16:23:20 + for file in '`ls cmd/**/Dockerfile`' 16:23:20 ++ dirname cmd/security-bootstrapper/Dockerfile 16:23:20 ++ cut -d/ -f2 16:23:20 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 16:23:20 + for file in '`ls cmd/**/Dockerfile`' 16:23:20 ++ dirname cmd/security-proxy-setup/Dockerfile 16:23:20 ++ cut -d/ -f2 16:23:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:23:20 + for file in '`ls cmd/**/Dockerfile`' 16:23:20 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:23:20 ++ cut -d/ -f2 16:23:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:23:20 + for file in '`ls cmd/**/Dockerfile`' 16:23:20 ++ dirname cmd/support-notifications/Dockerfile 16:23:20 ++ cut -d/ -f2 16:23:20 + echo support-notifications,cmd/support-notifications/Dockerfile 16:23:20 + for file in '`ls cmd/**/Dockerfile`' 16:23:20 ++ dirname cmd/support-scheduler/Dockerfile 16:23:20 ++ cut -d/ -f2 16:23:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:23:20 + for file in '`ls cmd/**/Dockerfile`' 16:23:20 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:23:20 ++ cut -d/ -f2 16:23:20 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:23:20 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:23:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:22 16:23:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:23:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:22 latest: Pulling from edgex-devops/git-semver 16:23:22 31603596830f: Pulling fs layer 16:23:22 2a8b12db71e7: Pulling fs layer 16:23:22 6ca5941a6612: Pulling fs layer 16:23:22 ecc8261a40a4: Pulling fs layer 16:23:22 ecc8261a40a4: Waiting 16:23:22 2a8b12db71e7: Verifying Checksum 16:23:22 2a8b12db71e7: Download complete 16:23:22 31603596830f: Download complete 16:23:23 ecc8261a40a4: Verifying Checksum 16:23:23 ecc8261a40a4: Download complete 16:23:23 6ca5941a6612: Verifying Checksum 16:23:23 6ca5941a6612: Download complete 16:23:23 31603596830f: Pull complete 16:23:23 2a8b12db71e7: Pull complete 16:23:24 6ca5941a6612: Pull complete 16:23:24 ecc8261a40a4: Pull complete 16:23:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:23:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:23:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:23:24 prd-centos7-docker-4c-2g-24997 does not seem to be running inside a container 16:23:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:23:26 $ docker top f085e857b4314645a75450039e03afb968ca3fa58970eb815801c81a6e08523c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:23:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:23:26 [ssh-agent] Looking for ssh-agent implementation... 16:23:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:23:27 $ docker exec f085e857b4314645a75450039e03afb968ca3fa58970eb815801c81a6e08523c ssh-agent 16:23:27 SSH_AUTH_SOCK=/tmp/ssh-v2DduqaosYL7/agent.11 16:23:27 SSH_AGENT_PID=17 16:23:27 Running ssh-add (command line suppressed) 16:23:27 Identity added: /w/workspace/edgex-go/8@tmp/private_key_1366148421123548880.key (/w/workspace/edgex-go/8@tmp/private_key_1366148421123548880.key) 16:23:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:23:27 + git tag --points-at HEAD [Pipeline] } 16:23:27 $ docker exec --env ******** --env ******** f085e857b4314645a75450039e03afb968ca3fa58970eb815801c81a6e08523c ssh-agent -k 16:23:27 unset SSH_AUTH_SOCK; 16:23:27 unset SSH_AGENT_PID; 16:23:27 echo Agent pid 17 killed; 16:23:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:23:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:23:28 [ssh-agent] Looking for ssh-agent implementation... 16:23:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:23:28 $ docker exec f085e857b4314645a75450039e03afb968ca3fa58970eb815801c81a6e08523c ssh-agent 16:23:28 SSH_AUTH_SOCK=/tmp/ssh-22UNhpvWFvii/agent.46 16:23:28 SSH_AGENT_PID=51 16:23:28 Running ssh-add (command line suppressed) 16:23:28 Identity added: /w/workspace/edgex-go/8@tmp/private_key_6575946392404421998.key (/w/workspace/edgex-go/8@tmp/private_key_6575946392404421998.key) 16:23:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:23:29 + git semver init 16:23:29 # -> Open(): unable to determine branch for HEAD 16:23:29 # $GIT_DIR = /w/workspace/edgex-go/8/.git 16:23:29 # $GIT_WORK_TREE = /w/workspace/edgex-go/8 16:23:29 # $SEMVER_REMOTE_NAME = origin 16:23:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:23:29 # $SEMVER_USER_NAME = edgex-jenkins 16:23:29 # $SEMVER_BRANCH = PR-3115 16:23:29 # $SEMVER_TEMP = /tmp/semver-307869445 16:23:29 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:23:47 # '/tmp/semver-307869445' -> '/w/workspace/edgex-go/8/.semver' 16:23:47 # -> Force: false 16:23:47 # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } 16:23:47 $ docker exec --env ******** --env ******** f085e857b4314645a75450039e03afb968ca3fa58970eb815801c81a6e08523c ssh-agent -k 16:23:47 unset SSH_AUTH_SOCK; 16:23:47 unset SSH_AGENT_PID; 16:23:47 echo Agent pid 51 killed; 16:23:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:23:48 + git semver [Pipeline] } 16:23:48 $ docker stop --time=1 f085e857b4314645a75450039e03afb968ca3fa58970eb815801c81a6e08523c 16:23:49 $ docker rm -f f085e857b4314645a75450039e03afb968ca3fa58970eb815801c81a6e08523c [Pipeline] // withDockerContainer [Pipeline] sh 16:23:50 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:23:50 Stashed 1 file(s) [Pipeline] echo 16:23:50 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:23:51 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:23:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:23:52 + true 16:23:52 + sudo service docker restart 16:23:52 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:23:52 ========================================================= 16:23:52 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:23:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:23:53 + 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 . 16:23:56 Sending build context to Docker daemon 327.6MB 16:23:56 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:23:56 Step 2/6 : FROM ${BASE} 16:23:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:23:56 188c0c94c7c5: Pulling fs layer 16:23:56 0ef7d3d256c8: Pulling fs layer 16:23:56 de9db76c5a1d: Pulling fs layer 16:23:56 bca2f99d35d6: Pulling fs layer 16:23:56 93359f2a8cfa: Pulling fs layer 16:23:56 7c6f9722023f: Pulling fs layer 16:23:56 a35cf1a2eb13: Pulling fs layer 16:23:56 93359f2a8cfa: Waiting 16:23:56 7c6f9722023f: Waiting 16:23:56 a35cf1a2eb13: Waiting 16:23:56 bca2f99d35d6: Waiting 16:23:56 de9db76c5a1d: Verifying Checksum 16:23:56 de9db76c5a1d: Download complete 16:23:56 0ef7d3d256c8: Verifying Checksum 16:23:56 0ef7d3d256c8: Download complete 16:23:56 93359f2a8cfa: Verifying Checksum 16:23:56 93359f2a8cfa: Download complete 16:23:56 188c0c94c7c5: Verifying Checksum 16:23:56 188c0c94c7c5: Download complete 16:23:56 7c6f9722023f: Verifying Checksum 16:23:56 7c6f9722023f: Download complete 16:23:57 188c0c94c7c5: Pull complete 16:23:57 0ef7d3d256c8: Pull complete 16:23:57 de9db76c5a1d: Pull complete 16:23:59 a35cf1a2eb13: Verifying Checksum 16:23:59 a35cf1a2eb13: Download complete 16:23:59 bca2f99d35d6: Verifying Checksum 16:23:59 bca2f99d35d6: Download complete 16:24:04 bca2f99d35d6: Pull complete 16:24:04 93359f2a8cfa: Pull complete 16:24:04 7c6f9722023f: Pull complete 16:24:06 Still waiting to schedule task 16:24:06 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:24:11 a35cf1a2eb13: Pull complete 16:24:11 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:24:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:24:11 ---> a62c8e92a672 16:24:11 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 16:24:11 ---> Running in 1547b4f9673e 16:24:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:24:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:24:12 (1/12) Installing libmagic (5.38-r0) 16:24:13 (2/12) Installing file (5.38-r0) 16:24:13 (3/12) Installing libc-dev (0.7.2-r3) 16:24:13 (4/12) Installing g++ (9.3.0-r2) 16:24:18 (5/12) Installing fortify-headers (1.1-r0) 16:24:18 (6/12) Installing patch (2.7.6-r6) 16:24:18 (7/12) Installing build-base (0.5-r2) 16:24:18 (8/12) Installing libsodium (1.0.18-r0) 16:24:18 (9/12) Installing pkgconf (1.7.2-r0) 16:24:18 (10/12) Installing libsodium-dev (1.0.18-r0) 16:24:18 (11/12) Installing libzmq (4.3.3-r0) 16:24:18 (12/12) Installing zeromq-dev (4.3.3-r0) 16:24:18 Executing busybox-1.31.1-r19.trigger 16:24:18 OK: 233 MiB in 51 packages 16:24:22 Removing intermediate container 1547b4f9673e 16:24:22 ---> ca1df1b1b6d0 16:24:22 Step 4/6 : WORKDIR /edgex-go 16:24:22 ---> Running in 65bd83f381a7 16:24:22 Removing intermediate container 65bd83f381a7 16:24:22 ---> 7082815e06c5 16:24:22 Step 5/6 : COPY go.mod . 16:24:22 ---> 8a6b0af05a21 16:24:22 Step 6/6 : RUN go mod download 16:24:22 ---> Running in 3b52340b5b97 16:24:44 Removing intermediate container 3b52340b5b97 16:24:44 ---> e6886f70664b 16:24:44 Successfully built e6886f70664b 16:24:44 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:24:44 + docker inspect -f . ci-base-image-x86_64 16:24:44 . [Pipeline] withDockerContainer 16:24:45 prd-centos7-docker-4c-2g-24997 does not seem to be running inside a container 16:24:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:24:45 $ docker top f85b650791c9866944fa2cc77724934701fea3cf706d3e364e7faef7a5341ec2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:24:46 + go version 16:24:46 go version go1.15.5 linux/amd64 [Pipeline] } 16:24:46 $ docker stop --time=1 f85b650791c9866944fa2cc77724934701fea3cf706d3e364e7faef7a5341ec2 16:24:48 $ docker rm -f f85b650791c9866944fa2cc77724934701fea3cf706d3e364e7faef7a5341ec2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:24:49 + docker inspect -f . ci-base-image-x86_64 16:24:49 . [Pipeline] withDockerContainer 16:24:49 prd-centos7-docker-4c-2g-24997 does not seem to be running inside a container 16:24:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:24:50 $ docker top ac984736d9619fb602f521428806fd1fefb7f6c3487ec74505c847c53deda765 -eo pid,comm [Pipeline] { [Pipeline] echo 16:24:50 ========================================================= 16:24:50 [edgeXBuildGoParallel] Running Tests and Build... 16:24:50 ========================================================= [Pipeline] sh 16:24:50 + make test 16:24:50 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:24:59 ? github.com/edgexfoundry/edgex-go [no test files] 16:25:14 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:25:20 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:25:20 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:25:20 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:25:23 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:25:23 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:25:23 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:25:23 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:25:23 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:25:23 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:25:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:25:25 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:25:25 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:25:27 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.089s coverage: 46.0% of statements 16:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:25:27 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:25:27 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.056s coverage: 100.0% of statements 16:25:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.202s coverage: 27.1% of statements 16:25:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:25:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:25:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:25:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:25:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:25:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:25:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 16:25:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:25:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.032s coverage: 100.0% of statements 16:25:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:25:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:25:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.081s coverage: 65.8% of statements 16:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:25:31 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.429s coverage: 82.3% of statements 16:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:25:31 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.070s coverage: 100.0% of statements 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.093s coverage: 86.7% of statements 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:25:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:25:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:25:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.377s coverage: 92.8% of statements 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:25:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:25:36 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.058s coverage: 0.1% of statements 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:25:36 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:25:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 45.5% of statements 16:25:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.039s coverage: 79.5% of statements 16:25:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements 16:25:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.064s coverage: 96.3% of statements 16:25:36 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements 16:25:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.041s coverage: 94.4% of statements 16:25:49 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.058s coverage: 92.9% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.041s coverage: 77.8% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.037s coverage: 87.2% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.062s coverage: 87.2% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.042s coverage: 84.2% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.148s coverage: 63.5% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 91.3% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.031s coverage: 100.0% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.031s coverage: 100.0% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.259s coverage: 68.9% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.082s coverage: 37.0% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.260s coverage: 84.0% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.031s coverage: 100.0% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.115s coverage: 47.0% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.048s coverage: 100.0% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.065s coverage: 90.4% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.689s coverage: 29.1% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.056s coverage: 100.0% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:25:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 16:25:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 16:25:59 GO111MODULE=on go vet ./... 16:26:15 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24998 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws 16:26:15 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 16:26:21 using credential edgex-jenkins-ssh 16:26:21 Cloning the remote Git repository 16:26:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:26:21 > git init /w/workspace/edgex-go/8 # timeout=10 16:26:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:26:21 > git --version # timeout=10 16:26:21 > git --version # 'git version 2.17.1' 16:26:21 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:26 gofmt -l . 16:26:26 [ "`gofmt -l .`" = "" ] 16:26:26 ./bin/test-go-mod-tidy.sh 16:26:26 ./bin/test-attribution-txt.sh [Pipeline] sh 16:26:26 + ls -al . 16:26:26 total 688 16:26:26 drwxrwxr-x 10 1001 1001 4096 Feb 4 16:26 . 16:26:26 drwxr-xr-x 4 root root 28 Feb 4 16:24 .. 16:26:26 -rw-rw-r-- 1 1001 1001 11 Feb 4 16:23 .dockerignore 16:26:26 drwxrwxr-x 8 1001 1001 179 Feb 4 16:23 .git 16:26:26 drwxrwxr-x 3 1001 1001 125 Feb 4 16:23 .github 16:26:26 -rw-rw-r-- 1 1001 1001 818 Feb 4 16:23 .gitignore 16:26:26 drwx------ 3 1001 1001 60 Feb 4 16:23 .semver 16:26:26 -rw-rw-r-- 1 1001 1001 166 Feb 4 16:23 .sonarcloud.properties 16:26:26 -rw-rw-r-- 1 1001 1001 7859 Feb 4 16:23 Attribution.txt 16:26:26 -rw-rw-r-- 1 1001 1001 3804 Feb 4 16:23 CONTRIBUTING.md 16:26:26 -rw-rw-r-- 1 1001 1001 931 Feb 4 16:23 Dockerfile.build 16:26:26 -rw-rw-r-- 1 1001 1001 863 Feb 4 16:23 Jenkinsfile 16:26:26 -rw-rw-r-- 1 1001 1001 10775 Feb 4 16:23 LICENSE 16:26:26 -rw-rw-r-- 1 1001 1001 5774 Feb 4 16:23 Makefile 16:26:26 -rw-rw-r-- 1 1001 1001 6524 Feb 4 16:23 README.md 16:26:26 -rw-rw-r-- 1 1001 1001 6755 Feb 4 16:23 SECURITY.md 16:26:26 -rw-rw-r-- 1 1001 1001 5 Feb 4 16:23 VERSION 16:26:26 -rw-rw-r-- 1 1001 1001 4131 Feb 4 16:23 ZMQWindows.md 16:26:26 drwxrwxr-x 2 1001 1001 117 Feb 4 16:23 bin 16:26:26 drwxrwxr-x 14 1001 1001 4096 Feb 4 16:23 cmd 16:26:26 -rw-r--r-- 1 root root 582978 Feb 4 16:25 coverage.out 16:26:26 -rw-r--r-- 1 root root 1054 Feb 4 16:26 go.mod 16:26:26 -rw-r--r-- 1 root root 19290 Feb 4 16:26 go.sum 16:26:26 drwxrwxr-x 8 1001 1001 127 Feb 4 16:23 internal 16:26:26 drwxrwxr-x 4 1001 1001 26 Feb 4 16:23 openapi 16:26:26 drwxrwxr-x 4 1001 1001 71 Feb 4 16:23 snap 16:26:26 -rw-rw-r-- 1 1001 1001 168 Feb 4 16:23 version.go [Pipeline] sh 16:26:27 + '[' -e coverage.out ] 16:26:27 + chown 1001:1001 coverage.out [Pipeline] stash 16:26:27 Stashed 1 file(s) [Pipeline] sh 16:26:27 + make build 16:26:27 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 16:26:31 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 16:26:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:26:37 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:26:37 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:26:37 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:26:37 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:26:38 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 851e4143f28a2cd8068469dd505430949f64edc8 16:26:39 Merge succeeded, producing 851e4143f28a2cd8068469dd505430949f64edc8 16:26:39 Checking out Revision 851e4143f28a2cd8068469dd505430949f64edc8 (PR-3115) 16:26:40 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 16:26:38 > git config core.sparsecheckout # timeout=10 16:26:38 > git checkout -f 851e4143f28a2cd8068469dd505430949f64edc8 # timeout=10 16:26:38 > git remote # timeout=10 16:26:38 > git config --get remote.origin.url # timeout=10 16:26:39 using GIT_SSH to set credentials SSH Credentials for GitHub 16:26:39 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 16:26:39 > git rev-parse HEAD^{commit} # timeout=10 16:26:39 > git config core.sparsecheckout # timeout=10 16:26:39 > git checkout -f 851e4143f28a2cd8068469dd505430949f64edc8 # timeout=10 16:26:40 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 16:26:42 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 16:26:42 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 16:26:43 Commit message: "feat(security): Address PR feedback" 16:26:43 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 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:26:45 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 16:26:45 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 16:26:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:26:46 + true 16:26:46 + sudo service docker restart 16:26:46 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 16:26:47 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 16:26:48 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] withEnv [Pipeline] { [Pipeline] wrap 16:26:48 provisioning config files... 16:26:48 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config3200022650363412850tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:26:49 ---> docker-login.sh 16:26:49 nexus3.edgexfoundry.org:10001 16:26:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:26:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:50 Configure a credential helper to remove this warning. See 16:26:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:50 16:26:50 Login Succeeded 16:26:50 nexus3.edgexfoundry.org:10002 16:26:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:51 Configure a credential helper to remove this warning. See 16:26:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:51 16:26:51 Login Succeeded 16:26:51 nexus3.edgexfoundry.org:10003 16:26:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } 16:26:51 $ docker stop --time=1 ac984736d9619fb602f521428806fd1fefb7f6c3487ec74505c847c53deda765 16:26:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:51 Configure a credential helper to remove this warning. See 16:26:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:51 16:26:51 Login Succeeded 16:26:51 nexus3.edgexfoundry.org:10004 16:26:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:52 Configure a credential helper to remove this warning. See 16:26:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:52 16:26:52 Login Succeeded 16:26:52 docker.io 16:26:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:26:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:26:53 Configure a credential helper to remove this warning. See 16:26:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:26:53 16:26:53 Login Succeeded 16:26:53 ---> docker-login.sh ends 16:26:53 $ docker rm -f ac984736d9619fb602f521428806fd1fefb7f6c3487ec74505c847c53deda765 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 16:26:53 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 16:26:56 ========================================================= 16:26:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:26:56 ========================================================= [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 16:26:56 + 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 . 16:26:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:26:57 16:26:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:26:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:26:57 latest: Pulling from edgex-devops/edgex-compose 16:26:57 cbdbe7a5bc2a: Pulling fs layer 16:26:57 ca9280d653b3: Pulling fs layer 16:26:57 7e9c9ca2126c: Pulling fs layer 16:26:57 cbdbe7a5bc2a: Download complete 16:26:58 ca9280d653b3: Verifying Checksum 16:26:58 ca9280d653b3: Download complete 16:26:58 cbdbe7a5bc2a: Pull complete 16:26:59 ca9280d653b3: Pull complete 16:26:59 Sending build context to Docker daemon 166.2MB 16:26:59 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 16:26:59 Step 2/6 : FROM ${BASE} 16:26:59 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:26:59 5f621e34cdf4: Pulling fs layer 16:26:59 a4357932f1b6: Pulling fs layer 16:26:59 18c013af1878: Pulling fs layer 16:26:59 00ac8860ef70: Pulling fs layer 16:26:59 63d7cb157983: Pulling fs layer 16:26:59 b116817d02f9: Pulling fs layer 16:26:59 745a02a5169b: Pulling fs layer 16:26:59 00ac8860ef70: Waiting 16:26:59 63d7cb157983: Waiting 16:26:59 b116817d02f9: Waiting 16:26:59 745a02a5169b: Waiting 16:26:59 18c013af1878: Download complete 16:26:59 a4357932f1b6: Verifying Checksum 16:26:59 a4357932f1b6: Download complete 16:26:59 63d7cb157983: Verifying Checksum 16:26:59 63d7cb157983: Download complete 16:26:59 b116817d02f9: Verifying Checksum 16:26:59 b116817d02f9: Download complete 16:26:59 5f621e34cdf4: Download complete 16:27:00 5f621e34cdf4: Pull complete 16:27:00 7e9c9ca2126c: Download complete 16:27:00 a4357932f1b6: Pull complete 16:27:01 18c013af1878: Pull complete 16:27:02 745a02a5169b: Verifying Checksum 16:27:02 745a02a5169b: Download complete 16:27:04 00ac8860ef70: Verifying Checksum 16:27:04 00ac8860ef70: Download complete 16:27:07 7e9c9ca2126c: Pull complete 16:27:07 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:27:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:27:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:27:07 prd-centos7-docker-4c-2g-24997 does not seem to be running inside a container 16:27:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:27:09 $ docker top d14efb448d4a0ee3007849fb304036cd900d13cd6e90e32a1a6f67397f61f4bf -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:10 + docker-compose build --help 16:27:10 + grep parallel 16:27:11 --parallel Build images in parallel. [Pipeline] } 16:27:11 $ docker stop --time=1 d14efb448d4a0ee3007849fb304036cd900d13cd6e90e32a1a6f67397f61f4bf 16:27:12 $ docker rm -f d14efb448d4a0ee3007849fb304036cd900d13cd6e90e32a1a6f67397f61f4bf [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:27:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:27:13 . [Pipeline] withDockerContainer 16:27:13 prd-centos7-docker-4c-2g-24997 does not seem to be running inside a container 16:27:13 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:27:14 $ docker top 3d27201814ba1bd39ca036c4e490f6d5cda52ab1ba0dbe11526eb2252cc31b8c -eo pid,comm [Pipeline] { [Pipeline] sh 16:27:14 00ac8860ef70: Pull complete 16:27:14 63d7cb157983: Pull complete 16:27:14 b116817d02f9: Pull complete 16:27:14 + docker-compose -f ./docker-compose-build.yml build --parallel 16:27:15 Building docker-core-command-go ... 16:27:15 Building docker-core-data-go ... 16:27:15 Building docker-core-metadata-go ... 16:27:15 Building docker-security-bootstrapper-go ... 16:27:15 Building docker-security-proxy-setup-go ... 16:27:15 Building docker-security-secretstore-setup-go ... 16:27:15 Building docker-support-notifications-go ... 16:27:15 Building docker-support-scheduler-go ... 16:27:15 Building docker-sys-mgmt-agent-go ... 16:27:15 Building docker-support-scheduler-go 16:27:15 Building docker-core-command-go 16:27:15 Building docker-security-proxy-setup-go 16:27:15 Building docker-support-notifications-go 16:27:15 Building docker-sys-mgmt-agent-go 16:27:17 745a02a5169b: Pull complete 16:27:18 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 16:27:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:27:18 ---> b7e6874047d6 16:27:18 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 16:27:21 ---> Running in 99ef2369af63 16:27:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:27:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:27:24 (1/12) Installing libmagic (5.38-r0) 16:27:24 (2/12) Installing file (5.38-r0) 16:27:24 (3/12) Installing libc-dev (0.7.2-r3) 16:27:24 (4/12) Installing g++ (9.3.0-r2) 16:27:29 (5/12) Installing fortify-headers (1.1-r0) 16:27:29 (6/12) Installing patch (2.7.6-r6) 16:27:29 (7/12) Installing build-base (0.5-r2) 16:27:29 (8/12) Installing libsodium (1.0.18-r0) 16:27:29 (9/12) Installing pkgconf (1.7.2-r0) 16:27:29 (10/12) Installing libsodium-dev (1.0.18-r0) 16:27:29 (11/12) Installing libzmq (4.3.3-r0) 16:27:29 (12/12) Installing zeromq-dev (4.3.3-r0) 16:27:29 Executing busybox-1.31.1-r19.trigger 16:27:29 OK: 217 MiB in 51 packages 16:27:34 Removing intermediate container 99ef2369af63 16:27:34 ---> bfe567f5b45b 16:27:34 Step 4/6 : WORKDIR /edgex-go 16:27:34 ---> Running in 30b57f373de6 16:27:34 Removing intermediate container 30b57f373de6 16:27:34 ---> 9d8fc12c2895 16:27:34 Step 5/6 : COPY go.mod . 16:27:35 ---> 768b2f16bcb7 16:27:35 Step 6/6 : RUN go mod download 16:27:35 ---> Running in bd18672f8a6c 16:27:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:27:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:27:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:27:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:27:48 ---> e6886f70664b 16:27:48 Step 3/23 : WORKDIR /edgex-go 16:27:48 ---> e6886f70664b 16:27:48 Step 3/22 : WORKDIR /edgex-go 16:27:48 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:27:48 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:27:48 ---> e6886f70664b 16:27:48 Step 3/21 : WORKDIR /edgex-go 16:27:48 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:27:48 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:27:48 ---> e6886f70664b 16:27:48 Step 3/26 : WORKDIR /edgex-go 16:27:48 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:27:48 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:27:48 ---> e6886f70664b 16:27:48 Step 3/22 : WORKDIR /edgex-go 16:27:48 ---> Running in bee1e15fdedc 16:27:48 ---> Running in e3bd84d0d0c0 16:27:48 ---> Running in f6b9f6e2d74f 16:27:48 ---> Running in d689b293c028 16:27:48 ---> Running in af0d820edb67 16:27:48 Removing intermediate container e3bd84d0d0c0 16:27:48 ---> 0391e9cb49f9 16:27:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:48 Removing intermediate container f6b9f6e2d74f 16:27:48 ---> eae4b9054f7c 16:27:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:48 Removing intermediate container bee1e15fdedc 16:27:48 ---> 3e3ffa275117 16:27:48 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:48 Removing intermediate container af0d820edb67 16:27:48 ---> 6dd6ee9e64a9 16:27:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:48 Removing intermediate container d689b293c028 16:27:48 ---> a67d1bfa7008 16:27:48 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:27:48 ---> Running in 4243fc7499a5 16:27:48 ---> Running in 240d5b09e686 16:27:48 ---> Running in 6eeef70d50ac 16:27:48 ---> Running in acf0a4e78d10 16:27:48 ---> Running in ac0b6cd3c83b 16:27:48 Removing intermediate container 4243fc7499a5 16:27:48 ---> a81e68d14870 16:27:48 Step 5/22 : RUN apk add --update --no-cache make git 16:27:49 Removing intermediate container 240d5b09e686 16:27:49 ---> 08c8744f8e6c 16:27:49 Step 5/21 : RUN apk add --update --no-cache make git 16:27:49 ---> Running in 7af374ad336d 16:27:49 Removing intermediate container 6eeef70d50ac 16:27:49 ---> 7b03724aa776 16:27:49 Step 5/23 : RUN apk add --update --no-cache make git 16:27:49 Removing intermediate container ac0b6cd3c83b 16:27:49 ---> 65c86318811c 16:27:49 Step 5/26 : RUN apk add --update --no-cache make bash git 16:27:49 ---> Running in a3392056120a 16:27:49 ---> Running in a1bb9d341897 16:27:49 Removing intermediate container acf0a4e78d10 16:27:49 ---> 0f9266fa2065 16:27:49 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:27:49 ---> Running in ba42d3b15aa7 16:27:49 ---> Running in 8d13d9636e56 16:27:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:27:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:51 OK: 233 MiB in 51 packages 16:27:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:27:51 OK: 233 MiB in 51 packages 16:27:51 OK: 233 MiB in 51 packages 16:27:51 OK: 233 MiB in 51 packages 16:27:51 OK: 233 MiB in 51 packages 16:27:52 Removing intermediate container 7af374ad336d 16:27:52 ---> 1258f6083c78 16:27:52 Step 6/22 : COPY go.mod . 16:27:52 Removing intermediate container a1bb9d341897 16:27:52 ---> dbaa09e9bc77 16:27:52 Step 6/23 : COPY go.mod . 16:27:52 ---> d898f7797c8b 16:27:52 Step 7/22 : RUN go mod download 16:27:52 Removing intermediate container ba42d3b15aa7 16:27:52 ---> dde2d6a7496f 16:27:52 Step 6/26 : COPY go.mod . 16:27:52 ---> Running in 41748dd443a8 16:27:52 Removing intermediate container 8d13d9636e56 16:27:52 ---> 8535bbf8a7c2 16:27:52 Step 6/22 : COPY go.mod . 16:27:53 ---> 1de89a8f940c 16:27:53 Step 7/23 : RUN go mod download 16:27:53 Removing intermediate container a3392056120a 16:27:53 ---> 57f0b6924a06 16:27:53 Step 6/21 : COPY go.mod . 16:27:53 ---> 1a140585ad1b 16:27:53 Step 7/26 : RUN go mod download 16:27:53 ---> Running in 2b60af98a9da 16:27:53 ---> Running in 4c2af965bb4e 16:27:53 ---> 4ae777b59a15 16:27:53 Step 7/22 : RUN go mod download 16:27:53 ---> 63820704847c 16:27:53 Step 7/21 : RUN go mod download 16:27:53 ---> Running in c869055ec6c1 16:27:53 ---> Running in 7bbbf8f39995 16:27:55 Removing intermediate container 41748dd443a8 16:27:55 ---> 1545082ba7b5 16:27:55 Step 8/22 : COPY . . 16:27:55 Removing intermediate container 4c2af965bb4e 16:27:55 ---> 401868f75283 16:27:55 Step 8/26 : COPY . . 16:27:55 Removing intermediate container 2b60af98a9da 16:27:55 ---> 803a2ab7b257 16:27:55 Step 8/23 : COPY . . 16:27:56 Removing intermediate container 7bbbf8f39995 16:27:56 ---> 66a4a95d3579 16:27:56 Step 8/21 : COPY . . 16:27:59 Removing intermediate container c869055ec6c1 16:27:59 ---> afefa6fa8116 16:27:59 Step 8/22 : COPY . . 16:28:02 Removing intermediate container bd18672f8a6c 16:28:02 ---> fda0a4b7eef6 16:28:02 Successfully built fda0a4b7eef6 16:28:02 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:28:02 + docker inspect -f . ci-base-image-arm64 16:28:02 . [Pipeline] withDockerContainer 16:28:03 prd-ubuntu18.04-docker-arm64-4c-16g-24998 does not seem to be running inside a container 16:28:03 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:28:04 $ docker top 0f89a1e8d9f93dd6be0cf13105e4487b559ec57f26dd6957dc26fde9e6ca77a3 -eo pid,comm [Pipeline] { [Pipeline] sh 16:28:06 + go version 16:28:06 go version go1.15.5 linux/arm64 [Pipeline] } 16:28:06 $ docker stop --time=1 0f89a1e8d9f93dd6be0cf13105e4487b559ec57f26dd6957dc26fde9e6ca77a3 16:28:07 $ docker rm -f 0f89a1e8d9f93dd6be0cf13105e4487b559ec57f26dd6957dc26fde9e6ca77a3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:28:08 + docker inspect -f . ci-base-image-arm64 16:28:08 . [Pipeline] withDockerContainer 16:28:09 prd-ubuntu18.04-docker-arm64-4c-16g-24998 does not seem to be running inside a container 16:28:09 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:28:10 $ docker top cf31a5c8952fd5807faffff0fec8440258cfcfc2df5e92009819779528044d29 -eo pid,comm [Pipeline] { [Pipeline] echo 16:28:11 ========================================================= 16:28:11 [edgeXBuildGoParallel] Running Tests and Build... 16:28:11 ========================================================= [Pipeline] sh 16:28:11 + make test 16:28:11 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:28:34 ? github.com/edgexfoundry/edgex-go [no test files] 16:28:38 ---> 57d5bb34d062 16:28:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:28:38 ---> 7c92ffe41f73 16:28:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:28:38 ---> 98084dd22514 16:28:38 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:28:38 ---> Running in 83b90b4739f9 16:28:38 ---> Running in f00f9a2baa91 16:28:38 ---> Running in 6447ea71c921 16:28:38 ---> 429295aae107 16:28:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:28:38 ---> Running in 5a03d6564f11 16:28:38 ---> 193a2e9f0947 16:28:38 Step 9/23 : RUN make cmd/core-command/core-command 16:28:38 ---> Running in d455ac16a0ad 16:28:38 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 16:28:38 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 16:28:38 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 16:28: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 16:28:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:29:05 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 16:29:07 Removing intermediate container f00f9a2baa91 16:29:07 ---> 4545eaac8d70 16:29:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:29:07 ---> Running in 3905a98bf735 16:29:08 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 16:29:12 Removing intermediate container 83b90b4739f9 16:29:12 ---> d71de52842e8 16:29:12 16:29:12 Step 10/21 : FROM alpine:3.12 16:29:12 Removing intermediate container d455ac16a0ad 16:29:12 ---> d5ba26c4ea16 16:29:12 16:29:12 Step 10/23 : FROM alpine:3.12 16:29:12 3.12: Pulling from library/alpine 16:29:12 3.12: Pulling from library/alpine 16:29:12 Removing intermediate container 3905a98bf735 16:29:12 ---> 65d37216a7d3 16:29:12 16:29:12 Step 11/26 : FROM docker:20.10.0 16:29:12 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:29:12 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:29:12 20.10.0: Pulling from library/docker 16:29:12 Status: Downloaded newer image for alpine:3.12 16:29:12 ---> 389fef711851 16:29:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:29:12 Status: Image is up to date for alpine:3.12 16:29:12 ---> 389fef711851 16:29:12 Step 11/21 : RUN apk add --update --no-cache curl 16:29:17 ---> Running in 44aa01aa94bd 16:29:17 ---> Running in 568a0d161aae 16:29:17 Removing intermediate container 5a03d6564f11 16:29:17 ---> 2a267829c5b1 16:29:17 16:29:17 Step 10/22 : FROM alpine:3.12 16:29:17 ---> 389fef711851 16:29:17 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:29:17 Removing intermediate container 6447ea71c921 16:29:17 ---> 775c4305dc1a 16:29:17 16:29:17 Step 10/22 : FROM alpine:3.12 16:29:17 ---> 389fef711851 16:29:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:29:17 ---> Running in bcec85281ae1 16:29:17 ---> Running in cd44f7223ab0 16:29:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:18 (1/4) Installing ca-certificates (20191127-r4) 16:29:18 (1/1) Installing dumb-init (1.2.2-r1) 16:29:19 Executing busybox-1.31.1-r19.trigger 16:29:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:19 OK: 6 MiB in 15 packages 16:29:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:19 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:29:19 (3/4) Installing libcurl (7.69.1-r3) 16:29:19 (4/4) Installing curl (7.69.1-r3) 16:29:19 Executing busybox-1.31.1-r19.trigger 16:29:19 Executing ca-certificates-20191127-r4.trigger 16:29:19 OK: 7 MiB in 18 packages 16:29:19 (1/2) Installing ca-certificates (20191127-r4) 16:29:19 (2/2) Installing dumb-init (1.2.2-r1) 16:29:19 Executing busybox-1.31.1-r19.trigger 16:29:19 Executing ca-certificates-20191127-r4.trigger 16:29:19 OK: 6 MiB in 16 packages 16:29:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:20 (1/1) Installing dumb-init (1.2.2-r1) 16:29:20 Executing busybox-1.31.1-r19.trigger 16:29:20 OK: 6 MiB in 15 packages 16:29:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:29:22 Removing intermediate container 44aa01aa94bd 16:29:22 ---> 956b224b6b8b 16:29:22 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:29:22 ---> Running in dc42568db93d 16:29:22 Removing intermediate container 568a0d161aae 16:29:22 ---> 8049198a39f7 16:29:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:29:22 Removing intermediate container bcec85281ae1 16:29:22 ---> 31c2c6a1b7d5 16:29:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:29:22 Removing intermediate container cd44f7223ab0 16:29:22 ---> b8073260b795 16:29:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:29:22 ---> Running in 40c2dab2d432 16:29:22 ---> Running in af82fac0e874 16:29:22 ---> Running in d51e76893b63 16:29:23 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:29:23 Status: Downloaded newer image for docker:20.10.0 16:29:23 ---> aefe523efa57 16:29:23 Step 12/26 : RUN apk add --no-cache bash 16:29:23 Removing intermediate container dc42568db93d 16:29:23 ---> 427c9aa61c24 16:29:23 Step 13/23 : ENV APP_PORT=48082 16:29:23 ---> Running in da6481337e5f 16:29:23 Removing intermediate container af82fac0e874 16:29:23 ---> 4e59bdd0a6cb 16:29:23 Step 13/22 : ENV APP_PORT=48060 16:29:23 ---> Running in bfa5ca8a7577 16:29:23 Removing intermediate container 40c2dab2d432 16:29:23 ---> e47284ecb1d5 16:29:23 Step 13/21 : WORKDIR /edgex 16:29:23 Removing intermediate container d51e76893b63 16:29:23 ---> 27815c993553 16:29:23 Step 13/22 : ENV APP_PORT=48085 16:29:23 ---> Running in 82b350dafb24 16:29:23 ---> Running in 5f8be6e9041b 16:29:23 ---> Running in 4169902f323a 16:29:23 Removing intermediate container bfa5ca8a7577 16:29:23 ---> 873618ee6940 16:29:23 Step 14/23 : EXPOSE $APP_PORT 16:29:23 Removing intermediate container 82b350dafb24 16:29:23 ---> 83b9ac1b3694 16:29:23 Step 14/22 : EXPOSE $APP_PORT 16:29:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:23 ---> Running in 96df3af87d11 16:29:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:24 Removing intermediate container 4169902f323a 16:29:24 ---> 54ae6d23960a 16:29:24 Step 14/22 : EXPOSE $APP_PORT 16:29:24 ---> Running in 2278f76b7a72 16:29:24 Removing intermediate container 5f8be6e9041b 16:29:24 ---> 4a6491041562 16:29:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:29:24 (1/2) Installing readline (8.0.4-r0) 16:29:24 (2/2) Installing bash (5.0.17-r0) 16:29:24 Executing bash-5.0.17-r0.post-install 16:29:24 Executing busybox-1.31.1-r19.trigger 16:29:24 ---> Running in 2b64af90aae5 16:29:24 OK: 12 MiB in 22 packages 16:29:24 Removing intermediate container 2278f76b7a72 16:29:24 ---> ed06f16d8fda 16:29:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:29:24 Removing intermediate container 96df3af87d11 16:29:24 ---> 942f3a9f25b2 16:29:24 Step 15/23 : WORKDIR / 16:29:24 Removing intermediate container 2b64af90aae5 16:29:24 ---> 25f4f89bd7c1 16:29:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:29:24 ---> a7f68acb33fd 16:29:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:29:24 ---> Running in 3e8930c013d0 16:29:24 ---> 55362b1f2bd8 16:29:24 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:29:25 ---> c2b2526f48cc 16:29:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:29:25 Removing intermediate container 3e8930c013d0 16:29:25 ---> 9420627f59c4 16:29:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:29:25 Removing intermediate container da6481337e5f 16:29:25 ---> 0f760cef7df6 16:29:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:29:25 ---> 8efa648966d8 16:29:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:29:25 ---> cb7eb51f68b6 16:29:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:29:25 ---> Running in df1b87456b6c 16:29:25 ---> 8d2c019dc789 16:29:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:29:26 Removing intermediate container df1b87456b6c 16:29:26 ---> 1fa0d622488a 16:29:26 Step 14/26 : ENV APP_PORT=48090 16:29:26 ---> f102ff80b591 16:29:26 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:29:26 ---> 5dc09be97d94 16:29:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:29:26 ---> 861bf22d727a 16:29:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:29:26 ---> Running in 4b987b8c7630 16:29:26 ---> Running in 38c9a4d132bc 16:29:26 ---> Running in 9d5925bc4e25 16:29:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:29:26 ---> 2fcd5ee40af9 16:29:26 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:29:26 Removing intermediate container 4b987b8c7630 16:29:26 ---> 597d51bddaf8 16:29:26 Step 15/26 : EXPOSE $APP_PORT 16:29:27 ---> 85dadcd72c48 16:29:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:29:27 Removing intermediate container 38c9a4d132bc 16:29:27 ---> eacca3def4a8 16:29:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:29:27 Removing intermediate container 9d5925bc4e25 16:29:27 ---> 3511c40d7142 16:29:27 Step 18/21 : CMD ["--init=true"] 16:29:27 ---> Running in 8f76db497e94 16:29:27 ---> Running in 3ea86330b2ed 16:29:27 ---> Running in 83b1aa1224b6 16:29:27 ---> Running in 16ffd69d9534 16:29:27 ---> cfc6d970b099 16:29:27 Step 19/23 : ENTRYPOINT ["/core-command"] 16:29:27 Removing intermediate container 8f76db497e94 16:29:27 ---> 6b47bad6d436 16:29:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:29:27 Removing intermediate container 3ea86330b2ed 16:29:27 ---> 0b631ee00667 16:29:27 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:29:27 ---> Running in 8e93a5f976e8 16:29:27 Removing intermediate container 83b1aa1224b6 16:29:27 ---> c4c525f64fd1 16:29:27 Step 20/22 : LABEL arch=x86_64 16:29:27 ---> Running in a83982dfd7e7 16:29:27 Removing intermediate container 16ffd69d9534 16:29:27 ---> b4bf7d9ed974 16:29:27 Step 19/21 : LABEL arch=x86_64 16:29:27 ---> Running in fcd2588fc300 16:29:27 ---> Running in e0dfbb01b7f3 16:29:27 Removing intermediate container 8e93a5f976e8 16:29:27 ---> d0d438a7faf3 16:29:27 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:29:28 Removing intermediate container a83982dfd7e7 16:29:28 ---> 4056298540a4 16:29:28 Step 20/22 : LABEL arch=x86_64 16:29:28 Removing intermediate container fcd2588fc300 16:29:28 ---> 77c609288513 16:29:28 Step 21/22 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:29:28 ---> d513bec4373a 16:29:28 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:29:28 ---> Running in 1f47420ccf65 16:29:28 ---> Running in 371b97aaec3e 16:29:28 ---> Running in 52a29181c56c 16:29:28 Removing intermediate container e0dfbb01b7f3 16:29:28 ---> 36fa9590bcd3 16:29:28 Step 20/21 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:29:29 ---> Running in a8b89aafe977 16:29:29 Removing intermediate container 52a29181c56c 16:29:29 ---> 6f0b31ce9f7b 16:29:29 Step 21/22 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:29:29 ---> e7662fff7a31 16:29:29 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:29:29 Removing intermediate container 371b97aaec3e 16:29:29 ---> 938a5f96f72d 16:29:29 Step 22/22 : LABEL version=0.0.0 16:29:29 Removing intermediate container 1f47420ccf65 16:29:29 ---> 49f34924b508 16:29:29 Step 21/23 : LABEL arch=x86_64 16:29:29 ---> Running in 3774ee1321cf 16:29:29 ---> Running in b97070ffcfd7 16:29:29 Removing intermediate container a8b89aafe977 16:29:29 ---> d6e226e2bed1 16:29:29 Step 21/21 : LABEL version=0.0.0 16:29:29 ---> Running in a969944d5d72 16:29:29 ---> Running in ecd96dbdec8f 16:29:29 ---> 29a1f1cb8ca8 16:29:29 Step 19/26 : RUN apk --no-cache add py3-pip 16:29:29 Removing intermediate container 3774ee1321cf 16:29:29 ---> 332ef6fe1be2 16:29:29 Step 22/22 : LABEL version=0.0.0 16:29:29 Removing intermediate container b97070ffcfd7 16:29:29 ---> b24212efaa11 16:29:29 16:29:29 Removing intermediate container a969944d5d72 16:29:29 ---> 153bd87d0b2c 16:29:29 Step 22/23 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:29:29 ---> Running in 1a90530137b7 16:29:29 ---> Running in 10d2cb5081dd 16:29:30 Successfully built b24212efaa11 16:29:30 Removing intermediate container ecd96dbdec8f 16:29:30 ---> 8873fa5938dc 16:29:30 16:29:30 ---> Running in 99d2f94a8370 16:29:30 Successfully tagged docker-support-notifications-go:latest 16:29:30  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go 16:29:30 Successfully built 8873fa5938dc 16:29:30 Successfully tagged docker-security-proxy-setup-go:latest 16:29:30  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 16:29:30 Removing intermediate container 10d2cb5081dd 16:29:30 ---> 78374f0827ca 16:29:30 16:29:30 Removing intermediate container 99d2f94a8370 16:29:30 ---> 22e85c36fdb8 16:29:30 Step 23/23 : LABEL version=0.0.0 16:29:30 ---> Running in e363136d6fd7 16:29:30 Successfully built 78374f0827ca 16:29:30 Successfully tagged docker-support-scheduler-go:latest 16:29:30  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 16:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:29:30 Removing intermediate container e363136d6fd7 16:29:30 ---> e894a72c8db6 16:29:30 16:29:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:29:30 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:29:30 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:29:30 Successfully built e894a72c8db6 16:29:30 Successfully tagged docker-core-command-go:latest 16:29:30 Building docker-security-secretstore-setup-go 16:29:30  Building docker-core-command-go ... done (1/33) Installing libbz2 (1.0.8-r1) 16:29:30 (2/33) Installing expat (2.2.9-r1) 16:29:30 (3/33) Installing libffi (3.3-r2) 16:29:30 (4/33) Installing gdbm (1.13-r1) 16:29:30 (5/33) Installing xz-libs (5.2.5-r0) 16:29:30 (6/33) Installing sqlite-libs (3.32.1-r0) 16:29:30 (7/33) Installing python3 (3.8.5-r0) 16:29:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:29:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:29:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:29:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:29:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:29:40 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:29:43 (8/33) Installing py3-appdirs (1.4.4-r1) 16:29:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:29:43 (10/33) Installing py3-parsing (2.4.7-r0) 16:29:43 (11/33) Installing py3-six (1.15.0-r0) 16:29:43 (12/33) Installing py3-packaging (20.4-r0) 16:29:43 (13/33) Installing py3-setuptools (47.0.0-r0) 16:29:43 (14/33) Installing py3-chardet (3.0.4-r4) 16:29:43 (15/33) Installing py3-idna (2.9-r0) 16:29:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:29:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:29:43 (18/33) Installing py3-requests (2.23.0-r0) 16:29:43 (19/33) Installing py3-msgpack (1.0.0-r0) 16:29:44 (20/33) Installing py3-lockfile (0.12.2-r3) 16:29:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:29:46 (22/33) Installing py3-colorama (0.4.3-r0) 16:29:46 (23/33) Installing py3-distlib (0.3.0-r0) 16:29:46 (24/33) Installing py3-distro (1.5.0-r1) 16:29:46 (25/33) Installing py3-webencodings (0.5.1-r3) 16:29:46 (26/33) Installing py3-html5lib (1.0.1-r4) 16:29:46 (27/33) Installing py3-pytoml (0.1.21-r0) 16:29:47 (28/33) Installing py3-pep517 (0.8.2-r0) 16:29:47 (29/33) Installing py3-progress (1.5-r0) 16:29:47 (30/33) Installing py3-toml (0.10.1-r0) 16:29:47 (31/33) Installing py3-retrying (1.3.3-r0) 16:29:47 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:29:47 (33/33) Installing py3-pip (20.1.1-r0) 16:29:47 Executing busybox-1.31.1-r19.trigger 16:29:47 OK: 71 MiB in 55 packages 16:29:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:29:48 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:29:48 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:29:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.390s coverage: 46.0% of statements 16:29:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:29:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:29:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:29:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:29:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:29:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:29:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 16:29:54 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.131s coverage: 100.0% of statements 16:30:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.543s coverage: 27.1% of statements 16:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:30:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 16:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:30:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.091s coverage: 100.0% of statements 16:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:30:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:30:01 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.314s coverage: 65.8% of statements 16:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:30:01 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:30:03 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.667s coverage: 82.3% of statements 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:30:03 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:30:05 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:05 Step 2/30 : FROM ${BUILDER_BASE} AS builder 16:30:05 ---> e6886f70664b 16:30:05 Step 3/30 : WORKDIR /edgex-go 16:30:05 ---> Using cache 16:30:05 ---> a67d1bfa7008 16:30:05 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:05 ---> Using cache 16:30:05 ---> 65c86318811c 16:30:05 Step 5/30 : RUN apk add --update --no-cache make git 16:30:05 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:05 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:30:05 ---> e6886f70664b 16:30:05 Step 3/24 : WORKDIR /edgex-go 16:30:05 ---> Using cache 16:30:05 ---> a67d1bfa7008 16:30:05 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:05 ---> Using cache 16:30:05 ---> 65c86318811c 16:30:05 Step 5/24 : RUN apk add --update --no-cache make git 16:30:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:30:05 ---> e6886f70664b 16:30:05 Step 3/23 : WORKDIR /edgex-go 16:30:05 ---> Using cache 16:30:05 ---> a67d1bfa7008 16:30:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:05 ---> Using cache 16:30:05 ---> 65c86318811c 16:30:05 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:30:05 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:30:05 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:30:05 ---> e6886f70664b 16:30:05 Step 3/23 : WORKDIR /edgex-go 16:30:05 ---> Using cache 16:30:05 ---> a67d1bfa7008 16:30:05 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:30:05 ---> Using cache 16:30:05 ---> 65c86318811c 16:30:05 Step 5/23 : RUN apk add --update --no-cache make git 16:30:05 ---> Running in 8378036ad96d 16:30:05 ---> Running in 6aa4b6ea8be1 16:30:05 ---> Running in 00920e0912f7 16:30:05 ---> Running in 0bc15d7832b9 16:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:07 OK: 233 MiB in 51 packages 16:30:07 OK: 233 MiB in 51 packages 16:30:07 OK: 233 MiB in 51 packages 16:30:07 OK: 233 MiB in 51 packages 16:30:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.278s coverage: 28.6% of statements 16:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:30:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.192s coverage: 100.0% of statements 16:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:30:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements 16:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:30:09 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.315s coverage: 86.7% of statements 16:30:09 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:30:10 Removing intermediate container 8378036ad96d 16:30:10 ---> adfa945282ca 16:30:10 Step 6/23 : COPY go.mod . 16:30:10 Removing intermediate container 1a90530137b7 16:30:10 ---> c94aff89f6e3 16:30:10 Step 20/26 : RUN pip install docker-compose==1.23.2 16:30:10 Removing intermediate container 6aa4b6ea8be1 16:30:10 ---> b525cfedf4f0 16:30:10 Step 6/30 : COPY go.mod . 16:30:10 ---> Running in 84ea2a9d9f34 16:30:10 Removing intermediate container 00920e0912f7 16:30:10 ---> 11600b684372 16:30:10 Step 6/23 : COPY go.mod . 16:30:10 ---> f330203d317d 16:30:10 Step 7/23 : RUN go mod download 16:30:10 Removing intermediate container 0bc15d7832b9 16:30:10 ---> 455e7ecf8776 16:30:10 Step 6/24 : COPY go.mod . 16:30:10 ---> 714403d65ba9 16:30:10 Step 7/30 : RUN go mod download 16:30:10 ---> Running in d99727a43c88 16:30:10 ---> 3747c0097424 16:30:10 Step 7/23 : RUN go mod download 16:30:10 ---> Running in 8173847ed11b 16:30:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.335s coverage: 97.5% of statements 16:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:30:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.180s coverage: 78.3% of statements 16:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:30:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:30:11 ---> Running in 53b19f80112c 16:30:11 ---> 84fc6dcac0f4 16:30:11 Step 7/24 : RUN go mod download 16:30:11 ---> Running in 7f697f62373f 16:30:12 Collecting docker-compose==1.23.2 16:30:12 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:30:12 Collecting docopt<0.7,>=0.6.1 16:30:12 Downloading docopt-0.6.2.tar.gz (25 kB) 16:30:13 Removing intermediate container 8173847ed11b 16:30:13 ---> a17a712761c0 16:30:13 Step 8/30 : COPY . . 16:30:13 Removing intermediate container d99727a43c88 16:30:13 ---> fd4d781367c5 16:30:13 Step 8/23 : COPY . . 16:30:13 Removing intermediate container 7f697f62373f 16:30:13 ---> b49019b4049b 16:30:13 Step 8/24 : COPY . . 16:30:13 Removing intermediate container 53b19f80112c 16:30:13 ---> ac997a29d9d7 16:30:13 Step 8/23 : COPY . . 16:30:14 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:30:14 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:30:15 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:30:17 Collecting docker<4.0,>=3.6.0 16:30:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:30:19 Collecting jsonschema<3,>=2.5.1 16:30:19 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:30:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.291s coverage: 92.8% of statements 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:30:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.071s coverage: 58.8% of statements 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:30:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.207s coverage: 0.1% of statements 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:30:21 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:30:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.071s coverage: 45.5% of statements 16:30:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.085s coverage: 79.5% of statements 16:30:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.090s coverage: 94.1% of statements 16:30:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.134s coverage: 96.3% of statements 16:30:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements 16:30:21 Collecting dockerpty<0.5,>=0.4.1 16:30:21 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:30:25 Collecting cached-property<2,>=1.2.0 16:30:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:30:26 Collecting texttable<0.10,>=0.9.0 16:30:26 Downloading texttable-0.9.1.tar.gz (11 kB) 16:30:29 Collecting PyYAML<4,>=3.10 16:30:29 Downloading PyYAML-3.13.tar.gz (270 kB) 16:30:31 Collecting websocket-client<1.0,>=0.32.0 16:30:31 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:30:33 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) 16:30:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.102s coverage: 94.4% of statements 16:30:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements 16:30:36 Collecting urllib3<1.25,>=1.21.1 16:30:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:30:36 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) 16:30:36 Collecting idna<2.8,>=2.5 16:30:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:30:38 Collecting docker-pycreds>=0.4.0 16:30:38 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:30:38 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:30:38 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:30:38 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:30:38 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:30:39 Installing collected packages: docopt, urllib3, idna, requests, websocket-client, docker-pycreds, docker, jsonschema, dockerpty, cached-property, texttable, PyYAML, docker-compose 16:30:39 Running setup.py install for docopt: started 16:30:42 Running setup.py install for docopt: finished with status 'done' 16:30:42 Attempting uninstall: urllib3 16:30:42 Found existing installation: urllib3 1.25.9 16:30:42 Uninstalling urllib3-1.25.9: 16:30:43 Successfully uninstalled urllib3-1.25.9 16:30:43 Attempting uninstall: idna 16:30:43 Found existing installation: idna 2.9 16:30:43 Uninstalling idna-2.9: 16:30:44 Successfully uninstalled idna-2.9 16:30:44 Attempting uninstall: requests 16:30:44 Found existing installation: requests 2.23.0 16:30:44 Uninstalling requests-2.23.0: 16:30:44 Successfully uninstalled requests-2.23.0 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.125s coverage: 92.9% of statements 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.054s coverage: 77.8% of statements 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.075s coverage: 75.5% of statements 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.060s coverage: 80.8% of statements 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.120s coverage: 87.2% of statements 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.138s coverage: 84.2% of statements 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.178s coverage: 91.4% of statements 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.597s coverage: 63.5% of statements 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.068s coverage: 100.0% of statements 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.059s coverage: 73.7% of statements 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.050s coverage: 100.0% of statements 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.802s coverage: 68.9% of statements 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:30:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.372s coverage: 37.0% of statements 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:30:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:30:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.637s coverage: 84.0% of statements 16:30:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements 16:30:52 Running setup.py install for dockerpty: started 16:30:52 ---> 87008d9ca390 16:30:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:30:52 ---> 80424d37ea28 16:30:52 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:30:52 Running setup.py install for dockerpty: finished with status 'done' 16:30:52 ---> 012d9f9f9452 16:30:52 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:30:52 ---> 06ec90570ac9 16:30:52 Step 9/23 : RUN make cmd/core-data/core-data 16:30:52 Running setup.py install for texttable: started 16:30:52 ---> Running in 87a75ce62300 16:30:52 ---> Running in e94c90f4b9aa 16:30:53 ---> Running in 48a9324a739f 16:30:53 ---> Running in b7c1cdc0080a 16:30:53 Running setup.py install for texttable: finished with status 'done' 16:30:53 Running setup.py install for PyYAML: started 16:30:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:30:54 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 16:30:54 Running setup.py install for PyYAML: finished with status 'done' 16:30:54 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 16:30:54 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 16:30:55 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 16:30:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.439s coverage: 47.0% of statements 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:30:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.199s coverage: 100.0% of statements 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:30:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:30:56 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.216s coverage: 90.4% of statements 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:30:56 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:30:59 Removing intermediate container 84ea2a9d9f34 16:30:59 ---> 7be392ee7fa7 16:30:59 Step 21/26 : RUN apk --no-cache add curl 16:30:59 ---> Running in d1b8f8d1e653 16:31:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:31:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:31:01 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:31:01 (2/3) Installing libcurl (7.69.1-r3) 16:31:01 (3/3) Installing curl (7.69.1-r3) 16:31:01 Executing busybox-1.31.1-r19.trigger 16:31:01 OK: 72 MiB in 58 packages 16:31:03 Removing intermediate container d1b8f8d1e653 16:31:03 ---> 8cd320c58f59 16:31:03 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:31:03 ---> Running in d59961126493 16:31:03 Removing intermediate container d59961126493 16:31:03 ---> a445042bfebd 16:31:03 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:31:03 ---> Running in 32db50814aec 16:31:03 Removing intermediate container 32db50814aec 16:31:03 ---> a66f6b737d6a 16:31:03 Step 24/26 : LABEL arch=x86_64 16:31:03 ---> Running in 932345021e4a 16:31:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.955s coverage: 29.1% of statements 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:31:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.238s coverage: 99.0% of statements 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:31:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.097s coverage: 100.0% of statements 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:31:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.161s coverage: 100.0% of statements 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:31:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:31:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.076s coverage: 100.0% of statements 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:31:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.087s coverage: 87.9% of statements 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:31:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:31:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.064s coverage: 100.0% of statements 16:31:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.054s coverage: 32.1% of statements 16:31:04 Removing intermediate container 932345021e4a 16:31:04 ---> f568dac29103 16:31:04 Step 25/26 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:31:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 16:31:04 ---> Running in 4d9ac225fe4c 16:31:05 Removing intermediate container 4d9ac225fe4c 16:31:05 ---> f24a6f336cd1 16:31:05 Step 26/26 : LABEL version=0.0.0 16:31:05 ---> Running in 0dcd459792f0 16:31:05 Removing intermediate container 0dcd459792f0 16:31:05 ---> a11c4f6f18f8 16:31:05 16:31:05 GO111MODULE=on go vet ./... 16:31:05 Successfully built a11c4f6f18f8 16:31:05 Successfully tagged docker-sys-mgmt-agent-go:latest 16:31:18  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 16:31:23 Removing intermediate container 87a75ce62300 16:31:23 ---> 2e8098e86243 16:31:23 16:31:23 Step 10/30 : FROM alpine:3.12 16:31:23 ---> 389fef711851 16:31:23 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:31:23 ---> Running in 18e8735e9ec9 16:31:23 Removing intermediate container 18e8735e9ec9 16:31:23 ---> a058b5cd3552 16:31:23 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 16:31:24 ---> Running in 85e106227a18 16:31:24 Removing intermediate container e94c90f4b9aa 16:31:24 ---> 0f51fd6b466e 16:31:24 16:31:24 Step 10/24 : FROM alpine:3.12 16:31:24 ---> 389fef711851 16:31:24 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:31:25 ---> Running in 3aab1f10342a 16:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:31:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:31:25 (1/2) Installing dumb-init (1.2.2-r1) 16:31:25 (2/2) Installing su-exec (0.2-r1) 16:31:25 (1/5) Installing ca-certificates (20191127-r4) 16:31:25 Executing busybox-1.31.1-r19.trigger 16:31:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:31:26 OK: 6 MiB in 16 packages 16:31:26 (3/5) Installing libcurl (7.69.1-r3) 16:31:26 (4/5) Installing curl (7.69.1-r3) 16:31:26 (5/5) Installing dumb-init (1.2.2-r1) 16:31:26 Executing busybox-1.31.1-r19.trigger 16:31:26 Executing ca-certificates-20191127-r4.trigger 16:31:26 OK: 7 MiB in 19 packages 16:31:28 Removing intermediate container 48a9324a739f 16:31:28 ---> 81cebb61c52c 16:31:28 16:31:28 Step 10/23 : FROM alpine:3.12 16:31:28 ---> 389fef711851 16:31:28 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:31:28 ---> Using cache 16:31:28 ---> b8073260b795 16:31:28 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:31:28 ---> Using cache 16:31:28 ---> 27815c993553 16:31:28 Step 13/23 : ENV APP_PORT=48081 16:31:28 ---> Running in ec7ff7a4c656 16:31:29 Removing intermediate container 85e106227a18 16:31:29 ---> 3a892a8840e8 16:31:29 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 16:31:29 Removing intermediate container ec7ff7a4c656 16:31:29 ---> ed4be8d94220 16:31:29 Step 14/23 : EXPOSE $APP_PORT 16:31:30 Removing intermediate container 3aab1f10342a 16:31:30 ---> b0b017ab4538 16:31:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:31:30 ---> Running in cb211a9b9ef6 16:31:31 ---> Running in cf9390717265 16:31:31 ---> Running in ed10d1925f99 16:31:32 Removing intermediate container cb211a9b9ef6 16:31:32 ---> ce4d2d840ff1 16:31:32 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:31:32 Removing intermediate container b7c1cdc0080a 16:31:32 ---> b4e1dff3c5cc 16:31:32 16:31:32 Step 10/23 : FROM alpine:3.12 16:31:32 ---> 389fef711851 16:31:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:31:32 ---> Running in f760d43d0184 16:31:33 Removing intermediate container cf9390717265 16:31:33 ---> deb912cf7496 16:31:33 Step 15/23 : WORKDIR / 16:31:33 Removing intermediate container ed10d1925f99 16:31:33 ---> a1b28b76b0b7 16:31:33 Step 13/24 : WORKDIR / 16:31:33 ---> Running in f2dff771c248 16:31:33 ---> Running in fc8a37a5be13 16:31:33 ---> Running in d2dd31a62914 16:31:33 Removing intermediate container f760d43d0184 16:31:33 ---> d340dad4b168 16:31:33 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:31:33 Removing intermediate container f2dff771c248 16:31:33 ---> 592cfa23b9c5 16:31:33 Step 12/23 : ENV APP_PORT=48080 16:31:33 ---> Running in 1177871d5f6a 16:31:33 ---> Running in 20fadd286c23 16:31:33 Removing intermediate container fc8a37a5be13 16:31:33 ---> 414cbac58b11 16:31:33 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:31:33 Removing intermediate container d2dd31a62914 16:31:33 ---> 219cc76bf40d 16:31:33 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:31:33 Removing intermediate container 20fadd286c23 16:31:33 ---> 2e464b890876 16:31:33 Step 13/23 : EXPOSE $APP_PORT 16:31:34 ---> Running in 678861d9cbfd 16:31:34 ---> d126ee0df0d3 16:31:34 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:31:34 ---> 0029de8a434c 16:31:34 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:31:34 Removing intermediate container 678861d9cbfd 16:31:34 ---> 82b6581911dc 16:31:34 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:31:34 ---> Running in 602b2c400fa6 16:31:34 ---> 5f44311b47c4 16:31:34 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:31:34 ---> ed4a1d0cd8e3 16:31:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:31:34 ---> 4950e8d709af 16:31:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:31:35 Removing intermediate container 1177871d5f6a 16:31:35 ---> b8829364742d 16:31:35 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 16:31:35 ---> Running in 6985a46cf0ac 16:31:35 ---> d32a9468f4d8 16:31:35 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:31:36 ---> Running in ba4ca7d432fe 16:31:36 Removing intermediate container 6985a46cf0ac 16:31:36 ---> 619fc8c9df48 16:31:36 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:31:36 ---> ca9fff64356b 16:31:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:31:36 Removing intermediate container ba4ca7d432fe 16:31:36 ---> 91299c037dd8 16:31:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:31:36 ---> Running in 489070aaca22 16:31:36 Removing intermediate container 602b2c400fa6 16:31:36 ---> 786be98d9724 16:31:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:31:36 ---> dee776137cca 16:31:36 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:31:36 ---> Running in a8f2d466c1cc 16:31:36 ---> 0dcc8bd77fd8 16:31:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:31:36 ---> Running in 35d2f8175d76 16:31:36 Removing intermediate container 489070aaca22 16:31:36 ---> 8f8c320d6620 16:31:36 Step 21/23 : LABEL arch=x86_64 16:31:37 ---> Running in 145c5bef82ad 16:31:37 ---> be00492422d6 16:31:37 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:31:37 ---> Running in 7dc9879a4835 16:31:37 Removing intermediate container 145c5bef82ad 16:31:37 ---> 39a4366346a4 16:31:37 Step 22/23 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:31:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:31:37 ---> Running in 7a70567aa158 16:31:37 Removing intermediate container 7a70567aa158 16:31:37 ---> 96b356e54507 16:31:37 Step 23/23 : LABEL version=0.0.0 16:31:37 ---> Running in 08e4d076f935 16:31:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:31:38 Removing intermediate container 08e4d076f935 16:31:38 ---> 78bd8ea58fc5 16:31:38 16:31:38 Removing intermediate container 35d2f8175d76 16:31:38 ---> e6de3bbc0204 16:31:38 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 16:31:38 Successfully built 78bd8ea58fc5 16:31:38 Successfully tagged docker-core-metadata-go:latest 16:31:39  Building docker-core-metadata-go ... done Removing intermediate container 7dc9879a4835 16:31:39 ---> 0bc75e9fbcb3 16:31:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:31:39 ---> 19b2919642b6 16:31:39 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:31:39 ---> Running in 2731de6918bc 16:31:39 (1/6) Installing dumb-init (1.2.2-r1) 16:31:39 Removing intermediate container 2731de6918bc 16:31:39 ---> 5db03dfc95b1 16:31:39 Step 22/24 : LABEL arch=x86_64 16:31:39 (2/6) Installing libgcc (9.3.0-r2) 16:31:39 (3/6) Installing libsodium (1.0.18-r0) 16:31:39 ---> Running in 0cf86ee2bb06 16:31:39 (4/6) Installing libstdc++ (9.3.0-r2) 16:31:39 ---> d74c06a0134a 16:31:39 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:31:39 Removing intermediate container 0cf86ee2bb06 16:31:39 ---> c4795cd97378 16:31:39 Step 23/24 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:31:39 (5/6) Installing libzmq (4.3.3-r0) 16:31:39 ---> Running in 5df57c3a702a 16:31:39 (6/6) Installing zeromq (4.3.3-r0) 16:31:39 ---> b06edfdcae6c 16:31:39 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:31:39 Executing busybox-1.31.1-r19.trigger 16:31:39 OK: 8 MiB in 20 packages 16:31:39 Removing intermediate container 5df57c3a702a 16:31:39 ---> 330be70701e0 16:31:39 Step 24/24 : LABEL version=0.0.0 16:31:39 ---> Running in 4ae3c814e838 16:31:40 ---> 8c444963ea24 16:31:40 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 16:31:40 Removing intermediate container 4ae3c814e838 16:31:40 ---> b53aae780483 16:31:40 16:31:40 ---> Running in d059c6633d8e 16:31:40 Successfully built b53aae780483 16:31:40 Successfully tagged docker-security-secretstore-setup-go:latest 16:31:40  Building docker-security-secretstore-setup-go ... done Removing intermediate container a8f2d466c1cc 16:31:40 ---> 77f50286855f 16:31:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:31:40 Removing intermediate container d059c6633d8e 16:31:40 ---> 6c0565284d9e 16:31:40 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:31:41 ---> 89d72c102b8c 16:31:41 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:31:41 ---> cd53dd7f2e3d 16:31:41 Step 25/30 : RUN chmod +x /entrypoint.sh 16:31:41 ---> Running in 07f7bfa5f40d 16:31:41 ---> 2734d994c060 16:31:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:31:42 ---> 28cb963648d8 16:31:42 Step 19/23 : ENTRYPOINT ["/core-data"] 16:31:42 ---> Running in cede6524c727 16:31:42 Removing intermediate container cede6524c727 16:31:42 ---> e3bb7622c9ad 16:31:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:31:42 Removing intermediate container 07f7bfa5f40d 16:31:42 ---> c1d4fc9ec79e 16:31:42 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 16:31:42 ---> Running in 08c7f3515da6 16:31:42 ---> Running in 2dc17702f161 16:31:42 Removing intermediate container 08c7f3515da6 16:31:42 ---> 3f0f61545bc4 16:31:42 Step 21/23 : LABEL arch=x86_64 16:31:43 ---> Running in b7f71a9be52d 16:31:43 Removing intermediate container 2dc17702f161 16:31:43 ---> 293dcbcb0df8 16:31:43 Step 27/30 : CMD ["gate"] 16:31:43 ---> Running in fb3e233a5acf 16:31:43 Removing intermediate container b7f71a9be52d 16:31:43 ---> 957bf7e4236b 16:31:43 Step 22/23 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:31:43 ---> Running in f9c0100e8a9c 16:31:43 Removing intermediate container fb3e233a5acf 16:31:43 ---> cca437664975 16:31:43 Step 28/30 : LABEL arch=x86_64 16:31:43 ---> Running in 309479273d38 16:31:43 Removing intermediate container f9c0100e8a9c 16:31:43 ---> d33b046cdd25 16:31:43 Step 23/23 : LABEL version=0.0.0 16:31:43 ---> Running in baad992eeeaf 16:31:43 Removing intermediate container 309479273d38 16:31:43 ---> 3a5cf2b22602 16:31:43 Step 29/30 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:31:43 Removing intermediate container baad992eeeaf 16:31:43 ---> ba724d332d24 16:31:43 16:31:44 ---> Running in 03b3d6a4c590 16:31:44 Successfully built ba724d332d24 16:31:44 Successfully tagged docker-core-data-go:latest 16:31:44  Building docker-core-data-go ... done Removing intermediate container 03b3d6a4c590 16:31:44 ---> 0e9aca74295a 16:31:44 Step 30/30 : LABEL version=0.0.0 16:31:44 ---> Running in bb8126d2b118 16:31:44 Removing intermediate container bb8126d2b118 16:31:44 ---> 664883b3ef0b 16:31:44 16:31:44 Successfully built 664883b3ef0b 16:31:44 Successfully tagged docker-security-bootstrapper-go:latest 16:31:46  Building docker-security-bootstrapper-go ... done  [Pipeline] } 16:31:47 $ docker stop --time=1 3d27201814ba1bd39ca036c4e490f6d5cda52ab1ba0dbe11526eb2252cc31b8c 16:31:48 $ docker rm -f 3d27201814ba1bd39ca036c4e490f6d5cda52ab1ba0dbe11526eb2252cc31b8c [Pipeline] // withDockerContainer [Pipeline] sh 16:31:50 + docker images 16:31:50 + grep docker 16:31:50 docker-security-bootstrapper-go latest 664883b3ef0b 6 seconds ago 17.9MB 16:31:50 docker-core-data-go latest ba724d332d24 7 seconds ago 22.3MB 16:31:50 docker-security-secretstore-setup-go latest b53aae780483 10 seconds ago 24.6MB 16:31:50 docker-core-metadata-go latest 78bd8ea58fc5 13 seconds ago 18.8MB 16:31:50 docker-sys-mgmt-agent-go latest a11c4f6f18f8 45 seconds ago 313MB 16:31:50 docker-support-scheduler-go latest 78374f0827ca 2 minutes ago 17MB 16:31:50 docker-core-command-go latest e894a72c8db6 2 minutes ago 16.9MB 16:31:50 docker-security-proxy-setup-go latest 8873fa5938dc 2 minutes ago 24.4MB 16:31:50 docker-support-notifications-go latest b24212efaa11 2 minutes ago 17.5MB 16:31:50 docker 20.10.0 aefe523efa57 7 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 16:31:51 Running on prd-ubuntu18.04-docker-8c-8g-24988 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws 16:31:51 Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout 16:31:53 using credential edgex-jenkins-ssh 16:31:53 Cloning the remote Git repository 16:31:54 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:31:54 > git init /w/workspace/edgex-go/8 # timeout=10 16:31:54 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:31:54 > git --version # timeout=10 16:31:54 > git --version # 'git version 2.17.1' 16:31:54 using GIT_SSH to set credentials SSH Credentials for GitHub 16:31:54 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:31:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:31:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:31:58 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:31:58 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:31:58 using GIT_SSH to set credentials SSH Credentials for GitHub 16:31:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:31:59 Merging remotes/origin/master commit c250855f865f8c62af0409146ed617a84f3308da into PR head commit 851e4143f28a2cd8068469dd505430949f64edc8 16:31:59 Merge succeeded, producing 851e4143f28a2cd8068469dd505430949f64edc8 16:31:59 Checking out Revision 851e4143f28a2cd8068469dd505430949f64edc8 (PR-3115) 16:31:59 > git config core.sparsecheckout # timeout=10 16:31:59 > git checkout -f 851e4143f28a2cd8068469dd505430949f64edc8 # timeout=10 16:31:59 > git remote # timeout=10 16:31:59 > git config --get remote.origin.url # timeout=10 16:31:59 using GIT_SSH to set credentials SSH Credentials for GitHub 16:31:59 > git merge c250855f865f8c62af0409146ed617a84f3308da # timeout=10 16:31:59 > git rev-parse HEAD^{commit} # timeout=10 16:31:59 > git config core.sparsecheckout # timeout=10 16:31:59 > git checkout -f 851e4143f28a2cd8068469dd505430949f64edc8 # timeout=10 16:32:03 Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:32:04 + echo snap-build.sh 16:32:04 snap-build.sh 16:32:04 + SNAP_BASE_DIR=. 16:32:04 + '[' '!' -z /w/workspace/edgex-go/8 ']' 16:32:04 + SNAP_BASE_DIR=/w/workspace/edgex-go/8 16:32:04 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' 16:32:04 [snap-build] Building snap in dir [/w/workspace/edgex-go/8] 16:32:04 + cd /w/workspace/edgex-go/8 16:32:04 + sudo apt-get remove -qy --purge lxd lxd-client 16:32:04 Reading package lists... 16:32:04 Building dependency tree... 16:32:04 Reading state information... 16:32:04 The following packages were automatically installed and are no longer required: 16:32:04 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:32:04 uidmap xdelta3 16:32:04 Use 'sudo apt autoremove' to remove them. 16:32:04 The following packages will be REMOVED: 16:32:04 lxd* lxd-client* 16:32:04 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:32:04 After this operation, 31.7 MB disk space will be freed. 16:32:06 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 16:32:06 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:32:07 Removing lxd dnsmasq configuration 16:32:07 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:32:07 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:32:27 gofmt -l . 16:32:27 [ "`gofmt -l .`" = "" ] 16:32:27 ./bin/test-go-mod-tidy.sh 16:32:27 ./bin/test-attribution-txt.sh [Pipeline] sh 16:32:28 + ls -al . 16:32:28 total 716 16:32:28 drwxrwxr-x 9 1001 1001 4096 Feb 4 16:32 . 16:32:28 drwxr-xr-x 4 root root 4096 Feb 4 16:28 .. 16:32:28 -rw-rw-r-- 1 1001 1001 11 Feb 4 16:26 .dockerignore 16:32:28 drwxrwxr-x 8 1001 1001 4096 Feb 4 16:26 .git 16:32:28 drwxrwxr-x 3 1001 1001 4096 Feb 4 16:26 .github 16:32:28 -rw-rw-r-- 1 1001 1001 818 Feb 4 16:26 .gitignore 16:32:28 -rw-rw-r-- 1 1001 1001 166 Feb 4 16:26 .sonarcloud.properties 16:32:28 -rw-rw-r-- 1 1001 1001 7859 Feb 4 16:26 Attribution.txt 16:32:28 -rw-rw-r-- 1 1001 1001 3804 Feb 4 16:26 CONTRIBUTING.md 16:32:28 -rw-rw-r-- 1 1001 1001 931 Feb 4 16:26 Dockerfile.build 16:32:28 -rw-rw-r-- 1 1001 1001 863 Feb 4 16:26 Jenkinsfile 16:32:28 -rw-rw-r-- 1 1001 1001 10775 Feb 4 16:26 LICENSE 16:32:28 -rw-rw-r-- 1 1001 1001 5774 Feb 4 16:26 Makefile 16:32:28 -rw-rw-r-- 1 1001 1001 6524 Feb 4 16:26 README.md 16:32:28 -rw-rw-r-- 1 1001 1001 6755 Feb 4 16:26 SECURITY.md 16:32:28 -rw-rw-r-- 1 1001 1001 5 Feb 4 16:23 VERSION 16:32:28 -rw-rw-r-- 1 1001 1001 4131 Feb 4 16:26 ZMQWindows.md 16:32:28 drwxrwxr-x 2 1001 1001 4096 Feb 4 16:26 bin 16:32:28 drwxrwxr-x 14 1001 1001 4096 Feb 4 16:26 cmd 16:32:28 -rw-r--r-- 1 root root 582978 Feb 4 16:31 coverage.out 16:32:28 -rw-r--r-- 1 root root 1054 Feb 4 16:32 go.mod 16:32:28 -rw-r--r-- 1 root root 19290 Feb 4 16:32 go.sum 16:32:28 drwxrwxr-x 8 1001 1001 4096 Feb 4 16:26 internal 16:32:28 drwxrwxr-x 4 1001 1001 4096 Feb 4 16:26 openapi 16:32:28 drwxrwxr-x 4 1001 1001 4096 Feb 4 16:26 snap 16:32:28 -rw-rw-r-- 1 1001 1001 168 Feb 4 16:26 version.go [Pipeline] sh 16:32:28 + '[' -e coverage.out ] 16:32:28 + chown 1001:1001 coverage.out [Pipeline] stash 16:32:28 Warning: overwriting stash ‘coverage-report’ 16:32:30 Stashed 1 file(s) [Pipeline] sh 16:32:30 + make build 16:32:30 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:32:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:33:10 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 16:33: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 16:33:19 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 16:33:20 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 16:33:25 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 16:33:32 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 16:33:37 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 16:33:42 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 16:33:45 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 16:33:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 16:33:58 $ docker stop --time=1 cf31a5c8952fd5807faffff0fec8440258cfcfc2df5e92009819779528044d29 16:33:58 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:33:58 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 16:33:58 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:33:58 Processing triggers for systemd (237-3ubuntu10.42) ... 16:33:58 Processing triggers for ureadahead (0.100.0-21) ... 16:33:58 + sudo snap remove --purge lxd 16:33:58 snap "lxd" is not installed 16:33:58 + sudo groupadd --force --system lxd 16:33:58 ++ whoami 16:33:58 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:33:58 + newgrp - lxd 16:33:58 + sudo snap install lxd 16:34:00 $ docker rm -f cf31a5c8952fd5807faffff0fec8440258cfcfc2df5e92009819779528044d29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:34:03 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:34:03 16:34:03 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:34:03 2021-02-04T16:34:00Z INFO Waiting for automatic snapd restart... [Pipeline] isUnix [Pipeline] sh 16:34:03 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:34:04 latest: Pulling from edgex-devops/edgex-compose-arm64 16:34:04 29e5d40040c1: Pulling fs layer 16:34:04 1ce36da41761: Pulling fs layer 16:34:04 25b303627fd3: Pulling fs layer 16:34:04 29e5d40040c1: Verifying Checksum 16:34:04 29e5d40040c1: Download complete 16:34:04 1ce36da41761: Verifying Checksum 16:34:04 1ce36da41761: Download complete 16:34:05 29e5d40040c1: Pull complete 16:34:06 1ce36da41761: Pull complete 16:34:06 25b303627fd3: Verifying Checksum 16:34:06 25b303627fd3: Download complete 16:34:15 25b303627fd3: Pull complete 16:34:15 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:34:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:34:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:34:15 prd-ubuntu18.04-docker-arm64-4c-16g-24998 does not seem to be running inside a container 16:34:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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 16:34:18 lxd 4.10 from Canonical* installed 16:34:18 + sudo lxd init --auto 16:34:18 $ docker top 669a445f7278cd04ae8999c2aa76a7f4a9d4f2491a5f7be23b46a20e9817abdb -eo pid,comm [Pipeline] { [Pipeline] sh 16:34:20 + grep parallel 16:34:20 + docker-compose build --help 16:34:23 --parallel Build images in parallel. [Pipeline] } 16:34:24 $ docker stop --time=1 669a445f7278cd04ae8999c2aa76a7f4a9d4f2491a5f7be23b46a20e9817abdb 16:34:26 $ docker rm -f 669a445f7278cd04ae8999c2aa76a7f4a9d4f2491a5f7be23b46a20e9817abdb [Pipeline] // withDockerContainer 16:34:26 + sudo snap install --classic snapcraft [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:34:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:34:26 . [Pipeline] withDockerContainer 16:34:27 prd-ubuntu18.04-docker-arm64-4c-16g-24998 does not seem to be running inside a container 16:34:27 $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:34:28 $ docker top 401ab767d35b99e19d7aba65fea2ecb3198b6d47dadb9ae5fe273ee13ad888b0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:34:30 + docker-compose -f ./docker-compose-build.yml build --parallel 16:34:31 snapcraft 4.4.4 from Canonical* installed 16:34:31 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:34:31 + patch --verbose -p1 16:34:31 Hmm... Looks like a unified diff to me... 16:34:31 The text leading up to this was: 16:34:31 -------------------------- 16:34:31 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 16:34:31 |From: Tony Espy 16:34:31 |Date: Wed, 16 Dec 2020 16:34:55 -0500 16:34:31 |Subject: [PATCH] optimize snap build for pipeline CI check 16:34:31 | 16:34:31 |This patch is used by the EdgeX CI pipeline builds to 16:34:31 |optimize the snap CI check run for pull requests. When 16:34:31 |applied, it essentially strips out everything (apps and 16:34:31 |parts) from the snapcraft.yaml file except those required 16:34:31 |to build edgex-go, as the whole idea of the CI check is to 16:34:31 |catch changes to edgex-go that break the snap build. 16:34:31 | 16:34:31 |In general, anyone updating snapcraft.yaml will also need 16:34:31 |to update this patch file, otherwise it may fail to apply, 16:34:31 |resulting in a failed snap build CI check in the associated 16:34:31 |pull request. 16:34:31 | 16:34:31 |Note - in addition to applying this patch, the pipeline also 16:34:31 |only primes the snap (e.g. `snapcraft prime`), as there's no 16:34:31 |need to build the finally binary .snap file (and it won't 16:34:31 |work with the patch applied). This further reduces the build 16:34:31 |time. 16:34:31 |--- 16:34:31 | snap/snapcraft.yaml | 461 +------------------------------------------- 16:34:31 | 1 file changed, 2 insertions(+), 459 deletions(-) 16:34:31 | 16:34:31 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 16:34:31 |index 1e537489..faf42425 100644 16:34:31 |--- a/snap/snapcraft.yaml 16:34:31 |+++ b/snap/snapcraft.yaml 16:34:31 -------------------------- 16:34:31 patching file snap/snapcraft.yaml 16:34:31 Using Plan A... 16:34:31 Hunk #1 FAILED at 73. 16:34:31 Hunk #2 succeeded at 277 with fuzz 1 (offset 6 lines). 16:34:31 Hunk #3 succeeded at 289 (offset 3 lines). 16:34:31 Hunk #4 succeeded at 297 (offset 3 lines). 16:34:31 Hunk #5 succeeded at 304 (offset 3 lines). 16:34:31 Hunk #6 succeeded at 331 (offset 3 lines). 16:34:31 Hunk #7 succeeded at 365 (offset 3 lines). 16:34:31 Hunk #8 succeeded at 424 (offset 11 lines). 16:34:31 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 16:34:31 Hmm... Ignoring the trailing garbage. 16:34:31 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:34:32 Failed in branch amd64 16:34:34 Building docker-core-command-go ... 16:34:34 Building docker-core-data-go ... 16:34:34 Building docker-core-metadata-go ... 16:34:34 Building docker-security-bootstrapper-go ... 16:34:34 Building docker-security-proxy-setup-go ... 16:34:34 Building docker-security-secretstore-setup-go ... 16:34:34 Building docker-support-notifications-go ... 16:34:34 Building docker-support-scheduler-go ... 16:34:34 Building docker-sys-mgmt-agent-go ... 16:34:34 Building docker-security-secretstore-setup-go 16:34:34 Building docker-support-scheduler-go 16:34:34 Building docker-security-proxy-setup-go 16:34:34 Building docker-security-bootstrapper-go 16:34:34 Building docker-core-command-go 16:35:42 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:35:42 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:35:42 ---> fda0a4b7eef6 16:35:42 Step 3/24 : WORKDIR /edgex-go 16:35:42 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:35:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:35:42 ---> fda0a4b7eef6 16:35:42 Step 3/23 : WORKDIR /edgex-go 16:35:42 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:35:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:35:42 ---> fda0a4b7eef6 16:35:42 Step 3/21 : WORKDIR /edgex-go 16:35:42 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:35:42 Step 2/30 : FROM ${BUILDER_BASE} AS builder 16:35:42 ---> fda0a4b7eef6 16:35:42 Step 3/30 : WORKDIR /edgex-go 16:35:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:35:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:35:42 ---> fda0a4b7eef6 16:35:42 Step 3/22 : WORKDIR /edgex-go 16:35:42 ---> Running in 53fbd83a923b 16:35:42 ---> Running in 853d7ab6f149 16:35:42 ---> Running in 9c4e96969def 16:35:42 ---> Running in 45c29e61fd02 16:35:42 ---> Running in 2e1f775817a6 16:35:42 Removing intermediate container 9c4e96969def 16:35:42 ---> f581fcb6b93c 16:35:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:35:42 Removing intermediate container 45c29e61fd02 16:35:42 ---> d07512868c90 16:35:42 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:35:42 Removing intermediate container 53fbd83a923b 16:35:42 ---> e32771a293dc 16:35:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:35:42 Removing intermediate container 2e1f775817a6 16:35:42 ---> 18110bec0ac9 16:35:42 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:35:42 Removing intermediate container 853d7ab6f149 16:35:42 ---> 10621aa90b1c 16:35:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:35:42 ---> Running in a7a1d52c7b2f 16:35:42 ---> Running in 620124971f0c 16:35:42 ---> Running in 23372d06e832 16:35:42 ---> Running in f2ab24f1719a 16:35:42 ---> Running in 0b36fdcd7e7e 16:35:46 Removing intermediate container 23372d06e832 16:35:46 ---> 95648872151c 16:35:46 Step 5/21 : RUN apk add --update --no-cache make git 16:35:46 Removing intermediate container 620124971f0c 16:35:46 ---> 42b866b6d45e 16:35:46 Step 5/30 : RUN apk add --update --no-cache make git 16:35:46 ---> Running in d18d043d83e8 16:35:46 Removing intermediate container a7a1d52c7b2f 16:35:46 ---> 5acfba368d42 16:35:46 Step 5/22 : RUN apk add --update --no-cache make git 16:35:47 ---> Running in 2e3429f752bf 16:35:47 Removing intermediate container f2ab24f1719a 16:35:47 ---> 131993c258e1 16:35:47 Step 5/24 : RUN apk add --update --no-cache make git 16:35:47 ---> Running in afec8b0d9ab2 16:35:47 Removing intermediate container 0b36fdcd7e7e 16:35:47 ---> 00a97b55ec56 16:35:47 Step 5/23 : RUN apk add --update --no-cache make git 16:35:47 ---> Running in 76cd2d94abc4 16:35:47 ---> Running in 28376facdef7 16:35:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:35:50 OK: 217 MiB in 51 packages 16:35:50 OK: 217 MiB in 51 packages 16:35:51 OK: 217 MiB in 51 packages 16:35:51 OK: 217 MiB in 51 packages 16:35:51 OK: 217 MiB in 51 packages 16:35:52 Removing intermediate container d18d043d83e8 16:35:52 ---> 19d85c2a0f31 16:35:52 Step 6/21 : COPY go.mod . 16:35:52 Removing intermediate container 2e3429f752bf 16:35:52 ---> ffde32a6388b 16:35:52 Step 6/30 : COPY go.mod . 16:35:53 Removing intermediate container afec8b0d9ab2 16:35:53 ---> 2f8071079dea 16:35:53 Step 6/22 : COPY go.mod . 16:35:53 ---> 8b89427f3cf9 16:35:53 Step 7/21 : RUN go mod download 16:35:53 Removing intermediate container 28376facdef7 16:35:53 ---> 1fbfb6e9e7cd 16:35:53 Step 6/23 : COPY go.mod . 16:35:53 ---> Running in 9dbdcff91eea 16:35:53 Removing intermediate container 76cd2d94abc4 16:35:53 ---> b53eb64384ca 16:35:53 Step 6/24 : COPY go.mod . 16:35:53 ---> 26075e5c8bd7 16:35:53 Step 7/30 : RUN go mod download 16:35:54 ---> Running in 36736597a5cd 16:35:54 ---> 4c2b16e4ca09 16:35:54 Step 7/22 : RUN go mod download 16:35:54 ---> 0693791d76fb 16:35:54 Step 7/23 : RUN go mod download 16:35:54 ---> Running in af2d11781f7c 16:35:54 ---> 7da83f53eb79 16:35:54 Step 7/24 : RUN go mod download 16:35:54 ---> Running in c0745746c913 16:35:55 ---> Running in 4224c50a3cf2 16:35:57 Removing intermediate container 9dbdcff91eea 16:35:57 ---> 498c799e0d58 16:35:57 Step 8/21 : COPY . . 16:35:58 Removing intermediate container 36736597a5cd 16:35:58 ---> 09729da91186 16:35:58 Step 8/30 : COPY . . 16:36:00 Removing intermediate container af2d11781f7c 16:36:00 ---> ae5e615d2e79 16:36:00 Step 8/22 : COPY . . 16:36:00 Removing intermediate container 4224c50a3cf2 16:36:00 ---> ad1b9f25d717 16:36:00 Step 8/24 : COPY . . 16:36:00 Removing intermediate container c0745746c913 16:36:00 ---> b4603d0a6e6c 16:36:00 Step 8/23 : COPY . . 16:36:22 ---> e13ce7194686 16:36:22 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:36:22 ---> 75ef0faec872 16:36:22 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:36:22 ---> a1d3a7cf67e5 16:36:22 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:36:22 ---> b419cee4f3e0 16:36:22 Step 9/23 : RUN make cmd/core-command/core-command 16:36:22 ---> f51ef454b511 16:36:22 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:36:22 ---> Running in dbda5ac7df56 16:36:22 ---> Running in 9d01fa3727a5 16:36:22 ---> Running in fd587fdaf3af 16:36:22 ---> Running in ca5431181c93 16:36:22 ---> Running in b8030567c920 16:36:23 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 16:36:24 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 16:36:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 16:36:24 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 16:36:24 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 16:37:46 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 16:37:46 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 16:37:55 Removing intermediate container fd587fdaf3af 16:37:55 ---> 793edbd47833 16:37:55 16:37:55 Step 10/30 : FROM alpine:3.12 16:37:55 3.12: Pulling from library/alpine 16:37:56 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:37:56 Status: Downloaded newer image for alpine:3.12 16:37:56 ---> afeebe901d6b 16:37:56 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:37:57 ---> Running in 18c52925e28c 16:37:58 Removing intermediate container 18c52925e28c 16:37:58 ---> bfd274ca458b 16:37:58 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 16:37:58 Removing intermediate container b8030567c920 16:37:58 ---> 979c12d30a89 16:37:58 16:37:58 Step 10/24 : FROM alpine:3.12 16:37:58 ---> afeebe901d6b 16:37:58 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 16:37:58 ---> Running in 3b727546bd46 16:37:59 ---> Running in 900b93e21d70 16:38:00 Removing intermediate container 9d01fa3727a5 16:38:00 ---> 48e2f0266467 16:38:00 16:38:00 Step 10/21 : FROM alpine:3.12 16:38:00 ---> afeebe901d6b 16:38:00 Step 11/21 : RUN apk add --update --no-cache curl 16:38:00 ---> Running in 180a9ecd58a6 16:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:38:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:38:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:38:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:38:02 (1/5) Installing ca-certificates (20191127-r4) 16:38:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:38:02 (2/5) Installing nghttp2-libs (1.41.0-r0) 16:38:02 (3/5) Installing libcurl (7.69.1-r3) 16:38:03 (1/2) Installing dumb-init (1.2.2-r1) 16:38:03 (4/5) Installing curl (7.69.1-r3) 16:38:03 (2/2) Installing su-exec (0.2-r1) 16:38:03 Executing busybox-1.31.1-r19.trigger 16:38:03 (5/5) Installing dumb-init (1.2.2-r1) 16:38:03 OK: 5 MiB in 16 packages 16:38:03 Executing busybox-1.31.1-r19.trigger 16:38:03 Executing ca-certificates-20191127-r4.trigger 16:38:03 OK: 7 MiB in 19 packages 16:38:03 (1/4) Installing ca-certificates (20191127-r4) 16:38:03 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:38:03 (3/4) Installing libcurl (7.69.1-r3) 16:38:03 (4/4) Installing curl (7.69.1-r3) 16:38:03 Executing busybox-1.31.1-r19.trigger 16:38:04 Executing ca-certificates-20191127-r4.trigger 16:38:04 OK: 7 MiB in 18 packages 16:38:05 Removing intermediate container 3b727546bd46 16:38:05 ---> 0ebc9dc1c74a 16:38:05 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 16:38:06 ---> Running in 001cf800823f 16:38:06 Removing intermediate container 900b93e21d70 16:38:06 ---> 6b3360d2157b 16:38:06 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:38:07 ---> Running in 07eed1629c28 16:38:07 Removing intermediate container 001cf800823f 16:38:07 ---> 532a3e947057 16:38:07 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:38:07 Removing intermediate container 180a9ecd58a6 16:38:07 ---> 836a6d1a235b 16:38:07 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:38:07 ---> Running in 6f5657ffd514 16:38:07 ---> Running in 954ce02faaaa 16:38:08 Removing intermediate container 07eed1629c28 16:38:08 ---> 9bf15531e737 16:38:08 Step 13/24 : WORKDIR / 16:38:08 ---> Running in aa487cf85f1d 16:38:08 Removing intermediate container 954ce02faaaa 16:38:08 ---> 59d33b9d8511 16:38:08 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:38:08 Removing intermediate container 6f5657ffd514 16:38:08 ---> 616f5c6537cc 16:38:08 Step 13/21 : WORKDIR /edgex 16:38:09 ---> Running in 177cedb9a694 16:38:09 ---> Running in 0ae490b55784 16:38:09 Removing intermediate container aa487cf85f1d 16:38:09 ---> e530f1a3c39e 16:38:09 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:38:10 Removing intermediate container 0ae490b55784 16:38:10 ---> 5687fbf327d0 16:38:10 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:38:11 ---> dbfa6ffb278a 16:38:11 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:38:12 ---> c225f3d8ab02 16:38:12 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:38:12 ---> 6cbb6541b7ad 16:38:12 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:38:13 Removing intermediate container dbda5ac7df56 16:38:13 ---> 7110b04f8225 16:38:13 16:38:13 Step 10/22 : FROM alpine:3.12 16:38:13 ---> afeebe901d6b 16:38:13 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:38:13 Removing intermediate container ca5431181c93 16:38:13 ---> f7a84904b2d7 16:38:13 16:38:13 Step 10/23 : FROM alpine:3.12 16:38:13 ---> afeebe901d6b 16:38:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:38:13 ---> Running in c37b85a9b4cc 16:38:13 ---> Running in d9cd6f108e4e 16:38:13 Removing intermediate container 177cedb9a694 16:38:13 ---> a52c9974ec1e 16:38:13 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 16:38:14 ---> Running in b53bea3288ce 16:38:14 ---> 1424fda372f8 16:38:14 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:38:14 ---> 81c65806aa02 16:38:14 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:38:15 Removing intermediate container b53bea3288ce 16:38:15 ---> 0f5aee971dca 16:38:15 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:38:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:38:16 ---> 39972fe1fd4c 16:38:16 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:38:16 ---> 54982e0ed0a9 16:38:16 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:38:16 ---> e6fd52325e25 16:38:16 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:38:16 ---> Running in e6a40e3a305d 16:38:16 (1/1) Installing dumb-init (1.2.2-r1) 16:38:16 Executing busybox-1.31.1-r19.trigger 16:38:16 (1/1) Installing dumb-init (1.2.2-r1) 16:38:16 OK: 5 MiB in 15 packages 16:38:16 Executing busybox-1.31.1-r19.trigger 16:38:16 ---> Running in ac28d27b3ac1 16:38:16 OK: 5 MiB in 15 packages 16:38:17 Removing intermediate container ac28d27b3ac1 16:38:17 ---> 0d4ff17dde60 16:38:17 Step 18/21 : CMD ["--init=true"] 16:38:18 ---> Running in 8c2df58f1308 16:38:18 ---> 5931b873f8c2 16:38:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:38:19 Removing intermediate container 8c2df58f1308 16:38:19 ---> 1f7752b205e2 16:38:19 Step 19/21 : LABEL arch=arm64 16:38:19 Removing intermediate container c37b85a9b4cc 16:38:19 ---> c64b362a2bf1 16:38:19 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:38:19 ---> Running in b9b2974c93a4 16:38:19 ---> Running in 5b4efb862232 16:38:19 Removing intermediate container d9cd6f108e4e 16:38:19 ---> d3190efa36fe 16:38:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:38:19 ---> 87e10a2e7888 16:38:19 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 16:38:19 ---> Running in 41a5f80f702e 16:38:19 ---> Running in 37b078c95dd2 16:38:20 Removing intermediate container b9b2974c93a4 16:38:20 Removing intermediate container 5b4efb862232 16:38:20 ---> d2bb8249ce6a 16:38:20 Step 20/21 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:38:20 ---> 0f00f20d5e45 16:38:20 Step 13/22 : ENV APP_PORT=48085 16:38:20 Removing intermediate container e6a40e3a305d 16:38:20 ---> f0e3e563350f 16:38:20 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 16:38:20 ---> Running in 3735ddbfd5a2 16:38:20 ---> Running in c974dbd549a9 16:38:20 Removing intermediate container 41a5f80f702e 16:38:20 ---> 2ec084bf468f 16:38:20 Step 13/23 : ENV APP_PORT=48082 16:38:20 ---> Running in 83ac4f8b7db8 16:38:21 Removing intermediate container 3735ddbfd5a2 16:38:21 ---> 91da1a4d40cf 16:38:21 Step 14/22 : EXPOSE $APP_PORT 16:38:21 Removing intermediate container c974dbd549a9 16:38:21 ---> 412de2688495 16:38:21 Step 21/21 : LABEL version=0.0.0 16:38:21 Removing intermediate container 83ac4f8b7db8 16:38:21 ---> 8f0426516b2e 16:38:21 Step 14/23 : EXPOSE $APP_PORT 16:38:21 ---> Running in 58b02b43c1e6 16:38:21 ---> Running in 8ca259df8544 16:38:21 ---> Running in 982f34e4acf3 16:38:21 ---> d0066f2f7b4a 16:38:21 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:38:22 Removing intermediate container 58b02b43c1e6 16:38:22 ---> d913befd12f9 16:38:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:38:22 Removing intermediate container 8ca259df8544 16:38:22 ---> d368c6ac5e61 16:38:22 16:38:23 Removing intermediate container 982f34e4acf3 16:38:23 ---> ce76d8a5e9d1 16:38:23 Step 15/23 : WORKDIR / 16:38:23 ---> Running in cb4a22d675f3 16:38:23 Successfully built d368c6ac5e61 16:38:23 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:38:23  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 16:38:23 Removing intermediate container 37b078c95dd2 16:38:23 ---> 6134bcd77411 16:38:23 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:38:23 ---> a4c71e35e4de 16:38:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:38:23 ---> 7e335bf6c512 16:38:23 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:38:23 ---> Running in 23181b0130ee 16:38:23 Removing intermediate container cb4a22d675f3 16:38:23 ---> 4c42629b5ced 16:38:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:38:24 Removing intermediate container 23181b0130ee 16:38:24 ---> 2700a256493d 16:38:24 Step 22/24 : LABEL arch=arm64 16:38:24 ---> Running in ebd7b0611140 16:38:25 ---> f93fef3db9f4 16:38:25 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:38:25 ---> d761f7d068d9 16:38:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:38:26 ---> 5bdd8747f456 16:38:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:38:26 ---> f0f96f88d6e3 16:38:26 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 16:38:26 Removing intermediate container ebd7b0611140 16:38:26 ---> 68248711c282 16:38:26 Step 23/24 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:38:27 ---> Running in 5dba29344c70 16:38:27 ---> Running in 68392224a443 16:38:28 ---> 9e514aaf3a9c 16:38:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:38:28 ---> ce694fd28d21 16:38:28 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:38:29 ---> Running in 552e3bf1af4e 16:38:29 Removing intermediate container 68392224a443 16:38:29 ---> 22011660a01b 16:38:29 Step 24/24 : LABEL version=0.0.0 16:38:29 Removing intermediate container 5dba29344c70 16:38:29 ---> fdc0aee0f8c6 16:38:29 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:38:29 ---> dbabad1cfd0b 16:38:29 Step 19/23 : ENTRYPOINT ["/core-command"] 16:38:29 ---> Running in 00dd1ce96179 16:38:29 Removing intermediate container 552e3bf1af4e 16:38:29 ---> b45ac42c93cb 16:38:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:38:30 ---> Running in 1e0724d534bc 16:38:30 ---> Running in 84dd4a9f4365 16:38:30 Removing intermediate container 00dd1ce96179 16:38:30 ---> 4cf051e37af6 16:38:30 16:38:30 ---> 9f69b6d783e8 16:38:30 Step 25/30 : RUN chmod +x /entrypoint.sh 16:38:30 Successfully built 4cf051e37af6 16:38:30 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:38:30 Removing intermediate container 1e0724d534bc 16:38:30 ---> 249dba063f88 16:38:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:38:30  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 16:38:30 Removing intermediate container 84dd4a9f4365 16:38:30 ---> 0d0b40b1b66c 16:38:30 Step 20/22 : LABEL arch=arm64 16:38:31 ---> Running in a0b33fdb1b28 16:38:31 ---> Running in 013aa3f794c9 16:38:31 ---> Running in fe50287467b5 16:38:32 Removing intermediate container a0b33fdb1b28 16:38:32 ---> 9ef01b436971 16:38:32 Step 21/23 : LABEL arch=arm64 16:38:32 Removing intermediate container fe50287467b5 16:38:32 ---> 6a5b092eb64b 16:38:32 Step 21/22 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:38:32 ---> Running in 105aa03a5bf3 16:38:32 ---> Running in 2df33c45ecbd 16:38:33 Removing intermediate container 105aa03a5bf3 16:38:33 ---> 27dbd952f67c 16:38:33 Step 22/23 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:38:34 Removing intermediate container 2df33c45ecbd 16:38:34 ---> 5a857a4abb6c 16:38:34 Step 22/22 : LABEL version=0.0.0 16:38:34 ---> Running in f441d969de6c 16:38:35 ---> Running in ac967188d546 16:38:35 Removing intermediate container f441d969de6c 16:38:35 ---> de7995f761df 16:38:35 Step 23/23 : LABEL version=0.0.0 16:38:35 Removing intermediate container 013aa3f794c9 16:38:35 ---> 14b92a014bbe 16:38:35 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 16:38:36 Removing intermediate container ac967188d546 16:38:36 ---> 18f87882d273 16:38:36 16:38:36 ---> Running in a5f965ed7404 16:38:36 Successfully built 18f87882d273 16:38:37 Successfully tagged docker-support-scheduler-go-arm64:latest 16:38:37  Building docker-support-scheduler-go ... done Building docker-core-data-go 16:38:37 ---> Running in 0606354a3fad 16:38:37 Removing intermediate container a5f965ed7404 16:38:37 ---> c18f1f7844a1 16:38:37 16:38:37 Successfully built c18f1f7844a1 16:38:37 Successfully tagged docker-core-command-go-arm64:latest 16:38:37  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 16:38:37 Removing intermediate container 0606354a3fad 16:38:37 ---> 5507f7558381 16:38:37 Step 27/30 : CMD ["gate"] 16:38:38 ---> Running in cfa3ca173cbe 16:38:39 Removing intermediate container cfa3ca173cbe 16:38:39 ---> 45e241a19a50 16:38:39 Step 28/30 : LABEL arch=arm64 16:38:39 ---> Running in 01b6dba0eced 16:38:40 Removing intermediate container 01b6dba0eced 16:38:40 ---> 8e571c88280f 16:38:40 Step 29/30 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:38:40 ---> Running in 9371abfd0485 16:38:41 Removing intermediate container 9371abfd0485 16:38:41 ---> 30e6caef9320 16:38:41 Step 30/30 : LABEL version=0.0.0 16:38:43 ---> Running in 6f6246d6a90e 16:38:44 Removing intermediate container 6f6246d6a90e 16:38:44 ---> f23e76682292 16:38:44 16:38:44 Successfully built f23e76682292 16:38:44 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:39:02  Building docker-security-bootstrapper-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:39:02 ---> fda0a4b7eef6 16:39:02 Step 3/22 : WORKDIR /edgex-go 16:39:02 ---> Using cache 16:39:02 ---> 10621aa90b1c 16:39:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:02 ---> Using cache 16:39:02 ---> 00a97b55ec56 16:39:02 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:39:04 ---> Running in dde8b00aee2d 16:39:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:39:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:39:07 OK: 217 MiB in 51 packages 16:39:10 Removing intermediate container dde8b00aee2d 16:39:10 ---> 1c371f84bb8a 16:39:10 Step 6/22 : COPY go.mod . 16:39:11 ---> 87266f0128a4 16:39:11 Step 7/22 : RUN go mod download 16:39:11 ---> Running in 36fbb834a408 16:39:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:39:13 ---> fda0a4b7eef6 16:39:13 Step 3/23 : WORKDIR /edgex-go 16:39:13 ---> Using cache 16:39:13 ---> 10621aa90b1c 16:39:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:13 ---> Using cache 16:39:13 ---> 00a97b55ec56 16:39:13 Step 5/23 : RUN apk add --update --no-cache make git 16:39:13 ---> Using cache 16:39:13 ---> 1fbfb6e9e7cd 16:39:13 Step 6/23 : COPY go.mod . 16:39:13 ---> Using cache 16:39:13 ---> 0693791d76fb 16:39:13 Step 7/23 : RUN go mod download 16:39:13 ---> Using cache 16:39:13 ---> b4603d0a6e6c 16:39:13 Step 8/23 : COPY . . 16:39:13 ---> Using cache 16:39:13 ---> b419cee4f3e0 16:39:13 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:39:14 ---> Running in 473f5c2bd050 16:39:16 Removing intermediate container 36fbb834a408 16:39:16 ---> d354344c0f41 16:39:16 Step 8/22 : COPY . . 16:39:16 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 16:39:18 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:18 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:39:18 ---> fda0a4b7eef6 16:39:18 Step 3/26 : WORKDIR /edgex-go 16:39:18 ---> Using cache 16:39:18 ---> 10621aa90b1c 16:39:18 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:18 ---> Using cache 16:39:18 ---> 00a97b55ec56 16:39:18 Step 5/26 : RUN apk add --update --no-cache make bash git 16:39:19 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:39:19 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:39:19 ---> fda0a4b7eef6 16:39:19 Step 3/23 : WORKDIR /edgex-go 16:39:19 ---> Using cache 16:39:19 ---> 10621aa90b1c 16:39:19 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:39:19 ---> Using cache 16:39:19 ---> 00a97b55ec56 16:39:19 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:39:19 ---> Running in 71d83bfafb0a 16:39:19 ---> Running in 9fc56838386a 16:39:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:39:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:39:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:39:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:39:24 OK: 217 MiB in 51 packages 16:39:24 OK: 217 MiB in 51 packages 16:39:27 Removing intermediate container 9fc56838386a 16:39:27 ---> 3ab2d29680d4 16:39:27 Step 6/26 : COPY go.mod . 16:39:27 Removing intermediate container 71d83bfafb0a 16:39:27 ---> 5a82e8ec0840 16:39:27 Step 6/23 : COPY go.mod . 16:39:29 ---> 3130bb17a10c 16:39:29 Step 7/26 : RUN go mod download 16:39:29 ---> 3c28bd71d91f 16:39:29 Step 7/23 : RUN go mod download 16:39:29 ---> Running in aedd8d259fa8 16:39:30 ---> Running in 3fc1f9de358d 16:39:36 Removing intermediate container aedd8d259fa8 16:39:36 ---> 7998da0172e4 16:39:36 Step 8/26 : COPY . . 16:39:36 Removing intermediate container 3fc1f9de358d 16:39:36 ---> d7d26024f756 16:39:36 Step 8/23 : COPY . . 16:39:41 ---> 8a4d2c0aab85 16:39:41 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:39:41 ---> Running in bdff03118305 16:39:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:40:06 ---> 0aeb77597add 16:40:06 Step 9/23 : RUN make cmd/core-data/core-data 16:40:06 ---> 485aadb05a2c 16:40:06 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:40:06 ---> Running in 2e23514e48df 16:40:06 ---> Running in 20fd4148316a 16:40:08 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 16:40:08 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 16:40:27 Removing intermediate container 473f5c2bd050 16:40:27 ---> ed24962ad3d4 16:40:27 16:40:27 Step 10/23 : FROM alpine:3.12 16:40:27 ---> afeebe901d6b 16:40:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:40:27 ---> Using cache 16:40:27 ---> d3190efa36fe 16:40:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:40:27 ---> Using cache 16:40:27 ---> 2ec084bf468f 16:40:27 Step 13/23 : ENV APP_PORT=48081 16:40:27 ---> Running in efd7bc281c92 16:40:27 Removing intermediate container efd7bc281c92 16:40:27 ---> 3f7f4696f9be 16:40:27 Step 14/23 : EXPOSE $APP_PORT 16:40:27 ---> Running in 23ba2f21577a 16:40:27 Removing intermediate container 23ba2f21577a 16:40:27 ---> 4c334e4a2a40 16:40:27 Step 15/23 : WORKDIR / 16:40:27 ---> Running in 015d49e7cdfa 16:40:28 Removing intermediate container 015d49e7cdfa 16:40:28 ---> 7b02006b6758 16:40:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:40:29 ---> dc3337af1d89 16:40:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:40:31 ---> 21f1569e6e13 16:40:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:40:32 ---> a948ee53e6ee 16:40:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:40:32 ---> Running in 9d518ebbdd67 16:40:33 Removing intermediate container 9d518ebbdd67 16:40:33 ---> 6579129f33ad 16:40:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:40:33 ---> Running in 3f7c68eeb3a9 16:40:34 Removing intermediate container 3f7c68eeb3a9 16:40:34 ---> f82fb009cc63 16:40:34 Step 21/23 : LABEL arch=arm64 16:40:34 ---> Running in c559d9f2982d 16:40:35 Removing intermediate container c559d9f2982d 16:40:35 ---> f57191534694 16:40:35 Step 22/23 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:40:35 ---> Running in eecca2a6c924 16:40:36 Removing intermediate container eecca2a6c924 16:40:36 ---> a415c61d2d9d 16:40:36 Step 23/23 : LABEL version=0.0.0 16:40:36 ---> Running in e5bb1def738b 16:40:37 Removing intermediate container e5bb1def738b 16:40:37 ---> 4081bff63f3d 16:40:37 16:40:37 Successfully built 4081bff63f3d 16:40:37 Successfully tagged docker-core-metadata-go-arm64:latest 16:41:10  Building docker-core-metadata-go ... done Removing intermediate container bdff03118305 16:41:10 ---> 895f0427176a 16:41:10 16:41:10 Step 10/22 : FROM alpine:3.12 16:41:10 ---> afeebe901d6b 16:41:10 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:41:10 ---> Running in 001e837e54f2 16:41:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:41:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:41:10 (1/2) Installing ca-certificates (20191127-r4) 16:41:10 (2/2) Installing dumb-init (1.2.2-r1) 16:41:10 Executing busybox-1.31.1-r19.trigger 16:41:10 Executing ca-certificates-20191127-r4.trigger 16:41:10 OK: 6 MiB in 16 packages 16:41:12 Removing intermediate container 001e837e54f2 16:41:12 ---> 4ff8a4a00332 16:41:12 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:41:12 ---> Running in 3d415c570954 16:41:13 Removing intermediate container 3d415c570954 16:41:13 ---> af01f0e26d49 16:41:13 Step 13/22 : ENV APP_PORT=48060 16:41:13 ---> Running in 82aa996a2c72 16:41:14 Removing intermediate container 20fd4148316a 16:41:14 ---> a605adccee81 16:41:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:41:14 Removing intermediate container 82aa996a2c72 16:41:14 ---> b9c9c543a234 16:41:14 Step 14/22 : EXPOSE $APP_PORT 16:41:14 ---> Running in 27c23ef147cc 16:41:14 ---> Running in 516440cc1584 16:41:15 Removing intermediate container 516440cc1584 16:41:15 ---> 331d876ba490 16:41:15 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:41:16 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 16:41:16 ---> 84727e54719a 16:41:16 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:41:18 ---> e02ae1ff12e6 16:41:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:41:19 ---> 066125c64183 16:41:19 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:41:19 ---> Running in 3cd02c3c5294 16:41:19 Removing intermediate container 27c23ef147cc 16:41:19 ---> b1c5cbe60189 16:41:19 16:41:19 Step 11/26 : FROM docker:20.10.0 16:41:19 20.10.0: Pulling from library/docker 16:41:20 Removing intermediate container 3cd02c3c5294 16:41:20 ---> d9852971c108 16:41:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:41:21 ---> Running in 0c0db5c61f7d 16:41:22 Removing intermediate container 0c0db5c61f7d 16:41:22 ---> 0d1213ef2897 16:41:22 Step 20/22 : LABEL arch=arm64 16:41:22 ---> Running in 813a99430e11 16:41:23 Removing intermediate container 813a99430e11 16:41:23 ---> 3f76e77ef785 16:41:23 Step 21/22 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:41:23 ---> Running in b1436e8e0f32 16:41:24 Removing intermediate container b1436e8e0f32 16:41:24 ---> f1209ec5a455 16:41:24 Step 22/22 : LABEL version=0.0.0 16:41:25 ---> Running in 2ddaabc772c6 16:41:26 Removing intermediate container 2ddaabc772c6 16:41:26 ---> 433626a0d231 16:41:26 16:41:27 Successfully built 433626a0d231 16:41:27 Successfully tagged docker-support-notifications-go-arm64:latest 16:41:30  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:41:30 Status: Downloaded newer image for docker:20.10.0 16:41:30 ---> eeaf43b92773 16:41:30 Step 12/26 : RUN apk add --no-cache bash 16:41:31 ---> Running in 92967fedc5d0 16:41:31 Removing intermediate container 2e23514e48df 16:41:31 ---> faacfbfdddd5 16:41:31 16:41:31 Step 10/23 : FROM alpine:3.12 16:41:31 ---> afeebe901d6b 16:41:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:41:31 ---> Running in a428aaf53a06 16:41:32 Removing intermediate container a428aaf53a06 16:41:32 ---> 883c3243d8d1 16:41:32 Step 12/23 : ENV APP_PORT=48080 16:41:32 ---> Running in 9c401406f739 16:41:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:41:32 Removing intermediate container 9c401406f739 16:41:32 ---> ac3036a563b9 16:41:32 Step 13/23 : EXPOSE $APP_PORT 16:41:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:41:33 ---> Running in d970c39ede4a 16:41:33 Removing intermediate container d970c39ede4a 16:41:33 ---> fd92c65e322d 16:41:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:41:33 (1/2) Installing readline (8.0.4-r0) 16:41:33 (2/2) Installing bash (5.0.17-r0) 16:41:33 Executing bash-5.0.17-r0.post-install 16:41:33 Executing busybox-1.31.1-r19.trigger 16:41:33 OK: 12 MiB in 22 packages 16:41:33 ---> Running in 026711d411bd 16:41:35 Removing intermediate container 92967fedc5d0 16:41:35 ---> 687c00391b84 16:41:35 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:41:35 ---> Running in 5be2f0f69797 16:41:36 Removing intermediate container 5be2f0f69797 16:41:36 ---> 3cfd41b35213 16:41:36 Step 14/26 : ENV APP_PORT=48090 16:41:36 ---> Running in 246115517f82 16:41:36 Removing intermediate container 026711d411bd 16:41:36 ---> 30eda6e93522 16:41:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:41:36 ---> Running in 0d43c12cc4f3 16:41:36 Removing intermediate container 246115517f82 16:41:36 ---> b913a4d00e6a 16:41:36 Step 15/26 : EXPOSE $APP_PORT 16:41:36 ---> Running in 0f68631a3dea 16:41:37 Removing intermediate container 0f68631a3dea 16:41:37 ---> a529b8594945 16:41:37 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:41:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:41:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:41:38 ---> 630de848ba66 16:41:38 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:41:39 (1/6) Installing dumb-init (1.2.2-r1) 16:41:39 ---> d2854b2b4d8d 16:41:39 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:41:39 (2/6) Installing libgcc (9.3.0-r2) 16:41:39 (3/6) Installing libsodium (1.0.18-r0) 16:41:39 (4/6) Installing libstdc++ (9.3.0-r2) 16:41:39 (5/6) Installing libzmq (4.3.3-r0) 16:41:39 (6/6) Installing zeromq (4.3.3-r0) 16:41:40 Executing busybox-1.31.1-r19.trigger 16:41:40 OK: 8 MiB in 20 packages 16:41:40 ---> c39bc3af8266 16:41:40 Step 19/26 : RUN apk --no-cache add py3-pip 16:41:40 ---> Running in e71d6726372e 16:41:41 Removing intermediate container 0d43c12cc4f3 16:41:41 ---> 70793d3e67a1 16:41:41 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:41:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:41:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:41:42 ---> fc8dc8e77173 16:41:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:41:42 (1/33) Installing libbz2 (1.0.8-r1) 16:41:42 (2/33) Installing expat (2.2.9-r1) 16:41:42 (3/33) Installing libffi (3.3-r2) 16:41:42 (4/33) Installing gdbm (1.13-r1) 16:41:42 (5/33) Installing xz-libs (5.2.5-r0) 16:41:42 (6/33) Installing sqlite-libs (3.32.1-r0) 16:41:42 (7/33) Installing python3 (3.8.5-r0) 16:41:44 ---> 89e94a02ed9a 16:41:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:41:44 (8/33) Installing py3-appdirs (1.4.4-r1) 16:41:44 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:41:44 (10/33) Installing py3-parsing (2.4.7-r0) 16:41:44 (11/33) Installing py3-six (1.15.0-r0) 16:41:45 (12/33) Installing py3-packaging (20.4-r0) 16:41:45 (13/33) Installing py3-setuptools (47.0.0-r0) 16:41:45 (14/33) Installing py3-chardet (3.0.4-r4) 16:41:45 (15/33) Installing py3-idna (2.9-r0) 16:41:45 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:41:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:41:45 (18/33) Installing py3-requests (2.23.0-r0) 16:41:45 (19/33) Installing py3-msgpack (1.0.0-r0) 16:41:45 (20/33) Installing py3-lockfile (0.12.2-r3) 16:41:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:41:45 (22/33) Installing py3-colorama (0.4.3-r0) 16:41:45 (23/33) Installing py3-distlib (0.3.0-r0) 16:41:45 (24/33) Installing py3-distro (1.5.0-r1) 16:41:45 (25/33) Installing py3-webencodings (0.5.1-r3) 16:41:45 (26/33) Installing py3-html5lib (1.0.1-r4) 16:41:45 (27/33) Installing py3-pytoml (0.1.21-r0) 16:41:45 (28/33) Installing py3-pep517 (0.8.2-r0) 16:41:45 (29/33) Installing py3-progress (1.5-r0) 16:41:45 (30/33) Installing py3-toml (0.10.1-r0) 16:41:45 (31/33) Installing py3-retrying (1.3.3-r0) 16:41:45 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:41:45 (33/33) Installing py3-pip (20.1.1-r0) 16:41:45 Executing busybox-1.31.1-r19.trigger 16:41:45 ---> 039f8c8a1639 16:41:45 Step 19/23 : ENTRYPOINT ["/core-data"] 16:41:45 OK: 71 MiB in 55 packages 16:41:45 ---> Running in 6457d20bed0c 16:41:46 Removing intermediate container 6457d20bed0c 16:41:46 ---> a6f3320f1959 16:41:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:41:46 ---> Running in 1f11723f98ac 16:41:47 Removing intermediate container 1f11723f98ac 16:41:47 ---> f54f7e8ea793 16:41:47 Step 21/23 : LABEL arch=arm64 16:41:47 ---> Running in c23ca4c96031 16:41:48 Removing intermediate container c23ca4c96031 16:41:48 ---> b538ea9bea14 16:41:48 Step 22/23 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:41:48 ---> Running in 2d58d05bb177 16:41:48 Removing intermediate container 2d58d05bb177 16:41:48 ---> 3a65429f7bec 16:41:48 Step 23/23 : LABEL version=0.0.0 16:41:49 ---> Running in 16a2acf3e24c 16:41:49 Removing intermediate container 16a2acf3e24c 16:41:49 ---> 1c0409bf6e7f 16:41:49 16:41:50 Successfully built 1c0409bf6e7f 16:41:50 Successfully tagged docker-core-data-go-arm64:latest 16:41:51  Building docker-core-data-go ... done Removing intermediate container e71d6726372e 16:41:51 ---> c5ad77fb261e 16:41:51 Step 20/26 : RUN pip install docker-compose==1.23.2 16:41:51 ---> Running in 5a3a16f38c25 16:41:57 Collecting docker-compose==1.23.2 16:41:57 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:41:57 Collecting cached-property<2,>=1.2.0 16:41:57 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:41:57 Collecting texttable<0.10,>=0.9.0 16:41:57 Downloading texttable-0.9.1.tar.gz (11 kB) 16:41:59 Collecting dockerpty<0.5,>=0.4.1 16:41:59 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:42:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:42:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:42:03 Collecting PyYAML<4,>=3.10 16:42:03 Downloading PyYAML-3.13.tar.gz (270 kB) 16:42:06 Collecting docker<4.0,>=3.6.0 16:42:06 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:42:07 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:42:07 Collecting jsonschema<3,>=2.5.1 16:42:07 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:42:07 Collecting docopt<0.7,>=0.6.1 16:42:08 Downloading docopt-0.6.2.tar.gz (25 kB) 16:42:10 Collecting websocket-client<1.0,>=0.32.0 16:42:10 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:42: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) 16:42:11 Collecting urllib3<1.25,>=1.21.1 16:42:11 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:42:11 Collecting idna<2.8,>=2.5 16:42:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:42:11 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) 16:42:12 Collecting docker-pycreds>=0.4.0 16:42:12 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:42:12 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:42:12 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:42:12 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:42:12 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:42:13 Installing collected packages: cached-property, texttable, dockerpty, urllib3, idna, requests, PyYAML, websocket-client, docker-pycreds, docker, jsonschema, docopt, docker-compose 16:42:13 Running setup.py install for texttable: started 16:42:15 Running setup.py install for texttable: finished with status 'done' 16:42:15 Running setup.py install for dockerpty: started 16:42:17 Running setup.py install for dockerpty: finished with status 'done' 16:42:17 Attempting uninstall: urllib3 16:42:17 Found existing installation: urllib3 1.25.9 16:42:17 Uninstalling urllib3-1.25.9: 16:42:17 Successfully uninstalled urllib3-1.25.9 16:42:17 Attempting uninstall: idna 16:42:17 Found existing installation: idna 2.9 16:42:17 Uninstalling idna-2.9: 16:42:17 Successfully uninstalled idna-2.9 16:42:18 Attempting uninstall: requests 16:42:18 Found existing installation: requests 2.23.0 16:42:18 Uninstalling requests-2.23.0: 16:42:18 Successfully uninstalled requests-2.23.0 16:42:18 Running setup.py install for PyYAML: started 16:42:20 Running setup.py install for PyYAML: finished with status 'done' 16:42:22 Running setup.py install for docopt: started 16:42:25 Running setup.py install for docopt: finished with status 'done' 16:42:25 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 16:42:29 Removing intermediate container 5a3a16f38c25 16:42:29 ---> bfded5683bfc 16:42:29 Step 21/26 : RUN apk --no-cache add curl 16:42:29 ---> Running in 0d99ce52ff7b 16:42:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:42:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:42:31 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:42:31 (2/3) Installing libcurl (7.69.1-r3) 16:42:31 (3/3) Installing curl (7.69.1-r3) 16:42:31 Executing busybox-1.31.1-r19.trigger 16:42:31 OK: 71 MiB in 58 packages 16:42:32 Removing intermediate container 0d99ce52ff7b 16:42:32 ---> e0bf8e3a2775 16:42:32 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 16:42:32 ---> Running in b89fa4516bcb 16:42:33 Removing intermediate container b89fa4516bcb 16:42:33 ---> 75cab7600125 16:42:33 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:42:33 ---> Running in 79d552cc8235 16:42:33 Removing intermediate container 79d552cc8235 16:42:33 ---> 09cbfdd24a06 16:42:33 Step 24/26 : LABEL arch=arm64 16:42:33 ---> Running in 747a3a02d576 16:42:34 Removing intermediate container 747a3a02d576 16:42:34 ---> a8230504db26 16:42:34 Step 25/26 : LABEL git_sha=851e4143f28a2cd8068469dd505430949f64edc8 16:42:34 ---> Running in d02554f3be64 16:42:35 Removing intermediate container d02554f3be64 16:42:35 ---> 0d5323540757 16:42:35 Step 26/26 : LABEL version=0.0.0 16:42:35 ---> Running in 4eb010eed00f 16:42:35 Removing intermediate container 4eb010eed00f 16:42:35 ---> f060e86d6829 16:42:35 16:42:36 Successfully built f060e86d6829 16:42:36 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:42:36  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 16:42:36 $ docker stop --time=1 401ab767d35b99e19d7aba65fea2ecb3198b6d47dadb9ae5fe273ee13ad888b0 16:42:38 $ docker rm -f 401ab767d35b99e19d7aba65fea2ecb3198b6d47dadb9ae5fe273ee13ad888b0 [Pipeline] // withDockerContainer [Pipeline] sh 16:42:39 + docker images 16:42:39 + grep docker 16:42:39 docker-sys-mgmt-agent-go-arm64 latest f060e86d6829 4 seconds ago 300MB 16:42:39 docker-core-data-go-arm64 latest 1c0409bf6e7f 50 seconds ago 21MB 16:42:39 docker-support-notifications-go-arm64 latest 433626a0d231 About a minute ago 16.7MB 16:42:39 docker-core-metadata-go-arm64 latest 4081bff63f3d 2 minutes ago 17.7MB 16:42:39 docker-security-bootstrapper-go-arm64 latest f23e76682292 3 minutes ago 17MB 16:42:39 docker-core-command-go-arm64 latest c18f1f7844a1 4 minutes ago 16MB 16:42:39 docker-support-scheduler-go-arm64 latest 18f87882d273 4 minutes ago 16.1MB 16:42:39 docker-security-secretstore-setup-go-arm64 latest 4cf051e37af6 4 minutes ago 23.4MB 16:42:39 docker-security-proxy-setup-go-arm64 latest d368c6ac5e61 4 minutes ago 23.2MB 16:42:39 docker 20.10.0 eeaf43b92773 7 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 16:42:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:42:45 ---> package-listing.sh 16:42:45 ++ facter osfamily 16:42:45 ++ tr '[:upper:]' '[:lower:]' 16:42:45 + OS_FAMILY=redhat 16:42:45 + workspace=/w/workspace/edgex-go/8 16:42:45 + START_PACKAGES=/tmp/packages_start.txt 16:42:45 + END_PACKAGES=/tmp/packages_end.txt 16:42:45 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:42:45 + PACKAGES=/tmp/packages_start.txt 16:42:45 + '[' /w/workspace/edgex-go/8 ']' 16:42:45 + PACKAGES=/tmp/packages_end.txt 16:42:45 + case "${OS_FAMILY}" in 16:42:45 + rpm -qa 16:42:45 + sort 16:42:50 + '[' -f /tmp/packages_start.txt ']' 16:42:50 + '[' -f /tmp/packages_end.txt ']' 16:42:50 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:42:50 + '[' /w/workspace/edgex-go/8 ']' 16:42:50 + mkdir -p /w/workspace/edgex-go/8/archives/ 16:42:50 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo 16:42:50 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:42:50 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:42:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:42:50 16:42:50 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:42:51 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:42:51 alpine: Pulling from edgex-lftools-log-publisher 16:42:51 df20fa9351a1: Pulling fs layer 16:42:51 36b3adc4ff6f: Pulling fs layer 16:42:51 8ad3a11d3b57: Pulling fs layer 16:42:51 46f8f816bc3b: Pulling fs layer 16:42:51 93b61091891f: Pulling fs layer 16:42:51 93b9cdb0e59b: Pulling fs layer 16:42:51 5e14af77c1be: Pulling fs layer 16:42:51 01666e4c0597: Pulling fs layer 16:42:51 aa168da1d23b: Pulling fs layer 16:42:51 46f8f816bc3b: Waiting 16:42:51 93b61091891f: Waiting 16:42:51 93b9cdb0e59b: Waiting 16:42:51 5e14af77c1be: Waiting 16:42:51 01666e4c0597: Waiting 16:42:51 aa168da1d23b: Waiting 16:42:51 36b3adc4ff6f: Download complete 16:42:51 46f8f816bc3b: Verifying Checksum 16:42:51 46f8f816bc3b: Download complete 16:42:51 df20fa9351a1: Verifying Checksum 16:42:51 df20fa9351a1: Download complete 16:42:51 93b9cdb0e59b: Verifying Checksum 16:42:51 93b9cdb0e59b: Download complete 16:42:51 5e14af77c1be: Verifying Checksum 16:42:51 5e14af77c1be: Download complete 16:42:51 93b61091891f: Download complete 16:42:51 01666e4c0597: Verifying Checksum 16:42:51 01666e4c0597: Download complete 16:42:51 df20fa9351a1: Pull complete 16:42:52 36b3adc4ff6f: Pull complete 16:42:52 8ad3a11d3b57: Verifying Checksum 16:42:52 8ad3a11d3b57: Download complete 16:42:53 8ad3a11d3b57: Pull complete 16:42:53 46f8f816bc3b: Pull complete 16:42:54 aa168da1d23b: Verifying Checksum 16:42:54 aa168da1d23b: Download complete 16:42:54 93b61091891f: Pull complete 16:42:54 93b9cdb0e59b: Pull complete 16:42:55 5e14af77c1be: Pull complete 16:42:55 01666e4c0597: Pull complete 16:43:05 aa168da1d23b: Pull complete 16:43:05 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:43:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:43:05 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:43:05 prd-centos7-docker-4c-2g-24997 does not seem to be running inside a container 16:43:05 $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:43:11 $ docker top 316d9b8603562647dd78e4897fde03608c203bfe59b25aa374cee8e295cf78ab -eo pid,comm [Pipeline] { [Pipeline] sh 16:43:12 + touch /tmp/pre-build-complete [Pipeline] sh 16:43:12 + mkdir -p /var/log/sa [Pipeline] sh 16:43:13 + ls /var/log/sa-host 16:43:13 + sadf -c /var/log/sa-host/sa04 16:43:13 file_magic: OK 16:43:13 HZ: Using current value: 100 16:43:13 file_header: OK 16:43:13 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 16:43:13 Statistics: 16:43:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:43:13 File successfully converted to sysstat format version 12.2.1 16:43:13 + sadf -c /var/log/sa-host/sa23 16:43:13 file_magic: OK 16:43:13 HZ: Using current value: 100 16:43:13 file_header: OK 16:43:13 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 16:43:13 Statistics: 16:43:13 Hnuu...uuuununununu... 16:43:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:43:14 provisioning config files... 16:43:14 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config3601716627408310800tmp [Pipeline] { [Pipeline] echo 16:43:14 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:43:14 ---> create-netrc.sh [Pipeline] } 16:43:14 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:43:15 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:43:15 ---> python-tools-install.sh [Pipeline] echo 16:43:15 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:43:16 ---> sudo-logs.sh 16:43:16 Archiving 'sudo' log.. [Pipeline] echo 16:43:16 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:43:16 ---> job-cost.sh 16:43:16 lf-activate-venv: SKIPPING 16:43:16 INFO: No Stack... 16:43:17 INFO: Retrieving Pricing Info for: v1-standard-2 16:43:18 INFO: Archiving Costs [Pipeline] echo 16:43:18 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:43:18 ---> logs-deploy.sh 16:43:18 lf-activate-venv: SKIPPING 16:43:18 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3115/8 16:43:18 INFO: archiving workspace using pattern(s): 16:43:20 Archives upload complete. 16:43:20 INFO: archiving logs to Nexus 16:43:22 ---> uname -a: 16:43:22 Linux prd-centos7-docker-4c-2g-24997.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:43:22 16:43:22