Pull request #3234 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a31d707a985f2a2c82673e0a11119d02d3fdd0bf+ffeef0baf9084ef973288a9a81981f0cc896aaf1 (3f2b66d0bcd80b2749c4bb7f853ac00a97ed5dfb) 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 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 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > 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 46d8313d362d7075c0f562900eedc504c24ea18a 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 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-blackbox-4c-2g-542’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-1176’ is offline; ‘prd-centos7-docker-4c-2g-1188’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-1186’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1198 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/80 [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/80 # 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 ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit a31d707a985f2a2c82673e0a11119d02d3fdd0bf Merge succeeded, producing a31d707a985f2a2c82673e0a11119d02d3fdd0bf Checking out Revision a31d707a985f2a2c82673e0a11119d02d3fdd0bf (PR-3234) > 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/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # 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 ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" First time build. Skipping changelog. > git rev-list --no-walk c980fbf2f99952e9ede285420b02d20704a13b34 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:55:18 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:55:18 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:55:18 ========================================================= 15:55:18 EdgeX Global Pipelines Version Info 15:55:18 ========================================================= [Pipeline] libraryResource [Pipeline] sh 15:55:20 ------------------- 15:55:20 stable info: 15:55:20 ------------------- 15:55:20 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:55:20 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 15:55:20 Message: update stable to v1.0.186 15:55:21 ------------------- 15:55:21 experimental info: 15:55:21 ------------------- 15:55:21 Commited By: **** collab-it+edgex@linuxfoundation.org 15:55:21 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 15:55:21 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3234 [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3234 [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3234 [Pipeline] echo 15:55:21 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a31d707a985f2a2c82673e0a11119d02d3fdd0bf [Pipeline] echo 15:55:22 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a31d707 [Pipeline] echo 15:55:22 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:55:22 provisioning config files... 15:55:22 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/80@tmp/config1227815359954827041tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:55:22 ---> docker-login.sh 15:55:22 nexus3.edgexfoundry.org:10001 15:55:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:55:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:55:23 Configure a credential helper to remove this warning. See 15:55:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:55:23 15:55:23 Login Succeeded 15:55:23 nexus3.edgexfoundry.org:10002 15:55:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:55:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:55:23 Configure a credential helper to remove this warning. See 15:55:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:55:23 15:55:23 Login Succeeded 15:55:23 nexus3.edgexfoundry.org:10003 15:55:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:55:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:55:23 Configure a credential helper to remove this warning. See 15:55:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:55:23 15:55:23 Login Succeeded 15:55:23 nexus3.edgexfoundry.org:10004 15:55:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:55:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:55:23 Configure a credential helper to remove this warning. See 15:55:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:55:23 15:55:23 Login Succeeded 15:55:23 docker.io 15:55:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:55:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:55:24 Configure a credential helper to remove this warning. See 15:55:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:55:24 15:55:24 Login Succeeded 15:55:24 ---> docker-login.sh ends [Pipeline] } 15:55:24 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:55:24 ++ 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 15:55:24 + for file in '`ls cmd/**/Dockerfile`' 15:55:24 ++ dirname cmd/core-command/Dockerfile 15:55:24 ++ cut -d/ -f2 15:55:24 + echo core-command,cmd/core-command/Dockerfile 15:55:24 + for file in '`ls cmd/**/Dockerfile`' 15:55:24 ++ dirname cmd/core-data/Dockerfile 15:55:24 ++ cut -d/ -f2 15:55:24 + echo core-data,cmd/core-data/Dockerfile 15:55:24 + for file in '`ls cmd/**/Dockerfile`' 15:55:24 ++ dirname cmd/core-metadata/Dockerfile 15:55:24 ++ cut -d/ -f2 15:55:24 + echo core-metadata,cmd/core-metadata/Dockerfile 15:55:24 + for file in '`ls cmd/**/Dockerfile`' 15:55:24 ++ dirname cmd/security-bootstrapper/Dockerfile 15:55:24 ++ cut -d/ -f2 15:55:24 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 15:55:24 + for file in '`ls cmd/**/Dockerfile`' 15:55:24 ++ dirname cmd/security-proxy-setup/Dockerfile 15:55:24 ++ cut -d/ -f2 15:55:24 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:55:24 + for file in '`ls cmd/**/Dockerfile`' 15:55:24 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:55:24 ++ cut -d/ -f2 15:55:24 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:55:24 + for file in '`ls cmd/**/Dockerfile`' 15:55:24 ++ dirname cmd/support-notifications/Dockerfile 15:55:24 ++ cut -d/ -f2 15:55:24 + echo support-notifications,cmd/support-notifications/Dockerfile 15:55:24 + for file in '`ls cmd/**/Dockerfile`' 15:55:24 ++ dirname cmd/support-scheduler/Dockerfile 15:55:24 ++ cut -d/ -f2 15:55:24 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:55:24 + for file in '`ls cmd/**/Dockerfile`' 15:55:24 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:55:24 ++ cut -d/ -f2 15:55:24 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:55:24 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 15:55:25 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:55:25 15:55:25 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:55:25 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:55:25 latest: Pulling from edgex-devops/git-semver 15:55:25 31603596830f: Pulling fs layer 15:55:25 2a8b12db71e7: Pulling fs layer 15:55:25 6ca5941a6612: Pulling fs layer 15:55:25 ecc8261a40a4: Pulling fs layer 15:55:25 ecc8261a40a4: Waiting 15:55:25 2a8b12db71e7: Verifying Checksum 15:55:25 2a8b12db71e7: Download complete 15:55:25 31603596830f: Verifying Checksum 15:55:25 31603596830f: Download complete 15:55:25 ecc8261a40a4: Verifying Checksum 15:55:25 ecc8261a40a4: Download complete 15:55:25 6ca5941a6612: Verifying Checksum 15:55:25 6ca5941a6612: Download complete 15:55:26 31603596830f: Pull complete 15:55:26 2a8b12db71e7: Pull complete 15:55:27 6ca5941a6612: Pull complete 15:55:27 ecc8261a40a4: Pull complete 15:55:27 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:55:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:55:27 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:55:27 prd-centos7-docker-4c-2g-1198 does not seem to be running inside a container 15:55:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:55:29 $ docker top a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:55:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:55:30 [ssh-agent] Looking for ssh-agent implementation... 15:55:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:55:30 $ docker exec a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 ssh-agent 15:55:30 SSH_AUTH_SOCK=/tmp/ssh-pGxZ4u7goNsx/agent.12 15:55:30 SSH_AGENT_PID=17 15:55:30 Running ssh-add (command line suppressed) 15:55:30 Identity added: /w/workspace/edgex-go/80@tmp/private_key_6307402684985932795.key (/w/workspace/edgex-go/80@tmp/private_key_6307402684985932795.key) 15:55:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:55:31 + git tag --points-at HEAD [Pipeline] } 15:55:31 $ docker exec --env ******** --env ******** a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 ssh-agent -k 15:55:31 unset SSH_AUTH_SOCK; 15:55:31 unset SSH_AGENT_PID; 15:55:31 echo Agent pid 17 killed; 15:55:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:55:31 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:55:31 [ssh-agent] Looking for ssh-agent implementation... 15:55:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:55:31 $ docker exec a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 ssh-agent 15:55:31 SSH_AUTH_SOCK=/tmp/ssh-Zx6aIgigRy0x/agent.47 15:55:31 SSH_AGENT_PID=53 15:55:31 Running ssh-add (command line suppressed) 15:55:31 Identity added: /w/workspace/edgex-go/80@tmp/private_key_8918198484309769031.key (/w/workspace/edgex-go/80@tmp/private_key_8918198484309769031.key) 15:55:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:55:32 + git semver init 15:55:32 # -> Open(): unable to determine branch for HEAD 15:55:32 # $GIT_DIR = /w/workspace/edgex-go/80/.git 15:55:32 # $GIT_WORK_TREE = /w/workspace/edgex-go/80 15:55:32 # $SEMVER_REMOTE_NAME = origin 15:55:32 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:55:32 # $SEMVER_USER_NAME = edgex-jenkins 15:55:32 # $SEMVER_BRANCH = PR-3234 15:55:32 # $SEMVER_TEMP = /tmp/semver-009287589 15:55:32 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:56:04 # '/tmp/semver-009287589' -> '/w/workspace/edgex-go/80/.semver' 15:56:04 # -> Force: false 15:56:04 # $SEMVER_DIR = /w/workspace/edgex-go/80/.semver [Pipeline] } 15:56:04 $ docker exec --env ******** --env ******** a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 ssh-agent -k 15:56:04 unset SSH_AUTH_SOCK; 15:56:04 unset SSH_AGENT_PID; 15:56:04 echo Agent pid 53 killed; 15:56:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:56:05 + git semver [Pipeline] } 15:56:05 $ docker stop --time=1 a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 15:56:06 $ docker rm -f a838852fbbc2b62fc813d91d1b08a1d9fadc96814aac8f930743153d225a2872 [Pipeline] // withDockerContainer [Pipeline] sh 15:56:07 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:56:07 Stashed 1 file(s) [Pipeline] echo 15:56:07 [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 15:56:08 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:56:08 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:56:09 + sudo service docker restart 15:56:09 + true 15:56:09 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:56:10 ========================================================= 15:56:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:56:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:56:10 + 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 . 15:56:14 Sending build context to Docker daemon 329.6MB 15:56:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:56:14 Step 2/6 : FROM ${BASE} 15:56:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:56:14 188c0c94c7c5: Pulling fs layer 15:56:14 0ef7d3d256c8: Pulling fs layer 15:56:14 de9db76c5a1d: Pulling fs layer 15:56:14 bca2f99d35d6: Pulling fs layer 15:56:14 93359f2a8cfa: Pulling fs layer 15:56:14 7c6f9722023f: Pulling fs layer 15:56:14 a35cf1a2eb13: Pulling fs layer 15:56:14 bca2f99d35d6: Waiting 15:56:14 93359f2a8cfa: Waiting 15:56:14 7c6f9722023f: Waiting 15:56:14 a35cf1a2eb13: Waiting 15:56:14 de9db76c5a1d: Verifying Checksum 15:56:14 de9db76c5a1d: Download complete 15:56:14 0ef7d3d256c8: Verifying Checksum 15:56:14 0ef7d3d256c8: Download complete 15:56:14 93359f2a8cfa: Download complete 15:56:14 7c6f9722023f: Verifying Checksum 15:56:14 7c6f9722023f: Download complete 15:56:14 188c0c94c7c5: Verifying Checksum 15:56:14 188c0c94c7c5: Download complete 15:56:15 188c0c94c7c5: Pull complete 15:56:15 0ef7d3d256c8: Pull complete 15:56:15 de9db76c5a1d: Pull complete 15:56:17 a35cf1a2eb13: Download complete 15:56:17 bca2f99d35d6: Verifying Checksum 15:56:17 bca2f99d35d6: Download complete 15:56:22 Still waiting to schedule task 15:56:22 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 15:56:25 bca2f99d35d6: Pull complete 15:56:25 93359f2a8cfa: Pull complete 15:56:25 7c6f9722023f: Pull complete 15:56:30 a35cf1a2eb13: Pull complete 15:56:30 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:56:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:56:30 ---> a62c8e92a672 15:56:30 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 15:56:30 ---> Running in b6cbb50cfb6a 15:56:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:56:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:56:32 (1/12) Installing libmagic (5.38-r0) 15:56:32 (2/12) Installing file (5.38-r0) 15:56:32 (3/12) Installing libc-dev (0.7.2-r3) 15:56:32 (4/12) Installing g++ (9.3.0-r2) 15:56:44 (5/12) Installing fortify-headers (1.1-r0) 15:56:44 (6/12) Installing patch (2.7.6-r6) 15:56:44 (7/12) Installing build-base (0.5-r2) 15:56:44 (8/12) Installing libsodium (1.0.18-r0) 15:56:44 (9/12) Installing pkgconf (1.7.2-r0) 15:56:44 (10/12) Installing libsodium-dev (1.0.18-r0) 15:56:44 (11/12) Installing libzmq (4.3.3-r0) 15:56:44 (12/12) Installing zeromq-dev (4.3.3-r0) 15:56:44 Executing busybox-1.31.1-r19.trigger 15:56:44 OK: 233 MiB in 51 packages 15:56:49 Removing intermediate container b6cbb50cfb6a 15:56:49 ---> 4baf9d049b86 15:56:49 Step 4/6 : WORKDIR /edgex-go 15:56:49 ---> Running in 43135d42366f 15:56:49 Removing intermediate container 43135d42366f 15:56:49 ---> 2cecf9c5f0b6 15:56:49 Step 5/6 : COPY go.mod . 15:56:49 ---> 25fb33b3825c 15:56:49 Step 6/6 : RUN go mod download 15:56:49 ---> Running in c7fcb87bc1a2 15:57:12 Removing intermediate container c7fcb87bc1a2 15:57:12 ---> 7f92ed82c843 15:57:12 Successfully built 7f92ed82c843 15:57:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:57:12 + docker inspect -f . ci-base-image-x86_64 15:57:12 . [Pipeline] withDockerContainer 15:57:12 prd-centos7-docker-4c-2g-1198 does not seem to be running inside a container 15:57:12 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:57:13 $ docker top 6f7aee673cf5be5b8f531dbfea1b8960a43b6c295deabe0e7316081a63dba5d0 -eo pid,comm [Pipeline] { [Pipeline] sh 15:57:13 + go version 15:57:13 go version go1.15.5 linux/amd64 [Pipeline] } 15:57:13 $ docker stop --time=1 6f7aee673cf5be5b8f531dbfea1b8960a43b6c295deabe0e7316081a63dba5d0 15:57:16 $ docker rm -f 6f7aee673cf5be5b8f531dbfea1b8960a43b6c295deabe0e7316081a63dba5d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:57:16 + docker inspect -f . ci-base-image-x86_64 15:57:16 . [Pipeline] withDockerContainer 15:57:16 prd-centos7-docker-4c-2g-1198 does not seem to be running inside a container 15:57:16 $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:57:17 $ docker top 8d7f26cf30df3134b9391d64a24ad47062d7523ba4baa6726b7ccc316d54d444 -eo pid,comm [Pipeline] { [Pipeline] echo 15:57:17 ========================================================= 15:57:17 [edgeXBuildGoParallel] Running Tests and Build... 15:57:17 ========================================================= [Pipeline] sh 15:57:18 + make test 15:57:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:57:30 ? github.com/edgexfoundry/edgex-go [no test files] 15:57:52 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:58:01 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:58:01 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:58:01 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:58:05 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 15:58:05 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:58:05 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:58:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:58:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:58:06 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:58:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:58:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:58:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.153s coverage: 45.9% of statements 15:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:58:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 15:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.073s coverage: 19.8% of statements 15:58:12 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.120s coverage: 100.0% of statements 15:58:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.288s coverage: 27.1% of statements 15:58:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:58:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:58:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:58:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:58:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:58:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:58:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements 15:58:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:58:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.076s coverage: 100.0% of statements 15:58:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:58:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:58:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.150s coverage: 71.3% of statements 15:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:58:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.212s coverage: 82.9% of statements 15:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:58:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.060s coverage: 78.9% of statements 15:58:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:58:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.419s coverage: 28.6% of statements 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:58:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:58:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.103s coverage: 100.0% of statements 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:58:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.237s coverage: 86.7% of statements 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:58:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.261s coverage: 97.5% of statements 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:58:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.107s coverage: 78.3% of statements 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:58:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:58:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.709s coverage: 93.0% of statements 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:58:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.089s coverage: 58.8% of statements 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:58:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.136s coverage: 0.9% of statements 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:58:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 15:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.059s coverage: 47.1% of statements 15:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.112s coverage: 79.5% of statements 15:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.086s coverage: 94.1% of statements 15:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements 15:58:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 15:58:37 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1201 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 15:58:37 Running in /w/workspace/edgex-go/80 [Pipeline] { [Pipeline] checkout 15:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.077s coverage: 94.4% of statements 15:58:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.107s coverage: 44.8% of statements 15:58:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.444s coverage: 81.9% of statements 15:58:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 15:58:44 using credential edgex-jenkins-ssh 15:58:44 Cloning the remote Git repository 15:58:44 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:58:44 > git init /w/workspace/edgex-go/80 # timeout=10 15:58:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:58:44 > git --version # timeout=10 15:58:44 > git --version # 'git version 2.17.1' 15:58:44 using GIT_SSH to set credentials SSH Credentials for GitHub 15:58:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.173s coverage: 92.9% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.037s coverage: 77.8% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.067s coverage: 87.2% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.129s coverage: 75.5% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.115s coverage: 87.2% of statements 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.096s coverage: 84.6% of statements 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.6% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.273s coverage: 64.4% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.038s coverage: 100.0% of statements 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.404s coverage: 69.0% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.153s coverage: 38.4% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.047s coverage: 89.5% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.051s coverage: 84.8% of statements 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.251s coverage: 47.0% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.157s coverage: 100.0% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 15:58:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.093s coverage: 9.6% of statements 15:58:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 15:58:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.242s coverage: 88.6% of statements 15:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 15:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 15:58:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 15:58:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.878s coverage: 28.7% of statements 15:58:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:58:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:58:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:58:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:58:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:58:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements 15:58:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:58:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.074s coverage: 100.0% of statements 15:58:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:58:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 15:58:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 15:58:54 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.097s coverage: 64.6% of statements 15:58:54 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 15:58:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.144s coverage: 95.6% of statements 15:58:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 15:58:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 15:58:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 15:58:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 15:58:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:58:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 15:58:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:58:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:58:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:58:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:58:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.042s coverage: 87.9% of statements 15:58:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:58:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:58:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 15:58:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 28.1% of statements 15:58:56 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 15:58:56 GO111MODULE=on go vet ./... 15:59:08 Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit a31d707a985f2a2c82673e0a11119d02d3fdd0bf 15:59:08 Merge succeeded, producing a31d707a985f2a2c82673e0a11119d02d3fdd0bf 15:59:08 Checking out Revision a31d707a985f2a2c82673e0a11119d02d3fdd0bf (PR-3234) 15:59:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:59:07 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:59:07 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:59:07 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:59:07 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:07 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:59:08 > git config core.sparsecheckout # timeout=10 15:59:08 > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 15:59:08 > git remote # timeout=10 15:59:08 > git config --get remote.origin.url # timeout=10 15:59:08 using GIT_SSH to set credentials SSH Credentials for GitHub 15:59:08 > git merge ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 15:59:08 > git rev-parse HEAD^{commit} # timeout=10 15:59:08 > git config core.sparsecheckout # timeout=10 15:59:08 > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 15:59:13 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:59:14 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:59:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:59:15 + sudo service docker restart+ 15:59:15 true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:59:18 provisioning config files... 15:59:18 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/80@tmp/config4036167071344691929tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:59:18 ---> docker-login.sh 15:59:18 nexus3.edgexfoundry.org:10001 15:59:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:19 Configure a credential helper to remove this warning. See 15:59:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:19 15:59:19 Login Succeeded 15:59:19 nexus3.edgexfoundry.org:10002 15:59:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:20 Configure a credential helper to remove this warning. See 15:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:20 15:59:20 Login Succeeded 15:59:20 nexus3.edgexfoundry.org:10003 15:59:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:20 Configure a credential helper to remove this warning. See 15:59:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:20 15:59:20 Login Succeeded 15:59:20 nexus3.edgexfoundry.org:10004 15:59:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:21 Configure a credential helper to remove this warning. See 15:59:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:21 15:59:21 Login Succeeded 15:59:21 docker.io 15:59:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:59:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:59:21 Configure a credential helper to remove this warning. See 15:59:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:59:21 15:59:21 Login Succeeded 15:59:21 ---> docker-login.sh ends [Pipeline] } 15:59:21 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:59:22 ========================================================= 15:59:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:59:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:59:22 + 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 . 15:59:25 Sending build context to Docker daemon 167.4MB 15:59:25 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 15:59:25 Step 2/6 : FROM ${BASE} 15:59:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:59:25 5f621e34cdf4: Pulling fs layer 15:59:25 a4357932f1b6: Pulling fs layer 15:59:25 18c013af1878: Pulling fs layer 15:59:25 00ac8860ef70: Pulling fs layer 15:59:25 63d7cb157983: Pulling fs layer 15:59:25 b116817d02f9: Pulling fs layer 15:59:25 745a02a5169b: Pulling fs layer 15:59:25 00ac8860ef70: Waiting 15:59:25 63d7cb157983: Waiting 15:59:25 b116817d02f9: Waiting 15:59:25 745a02a5169b: Waiting 15:59:25 18c013af1878: Verifying Checksum 15:59:25 18c013af1878: Download complete 15:59:25 a4357932f1b6: Verifying Checksum 15:59:25 63d7cb157983: Verifying Checksum 15:59:25 63d7cb157983: Download complete 15:59:25 b116817d02f9: Download complete 15:59:25 5f621e34cdf4: Verifying Checksum 15:59:25 5f621e34cdf4: Download complete 15:59:26 5f621e34cdf4: Pull complete 15:59:26 a4357932f1b6: Pull complete 15:59:26 18c013af1878: Pull complete 15:59:27 745a02a5169b: Download complete 15:59:28 00ac8860ef70: Verifying Checksum 15:59:28 00ac8860ef70: Download complete 15:59:35 gofmt -l . 15:59:35 [ "`gofmt -l .`" = "" ] 15:59:35 ./bin/test-go-mod-tidy.sh 15:59:36 ./bin/test-attribution-txt.sh [Pipeline] sh 15:59:37 + ls -al . 15:59:37 total 812 15:59:37 drwxrwxr-x 10 1001 1001 4096 Apr 20 15:59 . 15:59:37 drwxr-xr-x 4 root root 30 Apr 20 15:57 .. 15:59:37 -rw-rw-r-- 1 1001 1001 11 Apr 20 15:55 .dockerignore 15:59:37 drwxrwxr-x 8 1001 1001 179 Apr 20 15:55 .git 15:59:37 drwxrwxr-x 3 1001 1001 125 Apr 20 15:55 .github 15:59:37 -rw-rw-r-- 1 1001 1001 818 Apr 20 15:55 .gitignore 15:59:37 drwx------ 3 1001 1001 60 Apr 20 15:56 .semver 15:59:37 -rw-rw-r-- 1 1001 1001 166 Apr 20 15:55 .sonarcloud.properties 15:59:37 -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:55 Attribution.txt 15:59:37 -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:55 CONTRIBUTING.md 15:59:37 -rw-rw-r-- 1 1001 1001 931 Apr 20 15:55 Dockerfile.build 15:59:37 -rw-rw-r-- 1 1001 1001 863 Apr 20 15:55 Jenkinsfile 15:59:37 -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:55 LICENSE 15:59:37 -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:55 Makefile 15:59:37 -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:55 README.md 15:59:37 -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:55 SECURITY.md 15:59:37 -rw-rw-r-- 1 1001 1001 5 Apr 20 15:56 VERSION 15:59:37 -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:55 ZMQWindows.md 15:59:37 drwxrwxr-x 2 1001 1001 117 Apr 20 15:55 bin 15:59:37 drwxrwxr-x 14 1001 1001 4096 Apr 20 15:55 cmd 15:59:37 -rw-r--r-- 1 root root 703598 Apr 20 15:58 coverage.out 15:59:37 -rw-r--r-- 1 root root 1059 Apr 20 15:59 go.mod 15:59:37 -rw-r--r-- 1 root root 22073 Apr 20 15:59 go.sum 15:59:37 drwxrwxr-x 8 1001 1001 127 Apr 20 15:55 internal 15:59:37 drwxrwxr-x 4 1001 1001 26 Apr 20 15:55 openapi 15:59:37 drwxrwxr-x 4 1001 1001 71 Apr 20 15:55 snap 15:59:37 -rw-rw-r-- 1 1001 1001 168 Apr 20 15:55 version.go [Pipeline] sh 15:59:38 + '[' -e coverage.out ] 15:59:38 + chown 1001:1001 coverage.out [Pipeline] stash 15:59:38 Stashed 1 file(s) [Pipeline] sh 15:59:38 + make build 15:59:38 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 15:59:38 00ac8860ef70: Pull complete 15:59:38 63d7cb157983: Pull complete 15:59:39 b116817d02f9: Pull complete 15:59:42 745a02a5169b: Pull complete 15:59:42 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:59:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:59:42 ---> b7e6874047d6 15:59:42 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 15:59:42 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 15:59:46 ---> Running in 2f56b7e55470 15:59:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:59:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:59:48 (1/12) Installing libmagic (5.38-r0) 15:59:48 (2/12) Installing file (5.38-r0) 15:59:48 (3/12) Installing libc-dev (0.7.2-r3) 15:59:49 (4/12) Installing g++ (9.3.0-r2) 15:59:54 (5/12) Installing fortify-headers (1.1-r0) 15:59:54 (6/12) Installing patch (2.7.6-r6) 15:59:54 (7/12) Installing build-base (0.5-r2) 15:59:54 (8/12) Installing libsodium (1.0.18-r0) 15:59:54 (9/12) Installing pkgconf (1.7.2-r0) 15:59:54 (10/12) Installing libsodium-dev (1.0.18-r0) 15:59:55 (11/12) Installing libzmq (4.3.3-r0) 15:59:55 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 15:59:55 (12/12) Installing zeromq-dev (4.3.3-r0) 15:59:55 Executing busybox-1.31.1-r19.trigger 15:59:55 OK: 217 MiB in 51 packages 15:59:56 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 15:59:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 15:59:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 15:59:59 Removing intermediate container 2f56b7e55470 15:59:59 ---> 42e45f0c6fa9 15:59:59 Step 4/6 : WORKDIR /edgex-go 15:59:59 ---> Running in bd2b18ead583 16:00:00 Removing intermediate container bd2b18ead583 16:00:00 ---> 2321c97005a9 16:00:00 Step 5/6 : COPY go.mod . 16:00:00 ---> 302c0168d603 16:00:00 Step 6/6 : RUN go mod download 16:00:01 ---> Running in a6e031874202 16:00:01 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:00:03 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:00:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:00:06 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:00:07 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:00:09 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:00:11 $ docker stop --time=1 8d7f26cf30df3134b9391d64a24ad47062d7523ba4baa6726b7ccc316d54d444 16:00:13 $ docker rm -f 8d7f26cf30df3134b9391d64a24ad47062d7523ba4baa6726b7ccc316d54d444 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:14 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:00:14 16:00:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:00:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:00:15 latest: Pulling from edgex-devops/edgex-compose 16:00:15 cbdbe7a5bc2a: Pulling fs layer 16:00:15 ca9280d653b3: Pulling fs layer 16:00:15 7e9c9ca2126c: Pulling fs layer 16:00:15 cbdbe7a5bc2a: Verifying Checksum 16:00:15 cbdbe7a5bc2a: Download complete 16:00:15 ca9280d653b3: Verifying Checksum 16:00:15 ca9280d653b3: Download complete 16:00:16 cbdbe7a5bc2a: Pull complete 16:00:17 7e9c9ca2126c: Download complete 16:00:17 ca9280d653b3: Pull complete 16:00:24 7e9c9ca2126c: Pull complete 16:00:24 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:00:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:00:24 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:00:24 prd-centos7-docker-4c-2g-1198 does not seem to be running inside a container 16:00:24 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:00:26 $ docker top 8fff96e7e1da14bf708c955e094a912f0e3336f427960d33982adace3baadbf6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:00:27 + + docker-compose build --helpgrep 16:00:27 parallel 16:00:28 Removing intermediate container a6e031874202 16:00:28 ---> 486b54e15766 16:00:28 Successfully built 486b54e15766 16:00:28 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:00:28 + docker inspect -f . ci-base-image-arm64 16:00:28 . 16:00:28 --parallel Build images in parallel. [Pipeline] withDockerContainer 16:00:28 prd-ubuntu18.04-docker-arm64-4c-16g-1201 does not seem to be running inside a container 16:00:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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 ******** ci-base-image-arm64 cat 16:00:30 $ docker top c08eb0942a3696470185a81fbf5505e8fd2f1a24e78925371448259e3526d530 -eo pid,comm [Pipeline] { [Pipeline] } 16:00:30 $ docker stop --time=1 8fff96e7e1da14bf708c955e094a912f0e3336f427960d33982adace3baadbf6 16:00:32 $ docker rm -f 8fff96e7e1da14bf708c955e094a912f0e3336f427960d33982adace3baadbf6 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:32 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:00:32 . [Pipeline] withDockerContainer 16:00:33 + go version 16:00:33 go version go1.15.5 linux/arm64 16:00:33 prd-centos7-docker-4c-2g-1198 does not seem to be running inside a container 16:00:33 $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:00:34 $ docker top eacd75e90a47514045061c2e1dc290b8749a5bba94f53967ad3f785713b0d745 -eo pid,comm [Pipeline] { [Pipeline] } 16:00:34 $ docker stop --time=1 c08eb0942a3696470185a81fbf5505e8fd2f1a24e78925371448259e3526d530 16:00:36 $ docker rm -f c08eb0942a3696470185a81fbf5505e8fd2f1a24e78925371448259e3526d530 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:00:36 + docker-compose -f ./docker-compose-build.yml build --parallel 16:00:37 + docker inspect -f . ci-base-image-arm64 16:00:37 . [Pipeline] withDockerContainer 16:00:37 prd-ubuntu18.04-docker-arm64-4c-16g-1201 does not seem to be running inside a container 16:00:37 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@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 ******** ci-base-image-arm64 cat 16:00:38 Building docker-core-command-go ... 16:00:38 Building docker-core-data-go ... 16:00:38 Building docker-core-metadata-go ... 16:00:38 Building docker-security-bootstrapper-go ... 16:00:38 Building docker-security-proxy-setup-go ... 16:00:38 Building docker-security-secretstore-setup-go ... 16:00:38 Building docker-support-notifications-go ... 16:00:38 Building docker-support-scheduler-go ... 16:00:38 Building docker-sys-mgmt-agent-go ... 16:00:38 Building docker-sys-mgmt-agent-go 16:00:38 Building docker-security-secretstore-setup-go 16:00:38 Building docker-support-scheduler-go 16:00:38 Building docker-security-proxy-setup-go 16:00:38 Building docker-security-bootstrapper-go 16:00:38 $ docker top 545e3eafb2af4cb7c5f9e31941b5048f5fd50c90788fa5ee4e17d9fa30d884c3 -eo pid,comm [Pipeline] { [Pipeline] echo 16:00:39 ========================================================= 16:00:39 [edgeXBuildGoParallel] Running Tests and Build... 16:00:39 ========================================================= [Pipeline] sh 16:00:39 + make test 16:00:39 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:01:06 ? github.com/edgexfoundry/edgex-go [no test files] 16:01:25 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:01:25 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:01:25 ---> 7f92ed82c843 16:01:25 Step 3/23 : WORKDIR /edgex-go 16:01:25 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:01:25 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:01:25 ---> 7f92ed82c843 16:01:25 Step 3/24 : WORKDIR /edgex-go 16:01:25 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:01:25 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:01:25 ---> 7f92ed82c843 16:01:25 Step 3/31 : WORKDIR /edgex-go 16:01:25 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:01:25 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:01:25 ---> 7f92ed82c843 16:01:25 Step 3/22 : WORKDIR /edgex-go 16:01:25 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:01:25 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:01:25 ---> 7f92ed82c843 16:01:25 Step 3/21 : WORKDIR /edgex-go 16:01:25 ---> Running in c100617a7f72 16:01:25 ---> Running in 655a89b232dd 16:01:25 ---> Running in 898006b9d1f2 16:01:25 ---> Running in 169d43d292e5 16:01:25 ---> Running in ba66b1a04335 16:01:25 Removing intermediate container 655a89b232dd 16:01:25 ---> 9e108d543913 16:01:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:25 Removing intermediate container ba66b1a04335 16:01:25 ---> 7bdc73ec0187 16:01:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:25 Removing intermediate container c100617a7f72 16:01:25 ---> 602e20cd6359 16:01:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:25 Removing intermediate container 898006b9d1f2 16:01:25 ---> 4649458281c3 16:01:25 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:25 Removing intermediate container 169d43d292e5 16:01:25 ---> c4eccaf7afe5 16:01:25 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:01:26 ---> Running in 9541bea8aa5a 16:01:26 ---> Running in 681d587c94f8 16:01:26 ---> Running in d061066c1dc8 16:01:26 ---> Running in f685a4230468 16:01:26 ---> Running in 848744dc7222 16:01:28 Removing intermediate container 681d587c94f8 16:01:28 ---> 5ebb62be7070 16:01:28 Step 5/23 : RUN apk add --update --no-cache make bash git 16:01:28 ---> Running in 7f1653430107 16:01:28 Removing intermediate container f685a4230468 16:01:28 ---> e7613d0372bb 16:01:28 Step 5/22 : RUN apk add --update --no-cache make git 16:01:28 Removing intermediate container 9541bea8aa5a 16:01:28 ---> 09738afa3e6e 16:01:28 Step 5/24 : RUN apk add --update --no-cache make git 16:01:29 ---> Running in 0ed21bf34c1b 16:01:29 ---> Running in 9135138ccc7f 16:01:29 Removing intermediate container d061066c1dc8 16:01:29 ---> ff0f22c7093a 16:01:29 Step 5/31 : RUN apk add --update --no-cache make git 16:01:29 Removing intermediate container 848744dc7222 16:01:29 ---> f4aa446b54ef 16:01:29 Step 5/21 : RUN apk add --update --no-cache make git 16:01:29 ---> Running in 8834f4c5bf8e 16:01:29 ---> Running in 499b8454163b 16:01:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:01:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:01:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:01:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:01:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:01:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:01:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:01:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:01:31 OK: 233 MiB in 51 packages 16:01:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:01:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:01:31 OK: 233 MiB in 51 packages 16:01:32 OK: 233 MiB in 51 packages 16:01:32 OK: 233 MiB in 51 packages 16:01:32 Removing intermediate container 7f1653430107 16:01:32 ---> 746109dee58a 16:01:32 Step 6/23 : COPY go.mod . 16:01:32 OK: 233 MiB in 51 packages 16:01:32 Removing intermediate container 0ed21bf34c1b 16:01:32 ---> 5ade693acc4d 16:01:32 Step 6/22 : COPY go.mod . 16:01:32 ---> 15e2667396bb 16:01:32 Step 7/23 : RUN go mod download 16:01:32 ---> Running in 2acefa7b0cbf 16:01:33 Removing intermediate container 8834f4c5bf8e 16:01:33 ---> 9e1cd6c8ce89 16:01:33 Step 6/31 : COPY go.mod . 16:01:33 ---> 203e29f3624d 16:01:33 Step 7/22 : RUN go mod download 16:01:33 Removing intermediate container 499b8454163b 16:01:33 ---> 07ed7bf523dc 16:01:33 Step 6/21 : COPY go.mod . 16:01:33 ---> Running in 6d62f4fe8998 16:01:33 Removing intermediate container 9135138ccc7f 16:01:33 ---> 61a22a15751b 16:01:33 Step 6/24 : COPY go.mod . 16:01:33 ---> b003b003d5f0 16:01:33 Step 7/31 : RUN go mod download 16:01:33 ---> f83a8716a25a 16:01:33 Step 7/21 : RUN go mod download 16:01:34 ---> Running in a05bc8c7e672 16:01:34 ---> Running in 00a3ea898e20 16:01:34 ---> 383d1f0f0e1b 16:01:34 Step 7/24 : RUN go mod download 16:01:34 ---> Running in 57227e163f89 16:01:36 Removing intermediate container 6d62f4fe8998 16:01:36 ---> 2f74e0020b6a 16:01:36 Step 8/22 : COPY . . 16:01:36 Removing intermediate container 2acefa7b0cbf 16:01:36 ---> 684e499a3854 16:01:36 Step 8/23 : COPY . . 16:01:38 Removing intermediate container a05bc8c7e672 16:01:38 ---> 5d90bacbee66 16:01:38 Step 8/31 : COPY . . 16:01:40 Removing intermediate container 00a3ea898e20 16:01:40 ---> c3fda7dc2827 16:01:40 Step 8/21 : COPY . . 16:01:41 Removing intermediate container 57227e163f89 16:01:41 ---> a1f856b00e4f 16:01:41 Step 8/24 : COPY . . 16:02:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:02:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:02:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:02:11 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:02:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 16:02:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:02:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:02:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:02:17 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:02:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:02:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:02:26 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:02:26 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:02:28 ---> ce036a196085 16:02:28 ---> 9fac180e0a3c 16:02:28 Step 9/22 : RUN make cmd/support-scheduler/support-schedulerStep 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:02:28 16:02:28 ---> b1cd0a4b7803 16:02:28 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:02:28 ---> Running in a7c52158a551 16:02:28 ---> Running in b4efdff90ee2 16:02:28 ---> db493a48f827 16:02:28 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:02:28 ---> Running in 4d75c8eea892 16:02:28 ---> 2b0f9c6a4a48 16:02:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:02:28 ---> Running in 8d02275f0022 16:02:28 ---> Running in 0f7474b336eb 16:02:28 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:02:28 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:02:28 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:02:28 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:02:28 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:02:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.350s coverage: 45.9% of statements 16:02:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:02:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:02:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:02:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:02:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:02:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 16:02:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.157s coverage: 19.8% of statements 16:02:33 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.204s coverage: 100.0% of statements 16:02:41 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.597s coverage: 27.1% of statements 16:02:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:02:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:02:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:02:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:02:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:02:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:02:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.211s coverage: 100.0% of statements 16:02:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:02:41 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.181s coverage: 100.0% of statements 16:02:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:02:41 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:02:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.254s coverage: 71.3% of statements 16:02:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:02:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:02:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.594s coverage: 82.9% of statements 16:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:02:44 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.150s coverage: 78.9% of statements 16:02:44 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:02:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.295s coverage: 28.6% of statements 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:02:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.204s coverage: 100.0% of statements 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:02:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.134s coverage: 100.0% of statements 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:02:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.432s coverage: 86.7% of statements 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:02:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.508s coverage: 97.5% of statements 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:02:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.229s coverage: 78.3% of statements 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:02:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:03:05 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.358s coverage: 93.0% of statements 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:03:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.114s coverage: 58.8% of statements 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:03:05 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.210s coverage: 0.9% of statements 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:03:05 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 16:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.182s coverage: 47.1% of statements 16:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.168s coverage: 79.5% of statements 16:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.175s coverage: 94.1% of statements 16:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.203s coverage: 96.3% of statements 16:03:05 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.136s coverage: 87.5% of statements 16:03:07 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:03:07 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:03:08 Removing intermediate container 4d75c8eea892 16:03:08 ---> cbd284cdefa2 16:03:08 16:03:08 Step 10/31 : FROM alpine:3.12 16:03:08 3.12: Pulling from library/alpine 16:03:10 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 16:03:10 Status: Downloaded newer image for alpine:3.12 16:03:10 ---> 13621d1b12d4 16:03:10 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:03:13 ---> Running in a816829ef735 16:03:15 Removing intermediate container b4efdff90ee2 16:03:15 ---> 32d5f13646b8 16:03:15 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:03:16 Removing intermediate container a816829ef735 16:03:16 ---> 27c41a94c4bb 16:03:16 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:03:16 Removing intermediate container 0f7474b336eb 16:03:16 ---> 525950a98bc7 16:03:16 16:03:16 Step 10/24 : FROM alpine:3.12 16:03:16 ---> 13621d1b12d4 16:03:16 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:03:16 Removing intermediate container a7c52158a551 16:03:16 ---> 49cb1418c162 16:03:16 16:03:16 Step 10/22 : FROM alpine:3.12 16:03:16 ---> 13621d1b12d4 16:03:16 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:03:16 ---> Running in 828a6f0afe84 16:03:16 ---> Running in 120dd0f62184 16:03:16 Removing intermediate container 8d02275f0022 16:03:16 ---> 15b3a505992c 16:03:16 16:03:16 Step 10/21 : FROM alpine:3.12 16:03:16 ---> 13621d1b12d4 16:03:16 Step 11/21 : RUN apk add --update --no-cache curl 16:03:17 ---> Running in f0be5ec581ae 16:03:17 ---> Running in f7c365e16914 16:03:17 ---> Running in a0c86409de60 16:03:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.176s coverage: 94.4% of statements 16:03:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.119s coverage: 44.8% of statements 16:03:18 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:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:19 (1/1) Installing dumb-init (1.2.2-r1) 16:03:19 Executing busybox-1.31.1-r20.trigger 16:03:19 OK: 6 MiB in 15 packages 16:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:19 (1/2) Installing dumb-init (1.2.2-r1) 16:03:19 (2/2) Installing su-exec (0.2-r1) 16:03:19 Executing busybox-1.31.1-r20.trigger 16:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:19 OK: 6 MiB in 16 packages 16:03:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:20 (1/4) Installing ca-certificates (20191127-r4) 16:03:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:03:20 (3/4) Installing libcurl (7.76.1-r0) 16:03:20 (4/4) Installing curl (7.76.1-r0) 16:03:20 Executing busybox-1.31.1-r20.trigger 16:03:20 Executing ca-certificates-20191127-r4.trigger 16:03:20 (1/6) Installing ca-certificates (20191127-r4) 16:03:20 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:03:20 (3/6) Installing libcurl (7.76.1-r0) 16:03:20 (4/6) Installing curl (7.76.1-r0) 16:03:20 (5/6) Installing dumb-init (1.2.2-r1) 16:03:20 (6/6) Installing su-exec (0.2-r1) 16:03:20 Executing busybox-1.31.1-r20.trigger 16:03:20 OK: 7 MiB in 18 packages 16:03:20 Executing ca-certificates-20191127-r4.trigger 16:03:20 OK: 7 MiB in 20 packages 16:03:21 Removing intermediate container 120dd0f62184 16:03:21 ---> 87afe17ab68d 16:03:21 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:03:21 Removing intermediate container f0be5ec581ae 16:03:21 ---> b6d2e4c1dfc7 16:03:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:03:22 ---> Running in b35b7448a23f 16:03:22 Removing intermediate container 828a6f0afe84 16:03:22 ---> 86e0e711e0a5 16:03:22 16:03:22 Step 11/23 : FROM docker:20.10.0 16:03:22 Removing intermediate container a0c86409de60 16:03:22 ---> add540a94a36 16:03:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:03:22 20.10.0: Pulling from library/docker 16:03:22 ---> Running in aef862f75294 16:03:22 Removing intermediate container f7c365e16914 16:03:22 ---> bda28a3a26bc 16:03:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:03:22 ---> Running in 56c7bd3a1cba 16:03:22 ---> Running in ff1a8f67a227 16:03:22 Removing intermediate container b35b7448a23f 16:03:22 ---> 2ae35a00cd0e 16:03:22 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:03:22 Removing intermediate container aef862f75294 16:03:22 ---> a78b4efacfb8 16:03:22 Step 13/22 : ENV APP_PORT=48085 16:03:22 ---> Running in 182f2cf15429 16:03:22 ---> Running in 29791e840824 16:03:22 Removing intermediate container 56c7bd3a1cba 16:03:22 ---> d9f057eff7ab 16:03:22 Step 13/21 : WORKDIR /edgex 16:03:22 Removing intermediate container ff1a8f67a227 16:03:22 ---> a943177cab5f 16:03:22 Step 13/24 : WORKDIR / 16:03:22 ---> Running in 77fbc21cbeb2 16:03:23 ---> Running in 93844b57e642 16:03:23 Removing intermediate container 182f2cf15429 16:03:23 ---> 72706f0d1686 16:03:23 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:03:23 Removing intermediate container 29791e840824 16:03:23 ---> 259eb52eb386 16:03:23 Step 14/22 : EXPOSE $APP_PORT 16:03:23 ---> Running in 429afce55532 16:03:23 ---> Running in 06587fb5228b 16:03:23 Removing intermediate container 77fbc21cbeb2 16:03:23 ---> ea76c535446b 16:03:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:03:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.549s coverage: 81.9% of statements 16:03:23 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 16:03:23 Removing intermediate container 93844b57e642 16:03:23 ---> 9b1c47d0726b 16:03:23 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:03:24 Removing intermediate container 06587fb5228b 16:03:24 ---> d19d350f8472 16:03:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:03:24 ---> 1b52edea883e 16:03:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:03:24 ---> a0c7ebf3fd2c 16:03:24 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:03:25 ---> 5a71aca4eed4 16:03:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:03:25 ---> 72ae8241a4a4 16:03:25 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:03:25 ---> 55c75b8631ba 16:03:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:03:25 Removing intermediate container 429afce55532 16:03:25 ---> 1877f17ebd07 16:03:25 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:03:25 ---> 886deb183c8f 16:03:25 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:03:26 ---> Running in f97dcaf5c8f0 16:03:26 ---> 44d2b698b438 16:03:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:03:26 ---> a8e2b1a8a869 16:03:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:03:26 ---> Running in a286a58388c5 16:03:26 Removing intermediate container f97dcaf5c8f0 16:03:26 ---> 84aca2cb98c9 16:03:26 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:03:27 ---> f281f029ffde 16:03:27 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:03:27 ---> b7e7a44b3107 16:03:27 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:03:27 ---> Running in a798ac18892e 16:03:27 Removing intermediate container a286a58388c5 16:03:27 ---> 6bcbdc7e4e12 16:03:27 Step 18/21 : CMD ["--init=true"] 16:03:27 ---> bb0cc1b18cfc 16:03:27 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:03:27 ---> Running in 6b006ed82331 16:03:27 Removing intermediate container a798ac18892e 16:03:27 ---> c1fc0c390df6 16:03:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:03:27 ---> Running in b1802e77d55d 16:03:27 ---> 680a1166668e 16:03:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:03:28 ---> Running in 11b83236bba5 16:03:28 Removing intermediate container 6b006ed82331 16:03:28 ---> 3ace0519add2 16:03:28 Step 19/21 : LABEL arch=x86_64 16:03:28 Removing intermediate container 11b83236bba5 16:03:28 ---> 0019e59ab2e1 16:03:28 Step 20/22 : LABEL arch=x86_64 16:03:28 ---> Running in 3a21641e06da 16:03:28 ---> Running in 350c0c17b19d 16:03:29 ---> 85a0898a5d7f 16:03:29 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:03:29 ---> Running in 7ca8b74cbda0 16:03:29 Removing intermediate container 3a21641e06da 16:03:29 ---> b2ffe31b7e2a 16:03:29 Step 20/21 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:03:29 Removing intermediate container 350c0c17b19d 16:03:29 ---> bd0a15c406a1 16:03:29 Step 21/22 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:03:29 ---> Running in 00ac4447ca55 16:03:29 ---> Running in e54fbcb0457e 16:03:30 Removing intermediate container e54fbcb0457e 16:03:30 ---> 58bf2e535135 16:03:30 Step 22/22 : LABEL version=0.0.0 16:03:30 Removing intermediate container 00ac4447ca55 16:03:30 ---> 126a93bcb903 16:03:30 Step 21/21 : LABEL version=0.0.0 16:03:30 Removing intermediate container b1802e77d55d 16:03:30 ---> 9261362fb9dd 16:03:30 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:03:30 ---> Running in 8967c13c7b76 16:03:31 ---> Running in a64ef219cda0 16:03:31 Removing intermediate container 8967c13c7b76 16:03:31 ---> ba1fb17713f8 16:03:31 16:03:31 ---> 2579aeedb814 16:03:31 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:03:31 Removing intermediate container a64ef219cda0 16:03:31 ---> 1be2d4aa4514 16:03:31 16:03:31 Removing intermediate container 7ca8b74cbda0 16:03:31 ---> d72587bf5937 16:03:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:03:31 Successfully built ba1fb17713f8 16:03:31 Successfully built 1be2d4aa4514 16:03:31 Successfully tagged docker-support-scheduler-go:latest 16:03:31 Building docker-core-command-go 16:03:31  Building docker-support-scheduler-go ... done  ---> Running in 05f853e95bdb 16:03:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:03:31 Successfully tagged docker-security-proxy-setup-go:latest 16:03:31  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go 16:03:31 Status: Downloaded newer image for docker:20.10.0 16:03:31 ---> aefe523efa57 16:03:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 16:03:31 ---> Running in 3afaec36830f 16:03:32 Removing intermediate container 05f853e95bdb 16:03:32 ---> 59fd86837fbf 16:03:32 Step 22/24 : LABEL arch=x86_64 16:03:32 ---> 1f4d1b5c881b 16:03:32 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:03:32 ---> Running in 251f957d91bd 16:03:32 Removing intermediate container 3afaec36830f 16:03:32 ---> 7556a105eb55 16:03:32 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 16:03:32 ---> Running in e60ba28e1a75 16:03:32 Removing intermediate container 251f957d91bd 16:03:32 ---> 4405abcdc4f5 16:03:32 Step 23/24 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:03:32 ---> Running in 2f2e779a523a 16:03:32 ---> 547953724cc0 16:03:32 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:03:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.196s coverage: 92.9% of statements 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 16:03:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 16:03:33 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.076s coverage: 87.2% of statements 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:03:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.107s coverage: 100.0% of statements 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:03:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.178s coverage: 75.5% of statements 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:03:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.170s coverage: 80.8% of statements 16:03:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.198s coverage: 87.2% of statements 16:03:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.205s coverage: 84.6% of statements 16:03:33 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.247s coverage: 91.6% of statements 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:03:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.750s coverage: 64.4% of statements 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:03:33 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:03:33 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.123s coverage: 100.0% of statements 16:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.111s coverage: 91.3% of statements 16:03:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements 16:03:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:03:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:03:35 ---> 8b222750b587 16:03:35 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:03:35 Removing intermediate container 2f2e779a523a 16:03:35 ---> a326ea530fde 16:03:35 Step 24/24 : LABEL version=0.0.0 16:03:35 ---> Running in f748eb6af89a 16:03:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.110s coverage: 73.7% of statements 16:03:35 (1/39) Installing readline (8.0.4-r0) 16:03:35 (2/39) Installing bash (5.0.17-r0) 16:03:35 Executing bash-5.0.17-r0.post-install 16:03:35 (3/39) Installing nghttp2-libs (1.41.0-r0) 16:03:35 (4/39) Installing libcurl (7.76.1-r0) 16:03:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.082s coverage: 100.0% of statements 16:03:36 (5/39) Installing curl (7.76.1-r0) 16:03:36 (6/39) Installing dumb-init (1.2.2-r1) 16:03:36 (7/39) Installing libbz2 (1.0.8-r1) 16:03:36 (8/39) Installing expat (2.2.9-r1) 16:03:37 (9/39) Installing libffi (3.3-r2) 16:03:37 (10/39) Installing gdbm (1.13-r1) 16:03:37 (11/39) Installing xz-libs (5.2.5-r0) 16:03:37 (12/39) Installing sqlite-libs (3.32.1-r0) 16:03:37 (13/39) Installing python3 (3.8.8-r0) 16:03:39 Removing intermediate container f748eb6af89a 16:03:39 ---> 092750c27ffd 16:03:39 16:03:40 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.013s coverage: 69.0% of statements 16:03:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:03:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:03:40 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 16:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.507s coverage: 38.4% of statements 16:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.096s coverage: 89.5% of statements 16:03:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 16:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.113s coverage: 84.8% of statements 16:03:42 ---> 3e1881e43d95 16:03:42 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:03:42 (14/39) Installing py3-appdirs (1.4.4-r1) 16:03:42 (15/39) Installing py3-ordered-set (4.0.1-r0) 16:03:42 (16/39) Installing py3-parsing (2.4.7-r0) 16:03:42 (17/39) Installing py3-six (1.15.0-r0) 16:03:42 Successfully built 092750c27ffd 16:03:42 (18/39) Installing py3-packaging (20.4-r0) 16:03:42 (19/39) Installing py3-setuptools (47.0.0-r0) 16:03:42 Successfully tagged docker-security-secretstore-setup-go:latest 16:03:42 Building docker-core-data-go 16:03:42  Building docker-security-secretstore-setup-go ... done (20/39) Installing py3-chardet (3.0.4-r4) 16:03:43 (21/39) Installing py3-idna (2.9-r0) 16:03:43 (22/39) Installing py3-certifi (2020.4.5.1-r0) 16:03:44 (23/39) Installing py3-urllib3 (1.25.9-r0) 16:03:44 ---> Running in 023b9a162bac 16:03:44 (24/39) Installing py3-requests (2.23.0-r0) 16:03:45 (25/39) Installing py3-msgpack (1.0.0-r0) 16:03:45 (26/39) Installing py3-lockfile (0.12.2-r3) 16:03:45 (27/39) Installing py3-cachecontrol (0.12.6-r0) 16:03:46 (28/39) Installing py3-colorama (0.4.3-r0) 16:03:46 (29/39) Installing py3-distlib (0.3.0-r0) 16:03:46 (30/39) Installing py3-distro (1.5.0-r1) 16:03:46 (31/39) Installing py3-webencodings (0.5.1-r3) 16:03:47 (32/39) Installing py3-html5lib (1.0.1-r4) 16:03:47 (33/39) Installing py3-pytoml (0.1.21-r0) 16:03:47 (34/39) Installing py3-pep517 (0.8.2-r0) 16:03:47 (35/39) Installing py3-progress (1.5-r0) 16:03:47 (36/39) Installing py3-toml (0.10.1-r0) 16:03:48 Removing intermediate container 023b9a162bac 16:03:48 ---> bacfa8445bf1 16:03:48 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:03:48 (37/39) Installing py3-retrying (1.3.3-r0) 16:03:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.414s coverage: 47.0% of statements 16:03:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:03:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:03:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:03:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:03:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:03:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.171s coverage: 100.0% of statements 16:03:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:03:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.103s coverage: 100.0% of statements 16:03:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:03:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 16:03:48 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.138s coverage: 9.6% of statements 16:03:48 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 16:03:48 (38/39) Installing py3-contextlib2 (0.6.0-r0) 16:03:48 (39/39) Installing py3-pip (20.1.1-r0) 16:03:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.447s coverage: 88.6% of statements 16:03:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 16:03:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 16:03:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 16:03:51 Executing busybox-1.31.1-r19.trigger 16:03:52 OK: 72 MiB in 59 packages 16:03:53 ---> 61a74c102857 16:03:53 Step 26/31 : RUN chmod +x /entrypoint.sh 16:03:54 ---> Running in b39f490fed22 16:03:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.001s coverage: 28.7% of statements 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:03:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.182s coverage: 99.0% of statements 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:03:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.223s coverage: 100.0% of statements 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 16:03:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.161s coverage: 64.6% of statements 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 16:03:58 Collecting docker-compose==1.23.2 16:03:58 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:03:58 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.441s coverage: 95.6% of statements 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 16:03:58 ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:03:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:03:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.108s coverage: 87.9% of statements 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:03:58 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:03:58 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 16:03:59 Collecting docker<4.0,>=3.6.0 16:03:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:04:00 Removing intermediate container b39f490fed22 16:04:00 ---> 12189a5ea151 16:04:00 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:04:00 Collecting jsonschema<3,>=2.5.1 16:04:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:04:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:04:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:04:00 ---> 7f92ed82c843 16:04:00 Step 3/22 : WORKDIR /edgex-go 16:04:00 ---> Using cache 16:04:00 ---> c4eccaf7afe5 16:04:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:04:00 ---> Using cache 16:04:00 ---> f4aa446b54ef 16:04:00 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:04:01 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:04:01 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:04:01 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.141s coverage: 28.1% of statements 16:04:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:04:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:04:01 ---> 7f92ed82c843 16:04:01 Step 3/23 : WORKDIR /edgex-go 16:04:01 ---> Using cache 16:04:01 ---> c4eccaf7afe5 16:04:01 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:04:01 ---> Using cache 16:04:01 ---> f4aa446b54ef 16:04:01 Step 5/23 : RUN apk add --update --no-cache make git 16:04:01 ---> Using cache 16:04:01 ---> 07ed7bf523dc 16:04:01 Step 6/23 : COPY go.mod . 16:04:01 ---> Using cache 16:04:01 ---> f83a8716a25a 16:04:01 Step 7/23 : RUN go mod download 16:04:01 ---> Using cache 16:04:01 ---> c3fda7dc2827 16:04:01 Step 8/23 : COPY . . 16:04:01 ---> Using cache 16:04:01 ---> db493a48f827 16:04:01 Step 9/23 : RUN make cmd/core-command/core-command 16:04:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 16:04:03 GO111MODULE=on go vet ./... 16:04:03 Collecting cached-property<2,>=1.2.0 16:04:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:04:03 ---> Running in 4b525931a352 16:04:03 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:04:03 ---> Running in 0c0190c8c8eb 16:04:04 ---> Running in 68270b3afa17 16:04:04 Collecting docopt<0.7,>=0.6.1 16:04:04 Downloading docopt-0.6.2.tar.gz (25 kB) 16:04:05 Removing intermediate container 4b525931a352 16:04:05 ---> b81ad429986a 16:04:05 Step 28/31 : CMD ["gate"] 16:04:07 ---> Running in 619a1b71fce5 16:04:07 Collecting PyYAML<4,>=3.10 16:04:07 Downloading PyYAML-3.13.tar.gz (270 kB) 16:04:07 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:04:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:04:08 Removing intermediate container 619a1b71fce5 16:04:08 ---> 1a886b5ae2cb 16:04:08 Step 29/31 : LABEL arch=x86_64 16:04:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:04:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:04:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:04:08 ---> 7f92ed82c843 16:04:08 Step 3/23 : WORKDIR /edgex-go 16:04:08 ---> Using cache 16:04:08 ---> c4eccaf7afe5 16:04:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:04:08 ---> Using cache 16:04:08 ---> f4aa446b54ef 16:04:08 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:04:08 Collecting websocket-client<1.0,>=0.32.0 16:04:08 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:04:08 OK: 233 MiB in 51 packages 16:04:08 ---> Running in 859d0ce55237 16:04:08 ---> Running in fc6869dd5298 16:04:08 Collecting texttable<0.10,>=0.9.0 16:04:08 Downloading texttable-0.9.1.tar.gz (11 kB) 16:04:09 Removing intermediate container fc6869dd5298 16:04:09 ---> 25ef35f1dee9 16:04:09 Step 30/31 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:04:09 ---> Running in 77bb0ee6d8a7 16:04:09 Collecting dockerpty<0.5,>=0.4.1 16:04:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:04:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:04:09 Removing intermediate container 77bb0ee6d8a7 16:04:09 ---> a737be216f85 16:04:09 Step 31/31 : LABEL version=0.0.0 16:04:10 Removing intermediate container 68270b3afa17 16:04:10 ---> e8ed470950d2 16:04:10 Step 6/22 : COPY go.mod . 16:04:10 ---> Running in ad3d23b01bc1 16:04:10 Collecting docker-pycreds>=0.4.0 16:04:10 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:04:10 ---> 5a7281035b67 16:04:10 Step 7/22 : RUN go mod download 16:04:10 Removing intermediate container ad3d23b01bc1 16:04:10 ---> 81820dce2a53 16:04:10 16:04:10 Collecting urllib3<1.25,>=1.21.1 16:04:10 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:04:10 ---> Running in c0e0aca61040 16:04:10 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 16:04:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:04:11 Collecting idna<2.8,>=2.5 16:04:11 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:04: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:04:11 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:04:11 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:04:11 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:04:11 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:04:11 Installing collected packages: websocket-client, docker-pycreds, urllib3, idna, requests, docker, jsonschema, cached-property, docopt, PyYAML, texttable, dockerpty, docker-compose 16:04:11 Successfully built 81820dce2a53 16:04:11 Successfully tagged docker-security-bootstrapper-go:latest 16:04:11 Building docker-core-metadata-go 16:04:11  Building docker-security-bootstrapper-go ... done  Attempting uninstall: urllib3 16:04:11 Found existing installation: urllib3 1.25.9 16:04:11 Uninstalling urllib3-1.25.9: 16:04:11 Successfully uninstalled urllib3-1.25.9 16:04:11 OK: 233 MiB in 51 packages 16:04:11 Attempting uninstall: idna 16:04:11 Found existing installation: idna 2.9 16:04:11 Uninstalling idna-2.9: 16:04:11 Successfully uninstalled idna-2.9 16:04:14 Attempting uninstall: requests 16:04:14 Found existing installation: requests 2.23.0 16:04:14 Uninstalling requests-2.23.0: 16:04:14 Successfully uninstalled requests-2.23.0 16:04:17 Removing intermediate container 859d0ce55237 16:04:17 ---> efbd7acd6723 16:04:17 Step 6/23 : COPY go.mod . 16:04:17 Running setup.py install for docopt: started 16:04:18 ---> 6340191e2662 16:04:18 Step 7/23 : RUN go mod download 16:04:18 ---> Running in be6698c54fd5 16:04:19 Running setup.py install for docopt: finished with status 'done' 16:04:19 Running setup.py install for PyYAML: started 16:04:19 Removing intermediate container c0e0aca61040 16:04:19 ---> b95c872baf99 16:04:19 Step 8/22 : COPY . . 16:04:20 Running setup.py install for PyYAML: finished with status 'done' 16:04:20 Running setup.py install for texttable: started 16:04:21 Running setup.py install for texttable: finished with status 'done' 16:04:21 Running setup.py install for dockerpty: started 16:04:22 Running setup.py install for dockerpty: finished with status 'done' 16:04:26 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.58.0 16:04:31 Removing intermediate container be6698c54fd5 16:04:31 ---> caa3ed50b99c 16:04:31 Step 8/23 : COPY . . 16:04:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:04:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:04:36 ---> 7f92ed82c843 16:04:36 Step 3/23 : WORKDIR /edgex-go 16:04:36 ---> Using cache 16:04:36 ---> c4eccaf7afe5 16:04:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:04:36 ---> Using cache 16:04:36 ---> f4aa446b54ef 16:04:36 Step 5/23 : RUN apk add --update --no-cache make git 16:04:36 ---> Using cache 16:04:36 ---> 07ed7bf523dc 16:04:36 Step 6/23 : COPY go.mod . 16:04:36 ---> Using cache 16:04:36 ---> f83a8716a25a 16:04:36 Step 7/23 : RUN go mod download 16:04:36 ---> Using cache 16:04:36 ---> c3fda7dc2827 16:04:36 Step 8/23 : COPY . . 16:04:36 ---> Using cache 16:04:36 ---> db493a48f827 16:04:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:04:41 ---> Running in 069e037c5872 16:04:42 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:04:57 ---> 6419ae7e88c0 16:04:57 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:04:58 Removing intermediate container 0c0190c8c8eb 16:04:58 ---> 2e9fb1870392 16:04:58 16:04:58 Step 10/23 : FROM alpine:3.12 16:04:58 ---> 13621d1b12d4 16:04:58 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:04:58 ---> Using cache 16:04:58 ---> b6d2e4c1dfc7 16:04:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:04:58 ---> Using cache 16:04:58 ---> a78b4efacfb8 16:04:58 Step 13/23 : ENV APP_PORT=48082 16:04:58 ---> Running in 58080e49f1e3 16:04:59 ---> Running in acc041e998da 16:05:01 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:05:02 Removing intermediate container acc041e998da 16:05:02 ---> 515a0061b825 16:05:02 Step 14/23 : EXPOSE $APP_PORT 16:05:04 ---> Running in 518b27206386 16:05:06 Removing intermediate container e60ba28e1a75 16:05:06 ---> 41eb4a7f5ee1 16:05:06 Step 14/23 : ENV APP_PORT=48090 16:05:07 Removing intermediate container 518b27206386 16:05:07 ---> d5f6b6ad2048 16:05:07 Step 15/23 : WORKDIR / 16:05:07 ---> Running in 07f8093c1629 16:05:07 ---> Running in 2e4616973f82 16:05:07 Removing intermediate container 07f8093c1629 16:05:07 ---> 63286551298f 16:05:07 Step 15/23 : EXPOSE $APP_PORT 16:05:07 ---> 25a91f1a0103 16:05:07 Step 9/23 : RUN make cmd/core-data/core-data 16:05:07 ---> Running in d4ac7d483675 16:05:07 ---> Running in c166aba55869 16:05:08 Removing intermediate container 2e4616973f82 16:05:08 ---> 7b7067a4f45f 16:05:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:05:08 Removing intermediate container d4ac7d483675 16:05:08 ---> e250c5db4884 16:05:08 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:05:09 ---> fbaa1c301dc4 16:05:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:05:09 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:05:09 ---> fa8f30819eba 16:05:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:05:10 ---> c8806982b9cb 16:05:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:05:10 ---> fa4fb6b35a19 16:05:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:05:11 ---> c0996c7d6cb7 16:05:11 Step 19/23 : ENTRYPOINT ["/core-command"] 16:05:11 ---> Running in 7a8537cb7a17 16:05:11 ---> 40c415c563c3 16:05:11 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:05:11 ---> Running in 4a2aed16da95 16:05:11 Removing intermediate container 7a8537cb7a17 16:05:11 ---> 746d4a5e1d8f 16:05:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:05:11 ---> Running in b86e335bd1cb 16:05:11 Removing intermediate container 4a2aed16da95 16:05:11 ---> 7d4ded25b946 16:05:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:05:11 ---> Running in 4739de49fcaa 16:05:11 Removing intermediate container b86e335bd1cb 16:05:11 ---> 4d9fa4963f9c 16:05:11 Step 21/23 : LABEL arch=x86_64 16:05:13 ---> Running in 207b1bb0f653 16:05:13 Removing intermediate container 4739de49fcaa 16:05:13 ---> 19a8848afae3 16:05:13 Step 21/23 : LABEL arch=x86_64 16:05:13 Removing intermediate container 207b1bb0f653 16:05:13 ---> 114e8fa9be12 16:05:13 Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:05:13 ---> Running in 57e8537f6458 16:05:13 ---> Running in 45b4f7a938b7 16:05:13 Removing intermediate container 57e8537f6458 16:05:13 ---> 4a89d491461c 16:05:13 Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:05:13 Removing intermediate container 45b4f7a938b7 16:05:13 ---> c58388f72ec4 16:05:13 Step 23/23 : LABEL version=0.0.0 16:05:13 ---> Running in e8f9645bc4ea 16:05:13 ---> Running in 2680992b37a9 16:05:14 Removing intermediate container e8f9645bc4ea 16:05:14 ---> 2ef11221018b 16:05:14 Step 23/23 : LABEL version=0.0.0 16:05:14 Removing intermediate container 2680992b37a9 16:05:14 ---> 7aa541a1d28f 16:05:14 16:05:14 ---> Running in 2641f2b4e697 16:05:14 Successfully built 7aa541a1d28f 16:05:14 Successfully tagged docker-core-command-go:latest 16:05:14 Removing intermediate container 2641f2b4e697 16:05:14 ---> 582829b91842 16:05:14 16:05:14  Building docker-core-command-go ... done Successfully built 582829b91842 16:05:15 Successfully tagged docker-sys-mgmt-agent-go:latest 16:05:25  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 069e037c5872 16:05:25 ---> 758358796f23 16:05:25 16:05:25 Step 10/23 : FROM alpine:3.12 16:05:25 ---> 13621d1b12d4 16:05:25 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:05:25 ---> Using cache 16:05:25 ---> b6d2e4c1dfc7 16:05:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:05:25 ---> Using cache 16:05:25 ---> a78b4efacfb8 16:05:25 Step 13/23 : ENV APP_PORT=48081 16:05:25 ---> Running in c082f08f70d4 16:05:25 Removing intermediate container c082f08f70d4 16:05:25 ---> d2ee582cff12 16:05:25 Step 14/23 : EXPOSE $APP_PORT 16:05:25 ---> Running in c24b5d76c1f3 16:05:25 Removing intermediate container c24b5d76c1f3 16:05:25 ---> 5457b4275fe9 16:05:25 Step 15/23 : WORKDIR / 16:05:25 ---> Running in be85437eadca 16:05:25 Removing intermediate container be85437eadca 16:05:25 ---> da30b21f7cc8 16:05:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:05:26 ---> 1a4d6f28d0f0 16:05:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:05:27 ---> c3d7acc9b1ea 16:05:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:05:27 ---> 2840181cab23 16:05:27 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:05:28 ---> Running in 9642a2864f21 16:05:28 Removing intermediate container 9642a2864f21 16:05:28 ---> fdd5522bd1df 16:05:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:05:29 ---> Running in e20951d93634 16:05:29 Removing intermediate container e20951d93634 16:05:29 ---> 91977e8bd884 16:05:29 Step 21/23 : LABEL arch=x86_64 16:05:29 ---> Running in 9e8265c8475f 16:05:31 Removing intermediate container 9e8265c8475f 16:05:31 ---> dc708ea9324f 16:05:31 Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:05:32 ---> Running in 27dd11f53664 16:05:32 Removing intermediate container 58080e49f1e3 16:05:32 ---> 1fa67f780733 16:05:32 16:05:32 Step 10/22 : FROM alpine:3.12 16:05:32 ---> 13621d1b12d4 16:05:32 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:05:33 ---> Running in 6f592a990574 16:05:33 Removing intermediate container 27dd11f53664 16:05:33 ---> 2ebe65c9dcfa 16:05:33 Step 23/23 : LABEL version=0.0.0 16:05:33 ---> Running in 0f714b98a65a 16:05:33 Removing intermediate container 0f714b98a65a 16:05:33 ---> dd7f5be5a0c8 16:05:33 16:05:33 Successfully built dd7f5be5a0c8 16:05:34 Successfully tagged docker-core-metadata-go:latest 16:05:34  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:34 (1/2) Installing ca-certificates (20191127-r4) 16:05:34 (2/2) Installing dumb-init (1.2.2-r1) 16:05:34 Executing busybox-1.31.1-r20.trigger 16:05:34 Executing ca-certificates-20191127-r4.trigger 16:05:34 OK: 6 MiB in 16 packages 16:05:37 Removing intermediate container 6f592a990574 16:05:37 ---> 14f6732346ab 16:05:37 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:05:37 ---> Running in 85c41dbbe889 16:05:37 Removing intermediate container 85c41dbbe889 16:05:37 ---> 3123e2796d21 16:05:37 Step 13/22 : ENV APP_PORT=48060 16:05:37 ---> Running in aafca174074f 16:05:38 Removing intermediate container aafca174074f 16:05:38 ---> d1d1019c9e7e 16:05:38 Step 14/22 : EXPOSE $APP_PORT 16:05:38 ---> Running in 9b9ed94e94fe 16:05:39 Removing intermediate container 9b9ed94e94fe 16:05:39 ---> 4f2a5c152f5e 16:05:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:05:40 gofmt -l . 16:05:40 [ "`gofmt -l .`" = "" ] 16:05:40 ./bin/test-go-mod-tidy.sh 16:05:40 ./bin/test-attribution-txt.sh [Pipeline] sh 16:05:40 ---> 16f21016acd1 16:05:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:05:40 + ls -al . 16:05:40 total 840 16:05:40 drwxrwxr-x 9 1001 1001 4096 Apr 20 16:05 . 16:05:40 drwxr-xr-x 4 root root 4096 Apr 20 16:00 .. 16:05:40 -rw-rw-r-- 1 1001 1001 11 Apr 20 15:59 .dockerignore 16:05:40 drwxrwxr-x 8 1001 1001 4096 Apr 20 15:59 .git 16:05:40 drwxrwxr-x 3 1001 1001 4096 Apr 20 15:59 .github 16:05:40 -rw-rw-r-- 1 1001 1001 818 Apr 20 15:59 .gitignore 16:05:40 -rw-rw-r-- 1 1001 1001 166 Apr 20 15:59 .sonarcloud.properties 16:05:40 -rw-rw-r-- 1 1001 1001 8609 Apr 20 15:59 Attribution.txt 16:05:40 -rw-rw-r-- 1 1001 1001 3804 Apr 20 15:59 CONTRIBUTING.md 16:05:40 -rw-rw-r-- 1 1001 1001 931 Apr 20 15:59 Dockerfile.build 16:05:40 -rw-rw-r-- 1 1001 1001 863 Apr 20 15:59 Jenkinsfile 16:05:40 -rw-rw-r-- 1 1001 1001 10775 Apr 20 15:59 LICENSE 16:05:40 -rw-rw-r-- 1 1001 1001 5774 Apr 20 15:59 Makefile 16:05:40 -rw-rw-r-- 1 1001 1001 7978 Apr 20 15:59 README.md 16:05:40 -rw-rw-r-- 1 1001 1001 6755 Apr 20 15:59 SECURITY.md 16:05:40 -rw-rw-r-- 1 1001 1001 5 Apr 20 15:56 VERSION 16:05:40 -rw-rw-r-- 1 1001 1001 4131 Apr 20 15:59 ZMQWindows.md 16:05:40 drwxrwxr-x 2 1001 1001 4096 Apr 20 15:59 bin 16:05:40 drwxrwxr-x 14 1001 1001 4096 Apr 20 15:59 cmd 16:05:40 -rw-r--r-- 1 root root 703598 Apr 20 16:04 coverage.out 16:05:40 -rw-r--r-- 1 root root 1059 Apr 20 16:05 go.mod 16:05:40 -rw-r--r-- 1 root root 22073 Apr 20 16:05 go.sum 16:05:40 drwxrwxr-x 8 1001 1001 4096 Apr 20 15:59 internal 16:05:40 drwxrwxr-x 4 1001 1001 4096 Apr 20 15:59 openapi 16:05:40 drwxrwxr-x 4 1001 1001 4096 Apr 20 15:59 snap 16:05:40 -rw-rw-r-- 1 1001 1001 168 Apr 20 15:59 version.go 16:05:40 Removing intermediate container c166aba55869 16:05:40 ---> 62e62b9178fa 16:05:40 16:05:40 Step 10/23 : FROM alpine:3.12 16:05:40 ---> 13621d1b12d4 16:05:40 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:05:40 ---> Running in 2e125bd717ce [Pipeline] sh 16:05:41 Removing intermediate container 2e125bd717ce 16:05:41 ---> 75a13c74b959 16:05:41 Step 12/23 : ENV APP_PORT=48080 16:05:41 ---> Running in dc127147da24 16:05:41 ---> d2f331ec6706 16:05:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:05:41 Removing intermediate container dc127147da24 16:05:41 ---> 9e55ff02fda7 16:05:41 Step 13/23 : EXPOSE $APP_PORT 16:05:41 ---> Running in d6b1b498ae62 16:05:41 + '[' -e coverage.out ] 16:05:41 + chown 1001:1001 coverage.out [Pipeline] stash 16:05:41 Warning: overwriting stash ‘coverage-report’ 16:05:41 ---> e6b0ffd32965 16:05:41 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:05:41 ---> Running in 0b5ff664ed49 16:05:41 Removing intermediate container d6b1b498ae62 16:05:41 ---> d54d0190ed66 16:05:41 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:05:41 ---> Running in 7abdf19106e7 16:05:41 Removing intermediate container 0b5ff664ed49 16:05:41 ---> 65acbfae2152 16:05:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:05:41 ---> Running in 45d79f630097 16:05:42 Removing intermediate container 45d79f630097 16:05:42 ---> 84a807254009 16:05:42 Step 20/22 : LABEL arch=x86_64 16:05:42 ---> Running in b99c191df1f2 16:05:42 Removing intermediate container b99c191df1f2 16:05:42 ---> 52bea8dcb7f6 16:05:42 Step 21/22 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:05:42 ---> Running in 8fabfeccae9a 16:05:42 Removing intermediate container 8fabfeccae9a 16:05:42 ---> e575311a7256 16:05:42 Step 22/22 : LABEL version=0.0.0 16:05:42 Stashed 1 file(s) [Pipeline] sh 16:05:42 ---> Running in 9845eddbe25c 16:05:43 Removing intermediate container 7abdf19106e7 16:05:43 ---> ec9e569d31c4 16:05:43 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:05:43 Removing intermediate container 9845eddbe25c 16:05:43 ---> 34dd9934d3b8 16:05:43 16:05:43 ---> Running in b13139b3f31e 16:05:43 Successfully built 34dd9934d3b8 16:05:43 Successfully tagged docker-support-notifications-go:latest 16:05:43 + make build 16:05:43 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:05:43  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:05:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:05:44 (1/6) Installing dumb-init (1.2.2-r1) 16:05:44 (2/6) Installing libgcc (9.3.0-r2) 16:05:45 (3/6) Installing libsodium (1.0.18-r0) 16:05:45 (4/6) Installing libstdc++ (9.3.0-r2) 16:05:45 (5/6) Installing libzmq (4.3.3-r0) 16:05:45 (6/6) Installing zeromq (4.3.3-r0) 16:05:45 Executing busybox-1.31.1-r20.trigger 16:05:45 OK: 8 MiB in 20 packages 16:05:46 Removing intermediate container b13139b3f31e 16:05:46 ---> c0ff037ffb6b 16:05:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:05:46 ---> de1158d64ead 16:05:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:05:47 ---> bc6255572254 16:05:47 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:05:47 ---> 5da1520209c9 16:05:47 Step 19/23 : ENTRYPOINT ["/core-data"] 16:05:47 ---> Running in 05f22390dfbc 16:05:47 Removing intermediate container 05f22390dfbc 16:05:47 ---> 5545017fa7f2 16:05:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:05:47 ---> Running in 6774d769f8ff 16:05:47 Removing intermediate container 6774d769f8ff 16:05:47 ---> 8f09210e283b 16:05:47 Step 21/23 : LABEL arch=x86_64 16:05:47 ---> Running in 92491d5d3608 16:05:49 Removing intermediate container 92491d5d3608 16:05:49 ---> 0d067375e77e 16:05:49 Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:05:49 ---> Running in 1d971e1c5252 16:05:49 Removing intermediate container 1d971e1c5252 16:05:49 ---> b24b2080c491 16:05:49 Step 23/23 : LABEL version=0.0.0 16:05:49 ---> Running in c0bf5a4d4a03 16:05:49 Removing intermediate container c0bf5a4d4a03 16:05:49 ---> 20491b50f4e1 16:05:49 16:05:49 Successfully built 20491b50f4e1 16:05:49 Successfully tagged docker-core-data-go:latest 16:05:50  Building docker-core-data-go ... done  [Pipeline] } 16:05:50 $ docker stop --time=1 eacd75e90a47514045061c2e1dc290b8749a5bba94f53967ad3f785713b0d745 16:05:51 $ docker rm -f eacd75e90a47514045061c2e1dc290b8749a5bba94f53967ad3f785713b0d745 [Pipeline] // withDockerContainer [Pipeline] sh 16:05:52 + docker images 16:05:52 + grep docker 16:05:52 docker-core-data-go latest 20491b50f4e1 3 seconds ago 22.9MB 16:05:52 docker-support-notifications-go latest 34dd9934d3b8 10 seconds ago 18.2MB 16:05:52 docker-core-metadata-go latest dd7f5be5a0c8 19 seconds ago 19.2MB 16:05:52 docker-core-command-go latest 7aa541a1d28f 38 seconds ago 17.5MB 16:05:52 docker-sys-mgmt-agent-go latest 582829b91842 38 seconds ago 312MB 16:05:52 docker-security-bootstrapper-go latest 81820dce2a53 About a minute ago 19.3MB 16:05:52 docker-security-secretstore-setup-go latest 092750c27ffd 2 minutes ago 26.3MB 16:05:52 docker-support-scheduler-go latest ba1fb17713f8 2 minutes ago 17.7MB 16:05:52 docker-security-proxy-setup-go latest 1be2d4aa4514 2 minutes ago 26MB 16:05:52 docker 20.10.0 aefe523efa57 4 months 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:05:56 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:06:08 Still waiting to schedule task 16:06:08 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-1206’ 16:06:22 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:06:29 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:06:35 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:06:37 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:06: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 16:06:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:06:54 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:07:00 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:07:03 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:07:10 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:07:16 $ docker stop --time=1 545e3eafb2af4cb7c5f9e31941b5048f5fd50c90788fa5ee4e17d9fa30d884c3 16:07:19 $ docker rm -f 545e3eafb2af4cb7c5f9e31941b5048f5fd50c90788fa5ee4e17d9fa30d884c3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:07:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:07:21 16:07:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:07:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:07:21 latest: Pulling from edgex-devops/edgex-compose-arm64 16:07:21 29e5d40040c1: Pulling fs layer 16:07:21 1ce36da41761: Pulling fs layer 16:07:21 25b303627fd3: Pulling fs layer 16:07:21 29e5d40040c1: Verifying Checksum 16:07:22 1ce36da41761: Verifying Checksum 16:07:22 1ce36da41761: Download complete 16:07:22 29e5d40040c1: Pull complete 16:07:23 1ce36da41761: Pull complete 16:07:24 25b303627fd3: Verifying Checksum 16:07:24 25b303627fd3: Download complete 16:07:34 25b303627fd3: Pull complete 16:07:34 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:07:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:07:34 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:07:34 prd-ubuntu18.04-docker-arm64-4c-16g-1201 does not seem to be running inside a container 16:07:34 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:07:37 $ docker top 5a55d19911e61de52935d0e7f36488f0bc71d844b8f2e791074c6384e82ef013 -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:38 + docker-compose build --help 16:07:38 + grep parallel 16:07:42 --parallel Build images in parallel. [Pipeline] } 16:07:42 $ docker stop --time=1 5a55d19911e61de52935d0e7f36488f0bc71d844b8f2e791074c6384e82ef013 16:07:44 $ docker rm -f 5a55d19911e61de52935d0e7f36488f0bc71d844b8f2e791074c6384e82ef013 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:07:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:07:45 . [Pipeline] withDockerContainer 16:07:45 prd-ubuntu18.04-docker-arm64-4c-16g-1201 does not seem to be running inside a container 16:07:45 $ 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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:07:47 $ docker top 95bcc4d30cd5d9b9fd5ea2ab7696476b79d1f7f5051fb4a79250d041ded6326b -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:48 + docker-compose -f ./docker-compose-build.yml build --parallel 16:07:52 Building docker-core-command-go ... 16:07:52 Building docker-core-data-go ... 16:07:52 Building docker-core-metadata-go ... 16:07:52 Building docker-security-bootstrapper-go ... 16:07:52 Building docker-security-proxy-setup-go ... 16:07:52 Building docker-security-secretstore-setup-go ... 16:07:52 Building docker-support-notifications-go ... 16:07:52 Building docker-support-scheduler-go ... 16:07:52 Building docker-sys-mgmt-agent-go ... 16:07:52 Building docker-sys-mgmt-agent-go 16:07:52 Building docker-security-secretstore-setup-go 16:07:52 Building docker-core-data-go 16:07:52 Building docker-support-scheduler-go 16:07:52 Building docker-security-proxy-setup-go 16:08:10 Running on prd-ubuntu18.04-docker-8c-8g-1207 in /w/workspace/edgexfoundry_edgex-go_PR-3234 [Pipeline] { [Pipeline] ws 16:08:10 Running in /w/workspace/edgex-go/80 [Pipeline] { [Pipeline] checkout 16:08:12 using credential edgex-jenkins-ssh 16:08:12 Cloning the remote Git repository 16:08:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:08:12 > git init /w/workspace/edgex-go/80 # timeout=10 16:08:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:08:12 > git --version # timeout=10 16:08:12 > git --version # 'git version 2.17.1' 16:08:12 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:08:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:08:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:08:22 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:08:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:08:22 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3234/head:refs/remotes/origin/PR-3234 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:08:23 Merging remotes/origin/master commit ffeef0baf9084ef973288a9a81981f0cc896aaf1 into PR head commit a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:08:23 Merge succeeded, producing a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:08:23 Checking out Revision a31d707a985f2a2c82673e0a11119d02d3fdd0bf (PR-3234) 16:08:23 > git config core.sparsecheckout # timeout=10 16:08:23 > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 16:08:23 > git remote # timeout=10 16:08:23 > git config --get remote.origin.url # timeout=10 16:08:23 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:23 > git merge ffeef0baf9084ef973288a9a81981f0cc896aaf1 # timeout=10 16:08:23 > git rev-parse HEAD^{commit} # timeout=10 16:08:23 > git config core.sparsecheckout # timeout=10 16:08:23 > git checkout -f a31d707a985f2a2c82673e0a11119d02d3fdd0bf # timeout=10 16:08:26 Commit message: "Bump github.com/lib/pq from 1.9.0 to 1.10.0" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:08:28 + echo snap-build.sh 16:08:28 snap-build.sh 16:08:28 + SNAP_BASE_DIR=. 16:08:28 + '[' '!' -z /w/workspace/edgex-go/80 ']' 16:08:28 + SNAP_BASE_DIR=/w/workspace/edgex-go/80 16:08:28 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/80]' 16:08:28 [snap-build] Building snap in dir [/w/workspace/edgex-go/80] 16:08:28 + cd /w/workspace/edgex-go/80 16:08:28 + sudo apt-get remove -qy --purge lxd lxd-client 16:08:28 Reading package lists... 16:08:28 Building dependency tree... 16:08:28 Reading state information... 16:08:28 The following packages were automatically installed and are no longer required: 16:08:28 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:08:28 uidmap xdelta3 16:08:28 Use 'sudo apt autoremove' to remove them. 16:08:28 The following packages will be REMOVED: 16:08:28 lxd* lxd-client* 16:08:28 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:08:28 After this operation, 31.7 MB disk space will be freed. 16:08:29 (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:08:29 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:08:30 Removing lxd dnsmasq configuration 16:08:30 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:08:31 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:08:31 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:08:32 (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:08:32 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:08:33 Processing triggers for systemd (237-3ubuntu10.42) ... 16:08:33 Processing triggers for ureadahead (0.100.0-21) ... 16:08:35 + sudo snap remove --purge lxd 16:08:35 snap "lxd" is not installed 16:08:35 + sudo groupadd --force --system lxd 16:08:35 ++ whoami 16:08:35 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:08:35 + newgrp - lxd 16:08:35 + sudo snap install lxd 16:09:07 error: cannot install "lxd": cannot query the store for updates: got unexpected 16:09:07 HTTP status code 503 via POST to 16:09:07 "https://api.snapcraft.io/v2/snaps/refresh" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:09:07 Failed in branch amd64 16:09:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:09:14 ---> 486b54e15766 16:09:14 Step 3/22 : WORKDIR /edgex-go 16:09:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:09:14 ---> 486b54e15766 16:09:14 Step 3/23 : WORKDIR /edgex-go 16:09:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:09:14 ---> 486b54e15766 16:09:14 Step 3/24 : WORKDIR /edgex-go 16:09:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:09:14 ---> 486b54e15766 16:09:14 Step 3/21 : WORKDIR /edgex-go 16:09:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:09:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:09:14 ---> 486b54e15766 16:09:14 Step 3/23 : WORKDIR /edgex-go 16:09:14 ---> Running in 19fad33dd2d6 16:09:14 ---> Running in 03b2c731cbde 16:09:14 ---> Running in 4800c84097f2 16:09:14 ---> Running in 65f342213772 16:09:14 ---> Running in f48677ec0638 16:09:14 Removing intermediate container 03b2c731cbde 16:09:14 ---> 368b17b9fcc3 16:09:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:14 Removing intermediate container f48677ec0638 16:09:14 ---> c079d9963d35 16:09:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:14 Removing intermediate container 19fad33dd2d6 16:09:14 ---> 582ac985eee3 16:09:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:14 Removing intermediate container 4800c84097f2 16:09:14 ---> a40477ebe6ec 16:09:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:14 Removing intermediate container 65f342213772 16:09:14 ---> d3f8b1a9cfd3 16:09:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:09:14 ---> Running in 0deb8664cbb6 16:09:14 ---> Running in 14ddb926a120 16:09:14 ---> Running in 6e1ef24f95d7 16:09:14 ---> Running in 15026c4d74e1 16:09:14 ---> Running in ca03ab58420f 16:09:14 Removing intermediate container 0deb8664cbb6 16:09:14 ---> c2b50ea954cb 16:09:14 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 16:09:14 ---> Running in 1bf2f7c04cf0 16:09:14 Removing intermediate container 6e1ef24f95d7 16:09:14 ---> f2ed36dbb122 16:09:14 Step 5/21 : RUN apk add --update --no-cache make git 16:09:14 Removing intermediate container 14ddb926a120 16:09:14 ---> 8cf98f525c7a 16:09:14 Step 5/22 : RUN apk add --update --no-cache make git 16:09:14 ---> Running in 185269ff4c60 16:09:14 ---> Running in bada3b2d2166 16:09:14 Removing intermediate container 15026c4d74e1 16:09:14 Removing intermediate container ca03ab58420f 16:09:14 ---> 46daf2e46602 16:09:14 Step 5/23 : RUN apk add --update --no-cache make bash git 16:09:14 ---> d6fd0706bac2 16:09:14 Step 5/24 : RUN apk add --update --no-cache make git 16:09:14 ---> Running in 42c2190fe5d6 16:09:14 ---> Running in c93c00ef6ccf 16:09:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:14 OK: 217 MiB in 51 packages 16:09:14 OK: 217 MiB in 51 packages 16:09:15 OK: 217 MiB in 51 packages 16:09:15 OK: 217 MiB in 51 packages 16:09:15 OK: 217 MiB in 51 packages 16:09:16 Removing intermediate container 1bf2f7c04cf0 16:09:16 ---> ebd40ecbbb95 16:09:16 Step 6/23 : COPY go.mod . 16:09:16 Removing intermediate container bada3b2d2166 16:09:16 ---> 97fccacd203b 16:09:16 Step 6/22 : COPY go.mod . 16:09:16 Removing intermediate container 185269ff4c60 16:09:16 ---> 49d0729883d0 16:09:16 Step 6/21 : COPY go.mod . 16:09:17 Removing intermediate container 42c2190fe5d6 16:09:17 ---> c1cac594cc72 16:09:17 Step 6/24 : COPY go.mod . 16:09:17 Removing intermediate container c93c00ef6ccf 16:09:17 ---> be7dcc6b9366 16:09:17 Step 6/23 : COPY go.mod . 16:09:17 ---> 8dee42f42239 16:09:17 Step 7/23 : RUN go mod download 16:09:17 ---> Running in c7754ab2d9f7 16:09:17 ---> 1085686b87f1 16:09:17 Step 7/22 : RUN go mod download 16:09:17 ---> 7d48bae7bdb6 16:09:17 Step 7/21 : RUN go mod download 16:09:17 ---> Running in 583ff2656048 16:09:18 ---> c6e3d1a9414c 16:09:18 Step 7/23 : RUN go mod download 16:09:18 ---> Running in cbbdd70e7db1 16:09:19 ---> 25d4aec8f484 16:09:19 Step 7/24 : RUN go mod download 16:09:19 ---> Running in 487915f164b6 16:09:19 ---> Running in d46680ef9178 16:09:21 Removing intermediate container c7754ab2d9f7 16:09:21 ---> 1baf3f125724 16:09:21 Step 8/23 : COPY . . 16:09:22 Removing intermediate container 583ff2656048 16:09:22 ---> f60dd2ba6a77 16:09:22 Step 8/22 : COPY . . 16:09:23 Removing intermediate container d46680ef9178 16:09:23 ---> 4753e03fdf75 16:09:23 Step 8/24 : COPY . . 16:09:23 Removing intermediate container 487915f164b6 16:09:23 ---> de180f249d5d 16:09:23 Step 8/23 : COPY . . 16:09:23 Removing intermediate container cbbdd70e7db1 16:09:23 ---> 44e2c829c288 16:09:23 Step 8/21 : COPY . . 16:09:50 ---> 738aedd6ac00 16:09:50 Step 9/23 : RUN make cmd/core-data/core-data 16:09:50 ---> 70c74f3f7075 16:09:50 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 16:09:50 ---> Running in f773196a7c8c 16:09:50 ---> fe481065f14f 16:09:50 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:09:50 ---> fd4414a8d331 16:09:50 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:09:50 ---> 18498df1131f 16:09:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:09:50 ---> Running in 87b8d37b5c7f 16:09:50 ---> Running in d4a6ce82140c 16:09:50 ---> Running in 27628e1138d0 16:09:50 ---> Running in 1a9071f8f84a 16:09:50 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:09:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:09:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:09:50 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:09:50 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:11:27 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:11:30 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:11:49 Removing intermediate container d4a6ce82140c 16:11:49 ---> daaf5d0fa060 16:11:49 16:11:49 Step 10/24 : FROM alpine:3.12 16:11:49 3.12: Pulling from library/alpine 16:11:49 Removing intermediate container 1a9071f8f84a 16:11:49 ---> 21bee7cb27ff 16:11:49 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:11:50 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 16:11:50 Status: Downloaded newer image for alpine:3.12 16:11:50 ---> Running in f91a586fd008 16:11:50 ---> 9852663dfa18 16:11:50 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 16:11:50 ---> Running in df394cac7b86 16:11:51 Removing intermediate container 27628e1138d0 16:11:51 ---> b97fa3cab7f9 16:11:51 16:11:51 Step 10/21 : FROM alpine:3.12 16:11:51 ---> 9852663dfa18 16:11:51 Step 11/21 : RUN apk add --update --no-cache curl 16:11:51 ---> Running in 307bb4a7f767 16:11:53 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:11:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:11:54 (1/6) Installing ca-certificates (20191127-r4) 16:11:54 (2/6) Installing nghttp2-libs (1.41.0-r0) 16:11:54 (3/6) Installing libcurl (7.76.1-r0) 16:11:54 (4/6) Installing curl (7.76.1-r0) 16:11:55 (5/6) Installing dumb-init (1.2.2-r1) 16:11:55 (6/6) Installing su-exec (0.2-r1) 16:11:55 Executing busybox-1.31.1-r20.trigger 16:11:55 Executing ca-certificates-20191127-r4.trigger 16:11:55 (1/4) Installing ca-certificates (20191127-r4) 16:11:55 OK: 7 MiB in 20 packages 16:11:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:11:55 (3/4) Installing libcurl (7.76.1-r0) 16:11:55 (4/4) Installing curl (7.76.1-r0) 16:11:55 Executing busybox-1.31.1-r20.trigger 16:11:55 Executing ca-certificates-20191127-r4.trigger 16:11:55 OK: 7 MiB in 18 packages 16:11:57 Removing intermediate container 87b8d37b5c7f 16:11:57 ---> 45c8abd80b9e 16:11:57 16:11:57 Step 10/22 : FROM alpine:3.12 16:11:57 ---> 9852663dfa18 16:11:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 16:11:57 ---> Running in 4c9c1b244356 16:11:58 Removing intermediate container df394cac7b86 16:11:58 ---> 38772e21efbf 16:11:58 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:11:59 ---> Running in 2aba802fba2b 16:11:59 Removing intermediate container 307bb4a7f767 16:11:59 ---> 58d5c04a30d2 16:11:59 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:11:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:11:59 ---> Running in 515f8797250e 16:12:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:12:00 Removing intermediate container 2aba802fba2b 16:12:00 ---> 696f2914545e 16:12:00 Step 13/24 : WORKDIR / 16:12:00 Removing intermediate container f91a586fd008 16:12:00 ---> 4237faee5965 16:12:00 16:12:00 Step 11/23 : FROM docker:20.10.0 16:12:00 20.10.0: Pulling from library/docker 16:12:00 Removing intermediate container 515f8797250e 16:12:00 ---> 378640cdd9e4 16:12:00 Step 13/21 : WORKDIR /edgex 16:12:00 ---> Running in d6f4d52374b2 16:12:00 (1/1) Installing dumb-init (1.2.2-r1) 16:12:00 Executing busybox-1.31.1-r20.trigger 16:12:00 OK: 5 MiB in 15 packages 16:12:01 ---> Running in 7ad65723aadf 16:12:01 Removing intermediate container d6f4d52374b2 16:12:01 ---> 3d018612abce 16:12:01 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:12:02 Removing intermediate container 7ad65723aadf 16:12:02 ---> 6a9813aa782c 16:12:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:12:03 ---> b2c6b9412d6e 16:12:03 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:12:03 Removing intermediate container 4c9c1b244356 16:12:03 ---> 8dc5e5d02478 16:12:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:12:03 ---> Running in 74902d3ec246 16:12:03 ---> e29d03243f1c 16:12:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:12:04 Removing intermediate container 74902d3ec246 16:12:04 ---> cc08c87a6202 16:12:04 Step 13/22 : ENV APP_PORT=48085 16:12:04 ---> 3f778bfe1568 16:12:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:12:04 ---> Running in f2d0821d0695 16:12:05 Removing intermediate container f2d0821d0695 16:12:05 ---> ec22f32c3a91 16:12:05 Step 14/22 : EXPOSE $APP_PORT 16:12:05 ---> de17b42e0f2e 16:12:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:12:06 ---> Running in 3e14b9ecae7f 16:12:06 ---> 8fac73050867 16:12:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:12:07 Removing intermediate container 3e14b9ecae7f 16:12:07 ---> 42c80b32ac84 16:12:07 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:12:08 ---> d5f31dece891 16:12:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:12:09 ---> d84b6879636e 16:12:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:12:09 ---> bd96b60e8aff 16:12:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:12:09 ---> Running in ecb5f222cad2 16:12:10 Removing intermediate container f773196a7c8c 16:12:10 ---> 6cb20512b0ec 16:12:10 16:12:10 Step 10/23 : FROM alpine:3.12 16:12:10 ---> 9852663dfa18 16:12:10 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:12:10 ---> b8f0302f42b4 16:12:10 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:12:11 ---> Running in 094df4cd220b 16:12:11 Removing intermediate container ecb5f222cad2 16:12:11 ---> 9db3bf0b9046 16:12:11 Step 18/21 : CMD ["--init=true"] 16:12:11 ---> 2381fec6c174 16:12:11 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:12:11 ---> Running in 755d4a3bd422 16:12:11 ---> 9d189541f387 16:12:11 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:12:12 Removing intermediate container 094df4cd220b 16:12:12 ---> 0265962eb6e2 16:12:12 Step 12/23 : ENV APP_PORT=48080 16:12:12 ---> Running in b4eebcd76dff 16:12:12 ---> Running in 48b1b4e0c237 16:12:12 Removing intermediate container 755d4a3bd422 16:12:12 ---> 39c56bf26a36 16:12:12 Step 19/21 : LABEL arch=arm64 16:12:12 ---> 04fc92b78574 16:12:12 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 16:12:13 ---> Running in 525518ae55a8 16:12:13 ---> Running in fb8ea3385da6 16:12:13 Removing intermediate container 48b1b4e0c237 16:12:13 ---> c2f053be4024 16:12:13 Step 13/23 : EXPOSE $APP_PORT 16:12:13 ---> Running in c0ec8bc130bf 16:12:13 Removing intermediate container 525518ae55a8 16:12:13 ---> ef1ac42b96aa 16:12:13 Step 20/21 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:12:13 Removing intermediate container fb8ea3385da6 16:12:13 ---> 5314bf268271 16:12:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:12:13 ---> Running in c8cdb3445c9f 16:12:13 ---> Running in 242f2dfe0ebf 16:12:14 Removing intermediate container c0ec8bc130bf 16:12:14 ---> 99c8c39e754b 16:12:14 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:12:14 ---> Running in 4845d8274108 16:12:14 Removing intermediate container c8cdb3445c9f 16:12:14 ---> 4e1fec63bc27 16:12:14 Step 21/21 : LABEL version=0.0.0 16:12:14 Removing intermediate container 242f2dfe0ebf 16:12:14 ---> b4ec8100f5f8 16:12:14 Step 20/22 : LABEL arch=arm64 16:12:14 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 16:12:14 ---> Running in ca3877ee7fb8 16:12:14 Status: Downloaded newer image for docker:20.10.0 16:12:14 ---> eeaf43b92773 16:12:14 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 16:12:14 ---> Running in c3fbc1264939 16:12:14 ---> Running in e3299b30f131 16:12:15 Removing intermediate container ca3877ee7fb8 16:12:15 ---> 992d960344d9 16:12:15 16:12:15 Removing intermediate container c3fbc1264939 16:12:15 ---> 3614e9841362 16:12:15 Step 21/22 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:12:15 Removing intermediate container e3299b30f131 16:12:15 ---> b989615e0ffd 16:12:15 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 16:12:15 Successfully built 992d960344d9 16:12:15 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:12:15  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 16:12:15 Removing intermediate container b4eebcd76dff 16:12:15 ---> 30e7956cddeb 16:12:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:12:16 ---> Running in 52b2ddaa08db 16:12:16 ---> Running in 23d8a625006e 16:12:16 ---> Running in 19cafae52b36 16:12:17 Removing intermediate container 52b2ddaa08db 16:12:17 ---> eb40c0fcecf3 16:12:17 Step 22/22 : LABEL version=0.0.0 16:12:17 Removing intermediate container 19cafae52b36 16:12:17 ---> 7672a47889fd 16:12:17 Step 22/24 : LABEL arch=arm64 16:12:17 ---> Running in a5f6dcd1d36a 16:12:17 ---> Running in 2c13f47a6871 16:12:17 Removing intermediate container 4845d8274108 16:12:17 ---> 10c4259376d9 16:12:17 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 16:12:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:12:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:12:18 ---> Running in cc95d321776b 16:12:18 Removing intermediate container 2c13f47a6871 16:12:18 ---> b1df8ee7b483 16:12:18 Step 23/24 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:12:18 Removing intermediate container a5f6dcd1d36a 16:12:18 ---> 4dc69472c298 16:12:18 16:12:18 (1/39) Installing readline (8.0.4-r0) 16:12:18 (2/39) Installing bash (5.0.17-r0) 16:12:18 Executing bash-5.0.17-r0.post-install 16:12:18 (3/39) Installing nghttp2-libs (1.41.0-r0) 16:12:18 (4/39) Installing libcurl (7.76.1-r0) 16:12:18 (5/39) Installing curl (7.76.1-r0) 16:12:18 (6/39) Installing dumb-init (1.2.2-r1) 16:12:18 (7/39) Installing libbz2 (1.0.8-r1) 16:12:18 (8/39) Installing expat (2.2.9-r1) 16:12:18 (9/39) Installing libffi (3.3-r2) 16:12:18 (10/39) Installing gdbm (1.13-r1) 16:12:18 (11/39) Installing xz-libs (5.2.5-r0) 16:12:18 (12/39) Installing sqlite-libs (3.32.1-r0) 16:12:18 (13/39) Installing python3 (3.8.8-r0) 16:12:19 Successfully built 4dc69472c298 16:12:19 Successfully tagged docker-support-scheduler-go-arm64:latest 16:12:19  Building docker-support-scheduler-go ... done Building docker-core-command-go 16:12:19 ---> Running in 277b12ace850 16:12:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:12:20 Removing intermediate container 277b12ace850 16:12:20 ---> e9629465ee83 16:12:20 Step 24/24 : LABEL version=0.0.0 16:12:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:12:20 ---> Running in 33f0ade08f05 16:12:20 (14/39) Installing py3-appdirs (1.4.4-r1) 16:12:21 (15/39) Installing py3-ordered-set (4.0.1-r0) 16:12:21 (16/39) Installing py3-parsing (2.4.7-r0) 16:12:21 (17/39) Installing py3-six (1.15.0-r0) 16:12:21 (18/39) Installing py3-packaging (20.4-r0) 16:12:21 (19/39) Installing py3-setuptools (47.0.0-r0) 16:12:21 (20/39) Installing py3-chardet (3.0.4-r4) 16:12:21 (21/39) Installing py3-idna (2.9-r0) 16:12:21 (22/39) Installing py3-certifi (2020.4.5.1-r0) 16:12:21 (23/39) Installing py3-urllib3 (1.25.9-r0) 16:12:21 (24/39) Installing py3-requests (2.23.0-r0) 16:12:21 (25/39) Installing py3-msgpack (1.0.0-r0) 16:12:21 (26/39) Installing py3-lockfile (0.12.2-r3) 16:12:21 Removing intermediate container 33f0ade08f05 16:12:21 ---> 62614b54e871 16:12:21 16:12:21 (27/39) Installing py3-cachecontrol (0.12.6-r0) 16:12:21 (28/39) Installing py3-colorama (0.4.3-r0) 16:12:21 (29/39) Installing py3-distlib (0.3.0-r0) 16:12:21 (30/39) Installing py3-distro (1.5.0-r1) 16:12:21 (31/39) Installing py3-webencodings (0.5.1-r3) 16:12:21 (32/39) Installing py3-html5lib (1.0.1-r4) 16:12:21 (1/6) Installing dumb-init (1.2.2-r1) 16:12:21 (33/39) Installing py3-pytoml (0.1.21-r0) 16:12:21 (34/39) Installing py3-pep517 (0.8.2-r0) 16:12:21 (35/39) Installing py3-progress (1.5-r0) 16:12:21 (36/39) Installing py3-toml (0.10.1-r0) 16:12:21 (37/39) Installing py3-retrying (1.3.3-r0) 16:12:21 (38/39) Installing py3-contextlib2 (0.6.0-r0) 16:12:21 (39/39) Installing py3-pip (20.1.1-r0) 16:12:21 (2/6) Installing libgcc (9.3.0-r2) 16:12:21 (3/6) Installing libsodium (1.0.18-r0) 16:12:21 Executing busybox-1.31.1-r19.trigger 16:12:21 OK: 72 MiB in 59 packages 16:12:22 (4/6) Installing libstdc++ (9.3.0-r2) 16:12:22 Successfully built 62614b54e871 16:12:22 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:12:22  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go 16:12:22 (5/6) Installing libzmq (4.3.3-r0) 16:12:22 (6/6) Installing zeromq (4.3.3-r0) 16:12:22 Executing busybox-1.31.1-r20.trigger 16:12:22 OK: 8 MiB in 20 packages 16:12:24 Removing intermediate container cc95d321776b 16:12:24 ---> 40f5cc2d592c 16:12:24 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:12:26 Collecting docker-compose==1.23.2 16:12:26 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:12:27 ---> cea538e0bf95 16:12:27 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:12:27 Collecting jsonschema<3,>=2.5.1 16:12:27 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:12:28 Collecting cached-property<2,>=1.2.0 16:12:28 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:12:28 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:12:29 ---> fc4c8dea1cf7 16:12:29 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:12:29 Collecting dockerpty<0.5,>=0.4.1 16:12:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:12:30 ---> b27aab5dad8f 16:12:30 Step 19/23 : ENTRYPOINT ["/core-data"] 16:12:30 ---> Running in c5fef256be75 16:12:30 Removing intermediate container c5fef256be75 16:12:30 ---> 7557221f2f74 16:12:30 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:12:31 ---> Running in 16477a7982fb 16:12:31 Removing intermediate container 16477a7982fb 16:12:31 ---> 730e4b9e7966 16:12:31 Step 21/23 : LABEL arch=arm64 16:12:31 ---> Running in fe40b4161ca1 16:12:32 Collecting docker<4.0,>=3.6.0 16:12:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:12:32 Removing intermediate container fe40b4161ca1 16:12:32 ---> 3ff3fe8c0e05 16:12:32 Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:12:33 ---> Running in 9421f789b071 16:12:34 Removing intermediate container 9421f789b071 16:12:34 ---> 27e30ddefa54 16:12:34 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:12:34 Step 23/23 : LABEL version=0.0.0 16:12:34 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:12:34 ---> Running in 7af8bb3ede49 16:12:35 Collecting websocket-client<1.0,>=0.32.0 16:12:35 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 16:12:35 Removing intermediate container 7af8bb3ede49 16:12:35 ---> dd9b43220dec 16:12:35 16:12:35 Collecting texttable<0.10,>=0.9.0 16:12:35 Downloading texttable-0.9.1.tar.gz (11 kB) 16:12:35 Successfully built dd9b43220dec 16:12:35 Successfully tagged docker-core-data-go-arm64:latest 16:12:35  Building docker-core-data-go ... done Building docker-core-metadata-go 16:12:37 Collecting docopt<0.7,>=0.6.1 16:12:37 Downloading docopt-0.6.2.tar.gz (25 kB) 16:12:40 Collecting PyYAML<4,>=3.10 16:12:40 Downloading PyYAML-3.13.tar.gz (270 kB) 16:12:43 Collecting docker-pycreds>=0.4.0 16:12:43 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:12:43 Collecting idna<2.8,>=2.5 16:12:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:12:44 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:12:44 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:12:44 Collecting urllib3<1.25,>=1.21.1 16:12:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:12:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:12:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:12:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:12:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:12:46 Installing collected packages: jsonschema, cached-property, dockerpty, idna, urllib3, requests, websocket-client, docker-pycreds, docker, texttable, docopt, PyYAML, docker-compose 16:12:46 Running setup.py install for dockerpty: started 16:12:49 Running setup.py install for dockerpty: finished with status 'done' 16:12:49 Attempting uninstall: idna 16:12:49 Found existing installation: idna 2.9 16:12:49 Uninstalling idna-2.9: 16:12:49 Successfully uninstalled idna-2.9 16:12:49 Attempting uninstall: urllib3 16:12:49 Found existing installation: urllib3 1.25.9 16:12:49 Uninstalling urllib3-1.25.9: 16:12:49 Successfully uninstalled urllib3-1.25.9 16:12:50 Attempting uninstall: requests 16:12:50 Found existing installation: requests 2.23.0 16:12:50 Uninstalling requests-2.23.0: 16:12:50 Successfully uninstalled requests-2.23.0 16:12:52 Running setup.py install for texttable: started 16:12:54 Running setup.py install for texttable: finished with status 'done' 16:12:54 Running setup.py install for docopt: started 16:12:56 Running setup.py install for docopt: finished with status 'done' 16:12:56 Running setup.py install for PyYAML: started 16:12:58 Running setup.py install for PyYAML: finished with status 'done' 16:12:59 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:12:59 Step 2/31 : FROM ${BUILDER_BASE} AS builder 16:12:59 ---> 486b54e15766 16:12:59 Step 3/31 : WORKDIR /edgex-go 16:12:59 ---> Using cache 16:12:59 ---> d3f8b1a9cfd3 16:12:59 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:12:59 ---> Using cache 16:12:59 ---> 46daf2e46602 16:12:59 Step 5/31 : RUN apk add --update --no-cache make git 16:13:01 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.58.0 16:13:05 ---> Running in 9bdf4b88c921 16:13:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:13:07 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:13:07 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:13:07 ---> 486b54e15766 16:13:07 Step 3/23 : WORKDIR /edgex-go 16:13:07 ---> Using cache 16:13:07 ---> d3f8b1a9cfd3 16:13:07 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:13:07 ---> Using cache 16:13:07 ---> 46daf2e46602 16:13:07 Step 5/23 : RUN apk add --update --no-cache make git 16:13:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:13:07 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:13:07 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:13:07 ---> 486b54e15766 16:13:07 Step 3/22 : WORKDIR /edgex-go 16:13:07 ---> Using cache 16:13:07 ---> d3f8b1a9cfd3 16:13:07 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:13:07 ---> Using cache 16:13:07 ---> 46daf2e46602 16:13:07 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 16:13:07 ---> Running in b261cd03ab3a 16:13:08 ---> Running in e1f0e8089dee 16:13:09 OK: 217 MiB in 51 packages 16:13:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:13:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:13:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:13:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:13:11 Removing intermediate container 9bdf4b88c921 16:13:11 ---> a63fdac8a433 16:13:11 Step 6/31 : COPY go.mod . 16:13:11 OK: 217 MiB in 51 packages 16:13:12 OK: 217 MiB in 51 packages 16:13:13 ---> a1a6899b7785 16:13:13 Step 7/31 : RUN go mod download 16:13:13 ---> Running in 8981834cc799 16:13:13 Removing intermediate container b261cd03ab3a 16:13:13 ---> dd24aff1d3e3 16:13:13 Step 6/23 : COPY go.mod . 16:13:14 Removing intermediate container e1f0e8089dee 16:13:14 ---> df16e207a9fb 16:13:14 Step 6/22 : COPY go.mod . 16:13:15 ---> 4d4e1ddf3ebe 16:13:15 Step 7/23 : RUN go mod download 16:13:15 ---> b3cd620a4240 16:13:15 Step 7/22 : RUN go mod download 16:13:16 ---> Running in 0d52be9dddb4 16:13:16 ---> Running in 18e9bda40ce9 16:13:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 16:13:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:13:17 ---> 486b54e15766 16:13:17 Step 3/23 : WORKDIR /edgex-go 16:13:17 ---> Using cache 16:13:17 ---> d3f8b1a9cfd3 16:13:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:13:17 ---> Using cache 16:13:17 ---> 46daf2e46602 16:13:17 Step 5/23 : RUN apk add --update --no-cache make git 16:13:17 ---> Using cache 16:13:17 ---> dd24aff1d3e3 16:13:17 Step 6/23 : COPY go.mod . 16:13:17 ---> Using cache 16:13:17 ---> 4d4e1ddf3ebe 16:13:17 Step 7/23 : RUN go mod download 16:13:17 Removing intermediate container 23d8a625006e 16:13:17 ---> b4b25d749538 16:13:17 Step 14/23 : ENV APP_PORT=48090 16:13:17 ---> Running in 18973e1eb5f3 16:13:17 ---> Running in d883c334eea0 16:13:17 Removing intermediate container 8981834cc799 16:13:17 ---> 0526b9c15a1c 16:13:17 Step 8/31 : COPY . . 16:13:18 Removing intermediate container d883c334eea0 16:13:18 ---> 5ca53d15418d 16:13:18 Step 15/23 : EXPOSE $APP_PORT 16:13:18 ---> Running in e70e3d572b1d 16:13:19 Removing intermediate container e70e3d572b1d 16:13:19 ---> 19471cc5e10d 16:13:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:13:21 ---> 675b475991bd 16:13:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:13:22 Removing intermediate container 0d52be9dddb4 16:13:22 ---> 9e242497e997 16:13:22 Step 8/23 : COPY . . 16:13:22 Removing intermediate container 18e9bda40ce9 16:13:22 ---> e4e8660f453c 16:13:22 Step 8/22 : COPY . . 16:13:23 Removing intermediate container 18973e1eb5f3 16:13:23 ---> 92d1a9d8001f 16:13:23 Step 8/23 : COPY . . 16:13:23 ---> 0955dcdf72d4 16:13:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:13:28 ---> 705c6a8444b7 16:13:28 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 16:13:29 ---> Running in fcc29b5f3f5a 16:13:31 Removing intermediate container fcc29b5f3f5a 16:13:31 ---> 6cb41098f9ea 16:13:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:13:31 ---> Running in c57483fa87e8 16:13:33 Removing intermediate container c57483fa87e8 16:13:33 ---> b4bb7f0818d6 16:13:33 Step 21/23 : LABEL arch=arm64 16:13:34 ---> Running in e1fcff5f876c 16:13:36 Removing intermediate container e1fcff5f876c 16:13:36 ---> deaf19eb8a83 16:13:36 Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:13:37 ---> Running in 50124d32b210 16:13:37 ---> c76531b1c293 16:13:37 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 16:13:38 Removing intermediate container 50124d32b210 16:13:38 ---> 9a1f3d612b45 16:13:38 Step 23/23 : LABEL version=0.0.0 16:13:38 ---> Running in 323140ce64ff 16:13:40 ---> Running in fdcdd57e4c89 16:13:41 Removing intermediate container fdcdd57e4c89 16:13:41 ---> 50ea2b3557da 16:13:41 16:13:42 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:13:42 Successfully built 50ea2b3557da 16:13:43 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:13:43  Building docker-sys-mgmt-agent-go ... done  ---> 791de3a83d7b 16:13:43 Step 9/22 : RUN make cmd/support-notifications/support-notifications 16:13:44 ---> Running in 6ecb02894902 16:13:45 ---> af233147b571 16:13:45 Step 9/23 : RUN make cmd/core-command/core-command 16:13:45 ---> bdfd3c6fdfc3 16:13:45 Step 9/23 : RUN make cmd/core-metadata/core-metadata 16:13:45 ---> Running in aff624f29cbf 16:13:45 ---> Running in 8a1604ca8599 16:13:46 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:13:47 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:13:48 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:15:09 Removing intermediate container 323140ce64ff 16:15:09 ---> f74a859e9825 16:15:09 16:15:09 Step 10/31 : FROM alpine:3.12 16:15:09 ---> 9852663dfa18 16:15:09 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 16:15:09 ---> Running in 8e31149ca06a 16:15:09 Removing intermediate container 8e31149ca06a 16:15:09 ---> a941b5fa3908 16:15:09 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 16:15:09 ---> Running in 08c08c681f93 16:15:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:09 (1/2) Installing dumb-init (1.2.2-r1) 16:15:09 (2/2) Installing su-exec (0.2-r1) 16:15:09 Executing busybox-1.31.1-r20.trigger 16:15:09 OK: 5 MiB in 16 packages 16:15:11 Removing intermediate container 08c08c681f93 16:15:11 ---> 67069a96f148 16:15:11 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 16:15:12 ---> Running in b41dab057f3a 16:15:12 Removing intermediate container b41dab057f3a 16:15:12 ---> 043cac64fe09 16:15:12 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 16:15:13 ---> Running in f1b5bc849c1a 16:15:13 Removing intermediate container f1b5bc849c1a 16:15:13 ---> 9209e0714e5a 16:15:13 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 16:15:13 ---> Running in a9147a035c66 16:15:17 Removing intermediate container a9147a035c66 16:15:17 ---> 19e1278096e0 16:15:17 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 16:15:17 ---> Running in 7df374fe91ee 16:15:18 Removing intermediate container 7df374fe91ee 16:15:18 ---> f1d85c464a04 16:15:18 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 16:15:19 ---> 9fccc47f8bc1 16:15:19 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 16:15:19 ---> Running in 8443244c9a20 16:15:23 Removing intermediate container 8443244c9a20 16:15:23 ---> c410662da779 16:15:23 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 16:15:24 ---> d42adabbaaf8 16:15:24 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 16:15:27 ---> d193891a49b5 16:15:27 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 16:15:27 Removing intermediate container aff624f29cbf 16:15:27 ---> 84824cdf9c9e 16:15:27 16:15:27 Step 10/23 : FROM alpine:3.12 16:15:27 ---> 9852663dfa18 16:15:27 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:15:27 ---> Using cache 16:15:27 ---> 8dc5e5d02478 16:15:27 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:15:27 ---> Using cache 16:15:27 ---> cc08c87a6202 16:15:27 Step 13/23 : ENV APP_PORT=48082 16:15:27 Removing intermediate container 6ecb02894902 16:15:27 ---> 80e7aa0311c9 16:15:27 16:15:27 Step 10/22 : FROM alpine:3.12 16:15:27 ---> 9852663dfa18 16:15:27 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 16:15:28 ---> Running in 79fe3639e8c4 16:15:28 ---> Running in bfb1371c97cb 16:15:28 ---> 5228f8a3ce84 16:15:28 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 16:15:28 Removing intermediate container 79fe3639e8c4 16:15:28 ---> 0d5beadf797e 16:15:28 Step 14/23 : EXPOSE $APP_PORT 16:15:29 ---> Running in 89185ec368e0 16:15:29 ---> 893a06de2707 16:15:29 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 16:15:29 Removing intermediate container 89185ec368e0 16:15:29 ---> 36558e5618ee 16:15:29 Step 15/23 : WORKDIR / 16:15:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:15:30 ---> Running in 4377ab193e86 16:15:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:15:30 ---> ed25347b08d1 16:15:30 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 16:15:30 (1/2) Installing ca-certificates (20191127-r4) 16:15:31 (2/2) Installing dumb-init (1.2.2-r1) 16:15:31 Executing busybox-1.31.1-r20.trigger 16:15:31 Executing ca-certificates-20191127-r4.trigger 16:15:31 OK: 6 MiB in 16 packages 16:15:31 ---> Running in dc600eb65cae 16:15:31 Removing intermediate container 4377ab193e86 16:15:31 ---> e1ed2bfa4a99 16:15:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:15:32 Removing intermediate container dc600eb65cae 16:15:32 ---> 2020f5828649 16:15:32 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 16:15:32 ---> 3f88e3c5b357 16:15:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:15:33 ---> d9b3c12fa0f3 16:15:33 Step 26/31 : RUN chmod +x /entrypoint.sh 16:15:33 Removing intermediate container 8a1604ca8599 16:15:33 ---> f1b711e69715 16:15:33 16:15:33 Step 10/23 : FROM alpine:3.12 16:15:33 ---> 9852663dfa18 16:15:33 Step 11/23 : RUN apk add --update --no-cache dumb-init 16:15:33 ---> Using cache 16:15:33 ---> 8dc5e5d02478 16:15:33 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 16:15:33 ---> Using cache 16:15:33 ---> cc08c87a6202 16:15:33 Step 13/23 : ENV APP_PORT=48081 16:15:33 Removing intermediate container bfb1371c97cb 16:15:33 ---> f296299621d9 16:15:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 16:15:34 ---> Running in e168e9d83998 16:15:34 ---> Running in 0fa819c0c5b6 16:15:34 ---> Running in 3072cb85573e 16:15:34 ---> 6fe3e25b56ce 16:15:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:15:34 Removing intermediate container 3072cb85573e 16:15:34 ---> e08d84ac4064 16:15:34 Step 14/23 : EXPOSE $APP_PORT 16:15:35 Removing intermediate container e168e9d83998 16:15:35 ---> 5b42834e5dfc 16:15:35 Step 13/22 : ENV APP_PORT=48060 16:15:35 ---> Running in c0712e17225c 16:15:35 ---> Running in 8536de4c74f9 16:15:35 ---> 50ba76f60cde 16:15:35 Step 19/23 : ENTRYPOINT ["/core-command"] 16:15:35 Removing intermediate container c0712e17225c 16:15:35 ---> 8655b7a9192a 16:15:35 Step 15/23 : WORKDIR / 16:15:35 ---> Running in c3cccd79b6aa 16:15:36 ---> Running in 8fa52bb9973b 16:15:36 Removing intermediate container 8536de4c74f9 16:15:36 ---> cac1f19b3bb9 16:15:36 Step 14/22 : EXPOSE $APP_PORT 16:15:36 ---> Running in 97a2a473338d 16:15:36 Removing intermediate container c3cccd79b6aa 16:15:36 ---> 9bf19cc7c081 16:15:36 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:15:36 ---> Running in 5fcb2e87dacd 16:15:36 Removing intermediate container 97a2a473338d 16:15:36 ---> 5474d36425e4 16:15:36 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 16:15:36 Removing intermediate container 8fa52bb9973b 16:15:36 ---> 7b10ee19d8ff 16:15:36 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 16:15:36 Removing intermediate container 0fa819c0c5b6 16:15:36 ---> 04e2959470ee 16:15:36 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 16:15:37 Removing intermediate container 5fcb2e87dacd 16:15:37 ---> d9a50986917a 16:15:37 Step 21/23 : LABEL arch=arm64 16:15:37 ---> Running in 6c6265a36ab0 16:15:37 ---> Running in 1e8ef12faaea 16:15:37 ---> f03faa408ba7 16:15:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:15:37 ---> c3593526fa25 16:15:37 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:15:38 Removing intermediate container 1e8ef12faaea 16:15:38 ---> ce9946fcebd5 16:15:38 Step 28/31 : CMD ["gate"] 16:15:38 Removing intermediate container 6c6265a36ab0 16:15:38 ---> fa203fc8809e 16:15:38 Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:15:38 ---> Running in ba89e5169b5e 16:15:38 ---> Running in 8dda9448b298 16:15:39 ---> dccc55097a10 16:15:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:15:39 Removing intermediate container ba89e5169b5e 16:15:39 ---> 8345ad7cf5c7 16:15:39 Step 23/23 : LABEL version=0.0.0 16:15:39 Removing intermediate container 8dda9448b298 16:15:39 ---> f34d843e46bb 16:15:39 Step 29/31 : LABEL arch=arm64 16:15:39 ---> 49974ad65d24 16:15:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:15:40 ---> Running in 5241cc70b26a 16:15:40 ---> Running in 9e4846e75e65 16:15:40 ---> 43f2bb397235 16:15:40 Step 18/22 : ENTRYPOINT ["/support-notifications"] 16:15:40 Removing intermediate container 5241cc70b26a 16:15:40 ---> 28c6a3843dd4 16:15:40 16:15:41 ---> Running in 7b600c5ab39e 16:15:41 ---> 9cbdce67ce38 16:15:41 Step 19/23 : ENTRYPOINT ["/core-metadata"] 16:15:41 Removing intermediate container 9e4846e75e65 16:15:41 ---> ab7a6a0c735b 16:15:41 Step 30/31 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:15:41 ---> Running in e34b42e5bc15 16:15:41 Successfully built 28c6a3843dd4 16:15:41 Successfully tagged docker-core-command-go-arm64:latest 16:15:41  Building docker-core-command-go ... done Removing intermediate container 7b600c5ab39e 16:15:41 ---> c022de96cb72 16:15:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:15:42 ---> Running in 6537f87d7d55 16:15:42 ---> Running in b8891ad8fd41 16:15:42 Removing intermediate container e34b42e5bc15 16:15:42 ---> e2076d2e9365 16:15:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:15:42 ---> Running in a54df8c377d4 16:15:42 Removing intermediate container 6537f87d7d55 16:15:42 ---> f032a3e85adc 16:15:42 Step 31/31 : LABEL version=0.0.0 16:15:42 Removing intermediate container b8891ad8fd41 16:15:42 ---> a42fdae0db11 16:15:42 Step 20/22 : LABEL arch=arm64 16:15:42 ---> Running in 0cd7f815fb50 16:15:43 ---> Running in e187fb35701e 16:15:43 Removing intermediate container a54df8c377d4 16:15:43 ---> fe9b22975160 16:15:43 Step 21/23 : LABEL arch=arm64 16:15:43 ---> Running in f6bbc7a39f9f 16:15:43 Removing intermediate container 0cd7f815fb50 16:15:43 ---> 4e82509a0010 16:15:43 16:15:43 Removing intermediate container e187fb35701e 16:15:43 ---> af857e94e438 16:15:43 Step 21/22 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:15:43 ---> Running in e77023f44c01 16:15:43 Successfully built 4e82509a0010 16:15:43 Successfully tagged docker-security-bootstrapper-go-arm64:latest 16:15:43  Building docker-security-bootstrapper-go ... done Removing intermediate container f6bbc7a39f9f 16:15:43 ---> a553092d4e06 16:15:43 Step 22/23 : LABEL git_sha=a31d707a985f2a2c82673e0a11119d02d3fdd0bf 16:15:44 ---> Running in e35ff6658286 16:15:44 Removing intermediate container e77023f44c01 16:15:44 ---> 1dd8ca698f64 16:15:44 Step 22/22 : LABEL version=0.0.0 16:15:44 ---> Running in e6029fc59f7f 16:15:44 Removing intermediate container e35ff6658286 16:15:44 ---> 1617071b097c 16:15:44 Step 23/23 : LABEL version=0.0.0 16:15:44 ---> Running in da827d42192e 16:15:45 Removing intermediate container e6029fc59f7f 16:15:45 ---> 6508f197d24a 16:15:45 16:15:45 Removing intermediate container da827d42192e 16:15:45 ---> 319fedcb1456 16:15:45 16:15:45 Successfully built 6508f197d24a 16:15:45 Successfully tagged docker-support-notifications-go-arm64:latest 16:15:45  Building docker-support-notifications-go ... done Successfully built 319fedcb1456 16:15:45 Successfully tagged docker-core-metadata-go-arm64:latest 16:15:46  Building docker-core-metadata-go ... done  [Pipeline] } 16:15:46 $ docker stop --time=1 95bcc4d30cd5d9b9fd5ea2ab7696476b79d1f7f5051fb4a79250d041ded6326b 16:15:48 $ docker rm -f 95bcc4d30cd5d9b9fd5ea2ab7696476b79d1f7f5051fb4a79250d041ded6326b [Pipeline] // withDockerContainer [Pipeline] sh 16:15:48 + docker images 16:15:48 + grep docker 16:15:48 docker-core-metadata-go-arm64 latest 319fedcb1456 3 seconds ago 18.1MB 16:15:48 docker-support-notifications-go-arm64 latest 6508f197d24a 4 seconds ago 17.2MB 16:15:48 docker-security-bootstrapper-go-arm64 latest 4e82509a0010 5 seconds ago 18.1MB 16:15:48 docker-core-command-go-arm64 latest 28c6a3843dd4 8 seconds ago 16.5MB 16:15:48 docker-sys-mgmt-agent-go-arm64 latest 50ea2b3557da 2 minutes ago 299MB 16:15:48 docker-core-data-go-arm64 latest dd9b43220dec 3 minutes ago 21.6MB 16:15:48 docker-security-secretstore-setup-go-arm64 latest 62614b54e871 3 minutes ago 24.9MB 16:15:48 docker-support-scheduler-go-arm64 latest 4dc69472c298 3 minutes ago 16.6MB 16:15:48 docker-security-proxy-setup-go-arm64 latest 992d960344d9 3 minutes ago 24.6MB 16:15:48 docker 20.10.0 eeaf43b92773 4 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh 16:15:50 ---> job-cost.sh 16:15:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-R2Le 16:16:29 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 16:18:06 lf-activate-venv(): INFO: Adding /tmp/venv-R2Le/bin to PATH 16:18:06 INFO: No Stack... 16:18:06 INFO: Retrieving Pricing Info for: lf-standard-4 16:18:06 INFO: Archiving Costs [Pipeline] sh 16:18:06 + cut -d, -f6 16:18:06 + cat /w/workspace/edgex-go/80/archives/cost.csv [Pipeline] lock 16:18:06 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3234-80-stack-cost] 16:18:06 Resource [jenkins-edgexfoundry-edgex-go-PR-3234-80-stack-cost] did not exist. Created. 16:18:06 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3234-80-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 16:18:07 + echo total: 0.20999999344348907 [Pipeline] stash 16:18:07 Stashed 1 file(s) [Pipeline] } 16:18:07 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3234-80-stack-cost] [Pipeline] // lock [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] { (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:18:08 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:18:09 ---> package-listing.sh 16:18:09 ++ facter osfamily 16:18:09 ++ tr '[:upper:]' '[:lower:]' 16:18:09 + OS_FAMILY=redhat 16:18:09 + workspace=/w/workspace/edgex-go/80 16:18:09 + START_PACKAGES=/tmp/packages_start.txt 16:18:09 + END_PACKAGES=/tmp/packages_end.txt 16:18:09 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:18:09 + PACKAGES=/tmp/packages_start.txt 16:18:09 + '[' /w/workspace/edgex-go/80 ']' 16:18:09 + PACKAGES=/tmp/packages_end.txt 16:18:09 + case "${OS_FAMILY}" in 16:18:09 + rpm -qa 16:18:09 + sort 16:18:14 + '[' -f /tmp/packages_start.txt ']' 16:18:14 + '[' -f /tmp/packages_end.txt ']' 16:18:14 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:18:14 + '[' /w/workspace/edgex-go/80 ']' 16:18:14 + mkdir -p /w/workspace/edgex-go/80/archives/ 16:18:14 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/80/archives/ [Pipeline] echo 16:18:14 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/80/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:18:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:18:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:15 16:18:15 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:18:15 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:15 alpine: Pulling from edgex-lftools-log-publisher 16:18:15 df20fa9351a1: Pulling fs layer 16:18:15 36b3adc4ff6f: Pulling fs layer 16:18:15 8ad3a11d3b57: Pulling fs layer 16:18:15 46f8f816bc3b: Pulling fs layer 16:18:15 93b61091891f: Pulling fs layer 16:18:15 93b9cdb0e59b: Pulling fs layer 16:18:15 5e14af77c1be: Pulling fs layer 16:18:15 01666e4c0597: Pulling fs layer 16:18:15 aa168da1d23b: Pulling fs layer 16:18:15 93b9cdb0e59b: Waiting 16:18:15 5e14af77c1be: Waiting 16:18:15 01666e4c0597: Waiting 16:18:15 aa168da1d23b: Waiting 16:18:15 46f8f816bc3b: Waiting 16:18:15 36b3adc4ff6f: Download complete 16:18:15 46f8f816bc3b: Verifying Checksum 16:18:15 46f8f816bc3b: Download complete 16:18:16 df20fa9351a1: Verifying Checksum 16:18:16 df20fa9351a1: Download complete 16:18:16 93b61091891f: Verifying Checksum 16:18:16 93b61091891f: Download complete 16:18:16 93b9cdb0e59b: Verifying Checksum 16:18:16 93b9cdb0e59b: Download complete 16:18:16 01666e4c0597: Verifying Checksum 16:18:16 01666e4c0597: Download complete 16:18:16 5e14af77c1be: Verifying Checksum 16:18:16 5e14af77c1be: Download complete 16:18:16 8ad3a11d3b57: Verifying Checksum 16:18:16 8ad3a11d3b57: Download complete 16:18:16 df20fa9351a1: Pull complete 16:18:16 36b3adc4ff6f: Pull complete 16:18:17 8ad3a11d3b57: Pull complete 16:18:17 46f8f816bc3b: Pull complete 16:18:18 aa168da1d23b: Verifying Checksum 16:18:18 aa168da1d23b: Download complete 16:18:19 93b61091891f: Pull complete 16:18:19 93b9cdb0e59b: Pull complete 16:18:19 5e14af77c1be: Pull complete 16:18:19 01666e4c0597: Pull complete 16:18:29 aa168da1d23b: Pull complete 16:18:29 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:18:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:18:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:18:30 prd-centos7-docker-4c-2g-1198 does not seem to be running inside a container 16:18:30 $ 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/80/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/80 -v /w/workspace/edgex-go/80:/w/workspace/edgex-go/80:rw,z -v /w/workspace/edgex-go/80@tmp:/w/workspace/edgex-go/80@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:18:35 $ docker top 2e3015de7c4046edfc665048201fcaa66ecb014da96ee6640317c6eb17c8e871 -eo pid,comm [Pipeline] { [Pipeline] sh 16:18:36 + touch /tmp/pre-build-complete [Pipeline] sh 16:18:36 + mkdir -p /var/log/sa [Pipeline] sh 16:18:36 + ls /var/log/sa-host 16:18:36 + sadf -c /var/log/sa-host/sa20 16:18:36 file_magic: OK 16:18:36 HZ: Using current value: 100 16:18:36 file_header: OK 16:18:36 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:18:36 Statistics: 16:18:36 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:18:36 File successfully converted to sysstat format version 12.2.1 16:18:36 + sadf -c /var/log/sa-host/sa23 16:18:36 file_magic: OK 16:18:36 HZ: Using current value: 100 16:18:36 file_header: OK 16:18:36 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:18:36 Statistics: 16:18:36 Hnuu...uuuununununu... 16:18:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:18:37 provisioning config files... 16:18:37 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/80@tmp/config9080155019975614610tmp [Pipeline] { [Pipeline] echo 16:18:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:18:37 ---> create-netrc.sh [Pipeline] } 16:18:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:18:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:18:37 ---> python-tools-install.sh [Pipeline] echo 16:18:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:18:38 ---> sudo-logs.sh 16:18:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 16:18:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:18:38 ---> job-cost.sh 16:18:38 lf-activate-venv: SKIPPING 16:18:38 DEBUG: total: 0.20999999344348907 16:18:38 INFO: Retrieving Stack Cost... 16:18:39 INFO: Retrieving Pricing Info for: v1-standard-2 16:18:39 INFO: Archiving Costs [Pipeline] echo 16:18:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:18:40 ---> logs-deploy.sh 16:18:40 lf-activate-venv: SKIPPING 16:18:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3234/80 16:18:40 INFO: archiving workspace using pattern(s): 16:18:41 Archives upload complete. 16:18:41 INFO: archiving logs to Nexus 16:18:42 ---> uname -a: 16:18:42 Linux prd-centos7-docker-4c-2g-1198.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:18:42 16:18:42 16:18:42 ---> lscpu: 16:18:42 Architecture: x86_64 16:18:42 CPU op-mode(s): 32-bit, 64-bit 16:18:42 Byte Order: Little Endian 16:18:42 Address sizes: 40 bits physical, 48 bits virtual 16:18:42 CPU(s): 4 16:18:42 On-line CPU(s) list: 0-3 16:18:42 Thread(s) per core: 1 16:18:42 Core(s) per socket: 1 16:18:42 Socket(s): 4 16:18:42 NUMA node(s): 1 16:18:42 Vendor ID: GenuineIntel 16:18:42 CPU family: 6 16:18:42 Model: 44 16:18:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:18:42 Stepping: 1 16:18:42 CPU MHz: 2933.438 16:18:42 BogoMIPS: 5866.87 16:18:42 Virtualization: VT-x 16:18:42 Hypervisor vendor: KVM 16:18:42 Virtualization type: full 16:18:42 L1d cache: 128 KiB 16:18:42 L1i cache: 128 KiB 16:18:42 L2 cache: 16 MiB 16:18:42 L3 cache: 64 MiB 16:18:42 NUMA node0 CPU(s): 0-3 16:18:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:18:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:18:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:18:42 Vulnerability Meltdown: Mitigation; PTI 16:18:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:18:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:18:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:18:42 Vulnerability Srbds: Not affected 16:18:42 Vulnerability Tsx async abort: Not affected 16:18:42 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:18:42 16:18:42 16:18:42 ---> nproc: 16:18:42 4 16:18:42 16:18:42 16:18:42 ---> df -h: 16:18:42 Filesystem Size Used Available Use% Mounted on 16:18:42 overlay 50.0G 11.8G 38.2G 24% / 16:18:42 tmpfs 64.0M 0 64.0M 0% /dev 16:18:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:18:42 shm 64.0M 0 64.0M 0% /dev/shm 16:18:42 /dev/vda1 50.0G 11.8G 38.2G 24% /facter-os 16:18:42 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/resolv.conf 16:18:42 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hostname 16:18:42 /dev/vda1 50.0G 11.8G 38.2G 24% /etc/hosts 16:18:42 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/sa-host 16:18:42 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/secure 16:18:42 /dev/vda1 50.0G 11.8G 38.2G 24% /var/log/auth.log 16:18:42 /dev/vda1 50.0G 11.8G 38.2G 24% /run/cloud-init/result.json 16:18:42 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/80 16:18:42 /dev/vda1 50.0G 11.8G 38.2G 24% /w/workspace/edgex-go/80@tmp 16:18:42 16:18:42 16:18:42 ---> free -m: 16:18:42 total used free shared buff/cache available 16:18:42 Mem: 1837 724 121 0 991 1031 16:18:42 Swap: 1023 78 945 16:18:42 16:18:42 16:18:42 ---> ip addr: 16:18:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:18:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:18:42 inet 127.0.0.1/8 scope host lo 16:18:42 valid_lft forever preferred_lft forever 16:18:42 inet6 ::1/128 scope host 16:18:42 valid_lft forever preferred_lft forever 16:18:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:18:42 link/ether fa:16:3e:55:e3:77 brd ff:ff:ff:ff:ff:ff 16:18:42 inet 10.30.123.10/23 brd 10.30.123.255 scope global dynamic eth0 16:18:42 valid_lft 84945sec preferred_lft 84945sec 16:18:42 inet6 fe80::f816:3eff:fe55:e377/64 scope link 16:18:42 valid_lft forever preferred_lft forever 16:18:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:18:42 link/ether 02:42:cc:69:9c:f9 brd ff:ff:ff:ff:ff:ff 16:18:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:18:42 valid_lft forever preferred_lft forever 16:18:42 inet6 fe80::42:ccff:fe69:9cf9/64 scope link 16:18:42 valid_lft forever preferred_lft forever 16:18:42 16:18:42