Pull request #2986 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 85dcba98f424fb9aa23f1cbaa0fe7b635a26d7ff+5abdadd8b70be8a3e6975420755e8102c38e7ff4 (e6182a3840a1f4ba5eaa18431cfec31749e782c8) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18525 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 5abdadd8b70be8a3e6975420755e8102c38e7ff4 into PR head commit 85dcba98f424fb9aa23f1cbaa0fe7b635a26d7ff > 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/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 85dcba98f424fb9aa23f1cbaa0fe7b635a26d7ff # timeout=10 Merge succeeded, producing d847e9153d8099c9680f7b3f04ca4738db5ff537 Checking out Revision d847e9153d8099c9680f7b3f04ca4738db5ff537 (PR-2986) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5abdadd8b70be8a3e6975420755e8102c38e7ff4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d847e9153d8099c9680f7b3f04ca4738db5ff537 # timeout=10 Commit message: "Merge commit '5abdadd8b70be8a3e6975420755e8102c38e7ff4' into HEAD" > git rev-list --no-walk 85dcba98f424fb9aa23f1cbaa0fe7b635a26d7ff # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-05T17:02:28.471Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-05T17:02:28.673Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-05T17:02:28.764Z] ========================================================= [2021-01-05T17:02:28.764Z] EdgeX Global Pipelines Version Info [2021-01-05T17:02:28.764Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:02:30.282Z] ------------------- [2021-01-05T17:02:30.282Z] stable info: [2021-01-05T17:02:30.282Z] ------------------- [2021-01-05T17:02:30.282Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-05T17:02:30.282Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T17:02:30.282Z] Message: update stable to v1.0.173 [2021-01-05T17:02:31.244Z] ------------------- [2021-01-05T17:02:31.244Z] experimental info: [2021-01-05T17:02:31.244Z] ------------------- [2021-01-05T17:02:31.244Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-05T17:02:31.244Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-05T17:02:31.244Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-05T17:02:31.520Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-05T17:02:31.647Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-05T17:02:31.748Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-05T17:02:31.880Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-05T17:02:31.983Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-05T17:02:32.069Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-05T17:02:32.164Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-05T17:02:32.247Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-05T17:02:32.332Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-05T17:02:32.432Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-05T17:02:32.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-05T17:02:32.609Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-05T17:02:32.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-05T17:02:32.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-05T17:02:32.936Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T17:02:33.047Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-05T17:02:33.129Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-05T17:02:33.214Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-05T17:02:33.299Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-05T17:02:33.389Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-05T17:02:33.475Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-05T17:02:33.576Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-05T17:02:33.661Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-05T17:02:33.793Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2986 [Pipeline] echo [2021-01-05T17:02:33.878Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2986 [Pipeline] echo [2021-01-05T17:02:33.974Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2986 [Pipeline] echo [2021-01-05T17:02:34.057Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d847e9153d8099c9680f7b3f04ca4738db5ff537 [Pipeline] echo [2021-01-05T17:02:34.136Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d847e91 [Pipeline] echo [2021-01-05T17:02:34.212Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-05T17:02:34.423Z] provisioning config files... [2021-01-05T17:02:34.452Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config568111909657509691tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:02:34.804Z] ---> docker-login.sh [2021-01-05T17:02:34.804Z] nexus3.edgexfoundry.org:10001 [2021-01-05T17:02:35.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:02:35.330Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:02:35.330Z] Configure a credential helper to remove this warning. See [2021-01-05T17:02:35.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:02:35.331Z] [2021-01-05T17:02:35.331Z] Login Succeeded [2021-01-05T17:02:35.331Z] nexus3.edgexfoundry.org:10002 [2021-01-05T17:02:35.331Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:02:35.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:02:35.331Z] Configure a credential helper to remove this warning. See [2021-01-05T17:02:35.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:02:35.331Z] [2021-01-05T17:02:35.331Z] Login Succeeded [2021-01-05T17:02:35.331Z] nexus3.edgexfoundry.org:10003 [2021-01-05T17:02:35.592Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:02:35.592Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:02:35.592Z] Configure a credential helper to remove this warning. See [2021-01-05T17:02:35.592Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:02:35.592Z] [2021-01-05T17:02:35.592Z] Login Succeeded [2021-01-05T17:02:35.592Z] nexus3.edgexfoundry.org:10004 [2021-01-05T17:02:35.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:02:35.854Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:02:35.854Z] Configure a credential helper to remove this warning. See [2021-01-05T17:02:35.854Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:02:35.854Z] [2021-01-05T17:02:35.854Z] Login Succeeded [2021-01-05T17:02:35.854Z] docker.io [2021-01-05T17:02:35.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-05T17:02:36.116Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-05T17:02:36.116Z] Configure a credential helper to remove this warning. See [2021-01-05T17:02:36.116Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-05T17:02:36.116Z] [2021-01-05T17:02:36.116Z] Login Succeeded [2021-01-05T17:02:36.116Z] ---> docker-login.sh ends [Pipeline] } [2021-01-05T17:02:36.129Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T17:02:36.604Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-05T17:02:36.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:02:36.604Z] ++ dirname cmd/core-command/Dockerfile [2021-01-05T17:02:36.604Z] ++ cut -d/ -f2 [2021-01-05T17:02:36.604Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-05T17:02:36.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:02:36.604Z] ++ dirname cmd/core-data/Dockerfile [2021-01-05T17:02:36.604Z] ++ cut -d/ -f2 [2021-01-05T17:02:36.604Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-05T17:02:36.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:02:36.604Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-05T17:02:36.604Z] ++ cut -d/ -f2 [2021-01-05T17:02:36.604Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-05T17:02:36.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:02:36.604Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-05T17:02:36.604Z] ++ cut -d/ -f2 [2021-01-05T17:02:36.604Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-05T17:02:36.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:02:36.604Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-05T17:02:36.604Z] ++ cut -d/ -f2 [2021-01-05T17:02:36.604Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-05T17:02:36.604Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:02:36.604Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-05T17:02:36.605Z] ++ cut -d/ -f2 [2021-01-05T17:02:36.605Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-05T17:02:36.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:02:36.605Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-05T17:02:36.605Z] ++ cut -d/ -f2 [2021-01-05T17:02:36.605Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-05T17:02:36.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:02:36.605Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-05T17:02:36.605Z] ++ cut -d/ -f2 [2021-01-05T17:02:36.605Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-05T17:02:36.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-05T17:02:36.605Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-05T17:02:36.605Z] ++ cut -d/ -f2 [2021-01-05T17:02:36.605Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-05T17:02:36.688Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:02:37.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:02:37.501Z] [2021-01-05T17:02:37.501Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:02:37.909Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:02:37.909Z] latest: Pulling from edgex-devops/git-semver [2021-01-05T17:02:37.909Z] 31603596830f: Pulling fs layer [2021-01-05T17:02:37.909Z] 2a8b12db71e7: Pulling fs layer [2021-01-05T17:02:37.909Z] 6ca5941a6612: Pulling fs layer [2021-01-05T17:02:37.909Z] ecc8261a40a4: Pulling fs layer [2021-01-05T17:02:37.909Z] ecc8261a40a4: Waiting [2021-01-05T17:02:37.909Z] 2a8b12db71e7: Verifying Checksum [2021-01-05T17:02:37.909Z] 2a8b12db71e7: Download complete [2021-01-05T17:02:37.909Z] 31603596830f: Verifying Checksum [2021-01-05T17:02:37.909Z] 31603596830f: Download complete [2021-01-05T17:02:38.171Z] ecc8261a40a4: Verifying Checksum [2021-01-05T17:02:38.172Z] ecc8261a40a4: Download complete [2021-01-05T17:02:38.172Z] 6ca5941a6612: Verifying Checksum [2021-01-05T17:02:38.172Z] 6ca5941a6612: Download complete [2021-01-05T17:02:38.433Z] 31603596830f: Pull complete [2021-01-05T17:02:38.696Z] 2a8b12db71e7: Pull complete [2021-01-05T17:02:39.645Z] 6ca5941a6612: Pull complete [2021-01-05T17:02:39.645Z] ecc8261a40a4: Pull complete [2021-01-05T17:02:39.645Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-05T17:02:39.645Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-05T17:02:39.645Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-05T17:02:39.743Z] prd-centos7-docker-4c-2g-18525 does not seem to be running inside a container [2021-01-05T17:02:39.798Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-05T17:02:42.776Z] $ docker top eb76bbdfd3c5500c7a41ac2d0fbb98f69292db4fa9cdc55e376fd7b43f25349f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-05T17:02:43.199Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T17:02:43.199Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T17:02:43.429Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T17:02:43.439Z] $ docker exec eb76bbdfd3c5500c7a41ac2d0fbb98f69292db4fa9cdc55e376fd7b43f25349f ssh-agent [2021-01-05T17:02:43.599Z] SSH_AUTH_SOCK=/tmp/ssh-byWK5zS180Vx/agent.13 [2021-01-05T17:02:43.599Z] SSH_AGENT_PID=18 [2021-01-05T17:02:43.612Z] Running ssh-add (command line suppressed) [2021-01-05T17:02:43.738Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_9035727885780610302.key (/w/workspace/edgex-go/2@tmp/private_key_9035727885780610302.key) [2021-01-05T17:02:43.784Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T17:02:44.120Z] + git tag --points-at HEAD [Pipeline] } [2021-01-05T17:02:44.150Z] $ docker exec --env ******** --env ******** eb76bbdfd3c5500c7a41ac2d0fbb98f69292db4fa9cdc55e376fd7b43f25349f ssh-agent -k [2021-01-05T17:02:44.273Z] unset SSH_AUTH_SOCK; [2021-01-05T17:02:44.273Z] unset SSH_AGENT_PID; [2021-01-05T17:02:44.273Z] echo Agent pid 18 killed; [2021-01-05T17:02:44.315Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-05T17:02:44.464Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-05T17:02:44.464Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-05T17:02:44.632Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-05T17:02:44.641Z] $ docker exec eb76bbdfd3c5500c7a41ac2d0fbb98f69292db4fa9cdc55e376fd7b43f25349f ssh-agent [2021-01-05T17:02:44.808Z] SSH_AUTH_SOCK=/tmp/ssh-9irl8kusPZEK/agent.47 [2021-01-05T17:02:44.808Z] SSH_AGENT_PID=53 [2021-01-05T17:02:44.815Z] Running ssh-add (command line suppressed) [2021-01-05T17:02:44.945Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1388968181084685400.key (/w/workspace/edgex-go/2@tmp/private_key_1388968181084685400.key) [2021-01-05T17:02:44.994Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-05T17:02:45.328Z] + git semver init [2021-01-05T17:02:45.328Z] # -> Open(): unable to determine branch for HEAD [2021-01-05T17:02:45.328Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-01-05T17:02:45.328Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-01-05T17:02:45.328Z] # $SEMVER_REMOTE_NAME = origin [2021-01-05T17:02:45.328Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-05T17:02:45.328Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-05T17:02:45.328Z] # $SEMVER_BRANCH = PR-2986 [2021-01-05T17:02:45.328Z] # $SEMVER_TEMP = /tmp/semver-210690119 [2021-01-05T17:02:45.328Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-05T17:03:11.968Z] # '/tmp/semver-210690119' -> '/w/workspace/edgex-go/2/.semver' [2021-01-05T17:03:11.968Z] # -> Force: false [2021-01-05T17:03:11.968Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-01-05T17:03:11.986Z] $ docker exec --env ******** --env ******** eb76bbdfd3c5500c7a41ac2d0fbb98f69292db4fa9cdc55e376fd7b43f25349f ssh-agent -k [2021-01-05T17:03:12.181Z] unset SSH_AUTH_SOCK; [2021-01-05T17:03:12.182Z] unset SSH_AGENT_PID; [2021-01-05T17:03:12.182Z] echo Agent pid 53 killed; [2021-01-05T17:03:12.262Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-05T17:03:12.759Z] + git semver [Pipeline] } [2021-01-05T17:03:12.782Z] $ docker stop --time=1 eb76bbdfd3c5500c7a41ac2d0fbb98f69292db4fa9cdc55e376fd7b43f25349f [2021-01-05T17:03:14.705Z] $ docker rm -f eb76bbdfd3c5500c7a41ac2d0fbb98f69292db4fa9cdc55e376fd7b43f25349f [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T17:03:15.211Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-05T17:03:15.736Z] Stashed 1 file(s) [Pipeline] echo [2021-01-05T17:03:15.738Z] [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 [2021-01-05T17:03:16.729Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:03:17.031Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-05T17:03:17.334Z] + sudo service docker restart [2021-01-05T17:03:17.334Z] + true [2021-01-05T17:03:17.334Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-05T17:03:17.926Z] ========================================================= [2021-01-05T17:03:17.926Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-05T17:03:17.926Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:03:18.276Z] + 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 . [2021-01-05T17:03:22.523Z] Sending build context to Docker daemon 326.3MB [2021-01-05T17:03:22.523Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-05T17:03:22.523Z] Step 2/6 : FROM ${BASE} [2021-01-05T17:03:22.523Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-05T17:03:22.523Z] 188c0c94c7c5: Pulling fs layer [2021-01-05T17:03:22.523Z] 0ef7d3d256c8: Pulling fs layer [2021-01-05T17:03:22.523Z] de9db76c5a1d: Pulling fs layer [2021-01-05T17:03:22.523Z] bca2f99d35d6: Pulling fs layer [2021-01-05T17:03:22.523Z] 93359f2a8cfa: Pulling fs layer [2021-01-05T17:03:22.523Z] 7c6f9722023f: Pulling fs layer [2021-01-05T17:03:22.523Z] a35cf1a2eb13: Pulling fs layer [2021-01-05T17:03:22.523Z] 93359f2a8cfa: Waiting [2021-01-05T17:03:22.523Z] 7c6f9722023f: Waiting [2021-01-05T17:03:22.523Z] a35cf1a2eb13: Waiting [2021-01-05T17:03:22.523Z] bca2f99d35d6: Waiting [2021-01-05T17:03:22.523Z] de9db76c5a1d: Verifying Checksum [2021-01-05T17:03:22.523Z] de9db76c5a1d: Download complete [2021-01-05T17:03:22.523Z] 0ef7d3d256c8: Download complete [2021-01-05T17:03:22.523Z] 93359f2a8cfa: Verifying Checksum [2021-01-05T17:03:22.523Z] 93359f2a8cfa: Download complete [2021-01-05T17:03:22.523Z] 188c0c94c7c5: Verifying Checksum [2021-01-05T17:03:22.523Z] 188c0c94c7c5: Download complete [2021-01-05T17:03:22.523Z] 7c6f9722023f: Verifying Checksum [2021-01-05T17:03:22.523Z] 7c6f9722023f: Download complete [2021-01-05T17:03:22.795Z] 188c0c94c7c5: Pull complete [2021-01-05T17:03:23.070Z] 0ef7d3d256c8: Pull complete [2021-01-05T17:03:23.333Z] de9db76c5a1d: Pull complete [2021-01-05T17:03:24.289Z] a35cf1a2eb13: Verifying Checksum [2021-01-05T17:03:24.289Z] a35cf1a2eb13: Download complete [2021-01-05T17:03:24.868Z] bca2f99d35d6: Verifying Checksum [2021-01-05T17:03:24.868Z] bca2f99d35d6: Download complete [2021-01-05T17:03:30.227Z] bca2f99d35d6: Pull complete [2021-01-05T17:03:30.227Z] 93359f2a8cfa: Pull complete [2021-01-05T17:03:30.227Z] 7c6f9722023f: Pull complete [2021-01-05T17:03:31.174Z] Still waiting to schedule task [2021-01-05T17:03:31.174Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-05T17:03:35.568Z] a35cf1a2eb13: Pull complete [2021-01-05T17:03:35.568Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-05T17:03:35.568Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-05T17:03:35.568Z] ---> a62c8e92a672 [2021-01-05T17:03:35.568Z] 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 [2021-01-05T17:03:35.568Z] ---> Running in 43024516c2c7 [2021-01-05T17:03:35.835Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:03:36.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:03:37.357Z] (1/12) Installing libmagic (5.38-r0) [2021-01-05T17:03:37.357Z] (2/12) Installing file (5.38-r0) [2021-01-05T17:03:37.620Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-05T17:03:37.620Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-05T17:03:41.844Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-05T17:03:41.844Z] (6/12) Installing patch (2.7.6-r6) [2021-01-05T17:03:41.844Z] (7/12) Installing build-base (0.5-r2) [2021-01-05T17:03:41.844Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-05T17:03:41.844Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-05T17:03:41.844Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-05T17:03:41.844Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-05T17:03:42.419Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-05T17:03:42.419Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:03:42.419Z] OK: 233 MiB in 51 packages [2021-01-05T17:03:46.658Z] Removing intermediate container 43024516c2c7 [2021-01-05T17:03:46.658Z] ---> c56b2f69bc74 [2021-01-05T17:03:46.658Z] Step 4/6 : WORKDIR /edgex-go [2021-01-05T17:03:46.658Z] ---> Running in 08e3a6bcfbcc [2021-01-05T17:03:46.658Z] Removing intermediate container 08e3a6bcfbcc [2021-01-05T17:03:46.658Z] ---> 9477c4cbc50a [2021-01-05T17:03:46.658Z] Step 5/6 : COPY go.mod . [2021-01-05T17:03:46.658Z] ---> 7cbde553a3c8 [2021-01-05T17:03:46.658Z] Step 6/6 : RUN go mod download [2021-01-05T17:03:46.658Z] ---> Running in a6ca5c2ea0d8 [2021-01-05T17:04:08.679Z] Removing intermediate container a6ca5c2ea0d8 [2021-01-05T17:04:08.679Z] ---> 7d004ca10db9 [2021-01-05T17:04:08.679Z] Successfully built 7d004ca10db9 [2021-01-05T17:04:08.679Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:04:09.002Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T17:04:09.003Z] . [Pipeline] withDockerContainer [2021-01-05T17:04:09.107Z] prd-centos7-docker-4c-2g-18525 does not seem to be running inside a container [2021-01-05T17:04:09.162Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat [2021-01-05T17:04:09.914Z] $ docker top f59dde5430829fe7417de78464853d6a857d635a7f78d4261076d7f7b50a2a66 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:04:10.401Z] + go version [2021-01-05T17:04:10.401Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-05T17:04:10.421Z] $ docker stop --time=1 f59dde5430829fe7417de78464853d6a857d635a7f78d4261076d7f7b50a2a66 [2021-01-05T17:04:11.761Z] $ docker rm -f f59dde5430829fe7417de78464853d6a857d635a7f78d4261076d7f7b50a2a66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:04:12.625Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-05T17:04:12.625Z] . [Pipeline] withDockerContainer [2021-01-05T17:04:12.780Z] prd-centos7-docker-4c-2g-18525 does not seem to be running inside a container [2021-01-05T17:04:12.847Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-x86_64 cat [2021-01-05T17:04:13.526Z] $ docker top 92e2a6c925f5ba474c4227f891dc33a7d5ada5ac6fffe171b65838c83885cfd8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-05T17:04:13.729Z] ========================================================= [2021-01-05T17:04:13.729Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-05T17:04:13.729Z] ========================================================= [Pipeline] sh [2021-01-05T17:04:14.030Z] + make test [2021-01-05T17:04:14.031Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-05T17:04:22.244Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-05T17:04:37.263Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-05T17:04:42.971Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-05T17:04:43.258Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-05T17:04:43.258Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-05T17:04:43.258Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-05T17:04:43.539Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-05T17:04:43.803Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-05T17:04:44.070Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-05T17:04:44.673Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-05T17:04:45.254Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-05T17:04:47.200Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-05T17:04:47.200Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-05T17:04:47.200Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-05T17:04:49.156Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.091s coverage: 46.6% of statements [2021-01-05T17:04:49.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-05T17:04:49.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-05T17:04:49.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-05T17:04:49.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-05T17:04:49.156Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-05T17:04:53.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.0% of statements [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-05T17:04:53.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-05T17:04:53.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-05T17:04:53.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.417s coverage: 77.8% of statements [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-05T17:04:53.413Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.124s coverage: 82.4% of statements [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-05T17:04:53.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-05T17:04:54.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.399s coverage: 28.6% of statements [2021-01-05T17:04:54.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-05T17:04:54.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-05T17:04:54.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-05T17:04:54.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-05T17:04:54.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-05T17:04:54.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.096s coverage: 100.0% of statements [2021-01-05T17:04:54.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-05T17:04:54.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.057s coverage: 100.0% of statements [2021-01-05T17:04:54.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-05T17:04:54.817Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2021-01-05T17:04:54.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-05T17:04:56.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.109s coverage: 97.5% of statements [2021-01-05T17:04:56.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-05T17:04:56.253Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements [2021-01-05T17:04:56.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-05T17:04:56.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-05T17:04:56.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-05T17:04:56.253Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-05T17:04:57.704Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.352s coverage: 93.8% of statements [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-05T17:04:57.704Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.042s coverage: 58.8% of statements [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-05T17:04:57.704Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-05T17:04:57.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.025s coverage: 100.0% of statements [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-05T17:04:57.704Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.080s coverage: 75.5% of statements [2021-01-05T17:04:57.704Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-05T17:04:57.970Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.047s coverage: 80.8% of statements [2021-01-05T17:04:58.239Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-01-05T17:04:58.514Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.047s coverage: 84.2% of statements [2021-01-05T17:04:59.109Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.099s coverage: 91.4% of statements [2021-01-05T17:04:59.109Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-05T17:04:59.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.192s coverage: 63.5% of statements [2021-01-05T17:04:59.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-05T17:04:59.712Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-05T17:04:59.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.054s coverage: 100.0% of statements [2021-01-05T17:04:59.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2021-01-05T17:04:59.712Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements [2021-01-05T17:04:59.989Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements [2021-01-05T17:05:00.258Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements [2021-01-05T17:05:01.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.483s coverage: 55.9% of statements [2021-01-05T17:05:01.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-05T17:05:01.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-05T17:05:01.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-05T17:05:01.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-05T17:05:01.703Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-05T17:05:02.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.154s coverage: 37.0% of statements [2021-01-05T17:05:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-05T17:05:02.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-05T17:05:02.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.461s coverage: 84.0% of statements [2021-01-05T17:05:02.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.044s coverage: 100.0% of statements [2021-01-05T17:05:04.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.156s coverage: 47.1% of statements [2021-01-05T17:05:04.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-05T17:05:04.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-05T17:05:04.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-05T17:05:04.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-05T17:05:04.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-05T17:05:04.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.073s coverage: 100.0% of statements [2021-01-05T17:05:04.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-05T17:05:04.927Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements [2021-01-05T17:05:04.927Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-05T17:05:05.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.820s coverage: 29.1% of statements [2021-01-05T17:05:05.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-05T17:05:05.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-05T17:05:05.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-05T17:05:05.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-05T17:05:05.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-05T17:05:05.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements [2021-01-05T17:05:05.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-05T17:05:05.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.088s coverage: 100.0% of statements [2021-01-05T17:05:05.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-05T17:05:05.894Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.056s coverage: 0.0% of statements [2021-01-05T17:05:05.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-05T17:05:05.894Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2021-01-05T17:05:05.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-05T17:05:05.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-05T17:05:05.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-05T17:05:05.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-05T17:05:06.169Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.052s coverage: 87.9% of statements [2021-01-05T17:05:06.169Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-05T17:05:06.169Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-05T17:05:06.169Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-01-05T17:05:06.438Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.031s coverage: 32.1% of statements [2021-01-05T17:05:06.700Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-05T17:05:07.280Z] GO111MODULE=on go vet ./... [2021-01-05T17:05:34.061Z] gofmt -l . [2021-01-05T17:05:34.061Z] [ "`gofmt -l .`" = "" ] [2021-01-05T17:05:34.061Z] ./bin/test-go-mod-tidy.sh [2021-01-05T17:05:34.061Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-05T17:05:34.383Z] + ls -al . [2021-01-05T17:05:34.383Z] total 640 [2021-01-05T17:05:34.383Z] drwxrwxr-x 10 1001 1001 4096 Jan 5 17:05 . [2021-01-05T17:05:34.384Z] drwxr-xr-x 4 root root 28 Jan 5 17:04 .. [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 11 Jan 5 17:02 .dockerignore [2021-01-05T17:05:34.384Z] drwxrwxr-x 8 1001 1001 179 Jan 5 17:02 .git [2021-01-05T17:05:34.384Z] drwxrwxr-x 3 1001 1001 125 Jan 5 17:02 .github [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 824 Jan 5 17:02 .gitignore [2021-01-05T17:05:34.384Z] drwx------ 3 1001 1001 47 Jan 5 17:03 .semver [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 166 Jan 5 17:02 .sonarcloud.properties [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 3804 Jan 5 17:02 CONTRIBUTING.md [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 931 Jan 5 17:02 Dockerfile.build [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 863 Jan 5 17:02 Jenkinsfile [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 10775 Jan 5 17:02 LICENSE [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 5750 Jan 5 17:02 Makefile [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 6511 Jan 5 17:02 README.md [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 6744 Jan 5 17:02 SECURITY.md [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 5 Jan 5 17:03 VERSION [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 4131 Jan 5 17:02 ZMQWindows.md [2021-01-05T17:05:34.384Z] drwxrwxr-x 2 1001 1001 117 Jan 5 17:02 bin [2021-01-05T17:05:34.384Z] drwxrwxr-x 14 1001 1001 4096 Jan 5 17:02 cmd [2021-01-05T17:05:34.384Z] -rw-r--r-- 1 root root 541590 Jan 5 17:05 coverage.out [2021-01-05T17:05:34.384Z] -rw-r--r-- 1 root root 979 Jan 5 17:05 go.mod [2021-01-05T17:05:34.384Z] -rw-r--r-- 1 root root 19019 Jan 5 17:05 go.sum [2021-01-05T17:05:34.384Z] drwxrwxr-x 8 1001 1001 127 Jan 5 17:02 internal [2021-01-05T17:05:34.384Z] drwxrwxr-x 4 1001 1001 26 Jan 5 17:02 openapi [2021-01-05T17:05:34.384Z] drwxrwxr-x 4 1001 1001 71 Jan 5 17:02 snap [2021-01-05T17:05:34.384Z] -rw-rw-r-- 1 1001 1001 168 Jan 5 17:02 version.go [Pipeline] sh [2021-01-05T17:05:34.697Z] + '[' -e coverage.out ] [2021-01-05T17:05:34.697Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-05T17:05:34.976Z] Stashed 1 file(s) [Pipeline] sh [2021-01-05T17:05:35.291Z] + make build [2021-01-05T17:05:35.291Z] 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 [2021-01-05T17:05:39.528Z] 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 [2021-01-05T17:05:47.823Z] 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 [2021-01-05T17:05:49.230Z] 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 [2021-01-05T17:05:51.019Z] 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 [2021-01-05T17:05:51.019Z] 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 [2021-01-05T17:05:52.448Z] 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 [2021-01-05T17:05:54.384Z] 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 [2021-01-05T17:05:55.777Z] 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 [2021-01-05T17:05:56.733Z] 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 [2021-01-05T17:05:58.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T17:05:59.086Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2021-01-05T17:06:00.053Z] $ docker stop --time=1 92e2a6c925f5ba474c4227f891dc33a7d5ada5ac6fffe171b65838c83885cfd8 [2021-01-05T17:06:01.703Z] $ docker rm -f 92e2a6c925f5ba474c4227f891dc33a7d5ada5ac6fffe171b65838c83885cfd8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:06:03.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:06:03.601Z] [2021-01-05T17:06:03.601Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:06:03.953Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:06:04.223Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-05T17:06:04.223Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-05T17:06:04.224Z] ca9280d653b3: Pulling fs layer [2021-01-05T17:06:04.224Z] 7e9c9ca2126c: Pulling fs layer [2021-01-05T17:06:04.224Z] cbdbe7a5bc2a: Download complete [2021-01-05T17:06:04.804Z] cbdbe7a5bc2a: Pull complete [2021-01-05T17:06:04.804Z] ca9280d653b3: Verifying Checksum [2021-01-05T17:06:04.804Z] ca9280d653b3: Download complete [2021-01-05T17:06:05.755Z] ca9280d653b3: Pull complete [2021-01-05T17:06:06.019Z] 7e9c9ca2126c: Verifying Checksum [2021-01-05T17:06:06.019Z] 7e9c9ca2126c: Download complete [2021-01-05T17:06:14.208Z] 7e9c9ca2126c: Pull complete [2021-01-05T17:06:14.208Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-05T17:06:14.208Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:06:14.208Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-05T17:06:14.425Z] prd-centos7-docker-4c-2g-18525 does not seem to be running inside a container [2021-01-05T17:06:14.546Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:latest cat [2021-01-05T17:06:16.528Z] $ docker top 2a40c9e4edf3f2cbbed4bf4cad532c12ab929faa6dbd7eddca3dc2a1f2e30f2f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:06:17.069Z] + docker-compose build --help [2021-01-05T17:06:17.069Z] + grep parallel [2021-01-05T17:06:18.131Z] --parallel Build images in parallel. [Pipeline] } [2021-01-05T17:06:18.155Z] $ docker stop --time=1 2a40c9e4edf3f2cbbed4bf4cad532c12ab929faa6dbd7eddca3dc2a1f2e30f2f [2021-01-05T17:06:19.585Z] $ docker rm -f 2a40c9e4edf3f2cbbed4bf4cad532c12ab929faa6dbd7eddca3dc2a1f2e30f2f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:06:20.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-05T17:06:20.237Z] . [Pipeline] withDockerContainer [2021-01-05T17:06:20.343Z] prd-centos7-docker-4c-2g-18525 does not seem to be running inside a container [2021-01-05T17:06:20.397Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 [2021-01-05T17:06:21.020Z] $ docker top 2a8a52aadb94b71cb761fb1361d6a6d3f499d357026c693d072e8605656f01bc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:06:21.549Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-05T17:06:22.496Z] Building docker-core-command-go ... [2021-01-05T17:06:22.496Z] Building docker-core-data-go ... [2021-01-05T17:06:22.496Z] Building docker-core-metadata-go ... [2021-01-05T17:06:22.496Z] Building docker-security-bootstrap-redis-go ... [2021-01-05T17:06:22.496Z] Building docker-security-proxy-setup-go ... [2021-01-05T17:06:22.496Z] Building docker-security-secretstore-setup-go ... [2021-01-05T17:06:22.496Z] Building docker-support-notifications-go ... [2021-01-05T17:06:22.496Z] Building docker-support-scheduler-go ... [2021-01-05T17:06:22.496Z] Building docker-sys-mgmt-agent-go ... [2021-01-05T17:06:22.496Z] Building docker-core-metadata-go [2021-01-05T17:06:22.496Z] Building docker-security-secretstore-setup-go [2021-01-05T17:06:22.496Z] Building docker-support-notifications-go [2021-01-05T17:06:22.496Z] Building docker-security-proxy-setup-go [2021-01-05T17:06:22.496Z] Building docker-security-bootstrap-redis-go [2021-01-05T17:06:54.751Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:06:54.751Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:06:54.751Z] ---> 7d004ca10db9 [2021-01-05T17:06:54.751Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:06:54.751Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:06:54.751Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:06:54.751Z] ---> 7d004ca10db9 [2021-01-05T17:06:54.751Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:06:54.751Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:06:54.751Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:06:54.751Z] ---> 7d004ca10db9 [2021-01-05T17:06:54.751Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T17:06:54.751Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:06:54.751Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:06:54.751Z] ---> 7d004ca10db9 [2021-01-05T17:06:54.751Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T17:06:54.751Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:06:54.751Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:06:54.751Z] ---> 7d004ca10db9 [2021-01-05T17:06:54.751Z] Step 3/24 : WORKDIR /edgex-go [2021-01-05T17:06:55.328Z] ---> Running in e4f09ffeb5e4 [2021-01-05T17:06:55.328Z] ---> Running in 1482b314fc01 [2021-01-05T17:06:55.328Z] ---> Running in e0a28c7aab94 [2021-01-05T17:06:55.590Z] ---> Running in ffdb61b51fe9 [2021-01-05T17:06:55.590Z] ---> Running in 1bf7799ec022 [2021-01-05T17:06:55.853Z] Removing intermediate container 1bf7799ec022 [2021-01-05T17:06:55.853Z] ---> 61037a6fdb41 [2021-01-05T17:06:55.853Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:06:55.853Z] Removing intermediate container e0a28c7aab94 [2021-01-05T17:06:55.853Z] ---> 8848f0b26f2e [2021-01-05T17:06:55.853Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:06:55.853Z] Removing intermediate container 1482b314fc01 [2021-01-05T17:06:55.853Z] ---> 228364e925be [2021-01-05T17:06:55.853Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:06:56.129Z] Removing intermediate container e4f09ffeb5e4 [2021-01-05T17:06:56.129Z] ---> d506d2697093 [2021-01-05T17:06:56.129Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:06:56.129Z] Removing intermediate container ffdb61b51fe9 [2021-01-05T17:06:56.129Z] ---> 7c7ae3190519 [2021-01-05T17:06:56.129Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:06:56.129Z] ---> Running in 8d00aa5d90ab [2021-01-05T17:06:56.129Z] ---> Running in 729570c27819 [2021-01-05T17:06:56.129Z] ---> Running in bfec9a56abdf [2021-01-05T17:06:56.129Z] ---> Running in 39ea83fc7dbd [2021-01-05T17:06:56.129Z] ---> Running in 998514ed4589 [2021-01-05T17:06:58.700Z] Removing intermediate container 729570c27819 [2021-01-05T17:06:58.700Z] ---> 4217a225f1c3 [2021-01-05T17:06:58.700Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T17:06:58.700Z] Removing intermediate container 8d00aa5d90ab [2021-01-05T17:06:58.700Z] ---> f2095203b63f [2021-01-05T17:06:58.700Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:06:58.700Z] ---> Running in cbe7f49e072e [2021-01-05T17:06:58.700Z] Removing intermediate container bfec9a56abdf [2021-01-05T17:06:58.700Z] ---> 4d2853a51f73 [2021-01-05T17:06:58.700Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:06:58.700Z] ---> Running in f2552283141b [2021-01-05T17:06:58.700Z] ---> Running in 98c9affff981 [2021-01-05T17:06:58.700Z] Removing intermediate container 998514ed4589 [2021-01-05T17:06:58.700Z] ---> 16c6f00f11a9 [2021-01-05T17:06:58.700Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-05T17:06:58.700Z] Removing intermediate container 39ea83fc7dbd [2021-01-05T17:06:58.700Z] ---> ec7878853e7b [2021-01-05T17:06:58.700Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-05T17:06:58.971Z] ---> Running in 108956c707ee [2021-01-05T17:06:58.971Z] ---> Running in ef8a6a6ac309 [2021-01-05T17:06:59.257Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:59.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:59.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:59.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:06:59.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:07:00.055Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:07:00.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:07:00.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:07:00.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:07:00.582Z] OK: 233 MiB in 51 packages [2021-01-05T17:07:00.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:07:00.852Z] OK: 233 MiB in 51 packages [2021-01-05T17:07:01.117Z] OK: 233 MiB in 51 packages [2021-01-05T17:07:01.117Z] Removing intermediate container cbe7f49e072e [2021-01-05T17:07:01.117Z] ---> fa7d6d57f5da [2021-01-05T17:07:01.117Z] Step 6/21 : COPY go.mod . [2021-01-05T17:07:01.117Z] OK: 233 MiB in 51 packages [2021-01-05T17:07:01.386Z] OK: 233 MiB in 51 packages [2021-01-05T17:07:01.386Z] Removing intermediate container f2552283141b [2021-01-05T17:07:01.386Z] ---> 9d8230ed92f4 [2021-01-05T17:07:01.386Z] Step 6/22 : COPY go.mod . [2021-01-05T17:07:01.653Z] ---> eb8114a48fc1 [2021-01-05T17:07:01.653Z] Step 7/21 : RUN go mod download [2021-01-05T17:07:01.918Z] ---> Running in 19b58023e356 [2021-01-05T17:07:01.918Z] Removing intermediate container ef8a6a6ac309 [2021-01-05T17:07:01.918Z] ---> 6ab45208eb0a [2021-01-05T17:07:01.918Z] Step 6/24 : COPY go.mod . [2021-01-05T17:07:01.918Z] ---> 64d16df1b111 [2021-01-05T17:07:01.918Z] Step 7/22 : RUN go mod download [2021-01-05T17:07:02.186Z] ---> Running in 9835baddc619 [2021-01-05T17:07:02.186Z] Removing intermediate container 98c9affff981 [2021-01-05T17:07:02.186Z] ---> 6856b41cf600 [2021-01-05T17:07:02.186Z] Step 6/22 : COPY go.mod . [2021-01-05T17:07:02.455Z] ---> 35cdd87c57eb [2021-01-05T17:07:02.455Z] Step 7/24 : RUN go mod download [2021-01-05T17:07:02.455Z] Removing intermediate container 108956c707ee [2021-01-05T17:07:02.455Z] ---> 10371e45f788 [2021-01-05T17:07:02.455Z] Step 6/24 : COPY go.mod . [2021-01-05T17:07:02.726Z] ---> 28d0509a5c81 [2021-01-05T17:07:02.726Z] Step 7/22 : RUN go mod download [2021-01-05T17:07:02.726Z] ---> Running in c81954a35f46 [2021-01-05T17:07:02.726Z] ---> Running in 37e0cab0729f [2021-01-05T17:07:02.999Z] ---> 35bf9445c781 [2021-01-05T17:07:02.999Z] Step 7/24 : RUN go mod download [2021-01-05T17:07:03.264Z] ---> Running in b7d22e1b72a2 [2021-01-05T17:07:04.240Z] Removing intermediate container 19b58023e356 [2021-01-05T17:07:04.240Z] ---> cffd6552ba21 [2021-01-05T17:07:04.240Z] Step 8/21 : COPY . . [2021-01-05T17:07:04.240Z] Removing intermediate container 9835baddc619 [2021-01-05T17:07:04.240Z] ---> 2fe341a41b31 [2021-01-05T17:07:04.240Z] Step 8/22 : COPY . . [2021-01-05T17:07:05.200Z] Removing intermediate container c81954a35f46 [2021-01-05T17:07:05.200Z] ---> c581e71d0ce3 [2021-01-05T17:07:05.200Z] Step 8/24 : COPY . . [2021-01-05T17:07:10.592Z] Removing intermediate container 37e0cab0729f [2021-01-05T17:07:10.592Z] ---> 00ec5e206238 [2021-01-05T17:07:10.592Z] Step 8/22 : COPY . . [2021-01-05T17:07:10.628Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18533 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws [2021-01-05T17:07:10.695Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-05T17:07:10.861Z] Removing intermediate container b7d22e1b72a2 [2021-01-05T17:07:10.861Z] ---> ef4b97b2df9e [2021-01-05T17:07:10.861Z] Step 8/24 : COPY . . [2021-01-05T17:07:16.296Z] using credential edgex-jenkins-ssh [2021-01-05T17:07:16.419Z] Cloning the remote Git repository [2021-01-05T17:07:16.482Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:07:16.592Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-05T17:07:16.673Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:07:16.674Z] > git --version # timeout=10 [2021-01-05T17:07:16.696Z] > git --version # 'git version 2.17.1' [2021-01-05T17:07:16.698Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:07:16.791Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:07:37.217Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:07:37.232Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:07:37.912Z] Merging remotes/origin/master commit 5abdadd8b70be8a3e6975420755e8102c38e7ff4 into PR head commit 85dcba98f424fb9aa23f1cbaa0fe7b635a26d7ff [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-05T17:07:38.355Z] Failed in branch arm64 [2021-01-05T17:07:37.262Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:07:37.312Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:07:37.313Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:07:37.326Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T17:07:37.934Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T17:07:37.953Z] > git checkout -f 85dcba98f424fb9aa23f1cbaa0fe7b635a26d7ff # timeout=10 [2021-01-05T17:07:43.200Z] ---> b8fbd6f3a78d [2021-01-05T17:07:43.200Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-05T17:07:43.200Z] ---> 9ae12bb10ac3 [2021-01-05T17:07:43.200Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-05T17:07:43.200Z] ---> 13834340425f [2021-01-05T17:07:43.200Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-05T17:07:43.200Z] ---> 0d9fc41e749d [2021-01-05T17:07:43.200Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-05T17:07:43.200Z] ---> 73ea6b14cb1e [2021-01-05T17:07:43.200Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-05T17:07:43.468Z] ---> Running in 2df551d45b17 [2021-01-05T17:07:44.045Z] ---> Running in 32695c8a3157 [2021-01-05T17:07:44.045Z] ---> Running in 67b9d89651e9 [2021-01-05T17:07:44.045Z] ---> Running in 2714e025b90c [2021-01-05T17:07:44.045Z] ---> Running in 9f257526d60d [2021-01-05T17:07:45.016Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-05T17:07:45.016Z] 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 [2021-01-05T17:07:45.016Z] 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 [2021-01-05T17:07:45.283Z] 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 [2021-01-05T17:07:45.283Z] 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 [2021-01-05T17:08:12.009Z] 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 [2021-01-05T17:08:12.009Z] 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 [2021-01-05T17:08:20.227Z] Removing intermediate container 67b9d89651e9 [2021-01-05T17:08:20.227Z] ---> 60561d2372e8 [2021-01-05T17:08:20.227Z] [2021-01-05T17:08:20.227Z] Step 10/22 : FROM alpine:3.12 [2021-01-05T17:08:20.227Z] Removing intermediate container 2714e025b90c [2021-01-05T17:08:20.227Z] ---> 1f6caba5501a [2021-01-05T17:08:20.227Z] [2021-01-05T17:08:20.227Z] Step 10/24 : FROM scratch [2021-01-05T17:08:20.227Z] ---> [2021-01-05T17:08:20.227Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-05T17:08:20.227Z] 3.12: Pulling from library/alpine [2021-01-05T17:08:20.227Z] ---> Running in 4b21e1c05e33 [2021-01-05T17:08:20.227Z] Removing intermediate container 4b21e1c05e33 [2021-01-05T17:08:20.227Z] ---> ba55f063bed7 [2021-01-05T17:08:20.227Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-05T17:08:20.813Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-05T17:08:24.125Z] Status: Downloaded newer image for alpine:3.12 [2021-01-05T17:08:24.125Z] ---> 389fef711851 [2021-01-05T17:08:24.125Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T17:08:24.125Z] ---> Running in 35d603eff52e [2021-01-05T17:08:24.388Z] ---> Running in 2a2671b4f477 [2021-01-05T17:08:24.388Z] Removing intermediate container 9f257526d60d [2021-01-05T17:08:24.388Z] ---> 275cb1a6f573 [2021-01-05T17:08:24.388Z] [2021-01-05T17:08:24.388Z] Step 10/21 : FROM alpine:3.12 [2021-01-05T17:08:24.388Z] ---> 389fef711851 [2021-01-05T17:08:24.388Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-05T17:08:24.388Z] Removing intermediate container 2df551d45b17 [2021-01-05T17:08:24.388Z] ---> 6f42dd6f99e8 [2021-01-05T17:08:24.388Z] [2021-01-05T17:08:24.388Z] Step 10/24 : FROM alpine:3.12 [2021-01-05T17:08:24.388Z] ---> 389fef711851 [2021-01-05T17:08:24.388Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-05T17:08:24.653Z] Removing intermediate container 32695c8a3157 [2021-01-05T17:08:24.653Z] ---> 60a2c57d4b49 [2021-01-05T17:08:24.653Z] [2021-01-05T17:08:24.653Z] Step 10/22 : FROM scratch [2021-01-05T17:08:24.653Z] ---> [2021-01-05T17:08:24.653Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:08:24.653Z] ---> Running in 18b134d29dcf [2021-01-05T17:08:24.653Z] ---> Running in 79144d538aa2 [2021-01-05T17:08:24.653Z] ---> Running in 4b9c37a00663 [2021-01-05T17:08:24.919Z] Removing intermediate container 35d603eff52e [2021-01-05T17:08:24.919Z] ---> 600cbf976c37 [2021-01-05T17:08:24.919Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-05T17:08:24.919Z] ---> Running in 1c1ae472fbf5 [2021-01-05T17:08:25.182Z] Removing intermediate container 4b9c37a00663 [2021-01-05T17:08:25.182Z] ---> ba791c0ad0b8 [2021-01-05T17:08:25.182Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-05T17:08:25.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:25.182Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:25.451Z] ---> Running in 76c014593814 [2021-01-05T17:08:25.451Z] Removing intermediate container 1c1ae472fbf5 [2021-01-05T17:08:25.451Z] ---> 8f69960a4604 [2021-01-05T17:08:25.451Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-05T17:08:25.451Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T17:08:25.451Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:08:25.451Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T17:08:25.451Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T17:08:25.451Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T17:08:25.451Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:08:25.451Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:08:25.714Z] OK: 7 MiB in 19 packages [2021-01-05T17:08:25.988Z] Removing intermediate container 76c014593814 [2021-01-05T17:08:25.988Z] ---> 8759d0408d3a [2021-01-05T17:08:25.988Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T17:08:25.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:25.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:25.988Z] ---> 1a9882413f89 [2021-01-05T17:08:25.988Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-05T17:08:25.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:25.988Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:08:25.988Z] ---> Running in d687f2e76cf6 [2021-01-05T17:08:26.263Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-05T17:08:26.263Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-05T17:08:26.263Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:08:26.263Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-05T17:08:26.263Z] (4/5) Installing curl (7.69.1-r3) [2021-01-05T17:08:26.263Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:08:26.263Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-05T17:08:26.263Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-05T17:08:26.263Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:08:26.263Z] (4/4) Installing curl (7.69.1-r3) [2021-01-05T17:08:26.263Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:08:26.263Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:08:26.525Z] OK: 7 MiB in 18 packages [2021-01-05T17:08:26.789Z] Executing ca-certificates-20191127-r4.trigger [2021-01-05T17:08:26.789Z] OK: 7 MiB in 19 packages [2021-01-05T17:08:28.191Z] Removing intermediate container d687f2e76cf6 [2021-01-05T17:08:28.191Z] ---> 579449c92d0a [2021-01-05T17:08:28.191Z] Step 14/22 : WORKDIR / [2021-01-05T17:08:28.191Z] ---> 21a3fc7a566c [2021-01-05T17:08:28.191Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-05T17:08:28.191Z] Removing intermediate container 2a2671b4f477 [2021-01-05T17:08:28.191Z] ---> 372060dfbae7 [2021-01-05T17:08:28.191Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-05T17:08:28.191Z] ---> Running in 2a4525e82c2a [2021-01-05T17:08:28.461Z] ---> Running in 06d52d032d33 [2021-01-05T17:08:29.412Z] Removing intermediate container 2a4525e82c2a [2021-01-05T17:08:29.412Z] ---> 75166c77314f [2021-01-05T17:08:29.412Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2021-01-05T17:08:29.412Z] Removing intermediate container 18b134d29dcf [2021-01-05T17:08:29.412Z] ---> 2b68a47d97a7 [2021-01-05T17:08:29.412Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T17:08:29.412Z] Removing intermediate container 06d52d032d33 [2021-01-05T17:08:29.412Z] ---> 929767299ab0 [2021-01-05T17:08:29.412Z] Step 13/22 : WORKDIR / [2021-01-05T17:08:29.676Z] ---> c9a2427aa246 [2021-01-05T17:08:29.676Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2021-01-05T17:08:29.676Z] Removing intermediate container 79144d538aa2 [2021-01-05T17:08:29.676Z] ---> 03acfb4326b6 [2021-01-05T17:08:29.676Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-05T17:08:29.676Z] ---> Running in aad666a80be1 [2021-01-05T17:08:29.676Z] ---> Running in 3224ce508155 [2021-01-05T17:08:29.945Z] ---> Running in 28284170f155 [2021-01-05T17:08:29.945Z] ---> 379ae03775c3 [2021-01-05T17:08:29.945Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-05T17:08:29.945Z] ---> c58ffc08ae8e [2021-01-05T17:08:29.945Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-05T17:08:30.216Z] Removing intermediate container 3224ce508155 [2021-01-05T17:08:30.216Z] ---> b0737798531a [2021-01-05T17:08:30.216Z] Step 13/21 : WORKDIR /edgex [2021-01-05T17:08:30.216Z] Removing intermediate container 28284170f155 [2021-01-05T17:08:30.216Z] ---> 03fc808a3a79 [2021-01-05T17:08:30.216Z] Step 13/24 : WORKDIR / [2021-01-05T17:08:30.216Z] Removing intermediate container aad666a80be1 [2021-01-05T17:08:30.216Z] ---> 00f8de1a8219 [2021-01-05T17:08:30.216Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2021-01-05T17:08:30.216Z] ---> Running in 631027d3b567 [2021-01-05T17:08:30.493Z] ---> Running in d4a9cd6a0919 [2021-01-05T17:08:30.763Z] ---> 491e3f987772 [2021-01-05T17:08:30.763Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-05T17:08:30.763Z] ---> 7a698d779684 [2021-01-05T17:08:30.763Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-05T17:08:30.763Z] ---> 91949ab2d477 [2021-01-05T17:08:30.763Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-05T17:08:30.763Z] Removing intermediate container 631027d3b567 [2021-01-05T17:08:30.763Z] ---> aa5f73a56ea9 [2021-01-05T17:08:30.763Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-05T17:08:30.763Z] Removing intermediate container d4a9cd6a0919 [2021-01-05T17:08:30.763Z] ---> 1d8acf0bd2b0 [2021-01-05T17:08:30.763Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-05T17:08:31.345Z] ---> e00142550f49 [2021-01-05T17:08:31.345Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-05T17:08:31.345Z] ---> 0b02584ac6da [2021-01-05T17:08:31.345Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-05T17:08:31.345Z] ---> Running in 60b31cf9179c [2021-01-05T17:08:31.345Z] ---> 339bd852d186 [2021-01-05T17:08:31.345Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-05T17:08:31.627Z] ---> 0fb402020889 [2021-01-05T17:08:31.627Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-05T17:08:31.627Z] ---> 20b1cef128c9 [2021-01-05T17:08:31.627Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-05T17:08:31.627Z] ---> Running in 6a4789c3ff12 [2021-01-05T17:08:31.896Z] Removing intermediate container 60b31cf9179c [2021-01-05T17:08:31.896Z] ---> c2a245aeec24 [2021-01-05T17:08:31.896Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:08:31.896Z] ---> Running in d210ee1735f2 [2021-01-05T17:08:31.896Z] Removing intermediate container 6a4789c3ff12 [2021-01-05T17:08:31.896Z] ---> e3ff3eb7f16d [2021-01-05T17:08:31.896Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:08:32.170Z] ---> a1cadc708fab [2021-01-05T17:08:32.170Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-05T17:08:32.170Z] ---> 732650e38209 [2021-01-05T17:08:32.170Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-05T17:08:32.170Z] ---> Running in 1c3841e430e2 [2021-01-05T17:08:32.170Z] ---> 0e9607f19a0b [2021-01-05T17:08:32.170Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-05T17:08:32.170Z] Removing intermediate container d210ee1735f2 [2021-01-05T17:08:32.170Z] ---> c12fcb9b481b [2021-01-05T17:08:32.170Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T17:08:32.435Z] ---> Running in ebda08b1177e [2021-01-05T17:08:32.435Z] Removing intermediate container 1c3841e430e2 [2021-01-05T17:08:32.435Z] ---> 815571c54b4a [2021-01-05T17:08:32.435Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T17:08:32.702Z] ---> 4ca28e78600c [2021-01-05T17:08:32.702Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-05T17:08:32.702Z] ---> Running in bd15abf6a6bb [2021-01-05T17:08:32.702Z] ---> 84a9936589e6 [2021-01-05T17:08:32.702Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-05T17:08:33.278Z] Removing intermediate container ebda08b1177e [2021-01-05T17:08:33.278Z] ---> 4a3b1a4b14fc [2021-01-05T17:08:33.278Z] Step 21/22 : LABEL git_sha=d847e9153d8099c9680f7b3f04ca4738db5ff537 [2021-01-05T17:08:33.278Z] ---> Running in 70fae29f4846 [2021-01-05T17:08:33.541Z] ---> 38ddaccd2455 [2021-01-05T17:08:33.541Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-05T17:08:33.541Z] Removing intermediate container bd15abf6a6bb [2021-01-05T17:08:33.541Z] ---> 8dd62457ae8c [2021-01-05T17:08:33.541Z] Step 23/24 : LABEL git_sha=d847e9153d8099c9680f7b3f04ca4738db5ff537 [2021-01-05T17:08:33.541Z] ---> Running in fe6a54d4bc64 [2021-01-05T17:08:33.541Z] ---> ac94e664d632 [2021-01-05T17:08:33.541Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-05T17:08:33.804Z] ---> Running in eed291f023b5 [2021-01-05T17:08:33.804Z] ---> Running in 82ab1ba49262 [2021-01-05T17:08:33.804Z] Removing intermediate container fe6a54d4bc64 [2021-01-05T17:08:33.804Z] ---> 222f72682888 [2021-01-05T17:08:33.804Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T17:08:34.099Z] ---> Running in 5949e3f68bce [2021-01-05T17:08:34.099Z] Removing intermediate container eed291f023b5 [2021-01-05T17:08:34.099Z] ---> 416bc8fd30f8 [2021-01-05T17:08:34.099Z] Step 18/21 : CMD ["--init=true"] [2021-01-05T17:08:34.099Z] Removing intermediate container 82ab1ba49262 [2021-01-05T17:08:34.099Z] ---> a84c41b8223e [2021-01-05T17:08:34.099Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T17:08:34.366Z] ---> Running in 68a47759b68e [2021-01-05T17:08:34.366Z] Removing intermediate container 5949e3f68bce [2021-01-05T17:08:34.366Z] ---> d468971bd95b [2021-01-05T17:08:34.366Z] [2021-01-05T17:08:34.366Z] ---> Running in 6c8c09699cca [2021-01-05T17:08:34.366Z] ---> 0956313ad4be [2021-01-05T17:08:34.366Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-05T17:08:34.629Z] Removing intermediate container 68a47759b68e [2021-01-05T17:08:34.629Z] ---> 70b0696f5d82 [2021-01-05T17:08:34.629Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T17:08:34.629Z] Successfully built d468971bd95b [2021-01-05T17:08:34.897Z] Removing intermediate container 6c8c09699cca [2021-01-05T17:08:34.897Z] ---> f1e1f7c5eea8 [2021-01-05T17:08:34.897Z] [2021-01-05T17:08:34.897Z] Successfully tagged docker-core-metadata-go:latest [2021-01-05T17:08:34.897Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-01-05T17:08:34.897Z] ---> Running in 496937f7af38 [2021-01-05T17:08:34.897Z] ---> fc4d3fa91503 [2021-01-05T17:08:34.897Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2021-01-05T17:08:35.182Z] Removing intermediate container 70fae29f4846 [2021-01-05T17:08:35.182Z] ---> ee01de2ea562 [2021-01-05T17:08:35.182Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-05T17:08:35.182Z] Successfully built f1e1f7c5eea8 [2021-01-05T17:08:35.182Z] ---> Running in c874a055b52c [2021-01-05T17:08:35.182Z] Successfully tagged docker-support-notifications-go:latest [2021-01-05T17:08:35.182Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-05T17:08:35.182Z] ---> Running in edb0762a4394 [2021-01-05T17:08:35.448Z] Removing intermediate container 496937f7af38 [2021-01-05T17:08:35.448Z] ---> 99cbd99823e2 [2021-01-05T17:08:35.448Z] Step 20/21 : LABEL git_sha=d847e9153d8099c9680f7b3f04ca4738db5ff537 [2021-01-05T17:08:35.448Z] ---> Running in e14cca9d2903 [2021-01-05T17:08:35.725Z] Removing intermediate container edb0762a4394 [2021-01-05T17:08:35.725Z] ---> 1f0c43aa1270 [2021-01-05T17:08:35.725Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T17:08:36.003Z] ---> Running in 03a6e5921f05 [2021-01-05T17:08:36.003Z] Removing intermediate container e14cca9d2903 [2021-01-05T17:08:36.003Z] ---> f1e72413c414 [2021-01-05T17:08:36.003Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T17:08:36.594Z] ---> Running in 5d01676a9d04 [2021-01-05T17:08:36.594Z] Removing intermediate container 03a6e5921f05 [2021-01-05T17:08:36.594Z] ---> 5267c9fed05e [2021-01-05T17:08:36.594Z] Step 21/22 : LABEL git_sha=d847e9153d8099c9680f7b3f04ca4738db5ff537 [2021-01-05T17:08:40.167Z] ---> Running in ace2eb7d4a07 [2021-01-05T17:08:40.167Z] Removing intermediate container 5d01676a9d04 [2021-01-05T17:08:40.167Z] ---> e340ef32c31f [2021-01-05T17:08:40.167Z] [2021-01-05T17:08:40.167Z] Successfully built e340ef32c31f [2021-01-05T17:08:40.167Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-05T17:08:40.167Z]  Building docker-security-proxy-setup-go ... done Building docker-core-data-go [2021-01-05T17:08:40.536Z] Removing intermediate container ace2eb7d4a07 [2021-01-05T17:08:40.536Z] ---> 1b97d90102f0 [2021-01-05T17:08:40.536Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T17:08:41.189Z] ---> Running in bedb9934a5c1 [2021-01-05T17:08:41.189Z] Removing intermediate container c874a055b52c [2021-01-05T17:08:41.189Z] ---> 010747b4d131 [2021-01-05T17:08:41.189Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-05T17:08:43.185Z] ---> Running in 7cfb49ed0eb6 [2021-01-05T17:08:43.185Z] Removing intermediate container bedb9934a5c1 [2021-01-05T17:08:43.185Z] ---> 9c045ddb6795 [2021-01-05T17:08:43.185Z] [2021-01-05T17:08:43.452Z] Successfully built 9c045ddb6795 [2021-01-05T17:08:43.722Z] Removing intermediate container 7cfb49ed0eb6 [2021-01-05T17:08:43.722Z] ---> a056cd50a3b5 [2021-01-05T17:08:43.722Z] Step 22/24 : LABEL arch=x86_64 [2021-01-05T17:08:43.722Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-05T17:08:43.722Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2021-01-05T17:08:43.722Z] ---> Running in 4727e9a67c76 [2021-01-05T17:08:45.133Z] Removing intermediate container 4727e9a67c76 [2021-01-05T17:08:45.133Z] ---> e580d1fc6dcc [2021-01-05T17:08:45.133Z] Step 23/24 : LABEL git_sha=d847e9153d8099c9680f7b3f04ca4738db5ff537 [2021-01-05T17:08:47.951Z] ---> Running in 20bdac9c0ae3 [2021-01-05T17:08:48.588Z] Removing intermediate container 20bdac9c0ae3 [2021-01-05T17:08:48.588Z] ---> 0e285431943d [2021-01-05T17:08:48.588Z] Step 24/24 : LABEL version=0.0.0 [2021-01-05T17:08:48.850Z] ---> Running in 39a06adf498b [2021-01-05T17:08:49.116Z] Removing intermediate container 39a06adf498b [2021-01-05T17:08:49.116Z] ---> b1315bb38458 [2021-01-05T17:08:49.116Z] [2021-01-05T17:08:49.385Z] Successfully built b1315bb38458 [2021-01-05T17:08:49.385Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-05T17:08:59.566Z]  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:08:59.566Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:08:59.566Z] ---> 7d004ca10db9 [2021-01-05T17:08:59.566Z] Step 3/26 : WORKDIR /edgex-go [2021-01-05T17:08:59.566Z] ---> Using cache [2021-01-05T17:08:59.566Z] ---> 7c7ae3190519 [2021-01-05T17:08:59.566Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:08:59.566Z] ---> Using cache [2021-01-05T17:08:59.566Z] ---> 16c6f00f11a9 [2021-01-05T17:08:59.566Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-05T17:08:59.566Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:08:59.566Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:08:59.566Z] ---> 7d004ca10db9 [2021-01-05T17:08:59.566Z] Step 3/22 : WORKDIR /edgex-go [2021-01-05T17:08:59.566Z] ---> Using cache [2021-01-05T17:08:59.566Z] ---> 7c7ae3190519 [2021-01-05T17:08:59.566Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:08:59.566Z] ---> Using cache [2021-01-05T17:08:59.566Z] ---> 16c6f00f11a9 [2021-01-05T17:08:59.566Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-05T17:08:59.566Z] ---> Running in e6f69ce4d978 [2021-01-05T17:08:59.566Z] ---> Running in bffb8f501192 [2021-01-05T17:09:00.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:09:00.984Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:09:01.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:09:01.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:09:01.988Z] OK: 233 MiB in 51 packages [2021-01-05T17:09:02.273Z] OK: 233 MiB in 51 packages [2021-01-05T17:09:03.779Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:09:03.779Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:09:03.779Z] ---> 7d004ca10db9 [2021-01-05T17:09:03.779Z] Step 3/23 : WORKDIR /edgex-go [2021-01-05T17:09:03.779Z] ---> Using cache [2021-01-05T17:09:03.779Z] ---> 7c7ae3190519 [2021-01-05T17:09:03.779Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:09:03.779Z] ---> Using cache [2021-01-05T17:09:03.779Z] ---> 16c6f00f11a9 [2021-01-05T17:09:03.779Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-05T17:09:04.381Z] ---> Running in 4d4f840cde25 [2021-01-05T17:09:04.381Z] Removing intermediate container e6f69ce4d978 [2021-01-05T17:09:04.381Z] ---> 3697054d932f [2021-01-05T17:09:04.381Z] Step 6/26 : COPY go.mod . [2021-01-05T17:09:04.381Z] Removing intermediate container bffb8f501192 [2021-01-05T17:09:04.381Z] ---> ddc5484fda53 [2021-01-05T17:09:04.381Z] Step 6/22 : COPY go.mod . [2021-01-05T17:09:05.356Z] ---> c3bdf87c9e82 [2021-01-05T17:09:05.356Z] Step 7/26 : RUN go mod download [2021-01-05T17:09:05.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:09:05.632Z] ---> Running in b70405bb493b [2021-01-05T17:09:05.632Z] ---> 9d16b6185d0f [2021-01-05T17:09:05.632Z] Step 7/22 : RUN go mod download [2021-01-05T17:09:05.918Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:09:06.496Z] OK: 233 MiB in 51 packages [2021-01-05T17:09:06.496Z] ---> Running in 1de893586de5 [2021-01-05T17:09:07.597Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-05T17:09:07.597Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-05T17:09:07.597Z] ---> 7d004ca10db9 [2021-01-05T17:09:07.597Z] Step 3/21 : WORKDIR /edgex-go [2021-01-05T17:09:07.597Z] ---> Using cache [2021-01-05T17:09:07.597Z] ---> 7c7ae3190519 [2021-01-05T17:09:07.597Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:09:07.597Z] ---> Using cache [2021-01-05T17:09:07.597Z] ---> 16c6f00f11a9 [2021-01-05T17:09:07.597Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-05T17:09:07.597Z] ---> Using cache [2021-01-05T17:09:07.597Z] ---> ddc5484fda53 [2021-01-05T17:09:07.597Z] Step 6/21 : COPY go.mod . [2021-01-05T17:09:07.597Z] ---> Using cache [2021-01-05T17:09:07.597Z] ---> 9d16b6185d0f [2021-01-05T17:09:07.597Z] Step 7/21 : RUN go mod download [2021-01-05T17:09:08.187Z] ---> Running in f7a612de35ef [2021-01-05T17:09:08.459Z] Removing intermediate container 4d4f840cde25 [2021-01-05T17:09:08.459Z] ---> 505f814ef541 [2021-01-05T17:09:08.459Z] Step 6/23 : COPY go.mod . [2021-01-05T17:09:09.062Z] ---> c1f959bda466 [2021-01-05T17:09:09.062Z] Step 7/23 : RUN go mod download [2021-01-05T17:09:09.062Z] ---> Running in 3eab5280bce9 [2021-01-05T17:09:10.047Z] Removing intermediate container b70405bb493b [2021-01-05T17:09:10.047Z] ---> aa6ff5a950cb [2021-01-05T17:09:10.047Z] Step 8/26 : COPY . . [2021-01-05T17:09:10.047Z] Removing intermediate container 1de893586de5 [2021-01-05T17:09:10.047Z] ---> fc926b72ba7c [2021-01-05T17:09:10.047Z] Step 8/22 : COPY . . [2021-01-05T17:09:10.331Z] Removing intermediate container f7a612de35ef [2021-01-05T17:09:10.331Z] ---> a60c9aa5e436 [2021-01-05T17:09:10.331Z] Step 8/21 : COPY . . [2021-01-05T17:09:17.105Z] Removing intermediate container 3eab5280bce9 [2021-01-05T17:09:17.105Z] ---> 9134a0616b43 [2021-01-05T17:09:17.105Z] Step 8/23 : COPY . . [2021-01-05T17:09:44.585Z] ---> af4f78f17579 [2021-01-05T17:09:44.585Z] ---> 70da1aeec163 [2021-01-05T17:09:44.585Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-05T17:09:44.585Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-05T17:09:44.585Z] ---> a8e0e6987187 [2021-01-05T17:09:44.585Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-05T17:09:44.850Z] ---> Running in dd9fe9d0a9bb [2021-01-05T17:09:44.850Z] ---> Running in 4d1e8b662690 [2021-01-05T17:09:44.850Z] ---> Running in b4795d97ac35 [2021-01-05T17:09:46.269Z] ---> 67db733d54ea [2021-01-05T17:09:46.270Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-05T17:09:46.270Z] ---> Running in 0a916939d692 [2021-01-05T17:09:46.896Z] 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 [2021-01-05T17:09:46.896Z] 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 [2021-01-05T17:09:46.896Z] 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 [2021-01-05T17:09:47.174Z] 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 [2021-01-05T17:10:26.445Z] Removing intermediate container dd9fe9d0a9bb [2021-01-05T17:10:26.445Z] ---> 262b369261d0 [2021-01-05T17:10:26.445Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-05T17:10:26.445Z] Removing intermediate container b4795d97ac35 [2021-01-05T17:10:26.445Z] ---> 68e829aced1b [2021-01-05T17:10:26.445Z] [2021-01-05T17:10:26.445Z] Step 10/22 : FROM scratch [2021-01-05T17:10:26.445Z] ---> [2021-01-05T17:10:26.445Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:10:26.445Z] Removing intermediate container 4d1e8b662690 [2021-01-05T17:10:26.445Z] ---> 3fafb733d363 [2021-01-05T17:10:26.445Z] [2021-01-05T17:10:26.445Z] Step 10/21 : FROM scratch [2021-01-05T17:10:26.445Z] ---> [2021-01-05T17:10:26.445Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:10:26.445Z] ---> Running in 556e4d88d166 [2021-01-05T17:10:26.445Z] ---> Using cache [2021-01-05T17:10:26.445Z] ---> ba791c0ad0b8 [2021-01-05T17:10:26.445Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-05T17:10:26.445Z] ---> Using cache [2021-01-05T17:10:26.445Z] ---> ba791c0ad0b8 [2021-01-05T17:10:26.445Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-05T17:10:26.445Z] ---> Running in ae9411f7084e [2021-01-05T17:10:26.445Z] ---> Running in b2681d02f0e3 [2021-01-05T17:10:26.445Z] Removing intermediate container ae9411f7084e [2021-01-05T17:10:26.445Z] ---> dc16136e2130 [2021-01-05T17:10:26.445Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-05T17:10:26.445Z] 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 [2021-01-05T17:10:26.445Z] Removing intermediate container b2681d02f0e3 [2021-01-05T17:10:26.445Z] ---> 20eae5c43173 [2021-01-05T17:10:26.445Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-05T17:10:26.445Z] ---> Running in 48ec8bb138cb [2021-01-05T17:10:26.445Z] ---> Running in 80112016a002 [2021-01-05T17:10:26.445Z] Removing intermediate container 48ec8bb138cb [2021-01-05T17:10:26.445Z] ---> acb3d45a3a36 [2021-01-05T17:10:26.445Z] Step 14/22 : WORKDIR / [2021-01-05T17:10:26.445Z] ---> Running in 903d9c73c05e [2021-01-05T17:10:26.445Z] Removing intermediate container 80112016a002 [2021-01-05T17:10:26.445Z] ---> 982641866de6 [2021-01-05T17:10:26.445Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2021-01-05T17:10:26.717Z] ---> 99d212ee87bf [2021-01-05T17:10:26.717Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-05T17:10:26.988Z] Removing intermediate container 0a916939d692 [2021-01-05T17:10:26.988Z] ---> 4ece0281d7d0 [2021-01-05T17:10:26.988Z] [2021-01-05T17:10:26.988Z] Step 10/23 : FROM alpine:3.12 [2021-01-05T17:10:26.988Z] ---> 389fef711851 [2021-01-05T17:10:26.988Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-05T17:10:26.988Z] Removing intermediate container 903d9c73c05e [2021-01-05T17:10:26.988Z] ---> f449957f1251 [2021-01-05T17:10:26.988Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2021-01-05T17:10:27.260Z] ---> Running in d18fa3fe17a4 [2021-01-05T17:10:27.260Z] Removing intermediate container 556e4d88d166 [2021-01-05T17:10:27.260Z] ---> 093774e7c330 [2021-01-05T17:10:27.260Z] [2021-01-05T17:10:27.260Z] Step 11/26 : FROM docker:20.10.0 [2021-01-05T17:10:27.260Z] ---> 5e6dda2cb43f [2021-01-05T17:10:27.260Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-05T17:10:27.260Z] 20.10.0: Pulling from library/docker [2021-01-05T17:10:27.260Z] ---> 0d25467442b8 [2021-01-05T17:10:27.260Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-05T17:10:27.531Z] Removing intermediate container d18fa3fe17a4 [2021-01-05T17:10:27.531Z] ---> fb760d36427a [2021-01-05T17:10:27.531Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-05T17:10:27.531Z] ---> Running in f6d60f2d766f [2021-01-05T17:10:28.136Z] ---> ba5549316627 [2021-01-05T17:10:28.136Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-05T17:10:28.136Z] Removing intermediate container f6d60f2d766f [2021-01-05T17:10:28.136Z] ---> fc4a2444560c [2021-01-05T17:10:28.136Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-05T17:10:28.401Z] ---> Running in 733fbf23125f [2021-01-05T17:10:28.401Z] ---> 2295aaaf847b [2021-01-05T17:10:28.401Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-05T17:10:29.382Z] ---> Running in c395fabc44f1 [2021-01-05T17:10:29.658Z] Removing intermediate container 733fbf23125f [2021-01-05T17:10:29.658Z] ---> c3b4c23069a2 [2021-01-05T17:10:29.658Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:10:29.658Z] ---> e427076b36df [2021-01-05T17:10:29.658Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-05T17:10:29.658Z] ---> Running in f089949e150a [2021-01-05T17:10:29.658Z] Removing intermediate container c395fabc44f1 [2021-01-05T17:10:29.658Z] ---> bebb9f16f803 [2021-01-05T17:10:29.658Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-05T17:10:29.658Z] ---> Running in d8ce50a64d10 [2021-01-05T17:10:29.924Z] ---> Running in c2bf2194ccaf [2021-01-05T17:10:30.195Z] Removing intermediate container f089949e150a [2021-01-05T17:10:30.195Z] ---> fbe4cb2cb657 [2021-01-05T17:10:30.195Z] Step 19/21 : LABEL arch=x86_64 [2021-01-05T17:10:30.195Z] Removing intermediate container d8ce50a64d10 [2021-01-05T17:10:30.195Z] ---> af47483797fc [2021-01-05T17:10:30.195Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:10:30.468Z] ---> Running in 5649eac8ed17 [2021-01-05T17:10:30.468Z] ---> Running in 0dc5065f7a28 [2021-01-05T17:10:30.735Z] Removing intermediate container 5649eac8ed17 [2021-01-05T17:10:30.736Z] ---> df9fbb41fbe3 [2021-01-05T17:10:30.736Z] Step 20/21 : LABEL git_sha=d847e9153d8099c9680f7b3f04ca4738db5ff537 [2021-01-05T17:10:30.736Z] Removing intermediate container 0dc5065f7a28 [2021-01-05T17:10:30.736Z] ---> ef893d4fa0dd [2021-01-05T17:10:30.736Z] Step 20/22 : LABEL arch=x86_64 [2021-01-05T17:10:31.010Z] ---> Running in 2fd34be9537c [2021-01-05T17:10:31.010Z] ---> Running in 758df2e3b045 [2021-01-05T17:10:31.278Z] Removing intermediate container 2fd34be9537c [2021-01-05T17:10:31.278Z] ---> bb67dddad70c [2021-01-05T17:10:31.278Z] Step 21/21 : LABEL version=0.0.0 [2021-01-05T17:10:31.278Z] Removing intermediate container 758df2e3b045 [2021-01-05T17:10:31.278Z] ---> 461768bec42c [2021-01-05T17:10:31.278Z] Step 21/22 : LABEL git_sha=d847e9153d8099c9680f7b3f04ca4738db5ff537 [2021-01-05T17:10:31.278Z] ---> Running in 2b297349c3d1 [2021-01-05T17:10:31.545Z] ---> Running in d55e0197f2a5 [2021-01-05T17:10:31.545Z] Removing intermediate container c2bf2194ccaf [2021-01-05T17:10:31.545Z] ---> f00b17843db9 [2021-01-05T17:10:31.545Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-05T17:10:31.545Z] ---> Running in 9eef26448aa8 [2021-01-05T17:10:31.545Z] Removing intermediate container 2b297349c3d1 [2021-01-05T17:10:31.545Z] ---> 4eb19419d090 [2021-01-05T17:10:31.545Z] [2021-01-05T17:10:32.511Z] Successfully built 4eb19419d090 [2021-01-05T17:10:32.512Z] Removing intermediate container d55e0197f2a5 [2021-01-05T17:10:32.512Z] ---> f12e473a0867 [2021-01-05T17:10:32.512Z] Step 22/22 : LABEL version=0.0.0 [2021-01-05T17:10:32.778Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-05T17:10:33.056Z]  Building docker-support-scheduler-go ... done  ---> Running in dd8517e759a8 [2021-01-05T17:10:33.321Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:10:33.321Z] Removing intermediate container dd8517e759a8 [2021-01-05T17:10:33.321Z] ---> f4099c4b1cf2 [2021-01-05T17:10:33.321Z] [2021-01-05T17:10:33.616Z] Successfully built f4099c4b1cf2 [2021-01-05T17:10:33.616Z] Successfully tagged docker-core-command-go:latest [2021-01-05T17:10:34.199Z]  Building docker-core-command-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-05T17:10:34.199Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-05T17:10:34.199Z] ---> aefe523efa57 [2021-01-05T17:10:34.199Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-05T17:10:34.199Z] ---> Running in 6a48d571ae01 [2021-01-05T17:10:34.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:10:34.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:10:35.048Z] (1/2) Installing readline (8.0.4-r0) [2021-01-05T17:10:35.048Z] (2/2) Installing bash (5.0.17-r0) [2021-01-05T17:10:35.048Z] Executing bash-5.0.17-r0.post-install [2021-01-05T17:10:35.048Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:10:35.048Z] OK: 12 MiB in 22 packages [2021-01-05T17:10:35.625Z] Removing intermediate container 6a48d571ae01 [2021-01-05T17:10:35.625Z] ---> 9b240339caeb [2021-01-05T17:10:35.625Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-05T17:10:35.625Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:10:35.625Z] ---> Running in f819a2d0ffc2 [2021-01-05T17:10:35.625Z] Removing intermediate container f819a2d0ffc2 [2021-01-05T17:10:35.625Z] ---> 20ec6049d98a [2021-01-05T17:10:35.625Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-05T17:10:35.888Z] ---> Running in 0604e3f791c1 [2021-01-05T17:10:35.888Z] Removing intermediate container 0604e3f791c1 [2021-01-05T17:10:35.888Z] ---> eb924ebeb55b [2021-01-05T17:10:35.888Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-05T17:10:36.156Z] ---> Running in e113214eade4 [2021-01-05T17:10:36.156Z] Removing intermediate container e113214eade4 [2021-01-05T17:10:36.156Z] ---> b06aaa459e84 [2021-01-05T17:10:36.156Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-05T17:10:36.737Z] ---> fb94356fcbd6 [2021-01-05T17:10:36.737Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-05T17:10:37.005Z] ---> 71f372942048 [2021-01-05T17:10:37.005Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-05T17:10:37.269Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-05T17:10:37.269Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-05T17:10:37.555Z] ---> 20b41f47c77b [2021-01-05T17:10:37.555Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-05T17:10:37.555Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-05T17:10:37.555Z] ---> Running in cd67a0ec4155 [2021-01-05T17:10:38.168Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-05T17:10:38.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:10:38.168Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:10:38.442Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-05T17:10:38.442Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-05T17:10:38.442Z] (2/33) Installing expat (2.2.9-r1) [2021-01-05T17:10:38.442Z] (3/33) Installing libffi (3.3-r2) [2021-01-05T17:10:38.442Z] (4/33) Installing gdbm (1.13-r1) [2021-01-05T17:10:38.442Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:10:38.442Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-05T17:10:38.442Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-05T17:10:38.442Z] OK: 8 MiB in 19 packages [2021-01-05T17:10:38.442Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-05T17:10:42.143Z] Removing intermediate container 9eef26448aa8 [2021-01-05T17:10:42.143Z] ---> e2aba4f7f5d4 [2021-01-05T17:10:42.143Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2021-01-05T17:10:42.143Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-05T17:10:42.143Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-05T17:10:42.143Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-05T17:10:42.143Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-05T17:10:42.143Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-05T17:10:42.143Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-05T17:10:42.143Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-05T17:10:42.143Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-05T17:10:42.143Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-05T17:10:42.434Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-05T17:10:42.434Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-05T17:10:42.730Z] ---> 680e94e9322a [2021-01-05T17:10:42.730Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-05T17:10:42.730Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-05T17:10:42.730Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-05T17:10:42.730Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-05T17:10:42.730Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-05T17:10:42.730Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-05T17:10:42.730Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-05T17:10:43.013Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-05T17:10:43.013Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-05T17:10:43.013Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-05T17:10:43.013Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-05T17:10:43.013Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-05T17:10:43.013Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-05T17:10:43.013Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-05T17:10:43.013Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-05T17:10:43.013Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-05T17:10:43.516Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:10:43.516Z] OK: 71 MiB in 55 packages [2021-01-05T17:10:45.453Z] ---> b3445ab69e05 [2021-01-05T17:10:45.453Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-05T17:10:45.453Z] ---> 077ca445f275 [2021-01-05T17:10:45.453Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-05T17:10:45.747Z] ---> Running in c54919a98f66 [2021-01-05T17:10:47.370Z] Removing intermediate container c54919a98f66 [2021-01-05T17:10:47.370Z] ---> b931b7644d12 [2021-01-05T17:10:47.370Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:10:49.194Z] ---> Running in 4c0d8111acff [2021-01-05T17:10:49.483Z] Removing intermediate container cd67a0ec4155 [2021-01-05T17:10:49.483Z] ---> 1e8a7edc65ea [2021-01-05T17:10:49.483Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-05T17:10:49.483Z] Removing intermediate container 4c0d8111acff [2021-01-05T17:10:49.483Z] ---> fec8cad1d4be [2021-01-05T17:10:49.483Z] Step 21/23 : LABEL arch=x86_64 [2021-01-05T17:10:49.762Z] ---> Running in b6bcf60e4c86 [2021-01-05T17:10:49.762Z] ---> Running in fbeafd16cd4b [2021-01-05T17:10:50.047Z] Removing intermediate container fbeafd16cd4b [2021-01-05T17:10:50.047Z] ---> 41cc778e7baf [2021-01-05T17:10:50.047Z] Step 22/23 : LABEL git_sha=d847e9153d8099c9680f7b3f04ca4738db5ff537 [2021-01-05T17:10:50.047Z] ---> Running in 4f5c4428d20d [2021-01-05T17:10:50.335Z] Removing intermediate container 4f5c4428d20d [2021-01-05T17:10:50.336Z] ---> e63632bde60e [2021-01-05T17:10:50.336Z] Step 23/23 : LABEL version=0.0.0 [2021-01-05T17:10:50.336Z] ---> Running in 3adca02e2381 [2021-01-05T17:10:50.636Z] Removing intermediate container 3adca02e2381 [2021-01-05T17:10:50.636Z] ---> 066d4fea98e8 [2021-01-05T17:10:50.636Z] [2021-01-05T17:10:50.636Z] Successfully built 066d4fea98e8 [2021-01-05T17:10:50.636Z] Successfully tagged docker-core-data-go:latest [2021-01-05T17:10:51.276Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-05T17:10:51.276Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-05T17:10:51.576Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-05T17:10:51.576Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-05T17:10:51.874Z] Collecting docopt<0.7,>=0.6.1 [2021-01-05T17:10:51.874Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-05T17:10:52.492Z] Collecting cached-property<2,>=1.2.0 [2021-01-05T17:10:52.492Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-05T17:10:52.492Z] Collecting texttable<0.10,>=0.9.0 [2021-01-05T17:10:52.492Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-05T17:10:53.115Z] Collecting docker<4.0,>=3.6.0 [2021-01-05T17:10:53.115Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-05T17:10:53.115Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-05T17:10:53.115Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-05T17:10:53.115Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-05T17:10:53.871Z] Collecting jsonschema<3,>=2.5.1 [2021-01-05T17:10:53.871Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-05T17:10:54.195Z] Collecting PyYAML<4,>=3.10 [2021-01-05T17:10:54.195Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-05T17:10:54.912Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-05T17:10:54.912Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-05T17:10:55.210Z] 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) [2021-01-05T17:10:55.210Z] 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) [2021-01-05T17:10:55.210Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-05T17:10:55.210Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-05T17:10:55.527Z] Collecting idna<2.8,>=2.5 [2021-01-05T17:10:55.527Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-05T17:10:55.527Z] Collecting docker-pycreds>=0.4.0 [2021-01-05T17:10:55.527Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-05T17:10:55.527Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-05T17:10:55.527Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-05T17:10:55.527Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-05T17:10:55.527Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-05T17:10:55.791Z] Installing collected packages: urllib3, idna, requests, docopt, cached-property, texttable, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, PyYAML, docker-compose [2021-01-05T17:10:55.791Z] Attempting uninstall: urllib3 [2021-01-05T17:10:55.791Z] Found existing installation: urllib3 1.25.9 [2021-01-05T17:10:55.791Z] Uninstalling urllib3-1.25.9: [2021-01-05T17:10:55.791Z] Successfully uninstalled urllib3-1.25.9 [2021-01-05T17:10:56.052Z] Attempting uninstall: idna [2021-01-05T17:10:56.052Z] Found existing installation: idna 2.9 [2021-01-05T17:10:56.052Z] Uninstalling idna-2.9: [2021-01-05T17:10:56.052Z] Successfully uninstalled idna-2.9 [2021-01-05T17:10:56.052Z] Attempting uninstall: requests [2021-01-05T17:10:56.314Z] Found existing installation: requests 2.23.0 [2021-01-05T17:10:56.314Z] Uninstalling requests-2.23.0: [2021-01-05T17:10:56.314Z] Successfully uninstalled requests-2.23.0 [2021-01-05T17:10:56.314Z] Running setup.py install for docopt: started [2021-01-05T17:10:56.890Z] Running setup.py install for docopt: finished with status 'done' [2021-01-05T17:10:56.890Z] Running setup.py install for texttable: started [2021-01-05T17:10:57.466Z] Running setup.py install for texttable: finished with status 'done' [2021-01-05T17:10:57.731Z] Running setup.py install for dockerpty: started [2021-01-05T17:10:58.306Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-05T17:10:58.568Z] Running setup.py install for PyYAML: started [2021-01-05T17:10:59.143Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-05T17:10:59.409Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-05T17:11:02.723Z] Removing intermediate container b6bcf60e4c86 [2021-01-05T17:11:02.723Z] ---> 183c8b114885 [2021-01-05T17:11:02.723Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-05T17:11:02.723Z] ---> Running in 85c9d9917a1d [2021-01-05T17:11:03.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-05T17:11:03.300Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-05T17:11:03.565Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-05T17:11:03.565Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-05T17:11:03.566Z] (3/3) Installing curl (7.69.1-r3) [2021-01-05T17:11:03.566Z] Executing busybox-1.31.1-r19.trigger [2021-01-05T17:11:03.566Z] OK: 72 MiB in 58 packages [2021-01-05T17:11:04.148Z] Removing intermediate container 85c9d9917a1d [2021-01-05T17:11:04.148Z] ---> 37100e66c37d [2021-01-05T17:11:04.148Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-05T17:11:04.148Z] ---> Running in 687a1f976bf6 [2021-01-05T17:11:04.412Z] Removing intermediate container 687a1f976bf6 [2021-01-05T17:11:04.412Z] ---> 51805f37eb66 [2021-01-05T17:11:04.412Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-05T17:11:04.412Z] ---> Running in e9e1dd058735 [2021-01-05T17:11:04.679Z] Removing intermediate container e9e1dd058735 [2021-01-05T17:11:04.679Z] ---> eac7b5ae1839 [2021-01-05T17:11:04.679Z] Step 24/26 : LABEL arch=x86_64 [2021-01-05T17:11:04.679Z] ---> Running in 20f2ede7c77b [2021-01-05T17:11:04.946Z] Removing intermediate container 20f2ede7c77b [2021-01-05T17:11:04.946Z] ---> 0f56e70cf6da [2021-01-05T17:11:04.946Z] Step 25/26 : LABEL git_sha=d847e9153d8099c9680f7b3f04ca4738db5ff537 [2021-01-05T17:11:04.946Z] ---> Running in d57edb9095a1 [2021-01-05T17:11:05.209Z] Removing intermediate container d57edb9095a1 [2021-01-05T17:11:05.209Z] ---> a06e35c9b3e9 [2021-01-05T17:11:05.209Z] Step 26/26 : LABEL version=0.0.0 [2021-01-05T17:11:05.209Z] ---> Running in 0695db3ea11e [2021-01-05T17:11:05.472Z] Removing intermediate container 0695db3ea11e [2021-01-05T17:11:05.472Z] ---> e19a868e0b26 [2021-01-05T17:11:05.472Z] [2021-01-05T17:11:05.472Z] Successfully built e19a868e0b26 [2021-01-05T17:11:05.472Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-05T17:11:05.774Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-05T17:11:05.816Z] $ docker stop --time=1 2a8a52aadb94b71cb761fb1361d6a6d3f499d357026c693d072e8605656f01bc [2021-01-05T17:11:07.552Z] $ docker rm -f 2a8a52aadb94b71cb761fb1361d6a6d3f499d357026c693d072e8605656f01bc [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-05T17:11:08.090Z] + grep docker [2021-01-05T17:11:08.090Z] + docker images [2021-01-05T17:11:08.090Z] docker-sys-mgmt-agent-go latest e19a868e0b26 2 seconds ago 313MB [2021-01-05T17:11:08.090Z] docker-core-data-go latest 066d4fea98e8 17 seconds ago 22.2MB [2021-01-05T17:11:08.090Z] docker-core-command-go latest f4099c4b1cf2 34 seconds ago 10.6MB [2021-01-05T17:11:08.090Z] docker-support-scheduler-go latest 4eb19419d090 36 seconds ago 10.7MB [2021-01-05T17:11:08.090Z] docker-security-secretstore-setup-go latest b1315bb38458 2 minutes ago 24.6MB [2021-01-05T17:11:08.090Z] docker-security-bootstrap-redis-go latest 9c045ddb6795 2 minutes ago 15.8MB [2021-01-05T17:11:08.090Z] docker-security-proxy-setup-go latest e340ef32c31f 2 minutes ago 24.5MB [2021-01-05T17:11:08.090Z] docker-support-notifications-go latest f1e1f7c5eea8 2 minutes ago 12MB [2021-01-05T17:11:08.090Z] docker-core-metadata-go latest d468971bd95b 2 minutes ago 13MB [2021-01-05T17:11:08.090Z] docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-05T17:11:23.865Z] Still waiting to schedule task [2021-01-05T17:11:23.865Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-18536’ [2021-01-05T17:14:16.352Z] Running on prd-ubuntu18.04-docker-8c-8g-18538 in /w/workspace/edgexfoundry_edgex-go_PR-2986 [Pipeline] { [Pipeline] ws [2021-01-05T17:14:16.411Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-01-05T17:14:19.079Z] using credential edgex-jenkins-ssh [2021-01-05T17:14:19.139Z] Cloning the remote Git repository [2021-01-05T17:14:19.198Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:14:19.268Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-01-05T17:14:19.299Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:14:19.299Z] > git --version # timeout=10 [2021-01-05T17:14:19.309Z] > git --version # 'git version 2.17.1' [2021-01-05T17:14:19.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:14:19.339Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:14:51.504Z] Merging remotes/origin/master commit 5abdadd8b70be8a3e6975420755e8102c38e7ff4 into PR head commit 85dcba98f424fb9aa23f1cbaa0fe7b635a26d7ff [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-05T17:14:52.436Z] Failed in branch amd64 [2021-01-05T17:14:50.968Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:14:50.981Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-05T17:14:50.997Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-05T17:14:51.016Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-05T17:14:51.016Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-05T17:14:51.023Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2986/head:refs/remotes/origin/PR-2986 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-05T17:14:51.532Z] > git config core.sparsecheckout # timeout=10 [2021-01-05T17:14:51.548Z] > git checkout -f 85dcba98f424fb9aa23f1cbaa0fe7b635a26d7ff # timeout=10 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:14:54.566Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:14:55.468Z] ---> package-listing.sh [2021-01-05T17:14:55.468Z] ++ facter osfamily [2021-01-05T17:14:55.468Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-05T17:14:55.468Z] + OS_FAMILY=redhat [2021-01-05T17:14:55.468Z] + workspace=/w/workspace/edgex-go/2 [2021-01-05T17:14:55.468Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-05T17:14:55.468Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-05T17:14:55.468Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-05T17:14:55.468Z] + PACKAGES=/tmp/packages_start.txt [2021-01-05T17:14:55.468Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-05T17:14:55.468Z] + PACKAGES=/tmp/packages_end.txt [2021-01-05T17:14:55.468Z] + case "${OS_FAMILY}" in [2021-01-05T17:14:55.468Z] + rpm -qa [2021-01-05T17:14:55.468Z] + sort [2021-01-05T17:15:00.787Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-05T17:15:00.787Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-05T17:15:00.787Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-05T17:15:00.787Z] + '[' /w/workspace/edgex-go/2 ']' [2021-01-05T17:15:00.787Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-01-05T17:15:00.787Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-01-05T17:15:00.800Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-05T17:15:01.096Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:15:01.441Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T17:15:01.707Z] [2021-01-05T17:15:01.707Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-05T17:15:02.156Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T17:15:02.156Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-05T17:15:02.156Z] df20fa9351a1: Pulling fs layer [2021-01-05T17:15:02.156Z] 36b3adc4ff6f: Pulling fs layer [2021-01-05T17:15:02.156Z] 8ad3a11d3b57: Pulling fs layer [2021-01-05T17:15:02.156Z] 46f8f816bc3b: Pulling fs layer [2021-01-05T17:15:02.156Z] 93b61091891f: Pulling fs layer [2021-01-05T17:15:02.156Z] 93b9cdb0e59b: Pulling fs layer [2021-01-05T17:15:02.156Z] 5e14af77c1be: Pulling fs layer [2021-01-05T17:15:02.156Z] 01666e4c0597: Pulling fs layer [2021-01-05T17:15:02.156Z] aa168da1d23b: Pulling fs layer [2021-01-05T17:15:02.156Z] 5e14af77c1be: Waiting [2021-01-05T17:15:02.156Z] 01666e4c0597: Waiting [2021-01-05T17:15:02.156Z] aa168da1d23b: Waiting [2021-01-05T17:15:02.156Z] 46f8f816bc3b: Waiting [2021-01-05T17:15:02.156Z] 93b61091891f: Waiting [2021-01-05T17:15:02.156Z] 93b9cdb0e59b: Waiting [2021-01-05T17:15:02.428Z] 36b3adc4ff6f: Download complete [2021-01-05T17:15:02.428Z] 46f8f816bc3b: Verifying Checksum [2021-01-05T17:15:02.428Z] 46f8f816bc3b: Download complete [2021-01-05T17:15:02.428Z] df20fa9351a1: Verifying Checksum [2021-01-05T17:15:02.428Z] df20fa9351a1: Download complete [2021-01-05T17:15:02.428Z] 93b9cdb0e59b: Verifying Checksum [2021-01-05T17:15:02.428Z] 93b9cdb0e59b: Download complete [2021-01-05T17:15:02.428Z] 93b61091891f: Verifying Checksum [2021-01-05T17:15:02.428Z] 93b61091891f: Download complete [2021-01-05T17:15:02.428Z] 5e14af77c1be: Verifying Checksum [2021-01-05T17:15:02.428Z] 5e14af77c1be: Download complete [2021-01-05T17:15:02.428Z] 01666e4c0597: Verifying Checksum [2021-01-05T17:15:02.428Z] 01666e4c0597: Download complete [2021-01-05T17:15:02.704Z] 8ad3a11d3b57: Verifying Checksum [2021-01-05T17:15:02.704Z] 8ad3a11d3b57: Download complete [2021-01-05T17:15:02.981Z] df20fa9351a1: Pull complete [2021-01-05T17:15:03.250Z] 36b3adc4ff6f: Pull complete [2021-01-05T17:15:04.234Z] 8ad3a11d3b57: Pull complete [2021-01-05T17:15:04.811Z] aa168da1d23b: Verifying Checksum [2021-01-05T17:15:04.811Z] aa168da1d23b: Download complete [2021-01-05T17:15:05.114Z] 46f8f816bc3b: Pull complete [2021-01-05T17:15:06.515Z] 93b61091891f: Pull complete [2021-01-05T17:15:06.515Z] 93b9cdb0e59b: Pull complete [2021-01-05T17:15:06.515Z] 5e14af77c1be: Pull complete [2021-01-05T17:15:06.777Z] 01666e4c0597: Pull complete [2021-01-05T17:15:14.976Z] aa168da1d23b: Pull complete [2021-01-05T17:15:14.976Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-05T17:15:14.976Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-05T17:15:14.976Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-05T17:15:15.232Z] prd-centos7-docker-4c-2g-18525 does not seem to be running inside a container [2021-01-05T17:15:15.293Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-05T17:15:18.720Z] $ docker top 89e0574c250ab7ca3b9c8da0b4f95ed2c537a921a171b69b1824d690d93e8a0e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-05T17:15:19.231Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-05T17:15:19.551Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-05T17:15:19.854Z] + ls /var/log/sa-host [2021-01-05T17:15:19.854Z] + sadf -c /var/log/sa-host/sa05 [2021-01-05T17:15:19.854Z] file_magic: OK [2021-01-05T17:15:19.854Z] HZ: Using current value: 100 [2021-01-05T17:15:19.854Z] file_header: OK [2021-01-05T17:15:19.854Z] 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 [2021-01-05T17:15:19.854Z] Statistics: [2021-01-05T17:15:19.854Z] 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... [2021-01-05T17:15:19.854Z] File successfully converted to sysstat format version 12.2.1 [2021-01-05T17:15:19.854Z] + sadf -c /var/log/sa-host/sa23 [2021-01-05T17:15:19.854Z] file_magic: OK [2021-01-05T17:15:19.854Z] HZ: Using current value: 100 [2021-01-05T17:15:19.854Z] file_header: OK [2021-01-05T17:15:19.854Z] 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 [2021-01-05T17:15:19.854Z] Statistics: [2021-01-05T17:15:19.854Z] Hnuu...uuuununununu... [2021-01-05T17:15:19.854Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-05T17:15:20.138Z] provisioning config files... [2021-01-05T17:15:20.155Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config2101696709694692590tmp [Pipeline] { [Pipeline] echo [2021-01-05T17:15:20.230Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:15:20.535Z] ---> create-netrc.sh [Pipeline] } [2021-01-05T17:15:20.546Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-05T17:15:20.661Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:15:20.957Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-05T17:15:20.971Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:15:21.279Z] ---> sudo-logs.sh [2021-01-05T17:15:21.279Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-05T17:15:21.290Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:15:21.726Z] ---> job-cost.sh [2021-01-05T17:15:21.726Z] lf-activate-venv: SKIPPING [2021-01-05T17:15:21.726Z] INFO: No Stack... [2021-01-05T17:15:22.721Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-05T17:15:23.293Z] INFO: Archiving Costs [Pipeline] echo [2021-01-05T17:15:23.307Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-05T17:15:23.607Z] ---> logs-deploy.sh [2021-01-05T17:15:23.607Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2986/2 [2021-01-05T17:15:23.607Z] INFO: archiving workspace using pattern(s): [2021-01-05T17:15:25.003Z] Archives upload complete. [2021-01-05T17:15:25.266Z] INFO: archiving logs to Nexus