Pull request #3030 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 FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b rather than e418d3712819db9779d70b7938646919f24b5620 Obtained Jenkinsfile from 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 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 ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-22218 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/12 [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/12 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit e418d3712819db9779d70b7938646919f24b5620 > 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/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e418d3712819db9779d70b7938646919f24b5620 # 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 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b # timeout=10 Merge succeeded, producing 3231ce5aee4ca4243abf079d4e54439008b156c1 Checking out Revision 3231ce5aee4ca4243abf079d4e54439008b156c1 (PR-3030) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3231ce5aee4ca4243abf079d4e54439008b156c1 # timeout=10 Commit message: "Merge commit '5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk a6c4f44d78b9cdab3c1c96d52f12f2518ad42840 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-22T07:16:41.910Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-22T07:16:42.213Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-22T07:16:42.325Z] ========================================================= [2021-01-22T07:16:42.325Z] EdgeX Global Pipelines Version Info [2021-01-22T07:16:42.325Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:16:45.578Z] ------------------- [2021-01-22T07:16:45.578Z] stable info: [2021-01-22T07:16:45.578Z] ------------------- [2021-01-22T07:16:45.578Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T07:16:45.578Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T07:16:45.578Z] Message: update stable to v1.0.179 [2021-01-22T07:16:46.678Z] ------------------- [2021-01-22T07:16:46.678Z] experimental info: [2021-01-22T07:16:46.678Z] ------------------- [2021-01-22T07:16:46.678Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-22T07:16:46.678Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-22T07:16:46.678Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-22T07:16:47.021Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-22T07:16:47.122Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-22T07:16:47.356Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-22T07:16:47.453Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-22T07:16:47.552Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-22T07:16:47.656Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-22T07:16:47.791Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-22T07:16:47.887Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-22T07:16:48.019Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-22T07:16:48.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-22T07:16:48.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-22T07:16:48.316Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-22T07:16:48.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-22T07:16:48.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-22T07:16:48.635Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T07:16:48.734Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-22T07:16:48.828Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-22T07:16:48.925Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-22T07:16:49.016Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-22T07:16:49.109Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-22T07:16:49.204Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-22T07:16:49.295Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-22T07:16:49.387Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-22T07:16:49.485Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3030 [Pipeline] echo [2021-01-22T07:16:49.615Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3030 [Pipeline] echo [2021-01-22T07:16:49.709Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3030 [Pipeline] echo [2021-01-22T07:16:49.800Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3231ce5aee4ca4243abf079d4e54439008b156c1 [Pipeline] echo [2021-01-22T07:16:49.895Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3231ce5 [Pipeline] echo [2021-01-22T07:16:49.994Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-22T07:16:50.168Z] provisioning config files... [2021-01-22T07:16:50.210Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/12@tmp/config8119650338255335879tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:16:50.675Z] ---> docker-login.sh [2021-01-22T07:16:50.675Z] nexus3.edgexfoundry.org:10001 [2021-01-22T07:16:51.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:16:52.366Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:16:52.366Z] Configure a credential helper to remove this warning. See [2021-01-22T07:16:52.366Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:16:52.366Z] [2021-01-22T07:16:52.366Z] Login Succeeded [2021-01-22T07:16:52.366Z] nexus3.edgexfoundry.org:10002 [2021-01-22T07:16:52.658Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:16:52.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:16:52.659Z] Configure a credential helper to remove this warning. See [2021-01-22T07:16:52.659Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:16:52.659Z] [2021-01-22T07:16:52.659Z] Login Succeeded [2021-01-22T07:16:52.659Z] nexus3.edgexfoundry.org:10003 [2021-01-22T07:16:52.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:16:53.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:16:53.299Z] Configure a credential helper to remove this warning. See [2021-01-22T07:16:53.299Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:16:53.299Z] [2021-01-22T07:16:53.299Z] Login Succeeded [2021-01-22T07:16:53.299Z] nexus3.edgexfoundry.org:10004 [2021-01-22T07:16:54.061Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:16:54.061Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:16:54.061Z] Configure a credential helper to remove this warning. See [2021-01-22T07:16:54.061Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:16:54.061Z] [2021-01-22T07:16:54.061Z] Login Succeeded [2021-01-22T07:16:54.061Z] docker.io [2021-01-22T07:16:54.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-22T07:16:55.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-22T07:16:55.202Z] Configure a credential helper to remove this warning. See [2021-01-22T07:16:55.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-22T07:16:55.202Z] [2021-01-22T07:16:55.202Z] Login Succeeded [2021-01-22T07:16:55.202Z] ---> docker-login.sh ends [Pipeline] } [2021-01-22T07:16:55.247Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T07:16:55.947Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-01-22T07:16:55.947Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:16:55.947Z] ++ dirname cmd/core-command/Dockerfile [2021-01-22T07:16:55.947Z] ++ cut -d/ -f2 [2021-01-22T07:16:55.947Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-22T07:16:55.947Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:16:55.947Z] ++ dirname cmd/core-data/Dockerfile [2021-01-22T07:16:55.947Z] ++ cut -d/ -f2 [2021-01-22T07:16:55.947Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-22T07:16:55.947Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:16:55.947Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-22T07:16:55.947Z] ++ cut -d/ -f2 [2021-01-22T07:16:55.947Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-22T07:16:55.947Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:16:55.947Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-22T07:16:55.947Z] ++ cut -d/ -f2 [2021-01-22T07:16:55.947Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-22T07:16:55.947Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:16:55.947Z] ++ cut -d/ -f2 [2021-01-22T07:16:55.947Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-22T07:16:55.947Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-22T07:16:55.947Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:16:55.947Z] ++ cut -d/ -f2 [2021-01-22T07:16:55.947Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-22T07:16:55.947Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-22T07:16:55.947Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:16:55.947Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-22T07:16:55.947Z] ++ cut -d/ -f2 [2021-01-22T07:16:55.947Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-22T07:16:55.947Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:16:55.947Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-22T07:16:55.947Z] ++ cut -d/ -f2 [2021-01-22T07:16:55.947Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-22T07:16:55.947Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-22T07:16:55.947Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-22T07:16:55.947Z] ++ cut -d/ -f2 [2021-01-22T07:16:55.947Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-22T07:16:56.154Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:16:58.014Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T07:16:58.014Z] [2021-01-22T07:16:58.014Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:16:58.580Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T07:16:58.880Z] latest: Pulling from edgex-devops/git-semver [2021-01-22T07:16:58.880Z] 31603596830f: Pulling fs layer [2021-01-22T07:16:58.880Z] 2a8b12db71e7: Pulling fs layer [2021-01-22T07:16:58.880Z] 6ca5941a6612: Pulling fs layer [2021-01-22T07:16:58.880Z] ecc8261a40a4: Pulling fs layer [2021-01-22T07:16:58.880Z] ecc8261a40a4: Waiting [2021-01-22T07:16:58.880Z] 2a8b12db71e7: Verifying Checksum [2021-01-22T07:16:58.880Z] 2a8b12db71e7: Download complete [2021-01-22T07:16:59.599Z] 31603596830f: Download complete [2021-01-22T07:17:00.240Z] ecc8261a40a4: Verifying Checksum [2021-01-22T07:17:00.240Z] ecc8261a40a4: Download complete [2021-01-22T07:17:00.240Z] 6ca5941a6612: Verifying Checksum [2021-01-22T07:17:00.240Z] 6ca5941a6612: Download complete [2021-01-22T07:17:00.240Z] 31603596830f: Pull complete [2021-01-22T07:17:00.600Z] 2a8b12db71e7: Pull complete [2021-01-22T07:17:04.935Z] 6ca5941a6612: Pull complete [2021-01-22T07:17:05.233Z] ecc8261a40a4: Pull complete [2021-01-22T07:17:05.233Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-22T07:17:05.233Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-22T07:17:05.233Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-22T07:17:05.803Z] prd-centos7-docker-4c-2g-22218 does not seem to be running inside a container [2021-01-22T07:17:06.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@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:10004/edgex-devops/git-semver:latest cat [2021-01-22T07:17:09.051Z] $ docker top 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-22T07:17:09.637Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T07:17:09.637Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T07:17:10.836Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T07:17:10.902Z] $ docker exec 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 ssh-agent [2021-01-22T07:17:11.549Z] SSH_AUTH_SOCK=/tmp/ssh-GouVbkHszfy8/agent.11 [2021-01-22T07:17:11.549Z] SSH_AGENT_PID=16 [2021-01-22T07:17:11.632Z] Running ssh-add (command line suppressed) [2021-01-22T07:17:12.121Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_7622003444069777587.key (/w/workspace/edgex-go/12@tmp/private_key_7622003444069777587.key) [2021-01-22T07:17:12.274Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T07:17:12.738Z] + git tag --points-at HEAD [Pipeline] } [2021-01-22T07:17:12.858Z] $ docker exec --env ******** --env ******** 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 ssh-agent -k [2021-01-22T07:17:13.072Z] unset SSH_AUTH_SOCK; [2021-01-22T07:17:13.073Z] unset SSH_AGENT_PID; [2021-01-22T07:17:13.073Z] echo Agent pid 16 killed; [2021-01-22T07:17:13.246Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-22T07:17:13.408Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-22T07:17:13.408Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-22T07:17:14.363Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-22T07:17:14.445Z] $ docker exec 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 ssh-agent [2021-01-22T07:17:14.971Z] SSH_AUTH_SOCK=/tmp/ssh-n96BxlImiHi6/agent.45 [2021-01-22T07:17:14.971Z] SSH_AGENT_PID=50 [2021-01-22T07:17:14.991Z] Running ssh-add (command line suppressed) [2021-01-22T07:17:15.402Z] Identity added: /w/workspace/edgex-go/12@tmp/private_key_1601245463101683556.key (/w/workspace/edgex-go/12@tmp/private_key_1601245463101683556.key) [2021-01-22T07:17:15.749Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-22T07:17:16.525Z] + git semver init [2021-01-22T07:17:16.525Z] # -> Open(): unable to determine branch for HEAD [2021-01-22T07:17:16.525Z] # $GIT_DIR = /w/workspace/edgex-go/12/.git [2021-01-22T07:17:16.525Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/12 [2021-01-22T07:17:16.525Z] # $SEMVER_REMOTE_NAME = origin [2021-01-22T07:17:16.525Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-22T07:17:16.525Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-22T07:17:16.525Z] # $SEMVER_BRANCH = PR-3030 [2021-01-22T07:17:16.525Z] # $SEMVER_TEMP = /tmp/semver-737554902 [2021-01-22T07:17:16.525Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-22T07:17:50.774Z] # '/tmp/semver-737554902' -> '/w/workspace/edgex-go/12/.semver' [2021-01-22T07:17:50.774Z] # -> Force: false [2021-01-22T07:17:50.774Z] # $SEMVER_DIR = /w/workspace/edgex-go/12/.semver [Pipeline] } [2021-01-22T07:17:50.815Z] $ docker exec --env ******** --env ******** 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 ssh-agent -k [2021-01-22T07:17:51.235Z] unset SSH_AUTH_SOCK; [2021-01-22T07:17:51.235Z] unset SSH_AGENT_PID; [2021-01-22T07:17:51.235Z] echo Agent pid 50 killed; [2021-01-22T07:17:51.343Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-22T07:17:51.987Z] + git semver [Pipeline] } [2021-01-22T07:17:52.014Z] $ docker stop --time=1 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 [2021-01-22T07:17:53.833Z] $ docker rm -f 173131c79bec3b3c2af11bcff5365bec43f3cb8a83a35ddfe16a28fdd0a6f309 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T07:17:54.648Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-22T07:17:55.530Z] Stashed 1 file(s) [Pipeline] echo [2021-01-22T07:17:55.533Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-22T07:17:56.466Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-22T07:17:56.807Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-22T07:17:57.153Z] + sudo service docker restart [2021-01-22T07:17:57.153Z] + true [2021-01-22T07:17:57.153Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-22T07:17:58.619Z] ========================================================= [2021-01-22T07:17:58.619Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-22T07:17:58.619Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:17:59.076Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-01-22T07:18:07.510Z] Sending build context to Docker daemon 327.1MB [2021-01-22T07:18:07.510Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-22T07:18:07.510Z] Step 2/6 : FROM ${BASE} [2021-01-22T07:18:07.811Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-22T07:18:07.811Z] 188c0c94c7c5: Pulling fs layer [2021-01-22T07:18:07.811Z] 0ef7d3d256c8: Pulling fs layer [2021-01-22T07:18:07.811Z] de9db76c5a1d: Pulling fs layer [2021-01-22T07:18:07.811Z] bca2f99d35d6: Pulling fs layer [2021-01-22T07:18:07.811Z] 93359f2a8cfa: Pulling fs layer [2021-01-22T07:18:07.811Z] 7c6f9722023f: Pulling fs layer [2021-01-22T07:18:07.811Z] a35cf1a2eb13: Pulling fs layer [2021-01-22T07:18:07.811Z] 7c6f9722023f: Waiting [2021-01-22T07:18:07.811Z] 93359f2a8cfa: Waiting [2021-01-22T07:18:07.811Z] a35cf1a2eb13: Waiting [2021-01-22T07:18:07.811Z] bca2f99d35d6: Waiting [2021-01-22T07:18:07.811Z] de9db76c5a1d: Verifying Checksum [2021-01-22T07:18:07.811Z] de9db76c5a1d: Download complete [2021-01-22T07:18:07.811Z] 0ef7d3d256c8: Verifying Checksum [2021-01-22T07:18:07.811Z] 0ef7d3d256c8: Download complete [2021-01-22T07:18:08.090Z] 93359f2a8cfa: Verifying Checksum [2021-01-22T07:18:08.090Z] 93359f2a8cfa: Download complete [2021-01-22T07:18:09.079Z] 7c6f9722023f: Verifying Checksum [2021-01-22T07:18:09.079Z] 7c6f9722023f: Download complete [2021-01-22T07:18:09.079Z] 188c0c94c7c5: Verifying Checksum [2021-01-22T07:18:09.079Z] 188c0c94c7c5: Download complete [2021-01-22T07:18:09.743Z] 188c0c94c7c5: Pull complete [2021-01-22T07:18:10.375Z] 0ef7d3d256c8: Pull complete [2021-01-22T07:18:10.648Z] de9db76c5a1d: Pull complete [2021-01-22T07:18:10.934Z] Still waiting to schedule task [2021-01-22T07:18:10.934Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline [2021-01-22T07:18:14.143Z] a35cf1a2eb13: Verifying Checksum [2021-01-22T07:18:14.143Z] a35cf1a2eb13: Download complete [2021-01-22T07:18:14.942Z] bca2f99d35d6: Verifying Checksum [2021-01-22T07:18:14.942Z] bca2f99d35d6: Download complete [2021-01-22T07:18:27.765Z] bca2f99d35d6: Pull complete [2021-01-22T07:18:27.765Z] 93359f2a8cfa: Pull complete [2021-01-22T07:18:27.765Z] 7c6f9722023f: Pull complete [2021-01-22T07:18:33.350Z] a35cf1a2eb13: Pull complete [2021-01-22T07:18:33.350Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-22T07:18:33.350Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-22T07:18:33.350Z] ---> a62c8e92a672 [2021-01-22T07:18:33.350Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-01-22T07:18:33.350Z] ---> Running in cf60cf7d5d4b [2021-01-22T07:18:34.355Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:18:34.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:18:35.591Z] (1/12) Installing libmagic (5.38-r0) [2021-01-22T07:18:35.868Z] (2/12) Installing file (5.38-r0) [2021-01-22T07:18:35.868Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-22T07:18:35.868Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-22T07:18:41.360Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-22T07:18:41.360Z] (6/12) Installing patch (2.7.6-r6) [2021-01-22T07:18:41.360Z] (7/12) Installing build-base (0.5-r2) [2021-01-22T07:18:41.360Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-22T07:18:41.360Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-22T07:18:41.360Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-22T07:18:41.360Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-22T07:18:41.360Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-22T07:18:41.360Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:18:41.360Z] OK: 233 MiB in 51 packages [2021-01-22T07:18:45.735Z] Removing intermediate container cf60cf7d5d4b [2021-01-22T07:18:45.735Z] ---> 6f399f3bdea7 [2021-01-22T07:18:45.735Z] Step 4/6 : WORKDIR /edgex-go [2021-01-22T07:18:45.735Z] ---> Running in ea39aebf34c9 [2021-01-22T07:18:45.735Z] Removing intermediate container ea39aebf34c9 [2021-01-22T07:18:45.735Z] ---> d5c67986e3ad [2021-01-22T07:18:45.735Z] Step 5/6 : COPY go.mod . [2021-01-22T07:18:46.340Z] ---> 3d2409a5e5ce [2021-01-22T07:18:46.340Z] Step 6/6 : RUN go mod download [2021-01-22T07:18:46.340Z] ---> Running in 2eefd86e184a [2021-01-22T07:19:13.214Z] Removing intermediate container 2eefd86e184a [2021-01-22T07:19:13.214Z] ---> 647c9b49f7ac [2021-01-22T07:19:13.214Z] Successfully built 647c9b49f7ac [2021-01-22T07:19:13.214Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:19:13.565Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T07:19:13.565Z] . [Pipeline] withDockerContainer [2021-01-22T07:19:13.719Z] prd-centos7-docker-4c-2g-22218 does not seem to be running inside a container [2021-01-22T07:19:13.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T07:19:15.640Z] $ docker top 7fd8fa75229be6fc18a045a84ea4ab5b0b874fd13f11fca066ce9fb36fa41b78 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T07:19:17.163Z] + go version [2021-01-22T07:19:17.164Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-22T07:19:17.226Z] $ docker stop --time=1 7fd8fa75229be6fc18a045a84ea4ab5b0b874fd13f11fca066ce9fb36fa41b78 [2021-01-22T07:19:19.430Z] $ docker rm -f 7fd8fa75229be6fc18a045a84ea4ab5b0b874fd13f11fca066ce9fb36fa41b78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:19:20.375Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-22T07:19:20.375Z] . [Pipeline] withDockerContainer [2021-01-22T07:19:20.598Z] prd-centos7-docker-4c-2g-22218 does not seem to be running inside a container [2021-01-22T07:19:20.770Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-22T07:19:21.961Z] $ docker top a3b36436eac9d22ead15defa0c5a16ce5b578813f24e5ef8678654fcbbb8508b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-22T07:19:22.402Z] ========================================================= [2021-01-22T07:19:22.402Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-22T07:19:22.402Z] ========================================================= [Pipeline] sh [2021-01-22T07:19:23.066Z] + make test [2021-01-22T07:19:23.066Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-22T07:19:41.454Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-22T07:19:53.401Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-22219 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-22T07:19:53.489Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-01-22T07:19:59.019Z] using credential edgex-jenkins-ssh [2021-01-22T07:19:59.086Z] Cloning the remote Git repository [2021-01-22T07:19:59.151Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T07:19:59.270Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-01-22T07:19:59.347Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T07:19:59.347Z] > git --version # timeout=10 [2021-01-22T07:19:59.365Z] > git --version # 'git version 2.17.1' [2021-01-22T07:19:59.367Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T07:19:59.456Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T07:20:08.667Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-22T07:20:19.205Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-22T07:20:19.205Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-22T07:20:19.205Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-22T07:20:19.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-22T07:20:19.407Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T07:20:19.432Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T07:20:19.461Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T07:20:19.546Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T07:20:19.548Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T07:20:19.563Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T07:20:20.382Z] Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit e418d3712819db9779d70b7938646919f24b5620 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T07:20:20.860Z] Failed in branch arm64 [2021-01-22T07:20:20.415Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T07:20:20.447Z] > git checkout -f e418d3712819db9779d70b7938646919f24b5620 # timeout=10 [2021-01-22T07:20:23.690Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-22T07:20:23.690Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-22T07:20:23.690Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-22T07:20:23.690Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-22T07:20:23.690Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-22T07:20:24.326Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-22T07:20:29.328Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-22T07:20:29.329Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-22T07:20:29.329Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-22T07:20:34.045Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.318s coverage: 46.6% of statements [2021-01-22T07:20:34.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-22T07:20:34.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-22T07:20:34.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-22T07:20:34.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-22T07:20:34.045Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-22T07:20:39.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.374s coverage: 27.0% of statements [2021-01-22T07:20:39.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-22T07:20:39.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-22T07:20:39.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-22T07:20:39.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-22T07:20:39.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-22T07:20:39.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-22T07:20:39.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.095s coverage: 100.0% of statements [2021-01-22T07:20:39.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-22T07:20:39.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.069s coverage: 100.0% of statements [2021-01-22T07:20:39.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-22T07:20:39.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-22T07:20:39.734Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.156s coverage: 66.7% of statements [2021-01-22T07:20:39.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-22T07:20:39.734Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-22T07:20:40.856Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.513s coverage: 82.3% of statements [2021-01-22T07:20:40.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-22T07:20:40.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T07:20:40.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-22T07:20:40.856Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-22T07:20:44.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.782s coverage: 28.6% of statements [2021-01-22T07:20:44.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-22T07:20:44.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-22T07:20:44.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-22T07:20:44.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-22T07:20:44.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-22T07:20:44.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.143s coverage: 100.0% of statements [2021-01-22T07:20:44.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-22T07:20:44.615Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.113s coverage: 100.0% of statements [2021-01-22T07:20:44.615Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-22T07:20:45.302Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.177s coverage: 86.7% of statements [2021-01-22T07:20:45.302Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-22T07:20:45.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements [2021-01-22T07:20:45.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-22T07:20:45.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.089s coverage: 78.3% of statements [2021-01-22T07:20:45.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-22T07:20:45.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-22T07:20:45.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-22T07:20:45.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-22T07:20:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.578s coverage: 92.8% of statements [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-22T07:20:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.122s coverage: 58.8% of statements [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-22T07:20:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.076s coverage: 0.1% of statements [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-22T07:20:50.030Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-22T07:20:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.097s coverage: 43.8% of statements [2021-01-22T07:20:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.113s coverage: 79.5% of statements [2021-01-22T07:20:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.047s coverage: 94.1% of statements [2021-01-22T07:20:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.085s coverage: 96.3% of statements [2021-01-22T07:20:50.030Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.061s coverage: 87.5% of statements [2021-01-22T07:21:01.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 10.077s coverage: 94.4% of statements [2021-01-22T07:21:01.220Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-01-22T07:21:01.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-22T07:21:01.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-22T07:21:01.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-22T07:21:01.220Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.108s coverage: 87.2% of statements [2021-01-22T07:21:01.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-22T07:21:01.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements [2021-01-22T07:21:01.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.050s coverage: 75.5% of statements [2021-01-22T07:21:01.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.072s coverage: 80.8% of statements [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.094s coverage: 87.2% of statements [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.090s coverage: 84.2% of statements [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.368s coverage: 91.4% of statements [2021-01-22T07:21:01.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.549s coverage: 63.5% of statements [2021-01-22T07:21:01.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-22T07:21:01.990Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.091s coverage: 100.0% of statements [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.104s coverage: 91.3% of statements [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.201s coverage: 73.7% of statements [2021-01-22T07:21:01.990Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.162s coverage: 100.0% of statements [2021-01-22T07:21:04.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.880s coverage: 68.9% of statements [2021-01-22T07:21:04.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-22T07:21:04.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-22T07:21:04.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-22T07:21:04.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-22T07:21:04.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-22T07:21:06.429Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.480s coverage: 37.0% of statements [2021-01-22T07:21:06.429Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-22T07:21:06.429Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-22T07:21:06.429Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.832s coverage: 84.0% of statements [2021-01-22T07:21:06.429Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.140s coverage: 100.0% of statements [2021-01-22T07:21:09.964Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.196s coverage: 47.1% of statements [2021-01-22T07:21:09.964Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-22T07:21:09.964Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-22T07:21:09.964Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-22T07:21:09.964Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-22T07:21:09.964Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-22T07:21:09.964Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements [2021-01-22T07:21:09.964Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-22T07:21:09.964Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.093s coverage: 100.0% of statements [2021-01-22T07:21:09.964Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-22T07:21:12.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.256s coverage: 29.1% of statements [2021-01-22T07:21:12.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-22T07:21:12.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-22T07:21:12.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-22T07:21:12.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-22T07:21:12.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-22T07:21:12.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.142s coverage: 99.0% of statements [2021-01-22T07:21:12.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-22T07:21:12.149Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.086s coverage: 100.0% of statements [2021-01-22T07:21:12.149Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-22T07:21:12.149Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.101s coverage: 0.0% of statements [2021-01-22T07:21:12.149Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-22T07:21:12.440Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.070s coverage: 100.0% of statements [2021-01-22T07:21:12.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-22T07:21:12.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-22T07:21:12.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-22T07:21:12.440Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-22T07:21:13.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.115s coverage: 87.9% of statements [2021-01-22T07:21:13.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-22T07:21:13.090Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-22T07:21:13.090Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-01-22T07:21:13.702Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.085s coverage: 32.1% of statements [2021-01-22T07:21:14.351Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.085s coverage: 100.0% of statements [2021-01-22T07:21:14.948Z] GO111MODULE=on go vet ./... [2021-01-22T07:22:02.450Z] gofmt -l . [2021-01-22T07:22:02.450Z] [ "`gofmt -l .`" = "" ] [2021-01-22T07:22:04.035Z] ./bin/test-go-mod-tidy.sh [2021-01-22T07:22:05.534Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-22T07:22:07.248Z] + ls -al . [2021-01-22T07:22:07.248Z] total 668 [2021-01-22T07:22:07.248Z] drwxrwxr-x 10 1001 1001 4096 Jan 22 07:22 . [2021-01-22T07:22:07.248Z] drwxr-xr-x 4 root root 30 Jan 22 07:19 .. [2021-01-22T07:22:07.248Z] -rw-rw-r-- 1 1001 1001 11 Jan 22 07:16 .dockerignore [2021-01-22T07:22:07.248Z] drwxrwxr-x 8 1001 1001 179 Jan 22 07:16 .git [2021-01-22T07:22:07.248Z] drwxrwxr-x 3 1001 1001 125 Jan 22 07:16 .github [2021-01-22T07:22:07.248Z] -rw-rw-r-- 1 1001 1001 872 Jan 22 07:16 .gitignore [2021-01-22T07:22:07.248Z] drwx------ 3 1001 1001 47 Jan 22 07:17 .semver [2021-01-22T07:22:07.248Z] -rw-rw-r-- 1 1001 1001 166 Jan 22 07:16 .sonarcloud.properties [2021-01-22T07:22:07.248Z] -rw-rw-r-- 1 1001 1001 7859 Jan 22 07:16 Attribution.txt [2021-01-22T07:22:07.248Z] -rw-rw-r-- 1 1001 1001 3804 Jan 22 07:16 CONTRIBUTING.md [2021-01-22T07:22:07.248Z] -rw-rw-r-- 1 1001 1001 931 Jan 22 07:16 Dockerfile.build [2021-01-22T07:22:07.248Z] -rw-rw-r-- 1 1001 1001 863 Jan 22 07:16 Jenkinsfile [2021-01-22T07:22:07.248Z] -rw-rw-r-- 1 1001 1001 10775 Jan 22 07:16 LICENSE [2021-01-22T07:22:07.248Z] -rw-rw-r-- 1 1001 1001 6001 Jan 22 07:16 Makefile [2021-01-22T07:22:07.249Z] -rw-rw-r-- 1 1001 1001 6524 Jan 22 07:16 README.md [2021-01-22T07:22:07.249Z] -rw-rw-r-- 1 1001 1001 6755 Jan 22 07:16 SECURITY.md [2021-01-22T07:22:07.249Z] -rw-rw-r-- 1 1001 1001 5 Jan 22 07:17 VERSION [2021-01-22T07:22:07.249Z] -rw-rw-r-- 1 1001 1001 4131 Jan 22 07:16 ZMQWindows.md [2021-01-22T07:22:07.249Z] drwxrwxr-x 2 1001 1001 117 Jan 22 07:16 bin [2021-01-22T07:22:07.249Z] drwxrwxr-x 15 1001 1001 4096 Jan 22 07:16 cmd [2021-01-22T07:22:07.249Z] -rw-r--r-- 1 root root 562928 Jan 22 07:21 coverage.out [2021-01-22T07:22:07.249Z] -rw-r--r-- 1 root root 1053 Jan 22 07:22 go.mod [2021-01-22T07:22:07.249Z] -rw-r--r-- 1 root root 18878 Jan 22 07:22 go.sum [2021-01-22T07:22:07.249Z] drwxrwxr-x 8 1001 1001 127 Jan 22 07:16 internal [2021-01-22T07:22:07.249Z] drwxrwxr-x 4 1001 1001 26 Jan 22 07:16 openapi [2021-01-22T07:22:07.249Z] drwxrwxr-x 4 1001 1001 71 Jan 22 07:16 snap [2021-01-22T07:22:07.249Z] -rw-rw-r-- 1 1001 1001 168 Jan 22 07:16 version.go [Pipeline] sh [2021-01-22T07:22:07.933Z] + '[' -e coverage.out ] [2021-01-22T07:22:07.933Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-22T07:22:08.328Z] Stashed 1 file(s) [Pipeline] sh [2021-01-22T07:22:08.689Z] + make build [2021-01-22T07:22:08.689Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T07:22:14.463Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T07:22:37.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T07:22:37.556Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T07:22:39.569Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T07:22:40.643Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T07:22:43.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T07:22:47.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T07:22:49.879Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T07:22:52.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T07:22:58.256Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T07:23:02.111Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T07:23:05.917Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-22T07:23:09.630Z] $ docker stop --time=1 a3b36436eac9d22ead15defa0c5a16ce5b578813f24e5ef8678654fcbbb8508b [2021-01-22T07:23:11.838Z] $ docker rm -f a3b36436eac9d22ead15defa0c5a16ce5b578813f24e5ef8678654fcbbb8508b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:23:16.126Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T07:23:16.126Z] [2021-01-22T07:23:16.126Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:23:16.898Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T07:23:17.224Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-22T07:23:17.224Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-22T07:23:17.224Z] ca9280d653b3: Pulling fs layer [2021-01-22T07:23:17.224Z] 7e9c9ca2126c: Pulling fs layer [2021-01-22T07:23:17.913Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-22T07:23:17.913Z] cbdbe7a5bc2a: Download complete [2021-01-22T07:23:19.026Z] ca9280d653b3: Verifying Checksum [2021-01-22T07:23:19.026Z] ca9280d653b3: Download complete [2021-01-22T07:23:19.026Z] cbdbe7a5bc2a: Pull complete [2021-01-22T07:23:21.893Z] ca9280d653b3: Pull complete [2021-01-22T07:23:23.969Z] 7e9c9ca2126c: Verifying Checksum [2021-01-22T07:23:23.969Z] 7e9c9ca2126c: Download complete [2021-01-22T07:23:42.797Z] 7e9c9ca2126c: Pull complete [2021-01-22T07:23:42.797Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-22T07:23:42.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T07:23:42.797Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-22T07:23:43.489Z] prd-centos7-docker-4c-2g-22218 does not seem to be running inside a container [2021-01-22T07:23:43.687Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T07:23:45.771Z] $ docker top ee982781cac9a1c1b5b1a922ba7c65c98cbc9fc272827e8fa6f4cafff5b35838 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T07:23:46.773Z] + docker-compose build --help [2021-01-22T07:23:46.773Z] + grep parallel [2021-01-22T07:23:48.263Z] --parallel Build images in parallel. [Pipeline] } [2021-01-22T07:23:48.322Z] $ docker stop --time=1 ee982781cac9a1c1b5b1a922ba7c65c98cbc9fc272827e8fa6f4cafff5b35838 [2021-01-22T07:23:50.115Z] $ docker rm -f ee982781cac9a1c1b5b1a922ba7c65c98cbc9fc272827e8fa6f4cafff5b35838 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:23:50.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-22T07:23:50.995Z] . [Pipeline] withDockerContainer [2021-01-22T07:23:51.277Z] prd-centos7-docker-4c-2g-22218 does not seem to be running inside a container [2021-01-22T07:23:51.473Z] $ 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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-22T07:23:52.897Z] $ docker top e3c5c0b639ed4aaddba5f63b1c8bff84a18a75e131bb79c4e5c3fd107cc3b072 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T07:23:54.069Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-22T07:23:56.083Z] Building docker-core-command-go ... [2021-01-22T07:23:56.083Z] Building docker-core-data-go ... [2021-01-22T07:23:56.083Z] Building docker-core-metadata-go ... [2021-01-22T07:23:56.083Z] Building docker-security-bootstrapper-go ... [2021-01-22T07:23:56.083Z] Building docker-security-proxy-setup-go ... [2021-01-22T07:23:56.083Z] Building docker-security-secretstore-setup-go ... [2021-01-22T07:23:56.083Z] Building docker-support-notifications-go ... [2021-01-22T07:23:56.083Z] Building docker-support-scheduler-go ... [2021-01-22T07:23:56.083Z] Building docker-sys-mgmt-agent-go ... [2021-01-22T07:23:56.083Z] Building docker-sys-mgmt-agent-go [2021-01-22T07:23:56.083Z] Building docker-core-data-go [2021-01-22T07:23:56.083Z] Building docker-security-proxy-setup-go [2021-01-22T07:23:56.083Z] Building docker-support-scheduler-go [2021-01-22T07:23:56.083Z] Building docker-core-command-go [2021-01-22T07:25:05.352Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:25:05.352Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:25:05.352Z] ---> 647c9b49f7ac [2021-01-22T07:25:05.352Z] Step 3/21 : WORKDIR /edgex-go [2021-01-22T07:25:05.352Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:25:05.352Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:25:05.352Z] ---> 647c9b49f7ac [2021-01-22T07:25:05.352Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T07:25:05.352Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:25:05.352Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:25:05.352Z] ---> 647c9b49f7ac [2021-01-22T07:25:05.352Z] Step 3/26 : WORKDIR /edgex-go [2021-01-22T07:25:05.352Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:25:05.352Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:25:05.352Z] ---> 647c9b49f7ac [2021-01-22T07:25:05.352Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T07:25:05.352Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:25:05.352Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:25:05.352Z] ---> 647c9b49f7ac [2021-01-22T07:25:05.352Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T07:25:05.352Z] ---> Running in 07eca4bc54e8 [2021-01-22T07:25:05.352Z] ---> Running in 388589551a06 [2021-01-22T07:25:05.352Z] ---> Running in cd89bab4cce5 [2021-01-22T07:25:05.352Z] ---> Running in 969d44b1011c [2021-01-22T07:25:05.352Z] ---> Running in b79785bfe407 [2021-01-22T07:25:05.963Z] Removing intermediate container 388589551a06 [2021-01-22T07:25:05.963Z] ---> b716750e6419 [2021-01-22T07:25:05.963Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:25:05.963Z] Removing intermediate container cd89bab4cce5 [2021-01-22T07:25:05.963Z] ---> 6df76427555b [2021-01-22T07:25:05.963Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:25:05.963Z] Removing intermediate container 969d44b1011c [2021-01-22T07:25:05.963Z] ---> 93d5c2e64bb4 [2021-01-22T07:25:05.963Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:25:05.963Z] Removing intermediate container 07eca4bc54e8 [2021-01-22T07:25:05.963Z] ---> d4e65c6aaf56 [2021-01-22T07:25:05.963Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:25:05.963Z] Removing intermediate container b79785bfe407 [2021-01-22T07:25:05.963Z] ---> d28f24d40780 [2021-01-22T07:25:05.963Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:25:05.963Z] ---> Running in 251d87ceb982 [2021-01-22T07:25:05.963Z] ---> Running in 8f77cf6d3505 [2021-01-22T07:25:05.963Z] ---> Running in 7d7b880934b7 [2021-01-22T07:25:05.963Z] ---> Running in 3b17c82a973f [2021-01-22T07:25:05.963Z] ---> Running in 74a0982b6a14 [2021-01-22T07:25:10.513Z] Removing intermediate container 74a0982b6a14 [2021-01-22T07:25:10.513Z] ---> 6fca4944f238 [2021-01-22T07:25:10.513Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-22T07:25:10.513Z] Removing intermediate container 251d87ceb982 [2021-01-22T07:25:10.513Z] ---> 3e22ad68e2b3 [2021-01-22T07:25:10.513Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-22T07:25:10.513Z] ---> Running in 443f2ee76bee [2021-01-22T07:25:10.513Z] Removing intermediate container 8f77cf6d3505 [2021-01-22T07:25:10.513Z] ---> 490598376dd4 [2021-01-22T07:25:10.513Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-22T07:25:10.820Z] ---> Running in 351aeaa6a22c [2021-01-22T07:25:10.820Z] Removing intermediate container 3b17c82a973f [2021-01-22T07:25:10.820Z] ---> 20db4d92c46f [2021-01-22T07:25:10.820Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T07:25:10.820Z] ---> Running in 9ca3512d3534 [2021-01-22T07:25:11.098Z] Removing intermediate container 7d7b880934b7 [2021-01-22T07:25:11.098Z] ---> 8d4beff1fa9f [2021-01-22T07:25:11.098Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-22T07:25:11.098Z] ---> Running in d72cc7bd38a2 [2021-01-22T07:25:11.420Z] ---> Running in 117a34fdf1c5 [2021-01-22T07:25:12.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:25:12.488Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:25:12.761Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:25:13.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:25:13.038Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:25:13.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:25:13.617Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:25:13.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:25:13.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:25:13.886Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:25:14.867Z] OK: 233 MiB in 51 packages [2021-01-22T07:25:15.158Z] OK: 233 MiB in 51 packages [2021-01-22T07:25:15.158Z] OK: 233 MiB in 51 packages [2021-01-22T07:25:15.158Z] OK: 233 MiB in 51 packages [2021-01-22T07:25:15.455Z] OK: 233 MiB in 51 packages [2021-01-22T07:25:16.441Z] Removing intermediate container d72cc7bd38a2 [2021-01-22T07:25:16.441Z] ---> 9f324735b1b7 [2021-01-22T07:25:16.441Z] Step 6/23 : COPY go.mod . [2021-01-22T07:25:16.441Z] Removing intermediate container 117a34fdf1c5 [2021-01-22T07:25:16.441Z] ---> 74dc1fc4809d [2021-01-22T07:25:16.441Z] Step 6/21 : COPY go.mod . [2021-01-22T07:25:16.726Z] Removing intermediate container 351aeaa6a22c [2021-01-22T07:25:16.726Z] ---> 65b02defd4b4 [2021-01-22T07:25:16.726Z] Step 6/23 : COPY go.mod . [2021-01-22T07:25:16.726Z] ---> 3ddacd8e49f7 [2021-01-22T07:25:16.726Z] Step 7/23 : RUN go mod download [2021-01-22T07:25:17.074Z] Removing intermediate container 9ca3512d3534 [2021-01-22T07:25:17.074Z] ---> 948760ce8963 [2021-01-22T07:25:17.074Z] Step 6/26 : COPY go.mod . [2021-01-22T07:25:17.074Z] Removing intermediate container 443f2ee76bee [2021-01-22T07:25:17.074Z] ---> c662a0102a7a [2021-01-22T07:25:17.074Z] Step 6/22 : COPY go.mod . [2021-01-22T07:25:17.074Z] ---> Running in ca152919a9d8 [2021-01-22T07:25:17.362Z] ---> b637acadff99 [2021-01-22T07:25:17.362Z] Step 7/21 : RUN go mod download [2021-01-22T07:25:17.362Z] ---> 52edc7edd4b4 [2021-01-22T07:25:17.362Z] Step 7/23 : RUN go mod download [2021-01-22T07:25:17.362Z] ---> Running in 258755d24f43 [2021-01-22T07:25:17.995Z] ---> f9035e7d9857 [2021-01-22T07:25:17.995Z] Step 7/26 : RUN go mod download [2021-01-22T07:25:17.995Z] ---> Running in 07d721b6be84 [2021-01-22T07:25:17.995Z] ---> f4a7368e48b9 [2021-01-22T07:25:17.995Z] Step 7/22 : RUN go mod download [2021-01-22T07:25:18.285Z] ---> Running in dd47c236ee7d [2021-01-22T07:25:18.285Z] ---> Running in 037f9f8a40c2 [2021-01-22T07:25:22.799Z] Removing intermediate container dd47c236ee7d [2021-01-22T07:25:22.799Z] ---> 6bc9b263b557 [2021-01-22T07:25:22.799Z] Step 8/26 : COPY . . [2021-01-22T07:25:22.799Z] Removing intermediate container 258755d24f43 [2021-01-22T07:25:22.799Z] ---> ae1ee8c718d8 [2021-01-22T07:25:22.799Z] Step 8/21 : COPY . . [2021-01-22T07:25:22.799Z] Removing intermediate container 037f9f8a40c2 [2021-01-22T07:25:22.799Z] ---> 2e46a1378e0a [2021-01-22T07:25:22.799Z] Step 8/22 : COPY . . [2021-01-22T07:25:22.799Z] Removing intermediate container 07d721b6be84 [2021-01-22T07:25:22.799Z] ---> 2bc0cd46d0bb [2021-01-22T07:25:22.799Z] Step 8/23 : COPY . . [2021-01-22T07:25:23.087Z] Removing intermediate container ca152919a9d8 [2021-01-22T07:25:23.087Z] ---> f7f7a4f5e90b [2021-01-22T07:25:23.087Z] Step 8/23 : COPY . . [2021-01-22T07:26:46.219Z] ---> 7b4747f3f212 [2021-01-22T07:26:46.220Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-22T07:26:46.220Z] ---> 09e594bb2d9d [2021-01-22T07:26:46.220Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-22T07:26:46.220Z] ---> 86501ee1e0fa [2021-01-22T07:26:46.220Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-22T07:26:46.220Z] ---> 7e8043868d3a [2021-01-22T07:26:46.220Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-22T07:26:46.220Z] ---> e21ba8c5eaee [2021-01-22T07:26:46.220Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-22T07:26:46.220Z] ---> Running in ef556ab93b9a [2021-01-22T07:26:46.220Z] ---> Running in 8e1d91ca2449 [2021-01-22T07:26:46.220Z] ---> Running in 18d58b6bb572 [2021-01-22T07:26:46.220Z] ---> Running in 07b8f33bae4e [2021-01-22T07:26:46.220Z] ---> Running in 26dd4ad108dd [2021-01-22T07:26:46.220Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-01-22T07:26:46.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-01-22T07:26:46.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-01-22T07:26:46.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-01-22T07:26:46.220Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-01-22T07:27:25.749Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-01-22T07:27:36.642Z] Removing intermediate container 07b8f33bae4e [2021-01-22T07:27:36.642Z] ---> f69612502e42 [2021-01-22T07:27:36.642Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-22T07:27:36.642Z] Removing intermediate container 18d58b6bb572 [2021-01-22T07:27:36.642Z] ---> 99c8cd433750 [2021-01-22T07:27:36.642Z] [2021-01-22T07:27:36.642Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T07:27:36.642Z] Removing intermediate container 8e1d91ca2449 [2021-01-22T07:27:36.642Z] ---> 06407002ec4e [2021-01-22T07:27:36.642Z] [2021-01-22T07:27:36.642Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T07:27:36.642Z] ---> Running in b461e5a01798 [2021-01-22T07:27:36.642Z] 3.12: Pulling from library/alpine [2021-01-22T07:27:36.642Z] 3.12: Pulling from library/alpine [2021-01-22T07:27:38.288Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T07:27:38.604Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-01-22T07:27:38.604Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-22T07:27:38.604Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T07:27:38.604Z] Status: Downloaded newer image for alpine:3.12 [2021-01-22T07:27:38.604Z] ---> 389fef711851 [2021-01-22T07:27:38.604Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T07:27:38.604Z] ---> 389fef711851 [2021-01-22T07:27:38.604Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-22T07:27:39.821Z] Removing intermediate container 26dd4ad108dd [2021-01-22T07:27:39.821Z] ---> 79b63882dfec [2021-01-22T07:27:39.821Z] [2021-01-22T07:27:39.821Z] Step 10/21 : FROM alpine:3.12 [2021-01-22T07:27:39.821Z] ---> 389fef711851 [2021-01-22T07:27:39.821Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-22T07:27:39.821Z] ---> Running in b9676b1d10a9 [2021-01-22T07:27:39.821Z] ---> Running in f89388258d0b [2021-01-22T07:27:40.484Z] ---> Running in 96878830de1f [2021-01-22T07:27:41.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:27:41.627Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:27:41.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:27:41.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:27:41.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:27:41.934Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T07:27:41.934Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:27:41.934Z] OK: 6 MiB in 15 packages [2021-01-22T07:27:42.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:27:42.258Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-22T07:27:42.258Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:27:42.258Z] OK: 6 MiB in 15 packages [2021-01-22T07:27:42.258Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-22T07:27:42.258Z] Removing intermediate container b461e5a01798 [2021-01-22T07:27:42.258Z] ---> 7b3be459398b [2021-01-22T07:27:42.258Z] [2021-01-22T07:27:42.258Z] Step 11/26 : FROM docker:20.10.0 [2021-01-22T07:27:42.545Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T07:27:42.545Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-22T07:27:42.545Z] (4/4) Installing curl (7.69.1-r3) [2021-01-22T07:27:42.545Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:27:42.545Z] 20.10.0: Pulling from library/docker [2021-01-22T07:27:43.568Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T07:27:43.568Z] OK: 7 MiB in 18 packages [2021-01-22T07:27:45.107Z] Removing intermediate container b9676b1d10a9 [2021-01-22T07:27:45.107Z] ---> 2f784b4ee396 [2021-01-22T07:27:45.107Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T07:27:45.772Z] ---> Running in 9e9fe165467d [2021-01-22T07:27:45.772Z] Removing intermediate container ef556ab93b9a [2021-01-22T07:27:45.772Z] ---> 7bd1fe54d5d5 [2021-01-22T07:27:45.772Z] [2021-01-22T07:27:45.772Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T07:27:45.772Z] ---> 389fef711851 [2021-01-22T07:27:45.772Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-22T07:27:46.070Z] Removing intermediate container f89388258d0b [2021-01-22T07:27:46.070Z] ---> cc36851ecafa [2021-01-22T07:27:46.070Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T07:27:46.371Z] ---> Running in 11372e77336f [2021-01-22T07:27:46.371Z] ---> Running in e88b2af60c9f [2021-01-22T07:27:46.371Z] Removing intermediate container 96878830de1f [2021-01-22T07:27:46.371Z] ---> 58f161bb1fbc [2021-01-22T07:27:46.371Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T07:27:46.371Z] Removing intermediate container 9e9fe165467d [2021-01-22T07:27:46.371Z] ---> 3474bd7a7c30 [2021-01-22T07:27:46.371Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-22T07:27:46.657Z] ---> Running in ccda0a369003 [2021-01-22T07:27:46.657Z] ---> Running in 0bdd652c5954 [2021-01-22T07:27:46.657Z] Removing intermediate container 11372e77336f [2021-01-22T07:27:46.657Z] ---> 7368fecb2a9d [2021-01-22T07:27:46.657Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-22T07:27:46.958Z] Removing intermediate container e88b2af60c9f [2021-01-22T07:27:46.958Z] ---> 2df00dd3400e [2021-01-22T07:27:46.958Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-22T07:27:46.958Z] ---> Running in 582fc3be3030 [2021-01-22T07:27:46.958Z] ---> Running in 6a134f844f17 [2021-01-22T07:27:46.958Z] Removing intermediate container ccda0a369003 [2021-01-22T07:27:46.958Z] ---> 1f3b8220e35a [2021-01-22T07:27:46.958Z] Step 13/21 : WORKDIR /edgex [2021-01-22T07:27:46.958Z] Removing intermediate container 0bdd652c5954 [2021-01-22T07:27:46.958Z] ---> 4bb8ca2476c7 [2021-01-22T07:27:46.958Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T07:27:47.239Z] ---> Running in 4f994f5f65ba [2021-01-22T07:27:47.239Z] ---> Running in 8b7dab7721ec [2021-01-22T07:27:47.531Z] Removing intermediate container 582fc3be3030 [2021-01-22T07:27:47.531Z] ---> 7f0c0b171399 [2021-01-22T07:27:47.531Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-22T07:27:47.531Z] Removing intermediate container 6a134f844f17 [2021-01-22T07:27:47.531Z] ---> ac0ba53766df [2021-01-22T07:27:47.531Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T07:27:47.531Z] ---> Running in 40fe2d988599 [2021-01-22T07:27:47.809Z] ---> Running in 441d9f2573d5 [2021-01-22T07:27:47.809Z] Removing intermediate container 8b7dab7721ec [2021-01-22T07:27:47.809Z] ---> dc43232658ad [2021-01-22T07:27:47.809Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:27:47.809Z] Removing intermediate container 4f994f5f65ba [2021-01-22T07:27:47.809Z] ---> 3974b1f4aaf8 [2021-01-22T07:27:47.809Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-22T07:27:48.144Z] Removing intermediate container 40fe2d988599 [2021-01-22T07:27:48.144Z] ---> 5ad067a3efd9 [2021-01-22T07:27:48.144Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:27:48.144Z] ---> Running in e2fb3e85b742 [2021-01-22T07:27:48.461Z] Removing intermediate container 441d9f2573d5 [2021-01-22T07:27:48.461Z] ---> 3a5a02949bf9 [2021-01-22T07:27:48.461Z] Step 15/23 : WORKDIR / [2021-01-22T07:27:49.066Z] ---> Running in 5451b1a79cad [2021-01-22T07:27:49.393Z] ---> 358d0a91ff9a [2021-01-22T07:27:49.393Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-22T07:27:49.393Z] ---> c38cbb9d882c [2021-01-22T07:27:49.393Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-22T07:27:49.768Z] Removing intermediate container 5451b1a79cad [2021-01-22T07:27:49.768Z] ---> 847349fbc34b [2021-01-22T07:27:49.768Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:27:50.802Z] ---> 0e3172f26550 [2021-01-22T07:27:50.802Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-22T07:27:50.802Z] ---> e8abe0b3df10 [2021-01-22T07:27:50.802Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-22T07:27:50.802Z] ---> 7d90ab18470e [2021-01-22T07:27:50.802Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-22T07:27:51.445Z] ---> a6b42dc04ea3 [2021-01-22T07:27:51.445Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-22T07:27:51.445Z] Removing intermediate container e2fb3e85b742 [2021-01-22T07:27:51.445Z] ---> 849349b0e8f1 [2021-01-22T07:27:51.445Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-22T07:27:51.445Z] ---> Running in 26e8c2763bf8 [2021-01-22T07:27:51.749Z] ---> Running in 307efc029de2 [2021-01-22T07:27:52.049Z] ---> 77d5e6a5a0c3 [2021-01-22T07:27:52.049Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-22T07:27:52.049Z] ---> 3411a8af94f0 [2021-01-22T07:27:52.049Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-22T07:27:52.049Z] Removing intermediate container 26e8c2763bf8 [2021-01-22T07:27:52.049Z] ---> 668538488d22 [2021-01-22T07:27:52.049Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:27:52.329Z] ---> Running in 7517f3cf0100 [2021-01-22T07:27:52.329Z] ---> Running in 717b5b1a4534 [2021-01-22T07:27:52.621Z] Removing intermediate container 7517f3cf0100 [2021-01-22T07:27:52.621Z] ---> 38b505b72296 [2021-01-22T07:27:52.621Z] Step 18/21 : CMD ["--init=true"] [2021-01-22T07:27:52.894Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:27:53.207Z] ---> Running in dd583f2fd92b [2021-01-22T07:27:53.207Z] ---> c733eb456c01 [2021-01-22T07:27:53.207Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-22T07:27:53.207Z] Removing intermediate container 717b5b1a4534 [2021-01-22T07:27:53.207Z] ---> dbe4b3db06ad [2021-01-22T07:27:53.207Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T07:27:53.486Z] ---> Running in 696c4943c62e [2021-01-22T07:27:53.486Z] ---> Running in f0e7b1544ce1 [2021-01-22T07:27:53.486Z] Removing intermediate container dd583f2fd92b [2021-01-22T07:27:53.486Z] ---> 16b14093f0f3 [2021-01-22T07:27:53.486Z] Step 19/21 : LABEL arch=x86_64 [2021-01-22T07:27:53.759Z] ---> Running in e122a0b2ee72 [2021-01-22T07:27:53.759Z] Removing intermediate container f0e7b1544ce1 [2021-01-22T07:27:53.759Z] ---> 5be142cd4138 [2021-01-22T07:27:53.759Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:27:53.759Z] Removing intermediate container 696c4943c62e [2021-01-22T07:27:53.759Z] ---> 6ced38fe9b92 [2021-01-22T07:27:53.759Z] Step 21/22 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 [2021-01-22T07:27:54.056Z] ---> Running in 52077a86eb58 [2021-01-22T07:27:54.056Z] ---> Running in bd3d3c896785 [2021-01-22T07:27:54.336Z] Removing intermediate container e122a0b2ee72 [2021-01-22T07:27:54.336Z] ---> 34412594e8f7 [2021-01-22T07:27:54.336Z] Step 20/21 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 [2021-01-22T07:27:54.336Z] Removing intermediate container 52077a86eb58 [2021-01-22T07:27:54.336Z] ---> 9befa0746bc0 [2021-01-22T07:27:54.336Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T07:27:54.644Z] ---> Running in 71cffd97f43b [2021-01-22T07:27:54.644Z] Removing intermediate container bd3d3c896785 [2021-01-22T07:27:54.644Z] ---> 99db7dc6ade6 [2021-01-22T07:27:54.644Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T07:27:54.644Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:27:54.644Z] ---> Running in 8e1e82c3e56b [2021-01-22T07:27:54.959Z] ---> Running in 6c4e1a5bf768 [2021-01-22T07:27:54.960Z] Removing intermediate container 71cffd97f43b [2021-01-22T07:27:54.960Z] ---> 6a358d08eb67 [2021-01-22T07:27:54.960Z] Step 21/21 : LABEL version=0.0.0 [2021-01-22T07:27:55.253Z] Removing intermediate container 8e1e82c3e56b [2021-01-22T07:27:55.253Z] ---> b178fea2987a [2021-01-22T07:27:55.253Z] Step 22/23 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 [2021-01-22T07:27:55.253Z] ---> Running in 96e7a358ed9f [2021-01-22T07:27:55.523Z] ---> Running in 0ccde35cdb71 [2021-01-22T07:27:55.523Z] Removing intermediate container 6c4e1a5bf768 [2021-01-22T07:27:55.523Z] ---> 58866604dc38 [2021-01-22T07:27:55.523Z] [2021-01-22T07:27:55.793Z] Removing intermediate container 96e7a358ed9f [2021-01-22T07:27:55.793Z] ---> 392106080954 [2021-01-22T07:27:55.793Z] [2021-01-22T07:27:56.099Z] Removing intermediate container 0ccde35cdb71 [2021-01-22T07:27:56.099Z] ---> c046266f793d [2021-01-22T07:27:56.099Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T07:27:56.099Z] Successfully built 392106080954 [2021-01-22T07:27:56.099Z] Successfully built 58866604dc38 [2021-01-22T07:27:56.099Z] ---> Running in 35c78130017e [2021-01-22T07:27:56.099Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-22T07:27:56.099Z]  Building docker-security-proxy-setup-go ... done Successfully tagged docker-support-scheduler-go:latest [2021-01-22T07:27:56.099Z] Building docker-support-notifications-go [2021-01-22T07:27:56.099Z] Building docker-security-bootstrapper-go [2021-01-22T07:27:56.704Z]  Building docker-support-scheduler-go ... done Removing intermediate container 35c78130017e [2021-01-22T07:27:56.704Z] ---> 145df6e665a1 [2021-01-22T07:27:56.704Z] [2021-01-22T07:27:56.976Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-22T07:27:56.976Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-22T07:27:56.976Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-22T07:27:56.976Z] ---> aefe523efa57 [2021-01-22T07:27:56.976Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-22T07:27:56.976Z] Successfully built 145df6e665a1 [2021-01-22T07:27:56.976Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-22T07:27:57.247Z] Successfully tagged docker-core-command-go:latest [2021-01-22T07:27:57.247Z]  Building docker-core-command-go ... done Building docker-security-secretstore-setup-go [2021-01-22T07:27:57.247Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-22T07:27:57.247Z] ---> Running in bc6e7f460c0d [2021-01-22T07:27:57.535Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-22T07:27:58.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:27:58.265Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:27:58.265Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-22T07:27:58.557Z] (1/2) Installing readline (8.0.4-r0) [2021-01-22T07:27:58.866Z] (2/2) Installing bash (5.0.17-r0) [2021-01-22T07:27:58.866Z] Executing bash-5.0.17-r0.post-install [2021-01-22T07:27:58.866Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:27:58.866Z] OK: 12 MiB in 22 packages [2021-01-22T07:27:59.181Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-22T07:27:59.181Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:27:59.181Z] OK: 8 MiB in 20 packages [2021-01-22T07:28:03.182Z] Removing intermediate container bc6e7f460c0d [2021-01-22T07:28:03.182Z] ---> 450958d326dd [2021-01-22T07:28:03.182Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-22T07:28:03.182Z] Removing intermediate container 307efc029de2 [2021-01-22T07:28:03.182Z] ---> 1485705a3444 [2021-01-22T07:28:03.182Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:28:03.494Z] ---> Running in efcaaeeef583 [2021-01-22T07:28:05.843Z] Removing intermediate container efcaaeeef583 [2021-01-22T07:28:05.843Z] ---> 50713b6956d0 [2021-01-22T07:28:05.843Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-22T07:28:05.843Z] ---> dfafc854814d [2021-01-22T07:28:05.843Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-22T07:28:06.529Z] ---> Running in 79051e46f0bf [2021-01-22T07:28:07.636Z] Removing intermediate container 79051e46f0bf [2021-01-22T07:28:07.636Z] ---> 17e82cd30b4b [2021-01-22T07:28:07.636Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-22T07:28:07.636Z] ---> Running in 3431a496bbe6 [2021-01-22T07:28:07.979Z] ---> 41bb135761e5 [2021-01-22T07:28:07.979Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-22T07:28:08.280Z] Removing intermediate container 3431a496bbe6 [2021-01-22T07:28:08.280Z] ---> ba9ef204f5c8 [2021-01-22T07:28:08.280Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-22T07:28:09.910Z] ---> f6ddcc967ea3 [2021-01-22T07:28:09.910Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-22T07:28:10.547Z] ---> f3c87d3334fa [2021-01-22T07:28:10.547Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-22T07:28:10.547Z] ---> Running in 1d59f40a0037 [2021-01-22T07:28:12.174Z] Removing intermediate container 1d59f40a0037 [2021-01-22T07:28:12.174Z] ---> 6b93e9f90103 [2021-01-22T07:28:12.174Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:28:12.174Z] ---> 53fc0890fdf7 [2021-01-22T07:28:12.174Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-22T07:28:12.174Z] ---> Running in b10726ba3114 [2021-01-22T07:28:12.773Z] Removing intermediate container b10726ba3114 [2021-01-22T07:28:12.773Z] ---> 0e9d7a4da899 [2021-01-22T07:28:12.773Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T07:28:12.773Z] ---> Running in dd2cfcf92cc5 [2021-01-22T07:28:13.076Z] ---> 30490e5488a7 [2021-01-22T07:28:13.076Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-22T07:28:13.076Z] ---> Running in 291d72b85986 [2021-01-22T07:28:13.361Z] Removing intermediate container dd2cfcf92cc5 [2021-01-22T07:28:13.361Z] ---> b2378cb5f45e [2021-01-22T07:28:13.361Z] Step 22/23 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 [2021-01-22T07:28:13.361Z] ---> Running in 1bfa8b39e67e [2021-01-22T07:28:14.002Z] Removing intermediate container 1bfa8b39e67e [2021-01-22T07:28:14.002Z] ---> b24f3cf14cee [2021-01-22T07:28:14.002Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T07:28:14.347Z] ---> Running in 4d51018ff28f [2021-01-22T07:28:14.347Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:14.694Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:14.694Z] Removing intermediate container 4d51018ff28f [2021-01-22T07:28:14.694Z] ---> 1ef0dd7bd22a [2021-01-22T07:28:14.694Z] [2021-01-22T07:28:14.981Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-22T07:28:14.981Z] (2/33) Installing expat (2.2.9-r1) [2021-01-22T07:28:14.981Z] (3/33) Installing libffi (3.3-r2) [2021-01-22T07:28:14.981Z] (4/33) Installing gdbm (1.13-r1) [2021-01-22T07:28:14.981Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-22T07:28:14.981Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-22T07:28:15.338Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-22T07:28:15.679Z] Successfully built 1ef0dd7bd22a [2021-01-22T07:28:15.679Z] Successfully tagged docker-core-data-go:latest [2021-01-22T07:28:15.679Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-22T07:28:23.019Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-22T07:28:23.019Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-22T07:28:23.019Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-22T07:28:23.019Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-22T07:28:23.019Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-22T07:28:23.019Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-22T07:28:23.019Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-22T07:28:23.019Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-22T07:28:23.019Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-22T07:28:23.019Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-22T07:28:23.663Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-22T07:28:23.663Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-22T07:28:23.951Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-22T07:28:23.951Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-22T07:28:25.086Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-22T07:28:25.800Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-22T07:28:25.800Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-22T07:28:25.800Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-22T07:28:26.353Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-22T07:28:26.353Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-22T07:28:26.353Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-22T07:28:26.353Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-22T07:28:26.353Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-22T07:28:26.353Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-22T07:28:26.353Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-22T07:28:26.353Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-22T07:28:28.325Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:28:28.325Z] OK: 71 MiB in 55 packages [2021-01-22T07:28:43.854Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:28:43.854Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:28:43.854Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:28:43.854Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:28:43.854Z] ---> 647c9b49f7ac [2021-01-22T07:28:43.854Z] Step 3/33 : WORKDIR /edgex-go [2021-01-22T07:28:43.854Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:28:43.854Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:28:43.854Z] ---> 647c9b49f7ac [2021-01-22T07:28:43.854Z] Step 3/22 : WORKDIR /edgex-go [2021-01-22T07:28:43.854Z] ---> 647c9b49f7ac [2021-01-22T07:28:43.854Z] Step 3/24 : WORKDIR /edgex-go [2021-01-22T07:28:43.854Z] ---> Using cache [2021-01-22T07:28:43.854Z] ---> Using cache [2021-01-22T07:28:43.854Z] ---> d28f24d40780 [2021-01-22T07:28:43.854Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:28:43.855Z] ---> Using cache [2021-01-22T07:28:43.855Z] ---> d28f24d40780 [2021-01-22T07:28:43.855Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:28:43.855Z] ---> d28f24d40780 [2021-01-22T07:28:43.855Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:28:43.855Z] ---> Using cache [2021-01-22T07:28:43.855Z] ---> 6fca4944f238 [2021-01-22T07:28:43.855Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-22T07:28:43.855Z] ---> Using cache [2021-01-22T07:28:43.855Z] ---> 6fca4944f238 [2021-01-22T07:28:43.855Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-22T07:28:43.855Z] ---> Using cache [2021-01-22T07:28:43.855Z] ---> 6fca4944f238 [2021-01-22T07:28:43.855Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-22T07:28:43.855Z] ---> Using cache [2021-01-22T07:28:43.855Z] ---> c662a0102a7a [2021-01-22T07:28:43.855Z] Step 6/24 : COPY go.mod . [2021-01-22T07:28:43.855Z] ---> Using cache [2021-01-22T07:28:43.855Z] ---> c662a0102a7a [2021-01-22T07:28:43.855Z] Step 6/33 : COPY go.mod . [2021-01-22T07:28:43.855Z] ---> Using cache [2021-01-22T07:28:43.855Z] ---> f4a7368e48b9 [2021-01-22T07:28:43.855Z] Step 7/33 : RUN go mod download [2021-01-22T07:28:43.855Z] ---> Using cache [2021-01-22T07:28:43.855Z] ---> f4a7368e48b9 [2021-01-22T07:28:43.855Z] Step 7/24 : RUN go mod download [2021-01-22T07:28:43.855Z] ---> Using cache [2021-01-22T07:28:43.855Z] ---> 2e46a1378e0a [2021-01-22T07:28:43.855Z] Step 8/33 : COPY . . [2021-01-22T07:28:43.855Z] ---> Using cache [2021-01-22T07:28:43.855Z] ---> 2e46a1378e0a [2021-01-22T07:28:43.855Z] Step 8/24 : COPY . . [2021-01-22T07:28:43.855Z] ---> Using cache [2021-01-22T07:28:43.855Z] ---> 7b4747f3f212 [2021-01-22T07:28:43.855Z] ---> Using cache [2021-01-22T07:28:43.855Z] ---> 7b4747f3f212 [2021-01-22T07:28:43.855Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-22T07:28:43.855Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-22T07:28:43.855Z] ---> Running in b5fc4dda36d9 [2021-01-22T07:28:43.855Z] ---> Running in 031265ef3f4f [2021-01-22T07:28:43.855Z] ---> Running in a79b4a3273e7 [2021-01-22T07:28:47.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-01-22T07:28:47.317Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-01-22T07:28:47.603Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:48.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:28:50.155Z] OK: 233 MiB in 51 packages [2021-01-22T07:28:53.153Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-22T07:28:53.153Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-22T07:28:53.153Z] ---> 647c9b49f7ac [2021-01-22T07:28:53.153Z] Step 3/23 : WORKDIR /edgex-go [2021-01-22T07:28:53.473Z] ---> Using cache [2021-01-22T07:28:53.473Z] ---> d28f24d40780 [2021-01-22T07:28:53.473Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-22T07:28:53.473Z] ---> Using cache [2021-01-22T07:28:53.473Z] ---> 6fca4944f238 [2021-01-22T07:28:53.473Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-22T07:28:53.473Z] ---> Using cache [2021-01-22T07:28:53.473Z] ---> c662a0102a7a [2021-01-22T07:28:53.473Z] Step 6/23 : COPY go.mod . [2021-01-22T07:28:53.473Z] ---> Using cache [2021-01-22T07:28:53.473Z] ---> f4a7368e48b9 [2021-01-22T07:28:53.473Z] Step 7/23 : RUN go mod download [2021-01-22T07:28:53.473Z] ---> Using cache [2021-01-22T07:28:53.473Z] ---> 2e46a1378e0a [2021-01-22T07:28:53.473Z] Step 8/23 : COPY . . [2021-01-22T07:28:53.473Z] ---> Using cache [2021-01-22T07:28:53.473Z] ---> 7b4747f3f212 [2021-01-22T07:28:53.473Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-22T07:28:54.272Z] Removing intermediate container b5fc4dda36d9 [2021-01-22T07:28:54.272Z] ---> a49126a12246 [2021-01-22T07:28:54.272Z] Step 6/22 : COPY go.mod . [2021-01-22T07:28:54.272Z] ---> Running in 61475e28c437 [2021-01-22T07:28:55.108Z] ---> 2f6d34acc6ae [2021-01-22T07:28:55.108Z] Step 7/22 : RUN go mod download [2021-01-22T07:28:55.108Z] ---> Running in 9a0038a26b21 [2021-01-22T07:28:56.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-01-22T07:29:03.170Z] Removing intermediate container 9a0038a26b21 [2021-01-22T07:29:03.170Z] ---> dbe0fa543248 [2021-01-22T07:29:03.170Z] Step 8/22 : COPY . . [2021-01-22T07:29:16.500Z] Removing intermediate container 291d72b85986 [2021-01-22T07:29:16.500Z] ---> deab5945e531 [2021-01-22T07:29:16.500Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-22T07:29:16.500Z] ---> Running in 86fbd20f99f8 [2021-01-22T07:29:23.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-01-22T07:29:23.416Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-22T07:29:32.195Z] Collecting docker-compose==1.23.2 [2021-01-22T07:29:32.195Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-22T07:29:32.483Z] Collecting jsonschema<3,>=2.5.1 [2021-01-22T07:29:32.483Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-22T07:29:32.837Z] Collecting docopt<0.7,>=0.6.1 [2021-01-22T07:29:32.837Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-22T07:29:37.484Z] Collecting PyYAML<4,>=3.10 [2021-01-22T07:29:37.484Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-22T07:29:39.516Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-22T07:29:39.516Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-22T07:29:40.516Z] Collecting cached-property<2,>=1.2.0 [2021-01-22T07:29:40.516Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-22T07:29:42.520Z] Collecting texttable<0.10,>=0.9.0 [2021-01-22T07:29:42.520Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-22T07:29:43.143Z] Removing intermediate container a79b4a3273e7 [2021-01-22T07:29:43.143Z] ---> 82a8471e56f8 [2021-01-22T07:29:43.143Z] [2021-01-22T07:29:43.143Z] Step 10/24 : FROM alpine:3.12 [2021-01-22T07:29:43.143Z] ---> 389fef711851 [2021-01-22T07:29:43.143Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-22T07:29:44.142Z] Removing intermediate container 61475e28c437 [2021-01-22T07:29:44.142Z] ---> ef22ccbaeb37 [2021-01-22T07:29:44.142Z] [2021-01-22T07:29:44.142Z] Step 10/23 : FROM alpine:3.12 [2021-01-22T07:29:44.142Z] ---> 389fef711851 [2021-01-22T07:29:44.142Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-22T07:29:44.142Z] ---> Using cache [2021-01-22T07:29:44.142Z] ---> cc36851ecafa [2021-01-22T07:29:44.142Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T07:29:44.142Z] ---> Using cache [2021-01-22T07:29:44.143Z] ---> 2df00dd3400e [2021-01-22T07:29:44.143Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-22T07:29:44.143Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-22T07:29:44.143Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-22T07:29:44.143Z] ---> 6a8538d60ee7 [2021-01-22T07:29:44.143Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-22T07:29:44.143Z] Removing intermediate container 031265ef3f4f [2021-01-22T07:29:44.143Z] ---> b7cbe25c8a98 [2021-01-22T07:29:44.143Z] [2021-01-22T07:29:44.143Z] Step 10/33 : FROM alpine:3.12 [2021-01-22T07:29:44.143Z] ---> 389fef711851 [2021-01-22T07:29:44.143Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-22T07:29:44.143Z] ---> Running in ad7fe9f6fd8f [2021-01-22T07:29:44.143Z] ---> Running in 90ff9164f14e [2021-01-22T07:29:44.422Z] ---> Running in d46a58d076b3 [2021-01-22T07:29:44.422Z] Collecting docker<4.0,>=3.6.0 [2021-01-22T07:29:44.422Z] ---> Running in d6830d401adc [2021-01-22T07:29:44.422Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-22T07:29:44.724Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-22T07:29:44.724Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-22T07:29:44.999Z] Removing intermediate container 90ff9164f14e [2021-01-22T07:29:44.999Z] ---> 2e10af4356e5 [2021-01-22T07:29:44.999Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-22T07:29:45.311Z] ---> Running in 9acebea58a33 [2021-01-22T07:29:45.698Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-22T07:29:46.383Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-22T07:29:46.383Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-22T07:29:46.383Z] Removing intermediate container 9acebea58a33 [2021-01-22T07:29:46.383Z] ---> bce4f9a34960 [2021-01-22T07:29:46.383Z] Step 15/23 : WORKDIR / [2021-01-22T07:29:46.383Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-22T07:29:46.383Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-22T07:29:46.383Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-01-22T07:29:46.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:46.383Z] ---> Running in 1d096ef2cc55 [2021-01-22T07:29:46.383Z] Collecting idna<2.8,>=2.5 [2021-01-22T07:29:46.383Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-22T07:29:46.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:46.383Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:46.383Z] Collecting docker-pycreds>=0.4.0 [2021-01-22T07:29:46.938Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-22T07:29:46.938Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-22T07:29:46.938Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-22T07:29:46.938Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-22T07:29:46.938Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-22T07:29:46.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:29:46.938Z] Removing intermediate container 1d096ef2cc55 [2021-01-22T07:29:46.938Z] ---> bb1f41b79eaf [2021-01-22T07:29:46.938Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:29:46.938Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-22T07:29:46.938Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T07:29:46.938Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-22T07:29:46.938Z] (4/5) Installing curl (7.69.1-r3) [2021-01-22T07:29:46.938Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-22T07:29:46.938Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:29:46.938Z] Installing collected packages: jsonschema, docopt, PyYAML, websocket-client, cached-property, texttable, urllib3, idna, requests, docker-pycreds, docker, dockerpty, docker-compose [2021-01-22T07:29:46.938Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T07:29:46.938Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-22T07:29:47.230Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-22T07:29:47.230Z] (3/3) Installing su-exec (0.2-r1) [2021-01-22T07:29:47.230Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:29:47.230Z] OK: 6 MiB in 17 packages [2021-01-22T07:29:47.230Z] OK: 7 MiB in 19 packages [2021-01-22T07:29:47.230Z] Running setup.py install for docopt: started [2021-01-22T07:29:47.499Z] ---> 1af1aa1fd7a0 [2021-01-22T07:29:47.499Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-22T07:29:48.515Z] Running setup.py install for docopt: finished with status 'done' [2021-01-22T07:29:48.515Z] Running setup.py install for PyYAML: started [2021-01-22T07:29:49.543Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-22T07:29:49.826Z] ---> c8014c9d393f [2021-01-22T07:29:49.826Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-22T07:29:50.439Z] Removing intermediate container d6830d401adc [2021-01-22T07:29:50.440Z] ---> 68fa423034a2 [2021-01-22T07:29:50.440Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-22T07:29:50.750Z] Removing intermediate container ad7fe9f6fd8f [2021-01-22T07:29:50.750Z] ---> 0485d7e5bed8 [2021-01-22T07:29:50.750Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-22T07:29:51.032Z] Running setup.py install for texttable: started [2021-01-22T07:29:51.317Z] ---> Running in 38e958145959 [2021-01-22T07:29:51.317Z] ---> Running in f5427b6c7d39 [2021-01-22T07:29:51.317Z] ---> fd32ca0a4e31 [2021-01-22T07:29:51.317Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-22T07:29:51.592Z] ---> Running in 32165b1206ec [2021-01-22T07:29:51.592Z] Running setup.py install for texttable: finished with status 'done' [2021-01-22T07:29:51.592Z] Attempting uninstall: urllib3 [2021-01-22T07:29:51.592Z] Found existing installation: urllib3 1.25.9 [2021-01-22T07:29:51.592Z] Uninstalling urllib3-1.25.9: [2021-01-22T07:29:51.898Z] Removing intermediate container f5427b6c7d39 [2021-01-22T07:29:51.898Z] ---> f7732974185a [2021-01-22T07:29:51.898Z] Step 13/24 : WORKDIR / [2021-01-22T07:29:52.552Z] Removing intermediate container 38e958145959 [2021-01-22T07:29:52.552Z] ---> e89c824a7341 [2021-01-22T07:29:52.552Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-22T07:29:52.552Z] Successfully uninstalled urllib3-1.25.9 [2021-01-22T07:29:52.552Z] Removing intermediate container 32165b1206ec [2021-01-22T07:29:52.552Z] ---> cdc8052437f2 [2021-01-22T07:29:52.552Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:29:52.845Z] ---> Running in 94b5bbc5b0e5 [2021-01-22T07:29:52.845Z] ---> Running in 4b8cad0c2b50 [2021-01-22T07:29:53.153Z] ---> Running in a9452d5d4f9e [2021-01-22T07:29:53.154Z] Attempting uninstall: idna [2021-01-22T07:29:53.154Z] Found existing installation: idna 2.9 [2021-01-22T07:29:53.154Z] Uninstalling idna-2.9: [2021-01-22T07:29:53.475Z] Successfully uninstalled idna-2.9 [2021-01-22T07:29:53.475Z] Removing intermediate container 94b5bbc5b0e5 [2021-01-22T07:29:53.475Z] ---> 7c87be8fc9e3 [2021-01-22T07:29:53.475Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-22T07:29:53.789Z] Attempting uninstall: requests [2021-01-22T07:29:53.789Z] Found existing installation: requests 2.23.0 [2021-01-22T07:29:53.789Z] Uninstalling requests-2.23.0: [2021-01-22T07:29:53.789Z] Removing intermediate container 4b8cad0c2b50 [2021-01-22T07:29:53.790Z] ---> d4bddfd4fa21 [2021-01-22T07:29:53.790Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-22T07:29:54.105Z] Successfully uninstalled requests-2.23.0 [2021-01-22T07:29:54.392Z] Removing intermediate container a9452d5d4f9e [2021-01-22T07:29:54.393Z] ---> 434913c4ad8e [2021-01-22T07:29:54.393Z] Step 21/23 : LABEL arch=x86_64 [2021-01-22T07:29:54.393Z] ---> Running in f6fdb7d054cb [2021-01-22T07:29:54.682Z] ---> 1e54fe4ef90a [2021-01-22T07:29:54.682Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-22T07:29:54.682Z] ---> Running in 0a84460101b5 [2021-01-22T07:29:54.977Z] Running setup.py install for dockerpty: started [2021-01-22T07:29:55.653Z] Removing intermediate container 0a84460101b5 [2021-01-22T07:29:55.653Z] ---> 4e203383754a [2021-01-22T07:29:55.653Z] Step 22/23 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 [2021-01-22T07:29:55.939Z] ---> a312484523ae [2021-01-22T07:29:55.939Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-22T07:29:55.939Z] ---> Running in 086e237dfbcb [2021-01-22T07:29:55.939Z] Connecting to github.com (140.82.114.3:443) [2021-01-22T07:29:55.939Z]  Running setup.py install for dockerpty: finished with status 'done' [2021-01-22T07:29:55.939Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.42.212:443) [2021-01-22T07:29:56.414Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-22T07:29:56.414Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-22T07:29:56.708Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-22T07:29:56.708Z] dockerize [2021-01-22T07:29:56.708Z] Removing intermediate container 086e237dfbcb [2021-01-22T07:29:56.708Z] ---> 6ab21286cf6d [2021-01-22T07:29:56.708Z] Step 23/23 : LABEL version=0.0.0 [2021-01-22T07:29:57.001Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-22T07:29:57.001Z] ---> 4f0069554d77 [2021-01-22T07:29:57.001Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-22T07:29:57.001Z] ---> Running in f5eeea34db86 [2021-01-22T07:29:58.070Z] Removing intermediate container f5eeea34db86 [2021-01-22T07:29:58.070Z] ---> 8f0671de0dd4 [2021-01-22T07:29:58.070Z] [2021-01-22T07:29:58.353Z] Successfully built 8f0671de0dd4 [2021-01-22T07:29:58.353Z] Successfully tagged docker-core-metadata-go:latest [2021-01-22T07:29:58.353Z]  Building docker-core-metadata-go ... done  ---> 063a4db2a496 [2021-01-22T07:29:58.353Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-22T07:29:58.640Z] Removing intermediate container f6fdb7d054cb [2021-01-22T07:29:58.640Z] ---> 74deb170e421 [2021-01-22T07:29:58.640Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-22T07:29:59.279Z] ---> Running in 05787edf9364 [2021-01-22T07:30:00.356Z] Removing intermediate container 86fbd20f99f8 [2021-01-22T07:30:00.356Z] ---> e075bb9df039 [2021-01-22T07:30:00.356Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-22T07:30:00.356Z] ---> b279735502f6 [2021-01-22T07:30:00.356Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-22T07:30:00.654Z] Removing intermediate container 05787edf9364 [2021-01-22T07:30:00.654Z] ---> b55cae103139 [2021-01-22T07:30:00.654Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-22T07:30:00.654Z] ---> Running in e49d162eee30 [2021-01-22T07:30:00.948Z] ---> Running in 3e7461847e66 [2021-01-22T07:30:03.781Z] Removing intermediate container 3e7461847e66 [2021-01-22T07:30:03.781Z] ---> 889ef0435ec7 [2021-01-22T07:30:03.781Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-22T07:30:03.781Z] ---> 299c7ac88e8e [2021-01-22T07:30:03.781Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-22T07:30:03.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:30:03.781Z] ---> Running in 753296ee7396 [2021-01-22T07:30:03.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:30:04.074Z] ---> Running in 963d6522a8ab [2021-01-22T07:30:04.366Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-22T07:30:04.366Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-22T07:30:04.366Z] (3/3) Installing curl (7.69.1-r3) [2021-01-22T07:30:04.366Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:30:04.662Z] OK: 72 MiB in 58 packages [2021-01-22T07:30:05.811Z] Move dockerize executable [2021-01-22T07:30:06.460Z] Removing intermediate container e49d162eee30 [2021-01-22T07:30:06.460Z] ---> b2ba13783f2d [2021-01-22T07:30:06.460Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-22T07:30:06.776Z] ---> Running in 8b04fc7c0c61 [2021-01-22T07:30:07.949Z] Removing intermediate container 8b04fc7c0c61 [2021-01-22T07:30:07.949Z] ---> fb036dd306a6 [2021-01-22T07:30:07.949Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:30:07.949Z] Removing intermediate container 963d6522a8ab [2021-01-22T07:30:07.949Z] ---> 450c49454166 [2021-01-22T07:30:07.949Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-22T07:30:07.949Z] ---> Running in 23ae46333209 [2021-01-22T07:30:07.949Z] ---> Running in 7f9142f7166a [2021-01-22T07:30:08.229Z] Removing intermediate container 753296ee7396 [2021-01-22T07:30:08.229Z] ---> 23b6dd44ce5b [2021-01-22T07:30:08.229Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-22T07:30:08.512Z] ---> Running in 4bf10c3383b7 [2021-01-22T07:30:08.512Z] Removing intermediate container 23ae46333209 [2021-01-22T07:30:08.512Z] ---> cd904b0f0588 [2021-01-22T07:30:08.512Z] Step 24/26 : LABEL arch=x86_64 [2021-01-22T07:30:08.804Z] Removing intermediate container 7f9142f7166a [2021-01-22T07:30:08.804Z] ---> 15acac82ad36 [2021-01-22T07:30:08.804Z] Step 22/24 : LABEL arch=x86_64 [2021-01-22T07:30:08.804Z] ---> Running in 7ac60900b132 [2021-01-22T07:30:09.130Z] ---> Running in 679226c30b34 [2021-01-22T07:30:09.428Z] Removing intermediate container 4bf10c3383b7 [2021-01-22T07:30:09.428Z] ---> 1dbcc538da17 [2021-01-22T07:30:09.428Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-22T07:30:09.730Z] Removing intermediate container 7ac60900b132 [2021-01-22T07:30:09.730Z] ---> 758995322a6b [2021-01-22T07:30:09.730Z] Step 25/26 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 [2021-01-22T07:30:10.083Z] Removing intermediate container 679226c30b34 [2021-01-22T07:30:10.083Z] ---> 9a21ea318bcc [2021-01-22T07:30:10.083Z] Step 23/24 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 [2021-01-22T07:30:10.712Z] ---> Running in 7aea3ce90ffd [2021-01-22T07:30:10.712Z] ---> e11c87905744 [2021-01-22T07:30:10.712Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-22T07:30:10.712Z] ---> Running in cfedd3ff788f [2021-01-22T07:30:10.712Z] ---> Running in 2c6b0aea9f0e [2021-01-22T07:30:11.020Z] Removing intermediate container d46a58d076b3 [2021-01-22T07:30:11.020Z] ---> 019b83b0c7f6 [2021-01-22T07:30:11.020Z] [2021-01-22T07:30:11.020Z] Step 10/22 : FROM alpine:3.12 [2021-01-22T07:30:11.020Z] ---> 389fef711851 [2021-01-22T07:30:11.020Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-22T07:30:11.020Z] ---> Running in 965eaf94b76f [2021-01-22T07:30:11.020Z] Removing intermediate container 7aea3ce90ffd [2021-01-22T07:30:11.020Z] ---> 59198e1563a6 [2021-01-22T07:30:11.020Z] Step 26/26 : LABEL version=0.0.0 [2021-01-22T07:30:11.338Z] Removing intermediate container cfedd3ff788f [2021-01-22T07:30:11.338Z] ---> b62c5c346fe0 [2021-01-22T07:30:11.338Z] Step 24/24 : LABEL version=0.0.0 [2021-01-22T07:30:11.338Z] ---> Running in 6fa7723515e8 [2021-01-22T07:30:11.636Z] ---> Running in 050f14634482 [2021-01-22T07:30:12.305Z] Removing intermediate container 6fa7723515e8 [2021-01-22T07:30:12.305Z] ---> dc0063cfe8d1 [2021-01-22T07:30:12.305Z] [2021-01-22T07:30:12.305Z] Removing intermediate container 050f14634482 [2021-01-22T07:30:12.305Z] ---> 3851db032526 [2021-01-22T07:30:12.305Z] [2021-01-22T07:30:12.614Z] Successfully built dc0063cfe8d1 [2021-01-22T07:30:12.614Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-22T07:30:12.614Z]  Building docker-sys-mgmt-agent-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-22T07:30:13.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-22T07:30:13.298Z] Successfully built 3851db032526 [2021-01-22T07:30:13.298Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-22T07:30:13.298Z]  Building docker-security-secretstore-setup-go ... done (1/2) Installing ca-certificates (20191127-r4) [2021-01-22T07:30:13.298Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-22T07:30:13.594Z] Executing busybox-1.31.1-r19.trigger [2021-01-22T07:30:13.594Z] Executing ca-certificates-20191127-r4.trigger [2021-01-22T07:30:13.594Z] OK: 6 MiB in 16 packages [2021-01-22T07:30:13.894Z] Removing intermediate container 2c6b0aea9f0e [2021-01-22T07:30:13.894Z] ---> bf71000e8fb7 [2021-01-22T07:30:13.894Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:30:14.962Z] ---> eedba2a84c39 [2021-01-22T07:30:14.962Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-22T07:30:14.962Z] Removing intermediate container 965eaf94b76f [2021-01-22T07:30:14.962Z] ---> ed32292b8619 [2021-01-22T07:30:14.962Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-22T07:30:15.236Z] ---> Running in ea8defcea4c7 [2021-01-22T07:30:15.530Z] Removing intermediate container ea8defcea4c7 [2021-01-22T07:30:15.530Z] ---> 83a1b7f10c74 [2021-01-22T07:30:15.530Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-22T07:30:15.822Z] ---> Running in 8468ddab12f5 [2021-01-22T07:30:15.822Z] ---> dd1618f69878 [2021-01-22T07:30:15.822Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-22T07:30:16.440Z] Removing intermediate container 8468ddab12f5 [2021-01-22T07:30:16.440Z] ---> 4660d780cb9a [2021-01-22T07:30:16.440Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-22T07:30:16.440Z] ---> Running in 1c71058de672 [2021-01-22T07:30:16.440Z] ---> 2152c71c3196 [2021-01-22T07:30:16.440Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-22T07:30:16.710Z] Removing intermediate container 1c71058de672 [2021-01-22T07:30:16.710Z] ---> 77a862e46959 [2021-01-22T07:30:16.710Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-22T07:30:17.341Z] ---> c6cdf59c9731 [2021-01-22T07:30:17.341Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-22T07:30:17.341Z] ---> 6c7c4ed8d007 [2021-01-22T07:30:17.341Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-22T07:30:18.411Z] ---> 3fdb7168e0ab [2021-01-22T07:30:18.411Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-22T07:30:18.411Z] ---> d025363e48de [2021-01-22T07:30:18.411Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-22T07:30:18.710Z] ---> Running in 246c9ffb787f [2021-01-22T07:30:20.672Z] Removing intermediate container 246c9ffb787f [2021-01-22T07:30:20.672Z] ---> 34bd64d0ce14 [2021-01-22T07:30:20.672Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-22T07:30:20.672Z] ---> a8af90affe51 [2021-01-22T07:30:20.672Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-22T07:30:20.672Z] ---> Running in bc1e256a14a3 [2021-01-22T07:30:20.672Z] Removing intermediate container bc1e256a14a3 [2021-01-22T07:30:20.672Z] ---> 3508c4df243c [2021-01-22T07:30:20.672Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-22T07:30:20.672Z] ---> Running in 45ffa2ed58fa [2021-01-22T07:30:20.672Z] ---> 0883a041482a [2021-01-22T07:30:20.672Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-22T07:30:20.672Z] Removing intermediate container 45ffa2ed58fa [2021-01-22T07:30:20.672Z] ---> daa8cd0a1ad0 [2021-01-22T07:30:20.672Z] Step 20/22 : LABEL arch=x86_64 [2021-01-22T07:30:20.672Z] ---> Running in 1d6eea4e4ce7 [2021-01-22T07:30:20.951Z] ---> Running in 2cc42b0dfbdc [2021-01-22T07:30:21.245Z] Removing intermediate container 2cc42b0dfbdc [2021-01-22T07:30:21.245Z] ---> 9c646f95dcd3 [2021-01-22T07:30:21.245Z] Step 21/22 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 [2021-01-22T07:30:21.245Z] ---> Running in be367448aa75 [2021-01-22T07:30:21.525Z] Removing intermediate container be367448aa75 [2021-01-22T07:30:21.525Z] ---> f20974e0d2d5 [2021-01-22T07:30:21.525Z] Step 22/22 : LABEL version=0.0.0 [2021-01-22T07:30:21.844Z] ---> Running in ed4dc041d9ee [2021-01-22T07:30:22.134Z] Removing intermediate container ed4dc041d9ee [2021-01-22T07:30:22.134Z] ---> 69ce189ff6a5 [2021-01-22T07:30:22.134Z] [2021-01-22T07:30:22.417Z] Successfully built 69ce189ff6a5 [2021-01-22T07:30:22.417Z] Successfully tagged docker-support-notifications-go:latest [2021-01-22T07:30:22.700Z]  Building docker-support-notifications-go ... done Removing intermediate container 1d6eea4e4ce7 [2021-01-22T07:30:22.700Z] ---> 251d6e205bc9 [2021-01-22T07:30:22.700Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-22T07:30:22.985Z] ---> Running in bf4a6cdde569 [2021-01-22T07:30:23.596Z] Removing intermediate container bf4a6cdde569 [2021-01-22T07:30:23.596Z] ---> 5001dcaccb0f [2021-01-22T07:30:23.596Z] Step 30/33 : CMD ["gate"] [2021-01-22T07:30:23.865Z] ---> Running in 448747eb61e7 [2021-01-22T07:30:24.163Z] Removing intermediate container 448747eb61e7 [2021-01-22T07:30:24.163Z] ---> 4e79625f884f [2021-01-22T07:30:24.163Z] Step 31/33 : LABEL arch=x86_64 [2021-01-22T07:30:24.463Z] ---> Running in 5d7fe3cff8d5 [2021-01-22T07:30:25.665Z] Removing intermediate container 5d7fe3cff8d5 [2021-01-22T07:30:25.665Z] ---> b00643c84ce6 [2021-01-22T07:30:25.665Z] Step 32/33 : LABEL git_sha=3231ce5aee4ca4243abf079d4e54439008b156c1 [2021-01-22T07:30:25.665Z] ---> Running in 20b20f8e9f30 [2021-01-22T07:30:25.993Z] Removing intermediate container 20b20f8e9f30 [2021-01-22T07:30:25.993Z] ---> 9b38af6d0176 [2021-01-22T07:30:25.993Z] Step 33/33 : LABEL version=0.0.0 [2021-01-22T07:30:25.993Z] ---> Running in e5e4e35e31b4 [2021-01-22T07:30:26.593Z] Removing intermediate container e5e4e35e31b4 [2021-01-22T07:30:26.593Z] ---> 905a256c5320 [2021-01-22T07:30:26.593Z] [2021-01-22T07:30:26.593Z] Successfully built 905a256c5320 [2021-01-22T07:30:26.883Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-22T07:30:27.507Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-01-22T07:30:27.523Z] $ docker stop --time=1 e3c5c0b639ed4aaddba5f63b1c8bff84a18a75e131bb79c4e5c3fd107cc3b072 [2021-01-22T07:30:30.187Z] $ docker rm -f e3c5c0b639ed4aaddba5f63b1c8bff84a18a75e131bb79c4e5c3fd107cc3b072 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-22T07:30:31.165Z] + docker images [2021-01-22T07:30:31.165Z] + grep docker [2021-01-22T07:30:31.893Z] docker-security-bootstrapper-go latest 905a256c5320 5 seconds ago 41.5MB [2021-01-22T07:30:31.893Z] docker-support-notifications-go latest 69ce189ff6a5 10 seconds ago 16.9MB [2021-01-22T07:30:31.893Z] docker-sys-mgmt-agent-go latest dc0063cfe8d1 20 seconds ago 313MB [2021-01-22T07:30:31.893Z] docker-security-secretstore-setup-go latest 3851db032526 20 seconds ago 24.6MB [2021-01-22T07:30:31.893Z] docker-core-metadata-go latest 8f0671de0dd4 34 seconds ago 18.8MB [2021-01-22T07:30:31.893Z] docker-core-data-go latest 1ef0dd7bd22a 2 minutes ago 22.3MB [2021-01-22T07:30:31.893Z] docker-core-command-go latest 145df6e665a1 2 minutes ago 16.3MB [2021-01-22T07:30:31.893Z] docker-support-scheduler-go latest 58866604dc38 2 minutes ago 16.4MB [2021-01-22T07:30:31.893Z] docker-security-proxy-setup-go latest 392106080954 2 minutes ago 24.4MB [2021-01-22T07:30:31.893Z] docker 20.10.0 aefe523efa57 6 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-22T07:30:47.694Z] Still waiting to schedule task [2021-01-22T07:30:47.695Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-22T07:31:42.684Z] Running on prd-ubuntu18.04-docker-8c-8g-22229 in /w/workspace/edgexfoundry_edgex-go_PR-3030 [Pipeline] { [Pipeline] ws [2021-01-22T07:31:42.736Z] Running in /w/workspace/edgex-go/12 [Pipeline] { [Pipeline] checkout [2021-01-22T07:31:44.948Z] using credential edgex-jenkins-ssh [2021-01-22T07:31:45.013Z] Cloning the remote Git repository [2021-01-22T07:31:45.041Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-22T07:31:45.103Z] > git init /w/workspace/edgex-go/12 # timeout=10 [2021-01-22T07:31:45.134Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T07:31:45.135Z] > git --version # timeout=10 [2021-01-22T07:31:45.147Z] > git --version # 'git version 2.17.1' [2021-01-22T07:31:45.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T07:31:45.176Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T07:32:08.672Z] Merging remotes/origin/master commit 5dc76a6c8e7f254c7fba720d41f2fe5f0204dd5b into PR head commit e418d3712819db9779d70b7938646919f24b5620 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-01-22T07:32:08.034Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T07:32:08.040Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-22T07:32:08.051Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-22T07:32:08.062Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-22T07:32:08.062Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-22T07:32:08.066Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3030/head:refs/remotes/origin/PR-3030 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-22T07:32:08.671Z] > git config core.sparsecheckout # timeout=10 [2021-01-22T07:32:08.674Z] > git checkout -f e418d3712819db9779d70b7938646919f24b5620 # timeout=10 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-22T07:32:09.229Z] 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 [2021-01-22T07:32:11.533Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:32:12.922Z] ---> package-listing.sh [2021-01-22T07:32:12.922Z] ++ facter osfamily [2021-01-22T07:32:12.922Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-22T07:32:13.208Z] + OS_FAMILY=redhat [2021-01-22T07:32:13.208Z] + workspace=/w/workspace/edgex-go/12 [2021-01-22T07:32:13.208Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-22T07:32:13.208Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-22T07:32:13.208Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-22T07:32:13.208Z] + PACKAGES=/tmp/packages_start.txt [2021-01-22T07:32:13.208Z] + '[' /w/workspace/edgex-go/12 ']' [2021-01-22T07:32:13.208Z] + PACKAGES=/tmp/packages_end.txt [2021-01-22T07:32:13.208Z] + case "${OS_FAMILY}" in [2021-01-22T07:32:13.208Z] + rpm -qa [2021-01-22T07:32:13.208Z] + sort [2021-01-22T07:32:20.140Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-22T07:32:20.140Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-22T07:32:20.140Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-22T07:32:20.140Z] + '[' /w/workspace/edgex-go/12 ']' [2021-01-22T07:32:20.140Z] + mkdir -p /w/workspace/edgex-go/12/archives/ [2021-01-22T07:32:20.140Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/12/archives/ [Pipeline] echo [2021-01-22T07:32:20.166Z] 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/12/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-22T07:32:20.583Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:21.251Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T07:32:21.547Z] [2021-01-22T07:32:21.547Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-22T07:32:21.933Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T07:32:22.210Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-22T07:32:22.210Z] df20fa9351a1: Pulling fs layer [2021-01-22T07:32:22.210Z] 36b3adc4ff6f: Pulling fs layer [2021-01-22T07:32:22.210Z] 8ad3a11d3b57: Pulling fs layer [2021-01-22T07:32:22.210Z] 46f8f816bc3b: Pulling fs layer [2021-01-22T07:32:22.210Z] 93b61091891f: Pulling fs layer [2021-01-22T07:32:22.210Z] 93b9cdb0e59b: Pulling fs layer [2021-01-22T07:32:22.210Z] 5e14af77c1be: Pulling fs layer [2021-01-22T07:32:22.210Z] 01666e4c0597: Pulling fs layer [2021-01-22T07:32:22.210Z] aa168da1d23b: Pulling fs layer [2021-01-22T07:32:22.210Z] 46f8f816bc3b: Waiting [2021-01-22T07:32:22.210Z] 93b61091891f: Waiting [2021-01-22T07:32:22.210Z] 93b9cdb0e59b: Waiting [2021-01-22T07:32:22.210Z] 5e14af77c1be: Waiting [2021-01-22T07:32:22.210Z] 01666e4c0597: Waiting [2021-01-22T07:32:22.210Z] aa168da1d23b: Waiting [2021-01-22T07:32:22.210Z] 36b3adc4ff6f: Download complete [2021-01-22T07:32:22.516Z] 46f8f816bc3b: Verifying Checksum [2021-01-22T07:32:22.516Z] 46f8f816bc3b: Download complete [2021-01-22T07:32:22.799Z] df20fa9351a1: Verifying Checksum [2021-01-22T07:32:22.799Z] 93b9cdb0e59b: Verifying Checksum [2021-01-22T07:32:22.799Z] 93b9cdb0e59b: Download complete [2021-01-22T07:32:22.799Z] 93b61091891f: Verifying Checksum [2021-01-22T07:32:22.799Z] 93b61091891f: Download complete [2021-01-22T07:32:22.799Z] 5e14af77c1be: Verifying Checksum [2021-01-22T07:32:22.799Z] 5e14af77c1be: Download complete [2021-01-22T07:32:22.799Z] 01666e4c0597: Download complete [2021-01-22T07:32:23.686Z] df20fa9351a1: Pull complete [2021-01-22T07:32:24.096Z] 8ad3a11d3b57: Verifying Checksum [2021-01-22T07:32:24.096Z] 8ad3a11d3b57: Download complete [2021-01-22T07:32:24.400Z] 36b3adc4ff6f: Pull complete [2021-01-22T07:32:26.512Z] 8ad3a11d3b57: Pull complete [2021-01-22T07:32:26.913Z] 46f8f816bc3b: Pull complete [2021-01-22T07:32:27.578Z] 93b61091891f: Pull complete [2021-01-22T07:32:27.578Z] 93b9cdb0e59b: Pull complete [2021-01-22T07:32:27.869Z] 5e14af77c1be: Pull complete [2021-01-22T07:32:28.184Z] 01666e4c0597: Pull complete [2021-01-22T07:32:31.619Z] aa168da1d23b: Verifying Checksum [2021-01-22T07:32:31.619Z] aa168da1d23b: Download complete [2021-01-22T07:32:44.406Z] aa168da1d23b: Pull complete [2021-01-22T07:32:44.406Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-22T07:32:44.406Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-22T07:32:44.406Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-22T07:32:44.902Z] prd-centos7-docker-4c-2g-22218 does not seem to be running inside a container [2021-01-22T07:32:45.059Z] $ 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/12/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/12 -v /w/workspace/edgex-go/12:/w/workspace/edgex-go/12:rw,z -v /w/workspace/edgex-go/12@tmp:/w/workspace/edgex-go/12@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-22T07:32:52.743Z] $ docker top 9fbedab16de7ca47f03140d449bb8b7091d9b46da452f2096ddba82132518804 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-22T07:32:53.606Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-22T07:32:53.949Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-22T07:32:54.280Z] + ls /var/log/sa-host [2021-01-22T07:32:54.280Z] + sadf -c /var/log/sa-host/sa22 [2021-01-22T07:32:54.280Z] file_magic: OK [2021-01-22T07:32:54.280Z] HZ: Using current value: 100 [2021-01-22T07:32:54.280Z] file_header: OK [2021-01-22T07:32:54.280Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-22T07:32:54.280Z] Statistics: [2021-01-22T07:32:54.280Z] 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... [2021-01-22T07:32:54.280Z] File successfully converted to sysstat format version 12.2.1 [2021-01-22T07:32:54.280Z] + sadf -c /var/log/sa-host/sa23 [2021-01-22T07:32:54.281Z] file_magic: OK [2021-01-22T07:32:54.281Z] HZ: Using current value: 100 [2021-01-22T07:32:54.281Z] file_header: OK [2021-01-22T07:32:54.281Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-01-22T07:32:54.281Z] Statistics: [2021-01-22T07:32:54.281Z] Hnuu...uuuununununu... [2021-01-22T07:32:54.281Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-22T07:32:54.991Z] provisioning config files... [2021-01-22T07:32:55.016Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/12@tmp/config3468952106737027594tmp [Pipeline] { [Pipeline] echo [2021-01-22T07:32:55.075Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:32:55.784Z] ---> create-netrc.sh [Pipeline] } [2021-01-22T07:32:55.796Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-22T07:32:55.881Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:32:56.562Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-22T07:32:56.584Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:32:57.235Z] ---> sudo-logs.sh [2021-01-22T07:32:57.235Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-22T07:32:57.250Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:32:57.933Z] ---> job-cost.sh [2021-01-22T07:32:57.933Z] lf-activate-venv: SKIPPING [2021-01-22T07:32:57.933Z] INFO: No Stack... [2021-01-22T07:32:58.896Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-22T07:32:59.180Z] INFO: Archiving Costs [Pipeline] echo [2021-01-22T07:32:59.196Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-22T07:32:59.547Z] ---> logs-deploy.sh [2021-01-22T07:32:59.548Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3030/12 [2021-01-22T07:32:59.548Z] INFO: archiving workspace using pattern(s): [2021-01-22T07:33:03.896Z] Archives upload complete. [2021-01-22T07:33:03.896Z] INFO: archiving logs to Nexus