Pull request #2981 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from a27ca56f5c99b230a218b9decb12d3e97b0beaba+68a8f910767166238b38b7946bcb5bba3869a893 (0c507e17589beab810d481fa185f5b1a6216b7b5) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-17906 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit a27ca56f5c99b230a218b9decb12d3e97b0beaba Merge succeeded, producing a27ca56f5c99b230a218b9decb12d3e97b0beaba Checking out Revision a27ca56f5c99b230a218b9decb12d3e97b0beaba (PR-2981) > git config core.sparsecheckout # timeout=10 > git checkout -f a27ca56f5c99b230a218b9decb12d3e97b0beaba # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a27ca56f5c99b230a218b9decb12d3e97b0beaba # timeout=10 Commit message: "refactor: Adjust for removal of backward compatibility code" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-31T15:41:46.970Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-31T15:41:47.238Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-31T15:41:47.336Z] ========================================================= [2020-12-31T15:41:47.336Z] EdgeX Global Pipelines Version Info [2020-12-31T15:41:47.336Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-31T15:41:49.668Z] ------------------- [2020-12-31T15:41:49.668Z] stable info: [2020-12-31T15:41:49.668Z] ------------------- [2020-12-31T15:41:49.668Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-31T15:41:49.668Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-31T15:41:49.668Z] Message: update stable to v1.0.173 [2020-12-31T15:41:50.251Z] ------------------- [2020-12-31T15:41:50.251Z] experimental info: [2020-12-31T15:41:50.251Z] ------------------- [2020-12-31T15:41:50.251Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-31T15:41:50.251Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-31T15:41:50.251Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-31T15:41:50.625Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-31T15:41:50.735Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-31T15:41:50.826Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-31T15:41:50.991Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-31T15:41:51.085Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-31T15:41:51.177Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-31T15:41:51.285Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-31T15:41:51.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-31T15:41:51.465Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-31T15:41:51.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-31T15:41:51.645Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-31T15:41:51.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-31T15:41:51.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-31T15:41:51.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-31T15:41:52.004Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-31T15:41:52.095Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-31T15:41:52.188Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-31T15:41:52.290Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-31T15:41:52.375Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-31T15:41:52.460Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-31T15:41:52.549Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-31T15:41:52.633Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-31T15:41:52.720Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-31T15:41:52.807Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2981 [Pipeline] echo [2020-12-31T15:41:52.893Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2981 [Pipeline] echo [2020-12-31T15:41:53.039Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2981 [Pipeline] echo [2020-12-31T15:41:53.130Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a27ca56f5c99b230a218b9decb12d3e97b0beaba [Pipeline] echo [2020-12-31T15:41:53.214Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a27ca56 [Pipeline] echo [2020-12-31T15:41:53.326Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-31T15:41:53.490Z] provisioning config files... [2020-12-31T15:41:53.544Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8823721506834477221tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-31T15:41:54.011Z] ---> docker-login.sh [2020-12-31T15:41:54.011Z] nexus3.edgexfoundry.org:10001 [2020-12-31T15:41:54.600Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T15:41:54.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T15:41:54.872Z] Configure a credential helper to remove this warning. See [2020-12-31T15:41:54.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T15:41:54.872Z] [2020-12-31T15:41:54.872Z] Login Succeeded [2020-12-31T15:41:54.872Z] nexus3.edgexfoundry.org:10002 [2020-12-31T15:41:55.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T15:41:55.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T15:41:55.142Z] Configure a credential helper to remove this warning. See [2020-12-31T15:41:55.142Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T15:41:55.142Z] [2020-12-31T15:41:55.142Z] Login Succeeded [2020-12-31T15:41:55.142Z] nexus3.edgexfoundry.org:10003 [2020-12-31T15:41:55.414Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T15:41:55.414Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T15:41:55.414Z] Configure a credential helper to remove this warning. See [2020-12-31T15:41:55.414Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T15:41:55.414Z] [2020-12-31T15:41:55.414Z] Login Succeeded [2020-12-31T15:41:55.414Z] nexus3.edgexfoundry.org:10004 [2020-12-31T15:41:55.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T15:41:55.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T15:41:55.685Z] Configure a credential helper to remove this warning. See [2020-12-31T15:41:55.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T15:41:55.685Z] [2020-12-31T15:41:55.685Z] Login Succeeded [2020-12-31T15:41:55.685Z] docker.io [2020-12-31T15:41:55.953Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T15:41:56.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T15:41:56.222Z] Configure a credential helper to remove this warning. See [2020-12-31T15:41:56.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T15:41:56.222Z] [2020-12-31T15:41:56.222Z] Login Succeeded [2020-12-31T15:41:56.222Z] ---> docker-login.sh ends [Pipeline] } [2020-12-31T15:41:56.242Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-31T15:41:56.726Z] ++ 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 [2020-12-31T15:41:56.726Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T15:41:56.726Z] ++ cut -d/ -f2 [2020-12-31T15:41:56.726Z] ++ dirname cmd/core-command/Dockerfile [2020-12-31T15:41:56.726Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-31T15:41:56.726Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T15:41:56.726Z] ++ dirname cmd/core-data/Dockerfile [2020-12-31T15:41:56.726Z] ++ cut -d/ -f2 [2020-12-31T15:41:56.726Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-31T15:41:56.726Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T15:41:56.726Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-31T15:41:56.726Z] ++ cut -d/ -f2 [2020-12-31T15:41:56.726Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-31T15:41:56.726Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T15:41:56.726Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-31T15:41:56.726Z] ++ cut -d/ -f2 [2020-12-31T15:41:56.726Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-31T15:41:56.726Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T15:41:56.726Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-31T15:41:56.726Z] ++ cut -d/ -f2 [2020-12-31T15:41:56.726Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-31T15:41:56.726Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T15:41:56.726Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-31T15:41:56.726Z] ++ cut -d/ -f2 [2020-12-31T15:41:56.726Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-31T15:41:56.726Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T15:41:56.726Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-31T15:41:56.726Z] ++ cut -d/ -f2 [2020-12-31T15:41:56.726Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-31T15:41:56.726Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T15:41:56.726Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-31T15:41:56.726Z] ++ cut -d/ -f2 [2020-12-31T15:41:56.726Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-31T15:41:56.726Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-31T15:41:56.726Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-31T15:41:56.726Z] ++ cut -d/ -f2 [2020-12-31T15:41:56.726Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-31T15:41:56.835Z] 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 [2020-12-31T15:41:58.371Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-31T15:41:58.371Z] [2020-12-31T15:41:58.371Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:41:58.928Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-31T15:41:58.928Z] latest: Pulling from edgex-devops/git-semver [2020-12-31T15:41:58.928Z] 31603596830f: Pulling fs layer [2020-12-31T15:41:58.928Z] 2a8b12db71e7: Pulling fs layer [2020-12-31T15:41:58.928Z] 6ca5941a6612: Pulling fs layer [2020-12-31T15:41:58.928Z] ecc8261a40a4: Pulling fs layer [2020-12-31T15:41:58.928Z] ecc8261a40a4: Waiting [2020-12-31T15:41:58.928Z] 2a8b12db71e7: Verifying Checksum [2020-12-31T15:41:58.928Z] 2a8b12db71e7: Download complete [2020-12-31T15:41:59.271Z] 31603596830f: Verifying Checksum [2020-12-31T15:41:59.271Z] 31603596830f: Download complete [2020-12-31T15:41:59.911Z] 6ca5941a6612: Verifying Checksum [2020-12-31T15:41:59.911Z] 6ca5941a6612: Download complete [2020-12-31T15:41:59.911Z] ecc8261a40a4: Verifying Checksum [2020-12-31T15:41:59.911Z] ecc8261a40a4: Download complete [2020-12-31T15:41:59.911Z] 31603596830f: Pull complete [2020-12-31T15:42:00.182Z] 2a8b12db71e7: Pull complete [2020-12-31T15:42:01.615Z] 6ca5941a6612: Pull complete [2020-12-31T15:42:02.227Z] ecc8261a40a4: Pull complete [2020-12-31T15:42:02.227Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-31T15:42:02.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-31T15:42:02.499Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-31T15:42:02.806Z] prd-centos7-docker-4c-2g-17906 does not seem to be running inside a container [2020-12-31T15:42:03.091Z] $ 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 [2020-12-31T15:42:05.899Z] $ docker top aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-31T15:42:06.294Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-31T15:42:06.294Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-31T15:42:06.680Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-31T15:42:06.687Z] $ docker exec aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d ssh-agent [2020-12-31T15:42:06.969Z] SSH_AUTH_SOCK=/tmp/ssh-L57fQJzqARhn/agent.12 [2020-12-31T15:42:06.969Z] SSH_AGENT_PID=17 [2020-12-31T15:42:06.988Z] Running ssh-add (command line suppressed) [2020-12-31T15:42:07.236Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6631216683639428046.key (/w/workspace/edgex-go/2@tmp/private_key_6631216683639428046.key) [2020-12-31T15:42:07.361Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-31T15:42:08.089Z] + git tag --points-at HEAD [Pipeline] } [2020-12-31T15:42:08.148Z] $ docker exec --env ******** --env ******** aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d ssh-agent -k [2020-12-31T15:42:08.398Z] unset SSH_AUTH_SOCK; [2020-12-31T15:42:08.398Z] unset SSH_AGENT_PID; [2020-12-31T15:42:08.399Z] echo Agent pid 17 killed; [2020-12-31T15:42:08.470Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-31T15:42:08.615Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-31T15:42:08.615Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-31T15:42:08.885Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-31T15:42:08.891Z] $ docker exec aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d ssh-agent [2020-12-31T15:42:09.157Z] SSH_AUTH_SOCK=/tmp/ssh-70wv8Z08dg7N/agent.46 [2020-12-31T15:42:09.158Z] SSH_AGENT_PID=52 [2020-12-31T15:42:09.166Z] Running ssh-add (command line suppressed) [2020-12-31T15:42:09.340Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4234628210217565357.key (/w/workspace/edgex-go/2@tmp/private_key_4234628210217565357.key) [2020-12-31T15:42:09.430Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-31T15:42:10.206Z] + git semver init [2020-12-31T15:42:10.207Z] # -> Open(): unable to determine branch for HEAD [2020-12-31T15:42:10.207Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-12-31T15:42:10.207Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-12-31T15:42:10.207Z] # $SEMVER_REMOTE_NAME = origin [2020-12-31T15:42:10.207Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-31T15:42:10.207Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-31T15:42:10.207Z] # $SEMVER_BRANCH = PR-2981 [2020-12-31T15:42:10.207Z] # $SEMVER_TEMP = /tmp/semver-590759381 [2020-12-31T15:42:10.207Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-31T15:42:42.812Z] # '/tmp/semver-590759381' -> '/w/workspace/edgex-go/2/.semver' [2020-12-31T15:42:42.812Z] # -> Force: false [2020-12-31T15:42:42.812Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-12-31T15:42:42.833Z] $ docker exec --env ******** --env ******** aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d ssh-agent -k [2020-12-31T15:42:43.257Z] unset SSH_AUTH_SOCK; [2020-12-31T15:42:43.258Z] unset SSH_AGENT_PID; [2020-12-31T15:42:43.258Z] echo Agent pid 52 killed; [2020-12-31T15:42:43.399Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-31T15:42:43.965Z] + git semver [Pipeline] } [2020-12-31T15:42:44.026Z] $ docker stop --time=1 aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d [2020-12-31T15:42:45.981Z] $ docker rm -f aaa7c8148c15fbf4a0944f75cadfcfb2d1bb9e9b30b45726a391affbf8318e9d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-31T15:42:46.640Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-31T15:42:47.389Z] Stashed 1 file(s) [Pipeline] echo [2020-12-31T15:42:47.392Z] [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 [2020-12-31T15:42:47.995Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17890 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws [2020-12-31T15:42:48.155Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-31T15:42:48.339Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-31T15:42:48.816Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-31T15:42:49.180Z] + true [2020-12-31T15:42:49.180Z] + sudo service docker restart [2020-12-31T15:42:49.180Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-31T15:42:50.213Z] ========================================================= [2020-12-31T15:42:50.213Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-31T15:42:50.213Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:42:50.653Z] + 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 . [2020-12-31T15:42:53.081Z] using credential edgex-jenkins-ssh [2020-12-31T15:42:53.188Z] Cloning the remote Git repository [2020-12-31T15:42:53.241Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-31T15:42:53.347Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-31T15:42:53.430Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T15:42:53.430Z] > git --version # timeout=10 [2020-12-31T15:42:53.461Z] > git --version # 'git version 2.17.1' [2020-12-31T15:42:53.463Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T15:42:53.550Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T15:42:57.511Z] Sending build context to Docker daemon 326.2MB [2020-12-31T15:42:57.511Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-31T15:42:57.511Z] Step 2/7 : FROM ${BASE} [2020-12-31T15:42:57.511Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-31T15:42:57.511Z] 188c0c94c7c5: Pulling fs layer [2020-12-31T15:42:57.511Z] 0ef7d3d256c8: Pulling fs layer [2020-12-31T15:42:57.511Z] de9db76c5a1d: Pulling fs layer [2020-12-31T15:42:57.511Z] bca2f99d35d6: Pulling fs layer [2020-12-31T15:42:57.511Z] 93359f2a8cfa: Pulling fs layer [2020-12-31T15:42:57.511Z] 7c6f9722023f: Pulling fs layer [2020-12-31T15:42:57.511Z] a35cf1a2eb13: Pulling fs layer [2020-12-31T15:42:57.511Z] 93359f2a8cfa: Waiting [2020-12-31T15:42:57.511Z] 7c6f9722023f: Waiting [2020-12-31T15:42:57.511Z] a35cf1a2eb13: Waiting [2020-12-31T15:42:57.511Z] bca2f99d35d6: Waiting [2020-12-31T15:42:57.511Z] de9db76c5a1d: Download complete [2020-12-31T15:42:57.511Z] 0ef7d3d256c8: Verifying Checksum [2020-12-31T15:42:57.511Z] 0ef7d3d256c8: Download complete [2020-12-31T15:42:57.511Z] 93359f2a8cfa: Verifying Checksum [2020-12-31T15:42:57.511Z] 93359f2a8cfa: Download complete [2020-12-31T15:42:57.511Z] 7c6f9722023f: Verifying Checksum [2020-12-31T15:42:57.511Z] 7c6f9722023f: Download complete [2020-12-31T15:42:58.950Z] 188c0c94c7c5: Download complete [2020-12-31T15:42:59.951Z] 188c0c94c7c5: Pull complete [2020-12-31T15:43:00.575Z] 0ef7d3d256c8: Pull complete [2020-12-31T15:43:00.856Z] de9db76c5a1d: Pull complete [2020-12-31T15:43:02.376Z] a35cf1a2eb13: Verifying Checksum [2020-12-31T15:43:02.376Z] a35cf1a2eb13: Download complete [2020-12-31T15:43:03.859Z] bca2f99d35d6: Verifying Checksum [2020-12-31T15:43:03.859Z] bca2f99d35d6: Download complete [2020-12-31T15:43:14.076Z] bca2f99d35d6: Pull complete [2020-12-31T15:43:14.076Z] 93359f2a8cfa: Pull complete [2020-12-31T15:43:14.076Z] 7c6f9722023f: Pull complete [2020-12-31T15:43:14.378Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T15:43:14.400Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T15:43:14.437Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T15:43:14.468Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T15:43:14.468Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T15:43:14.481Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-31T15:43:15.255Z] Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:43:15.669Z] Merge succeeded, producing a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:43:15.669Z] Checking out Revision a27ca56f5c99b230a218b9decb12d3e97b0beaba (PR-2981) [2020-12-31T15:43:15.275Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T15:43:15.290Z] > git checkout -f a27ca56f5c99b230a218b9decb12d3e97b0beaba # timeout=10 [2020-12-31T15:43:15.577Z] > git remote # timeout=10 [2020-12-31T15:43:15.596Z] > git config --get remote.origin.url # timeout=10 [2020-12-31T15:43:15.608Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T15:43:15.619Z] > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2020-12-31T15:43:15.654Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-31T15:43:15.676Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T15:43:15.686Z] > git checkout -f a27ca56f5c99b230a218b9decb12d3e97b0beaba # timeout=10 [2020-12-31T15:43:20.100Z] Commit message: "refactor: Adjust for removal of backward compatibility code" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-31T15:43:20.871Z] a35cf1a2eb13: Pull complete [2020-12-31T15:43:20.871Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-31T15:43:20.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-31T15:43:20.871Z] ---> a62c8e92a672 [2020-12-31T15:43:20.871Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-31T15:43:20.871Z] ---> Running in 2f8f9455c833 [2020-12-31T15:43:21.809Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-31T15:43:22.226Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-31T15:43:22.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:43:22.571Z] + sudo service docker restart [2020-12-31T15:43:22.571Z] + true [2020-12-31T15:43:23.312Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:43:23.914Z] (1/12) Installing libmagic (5.38-r0) [2020-12-31T15:43:24.511Z] (2/12) Installing file (5.38-r0) [2020-12-31T15:43:24.511Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-31T15:43:24.511Z] (4/12) Installing g++ (9.3.0-r2) [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-31T15:43:25.269Z] provisioning config files... [2020-12-31T15:43:25.361Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config8149636891312681048tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-31T15:43:25.772Z] ---> docker-login.sh [2020-12-31T15:43:25.772Z] nexus3.edgexfoundry.org:10001 [2020-12-31T15:43:26.755Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T15:43:27.027Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T15:43:27.027Z] Configure a credential helper to remove this warning. See [2020-12-31T15:43:27.027Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T15:43:27.027Z] [2020-12-31T15:43:27.027Z] Login Succeeded [2020-12-31T15:43:27.027Z] nexus3.edgexfoundry.org:10002 [2020-12-31T15:43:27.626Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T15:43:27.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T15:43:27.626Z] Configure a credential helper to remove this warning. See [2020-12-31T15:43:27.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T15:43:27.626Z] [2020-12-31T15:43:27.626Z] Login Succeeded [2020-12-31T15:43:27.626Z] nexus3.edgexfoundry.org:10003 [2020-12-31T15:43:28.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T15:43:28.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T15:43:28.222Z] Configure a credential helper to remove this warning. See [2020-12-31T15:43:28.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T15:43:28.222Z] [2020-12-31T15:43:28.222Z] Login Succeeded [2020-12-31T15:43:28.222Z] nexus3.edgexfoundry.org:10004 [2020-12-31T15:43:28.805Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-31T15:43:28.805Z] (6/12) Installing patch (2.7.6-r6) [2020-12-31T15:43:28.805Z] (7/12) Installing build-base (0.5-r2) [2020-12-31T15:43:28.815Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T15:43:28.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T15:43:28.816Z] Configure a credential helper to remove this warning. See [2020-12-31T15:43:28.816Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T15:43:28.816Z] [2020-12-31T15:43:28.816Z] Login Succeeded [2020-12-31T15:43:28.816Z] docker.io [2020-12-31T15:43:29.072Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-31T15:43:29.072Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-31T15:43:29.072Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-31T15:43:29.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-31T15:43:29.349Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-31T15:43:29.349Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-31T15:43:29.349Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T15:43:29.630Z] OK: 233 MiB in 51 packages [2020-12-31T15:43:29.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-31T15:43:29.687Z] Configure a credential helper to remove this warning. See [2020-12-31T15:43:29.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-31T15:43:29.687Z] [2020-12-31T15:43:29.687Z] Login Succeeded [2020-12-31T15:43:29.687Z] ---> docker-login.sh ends [Pipeline] } [2020-12-31T15:43:29.703Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-31T15:43:30.118Z] ========================================================= [2020-12-31T15:43:30.118Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-31T15:43:30.118Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:43:30.490Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-31T15:43:32.467Z] Sending build context to Docker daemon 165.4MB [2020-12-31T15:43:32.740Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-31T15:43:32.740Z] Step 2/7 : FROM ${BASE} [2020-12-31T15:43:32.740Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-31T15:43:32.740Z] 5f621e34cdf4: Pulling fs layer [2020-12-31T15:43:32.740Z] a4357932f1b6: Pulling fs layer [2020-12-31T15:43:32.740Z] 18c013af1878: Pulling fs layer [2020-12-31T15:43:32.740Z] 00ac8860ef70: Pulling fs layer [2020-12-31T15:43:32.740Z] 63d7cb157983: Pulling fs layer [2020-12-31T15:43:32.740Z] b116817d02f9: Pulling fs layer [2020-12-31T15:43:32.740Z] 745a02a5169b: Pulling fs layer [2020-12-31T15:43:32.740Z] 00ac8860ef70: Waiting [2020-12-31T15:43:32.740Z] 63d7cb157983: Waiting [2020-12-31T15:43:32.740Z] b116817d02f9: Waiting [2020-12-31T15:43:32.740Z] 745a02a5169b: Waiting [2020-12-31T15:43:32.740Z] 18c013af1878: Download complete [2020-12-31T15:43:32.740Z] a4357932f1b6: Verifying Checksum [2020-12-31T15:43:32.740Z] a4357932f1b6: Download complete [2020-12-31T15:43:32.740Z] 63d7cb157983: Download complete [2020-12-31T15:43:33.019Z] b116817d02f9: Verifying Checksum [2020-12-31T15:43:33.019Z] b116817d02f9: Download complete [2020-12-31T15:43:33.019Z] 5f621e34cdf4: Verifying Checksum [2020-12-31T15:43:33.019Z] 5f621e34cdf4: Download complete [2020-12-31T15:43:33.621Z] 5f621e34cdf4: Pull complete [2020-12-31T15:43:34.221Z] a4357932f1b6: Pull complete [2020-12-31T15:43:34.495Z] 18c013af1878: Pull complete [2020-12-31T15:43:35.508Z] 745a02a5169b: Verifying Checksum [2020-12-31T15:43:35.508Z] 745a02a5169b: Download complete [2020-12-31T15:43:36.373Z] Removing intermediate container 2f8f9455c833 [2020-12-31T15:43:36.373Z] ---> 273d7d1abff6 [2020-12-31T15:43:36.373Z] Step 4/7 : WORKDIR /edgex-go [2020-12-31T15:43:36.373Z] ---> Running in 5a42f7b64764 [2020-12-31T15:43:36.373Z] Removing intermediate container 5a42f7b64764 [2020-12-31T15:43:36.373Z] ---> d9073e9d4849 [2020-12-31T15:43:36.373Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-31T15:43:36.373Z] latest: Pulling from library/docker [2020-12-31T15:43:36.640Z] 801bfaa63ef2: Pulling fs layer [2020-12-31T15:43:36.640Z] 4f7dc993c79e: Pulling fs layer [2020-12-31T15:43:36.640Z] d39d95e4997f: Pulling fs layer [2020-12-31T15:43:36.640Z] 1cda4b703d87: Pulling fs layer [2020-12-31T15:43:36.640Z] 54e5375350ea: Pulling fs layer [2020-12-31T15:43:36.640Z] f08cd1b3bb1b: Pulling fs layer [2020-12-31T15:43:36.640Z] 8e17d04e0c68: Pulling fs layer [2020-12-31T15:43:36.640Z] 54e5375350ea: Waiting [2020-12-31T15:43:36.640Z] f08cd1b3bb1b: Waiting [2020-12-31T15:43:36.640Z] 8e17d04e0c68: Waiting [2020-12-31T15:43:36.640Z] 1cda4b703d87: Waiting [2020-12-31T15:43:36.640Z] d39d95e4997f: Verifying Checksum [2020-12-31T15:43:36.640Z] d39d95e4997f: Download complete [2020-12-31T15:43:36.948Z] 00ac8860ef70: Download complete [2020-12-31T15:43:37.273Z] 4f7dc993c79e: Verifying Checksum [2020-12-31T15:43:37.273Z] 4f7dc993c79e: Download complete [2020-12-31T15:43:37.273Z] 801bfaa63ef2: Verifying Checksum [2020-12-31T15:43:37.273Z] 801bfaa63ef2: Download complete [2020-12-31T15:43:37.273Z] 54e5375350ea: Verifying Checksum [2020-12-31T15:43:37.273Z] 54e5375350ea: Download complete [2020-12-31T15:43:37.273Z] f08cd1b3bb1b: Verifying Checksum [2020-12-31T15:43:37.273Z] 8e17d04e0c68: Verifying Checksum [2020-12-31T15:43:37.273Z] 8e17d04e0c68: Download complete [2020-12-31T15:43:37.602Z] 801bfaa63ef2: Pull complete [2020-12-31T15:43:38.707Z] 4f7dc993c79e: Pull complete [2020-12-31T15:43:38.707Z] 1cda4b703d87: Verifying Checksum [2020-12-31T15:43:38.707Z] 1cda4b703d87: Download complete [2020-12-31T15:43:38.707Z] d39d95e4997f: Pull complete [2020-12-31T15:43:44.196Z] 1cda4b703d87: Pull complete [2020-12-31T15:43:44.196Z] 54e5375350ea: Pull complete [2020-12-31T15:43:44.464Z] f08cd1b3bb1b: Pull complete [2020-12-31T15:43:44.738Z] 8e17d04e0c68: Pull complete [2020-12-31T15:43:44.738Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-31T15:43:44.738Z] Status: Downloaded newer image for docker:latest [2020-12-31T15:43:47.103Z] 00ac8860ef70: Pull complete [2020-12-31T15:43:47.375Z] 63d7cb157983: Pull complete [2020-12-31T15:43:47.649Z] b116817d02f9: Pull complete [2020-12-31T15:43:49.086Z] ---> 5cc564c7e143 [2020-12-31T15:43:49.086Z] Step 6/7 : COPY go.mod . [2020-12-31T15:43:49.695Z] ---> a911a998993a [2020-12-31T15:43:49.695Z] Step 7/7 : RUN go mod download [2020-12-31T15:43:49.695Z] ---> Running in 0e7a11e0a32d [2020-12-31T15:43:51.961Z] 745a02a5169b: Pull complete [2020-12-31T15:43:51.961Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-31T15:43:51.961Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-31T15:43:51.961Z] ---> b7e6874047d6 [2020-12-31T15:43:51.961Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-31T15:43:55.349Z] ---> Running in 35134e347fcf [2020-12-31T15:43:56.327Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:43:57.299Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:43:57.890Z] (1/12) Installing libmagic (5.38-r0) [2020-12-31T15:43:58.161Z] (2/12) Installing file (5.38-r0) [2020-12-31T15:43:58.161Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-31T15:43:58.161Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-31T15:44:03.544Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-31T15:44:03.814Z] (6/12) Installing patch (2.7.6-r6) [2020-12-31T15:44:03.814Z] (7/12) Installing build-base (0.5-r2) [2020-12-31T15:44:03.814Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-31T15:44:04.084Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-31T15:44:04.084Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-31T15:44:04.361Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-31T15:44:04.361Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-31T15:44:04.361Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T15:44:04.361Z] OK: 217 MiB in 51 packages [2020-12-31T15:44:08.668Z] Removing intermediate container 35134e347fcf [2020-12-31T15:44:08.668Z] ---> 9c05413ab42c [2020-12-31T15:44:08.668Z] Step 4/7 : WORKDIR /edgex-go [2020-12-31T15:44:08.668Z] ---> Running in 43a1c6c80e6b [2020-12-31T15:44:09.263Z] Removing intermediate container 43a1c6c80e6b [2020-12-31T15:44:09.263Z] ---> 9a6acf6322e2 [2020-12-31T15:44:09.263Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-31T15:44:09.534Z] latest: Pulling from library/docker [2020-12-31T15:44:11.500Z] 159e5727ea61: Pulling fs layer [2020-12-31T15:44:11.500Z] 687389c36290: Pulling fs layer [2020-12-31T15:44:11.500Z] 94e28978939c: Pulling fs layer [2020-12-31T15:44:11.500Z] ea42096754a7: Pulling fs layer [2020-12-31T15:44:11.500Z] bd61cee6920e: Pulling fs layer [2020-12-31T15:44:11.500Z] 87c4ece4675c: Pulling fs layer [2020-12-31T15:44:11.500Z] 90ca8b2ff088: Pulling fs layer [2020-12-31T15:44:11.500Z] ea42096754a7: Waiting [2020-12-31T15:44:11.500Z] bd61cee6920e: Waiting [2020-12-31T15:44:11.500Z] 87c4ece4675c: Waiting [2020-12-31T15:44:11.500Z] 90ca8b2ff088: Waiting [2020-12-31T15:44:11.500Z] 94e28978939c: Verifying Checksum [2020-12-31T15:44:11.500Z] 94e28978939c: Download complete [2020-12-31T15:44:11.500Z] 159e5727ea61: Verifying Checksum [2020-12-31T15:44:11.500Z] 159e5727ea61: Download complete [2020-12-31T15:44:11.500Z] 687389c36290: Verifying Checksum [2020-12-31T15:44:11.500Z] 687389c36290: Download complete [2020-12-31T15:44:11.773Z] bd61cee6920e: Verifying Checksum [2020-12-31T15:44:11.773Z] bd61cee6920e: Download complete [2020-12-31T15:44:11.773Z] 87c4ece4675c: Verifying Checksum [2020-12-31T15:44:11.773Z] 87c4ece4675c: Download complete [2020-12-31T15:44:11.773Z] 90ca8b2ff088: Verifying Checksum [2020-12-31T15:44:11.773Z] 90ca8b2ff088: Download complete [2020-12-31T15:44:12.377Z] 159e5727ea61: Pull complete [2020-12-31T15:44:12.982Z] 687389c36290: Pull complete [2020-12-31T15:44:13.255Z] ea42096754a7: Verifying Checksum [2020-12-31T15:44:13.255Z] ea42096754a7: Download complete [2020-12-31T15:44:13.529Z] 94e28978939c: Pull complete [2020-12-31T15:44:17.840Z] ea42096754a7: Pull complete [2020-12-31T15:44:17.840Z] bd61cee6920e: Pull complete [2020-12-31T15:44:17.840Z] 87c4ece4675c: Pull complete [2020-12-31T15:44:18.118Z] 90ca8b2ff088: Pull complete [2020-12-31T15:44:18.118Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-31T15:44:18.118Z] Status: Downloaded newer image for docker:latest [2020-12-31T15:44:22.139Z] Removing intermediate container 0e7a11e0a32d [2020-12-31T15:44:22.139Z] ---> 9e4e433bcad4 [2020-12-31T15:44:22.139Z] Successfully built 9e4e433bcad4 [2020-12-31T15:44:22.139Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:44:22.433Z] ---> 7f277262b583 [2020-12-31T15:44:22.433Z] Step 6/7 : COPY go.mod . [2020-12-31T15:44:22.433Z] ---> 4ce1810182dc [2020-12-31T15:44:22.433Z] Step 7/7 : RUN go mod download [2020-12-31T15:44:22.506Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-31T15:44:22.706Z] ---> Running in 0fce9f9128f4 [2020-12-31T15:44:22.782Z] . [Pipeline] withDockerContainer [2020-12-31T15:44:23.021Z] prd-centos7-docker-4c-2g-17906 does not seem to be running inside a container [2020-12-31T15:44:23.137Z] $ 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 [2020-12-31T15:44:24.730Z] $ docker top 9c95c40e39db53b7a1c23319c9c5d8eb7cb2d5ab032e437826fb6846cd0037ae -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T15:44:25.485Z] + go version [2020-12-31T15:44:25.759Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-31T15:44:25.777Z] $ docker stop --time=1 9c95c40e39db53b7a1c23319c9c5d8eb7cb2d5ab032e437826fb6846cd0037ae [2020-12-31T15:44:27.444Z] $ docker rm -f 9c95c40e39db53b7a1c23319c9c5d8eb7cb2d5ab032e437826fb6846cd0037ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:44:28.453Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-31T15:44:28.454Z] . [Pipeline] withDockerContainer [2020-12-31T15:44:28.769Z] prd-centos7-docker-4c-2g-17906 does not seem to be running inside a container [2020-12-31T15:44:28.902Z] $ 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 [2020-12-31T15:44:33.111Z] $ docker top 66cf865afcdfaa465bf182a9ebd0b6c38b7c02a64d8c52e61c91d5bc7699ef52 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-31T15:44:33.429Z] ========================================================= [2020-12-31T15:44:33.429Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-31T15:44:33.429Z] ========================================================= [Pipeline] sh [2020-12-31T15:44:34.055Z] + make test [2020-12-31T15:44:34.055Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-31T15:44:49.291Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-31T15:44:49.506Z] Removing intermediate container 0fce9f9128f4 [2020-12-31T15:44:49.506Z] ---> 301043219a9c [2020-12-31T15:44:49.506Z] Successfully built 301043219a9c [2020-12-31T15:44:49.506Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:44:49.872Z] + docker inspect -f . ci-base-image-arm64 [2020-12-31T15:44:49.873Z] . [Pipeline] withDockerContainer [2020-12-31T15:44:50.131Z] prd-ubuntu18.04-docker-arm64-4c-16g-17890 does not seem to be running inside a container [2020-12-31T15:44:50.210Z] $ 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-arm64 cat [2020-12-31T15:44:51.613Z] $ docker top 2809a4bb8a1bf78acf3a9237ac551d9a04f6b060e5f9e969bb01c4e38cf2b764 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T15:44:52.591Z] + go version [2020-12-31T15:44:52.591Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-31T15:44:52.622Z] $ docker stop --time=1 2809a4bb8a1bf78acf3a9237ac551d9a04f6b060e5f9e969bb01c4e38cf2b764 [2020-12-31T15:44:54.465Z] $ docker rm -f 2809a4bb8a1bf78acf3a9237ac551d9a04f6b060e5f9e969bb01c4e38cf2b764 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:44:55.502Z] + docker inspect -f . ci-base-image-arm64 [2020-12-31T15:44:55.502Z] . [Pipeline] withDockerContainer [2020-12-31T15:44:55.760Z] prd-ubuntu18.04-docker-arm64-4c-16g-17890 does not seem to be running inside a container [2020-12-31T15:44:55.843Z] $ 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-arm64 cat [2020-12-31T15:44:57.194Z] $ docker top 98d31576820560b3390f22d3035c28ca52adb5d8006c5ea197edb2b47c94527e -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-31T15:44:57.579Z] ========================================================= [2020-12-31T15:44:57.579Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-31T15:44:57.579Z] ========================================================= [Pipeline] sh [2020-12-31T15:44:58.220Z] + make test [2020-12-31T15:44:58.220Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-31T15:45:17.818Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-31T15:45:20.417Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-31T15:45:28.297Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-31T15:45:28.297Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-31T15:45:28.297Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-31T15:45:28.297Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-31T15:45:28.297Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-31T15:45:28.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-31T15:45:29.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-31T15:45:30.246Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-31T15:45:31.775Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-31T15:45:34.463Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-31T15:45:34.463Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-31T15:45:34.463Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-31T15:45:38.962Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.304s coverage: 46.6% of statements [2020-12-31T15:45:38.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-31T15:45:38.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-31T15:45:38.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-31T15:45:38.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-31T15:45:38.962Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-31T15:45:44.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.411s coverage: 27.0% of statements [2020-12-31T15:45:44.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-31T15:45:44.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-31T15:45:44.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-31T15:45:44.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-31T15:45:44.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-31T15:45:44.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-31T15:45:44.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.106s coverage: 100.0% of statements [2020-12-31T15:45:44.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-31T15:45:44.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.082s coverage: 100.0% of statements [2020-12-31T15:45:44.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-31T15:45:44.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-31T15:45:44.634Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.159s coverage: 73.7% of statements [2020-12-31T15:45:44.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-31T15:45:44.634Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-31T15:45:45.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.591s coverage: 83.3% of statements [2020-12-31T15:45:45.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-31T15:45:45.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T15:45:45.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-31T15:45:45.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-31T15:45:49.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.025s coverage: 28.6% of statements [2020-12-31T15:45:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-31T15:45:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-31T15:45:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-31T15:45:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-31T15:45:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-31T15:45:49.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.177s coverage: 100.0% of statements [2020-12-31T15:45:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-31T15:45:49.374Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements [2020-12-31T15:45:49.374Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-31T15:45:50.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.383s coverage: 86.7% of statements [2020-12-31T15:45:50.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-31T15:45:50.525Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.262s coverage: 97.5% of statements [2020-12-31T15:45:50.525Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-31T15:45:50.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.115s coverage: 78.3% of statements [2020-12-31T15:45:50.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-31T15:45:50.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-31T15:45:50.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-31T15:45:50.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-31T15:45:55.454Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.728s coverage: 93.8% of statements [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-31T15:45:55.454Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.091s coverage: 58.8% of statements [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-31T15:45:55.454Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.098s coverage: 0.1% of statements [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-31T15:45:55.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.073s coverage: 100.0% of statements [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-31T15:45:55.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.162s coverage: 75.5% of statements [2020-12-31T15:45:55.454Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-31T15:45:55.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements [2020-12-31T15:45:55.454Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.155s coverage: 87.2% of statements [2020-12-31T15:45:56.956Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.096s coverage: 84.2% of statements [2020-12-31T15:45:56.956Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.185s coverage: 91.4% of statements [2020-12-31T15:45:56.956Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-31T15:45:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.421s coverage: 63.5% of statements [2020-12-31T15:45:59.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-31T15:45:59.069Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-31T15:45:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.108s coverage: 100.0% of statements [2020-12-31T15:45:59.069Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2020-12-31T15:45:59.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.062s coverage: 100.0% of statements [2020-12-31T15:45:59.488Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-31T15:46:00.091Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.294s coverage: 73.7% of statements [2020-12-31T15:46:00.445Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.070s coverage: 100.0% of statements [2020-12-31T15:46:04.432Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.845s coverage: 55.9% of statements [2020-12-31T15:46:04.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-31T15:46:04.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-31T15:46:04.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-31T15:46:04.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-31T15:46:04.433Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-31T15:46:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.318s coverage: 37.0% of statements [2020-12-31T15:46:05.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-31T15:46:05.112Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-31T15:46:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.762s coverage: 84.0% of statements [2020-12-31T15:46:05.112Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.108s coverage: 100.0% of statements [2020-12-31T15:46:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.252s coverage: 47.1% of statements [2020-12-31T15:46:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-31T15:46:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-31T15:46:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-31T15:46:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-31T15:46:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-31T15:46:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements [2020-12-31T15:46:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-31T15:46:09.774Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.055s coverage: 100.0% of statements [2020-12-31T15:46:09.774Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-31T15:46:11.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.045s coverage: 29.1% of statements [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-31T15:46:11.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-31T15:46:11.830Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.114s coverage: 100.0% of statements [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-31T15:46:11.830Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.057s coverage: 0.0% of statements [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-31T15:46:11.830Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.060s coverage: 100.0% of statements [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-31T15:46:11.830Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.065s coverage: 87.9% of statements [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-31T15:46:11.830Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-31T15:46:12.431Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2020-12-31T15:46:12.703Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements [2020-12-31T15:46:12.981Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.115s coverage: 100.0% of statements [2020-12-31T15:46:13.593Z] GO111MODULE=on go vet ./... [2020-12-31T15:46:21.728Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-31T15:46:21.728Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-31T15:46:21.728Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-31T15:46:21.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-31T15:46:21.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-31T15:46:21.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-31T15:46:21.728Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-31T15:46:21.728Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-31T15:46:21.728Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-31T15:46:25.117Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-31T15:46:25.117Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-31T15:46:25.117Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-31T15:46:31.875Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.214s coverage: 46.6% of statements [2020-12-31T15:46:31.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-31T15:46:31.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-31T15:46:31.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-31T15:46:31.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-31T15:46:31.875Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-31T15:46:38.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.546s coverage: 27.0% of statements [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-31T15:46:38.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.072s coverage: 100.0% of statements [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-31T15:46:38.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-31T15:46:38.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.552s coverage: 74.4% of statements [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-31T15:46:38.591Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.654s coverage: 83.3% of statements [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-31T15:46:38.591Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-31T15:46:46.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.139s coverage: 28.6% of statements [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-31T15:46:46.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.156s coverage: 100.0% of statements [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-31T15:46:46.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.141s coverage: 100.0% of statements [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-31T15:46:46.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.314s coverage: 86.7% of statements [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-31T15:46:46.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.323s coverage: 97.5% of statements [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-31T15:46:46.915Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.160s coverage: 78.3% of statements [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-31T15:46:46.915Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-31T15:46:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.032s coverage: 93.8% of statements [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-31T15:46:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-31T15:46:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.172s coverage: 0.1% of statements [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-31T15:46:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.075s coverage: 100.0% of statements [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-31T15:46:53.647Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.103s coverage: 75.5% of statements [2020-12-31T15:46:53.647Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-31T15:46:54.626Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.8% of statements [2020-12-31T15:46:54.901Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.167s coverage: 87.2% of statements [2020-12-31T15:46:55.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.152s coverage: 84.2% of statements [2020-12-31T15:46:57.872Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.190s coverage: 91.4% of statements [2020-12-31T15:46:57.872Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-31T15:47:00.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.696s coverage: 63.5% of statements [2020-12-31T15:47:00.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-31T15:47:00.509Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-31T15:47:00.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2020-12-31T15:47:00.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.080s coverage: 91.3% of statements [2020-12-31T15:47:00.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.060s coverage: 100.0% of statements [2020-12-31T15:47:00.509Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.070s coverage: 73.7% of statements [2020-12-31T15:47:01.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.060s coverage: 100.0% of statements [2020-12-31T15:47:07.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.900s coverage: 55.9% of statements [2020-12-31T15:47:07.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-31T15:47:07.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-31T15:47:07.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-31T15:47:07.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-31T15:47:07.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-31T15:47:07.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.381s coverage: 37.0% of statements [2020-12-31T15:47:07.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-31T15:47:07.484Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-31T15:47:07.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.741s coverage: 84.0% of statements [2020-12-31T15:47:07.484Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.078s coverage: 100.0% of statements [2020-12-31T15:47:11.030Z] gofmt -l . [2020-12-31T15:47:11.030Z] [ "`gofmt -l .`" = "" ] [2020-12-31T15:47:11.030Z] ./bin/test-go-mod-tidy.sh [2020-12-31T15:47:11.030Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-31T15:47:11.822Z] + ls -al . [2020-12-31T15:47:11.822Z] total 636 [2020-12-31T15:47:11.832Z] drwxrwxr-x 10 1001 1001 4096 Dec 31 15:47 . [2020-12-31T15:47:11.832Z] drwxr-xr-x 4 root root 28 Dec 31 15:44 .. [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 11 Dec 31 15:41 .dockerignore [2020-12-31T15:47:11.832Z] drwxrwxr-x 8 1001 1001 179 Dec 31 15:41 .git [2020-12-31T15:47:11.832Z] drwxrwxr-x 3 1001 1001 125 Dec 31 15:41 .github [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 824 Dec 31 15:41 .gitignore [2020-12-31T15:47:11.832Z] drwx------ 3 1001 1001 47 Dec 31 15:42 .semver [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 166 Dec 31 15:41 .sonarcloud.properties [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 3804 Dec 31 15:41 CONTRIBUTING.md [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 1035 Dec 31 15:41 Dockerfile.build [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 863 Dec 31 15:41 Jenkinsfile [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 10775 Dec 31 15:41 LICENSE [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 5750 Dec 31 15:41 Makefile [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 6511 Dec 31 15:41 README.md [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 6744 Dec 31 15:41 SECURITY.md [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 5 Dec 31 15:42 VERSION [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 4131 Dec 31 15:41 ZMQWindows.md [2020-12-31T15:47:11.832Z] drwxrwxr-x 2 1001 1001 117 Dec 31 15:41 bin [2020-12-31T15:47:11.832Z] drwxrwxr-x 14 1001 1001 4096 Dec 31 15:41 cmd [2020-12-31T15:47:11.832Z] -rw-r--r-- 1 root root 537189 Dec 31 15:46 coverage.out [2020-12-31T15:47:11.832Z] -rw-r--r-- 1 root root 979 Dec 31 15:47 go.mod [2020-12-31T15:47:11.832Z] -rw-r--r-- 1 root root 18739 Dec 31 15:47 go.sum [2020-12-31T15:47:11.832Z] drwxrwxr-x 8 1001 1001 127 Dec 31 15:41 internal [2020-12-31T15:47:11.832Z] drwxrwxr-x 4 1001 1001 26 Dec 31 15:41 openapi [2020-12-31T15:47:11.832Z] drwxrwxr-x 4 1001 1001 71 Dec 31 15:41 snap [2020-12-31T15:47:11.832Z] -rw-rw-r-- 1 1001 1001 168 Dec 31 15:41 version.go [Pipeline] sh [2020-12-31T15:47:12.486Z] + '[' -e coverage.out ] [2020-12-31T15:47:12.486Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-31T15:47:12.815Z] Stashed 1 file(s) [Pipeline] sh [2020-12-31T15:47:13.134Z] + make build [2020-12-31T15:47:13.134Z] 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 [2020-12-31T15:47:15.797Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.374s coverage: 47.1% of statements [2020-12-31T15:47:15.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-31T15:47:15.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-31T15:47:15.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-31T15:47:15.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-31T15:47:15.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-31T15:47:15.797Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements [2020-12-31T15:47:15.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-31T15:47:15.797Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements [2020-12-31T15:47:15.797Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-31T15:47:18.409Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.941s coverage: 29.1% of statements [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-31T15:47:18.409Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.208s coverage: 99.0% of statements [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-31T15:47:18.409Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.143s coverage: 100.0% of statements [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-31T15:47:18.409Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-31T15:47:18.409Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.075s coverage: 100.0% of statements [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-31T15:47:18.409Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.097s coverage: 87.9% of statements [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-31T15:47:18.409Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-31T15:47:19.392Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements [2020-12-31T15:47:19.662Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2020-12-31T15:47:19.860Z] 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 [2020-12-31T15:47:20.637Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-31T15:47:21.609Z] GO111MODULE=on go vet ./... [2020-12-31T15:47:38.347Z] 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 [2020-12-31T15:47:38.622Z] 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 [2020-12-31T15:47:41.399Z] 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 [2020-12-31T15:47:42.416Z] 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 [2020-12-31T15:47:46.011Z] 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 [2020-12-31T15:47:49.525Z] 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 [2020-12-31T15:47:51.515Z] 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 [2020-12-31T15:47:54.225Z] 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 [2020-12-31T15:47:56.914Z] 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 [2020-12-31T15:47:59.622Z] 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] } [2020-12-31T15:48:01.720Z] $ docker stop --time=1 66cf865afcdfaa465bf182a9ebd0b6c38b7c02a64d8c52e61c91d5bc7699ef52 [2020-12-31T15:48:04.300Z] $ docker rm -f 66cf865afcdfaa465bf182a9ebd0b6c38b7c02a64d8c52e61c91d5bc7699ef52 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:48:09.929Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T15:48:10.202Z] [2020-12-31T15:48:10.202Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:48:10.983Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T15:48:11.330Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-31T15:48:11.330Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-31T15:48:11.330Z] ca9280d653b3: Pulling fs layer [2020-12-31T15:48:11.330Z] 7e9c9ca2126c: Pulling fs layer [2020-12-31T15:48:12.083Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-31T15:48:12.083Z] cbdbe7a5bc2a: Download complete [2020-12-31T15:48:12.770Z] ca9280d653b3: Download complete [2020-12-31T15:48:12.770Z] cbdbe7a5bc2a: Pull complete [2020-12-31T15:48:14.823Z] ca9280d653b3: Pull complete [2020-12-31T15:48:15.091Z] 7e9c9ca2126c: Verifying Checksum [2020-12-31T15:48:15.091Z] 7e9c9ca2126c: Download complete [2020-12-31T15:48:25.322Z] 7e9c9ca2126c: Pull complete [2020-12-31T15:48:25.322Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-31T15:48:25.322Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T15:48:25.322Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-31T15:48:25.678Z] prd-centos7-docker-4c-2g-17906 does not seem to be running inside a container [2020-12-31T15:48:25.755Z] $ 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 [2020-12-31T15:48:28.891Z] $ docker top 3198f163433ddd492ea89284d3320ae4d4d82ed288ce326b233510eb25792c0b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T15:48:29.988Z] + docker-compose build --help [2020-12-31T15:48:29.988Z] + grep parallel [2020-12-31T15:48:30.411Z] gofmt -l . [2020-12-31T15:48:30.411Z] [ "`gofmt -l .`" = "" ] [2020-12-31T15:48:30.411Z] ./bin/test-go-mod-tidy.sh [2020-12-31T15:48:30.411Z] ./bin/test-attribution-txt.sh [2020-12-31T15:48:31.451Z] --parallel Build images in parallel. [Pipeline] } [2020-12-31T15:48:31.474Z] $ docker stop --time=1 3198f163433ddd492ea89284d3320ae4d4d82ed288ce326b233510eb25792c0b [2020-12-31T15:48:33.200Z] $ docker rm -f 3198f163433ddd492ea89284d3320ae4d4d82ed288ce326b233510eb25792c0b [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:48:33.754Z] + ls -al . [2020-12-31T15:48:33.754Z] total 664 [2020-12-31T15:48:33.771Z] drwxrwxr-x 9 1001 1001 4096 Dec 31 15:48 . [2020-12-31T15:48:33.771Z] drwxr-xr-x 4 root root 4096 Dec 31 15:44 .. [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 11 Dec 31 15:43 .dockerignore [2020-12-31T15:48:33.771Z] drwxrwxr-x 8 1001 1001 4096 Dec 31 15:43 .git [2020-12-31T15:48:33.771Z] drwxrwxr-x 3 1001 1001 4096 Dec 31 15:43 .github [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 824 Dec 31 15:43 .gitignore [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 166 Dec 31 15:43 .sonarcloud.properties [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 3804 Dec 31 15:43 CONTRIBUTING.md [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 1035 Dec 31 15:43 Dockerfile.build [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 863 Dec 31 15:43 Jenkinsfile [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 10775 Dec 31 15:43 LICENSE [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 5750 Dec 31 15:43 Makefile [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 6511 Dec 31 15:43 README.md [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 6744 Dec 31 15:43 SECURITY.md [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 5 Dec 31 15:42 VERSION [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 4131 Dec 31 15:43 ZMQWindows.md [2020-12-31T15:48:33.771Z] drwxrwxr-x 2 1001 1001 4096 Dec 31 15:43 bin [2020-12-31T15:48:33.771Z] drwxrwxr-x 14 1001 1001 4096 Dec 31 15:43 cmd [2020-12-31T15:48:33.771Z] -rw-r--r-- 1 root root 537189 Dec 31 15:47 coverage.out [2020-12-31T15:48:33.771Z] -rw-r--r-- 1 root root 979 Dec 31 15:48 go.mod [2020-12-31T15:48:33.771Z] -rw-r--r-- 1 root root 18739 Dec 31 15:48 go.sum [2020-12-31T15:48:33.771Z] drwxrwxr-x 8 1001 1001 4096 Dec 31 15:43 internal [2020-12-31T15:48:33.771Z] drwxrwxr-x 4 1001 1001 4096 Dec 31 15:43 openapi [2020-12-31T15:48:33.771Z] drwxrwxr-x 4 1001 1001 4096 Dec 31 15:43 snap [2020-12-31T15:48:33.771Z] -rw-rw-r-- 1 1001 1001 168 Dec 31 15:43 version.go [Pipeline] sh [2020-12-31T15:48:34.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-31T15:48:34.040Z] . [Pipeline] withDockerContainer [2020-12-31T15:48:34.227Z] prd-centos7-docker-4c-2g-17906 does not seem to be running inside a container [2020-12-31T15:48:34.312Z] $ 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 [2020-12-31T15:48:34.503Z] + '[' -e coverage.out ] [2020-12-31T15:48:34.503Z] + chown 1001:1001 coverage.out [2020-12-31T15:48:35.824Z] $ docker top 666d255c5fd7f513f88a30fe7ac9f9c6946ebfa016108d7a06ff07fc2cd9ab32 -eo pid,comm [Pipeline] { [Pipeline] stash [2020-12-31T15:48:36.179Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] sh [2020-12-31T15:48:36.553Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-31T15:48:37.467Z] Stashed 1 file(s) [Pipeline] sh [2020-12-31T15:48:38.032Z] Building docker-core-command-go ... [2020-12-31T15:48:38.032Z] Building docker-core-data-go ... [2020-12-31T15:48:38.032Z] Building docker-core-metadata-go ... [2020-12-31T15:48:38.032Z] Building docker-security-bootstrap-redis-go ... [2020-12-31T15:48:38.032Z] Building docker-security-proxy-setup-go ... [2020-12-31T15:48:38.032Z] Building docker-security-secretstore-setup-go ... [2020-12-31T15:48:38.032Z] Building docker-support-notifications-go ... [2020-12-31T15:48:38.032Z] Building docker-support-scheduler-go ... [2020-12-31T15:48:38.032Z] Building docker-sys-mgmt-agent-go ... [2020-12-31T15:48:38.032Z] Building docker-core-data-go [2020-12-31T15:48:38.032Z] Building docker-security-bootstrap-redis-go [2020-12-31T15:48:38.032Z] Building docker-security-secretstore-setup-go [2020-12-31T15:48:38.032Z] Building docker-security-proxy-setup-go [2020-12-31T15:48:38.032Z] Building docker-core-metadata-go [2020-12-31T15:48:38.109Z] + make build [2020-12-31T15:48:38.110Z] 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 [2020-12-31T15:48:48.244Z] 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 [2020-12-31T15:49:10.405Z] 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 [2020-12-31T15:49:14.709Z] 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 [2020-12-31T15:49:20.088Z] 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 [2020-12-31T15:49:20.675Z] 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 [2020-12-31T15:49:24.984Z] 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 [2020-12-31T15:49:29.276Z] 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 [2020-12-31T15:49:34.661Z] 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 [2020-12-31T15:49:35.185Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:49:35.185Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:49:35.185Z] ---> 9e4e433bcad4 [2020-12-31T15:49:35.185Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T15:49:35.185Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:49:35.185Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:49:35.185Z] ---> 9e4e433bcad4 [2020-12-31T15:49:35.185Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T15:49:35.185Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:49:35.185Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:49:35.185Z] ---> 9e4e433bcad4 [2020-12-31T15:49:35.185Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T15:49:35.185Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:49:35.185Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:49:35.185Z] ---> 9e4e433bcad4 [2020-12-31T15:49:35.185Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T15:49:35.185Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:49:35.185Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:49:35.185Z] ---> 9e4e433bcad4 [2020-12-31T15:49:35.185Z] Step 3/23 : WORKDIR /edgex-go [2020-12-31T15:49:35.185Z] ---> Running in 4b7c32e5a4a1 [2020-12-31T15:49:35.185Z] ---> Running in 6128b6478428 [2020-12-31T15:49:35.185Z] ---> Running in bd23f5315431 [2020-12-31T15:49:35.185Z] ---> Running in 682eb91b2456 [2020-12-31T15:49:35.185Z] ---> Running in 2f5d5c1f2815 [2020-12-31T15:49:35.185Z] Removing intermediate container 682eb91b2456 [2020-12-31T15:49:35.185Z] ---> 1a4bdbbcc3a6 [2020-12-31T15:49:35.185Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:49:35.185Z] Removing intermediate container 6128b6478428 [2020-12-31T15:49:35.185Z] ---> 3289918bf187 [2020-12-31T15:49:35.185Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:49:35.185Z] Removing intermediate container bd23f5315431 [2020-12-31T15:49:35.185Z] ---> 86198047d430 [2020-12-31T15:49:35.185Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:49:35.185Z] Removing intermediate container 4b7c32e5a4a1 [2020-12-31T15:49:35.185Z] ---> 96e0f864d284 [2020-12-31T15:49:35.185Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:49:35.185Z] Removing intermediate container 2f5d5c1f2815 [2020-12-31T15:49:35.185Z] ---> 0d029cb5d35b [2020-12-31T15:49:35.185Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:49:35.185Z] ---> Running in 4922e9e127df [2020-12-31T15:49:35.185Z] ---> Running in f2a34bd5977d [2020-12-31T15:49:35.185Z] ---> Running in 08054e311522 [2020-12-31T15:49:35.185Z] ---> Running in 695f70116835 [2020-12-31T15:49:35.185Z] ---> Running in 805bb8086ddd [2020-12-31T15:49:37.855Z] Removing intermediate container 4922e9e127df [2020-12-31T15:49:37.855Z] ---> 55406eb4bcc8 [2020-12-31T15:49:37.855Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T15:49:38.043Z] 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 [2020-12-31T15:49:38.121Z] ---> Running in b9d99f1c5ca8 [2020-12-31T15:49:38.121Z] Removing intermediate container f2a34bd5977d [2020-12-31T15:49:38.121Z] ---> 0aa695c8807f [2020-12-31T15:49:38.121Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T15:49:38.391Z] Removing intermediate container 695f70116835 [2020-12-31T15:49:38.391Z] ---> a3b706165378 [2020-12-31T15:49:38.391Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T15:49:38.391Z] Removing intermediate container 08054e311522 [2020-12-31T15:49:38.391Z] ---> 59c362afbc9f [2020-12-31T15:49:38.391Z] Step 5/24 : RUN apk update && apk add make git [2020-12-31T15:49:38.391Z] ---> Running in 785a4b69f269 [2020-12-31T15:49:38.391Z] ---> Running in 1a57cc63f8d7 [2020-12-31T15:49:38.681Z] ---> Running in b97da58b9ea8 [2020-12-31T15:49:38.681Z] Removing intermediate container 805bb8086ddd [2020-12-31T15:49:38.681Z] ---> 7887bcdda4de [2020-12-31T15:49:38.681Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-31T15:49:38.992Z] ---> Running in ad5314a18a74 [2020-12-31T15:49:40.078Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:49:40.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:49:40.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:49:40.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:49:40.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:49:40.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:49:40.893Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:49:41.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:49:41.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:49:41.421Z] 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 [2020-12-31T15:49:41.490Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:49:41.490Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:49:41.490Z] OK: 12750 distinct packages available [2020-12-31T15:49:41.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:49:41.778Z] OK: 233 MiB in 51 packages [2020-12-31T15:49:41.778Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:49:41.778Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:49:41.778Z] OK: 12750 distinct packages available [2020-12-31T15:49:42.063Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:49:42.063Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:49:42.063Z] OK: 12750 distinct packages available [2020-12-31T15:49:42.063Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:49:42.063Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:49:42.063Z] OK: 12750 distinct packages available [2020-12-31T15:49:42.063Z] OK: 233 MiB in 51 packages [2020-12-31T15:49:42.336Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:49:42.336Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:49:42.336Z] OK: 12750 distinct packages available [2020-12-31T15:49:42.336Z] OK: 233 MiB in 51 packages [2020-12-31T15:49:42.336Z] OK: 233 MiB in 51 packages [2020-12-31T15:49:42.618Z] OK: 233 MiB in 51 packages [2020-12-31T15:49:42.912Z] Removing intermediate container b9d99f1c5ca8 [2020-12-31T15:49:42.912Z] ---> a55cf1c762b4 [2020-12-31T15:49:42.912Z] Step 6/22 : COPY go.mod . [2020-12-31T15:49:43.951Z] Removing intermediate container 785a4b69f269 [2020-12-31T15:49:43.951Z] ---> 628d0d8bc466 [2020-12-31T15:49:43.951Z] Step 6/21 : COPY go.mod . [2020-12-31T15:49:43.951Z] ---> f3b3d9c437a9 [2020-12-31T15:49:43.951Z] Step 7/22 : RUN go mod download [2020-12-31T15:49:43.951Z] Removing intermediate container 1a57cc63f8d7 [2020-12-31T15:49:43.951Z] ---> 3691f59df45c [2020-12-31T15:49:43.951Z] Step 6/22 : COPY go.mod . [2020-12-31T15:49:44.578Z] ---> Running in 2b32c8f5e157 [2020-12-31T15:49:44.578Z] Removing intermediate container b97da58b9ea8 [2020-12-31T15:49:44.578Z] ---> 6a895c6d9dd7 [2020-12-31T15:49:44.578Z] Step 6/24 : COPY go.mod . [2020-12-31T15:49:44.865Z] Removing intermediate container ad5314a18a74 [2020-12-31T15:49:44.865Z] ---> 45dee76092db [2020-12-31T15:49:44.865Z] Step 6/23 : COPY go.mod . [2020-12-31T15:49:45.152Z] ---> 1950975b0ba1 [2020-12-31T15:49:45.152Z] Step 7/21 : RUN go mod download [2020-12-31T15:49:45.152Z] ---> c0d170c32f14 [2020-12-31T15:49:45.152Z] Step 7/22 : RUN go mod download [2020-12-31T15:49:45.443Z] ---> Running in a5e2b014fd7d [2020-12-31T15:49:45.443Z] ---> 46461be4f626 [2020-12-31T15:49:45.443Z] Step 7/24 : RUN go mod download [2020-12-31T15:49:45.739Z] ---> Running in 884d2d0c936a [2020-12-31T15:49:45.739Z] ---> Running in 3881795f5487 [2020-12-31T15:49:45.739Z] ---> 68c3dfaa498e [2020-12-31T15:49:45.739Z] Step 7/23 : RUN go mod download [2020-12-31T15:49:45.747Z] 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 [2020-12-31T15:49:46.408Z] ---> Running in 654f148c9d6d [Pipeline] } [2020-12-31T15:49:49.149Z] $ docker stop --time=1 98d31576820560b3390f22d3035c28ca52adb5d8006c5ea197edb2b47c94527e [2020-12-31T15:49:50.899Z] Removing intermediate container a5e2b014fd7d [2020-12-31T15:49:50.899Z] ---> b6bfec059222 [2020-12-31T15:49:50.899Z] Step 8/21 : COPY . . [2020-12-31T15:49:50.899Z] Removing intermediate container 3881795f5487 [2020-12-31T15:49:50.899Z] ---> 4c23debd38fd [2020-12-31T15:49:50.899Z] Step 8/24 : COPY . . [2020-12-31T15:49:51.188Z] Removing intermediate container 884d2d0c936a [2020-12-31T15:49:51.188Z] ---> d56e7dbd1cc1 [2020-12-31T15:49:51.188Z] Step 8/22 : COPY . . [2020-12-31T15:49:51.188Z] Removing intermediate container 2b32c8f5e157 [2020-12-31T15:49:51.188Z] ---> 30f0e65a9abf [2020-12-31T15:49:51.188Z] Step 8/22 : COPY . . [2020-12-31T15:49:51.188Z] Removing intermediate container 654f148c9d6d [2020-12-31T15:49:51.188Z] ---> ec695c445987 [2020-12-31T15:49:51.188Z] Step 8/23 : COPY . . [2020-12-31T15:49:51.559Z] $ docker rm -f 98d31576820560b3390f22d3035c28ca52adb5d8006c5ea197edb2b47c94527e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:49:53.555Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T15:49:53.555Z] [2020-12-31T15:49:53.555Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:49:53.947Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T15:49:54.219Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-31T15:49:54.219Z] 29e5d40040c1: Pulling fs layer [2020-12-31T15:49:54.219Z] 1ce36da41761: Pulling fs layer [2020-12-31T15:49:54.219Z] 25b303627fd3: Pulling fs layer [2020-12-31T15:49:54.808Z] 29e5d40040c1: Verifying Checksum [2020-12-31T15:49:54.808Z] 29e5d40040c1: Download complete [2020-12-31T15:49:55.404Z] 1ce36da41761: Verifying Checksum [2020-12-31T15:49:55.404Z] 1ce36da41761: Download complete [2020-12-31T15:49:55.404Z] 29e5d40040c1: Pull complete [2020-12-31T15:49:56.832Z] 1ce36da41761: Pull complete [2020-12-31T15:49:56.833Z] 25b303627fd3: Verifying Checksum [2020-12-31T15:49:56.833Z] 25b303627fd3: Download complete [2020-12-31T15:50:06.964Z] 25b303627fd3: Pull complete [2020-12-31T15:50:06.964Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-31T15:50:06.964Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T15:50:06.964Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-31T15:50:07.222Z] prd-ubuntu18.04-docker-arm64-4c-16g-17890 does not seem to be running inside a container [2020-12-31T15:50:07.298Z] $ 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-arm64:latest cat [2020-12-31T15:50:10.468Z] $ docker top 46b8ffaf914dd561d090fb4217ddfb4c7ce1c6618b91760e8fdc5c94ac86bc95 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T15:50:11.518Z] + docker-compose build --help [2020-12-31T15:50:11.518Z] + grep parallel [2020-12-31T15:50:14.911Z] --parallel Build images in parallel. [Pipeline] } [2020-12-31T15:50:15.219Z] $ docker stop --time=1 46b8ffaf914dd561d090fb4217ddfb4c7ce1c6618b91760e8fdc5c94ac86bc95 [2020-12-31T15:50:17.073Z] $ docker rm -f 46b8ffaf914dd561d090fb4217ddfb4c7ce1c6618b91760e8fdc5c94ac86bc95 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:50:17.905Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-31T15:50:17.905Z] . [Pipeline] withDockerContainer [2020-12-31T15:50:18.149Z] prd-ubuntu18.04-docker-arm64-4c-16g-17890 does not seem to be running inside a container [2020-12-31T15:50:18.234Z] $ 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-arm64:latest cat [2020-12-31T15:50:19.679Z] $ docker top f8e05d63baa5298aa59ca9f4e36e88d98ab4ddd3c6dab8b0d74e7e9b47a5dd0c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T15:50:20.770Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-31T15:50:25.061Z] Building docker-core-command-go ... [2020-12-31T15:50:25.061Z] Building docker-core-data-go ... [2020-12-31T15:50:25.061Z] Building docker-core-metadata-go ... [2020-12-31T15:50:25.061Z] Building docker-security-bootstrap-redis-go ... [2020-12-31T15:50:25.061Z] Building docker-security-proxy-setup-go ... [2020-12-31T15:50:25.061Z] Building docker-security-secretstore-setup-go ... [2020-12-31T15:50:25.061Z] Building docker-support-notifications-go ... [2020-12-31T15:50:25.061Z] Building docker-support-scheduler-go ... [2020-12-31T15:50:25.061Z] Building docker-sys-mgmt-agent-go ... [2020-12-31T15:50:25.061Z] Building docker-core-metadata-go [2020-12-31T15:50:25.061Z] Building docker-security-proxy-setup-go [2020-12-31T15:50:25.061Z] Building docker-security-bootstrap-redis-go [2020-12-31T15:50:25.061Z] Building docker-sys-mgmt-agent-go [2020-12-31T15:50:25.061Z] Building docker-core-command-go [2020-12-31T15:51:00.178Z] ---> dd76e4e1e199 [2020-12-31T15:51:00.178Z] ---> 9656ab47d717 [2020-12-31T15:51:00.178Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-31T15:51:00.178Z] ---> 486f14ff2386 [2020-12-31T15:51:00.178Z] ---> 3478b448f331 [2020-12-31T15:51:00.178Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-31T15:51:00.178Z] ---> 47188fac1e34 [2020-12-31T15:51:00.178Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-31T15:51:00.178Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-31T15:51:00.178Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-31T15:51:00.178Z] ---> Running in 652d9be79599 [2020-12-31T15:51:00.178Z] ---> Running in 69d4e13aef7a [2020-12-31T15:51:00.178Z] ---> Running in 64aee86e2bf1 [2020-12-31T15:51:00.178Z] ---> Running in 8d3adea1fd3e [2020-12-31T15:51:00.178Z] ---> Running in 33d31ac408e9 [2020-12-31T15:51:00.178Z] 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 [2020-12-31T15:51:00.178Z] 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 [2020-12-31T15:51:00.178Z] 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 [2020-12-31T15:51:00.178Z] 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 [2020-12-31T15:51:00.178Z] 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 [2020-12-31T15:51:33.050Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:51:33.050Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:51:33.050Z] ---> 301043219a9c [2020-12-31T15:51:33.050Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T15:51:33.050Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:51:33.050Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:51:33.050Z] ---> 301043219a9c [2020-12-31T15:51:33.050Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T15:51:33.050Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:51:33.050Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:51:33.050Z] ---> 301043219a9c [2020-12-31T15:51:33.050Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T15:51:33.050Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:51:33.050Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:51:33.050Z] ---> 301043219a9c [2020-12-31T15:51:33.050Z] Step 3/27 : WORKDIR /edgex-go [2020-12-31T15:51:33.050Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:51:33.050Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:51:33.050Z] ---> 301043219a9c [2020-12-31T15:51:33.050Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T15:51:33.050Z] ---> Running in c978843b8fac [2020-12-31T15:51:33.050Z] ---> Running in 64f5711b6121 [2020-12-31T15:51:33.050Z] ---> Running in 58b98c111756 [2020-12-31T15:51:33.050Z] ---> Running in 4252ea951301 [2020-12-31T15:51:33.050Z] ---> Running in 3af0f602f395 [2020-12-31T15:51:33.050Z] Removing intermediate container 3af0f602f395 [2020-12-31T15:51:33.050Z] ---> 47bebe358360 [2020-12-31T15:51:33.050Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:51:33.050Z] Removing intermediate container c978843b8fac [2020-12-31T15:51:33.050Z] ---> c337a87a1a8f [2020-12-31T15:51:33.050Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:51:33.050Z] Removing intermediate container 58b98c111756 [2020-12-31T15:51:33.050Z] ---> 27d4e074ba40 [2020-12-31T15:51:33.050Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:51:33.050Z] Removing intermediate container 4252ea951301 [2020-12-31T15:51:33.050Z] ---> 0ec48fd648f8 [2020-12-31T15:51:33.050Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:51:33.050Z] Removing intermediate container 64f5711b6121 [2020-12-31T15:51:33.050Z] ---> 9849ebdc5c1a [2020-12-31T15:51:33.050Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:51:33.050Z] ---> Running in d5df7e7b55d8 [2020-12-31T15:51:33.050Z] ---> Running in 52dea7b52ec8 [2020-12-31T15:51:33.050Z] ---> Running in 1530e4e0751c [2020-12-31T15:51:33.050Z] ---> Running in ef3259537874 [2020-12-31T15:51:33.050Z] ---> Running in e7d9d3fee6c7 [2020-12-31T15:51:35.694Z] Removing intermediate container d5df7e7b55d8 [2020-12-31T15:51:35.694Z] ---> 8656bbe39c73 [2020-12-31T15:51:35.967Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T15:51:36.242Z] ---> Running in 1dfb46086df2 [2020-12-31T15:51:36.526Z] Removing intermediate container ef3259537874 [2020-12-31T15:51:36.526Z] ---> f2bf31ee5412 [2020-12-31T15:51:36.526Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-31T15:51:36.526Z] Removing intermediate container 52dea7b52ec8 [2020-12-31T15:51:36.526Z] ---> 328282bf6a5f [2020-12-31T15:51:36.526Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T15:51:36.526Z] ---> Running in c5637dc2839a [2020-12-31T15:51:36.802Z] Removing intermediate container e7d9d3fee6c7 [2020-12-31T15:51:36.802Z] ---> 85a337256709 [2020-12-31T15:51:36.802Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T15:51:36.802Z] Removing intermediate container 1530e4e0751c [2020-12-31T15:51:36.802Z] ---> d60fb95a6a42 [2020-12-31T15:51:36.802Z] Step 5/22 : RUN apk update && apk add make git ---> Running in 493bc21d4c54 [2020-12-31T15:51:36.802Z] [2020-12-31T15:51:37.075Z] ---> Running in a0eb0eee622b [2020-12-31T15:51:37.075Z] ---> Running in 0b5a10337062 [2020-12-31T15:51:37.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:51:38.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:51:38.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:51:38.652Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:51:38.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:51:38.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:51:39.514Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:51:39.514Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:51:39.514Z] OK: 12620 distinct packages available [2020-12-31T15:51:39.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:51:39.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:51:39.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:51:39.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:51:39.835Z] 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 [2020-12-31T15:51:39.835Z] 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 [2020-12-31T15:51:40.063Z] OK: 217 MiB in 51 packages [2020-12-31T15:51:40.354Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:51:40.354Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:51:40.354Z] OK: 12620 distinct packages available [2020-12-31T15:51:40.632Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:51:40.632Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:51:40.632Z] OK: 12620 distinct packages available [2020-12-31T15:51:40.632Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:51:40.632Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:51:40.632Z] OK: 12620 distinct packages available [2020-12-31T15:51:40.909Z] OK: 217 MiB in 51 packages [2020-12-31T15:51:41.192Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:51:41.192Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:51:41.192Z] OK: 12620 distinct packages available [2020-12-31T15:51:41.627Z] OK: 217 MiB in 51 packages [2020-12-31T15:51:41.924Z] Removing intermediate container 1dfb46086df2 [2020-12-31T15:51:41.924Z] ---> bfe9c20d8c35 [2020-12-31T15:51:41.924Z] Step 6/21 : COPY go.mod . [2020-12-31T15:51:41.924Z] OK: 217 MiB in 51 packages [2020-12-31T15:51:42.216Z] OK: 217 MiB in 51 packages [2020-12-31T15:51:43.266Z] Removing intermediate container c5637dc2839a [2020-12-31T15:51:43.266Z] ---> a60837b8bb54 [2020-12-31T15:51:43.266Z] Step 6/22 : COPY go.mod . [2020-12-31T15:51:43.540Z] ---> 627738fe0405 [2020-12-31T15:51:43.540Z] Step 7/21 : RUN go mod download [2020-12-31T15:51:43.540Z] Removing intermediate container 493bc21d4c54 [2020-12-31T15:51:43.540Z] ---> 2379a5ace4bf [2020-12-31T15:51:43.540Z] Step 6/27 : COPY go.mod . [2020-12-31T15:51:43.832Z] ---> Running in 33c2d3c02ab4 [2020-12-31T15:51:44.115Z] Removing intermediate container a0eb0eee622b [2020-12-31T15:51:44.115Z] ---> 322384ec22cc [2020-12-31T15:51:44.115Z] Step 6/22 : COPY go.mod . [2020-12-31T15:51:44.392Z] Removing intermediate container 0b5a10337062 [2020-12-31T15:51:44.392Z] ---> 28757e06b612 [2020-12-31T15:51:44.392Z] Step 6/22 : COPY go.mod . [2020-12-31T15:51:44.392Z] ---> 7ef6a7d6c59b [2020-12-31T15:51:44.392Z] Step 7/22 : RUN go mod download [2020-12-31T15:51:44.671Z] ---> Running in 38d7a50d11de [2020-12-31T15:51:44.671Z] ---> a63cfe6a8fef [2020-12-31T15:51:44.671Z] Step 7/27 : RUN go mod download [2020-12-31T15:51:44.946Z] ---> Running in 7ad86bc7afbb [2020-12-31T15:51:45.226Z] ---> 9b5318ed3962 [2020-12-31T15:51:45.431Z] Removing intermediate container 33d31ac408e9 [2020-12-31T15:51:45.431Z] ---> 75ba4b65a332 [2020-12-31T15:51:45.431Z] [2020-12-31T15:51:45.431Z] Step 10/22 : FROM alpine:3.10 [2020-12-31T15:51:45.431Z] 3.10: Pulling from library/alpine [2020-12-31T15:51:45.510Z] Step 7/22 : RUN go mod download [2020-12-31T15:51:45.510Z] ---> 1f57d628aab6 [2020-12-31T15:51:45.510Z] Step 7/22 : RUN go mod download [2020-12-31T15:51:45.510Z] ---> Running in 901850ade098 [2020-12-31T15:51:45.789Z] ---> Running in 7ae891cafd9d [2020-12-31T15:51:46.948Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-31T15:51:46.948Z] Status: Downloaded newer image for alpine:3.10 [2020-12-31T15:51:46.948Z] ---> be4e4bea2c2e [2020-12-31T15:51:46.948Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T15:51:47.274Z] ---> Running in b5ff9e87e73b [2020-12-31T15:51:47.795Z] Removing intermediate container 33c2d3c02ab4 [2020-12-31T15:51:47.795Z] ---> 63adb6d7ff99 [2020-12-31T15:51:47.795Z] Step 8/21 : COPY . . [2020-12-31T15:51:49.425Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:51:49.426Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:51:49.740Z] Removing intermediate container 64aee86e2bf1 [2020-12-31T15:51:49.740Z] ---> aa7784c298bd [2020-12-31T15:51:49.740Z] [2020-12-31T15:51:49.740Z] Step 10/24 : FROM alpine:3.10 [2020-12-31T15:51:49.740Z] ---> be4e4bea2c2e [2020-12-31T15:51:49.740Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T15:51:49.740Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-31T15:51:49.740Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-31T15:51:49.740Z] OK: 10350 distinct packages available [2020-12-31T15:51:49.786Z] Removing intermediate container 38d7a50d11de [2020-12-31T15:51:49.786Z] ---> 87a86ef1de74 [2020-12-31T15:51:49.786Z] Step 8/22 : COPY . . [2020-12-31T15:51:50.062Z] Removing intermediate container 7ad86bc7afbb [2020-12-31T15:51:50.062Z] ---> 7d59863df06f [2020-12-31T15:51:50.062Z] Step 8/27 : COPY . . [2020-12-31T15:51:50.383Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-31T15:51:50.383Z] ---> Running in b576deb9b2a9 [2020-12-31T15:51:50.383Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-31T15:51:50.383Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-31T15:51:50.383Z] (4/5) Installing curl (7.66.0-r3) [2020-12-31T15:51:50.383Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-31T15:51:50.383Z] Executing busybox-1.30.1-r3.trigger [2020-12-31T15:51:50.663Z] Removing intermediate container 901850ade098 [2020-12-31T15:51:50.663Z] ---> 678643d2c97b [2020-12-31T15:51:50.663Z] Step 8/22 : COPY . . [2020-12-31T15:51:50.663Z] Removing intermediate container 7ae891cafd9d [2020-12-31T15:51:50.663Z] ---> 385c7e3baa76 [2020-12-31T15:51:50.663Z] Step 8/22 : COPY . . [2020-12-31T15:51:51.005Z] Executing ca-certificates-20191127-r2.trigger [2020-12-31T15:51:51.523Z] OK: 7 MiB in 19 packages [2020-12-31T15:51:52.952Z] Removing intermediate container 69d4e13aef7a [2020-12-31T15:51:52.952Z] ---> 681d15b2e66d [2020-12-31T15:51:52.952Z] [2020-12-31T15:51:52.952Z] Step 10/21 : FROM alpine [2020-12-31T15:51:53.382Z] latest: Pulling from library/alpine [2020-12-31T15:51:53.382Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-31T15:51:53.858Z] Status: Downloaded newer image for alpine:latest [2020-12-31T15:51:53.858Z] ---> 389fef711851 [2020-12-31T15:51:53.858Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-31T15:51:54.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:51:54.134Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:51:54.435Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-31T15:51:54.435Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-31T15:51:54.435Z] OK: 10350 distinct packages available [2020-12-31T15:51:54.830Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-31T15:51:54.830Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-31T15:51:54.830Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-31T15:51:54.830Z] (4/5) Installing curl (7.66.0-r3) [2020-12-31T15:51:54.830Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-31T15:51:54.830Z] Executing busybox-1.30.1-r3.trigger [2020-12-31T15:51:54.830Z] Executing ca-certificates-20191127-r2.trigger [2020-12-31T15:51:54.830Z] OK: 7 MiB in 19 packages [2020-12-31T15:51:55.964Z] ---> Running in dfcbcd4b4934 [2020-12-31T15:51:55.964Z] Removing intermediate container b5ff9e87e73b [2020-12-31T15:51:55.964Z] ---> 10683b1bd194 [2020-12-31T15:51:55.964Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-31T15:51:56.993Z] ---> Running in 9152ab35c574 [2020-12-31T15:51:57.279Z] Removing intermediate container 8d3adea1fd3e [2020-12-31T15:51:57.279Z] ---> af1c0e5b2444 [2020-12-31T15:51:57.279Z] [2020-12-31T15:51:57.279Z] Step 10/22 : FROM scratch [2020-12-31T15:51:57.279Z] ---> [2020-12-31T15:51:57.279Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T15:51:58.762Z] Removing intermediate container 9152ab35c574 [2020-12-31T15:51:58.762Z] ---> 15920a5723d9 [2020-12-31T15:51:58.762Z] Step 13/22 : WORKDIR / [2020-12-31T15:51:59.367Z] ---> Running in 33e5054647d5 [2020-12-31T15:51:59.367Z] ---> Running in bca67a643540 [2020-12-31T15:51:59.367Z] Removing intermediate container b576deb9b2a9 [2020-12-31T15:51:59.367Z] ---> 2a25e29a5262 [2020-12-31T15:51:59.368Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T15:51:59.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:51:59.644Z] Removing intermediate container 652d9be79599 [2020-12-31T15:51:59.644Z] ---> e26bca2b2bd0 [2020-12-31T15:51:59.644Z] [2020-12-31T15:51:59.644Z] Step 10/23 : FROM alpine [2020-12-31T15:51:59.644Z] ---> 389fef711851 [2020-12-31T15:51:59.644Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T15:51:59.644Z] ---> Running in 44cf3ffcb4ba [2020-12-31T15:51:59.644Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:52:00.621Z] v3.12.3-32-gd4b5d61f2b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:52:00.621Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:52:00.621Z] OK: 12745 distinct packages available [2020-12-31T15:52:00.621Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-31T15:52:00.904Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T15:52:00.904Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-31T15:52:00.904Z] (4/4) Installing curl (7.69.1-r3) [2020-12-31T15:52:00.904Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T15:52:00.904Z] ---> Running in 1387b3c6e416 [2020-12-31T15:52:00.904Z] Removing intermediate container bca67a643540 [2020-12-31T15:52:00.904Z] ---> 5000d2470add [2020-12-31T15:52:00.904Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-31T15:52:00.904Z] Executing ca-certificates-20191127-r4.trigger [2020-12-31T15:52:01.210Z] OK: 7 MiB in 18 packages [2020-12-31T15:52:01.210Z] Removing intermediate container 33e5054647d5 [2020-12-31T15:52:01.210Z] ---> cdf75084ff08 [2020-12-31T15:52:01.210Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-31T15:52:01.210Z] ---> Running in 90e04163e81b [2020-12-31T15:52:01.525Z] Removing intermediate container 44cf3ffcb4ba [2020-12-31T15:52:01.525Z] ---> 47a0d34ff8fc [2020-12-31T15:52:01.525Z] Step 13/24 : WORKDIR / [2020-12-31T15:52:01.858Z] Removing intermediate container 1387b3c6e416 [2020-12-31T15:52:01.858Z] ---> 1ed0dc844a79 [2020-12-31T15:52:01.858Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-31T15:52:01.858Z] ---> Running in 6a4294c78438 [2020-12-31T15:52:01.858Z] Removing intermediate container 90e04163e81b [2020-12-31T15:52:01.858Z] ---> 574acc1de53d [2020-12-31T15:52:01.858Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T15:52:02.138Z] ---> Running in 0fb436c6aed4 [2020-12-31T15:52:02.483Z] ---> Running in 7762ebba1fd0 [2020-12-31T15:52:02.778Z] ---> 398ed52c0acf [2020-12-31T15:52:02.778Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-31T15:52:03.088Z] Removing intermediate container 6a4294c78438 [2020-12-31T15:52:03.088Z] ---> 792404d8aabf [2020-12-31T15:52:03.088Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-31T15:52:03.088Z] Removing intermediate container 0fb436c6aed4 [2020-12-31T15:52:03.088Z] ---> ffc9cbf25124 [2020-12-31T15:52:03.088Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-31T15:52:03.088Z] Removing intermediate container 7762ebba1fd0 [2020-12-31T15:52:03.088Z] ---> d648b5126d11 [2020-12-31T15:52:03.088Z] Step 14/22 : WORKDIR / [2020-12-31T15:52:03.410Z] ---> Running in cf570f7fecbf [2020-12-31T15:52:03.410Z] ---> Running in 2ab5f5b42525 [2020-12-31T15:52:03.686Z] Removing intermediate container dfcbcd4b4934 [2020-12-31T15:52:03.687Z] ---> 2b8eedc675c7 [2020-12-31T15:52:03.687Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T15:52:04.064Z] ---> 024526980976 [2020-12-31T15:52:04.064Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-31T15:52:04.064Z] ---> Running in 9006be9e2581 [2020-12-31T15:52:04.064Z] Removing intermediate container 2ab5f5b42525 [2020-12-31T15:52:04.064Z] ---> 39dc59e35485 [2020-12-31T15:52:04.064Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-31T15:52:04.338Z] Removing intermediate container cf570f7fecbf [2020-12-31T15:52:04.338Z] ---> 497a847489d6 [2020-12-31T15:52:04.338Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:52:04.338Z] ---> cff57c575fe9 [2020-12-31T15:52:04.338Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-31T15:52:04.630Z] ---> Running in 51b88a423724 [2020-12-31T15:52:04.630Z] Removing intermediate container 9006be9e2581 [2020-12-31T15:52:04.630Z] ---> 4ef1561b4c3a [2020-12-31T15:52:04.630Z] Step 13/21 : WORKDIR /edgex [2020-12-31T15:52:04.630Z] ---> eca67226c0fa [2020-12-31T15:52:04.630Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-31T15:52:04.944Z] ---> Running in e0a20939c4de [2020-12-31T15:52:04.944Z] ---> f3bc5993f70e [2020-12-31T15:52:04.944Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-31T15:52:04.944Z] ---> e1c0b2035606 [2020-12-31T15:52:04.944Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-31T15:52:05.573Z] Removing intermediate container e0a20939c4de [2020-12-31T15:52:05.573Z] ---> 1c0d88aa2fa6 [2020-12-31T15:52:05.573Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-31T15:52:05.857Z] ---> 8f6f348483a8 [2020-12-31T15:52:05.858Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-31T15:52:06.126Z] ---> d39b7affbc8b [2020-12-31T15:52:06.126Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-31T15:52:06.411Z] ---> a96249a074a3 [2020-12-31T15:52:06.411Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-31T15:52:06.411Z] ---> Running in 6a1296dd64cd [2020-12-31T15:52:06.411Z] ---> f78c29efd8d5 [2020-12-31T15:52:06.411Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-31T15:52:06.705Z] ---> 8f042e08fb63 [2020-12-31T15:52:06.705Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-31T15:52:07.335Z] Removing intermediate container 51b88a423724 [2020-12-31T15:52:07.335Z] ---> f88a74437c89 [2020-12-31T15:52:07.335Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-31T15:52:07.335Z] ---> 842e7cc52feb [2020-12-31T15:52:07.335Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-31T15:52:07.335Z] ---> Running in 6c97f68112cf [2020-12-31T15:52:07.630Z] ---> Running in b14e5c9379db [2020-12-31T15:52:07.630Z] ---> 4b7307fdceb8 [2020-12-31T15:52:07.630Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-31T15:52:07.960Z] ---> 862b065fb3cc [2020-12-31T15:52:07.960Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-31T15:52:08.281Z] Removing intermediate container b14e5c9379db [2020-12-31T15:52:08.281Z] ---> 0d693ca26a2e [2020-12-31T15:52:08.281Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T15:52:08.281Z] ---> Running in 177633326d25 [2020-12-31T15:52:08.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:52:08.875Z] ---> 54e6321221c1 [2020-12-31T15:52:08.875Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-31T15:52:08.875Z] Removing intermediate container 177633326d25 [2020-12-31T15:52:08.875Z] ---> 137f5ed6a776 [2020-12-31T15:52:08.875Z] Step 20/22 : LABEL arch=x86_64 [2020-12-31T15:52:08.875Z] ---> abaed179e15e [2020-12-31T15:52:08.875Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-31T15:52:08.875Z] Removing intermediate container 6a1296dd64cd [2020-12-31T15:52:08.875Z] ---> 8d4c685191fe [2020-12-31T15:52:08.875Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-31T15:52:08.875Z] ---> Running in ac8d71e9c297 [2020-12-31T15:52:09.155Z] ---> Running in 33df0db614fa [2020-12-31T15:52:09.155Z] ---> Running in 6bc3a09d462a [2020-12-31T15:52:09.155Z] ---> Running in 0263041fad61 [2020-12-31T15:52:09.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:52:09.457Z] Removing intermediate container 6bc3a09d462a [2020-12-31T15:52:09.457Z] ---> 431cc53f528d [2020-12-31T15:52:09.457Z] Step 18/21 : CMD ["--init=true"] [2020-12-31T15:52:09.726Z] Removing intermediate container 33df0db614fa [2020-12-31T15:52:09.726Z] ---> 0871b51b7f4c [2020-12-31T15:52:09.726Z] Step 21/22 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:52:09.726Z] Removing intermediate container 0263041fad61 [2020-12-31T15:52:09.726Z] ---> d45f9f39ebd7 [2020-12-31T15:52:09.726Z] Step 20/22 : LABEL arch=x86_64 [2020-12-31T15:52:10.027Z] ---> Running in 9b59fdd6135f [2020-12-31T15:52:10.302Z] ---> Running in db8b6501741a [2020-12-31T15:52:10.302Z] ---> Running in c68976ce80d5 [2020-12-31T15:52:10.302Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-31T15:52:10.302Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-31T15:52:10.571Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-31T15:52:10.571Z] Removing intermediate container 9b59fdd6135f [2020-12-31T15:52:10.571Z] ---> bba8c5b204df [2020-12-31T15:52:10.571Z] Step 19/21 : LABEL arch=x86_64 [2020-12-31T15:52:10.571Z] Removing intermediate container c68976ce80d5 [2020-12-31T15:52:10.571Z] ---> df33c2a92ccf [2020-12-31T15:52:10.571Z] Step 21/22 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:52:10.571Z] Removing intermediate container db8b6501741a [2020-12-31T15:52:10.571Z] ---> 99c4f0e2c33f [2020-12-31T15:52:10.571Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T15:52:10.571Z] ---> Running in 1ea2f1e29cc4 [2020-12-31T15:52:10.853Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-31T15:52:10.853Z] ---> Running in be6c2b402fe4 [2020-12-31T15:52:10.853Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-31T15:52:11.152Z] ---> Running in 25244439afa5 [2020-12-31T15:52:11.152Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T15:52:11.152Z] OK: 8 MiB in 19 packages [2020-12-31T15:52:11.478Z] Removing intermediate container 1ea2f1e29cc4 [2020-12-31T15:52:11.478Z] ---> c1d614f0d476 [2020-12-31T15:52:11.478Z] Step 20/21 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:52:11.478Z] Removing intermediate container be6c2b402fe4 [2020-12-31T15:52:11.478Z] ---> ad2f4dd0b7cf [2020-12-31T15:52:11.478Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T15:52:11.780Z] Removing intermediate container 25244439afa5 [2020-12-31T15:52:11.780Z] ---> ab1ae076de5c [2020-12-31T15:52:11.780Z] [2020-12-31T15:52:11.780Z] Removing intermediate container ac8d71e9c297 [2020-12-31T15:52:11.780Z] ---> 7d76006805e0 [2020-12-31T15:52:11.780Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-31T15:52:11.780Z] ---> Running in 9116f79ddb8f [2020-12-31T15:52:11.780Z] ---> Running in 16622c257460 [2020-12-31T15:52:12.062Z] ---> Running in f9295c44c0ca [2020-12-31T15:52:12.353Z] Successfully built ab1ae076de5c [2020-12-31T15:52:12.639Z] Removing intermediate container 16622c257460 [2020-12-31T15:52:12.639Z] ---> f75e1f297fc8 [2020-12-31T15:52:12.639Z] [2020-12-31T15:52:12.639Z] Successfully tagged docker-core-metadata-go:latest [2020-12-31T15:52:12.639Z] Building docker-support-scheduler-go [2020-12-31T15:52:12.640Z]  Building docker-core-metadata-go ... done Removing intermediate container 9116f79ddb8f [2020-12-31T15:52:12.640Z] ---> 7080c9bef686 [2020-12-31T15:52:12.640Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T15:52:12.927Z] Removing intermediate container f9295c44c0ca [2020-12-31T15:52:12.927Z] ---> c2c3935c661d [2020-12-31T15:52:12.927Z] Step 22/24 : LABEL arch=x86_64 [2020-12-31T15:52:12.927Z] ---> Running in 10f2cd6fb112 [2020-12-31T15:52:12.927Z] Removing intermediate container 6c97f68112cf [2020-12-31T15:52:12.927Z] ---> a2163748a686 [2020-12-31T15:52:12.927Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-31T15:52:12.927Z] ---> Running in 179d3ea6ae39 [2020-12-31T15:52:13.219Z] Successfully built f75e1f297fc8 [2020-12-31T15:52:13.219Z] Removing intermediate container 10f2cd6fb112 [2020-12-31T15:52:13.219Z] ---> b74c937bb03c [2020-12-31T15:52:13.219Z] [2020-12-31T15:52:13.219Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-31T15:52:13.219Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [2020-12-31T15:52:13.515Z] Successfully built b74c937bb03c [2020-12-31T15:52:13.797Z] Removing intermediate container 179d3ea6ae39 [2020-12-31T15:52:13.797Z] ---> 4ee1718e6cce [2020-12-31T15:52:13.797Z] Step 23/24 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:52:13.797Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-31T15:52:13.797Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-12-31T15:52:14.108Z] ---> Running in 8b33e7ba4371 [2020-12-31T15:52:14.108Z] ---> 83ca00cce5c5 [2020-12-31T15:52:14.108Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-31T15:52:15.233Z] Removing intermediate container 8b33e7ba4371 [2020-12-31T15:52:15.233Z] ---> 69505119ed2a [2020-12-31T15:52:15.233Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T15:52:16.749Z] ---> Running in e90037b45a3f [2020-12-31T15:52:17.575Z] ---> 8e935b179295 [2020-12-31T15:52:17.575Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-31T15:52:17.575Z] ---> 9282ef738e03 [2020-12-31T15:52:17.575Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-31T15:52:17.576Z] ---> a27f4805b6c1 [2020-12-31T15:52:17.576Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-31T15:52:17.576Z] ---> 74cca260fe8b [2020-12-31T15:52:17.576Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-31T15:52:17.576Z] ---> Running in afbb470b0868 [2020-12-31T15:52:17.576Z] ---> Running in 6cdbfc908486 [2020-12-31T15:52:17.576Z] ---> 7b825989327b [2020-12-31T15:52:17.576Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-31T15:52:17.576Z] ---> Running in 0793882b289a [2020-12-31T15:52:17.576Z] ---> Running in 13911fdaa913 [2020-12-31T15:52:17.576Z] ---> Running in 39f2d42f3c80 [2020-12-31T15:52:17.576Z] 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 [2020-12-31T15:52:17.576Z] 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 [2020-12-31T15:52:17.576Z] 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 [2020-12-31T15:52:17.576Z] 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 [2020-12-31T15:52:17.849Z] 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 [2020-12-31T15:52:18.391Z] ---> 2ae4764fc43c [2020-12-31T15:52:18.391Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-31T15:52:18.391Z] Removing intermediate container e90037b45a3f [2020-12-31T15:52:18.391Z] ---> 86c5b852d918 [2020-12-31T15:52:18.391Z] [2020-12-31T15:52:18.391Z] Successfully built 86c5b852d918 [2020-12-31T15:52:18.674Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-31T15:52:18.674Z] Building docker-core-command-go [2020-12-31T15:52:22.385Z]  Building docker-security-secretstore-setup-go ... done  ---> 24b8c7fa939e [2020-12-31T15:52:22.385Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-31T15:52:22.991Z] ---> Running in 00c435ef0c8d [2020-12-31T15:52:23.629Z] Removing intermediate container 00c435ef0c8d [2020-12-31T15:52:23.629Z] ---> 611af7cac790 [2020-12-31T15:52:23.629Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T15:52:24.255Z] ---> Running in 554d4a358c28 [2020-12-31T15:52:25.367Z] Removing intermediate container 554d4a358c28 [2020-12-31T15:52:25.367Z] ---> 43a9052529f6 [2020-12-31T15:52:25.367Z] Step 21/23 : LABEL arch=x86_64 [2020-12-31T15:52:26.037Z] ---> Running in fb49c0361201 [2020-12-31T15:52:27.649Z] Removing intermediate container fb49c0361201 [2020-12-31T15:52:27.649Z] ---> 93a6af7c2261 [2020-12-31T15:52:27.649Z] Step 22/23 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:52:28.013Z] ---> Running in 404be24235db [2020-12-31T15:52:28.761Z] Removing intermediate container 404be24235db [2020-12-31T15:52:28.761Z] ---> b775fa493a2a [2020-12-31T15:52:28.761Z] Step 23/23 : LABEL version=0.0.0 [2020-12-31T15:52:28.761Z] ---> Running in 9797faa325ef [2020-12-31T15:52:29.152Z] Removing intermediate container 9797faa325ef [2020-12-31T15:52:29.152Z] ---> 8856539ed724 [2020-12-31T15:52:29.152Z] [2020-12-31T15:52:29.610Z] Successfully built 8856539ed724 [2020-12-31T15:52:30.202Z] Successfully tagged docker-core-data-go:latest [2020-12-31T15:52:59.735Z]  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:52:59.736Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:52:59.736Z] ---> 9e4e433bcad4 [2020-12-31T15:52:59.736Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T15:52:59.736Z] ---> Using cache [2020-12-31T15:52:59.736Z] ---> 0d029cb5d35b [2020-12-31T15:52:59.736Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:52:59.736Z] ---> Using cache [2020-12-31T15:52:59.736Z] ---> 7887bcdda4de [2020-12-31T15:52:59.736Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-31T15:52:59.736Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:52:59.736Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:52:59.736Z] ---> 9e4e433bcad4 [2020-12-31T15:52:59.736Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T15:52:59.736Z] ---> Using cache [2020-12-31T15:52:59.736Z] ---> 0d029cb5d35b [2020-12-31T15:52:59.736Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:52:59.736Z] ---> Using cache [2020-12-31T15:52:59.736Z] ---> 7887bcdda4de [2020-12-31T15:52:59.736Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T15:52:59.736Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:52:59.736Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:52:59.736Z] ---> 9e4e433bcad4 [2020-12-31T15:52:59.736Z] Step 3/27 : WORKDIR /edgex-go [2020-12-31T15:52:59.736Z] ---> Using cache [2020-12-31T15:52:59.736Z] ---> 0d029cb5d35b [2020-12-31T15:52:59.736Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:52:59.736Z] ---> Using cache [2020-12-31T15:52:59.736Z] ---> 7887bcdda4de [2020-12-31T15:52:59.736Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-31T15:52:59.736Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:52:59.736Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:52:59.736Z] ---> 9e4e433bcad4 [2020-12-31T15:52:59.736Z] Step 3/22 : WORKDIR /edgex-go [2020-12-31T15:52:59.736Z] ---> Using cache [2020-12-31T15:52:59.736Z] ---> 0d029cb5d35b [2020-12-31T15:52:59.736Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:52:59.736Z] ---> Using cache [2020-12-31T15:52:59.736Z] ---> 7887bcdda4de [2020-12-31T15:52:59.736Z] Step 5/22 : RUN apk update && apk add make git [2020-12-31T15:52:59.736Z] ---> Running in 42b1218e5fe2 [2020-12-31T15:52:59.736Z] ---> Running in 42e17e7fc0cb [2020-12-31T15:52:59.736Z] ---> Running in 407f413727f0 [2020-12-31T15:52:59.736Z] ---> Running in 7cf0d4212412 [2020-12-31T15:53:00.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:53:00.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:53:00.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:53:00.105Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:53:01.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:53:01.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:53:01.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:53:01.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:53:01.872Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:53:01.872Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:53:01.872Z] OK: 12750 distinct packages available [2020-12-31T15:53:02.245Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:53:02.246Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:53:02.246Z] OK: 12750 distinct packages available [2020-12-31T15:53:02.246Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:53:02.246Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:53:02.246Z] OK: 12750 distinct packages available [2020-12-31T15:53:02.609Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:53:02.609Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:53:02.609Z] OK: 12750 distinct packages available [2020-12-31T15:53:02.609Z] OK: 233 MiB in 51 packages [2020-12-31T15:53:02.609Z] OK: 233 MiB in 51 packages [2020-12-31T15:53:02.940Z] OK: 233 MiB in 51 packages [2020-12-31T15:53:02.940Z] OK: 233 MiB in 51 packages [2020-12-31T15:53:05.014Z] Removing intermediate container 7cf0d4212412 [2020-12-31T15:53:05.014Z] ---> 7ad81f679433 [2020-12-31T15:53:05.014Z] Step 6/21 : COPY go.mod . [2020-12-31T15:53:05.014Z] Removing intermediate container 407f413727f0 [2020-12-31T15:53:05.014Z] ---> 3d384eb8a408 [2020-12-31T15:53:05.014Z] Step 6/22 : COPY go.mod . [2020-12-31T15:53:05.014Z] Removing intermediate container 42b1218e5fe2 [2020-12-31T15:53:05.014Z] ---> 3399fc02650b [2020-12-31T15:53:05.014Z] Step 6/27 : COPY go.mod . [2020-12-31T15:53:05.014Z] Removing intermediate container 42e17e7fc0cb [2020-12-31T15:53:05.014Z] ---> d8b87242d8f5 [2020-12-31T15:53:05.014Z] Step 6/24 : COPY go.mod . [2020-12-31T15:53:05.628Z] ---> 0f85c5fce53c [2020-12-31T15:53:05.628Z] Step 7/22 : RUN go mod download [2020-12-31T15:53:05.628Z] ---> 1b3154e965f1 [2020-12-31T15:53:05.628Z] Step 7/27 : RUN go mod download [2020-12-31T15:53:05.628Z] ---> 1b8bdc010317 [2020-12-31T15:53:05.628Z] Step 7/21 : RUN go mod download [2020-12-31T15:53:05.628Z] ---> Running in 11033150e7f7 [2020-12-31T15:53:05.628Z] ---> Running in a6f2a86b7dda [2020-12-31T15:53:05.628Z] ---> Running in 916497ecb2a0 [2020-12-31T15:53:05.628Z] ---> cd8fb862525a [2020-12-31T15:53:05.628Z] Step 7/24 : RUN go mod download [2020-12-31T15:53:05.898Z] ---> Running in 850a5cf2fbed [2020-12-31T15:53:09.429Z] Removing intermediate container a6f2a86b7dda [2020-12-31T15:53:09.429Z] ---> 4c13dfd2ef07 [2020-12-31T15:53:09.429Z] Step 8/27 : COPY . . [2020-12-31T15:53:09.429Z] Removing intermediate container 916497ecb2a0 [2020-12-31T15:53:09.429Z] ---> fd8d50a43c8c [2020-12-31T15:53:09.429Z] Step 8/21 : COPY . . [2020-12-31T15:53:09.429Z] Removing intermediate container 11033150e7f7 [2020-12-31T15:53:09.429Z] ---> dcb581ef5dcd [2020-12-31T15:53:09.429Z] Step 8/22 : COPY . . [2020-12-31T15:53:09.429Z] Removing intermediate container 850a5cf2fbed [2020-12-31T15:53:09.429Z] ---> 36b1dce0d427 [2020-12-31T15:53:09.429Z] Step 8/24 : COPY . . [2020-12-31T15:53:39.628Z] 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 [2020-12-31T15:53:48.024Z] Removing intermediate container 6cdbfc908486 [2020-12-31T15:53:48.024Z] ---> bcfb0c61c916 [2020-12-31T15:53:48.024Z] [2020-12-31T15:53:48.024Z] Step 10/22 : FROM alpine:3.10 [2020-12-31T15:53:48.303Z] 3.10: Pulling from library/alpine [2020-12-31T15:53:52.655Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-31T15:53:52.655Z] Status: Downloaded newer image for alpine:3.10 [2020-12-31T15:53:52.655Z] ---> 536a684cf733 [2020-12-31T15:53:52.655Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T15:53:52.655Z] ---> Running in 29a8159eef6d [2020-12-31T15:53:52.655Z] Removing intermediate container 13911fdaa913 [2020-12-31T15:53:52.655Z] ---> 417376237ec0 [2020-12-31T15:53:52.655Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-31T15:53:52.927Z] Removing intermediate container afbb470b0868 [2020-12-31T15:53:52.927Z] ---> a5bc5c8c8a6b [2020-12-31T15:53:52.927Z] [2020-12-31T15:53:52.927Z] Step 10/21 : FROM alpine [2020-12-31T15:53:52.927Z] latest: Pulling from library/alpine [2020-12-31T15:53:53.205Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-31T15:53:53.205Z] Status: Downloaded newer image for alpine:latest [2020-12-31T15:53:53.205Z] ---> afeebe901d6b [2020-12-31T15:53:53.205Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-31T15:53:53.205Z] ---> Running in 87b266b30f51 [2020-12-31T15:53:53.483Z] ---> Running in 6d5ad71fee58 [2020-12-31T15:53:54.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:53:54.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:53:55.524Z] v3.10.5-172-g46bfe57e1d [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-31T15:53:55.524Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-31T15:53:55.524Z] OK: 10171 distinct packages available [2020-12-31T15:53:55.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:53:55.800Z] 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 [2020-12-31T15:53:56.077Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:53:56.352Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-31T15:53:56.352Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-31T15:53:56.352Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-31T15:53:56.352Z] (4/5) Installing curl (7.66.0-r3) [2020-12-31T15:53:56.352Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-31T15:53:56.352Z] Executing busybox-1.30.1-r3.trigger [2020-12-31T15:53:56.352Z] Executing ca-certificates-20191127-r2.trigger [2020-12-31T15:53:56.630Z] Removing intermediate container 39f2d42f3c80 [2020-12-31T15:53:56.630Z] ---> 01fc759a6b10 [2020-12-31T15:53:56.630Z] [2020-12-31T15:53:56.630Z] Step 10/22 : FROM scratch [2020-12-31T15:53:56.630Z] ---> [2020-12-31T15:53:56.630Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T15:53:56.907Z] v3.12.3-32-gd4b5d61f2b [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:53:56.907Z] v3.12.3-19-g600182bf4f [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:53:56.907Z] OK: 12615 distinct packages available [2020-12-31T15:53:56.907Z] OK: 7 MiB in 19 packages [2020-12-31T15:53:56.907Z] ---> Running in a1fb56fe30a2 [2020-12-31T15:53:57.506Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-31T15:53:57.784Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T15:53:57.784Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-31T15:53:57.784Z] (4/4) Installing curl (7.69.1-r3) [2020-12-31T15:53:57.784Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T15:53:57.784Z] Executing ca-certificates-20191127-r4.trigger [2020-12-31T15:53:57.784Z] Removing intermediate container a1fb56fe30a2 [2020-12-31T15:53:57.784Z] ---> 5461f7289fd0 [2020-12-31T15:53:57.784Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-31T15:53:58.076Z] OK: 7 MiB in 18 packages [2020-12-31T15:53:58.076Z] ---> Running in 76069242673e [2020-12-31T15:53:59.066Z] Removing intermediate container 76069242673e [2020-12-31T15:53:59.066Z] ---> 2c1785796d2d [2020-12-31T15:53:59.066Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T15:53:59.341Z] ---> Running in 7dadfdcde83b [2020-12-31T15:53:59.939Z] Removing intermediate container 29a8159eef6d [2020-12-31T15:53:59.939Z] ---> 8952a788b478 [2020-12-31T15:53:59.939Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-31T15:54:00.218Z] ---> Running in aa535b34b112 [2020-12-31T15:54:00.817Z] Removing intermediate container 7dadfdcde83b [2020-12-31T15:54:00.817Z] ---> 71dfeca3a1be [2020-12-31T15:54:00.817Z] Step 14/22 : WORKDIR / [2020-12-31T15:54:00.817Z] ---> Running in 7c3e2f325819 [2020-12-31T15:54:01.092Z] Removing intermediate container 6d5ad71fee58 [2020-12-31T15:54:01.092Z] ---> e2e7bf3f9be2 [2020-12-31T15:54:01.092Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T15:54:01.092Z] Removing intermediate container 87b266b30f51 [2020-12-31T15:54:01.092Z] ---> 37175454fdc3 [2020-12-31T15:54:01.092Z] [2020-12-31T15:54:01.092Z] Step 11/27 : FROM docker:latest [2020-12-31T15:54:01.092Z] ---> f66387bf908a [2020-12-31T15:54:01.092Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-31T15:54:01.092Z] Removing intermediate container aa535b34b112 [2020-12-31T15:54:01.092Z] ---> 75c9df17a53c [2020-12-31T15:54:01.092Z] Step 13/22 : WORKDIR / [2020-12-31T15:54:01.366Z] ---> Running in 7047500b496f [2020-12-31T15:54:01.366Z] ---> Running in ca8d248c6f29 [2020-12-31T15:54:01.641Z] ---> Running in 054558e6ce88 [2020-12-31T15:54:01.924Z] Removing intermediate container 7c3e2f325819 [2020-12-31T15:54:01.924Z] ---> 0d5cb1e216a3 [2020-12-31T15:54:01.924Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-31T15:54:01.924Z] Removing intermediate container ca8d248c6f29 [2020-12-31T15:54:01.924Z] ---> a39d911db2b7 [2020-12-31T15:54:01.924Z] Step 13/21 : WORKDIR /edgex [2020-12-31T15:54:02.520Z] ---> Running in 5b7a5f9c5884 [2020-12-31T15:54:02.803Z] Removing intermediate container 054558e6ce88 [2020-12-31T15:54:02.803Z] ---> dcd03108f86f [2020-12-31T15:54:02.803Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-31T15:54:03.079Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:54:03.079Z] ---> 266038296da5 [2020-12-31T15:54:03.079Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-31T15:54:03.356Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:54:03.356Z] Removing intermediate container 5b7a5f9c5884 [2020-12-31T15:54:03.356Z] ---> 78bd13699423 [2020-12-31T15:54:03.356Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-31T15:54:03.957Z] (1/2) Installing readline (8.0.4-r0) [2020-12-31T15:54:03.957Z] (2/2) Installing bash (5.0.17-r0) [2020-12-31T15:54:03.957Z] Executing bash-5.0.17-r0.post-install [2020-12-31T15:54:03.957Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T15:54:03.957Z] OK: 12 MiB in 22 packages [2020-12-31T15:54:04.231Z] ---> 6e87ec414a23 [2020-12-31T15:54:04.231Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-31T15:54:05.661Z] ---> 33c75ff8e3de [2020-12-31T15:54:05.661Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-31T15:54:05.934Z] ---> f76f53a4cbf2 [2020-12-31T15:54:05.934Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-31T15:54:06.207Z] ---> 93ec126f1d0e [2020-12-31T15:54:06.207Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-31T15:54:06.207Z] Removing intermediate container 0793882b289a [2020-12-31T15:54:06.207Z] ---> 689f1951a127 [2020-12-31T15:54:06.207Z] [2020-12-31T15:54:06.207Z] Step 10/22 : FROM scratch [2020-12-31T15:54:06.207Z] ---> [2020-12-31T15:54:06.207Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T15:54:06.479Z] ---> Using cache [2020-12-31T15:54:06.479Z] ---> 5461f7289fd0 [2020-12-31T15:54:06.479Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-31T15:54:06.479Z] Removing intermediate container 7047500b496f [2020-12-31T15:54:06.479Z] ---> 3c592dee238a [2020-12-31T15:54:06.479Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-31T15:54:06.754Z] ---> Running in 30959c4beffa [2020-12-31T15:54:06.754Z] ---> Running in e2fe7b7be38c [2020-12-31T15:54:07.032Z] ---> 4b0c2d2cc750 [2020-12-31T15:54:07.032Z] ---> def69dc85559 [2020-12-31T15:54:07.032Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-31T15:54:07.032Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-31T15:54:07.309Z] ---> a4c4fd1d1ce6 [2020-12-31T15:54:07.309Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-31T15:54:07.309Z] ---> Running in 078e26392a19 [2020-12-31T15:54:07.309Z] Removing intermediate container 30959c4beffa [2020-12-31T15:54:07.309Z] ---> ea98430695d5 [2020-12-31T15:54:07.309Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T15:54:07.586Z] ---> Running in cd11a96bc574 [2020-12-31T15:54:07.772Z] ---> 6a10762898a0 [2020-12-31T15:54:07.772Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-31T15:54:07.772Z] ---> 7df291af73a0 [2020-12-31T15:54:07.772Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-31T15:54:07.772Z] ---> cf911ba629a3 [2020-12-31T15:54:07.772Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-31T15:54:07.772Z] ---> Running in d531d74a8f42 [2020-12-31T15:54:07.772Z] ---> Running in 85414d839684 [2020-12-31T15:54:07.772Z] ---> Running in 1d5b88640150 [2020-12-31T15:54:07.772Z] ---> 3d5d2154a919 [2020-12-31T15:54:07.772Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-31T15:54:07.772Z] ---> Running in be9622c4a09d [2020-12-31T15:54:07.772Z] 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 [2020-12-31T15:54:07.772Z] 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 [2020-12-31T15:54:07.772Z] 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 [2020-12-31T15:54:07.772Z] 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 [2020-12-31T15:54:08.180Z] Removing intermediate container 078e26392a19 [2020-12-31T15:54:08.180Z] ---> 75aeafcb16c7 [2020-12-31T15:54:08.180Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T15:54:08.455Z] Removing intermediate container cd11a96bc574 [2020-12-31T15:54:08.455Z] ---> e920ccd664dd [2020-12-31T15:54:08.455Z] Step 14/22 : WORKDIR / [2020-12-31T15:54:08.455Z] ---> Running in 8e7b9fe93648 [2020-12-31T15:54:08.727Z] ---> 02dcc88775ce [2020-12-31T15:54:08.727Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-31T15:54:08.727Z] ---> Running in b3982648a29a [2020-12-31T15:54:08.727Z] ---> 863b46d9725e [2020-12-31T15:54:08.727Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-31T15:54:08.727Z] ---> Running in f5cdaab9e737 [2020-12-31T15:54:08.999Z] ---> Running in 78ab55b0945f [2020-12-31T15:54:09.276Z] Removing intermediate container 8e7b9fe93648 [2020-12-31T15:54:09.276Z] ---> 6014d2508b9a [2020-12-31T15:54:09.276Z] Step 20/22 : LABEL arch=arm64 [2020-12-31T15:54:09.556Z] Removing intermediate container b3982648a29a [2020-12-31T15:54:09.556Z] ---> 8808112448c2 [2020-12-31T15:54:09.556Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-31T15:54:09.556Z] ---> Running in 76418e501bcb [2020-12-31T15:54:09.556Z] Removing intermediate container 78ab55b0945f [2020-12-31T15:54:09.556Z] ---> aedff7f1c833 [2020-12-31T15:54:09.556Z] Step 18/21 : CMD ["--init=true"] [2020-12-31T15:54:09.840Z] ---> Running in 36b9012ab4e6 [2020-12-31T15:54:10.442Z] Removing intermediate container e2fe7b7be38c [2020-12-31T15:54:10.442Z] ---> 5fc34c5f3c7e [2020-12-31T15:54:10.442Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-31T15:54:10.442Z] Removing intermediate container 76418e501bcb [2020-12-31T15:54:10.442Z] ---> a9440d4a8e08 [2020-12-31T15:54:10.442Z] Step 21/22 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:54:10.718Z] ---> ddf6e2f5d061 [2020-12-31T15:54:10.718Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-31T15:54:10.718Z] ---> Running in ddd7d6a724be [2020-12-31T15:54:10.718Z] ---> Running in 18736a314bd1 [2020-12-31T15:54:10.718Z] Removing intermediate container 36b9012ab4e6 [2020-12-31T15:54:10.718Z] ---> 5c7b4718334a [2020-12-31T15:54:10.718Z] Step 19/21 : LABEL arch=arm64 [2020-12-31T15:54:10.997Z] ---> Running in b6bce5a2cdac [2020-12-31T15:54:11.595Z] Removing intermediate container ddd7d6a724be [2020-12-31T15:54:11.595Z] ---> 046f11ef704c [2020-12-31T15:54:11.595Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-31T15:54:11.595Z] Removing intermediate container 18736a314bd1 [2020-12-31T15:54:11.595Z] ---> 5400e46f5e4d [2020-12-31T15:54:11.595Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T15:54:11.880Z] Removing intermediate container b6bce5a2cdac [2020-12-31T15:54:11.880Z] ---> 7f412038320a [2020-12-31T15:54:11.880Z] Step 20/21 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:54:11.880Z] ---> Running in 28b492eaeca2 [2020-12-31T15:54:11.880Z] ---> Running in 2d5aff639fc7 [2020-12-31T15:54:11.880Z] Removing intermediate container f5cdaab9e737 [2020-12-31T15:54:11.880Z] ---> fe1e1420ce93 [2020-12-31T15:54:11.880Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-31T15:54:12.154Z] ---> Running in c0ef033f5aa3 [2020-12-31T15:54:12.154Z] ---> Running in e5c09aefe9df [2020-12-31T15:54:12.432Z] ---> c524e791bef0 [2020-12-31T15:54:12.432Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-31T15:54:12.712Z] Removing intermediate container 28b492eaeca2 [2020-12-31T15:54:12.712Z] ---> b10472d0af68 [2020-12-31T15:54:12.712Z] [2020-12-31T15:54:12.712Z] Removing intermediate container 2d5aff639fc7 [2020-12-31T15:54:12.712Z] ---> a35f9a24d21b [2020-12-31T15:54:12.712Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-31T15:54:12.998Z] ---> Running in fbb9103d05b6 [2020-12-31T15:54:12.998Z] Removing intermediate container c0ef033f5aa3 [2020-12-31T15:54:12.998Z] ---> fcb947b36b43 [2020-12-31T15:54:12.998Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T15:54:12.998Z] Removing intermediate container e5c09aefe9df [2020-12-31T15:54:12.998Z] ---> 3cb6c64142e0 [2020-12-31T15:54:12.998Z] Step 20/22 : LABEL arch=arm64 [2020-12-31T15:54:12.998Z] Successfully built b10472d0af68 [2020-12-31T15:54:13.367Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-31T15:54:13.367Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-12-31T15:54:13.367Z] ---> Running in 4482fefddf13 [2020-12-31T15:54:13.367Z] ---> Running in 2e93cc3f0f29 [2020-12-31T15:54:13.692Z] ---> 6e215d1f90a3 [2020-12-31T15:54:13.692Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-31T15:54:13.692Z] Removing intermediate container fbb9103d05b6 [2020-12-31T15:54:13.692Z] ---> f56b997946ba [2020-12-31T15:54:13.692Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-31T15:54:13.692Z] ---> Running in cc1621231450 [2020-12-31T15:54:14.291Z] Removing intermediate container 4482fefddf13 [2020-12-31T15:54:14.291Z] ---> 1af0ac56c41c [2020-12-31T15:54:14.291Z] Step 21/22 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:54:14.291Z] Removing intermediate container 2e93cc3f0f29 [2020-12-31T15:54:14.291Z] ---> 682a03dd6aa7 [2020-12-31T15:54:14.291Z] [2020-12-31T15:54:14.567Z] ---> Running in 02b1b2e3fd80 [2020-12-31T15:54:14.567Z] Removing intermediate container cc1621231450 [2020-12-31T15:54:14.567Z] ---> 3fa9a8d39a2d [2020-12-31T15:54:14.567Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T15:54:14.855Z] Successfully built 682a03dd6aa7 [2020-12-31T15:54:14.855Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-31T15:54:14.855Z] Building docker-security-secretstore-setup-go [2020-12-31T15:54:15.401Z]  Building docker-security-proxy-setup-go ... done  ---> Running in 75a31317d921 [2020-12-31T15:54:15.681Z] Removing intermediate container 02b1b2e3fd80 [2020-12-31T15:54:15.681Z] ---> c0be74a832aa [2020-12-31T15:54:15.681Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T15:54:15.681Z] ---> d726fba388e6 [2020-12-31T15:54:15.681Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-31T15:54:15.961Z] ---> Running in 06b50e9333f9 [2020-12-31T15:54:16.238Z] Removing intermediate container 75a31317d921 [2020-12-31T15:54:16.238Z] ---> d84ab7a1c0ad [2020-12-31T15:54:16.238Z] Step 20/22 : LABEL arch=arm64 [2020-12-31T15:54:17.218Z] ---> Running in 7a6f7da0bc22 [2020-12-31T15:54:18.200Z] Removing intermediate container 06b50e9333f9 [2020-12-31T15:54:18.200Z] ---> 9747fc550355 [2020-12-31T15:54:18.200Z] [2020-12-31T15:54:18.200Z] ---> 4c203d12a898 [2020-12-31T15:54:18.200Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-31T15:54:18.475Z] Successfully built 9747fc550355 [2020-12-31T15:54:18.475Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-31T15:54:18.475Z] Building docker-support-scheduler-go [2020-12-31T15:54:18.751Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 7a6f7da0bc22 [2020-12-31T15:54:18.751Z] ---> 3ab921ab7a32 [2020-12-31T15:54:18.751Z] Step 21/22 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:54:19.343Z] ---> Running in 65a60d652124 [2020-12-31T15:54:19.343Z] ---> f4b64fdfe952 [2020-12-31T15:54:19.343Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-31T15:54:19.935Z] ---> Running in 7945f8774921 [2020-12-31T15:54:20.209Z] Removing intermediate container 65a60d652124 [2020-12-31T15:54:20.209Z] ---> 9e1abe0e879b [2020-12-31T15:54:20.209Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T15:54:21.186Z] ---> Running in 42c1ee653705 [2020-12-31T15:54:22.174Z] Removing intermediate container 42c1ee653705 [2020-12-31T15:54:22.174Z] ---> a7262394cc62 [2020-12-31T15:54:22.174Z] [2020-12-31T15:54:22.452Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:54:22.724Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:54:22.724Z] Successfully built a7262394cc62 [2020-12-31T15:54:22.724Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-31T15:54:22.724Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2020-12-31T15:54:23.321Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-31T15:54:23.321Z] (2/33) Installing expat (2.2.9-r1) [2020-12-31T15:54:23.321Z] (3/33) Installing libffi (3.3-r2) [2020-12-31T15:54:23.321Z] (4/33) Installing gdbm (1.13-r1) [2020-12-31T15:54:23.321Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-31T15:54:23.321Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-31T15:54:23.321Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-31T15:54:25.296Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-31T15:54:25.296Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-31T15:54:25.296Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-31T15:54:25.296Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-31T15:54:25.296Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-31T15:54:25.296Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-31T15:54:25.296Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-31T15:54:25.296Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-31T15:54:25.296Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-31T15:54:25.296Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-31T15:54:25.296Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-31T15:54:25.296Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-31T15:54:25.296Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-31T15:54:25.296Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-31T15:54:25.296Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-31T15:54:25.578Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-31T15:54:25.578Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-31T15:54:25.578Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-31T15:54:25.578Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-31T15:54:25.578Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-31T15:54:25.578Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-31T15:54:25.578Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-31T15:54:25.578Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-31T15:54:25.578Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-31T15:54:25.578Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-31T15:54:25.578Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-31T15:54:25.852Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T15:54:25.852Z] OK: 71 MiB in 55 packages [2020-12-31T15:54:38.310Z] Removing intermediate container 7945f8774921 [2020-12-31T15:54:38.310Z] ---> 4ee2490a3583 [2020-12-31T15:54:38.310Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-31T15:54:38.310Z] ---> Running in 0652595d0f60 [2020-12-31T15:54:43.705Z] Collecting docker-compose==1.23.2 [2020-12-31T15:54:43.705Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-31T15:54:43.978Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-31T15:54:43.978Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-31T15:54:44.583Z] Collecting texttable<0.10,>=0.9.0 [2020-12-31T15:54:44.583Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-31T15:54:47.184Z] Removing intermediate container 85414d839684 [2020-12-31T15:54:47.184Z] ---> 548e2f87be59 [2020-12-31T15:54:47.184Z] [2020-12-31T15:54:47.184Z] Step 10/24 : FROM scratch [2020-12-31T15:54:47.184Z] ---> [2020-12-31T15:54:47.184Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-31T15:54:47.184Z] Removing intermediate container d531d74a8f42 [2020-12-31T15:54:47.184Z] ---> 02ba6c3555fd [2020-12-31T15:54:47.184Z] [2020-12-31T15:54:47.184Z] Step 10/21 : FROM scratch [2020-12-31T15:54:47.184Z] ---> [2020-12-31T15:54:47.184Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T15:54:47.184Z] Removing intermediate container be9622c4a09d [2020-12-31T15:54:47.184Z] ---> 3d6e9d765e49 [2020-12-31T15:54:47.184Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-31T15:54:47.184Z] Removing intermediate container 1d5b88640150 [2020-12-31T15:54:47.184Z] ---> 35b5d538fbf6 [2020-12-31T15:54:47.184Z] [2020-12-31T15:54:47.184Z] Step 10/22 : FROM scratch [2020-12-31T15:54:47.184Z] ---> [2020-12-31T15:54:47.184Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T15:54:47.184Z] ---> Running in 45824c8e176b [2020-12-31T15:54:47.184Z] ---> Using cache [2020-12-31T15:54:47.184Z] ---> 5000d2470add [2020-12-31T15:54:47.184Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-31T15:54:47.184Z] ---> Using cache [2020-12-31T15:54:47.184Z] ---> 5000d2470add [2020-12-31T15:54:47.184Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-31T15:54:47.184Z] ---> Running in fc27c2e4ac1c [2020-12-31T15:54:47.184Z] ---> Running in eede95df718e [2020-12-31T15:54:47.184Z] ---> Running in faa1799f57c1 [2020-12-31T15:54:47.184Z] Removing intermediate container fc27c2e4ac1c [2020-12-31T15:54:47.184Z] ---> e219d48a50df [2020-12-31T15:54:47.184Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-31T15:54:47.184Z] Removing intermediate container eede95df718e [2020-12-31T15:54:47.184Z] ---> 7782b29488ac [2020-12-31T15:54:47.184Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-31T15:54:47.184Z] Removing intermediate container faa1799f57c1 [2020-12-31T15:54:47.184Z] ---> 949084c267c1 [2020-12-31T15:54:47.184Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-31T15:54:47.184Z] 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 [2020-12-31T15:54:47.184Z] ---> Running in 0e70f9136b84 [2020-12-31T15:54:47.184Z] ---> Running in 332e5c582e9a [2020-12-31T15:54:47.184Z] ---> Running in 607f431af9a1 [2020-12-31T15:54:47.184Z] Removing intermediate container 332e5c582e9a [2020-12-31T15:54:47.184Z] ---> d12d00e1b017 [2020-12-31T15:54:47.184Z] Step 14/22 : WORKDIR / [2020-12-31T15:54:47.184Z] Removing intermediate container 0e70f9136b84 [2020-12-31T15:54:47.184Z] ---> e1fa02903117 [2020-12-31T15:54:47.184Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-31T15:54:47.184Z] Removing intermediate container 607f431af9a1 [2020-12-31T15:54:47.184Z] ---> e89176c76a1e [2020-12-31T15:54:47.184Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-31T15:54:47.184Z] ---> Running in 30fc82e359cc [2020-12-31T15:54:47.184Z] ---> Running in 2832c5722787 [2020-12-31T15:54:47.184Z] Removing intermediate container 30fc82e359cc [2020-12-31T15:54:47.184Z] ---> 49f4c348e5c2 [2020-12-31T15:54:47.184Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-31T15:54:47.184Z] ---> 7d547d677bd0 [2020-12-31T15:54:47.184Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-31T15:54:47.184Z] Removing intermediate container 2832c5722787 [2020-12-31T15:54:47.184Z] ---> 6d3986777a2c [2020-12-31T15:54:47.184Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-31T15:54:47.213Z] Collecting docker<4.0,>=3.6.0 [2020-12-31T15:54:47.213Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-31T15:54:47.820Z] ---> 613dfdbf5c90 [2020-12-31T15:54:47.820Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-31T15:54:47.820Z] ---> f8809a5724aa [2020-12-31T15:54:47.820Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-31T15:54:47.820Z] ---> eec753862adb [2020-12-31T15:54:47.820Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-31T15:54:48.128Z] Removing intermediate container 45824c8e176b [2020-12-31T15:54:48.128Z] ---> 02fa60a54086 [2020-12-31T15:54:48.128Z] [2020-12-31T15:54:48.128Z] Step 11/27 : FROM docker:latest [2020-12-31T15:54:48.128Z] ---> 0040bc98e531 [2020-12-31T15:54:48.128Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-31T15:54:48.193Z] Collecting jsonschema<3,>=2.5.1 [2020-12-31T15:54:48.193Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-31T15:54:48.454Z] ---> Running in 4416be5b0549 [2020-12-31T15:54:48.466Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-31T15:54:48.741Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-31T15:54:48.741Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-31T15:54:49.080Z] ---> 717d9f7235c6 [2020-12-31T15:54:49.080Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-31T15:54:49.457Z] ---> 61c0b74c2ff4 [2020-12-31T15:54:49.457Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-31T15:54:49.457Z] ---> Running in 052f48b98460 [2020-12-31T15:54:49.457Z] ---> 74b84a01f8ab [2020-12-31T15:54:49.457Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-31T15:54:50.144Z] Removing intermediate container 052f48b98460 [2020-12-31T15:54:50.144Z] ---> ec8dd362bd0f [2020-12-31T15:54:50.144Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T15:54:50.144Z] ---> Running in eebf5ff22c8d [2020-12-31T15:54:50.430Z] ---> acb4c93221f2 [2020-12-31T15:54:50.430Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-31T15:54:50.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:54:50.430Z] ---> Running in 7e54dab71032 [2020-12-31T15:54:50.430Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:54:50.712Z] ---> c3ef6e8bee9c [2020-12-31T15:54:50.712Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-31T15:54:50.712Z] Removing intermediate container eebf5ff22c8d [2020-12-31T15:54:50.712Z] ---> 4b25548a2ed9 [2020-12-31T15:54:50.712Z] Step 19/21 : LABEL arch=x86_64 [2020-12-31T15:54:50.712Z] (1/2) Installing readline (8.0.4-r0) [2020-12-31T15:54:50.712Z] (2/2) Installing bash (5.0.17-r0) [2020-12-31T15:54:50.712Z] Executing bash-5.0.17-r0.post-install [2020-12-31T15:54:50.712Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T15:54:50.979Z] OK: 12 MiB in 22 packages [2020-12-31T15:54:51.424Z] Collecting cached-property<2,>=1.2.0 [2020-12-31T15:54:51.424Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-31T15:54:51.585Z] ---> Running in fa8ffc8bf012 [2020-12-31T15:54:51.585Z] Removing intermediate container 7e54dab71032 [2020-12-31T15:54:51.585Z] ---> dfb7743600f7 [2020-12-31T15:54:51.585Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T15:54:51.585Z] ---> 51cb566e904d [2020-12-31T15:54:51.585Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-31T15:54:51.585Z] ---> Running in 9b46c7ab16ff [2020-12-31T15:54:51.868Z] Removing intermediate container fa8ffc8bf012 [2020-12-31T15:54:51.868Z] ---> 8b1c4c9c9c22 [2020-12-31T15:54:51.868Z] Step 20/21 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:54:52.024Z] Collecting PyYAML<4,>=3.10 [2020-12-31T15:54:52.024Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-31T15:54:52.146Z] ---> Running in 698e8f7c1e45 [2020-12-31T15:54:52.146Z] Removing intermediate container 4416be5b0549 [2020-12-31T15:54:52.146Z] ---> 55094a52e8c4 [2020-12-31T15:54:52.146Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-31T15:54:52.146Z] Removing intermediate container 9b46c7ab16ff [2020-12-31T15:54:52.146Z] ---> 5de8ed8b8dcc [2020-12-31T15:54:52.146Z] Step 20/22 : LABEL arch=x86_64 [2020-12-31T15:54:52.424Z] ---> Running in 746dc8e0360c [2020-12-31T15:54:52.424Z] ---> Running in db2b8388522a [2020-12-31T15:54:52.720Z] Removing intermediate container 698e8f7c1e45 [2020-12-31T15:54:52.720Z] ---> b578e60957c0 [2020-12-31T15:54:52.720Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T15:54:52.720Z] ---> 48bdce7dc5c1 [2020-12-31T15:54:52.720Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-31T15:54:52.720Z] ---> Running in 3f4d7ac9fa51 [2020-12-31T15:54:53.009Z] Removing intermediate container db2b8388522a [2020-12-31T15:54:53.009Z] ---> c8aa2c38f146 [2020-12-31T15:54:53.009Z] Step 21/22 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:54:53.009Z] ---> Running in be87bbcbe6d0 [2020-12-31T15:54:53.305Z] Removing intermediate container 3f4d7ac9fa51 [2020-12-31T15:54:53.305Z] ---> f8d862ed2f07 [2020-12-31T15:54:53.305Z] [2020-12-31T15:54:53.305Z] ---> 7d9ebe561410 [2020-12-31T15:54:53.305Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-31T15:54:53.988Z] ---> Running in e47656551a9a [2020-12-31T15:54:53.988Z] Removing intermediate container be87bbcbe6d0 [2020-12-31T15:54:53.988Z] ---> fad9454358c4 [2020-12-31T15:54:53.988Z] Step 22/22 : LABEL version=0.0.0 [2020-12-31T15:54:54.037Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:54:54.038Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:54:54.038Z] ---> 301043219a9c [2020-12-31T15:54:54.038Z] Step 3/23 : WORKDIR /edgex-go [2020-12-31T15:54:54.038Z] ---> Using cache [2020-12-31T15:54:54.038Z] ---> 0ec48fd648f8 [2020-12-31T15:54:54.038Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:54:54.038Z] ---> Using cache [2020-12-31T15:54:54.038Z] ---> 85a337256709 [2020-12-31T15:54:54.038Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-31T15:54:54.331Z] ---> Running in c96273250ece [2020-12-31T15:54:54.331Z] Successfully built f8d862ed2f07 [2020-12-31T15:54:54.609Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-31T15:54:54.609Z]  Building docker-support-scheduler-go ... done Removing intermediate container e47656551a9a [2020-12-31T15:54:54.609Z] ---> 3b986957e5a5 [2020-12-31T15:54:54.609Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T15:54:54.900Z] ---> Running in c44755e21dcd [2020-12-31T15:54:54.900Z] Removing intermediate container c96273250ece [2020-12-31T15:54:54.900Z] ---> 11a73aa6f08b [2020-12-31T15:54:54.900Z] [2020-12-31T15:54:55.182Z] Removing intermediate container 746dc8e0360c [2020-12-31T15:54:55.182Z] ---> adef9f892265 [2020-12-31T15:54:55.182Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-31T15:54:55.461Z] ---> Running in ba9f82ce53cd [2020-12-31T15:54:55.461Z] Removing intermediate container c44755e21dcd [2020-12-31T15:54:55.461Z] ---> 410d9e907d1c [2020-12-31T15:54:55.461Z] Step 22/24 : LABEL arch=x86_64 [2020-12-31T15:54:55.461Z] Successfully built 11a73aa6f08b [2020-12-31T15:54:55.461Z] Successfully tagged docker-core-command-go:latest [2020-12-31T15:54:55.461Z]  Building docker-core-command-go ... done  ---> Running in 6efca6793375 [2020-12-31T15:54:55.768Z] Removing intermediate container ba9f82ce53cd [2020-12-31T15:54:55.768Z] ---> 65e1475a5842 [2020-12-31T15:54:55.768Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-31T15:54:55.768Z] ---> Running in c706e83c7e42 [2020-12-31T15:54:55.768Z] Removing intermediate container 6efca6793375 [2020-12-31T15:54:55.768Z] ---> f4d4c3f4faa8 [2020-12-31T15:54:55.768Z] Step 23/24 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:54:55.768Z] ---> Running in 0e1714a0e4ef [2020-12-31T15:54:56.056Z] Removing intermediate container c706e83c7e42 [2020-12-31T15:54:56.056Z] ---> a70b691658ed [2020-12-31T15:54:56.056Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-31T15:54:56.339Z] ---> Running in eb29d944edeb [2020-12-31T15:54:56.339Z] Removing intermediate container 0e1714a0e4ef [2020-12-31T15:54:56.339Z] ---> 42bc73e3cebf [2020-12-31T15:54:56.339Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T15:54:56.339Z] ---> Running in 01ab6194ef94 [2020-12-31T15:54:56.632Z] Removing intermediate container eb29d944edeb [2020-12-31T15:54:56.632Z] ---> 457a19890809 [2020-12-31T15:54:56.632Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-31T15:54:56.632Z] Removing intermediate container 01ab6194ef94 [2020-12-31T15:54:56.632Z] ---> dcd5088c67d5 [2020-12-31T15:54:56.632Z] [2020-12-31T15:54:56.689Z] Collecting docopt<0.7,>=0.6.1 [2020-12-31T15:54:56.689Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-31T15:54:56.903Z] Successfully built dcd5088c67d5 [2020-12-31T15:54:56.903Z] Successfully tagged docker-support-notifications-go:latest [2020-12-31T15:54:57.506Z]  Building docker-support-notifications-go ... done  ---> 134289fcb31c [2020-12-31T15:54:57.506Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-31T15:54:57.797Z] ---> 73085b19e883 [2020-12-31T15:54:57.797Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-31T15:54:58.411Z] ---> 9ef20a96e1b6 [2020-12-31T15:54:58.411Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-31T15:54:58.670Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:54:58.671Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:54:58.671Z] ---> 301043219a9c [2020-12-31T15:54:58.671Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T15:54:58.671Z] ---> Using cache [2020-12-31T15:54:58.671Z] ---> 0ec48fd648f8 [2020-12-31T15:54:58.671Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:54:58.671Z] ---> Using cache [2020-12-31T15:54:58.671Z] ---> 85a337256709 [2020-12-31T15:54:58.671Z] Step 5/24 : RUN apk update && apk add make git [2020-12-31T15:54:58.671Z] ---> Using cache [2020-12-31T15:54:58.671Z] ---> 28757e06b612 [2020-12-31T15:54:58.671Z] Step 6/24 : COPY go.mod . [2020-12-31T15:54:58.671Z] ---> Using cache [2020-12-31T15:54:58.671Z] ---> 1f57d628aab6 [2020-12-31T15:54:58.671Z] Step 7/24 : RUN go mod download [2020-12-31T15:54:58.671Z] ---> Using cache [2020-12-31T15:54:58.671Z] ---> 385c7e3baa76 [2020-12-31T15:54:58.671Z] Step 8/24 : COPY . . [2020-12-31T15:54:58.686Z] ---> Running in cadcf3b5aec1 [2020-12-31T15:54:58.945Z] ---> Using cache [2020-12-31T15:54:58.945Z] ---> 7b825989327b [2020-12-31T15:54:58.945Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-31T15:54:59.222Z] ---> Running in 8c0d1eeeaebe [2020-12-31T15:54:59.506Z] ---> Running in affb5d80ec20 [2020-12-31T15:54:59.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:55:00.038Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:55:00.318Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-31T15:55:00.318Z] (2/33) Installing expat (2.2.9-r1) [2020-12-31T15:55:00.318Z] (3/33) Installing libffi (3.3-r2) [2020-12-31T15:55:00.318Z] (4/33) Installing gdbm (1.13-r1) [2020-12-31T15:55:00.318Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-31T15:55:00.318Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-31T15:55:00.318Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-31T15:55:00.951Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-31T15:55:00.951Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-31T15:55:01.228Z] 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 [2020-12-31T15:55:01.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:55:01.786Z] Collecting docker-pycreds>=0.4.0 [2020-12-31T15:55:01.786Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-31T15:55:01.786Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:55:01.786Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:55:01.786Z] ---> 301043219a9c [2020-12-31T15:55:01.786Z] Step 3/21 : WORKDIR /edgex-go [2020-12-31T15:55:01.786Z] ---> Using cache [2020-12-31T15:55:01.786Z] ---> 0ec48fd648f8 [2020-12-31T15:55:01.786Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:55:01.786Z] ---> Using cache [2020-12-31T15:55:01.786Z] ---> 85a337256709 [2020-12-31T15:55:01.786Z] Step 5/21 : RUN apk update && apk add make git [2020-12-31T15:55:01.786Z] ---> Using cache [2020-12-31T15:55:01.786Z] ---> 28757e06b612 [2020-12-31T15:55:01.786Z] Step 6/21 : COPY go.mod . [2020-12-31T15:55:01.786Z] ---> Using cache [2020-12-31T15:55:01.786Z] ---> 1f57d628aab6 [2020-12-31T15:55:01.786Z] Step 7/21 : RUN go mod download [2020-12-31T15:55:01.786Z] ---> Using cache [2020-12-31T15:55:01.786Z] ---> 385c7e3baa76 [2020-12-31T15:55:01.786Z] Step 8/21 : COPY . . [2020-12-31T15:55:01.786Z] ---> Using cache [2020-12-31T15:55:01.786Z] ---> 7b825989327b [2020-12-31T15:55:01.786Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-31T15:55:02.390Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:55:02.994Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-31T15:55:02.994Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-31T15:55:03.270Z] ---> Running in 6f2f76d5da95 [2020-12-31T15:55:03.488Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-31T15:55:03.488Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-31T15:55:03.488Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-31T15:55:03.488Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-31T15:55:03.488Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-31T15:55:03.488Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-31T15:55:03.488Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-31T15:55:03.488Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-31T15:55:03.488Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-31T15:55:03.488Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-31T15:55:03.488Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-31T15:55:03.488Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-31T15:55:03.488Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-31T15:55:03.488Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-31T15:55:03.488Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-31T15:55:03.488Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-31T15:55:03.488Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-31T15:55:03.488Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-31T15:55:03.867Z] Collecting idna<2.8,>=2.5 [2020-12-31T15:55:03.868Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:55:03.868Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:55:03.868Z] OK: 12620 distinct packages available [2020-12-31T15:55:03.868Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-31T15:55:03.868Z] 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) [2020-12-31T15:55:03.868Z] 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) [2020-12-31T15:55:03.868Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-31T15:55:03.879Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-31T15:55:03.879Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-31T15:55:03.879Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-31T15:55:03.879Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-31T15:55:03.879Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-31T15:55:03.879Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-31T15:55:03.879Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-31T15:55:03.879Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-31T15:55:04.145Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-31T15:55:04.145Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-31T15:55:04.145Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-31T15:55:04.278Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T15:55:04.278Z] OK: 71 MiB in 55 packages [2020-12-31T15:55:04.748Z] OK: 217 MiB in 51 packages [2020-12-31T15:55:04.748Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-31T15:55:04.748Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-31T15:55:04.748Z] ---> 301043219a9c [2020-12-31T15:55:04.748Z] Step 3/24 : WORKDIR /edgex-go [2020-12-31T15:55:04.748Z] ---> Using cache [2020-12-31T15:55:04.748Z] ---> 0ec48fd648f8 [2020-12-31T15:55:04.748Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:55:04.748Z] ---> Using cache [2020-12-31T15:55:04.748Z] ---> 85a337256709 [2020-12-31T15:55:04.748Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-31T15:55:05.023Z] ---> Running in 5531bcae5c6f [2020-12-31T15:55:05.315Z] Installing collected packages: websocket-client, texttable, urllib3, idna, requests, docker-pycreds, docker, jsonschema, dockerpty, cached-property, PyYAML, docopt, docker-compose [2020-12-31T15:55:05.315Z] 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 [2020-12-31T15:55:05.924Z] Running setup.py install for texttable: started [2020-12-31T15:55:06.528Z] Removing intermediate container 8c0d1eeeaebe [2020-12-31T15:55:06.528Z] ---> ba1073b3e2f9 [2020-12-31T15:55:06.528Z] Step 6/23 : COPY go.mod . [2020-12-31T15:55:07.128Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:55:07.729Z] ---> 321ab513776b [2020-12-31T15:55:07.729Z] Step 7/23 : RUN go mod download [2020-12-31T15:55:08.002Z] ---> Running in 7d2c99651fa4 [2020-12-31T15:55:08.281Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:55:08.557Z] Running setup.py install for texttable: finished with status 'done' [2020-12-31T15:55:08.557Z] Attempting uninstall: urllib3 [2020-12-31T15:55:08.557Z] Found existing installation: urllib3 1.25.9 [2020-12-31T15:55:08.557Z] Uninstalling urllib3-1.25.9: [2020-12-31T15:55:08.835Z] Successfully uninstalled urllib3-1.25.9 [2020-12-31T15:55:09.442Z] v3.12.3-32-gd4b5d61f2b [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-31T15:55:09.442Z] v3.12.3-19-g600182bf4f [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-31T15:55:09.442Z] OK: 12620 distinct packages available [2020-12-31T15:55:09.442Z] Attempting uninstall: idna [2020-12-31T15:55:09.442Z] Found existing installation: idna 2.9 [2020-12-31T15:55:09.442Z] Uninstalling idna-2.9: [2020-12-31T15:55:09.720Z] Successfully uninstalled idna-2.9 [2020-12-31T15:55:10.325Z] Attempting uninstall: requests [2020-12-31T15:55:10.325Z] Found existing installation: requests 2.23.0 [2020-12-31T15:55:10.325Z] Uninstalling requests-2.23.0: [2020-12-31T15:55:10.601Z] OK: 217 MiB in 51 packages [2020-12-31T15:55:10.601Z] Successfully uninstalled requests-2.23.0 [2020-12-31T15:55:12.617Z] Removing intermediate container 5531bcae5c6f [2020-12-31T15:55:12.617Z] ---> 65f730b33128 [2020-12-31T15:55:12.617Z] Step 6/24 : COPY go.mod . [2020-12-31T15:55:12.617Z] Running setup.py install for dockerpty: started [2020-12-31T15:55:13.219Z] Removing intermediate container 7d2c99651fa4 [2020-12-31T15:55:13.219Z] ---> fd5839651eff [2020-12-31T15:55:13.219Z] Step 8/23 : COPY . . [2020-12-31T15:55:13.819Z] ---> c6355635cbab [2020-12-31T15:55:13.819Z] Step 7/24 : RUN go mod download [2020-12-31T15:55:14.098Z] ---> Running in 6f5e3d72b9e9 [2020-12-31T15:55:14.670Z] Removing intermediate container cadcf3b5aec1 [2020-12-31T15:55:14.670Z] ---> dfb5da2c2183 [2020-12-31T15:55:14.670Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-31T15:55:14.670Z] ---> Running in 174c62503869 [2020-12-31T15:55:15.547Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-31T15:55:15.547Z] Running setup.py install for PyYAML: started [2020-12-31T15:55:16.145Z] Collecting docker-compose==1.23.2 [2020-12-31T15:55:16.145Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-31T15:55:16.436Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-31T15:55:16.436Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-31T15:55:16.707Z] Collecting PyYAML<4,>=3.10 [2020-12-31T15:55:16.707Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-31T15:55:18.176Z] Collecting docker<4.0,>=3.6.0 [2020-12-31T15:55:18.176Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-31T15:55:18.176Z] Collecting jsonschema<3,>=2.5.1 [2020-12-31T15:55:18.176Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-31T15:55:18.451Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-31T15:55:18.452Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-31T15:55:18.452Z] Collecting texttable<0.10,>=0.9.0 [2020-12-31T15:55:18.452Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-31T15:55:19.488Z] Collecting docopt<0.7,>=0.6.1 [2020-12-31T15:55:19.488Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-31T15:55:19.945Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-31T15:55:19.945Z] Running setup.py install for docopt: started [2020-12-31T15:55:20.105Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-31T15:55:20.105Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-31T15:55:20.689Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-31T15:55:20.940Z] Removing intermediate container 6f5e3d72b9e9 [2020-12-31T15:55:20.941Z] ---> 34678856d65d [2020-12-31T15:55:20.941Z] Step 8/24 : COPY . . [2020-12-31T15:55:20.965Z] Collecting cached-property<2,>=1.2.0 [2020-12-31T15:55:20.966Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-31T15:55:20.966Z] 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) [2020-12-31T15:55:20.966Z] 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) [2020-12-31T15:55:21.246Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-31T15:55:21.246Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-31T15:55:21.246Z] Collecting idna<2.8,>=2.5 [2020-12-31T15:55:21.246Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-31T15:55:21.516Z] Collecting docker-pycreds>=0.4.0 [2020-12-31T15:55:21.516Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-31T15:55:21.516Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-31T15:55:21.516Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-31T15:55:21.516Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-31T15:55:21.516Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-31T15:55:21.790Z] Installing collected packages: urllib3, idna, requests, PyYAML, docker-pycreds, websocket-client, docker, jsonschema, texttable, docopt, dockerpty, cached-property, docker-compose [2020-12-31T15:55:21.791Z] Attempting uninstall: urllib3 [2020-12-31T15:55:21.791Z] Found existing installation: urllib3 1.25.9 [2020-12-31T15:55:21.791Z] Uninstalling urllib3-1.25.9: [2020-12-31T15:55:21.791Z] Successfully uninstalled urllib3-1.25.9 [2020-12-31T15:55:22.055Z] Attempting uninstall: idna [2020-12-31T15:55:22.055Z] Found existing installation: idna 2.9 [2020-12-31T15:55:22.055Z] Uninstalling idna-2.9: [2020-12-31T15:55:22.055Z] Successfully uninstalled idna-2.9 [2020-12-31T15:55:22.322Z] Attempting uninstall: requests [2020-12-31T15:55:22.322Z] Found existing installation: requests 2.23.0 [2020-12-31T15:55:22.322Z] Uninstalling requests-2.23.0: [2020-12-31T15:55:22.322Z] Successfully uninstalled requests-2.23.0 [2020-12-31T15:55:22.386Z] Running setup.py install for docopt: finished with status 'done' [2020-12-31T15:55:22.609Z] Running setup.py install for PyYAML: started [2020-12-31T15:55:23.619Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-31T15:55:23.832Z] 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 [2020-12-31T15:55:24.210Z] Running setup.py install for texttable: started [2020-12-31T15:55:24.814Z] Running setup.py install for texttable: finished with status 'done' [2020-12-31T15:55:24.814Z] Running setup.py install for docopt: started [2020-12-31T15:55:25.406Z] Running setup.py install for docopt: finished with status 'done' [2020-12-31T15:55:25.406Z] Running setup.py install for dockerpty: started [2020-12-31T15:55:26.048Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-31T15:55:26.656Z] 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 [2020-12-31T15:55:32.082Z] Removing intermediate container 174c62503869 [2020-12-31T15:55:32.082Z] ---> 71af65b2a22e [2020-12-31T15:55:32.082Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-31T15:55:32.082Z] ---> Running in ee5f9cea3cf6 [2020-12-31T15:55:32.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-31T15:55:32.678Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-31T15:55:32.961Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T15:55:32.961Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-31T15:55:32.961Z] (3/3) Installing curl (7.69.1-r3) [2020-12-31T15:55:32.961Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T15:55:32.961Z] OK: 72 MiB in 58 packages [2020-12-31T15:55:33.551Z] Removing intermediate container ee5f9cea3cf6 [2020-12-31T15:55:33.551Z] ---> d8892989d9cd [2020-12-31T15:55:33.551Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-31T15:55:33.834Z] ---> Running in d3855ef011fa [2020-12-31T15:55:34.010Z] Removing intermediate container 0652595d0f60 [2020-12-31T15:55:34.010Z] ---> 2f5a4224e977 [2020-12-31T15:55:34.010Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-31T15:55:34.010Z] ---> Running in 4b5e9a56ab46 [2020-12-31T15:55:34.010Z] ---> eb3a9e0c5bd2 [2020-12-31T15:55:34.010Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-31T15:55:34.111Z] Removing intermediate container d3855ef011fa [2020-12-31T15:55:34.111Z] ---> 6ada5e6ac915 [2020-12-31T15:55:34.111Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T15:55:34.396Z] ---> Running in ff877e214295 [2020-12-31T15:55:34.616Z] ---> Running in 36ce83aa19bb [2020-12-31T15:55:34.666Z] Removing intermediate container ff877e214295 [2020-12-31T15:55:34.666Z] ---> 88ce76dc9f9b [2020-12-31T15:55:34.666Z] Step 25/27 : LABEL arch=x86_64 [2020-12-31T15:55:34.666Z] ---> Running in 3d190a778931 [2020-12-31T15:55:34.931Z] Removing intermediate container 3d190a778931 [2020-12-31T15:55:34.932Z] ---> ffc18b18bb11 [2020-12-31T15:55:34.932Z] Step 26/27 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:55:34.932Z] ---> Running in 45e4f5519401 [2020-12-31T15:55:35.200Z] Removing intermediate container 45e4f5519401 [2020-12-31T15:55:35.200Z] ---> 9687f741c342 [2020-12-31T15:55:35.200Z] Step 27/27 : LABEL version=0.0.0 [2020-12-31T15:55:35.200Z] ---> Running in 4dab4d8284e6 [2020-12-31T15:55:35.213Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:55:35.475Z] Removing intermediate container 4dab4d8284e6 [2020-12-31T15:55:35.475Z] ---> bdbd39ee1b77 [2020-12-31T15:55:35.475Z] [2020-12-31T15:55:35.487Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:55:35.750Z] Successfully built bdbd39ee1b77 [2020-12-31T15:55:35.750Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-31T15:55:36.084Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-31T15:55:36.084Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-31T15:55:36.084Z] (3/3) Installing curl (7.69.1-r3) [2020-12-31T15:55:36.359Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T15:55:36.359Z] OK: 71 MiB in 58 packages [2020-12-31T15:55:36.359Z] 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 [2020-12-31T15:55:36.396Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-31T15:55:36.454Z] $ docker stop --time=1 666d255c5fd7f513f88a30fe7ac9f9c6946ebfa016108d7a06ff07fc2cd9ab32 [2020-12-31T15:55:38.997Z] Removing intermediate container 4b5e9a56ab46 [2020-12-31T15:55:38.997Z] ---> be3722aa9ba3 [2020-12-31T15:55:38.997Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-31T15:55:39.070Z] $ docker rm -f 666d255c5fd7f513f88a30fe7ac9f9c6946ebfa016108d7a06ff07fc2cd9ab32 [2020-12-31T15:55:39.274Z] ---> Running in af917b11a6f7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-31T15:55:40.183Z] + docker images [2020-12-31T15:55:40.183Z] + grep docker [2020-12-31T15:55:40.270Z] Removing intermediate container af917b11a6f7 [2020-12-31T15:55:40.270Z] ---> 4d95a9a2d8b3 [2020-12-31T15:55:40.270Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T15:55:40.458Z] docker-sys-mgmt-agent-go latest bdbd39ee1b77 5 seconds ago 313MB [2020-12-31T15:55:40.458Z] docker-support-notifications-go latest dcd5088c67d5 44 seconds ago 12MB [2020-12-31T15:55:40.458Z] docker-core-command-go latest 11a73aa6f08b 46 seconds ago 10.6MB [2020-12-31T15:55:40.458Z] docker-support-scheduler-go latest f8d862ed2f07 48 seconds ago 10.7MB [2020-12-31T15:55:40.458Z] docker-core-data-go latest 8856539ed724 3 minutes ago 22.2MB [2020-12-31T15:55:40.458Z] docker-security-secretstore-setup-go latest 86c5b852d918 3 minutes ago 24.6MB [2020-12-31T15:55:40.458Z] docker-security-proxy-setup-go latest b74c937bb03c 3 minutes ago 24.5MB [2020-12-31T15:55:40.458Z] docker-security-bootstrap-redis-go latest f75e1f297fc8 3 minutes ago 15.8MB [2020-12-31T15:55:40.458Z] docker-core-metadata-go latest ab1ae076de5c 3 minutes ago 13MB [2020-12-31T15:55:40.458Z] docker latest 0040bc98e531 2 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [2020-12-31T15:55:40.547Z] ---> Running in e4790c0ef4ec [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2020-12-31T15:55:41.536Z] Removing intermediate container e4790c0ef4ec [2020-12-31T15:55:41.536Z] ---> a8af7fa43963 [2020-12-31T15:55:41.536Z] Step 25/27 : LABEL arch=arm64 [Pipeline] // stage [2020-12-31T15:55:41.815Z] ---> Running in a2938df8ef26 [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-31T15:55:42.811Z] Removing intermediate container a2938df8ef26 [2020-12-31T15:55:42.811Z] ---> 6d5e8edd263c [2020-12-31T15:55:42.811Z] Step 26/27 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:55:43.089Z] ---> Running in 9b247b65b6f0 [2020-12-31T15:55:44.080Z] Removing intermediate container 9b247b65b6f0 [2020-12-31T15:55:44.080Z] ---> 4f0559e44600 [2020-12-31T15:55:44.080Z] Step 27/27 : LABEL version=0.0.0 [2020-12-31T15:55:44.356Z] ---> Running in 088976377bb7 [2020-12-31T15:55:45.345Z] Removing intermediate container 088976377bb7 [2020-12-31T15:55:45.345Z] ---> 98b44721bf27 [2020-12-31T15:55:45.345Z] [2020-12-31T15:55:45.622Z] ---> 076e6b3b8e28 [2020-12-31T15:55:45.622Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-31T15:55:45.902Z] Successfully built 98b44721bf27 [2020-12-31T15:55:45.902Z] ---> Running in a348fdb508c5 [2020-12-31T15:55:45.902Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-31T15:55:47.903Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-31T15:55:57.157Z] Still waiting to schedule task [2020-12-31T15:55:57.157Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-31T15:56:06.426Z] 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 [2020-12-31T15:56:21.551Z] Removing intermediate container affb5d80ec20 [2020-12-31T15:56:21.551Z] ---> 24299902284a [2020-12-31T15:56:21.551Z] [2020-12-31T15:56:21.551Z] Step 10/24 : FROM alpine:3.10 [2020-12-31T15:56:21.551Z] ---> 536a684cf733 [2020-12-31T15:56:21.551Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-31T15:56:21.551Z] ---> Using cache [2020-12-31T15:56:21.551Z] ---> 8952a788b478 [2020-12-31T15:56:21.551Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-31T15:56:21.551Z] ---> Running in 70391f48731e [2020-12-31T15:56:21.551Z] Removing intermediate container 70391f48731e [2020-12-31T15:56:21.551Z] ---> a007d1847c58 [2020-12-31T15:56:21.551Z] Step 13/24 : WORKDIR / [2020-12-31T15:56:21.551Z] ---> Running in 7b875ee0195a [2020-12-31T15:56:21.551Z] Removing intermediate container 7b875ee0195a [2020-12-31T15:56:21.551Z] ---> 7a5bf0debbef [2020-12-31T15:56:21.551Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-31T15:56:22.155Z] ---> d4f66267f3e5 [2020-12-31T15:56:22.155Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-31T15:56:23.608Z] ---> 267b32a98e9d [2020-12-31T15:56:23.608Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-31T15:56:25.591Z] ---> c8e4d4a43252 [2020-12-31T15:56:25.591Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-31T15:56:27.574Z] Removing intermediate container 6f2f76d5da95 [2020-12-31T15:56:27.574Z] ---> f10fb4414272 [2020-12-31T15:56:27.574Z] [2020-12-31T15:56:27.574Z] Step 10/21 : FROM scratch [2020-12-31T15:56:27.574Z] ---> [2020-12-31T15:56:27.574Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T15:56:27.574Z] ---> Using cache [2020-12-31T15:56:27.574Z] ---> 5461f7289fd0 [2020-12-31T15:56:27.574Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-31T15:56:27.851Z] ---> ffea37fc0bc8 [2020-12-31T15:56:27.851Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-31T15:56:27.851Z] ---> Running in 1d6e4b021003 [2020-12-31T15:56:28.839Z] Removing intermediate container 1d6e4b021003 [2020-12-31T15:56:28.839Z] ---> 96dcde7ff35c [2020-12-31T15:56:28.839Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-31T15:56:29.115Z] ---> Running in 628920abd2a5 [2020-12-31T15:56:29.722Z] ---> 777dd4936031 [2020-12-31T15:56:29.722Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-31T15:56:29.722Z] Removing intermediate container 628920abd2a5 [2020-12-31T15:56:29.722Z] ---> d3c4669d8248 [2020-12-31T15:56:29.722Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-31T15:56:31.172Z] ---> 4f57d26bf05a [2020-12-31T15:56:31.172Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-31T15:56:31.172Z] ---> Running in 9ef8b6695a10 [2020-12-31T15:56:31.172Z] ---> ddbec76727fb [2020-12-31T15:56:31.172Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-31T15:56:33.819Z] ---> 90caa7d7c3c4 [2020-12-31T15:56:33.819Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-31T15:56:35.263Z] Removing intermediate container 9ef8b6695a10 [2020-12-31T15:56:35.263Z] ---> 4e4defff0843 [2020-12-31T15:56:35.263Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-31T15:56:35.263Z] ---> b344ab1fa3e8 [2020-12-31T15:56:35.263Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-31T15:56:35.263Z] ---> Running in 80ee792e909e [2020-12-31T15:56:35.539Z] ---> Running in 5cf7f8bd7396 [2020-12-31T15:56:36.143Z] Removing intermediate container 80ee792e909e [2020-12-31T15:56:36.143Z] ---> 47d9a9a4d7c2 [2020-12-31T15:56:36.143Z] Step 22/24 : LABEL arch=arm64 [2020-12-31T15:56:36.143Z] Removing intermediate container 5cf7f8bd7396 [2020-12-31T15:56:36.143Z] ---> 3fcca9f8547b [2020-12-31T15:56:36.143Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T15:56:36.426Z] ---> Running in d06ade238e59 [2020-12-31T15:56:36.426Z] ---> Running in cda376671c37 [2020-12-31T15:56:37.040Z] Removing intermediate container d06ade238e59 [2020-12-31T15:56:37.040Z] ---> ea694cf1f636 [2020-12-31T15:56:37.040Z] Step 23/24 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:56:37.330Z] ---> Running in 5380387614cc [2020-12-31T15:56:37.606Z] Removing intermediate container cda376671c37 [2020-12-31T15:56:37.606Z] ---> ba12f31bf37c [2020-12-31T15:56:37.606Z] Step 19/21 : LABEL arch=arm64 [2020-12-31T15:56:37.882Z] ---> Running in dd003760e076 [2020-12-31T15:56:38.168Z] Removing intermediate container 5380387614cc [2020-12-31T15:56:38.168Z] ---> 6ba43d9ef327 [2020-12-31T15:56:38.168Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T15:56:38.449Z] ---> Running in cafcab240f58 [2020-12-31T15:56:38.728Z] Removing intermediate container dd003760e076 [2020-12-31T15:56:38.728Z] ---> f7add9c05da2 [2020-12-31T15:56:38.728Z] Step 20/21 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:56:39.004Z] ---> Running in 09469543b68b [2020-12-31T15:56:39.285Z] Removing intermediate container cafcab240f58 [2020-12-31T15:56:39.285Z] ---> 75952d10d123 [2020-12-31T15:56:39.285Z] [2020-12-31T15:56:39.940Z] Successfully built 75952d10d123 [2020-12-31T15:56:39.940Z] Removing intermediate container 09469543b68b [2020-12-31T15:56:39.940Z] ---> bca11c67ddc3 [2020-12-31T15:56:39.940Z] Step 21/21 : LABEL version=0.0.0 [2020-12-31T15:56:39.940Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-31T15:56:40.232Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 9b5499b6ae89 [2020-12-31T15:56:40.832Z] Removing intermediate container 9b5499b6ae89 [2020-12-31T15:56:40.832Z] ---> d273c78b6500 [2020-12-31T15:56:40.832Z] [2020-12-31T15:56:41.430Z] Successfully built d273c78b6500 [2020-12-31T15:56:41.430Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-31T15:56:50.570Z] Running on prd-ubuntu18.04-docker-8c-8g-17907 in /w/workspace/edgexfoundry_edgex-go_PR-2981 [Pipeline] { [Pipeline] ws [2020-12-31T15:56:50.697Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-12-31T15:56:52.884Z] using credential edgex-jenkins-ssh [2020-12-31T15:56:52.947Z] Cloning the remote Git repository [2020-12-31T15:56:52.995Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-31T15:56:53.059Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-12-31T15:56:53.086Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T15:56:53.086Z] > git --version # timeout=10 [2020-12-31T15:56:53.098Z] > git --version # 'git version 2.17.1' [2020-12-31T15:56:53.099Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T15:56:53.119Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T15:56:53.841Z]  Building docker-support-scheduler-go ... done Removing intermediate container a348fdb508c5 [2020-12-31T15:56:53.841Z] ---> ca87314d6a1a [2020-12-31T15:56:53.841Z] [2020-12-31T15:56:53.841Z] Step 10/24 : FROM scratch [2020-12-31T15:56:53.841Z] ---> [2020-12-31T15:56:53.841Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-31T15:56:53.841Z] ---> Running in 436ec81e5834 [2020-12-31T15:56:54.114Z] Removing intermediate container 436ec81e5834 [2020-12-31T15:56:54.114Z] ---> 1735912bd8d0 [2020-12-31T15:56:54.114Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-31T15:56:54.114Z] ---> Running in dfaafcc3639b [2020-12-31T15:56:54.708Z] Removing intermediate container dfaafcc3639b [2020-12-31T15:56:54.708Z] ---> ca83cb452b83 [2020-12-31T15:56:54.708Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-31T15:56:54.981Z] ---> Running in 94e24e6de17a [2020-12-31T15:56:55.575Z] Removing intermediate container 94e24e6de17a [2020-12-31T15:56:55.575Z] ---> 98fb6fc33f3b [2020-12-31T15:56:55.575Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-31T15:56:56.174Z] ---> f217caaf94b1 [2020-12-31T15:56:56.174Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-31T15:56:57.608Z] ---> 6540a9c93567 [2020-12-31T15:56:57.608Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-31T15:56:58.913Z] Merging remotes/origin/master commit 68a8f910767166238b38b7946bcb5bba3869a893 into PR head commit a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:56:59.032Z] Merge succeeded, producing a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:56:59.033Z] Checking out Revision a27ca56f5c99b230a218b9decb12d3e97b0beaba (PR-2981) [2020-12-31T15:56:59.039Z] ---> c7fb3030a210 [2020-12-31T15:56:59.039Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-31T15:56:58.386Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T15:56:58.391Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-31T15:56:58.399Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-31T15:56:58.409Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-31T15:56:58.409Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T15:56:58.412Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2981/head:refs/remotes/origin/PR-2981 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-31T15:56:58.947Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T15:56:58.950Z] > git checkout -f a27ca56f5c99b230a218b9decb12d3e97b0beaba # timeout=10 [2020-12-31T15:56:59.035Z] > git remote # timeout=10 [2020-12-31T15:56:59.040Z] > git config --get remote.origin.url # timeout=10 [2020-12-31T15:56:59.044Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-31T15:56:59.047Z] > git merge 68a8f910767166238b38b7946bcb5bba3869a893 # timeout=10 [2020-12-31T15:56:59.054Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-31T15:56:59.061Z] > git config core.sparsecheckout # timeout=10 [2020-12-31T15:56:59.063Z] > git checkout -f a27ca56f5c99b230a218b9decb12d3e97b0beaba # timeout=10 [2020-12-31T15:56:59.634Z] ---> 74431b237976 [2020-12-31T15:56:59.634Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-31T15:57:01.610Z] ---> 7507f6c4add7 [2020-12-31T15:57:01.610Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-31T15:57:01.882Z] Removing intermediate container 36ce83aa19bb [2020-12-31T15:57:01.882Z] ---> 40f4e74e5f54 [2020-12-31T15:57:01.882Z] [2020-12-31T15:57:01.882Z] Step 10/23 : FROM alpine [2020-12-31T15:57:01.882Z] ---> afeebe901d6b [2020-12-31T15:57:01.882Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-31T15:57:02.154Z] ---> Running in 5b2659ff6a05 [2020-12-31T15:57:02.440Z] ---> 8de55e2b5ecb [2020-12-31T15:57:02.440Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-31T15:57:02.440Z] ---> Running in fc004a0231ab [2020-12-31T15:57:02.440Z] Removing intermediate container 5b2659ff6a05 [2020-12-31T15:57:02.440Z] ---> 6c1255197acb [2020-12-31T15:57:02.440Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-31T15:57:02.617Z] Commit message: "refactor: Adjust for removal of backward compatibility code" [2020-12-31T15:57:02.715Z] ---> Running in 70916055096a [2020-12-31T15:57:02.985Z] Removing intermediate container fc004a0231ab [2020-12-31T15:57:02.985Z] ---> b3c231d25578 [2020-12-31T15:57:02.985Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [Pipeline] withEnv [Pipeline] { [2020-12-31T15:57:03.261Z] Removing intermediate container 70916055096a [2020-12-31T15:57:03.261Z] ---> 9168645b0b47 [2020-12-31T15:57:03.261Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-31T15:57:03.261Z] ---> Running in 70fd7e7ed169 [Pipeline] libraryResource [Pipeline] sh [2020-12-31T15:57:03.541Z] ---> Running in c1c41e2a81eb [2020-12-31T15:57:03.840Z] Removing intermediate container 70fd7e7ed169 [2020-12-31T15:57:03.840Z] ---> b149d810799d [2020-12-31T15:57:03.840Z] Step 22/24 : LABEL arch=arm64 [2020-12-31T15:57:03.840Z] Removing intermediate container c1c41e2a81eb [2020-12-31T15:57:03.840Z] ---> 7675becc1337 [2020-12-31T15:57:03.840Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-31T15:57:03.953Z] + echo snap-build.sh [2020-12-31T15:57:03.953Z] snap-build.sh [2020-12-31T15:57:03.953Z] + SNAP_BASE_DIR=. [2020-12-31T15:57:03.953Z] + '[' '!' -z /w/workspace/edgex-go/2 ']' [2020-12-31T15:57:03.953Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/2 [2020-12-31T15:57:03.953Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' [2020-12-31T15:57:03.953Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/2] [2020-12-31T15:57:03.953Z] + cd /w/workspace/edgex-go/2 [2020-12-31T15:57:03.953Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-31T15:57:03.953Z] Reading package lists... [2020-12-31T15:57:03.953Z] Building dependency tree... [2020-12-31T15:57:03.953Z] Reading state information... [2020-12-31T15:57:04.109Z] ---> Running in 090e03910182 [2020-12-31T15:57:04.109Z] ---> Running in 5f08af4961bb [2020-12-31T15:57:04.216Z] The following packages were automatically installed and are no longer required: [2020-12-31T15:57:04.216Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-31T15:57:04.216Z] uidmap xdelta3 [2020-12-31T15:57:04.216Z] Use 'sudo apt autoremove' to remove them. [2020-12-31T15:57:04.216Z] The following packages will be REMOVED: [2020-12-31T15:57:04.216Z] lxd* lxd-client* [2020-12-31T15:57:04.705Z] Removing intermediate container 090e03910182 [2020-12-31T15:57:04.705Z] ---> 084287cf5d95 [2020-12-31T15:57:04.705Z] Step 23/24 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:57:04.705Z] ---> Running in c7bccef6627f [2020-12-31T15:57:04.787Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-31T15:57:04.787Z] After this operation, 31.7 MB disk space will be freed. [2020-12-31T15:57:05.299Z] Removing intermediate container c7bccef6627f [2020-12-31T15:57:05.299Z] ---> 172e6fed3a27 [2020-12-31T15:57:05.299Z] Step 24/24 : LABEL version=0.0.0 [2020-12-31T15:57:05.299Z] ---> Running in 590a8349b25e [2020-12-31T15:57:05.828Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-31T15:57:05.828Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-31T15:57:05.893Z] Removing intermediate container 590a8349b25e [2020-12-31T15:57:05.893Z] ---> 29f59eb18853 [2020-12-31T15:57:05.893Z] [2020-12-31T15:57:06.483Z] Successfully built 29f59eb18853 [2020-12-31T15:57:06.483Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-31T15:57:06.483Z]  Building docker-support-notifications-go ... done Removing intermediate container 5f08af4961bb [2020-12-31T15:57:06.483Z] ---> c017be130061 [2020-12-31T15:57:06.483Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-31T15:57:06.759Z] ---> Running in 7a913c902a86 [2020-12-31T15:57:06.775Z] Removing lxd dnsmasq configuration [2020-12-31T15:57:06.775Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-31T15:57:07.035Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-31T15:57:07.606Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-31T15:57:07.736Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-31T15:57:07.867Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-31T15:57:07.867Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-31T15:57:08.710Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-31T15:57:09.250Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-31T15:57:09.250Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-31T15:57:09.303Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-31T15:57:09.303Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-31T15:57:09.572Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-31T15:57:09.841Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-31T15:57:10.114Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-31T15:57:10.114Z] Executing busybox-1.31.1-r19.trigger [2020-12-31T15:57:10.114Z] OK: 8 MiB in 19 packages [2020-12-31T15:57:10.633Z] + sudo snap remove --purge lxd [2020-12-31T15:57:10.633Z] snap "lxd" is not installed [2020-12-31T15:57:10.633Z] + sudo groupadd --force --system lxd [2020-12-31T15:57:10.633Z] ++ whoami [2020-12-31T15:57:10.633Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-31T15:57:10.893Z] + newgrp - lxd [2020-12-31T15:57:10.894Z] + sudo snap install lxd [2020-12-31T15:57:11.599Z] Removing intermediate container 7a913c902a86 [2020-12-31T15:57:11.599Z] ---> c91a3eb142ea [2020-12-31T15:57:11.599Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-31T15:57:12.190Z] ---> 39edd28950a9 [2020-12-31T15:57:12.190Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-31T15:57:13.619Z] ---> edfb846896c1 [2020-12-31T15:57:13.619Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-31T15:57:14.596Z] ---> fb1e08cbef15 [2020-12-31T15:57:14.596Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-31T15:57:14.596Z] ---> Running in 4abc334cba33 [2020-12-31T15:57:15.190Z] Removing intermediate container 4abc334cba33 [2020-12-31T15:57:15.190Z] ---> f959a122657a [2020-12-31T15:57:15.190Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-31T15:57:15.190Z] ---> Running in 5c9dde9fabd0 [2020-12-31T15:57:15.780Z] Removing intermediate container 5c9dde9fabd0 [2020-12-31T15:57:15.780Z] ---> 98b17b045142 [2020-12-31T15:57:15.780Z] Step 21/23 : LABEL arch=arm64 [2020-12-31T15:57:16.050Z] ---> Running in a68d8428a3c4 [2020-12-31T15:57:16.319Z] Removing intermediate container a68d8428a3c4 [2020-12-31T15:57:16.319Z] ---> e6c3c906d4c8 [2020-12-31T15:57:16.319Z] Step 22/23 : LABEL git_sha=a27ca56f5c99b230a218b9decb12d3e97b0beaba [2020-12-31T15:57:16.589Z] ---> Running in 137b03e1d773 [2020-12-31T15:57:16.859Z] Removing intermediate container 137b03e1d773 [2020-12-31T15:57:16.859Z] ---> 566313651aa3 [2020-12-31T15:57:16.859Z] Step 23/23 : LABEL version=0.0.0 [2020-12-31T15:57:17.131Z] ---> Running in bbb3803990b7 [2020-12-31T15:57:17.400Z] Removing intermediate container bbb3803990b7 [2020-12-31T15:57:17.400Z] ---> 3f77d2acbcf6 [2020-12-31T15:57:17.400Z] [2020-12-31T15:57:17.991Z] Successfully built 3f77d2acbcf6 [2020-12-31T15:57:17.991Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-31T15:57:18.007Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-31T15:57:18.014Z] $ docker stop --time=1 f8e05d63baa5298aa59ca9f4e36e88d98ab4ddd3c6dab8b0d74e7e9b47a5dd0c [2020-12-31T15:57:19.863Z] $ docker rm -f f8e05d63baa5298aa59ca9f4e36e88d98ab4ddd3c6dab8b0d74e7e9b47a5dd0c [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-31T15:57:20.588Z] + docker images [2020-12-31T15:57:20.588Z] + grep docker [2020-12-31T15:57:20.860Z] docker-core-data-go-arm64 latest 3f77d2acbcf6 3 seconds ago 20.9MB [2020-12-31T15:57:20.860Z] docker-support-notifications-go-arm64 latest 29f59eb18853 15 seconds ago 11.4MB [2020-12-31T15:57:20.860Z] docker-support-scheduler-go-arm64 latest d273c78b6500 40 seconds ago 10MB [2020-12-31T15:57:20.860Z] docker-security-secretstore-setup-go-arm64 latest 75952d10d123 42 seconds ago 23.5MB [2020-12-31T15:57:20.860Z] docker-sys-mgmt-agent-go-arm64 latest 98b44721bf27 About a minute ago 300MB [2020-12-31T15:57:20.860Z] docker-core-metadata-go-arm64 latest a7262394cc62 2 minutes ago 12.2MB [2020-12-31T15:57:20.860Z] docker-security-bootstrap-redis-go-arm64 latest 9747fc550355 3 minutes ago 15.1MB [2020-12-31T15:57:20.860Z] docker-security-proxy-setup-go-arm64 latest 682a03dd6aa7 3 minutes ago 23.3MB [2020-12-31T15:57:20.860Z] docker-core-command-go-arm64 latest b10472d0af68 3 minutes ago 9.98MB [2020-12-31T15:57:20.860Z] docker latest f66387bf908a 12 days ago 228MB [Pipeline] } [2020-12-31T15:57:20.882Z] 2020-12-31T15:57:18Z INFO Waiting for automatic snapd restart... [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-31T15:57:33.133Z] lxd 4.9 from Canonical* installed [2020-12-31T15:57:33.133Z] + sudo lxd init --auto [2020-12-31T15:57:41.277Z] + sudo snap install --classic snapcraft [2020-12-31T15:57:46.576Z] snapcraft 4.4.4 from Canonical* installed [2020-12-31T15:57:46.576Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-31T15:57:46.576Z] + patch --verbose -p1 [2020-12-31T15:57:46.576Z] Hmm... Looks like a unified diff to me... [2020-12-31T15:57:46.576Z] The text leading up to this was: [2020-12-31T15:57:46.576Z] -------------------------- [2020-12-31T15:57:46.576Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2020-12-31T15:57:46.576Z] |From: Tony Espy [2020-12-31T15:57:46.576Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2020-12-31T15:57:46.576Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-31T15:57:46.576Z] | [2020-12-31T15:57:46.576Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-31T15:57:46.576Z] |optimize the snap CI check run for pull requests. When [2020-12-31T15:57:46.576Z] |applied, it essentially strips out everything (apps and [2020-12-31T15:57:46.576Z] |parts) from the snapcraft.yaml file except those required [2020-12-31T15:57:46.576Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-31T15:57:46.576Z] |catch changes to edgex-go that break the snap build. [2020-12-31T15:57:46.576Z] | [2020-12-31T15:57:46.576Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-31T15:57:46.576Z] |to update this patch file, otherwise it may fail to apply, [2020-12-31T15:57:46.576Z] |resulting in a failed snap build CI check in the associated [2020-12-31T15:57:46.576Z] |pull request. [2020-12-31T15:57:46.576Z] | [2020-12-31T15:57:46.576Z] |Note - in addition to applying this patch, the pipeline also [2020-12-31T15:57:46.576Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-31T15:57:46.576Z] |need to build the finally binary .snap file (and it won't [2020-12-31T15:57:46.576Z] |work with the patch applied). This further reduces the build [2020-12-31T15:57:46.576Z] |time. [2020-12-31T15:57:46.576Z] |--- [2020-12-31T15:57:46.576Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2020-12-31T15:57:46.576Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2020-12-31T15:57:46.576Z] | [2020-12-31T15:57:46.576Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-31T15:57:46.576Z] |index 1e537489..faf42425 100644 [2020-12-31T15:57:46.576Z] |--- a/snap/snapcraft.yaml [2020-12-31T15:57:46.576Z] |+++ b/snap/snapcraft.yaml [2020-12-31T15:57:46.576Z] -------------------------- [2020-12-31T15:57:46.576Z] patching file snap/snapcraft.yaml [2020-12-31T15:57:46.576Z] Using Plan A... [2020-12-31T15:57:46.576Z] Hunk #1 succeeded at 73. [2020-12-31T15:57:46.576Z] Hunk #2 FAILED at 202. [2020-12-31T15:57:46.576Z] Hunk #3 succeeded at 240. [2020-12-31T15:57:46.576Z] Hunk #4 succeeded at 248. [2020-12-31T15:57:46.576Z] Hunk #5 succeeded at 255. [2020-12-31T15:57:46.576Z] Hunk #6 succeeded at 282. [2020-12-31T15:57:46.576Z] Hunk #7 succeeded at 316. [2020-12-31T15:57:46.576Z] Hunk #8 succeeded at 367. [2020-12-31T15:57:46.576Z] 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2020-12-31T15:57:46.576Z] Hmm... Ignoring the trailing garbage. [2020-12-31T15:57:46.576Z] done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-31T15:57:47.421Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [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 [2020-12-31T15:57:49.914Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T15:57:51.742Z] ---> package-listing.sh [2020-12-31T15:57:51.742Z] ++ facter osfamily [2020-12-31T15:57:51.742Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-31T15:57:52.024Z] + OS_FAMILY=redhat [2020-12-31T15:57:52.024Z] + workspace=/w/workspace/edgex-go/2 [2020-12-31T15:57:52.024Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-31T15:57:52.024Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-31T15:57:52.024Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-31T15:57:52.024Z] + PACKAGES=/tmp/packages_start.txt [2020-12-31T15:57:52.024Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-31T15:57:52.024Z] + PACKAGES=/tmp/packages_end.txt [2020-12-31T15:57:52.024Z] + case "${OS_FAMILY}" in [2020-12-31T15:57:52.024Z] + rpm -qa [2020-12-31T15:57:52.024Z] + sort [2020-12-31T15:57:57.379Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-31T15:57:57.379Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-31T15:57:57.379Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-31T15:57:57.379Z] + '[' /w/workspace/edgex-go/2 ']' [2020-12-31T15:57:57.379Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-12-31T15:57:57.379Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-12-31T15:57:57.397Z] 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 [2020-12-31T15:57:57.746Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:57:58.432Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-31T15:57:58.700Z] [2020-12-31T15:57:58.700Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-31T15:57:59.089Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-31T15:57:59.089Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-31T15:57:59.089Z] df20fa9351a1: Pulling fs layer [2020-12-31T15:57:59.089Z] 36b3adc4ff6f: Pulling fs layer [2020-12-31T15:57:59.089Z] 8ad3a11d3b57: Pulling fs layer [2020-12-31T15:57:59.089Z] 46f8f816bc3b: Pulling fs layer [2020-12-31T15:57:59.089Z] 93b61091891f: Pulling fs layer [2020-12-31T15:57:59.089Z] 93b9cdb0e59b: Pulling fs layer [2020-12-31T15:57:59.089Z] 5e14af77c1be: Pulling fs layer [2020-12-31T15:57:59.089Z] 01666e4c0597: Pulling fs layer [2020-12-31T15:57:59.089Z] aa168da1d23b: Pulling fs layer [2020-12-31T15:57:59.089Z] 46f8f816bc3b: Waiting [2020-12-31T15:57:59.089Z] 93b61091891f: Waiting [2020-12-31T15:57:59.089Z] 93b9cdb0e59b: Waiting [2020-12-31T15:57:59.089Z] 5e14af77c1be: Waiting [2020-12-31T15:57:59.089Z] aa168da1d23b: Waiting [2020-12-31T15:57:59.388Z] 36b3adc4ff6f: Verifying Checksum [2020-12-31T15:57:59.388Z] 36b3adc4ff6f: Download complete [2020-12-31T15:57:59.388Z] df20fa9351a1: Verifying Checksum [2020-12-31T15:57:59.388Z] df20fa9351a1: Download complete [2020-12-31T15:57:59.388Z] 46f8f816bc3b: Verifying Checksum [2020-12-31T15:57:59.388Z] 46f8f816bc3b: Download complete [2020-12-31T15:57:59.676Z] 93b9cdb0e59b: Verifying Checksum [2020-12-31T15:57:59.676Z] 93b9cdb0e59b: Download complete [2020-12-31T15:57:59.676Z] 5e14af77c1be: Verifying Checksum [2020-12-31T15:57:59.676Z] 5e14af77c1be: Download complete [2020-12-31T15:57:59.676Z] 01666e4c0597: Verifying Checksum [2020-12-31T15:58:00.699Z] 93b61091891f: Verifying Checksum [2020-12-31T15:58:00.699Z] 93b61091891f: Download complete [2020-12-31T15:58:00.699Z] df20fa9351a1: Pull complete [2020-12-31T15:58:01.009Z] 8ad3a11d3b57: Verifying Checksum [2020-12-31T15:58:01.009Z] 8ad3a11d3b57: Download complete [2020-12-31T15:58:01.481Z] 36b3adc4ff6f: Pull complete [2020-12-31T15:58:04.323Z] 8ad3a11d3b57: Pull complete [2020-12-31T15:58:04.323Z] 46f8f816bc3b: Pull complete [2020-12-31T15:58:05.948Z] 93b61091891f: Pull complete [2020-12-31T15:58:06.930Z] aa168da1d23b: Verifying Checksum [2020-12-31T15:58:06.930Z] aa168da1d23b: Download complete [2020-12-31T15:58:07.510Z] 93b9cdb0e59b: Pull complete [2020-12-31T15:58:07.787Z] 5e14af77c1be: Pull complete [2020-12-31T15:58:08.059Z] 01666e4c0597: Pull complete [2020-12-31T15:58:23.204Z] aa168da1d23b: Pull complete [2020-12-31T15:58:23.204Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-31T15:58:23.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-31T15:58:23.204Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-31T15:58:23.592Z] prd-centos7-docker-4c-2g-17906 does not seem to be running inside a container [2020-12-31T15:58:23.671Z] $ 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 [2020-12-31T15:58:28.341Z] $ docker top 649b8ebe1a7a9709344f6b8d32dad2ad12f1f44d4c689cff06e51c8b777284d3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-31T15:58:29.397Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-31T15:58:29.960Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-31T15:58:30.686Z] + ls /var/log/sa-host [2020-12-31T15:58:30.686Z] + sadf -c /var/log/sa-host/sa23 [2020-12-31T15:58:30.686Z] file_magic: OK [2020-12-31T15:58:30.686Z] HZ: Using current value: 100 [2020-12-31T15:58:30.686Z] file_header: OK [2020-12-31T15:58:30.686Z] 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 [2020-12-31T15:58:30.686Z] Statistics: [2020-12-31T15:58:30.686Z] Hnuu...uuuununununu... [2020-12-31T15:58:30.686Z] File successfully converted to sysstat format version 12.2.1 [2020-12-31T15:58:30.686Z] + sadf -c /var/log/sa-host/sa31 [2020-12-31T15:58:30.686Z] file_magic: OK [2020-12-31T15:58:30.686Z] HZ: Using current value: 100 [2020-12-31T15:58:30.686Z] file_header: OK [2020-12-31T15:58:30.686Z] 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 [2020-12-31T15:58:30.686Z] Statistics: [2020-12-31T15:58:30.686Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-31T15:58:30.686Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-31T15:58:31.315Z] provisioning config files... [2020-12-31T15:58:31.336Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5567799406712766435tmp [Pipeline] { [Pipeline] echo [2020-12-31T15:58:31.413Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T15:58:32.069Z] ---> create-netrc.sh [Pipeline] } [2020-12-31T15:58:32.088Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-31T15:58:32.184Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T15:58:32.875Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-31T15:58:32.889Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T15:58:33.237Z] ---> sudo-logs.sh [2020-12-31T15:58:33.237Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-31T15:58:33.261Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T15:58:33.651Z] ---> job-cost.sh [2020-12-31T15:58:33.923Z] lf-activate-venv: SKIPPING [2020-12-31T15:58:33.923Z] INFO: No Stack... [2020-12-31T15:58:34.519Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-31T15:58:35.116Z] INFO: Archiving Costs [Pipeline] echo [2020-12-31T15:58:35.150Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-31T15:58:35.513Z] ---> logs-deploy.sh [2020-12-31T15:58:35.513Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2981/2 [2020-12-31T15:58:35.513Z] INFO: archiving workspace using pattern(s): [2020-12-31T15:58:37.505Z] Archives upload complete. [2020-12-31T15:58:37.771Z] INFO: archiving logs to Nexus