Pull request #2920 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 0163c92eb67c845bff5e90a4dc6407d0e1146c78 rather than 4870cb0c012d1632de062f7627852ce98cdbc689 Obtained Jenkinsfile from 0163c92eb67c845bff5e90a4dc6407d0e1146c78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > 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 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14443 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 4870cb0c012d1632de062f7627852ce98cdbc689 Merge succeeded, producing a5672df1e91d2a3d1af7cac68618d3e39032567c Checking out Revision a5672df1e91d2a3d1af7cac68618d3e39032567c (PR-2920) > git config core.sparsecheckout # timeout=10 > git checkout -f 4870cb0c012d1632de062f7627852ce98cdbc689 # 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 0163c92eb67c845bff5e90a4dc6407d0e1146c78 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a5672df1e91d2a3d1af7cac68618d3e39032567c # timeout=10 Commit message: "Merge commit '0163c92eb67c845bff5e90a4dc6407d0e1146c78' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-04T03:42:17.578Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-04T03:42:17.878Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-04T03:42:17.988Z] ========================================================= [2020-12-04T03:42:17.988Z] EdgeX Global Pipelines Version Info [2020-12-04T03:42:17.988Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7be1397b7204526b5c239813f20210cc61112fa4 # timeout=10 [2020-12-04T03:42:20.151Z] ------------------- [2020-12-04T03:42:20.151Z] stable info: [2020-12-04T03:42:20.151Z] ------------------- [2020-12-04T03:42:20.152Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-04T03:42:20.152Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-04T03:42:20.152Z] Message: update stable to v1.0.169 [2020-12-04T03:42:20.765Z] ------------------- [2020-12-04T03:42:20.766Z] experimental info: [2020-12-04T03:42:20.766Z] ------------------- [2020-12-04T03:42:20.766Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-04T03:42:20.766Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-04T03:42:20.766Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T03:42:21.060Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-04T03:42:21.172Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-04T03:42:21.408Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-04T03:42:21.525Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-04T03:42:21.627Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-04T03:42:21.728Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-04T03:42:21.838Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-04T03:42:21.956Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-04T03:42:22.058Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-04T03:42:22.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-04T03:42:22.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-04T03:42:22.411Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-04T03:42:22.513Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-04T03:42:22.613Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-04T03:42:22.713Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T03:42:22.837Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T03:42:22.938Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-04T03:42:23.041Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-04T03:42:23.139Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-04T03:42:23.244Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-04T03:42:23.343Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-04T03:42:23.450Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-04T03:42:23.549Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2920 [Pipeline] echo [2020-12-04T03:42:23.666Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2920 [Pipeline] echo [2020-12-04T03:42:23.777Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2920 [Pipeline] echo [2020-12-04T03:42:23.873Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a5672df1e91d2a3d1af7cac68618d3e39032567c [Pipeline] echo [2020-12-04T03:42:23.970Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a5672df [Pipeline] echo [2020-12-04T03:42:24.072Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T03:42:24.278Z] provisioning config files... [2020-12-04T03:42:24.313Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/5@tmp/config7537371392567032217tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T03:42:24.742Z] ---> docker-login.sh [2020-12-04T03:42:24.742Z] nexus3.edgexfoundry.org:10001 [2020-12-04T03:42:25.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:42:25.654Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:42:25.654Z] Configure a credential helper to remove this warning. See [2020-12-04T03:42:25.654Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:42:25.654Z] [2020-12-04T03:42:25.654Z] Login Succeeded [2020-12-04T03:42:25.654Z] nexus3.edgexfoundry.org:10002 [2020-12-04T03:42:25.941Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:42:25.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:42:25.941Z] Configure a credential helper to remove this warning. See [2020-12-04T03:42:25.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:42:25.941Z] [2020-12-04T03:42:25.941Z] Login Succeeded [2020-12-04T03:42:25.941Z] nexus3.edgexfoundry.org:10003 [2020-12-04T03:42:26.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:42:26.496Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:42:26.496Z] Configure a credential helper to remove this warning. See [2020-12-04T03:42:26.496Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:42:26.496Z] [2020-12-04T03:42:26.496Z] Login Succeeded [2020-12-04T03:42:26.496Z] nexus3.edgexfoundry.org:10004 [2020-12-04T03:42:26.496Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:42:26.776Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:42:26.776Z] Configure a credential helper to remove this warning. See [2020-12-04T03:42:26.776Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:42:26.776Z] [2020-12-04T03:42:26.776Z] Login Succeeded [2020-12-04T03:42:26.776Z] docker.io [2020-12-04T03:42:27.059Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T03:42:27.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T03:42:27.328Z] Configure a credential helper to remove this warning. See [2020-12-04T03:42:27.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T03:42:27.328Z] [2020-12-04T03:42:27.328Z] Login Succeeded [2020-12-04T03:42:27.328Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T03:42:27.344Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T03:42:27.976Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-04T03:42:27.976Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:42:27.976Z] ++ cut -d/ -f2 [2020-12-04T03:42:27.976Z] ++ dirname cmd/core-command/Dockerfile [2020-12-04T03:42:27.976Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-04T03:42:27.976Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:42:27.976Z] ++ cut -d/ -f2 [2020-12-04T03:42:27.976Z] ++ dirname cmd/core-data/Dockerfile [2020-12-04T03:42:27.976Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-04T03:42:27.976Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:42:27.976Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-04T03:42:27.976Z] ++ cut -d/ -f2 [2020-12-04T03:42:27.976Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-04T03:42:27.977Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:42:27.977Z] ++ cut -d/ -f2 [2020-12-04T03:42:27.977Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-04T03:42:27.977Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-04T03:42:27.977Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:42:27.977Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-04T03:42:27.977Z] ++ cut -d/ -f2 [2020-12-04T03:42:27.977Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-04T03:42:27.977Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:42:27.977Z] ++ cut -d/ -f2 [2020-12-04T03:42:27.977Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-04T03:42:27.977Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-04T03:42:27.977Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:42:27.977Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-04T03:42:27.977Z] ++ cut -d/ -f2 [2020-12-04T03:42:27.977Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-04T03:42:27.977Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:42:27.977Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-04T03:42:27.977Z] ++ cut -d/ -f2 [2020-12-04T03:42:27.977Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-04T03:42:27.977Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:42:27.977Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-04T03:42:27.977Z] ++ cut -d/ -f2 [2020-12-04T03:42:27.977Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-04T03:42:27.977Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T03:42:27.977Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-04T03:42:27.977Z] ++ cut -d/ -f2 [2020-12-04T03:42:27.977Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-04T03:42:28.133Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:42:29.951Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T03:42:29.951Z] [2020-12-04T03:42:29.951Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:42:30.320Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T03:42:30.320Z] latest: Pulling from edgex-devops/git-semver [2020-12-04T03:42:30.320Z] 31603596830f: Pulling fs layer [2020-12-04T03:42:30.320Z] 2a8b12db71e7: Pulling fs layer [2020-12-04T03:42:30.320Z] 6ca5941a6612: Pulling fs layer [2020-12-04T03:42:30.320Z] ecc8261a40a4: Pulling fs layer [2020-12-04T03:42:30.320Z] ecc8261a40a4: Waiting [2020-12-04T03:42:30.320Z] 2a8b12db71e7: Verifying Checksum [2020-12-04T03:42:30.320Z] 2a8b12db71e7: Download complete [2020-12-04T03:42:30.591Z] 31603596830f: Verifying Checksum [2020-12-04T03:42:30.591Z] 31603596830f: Download complete [2020-12-04T03:42:30.591Z] 6ca5941a6612: Verifying Checksum [2020-12-04T03:42:30.591Z] 6ca5941a6612: Download complete [2020-12-04T03:42:30.591Z] ecc8261a40a4: Verifying Checksum [2020-12-04T03:42:30.591Z] ecc8261a40a4: Download complete [2020-12-04T03:42:31.205Z] 31603596830f: Pull complete [2020-12-04T03:42:31.490Z] 2a8b12db71e7: Pull complete [2020-12-04T03:42:32.967Z] 6ca5941a6612: Pull complete [2020-12-04T03:42:33.239Z] ecc8261a40a4: Pull complete [2020-12-04T03:42:33.239Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-04T03:42:33.239Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T03:42:33.239Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-04T03:42:33.394Z] prd-centos7-docker-4c-2g-14443 does not seem to be running inside a container [2020-12-04T03:42:33.497Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-04T03:42:36.301Z] $ docker top 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T03:42:36.950Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T03:42:36.950Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T03:42:37.575Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T03:42:37.581Z] $ docker exec 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 ssh-agent [2020-12-04T03:42:37.928Z] SSH_AUTH_SOCK=/tmp/ssh-RC2FQ67ussCo/agent.12 [2020-12-04T03:42:37.928Z] SSH_AGENT_PID=17 [2020-12-04T03:42:37.974Z] Running ssh-add (command line suppressed) [2020-12-04T03:42:38.283Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_8912169219471066180.key (/w/workspace/edgex-go/5@tmp/private_key_8912169219471066180.key) [2020-12-04T03:42:38.475Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T03:42:38.907Z] + git tag --points-at HEAD [Pipeline] } [2020-12-04T03:42:39.083Z] $ docker exec --env ******** --env ******** 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 ssh-agent -k [2020-12-04T03:42:39.351Z] unset SSH_AUTH_SOCK; [2020-12-04T03:42:39.352Z] unset SSH_AGENT_PID; [2020-12-04T03:42:39.352Z] echo Agent pid 17 killed; [2020-12-04T03:42:39.461Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-04T03:42:39.605Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T03:42:39.605Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T03:42:39.970Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T03:42:39.976Z] $ docker exec 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 ssh-agent [2020-12-04T03:42:40.246Z] SSH_AUTH_SOCK=/tmp/ssh-7uSOp8v3Tzoe/agent.45 [2020-12-04T03:42:40.246Z] SSH_AGENT_PID=51 [2020-12-04T03:42:40.256Z] Running ssh-add (command line suppressed) [2020-12-04T03:42:40.406Z] Identity added: /w/workspace/edgex-go/5@tmp/private_key_24902996380684669.key (/w/workspace/edgex-go/5@tmp/private_key_24902996380684669.key) [2020-12-04T03:42:40.479Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T03:42:40.914Z] + git semver init [2020-12-04T03:42:40.914Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T03:42:40.914Z] # $GIT_DIR = /w/workspace/edgex-go/5/.git [2020-12-04T03:42:40.914Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/5 [2020-12-04T03:42:40.914Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T03:42:40.914Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T03:42:40.914Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T03:42:40.914Z] # $SEMVER_BRANCH = PR-2920 [2020-12-04T03:42:40.914Z] # $SEMVER_TEMP = /tmp/semver-580657540 [2020-12-04T03:42:40.914Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-04T03:43:21.080Z] # '/tmp/semver-580657540' -> '/w/workspace/edgex-go/5/.semver' [2020-12-04T03:43:21.080Z] # -> Force: false [2020-12-04T03:43:21.080Z] # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } [2020-12-04T03:43:21.100Z] $ docker exec --env ******** --env ******** 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 ssh-agent -k [2020-12-04T03:43:21.673Z] unset SSH_AUTH_SOCK; [2020-12-04T03:43:21.673Z] unset SSH_AGENT_PID; [2020-12-04T03:43:21.673Z] echo Agent pid 51 killed; [2020-12-04T03:43:21.830Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T03:43:22.466Z] + git semver [Pipeline] } [2020-12-04T03:43:22.829Z] $ docker stop --time=1 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 [2020-12-04T03:43:24.971Z] $ docker rm -f 6fb6d5c4967938e92b969752d278acd09e04b93d12884fd87fe6676da23a5d93 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T03:43:25.811Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-04T03:43:26.649Z] Stashed 1 file(s) [Pipeline] echo [2020-12-04T03:43:26.652Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-04T03:43:27.649Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-04T03:43:27.996Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T03:43:28.358Z] + sudo service docker restart [2020-12-04T03:43:28.358Z] + true [2020-12-04T03:43:28.358Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-04T03:43:29.910Z] ========================================================= [2020-12-04T03:43:29.910Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-04T03:43:29.910Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:43:30.278Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-04T03:43:38.723Z] Sending build context to Docker daemon 326.2MB [2020-12-04T03:43:38.723Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-04T03:43:38.723Z] Step 2/7 : FROM ${BASE} [2020-12-04T03:43:38.723Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-04T03:43:38.723Z] 188c0c94c7c5: Pulling fs layer [2020-12-04T03:43:38.723Z] 0ef7d3d256c8: Pulling fs layer [2020-12-04T03:43:38.723Z] de9db76c5a1d: Pulling fs layer [2020-12-04T03:43:38.723Z] bca2f99d35d6: Pulling fs layer [2020-12-04T03:43:38.723Z] 93359f2a8cfa: Pulling fs layer [2020-12-04T03:43:38.723Z] 7c6f9722023f: Pulling fs layer [2020-12-04T03:43:38.723Z] a35cf1a2eb13: Pulling fs layer [2020-12-04T03:43:38.723Z] bca2f99d35d6: Waiting [2020-12-04T03:43:38.723Z] 93359f2a8cfa: Waiting [2020-12-04T03:43:38.723Z] 7c6f9722023f: Waiting [2020-12-04T03:43:38.723Z] a35cf1a2eb13: Waiting [2020-12-04T03:43:38.723Z] de9db76c5a1d: Verifying Checksum [2020-12-04T03:43:38.723Z] de9db76c5a1d: Download complete [2020-12-04T03:43:38.723Z] 0ef7d3d256c8: Verifying Checksum [2020-12-04T03:43:38.723Z] 0ef7d3d256c8: Download complete [2020-12-04T03:43:38.723Z] 93359f2a8cfa: Verifying Checksum [2020-12-04T03:43:38.723Z] 93359f2a8cfa: Download complete [2020-12-04T03:43:38.723Z] 7c6f9722023f: Download complete [2020-12-04T03:43:38.723Z] 188c0c94c7c5: Verifying Checksum [2020-12-04T03:43:38.723Z] 188c0c94c7c5: Download complete [2020-12-04T03:43:39.348Z] 188c0c94c7c5: Pull complete [2020-12-04T03:43:39.644Z] 0ef7d3d256c8: Pull complete [2020-12-04T03:43:40.251Z] de9db76c5a1d: Pull complete [2020-12-04T03:43:42.112Z] Still waiting to schedule task [2020-12-04T03:43:42.113Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-04T03:43:42.214Z] a35cf1a2eb13: Verifying Checksum [2020-12-04T03:43:42.214Z] a35cf1a2eb13: Download complete [2020-12-04T03:43:43.185Z] bca2f99d35d6: Verifying Checksum [2020-12-04T03:43:43.185Z] bca2f99d35d6: Download complete [2020-12-04T03:43:53.622Z] bca2f99d35d6: Pull complete [2020-12-04T03:43:53.622Z] 93359f2a8cfa: Pull complete [2020-12-04T03:43:53.622Z] 7c6f9722023f: Pull complete [2020-12-04T03:44:02.303Z] a35cf1a2eb13: Pull complete [2020-12-04T03:44:02.303Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-04T03:44:02.303Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-04T03:44:02.303Z] ---> a62c8e92a672 [2020-12-04T03:44:02.303Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-04T03:44:02.303Z] ---> Running in e2a9273c0d04 [2020-12-04T03:44:02.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:44:03.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:44:04.209Z] (1/12) Installing libmagic (5.38-r0) [2020-12-04T03:44:04.849Z] (2/12) Installing file (5.38-r0) [2020-12-04T03:44:04.849Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-04T03:44:04.849Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-04T03:44:09.237Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-04T03:44:09.588Z] (6/12) Installing patch (2.7.6-r6) [2020-12-04T03:44:09.588Z] (7/12) Installing build-base (0.5-r2) [2020-12-04T03:44:09.588Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-04T03:44:09.869Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-04T03:44:09.869Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-04T03:44:09.869Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-04T03:44:10.138Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-04T03:44:10.138Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:44:10.138Z] OK: 233 MiB in 51 packages [2020-12-04T03:44:14.466Z] Removing intermediate container e2a9273c0d04 [2020-12-04T03:44:14.466Z] ---> ec99b0f9660b [2020-12-04T03:44:14.466Z] Step 4/7 : WORKDIR /edgex-go [2020-12-04T03:44:14.466Z] ---> Running in 8a65b1e22693 [2020-12-04T03:44:14.730Z] Removing intermediate container 8a65b1e22693 [2020-12-04T03:44:14.730Z] ---> 0824e5504954 [2020-12-04T03:44:14.730Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-04T03:44:15.339Z] latest: Pulling from library/docker [2020-12-04T03:44:15.662Z] 188c0c94c7c5: Already exists [2020-12-04T03:44:15.662Z] 0c7c675703d6: Pulling fs layer [2020-12-04T03:44:15.662Z] cc8c12a437cb: Pulling fs layer [2020-12-04T03:44:15.662Z] f092543453df: Pulling fs layer [2020-12-04T03:44:15.662Z] 65b6bc45957d: Pulling fs layer [2020-12-04T03:44:15.662Z] 4de832df471b: Pulling fs layer [2020-12-04T03:44:15.662Z] 79aa7fa92271: Pulling fs layer [2020-12-04T03:44:15.662Z] 65b6bc45957d: Waiting [2020-12-04T03:44:15.662Z] 4de832df471b: Waiting [2020-12-04T03:44:15.662Z] 79aa7fa92271: Waiting [2020-12-04T03:44:16.118Z] cc8c12a437cb: Verifying Checksum [2020-12-04T03:44:16.118Z] cc8c12a437cb: Download complete [2020-12-04T03:44:16.118Z] 0c7c675703d6: Verifying Checksum [2020-12-04T03:44:16.118Z] 0c7c675703d6: Download complete [2020-12-04T03:44:16.520Z] 65b6bc45957d: Verifying Checksum [2020-12-04T03:44:16.520Z] 65b6bc45957d: Download complete [2020-12-04T03:44:16.520Z] 4de832df471b: Verifying Checksum [2020-12-04T03:44:16.520Z] 4de832df471b: Download complete [2020-12-04T03:44:16.520Z] 79aa7fa92271: Verifying Checksum [2020-12-04T03:44:16.520Z] 79aa7fa92271: Download complete [2020-12-04T03:44:16.790Z] 0c7c675703d6: Pull complete [2020-12-04T03:44:17.140Z] cc8c12a437cb: Pull complete [2020-12-04T03:44:18.177Z] f092543453df: Verifying Checksum [2020-12-04T03:44:18.177Z] f092543453df: Download complete [2020-12-04T03:44:22.541Z] f092543453df: Pull complete [2020-12-04T03:44:22.541Z] 65b6bc45957d: Pull complete [2020-12-04T03:44:22.541Z] 4de832df471b: Pull complete [2020-12-04T03:44:22.820Z] 79aa7fa92271: Pull complete [2020-12-04T03:44:22.820Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-04T03:44:22.820Z] Status: Downloaded newer image for docker:latest [2020-12-04T03:44:25.599Z] ---> 5e43eaf5e06f [2020-12-04T03:44:25.599Z] Step 6/7 : COPY go.mod . [2020-12-04T03:44:25.599Z] ---> 0ec530c6aeff [2020-12-04T03:44:25.599Z] Step 7/7 : RUN go mod download [2020-12-04T03:44:25.599Z] ---> Running in 3065987abbe3 [2020-12-04T03:44:52.739Z] Removing intermediate container 3065987abbe3 [2020-12-04T03:44:52.739Z] ---> fb54fa5b5100 [2020-12-04T03:44:52.739Z] Successfully built fb54fa5b5100 [2020-12-04T03:44:52.739Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:44:53.145Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T03:44:53.443Z] . [Pipeline] withDockerContainer [2020-12-04T03:44:53.780Z] prd-centos7-docker-4c-2g-14443 does not seem to be running inside a container [2020-12-04T03:44:53.960Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat [2020-12-04T03:44:56.182Z] $ docker top 0966d73bcc10df9a9bf0bdba253775c435d9f6c308c3a8a9e04d959e420b1c69 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T03:44:57.594Z] + go version [2020-12-04T03:44:57.594Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-04T03:44:57.658Z] $ docker stop --time=1 0966d73bcc10df9a9bf0bdba253775c435d9f6c308c3a8a9e04d959e420b1c69 [2020-12-04T03:44:59.431Z] $ docker rm -f 0966d73bcc10df9a9bf0bdba253775c435d9f6c308c3a8a9e04d959e420b1c69 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:45:00.690Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T03:45:00.690Z] . [Pipeline] withDockerContainer [2020-12-04T03:45:00.842Z] prd-centos7-docker-4c-2g-14443 does not seem to be running inside a container [2020-12-04T03:45:00.909Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat [2020-12-04T03:45:02.808Z] $ docker top eec4567a06e33f8b8dc749024a4fd851d0348357ddd55ab1ffbee0d5353ba5b3 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-04T03:45:03.198Z] ========================================================= [2020-12-04T03:45:03.199Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-04T03:45:03.199Z] ========================================================= [Pipeline] sh [2020-12-04T03:45:03.527Z] + make test [2020-12-04T03:45:03.527Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-04T03:45:18.803Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-04T03:45:50.686Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14444 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws [2020-12-04T03:45:50.948Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-12-04T03:45:51.808Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-04T03:45:56.350Z] using credential edgex-jenkins-ssh [2020-12-04T03:45:56.410Z] Cloning the remote Git repository [2020-12-04T03:45:56.484Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-04T03:45:56.611Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-12-04T03:45:56.694Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T03:45:56.694Z] > git --version # timeout=10 [2020-12-04T03:45:56.712Z] > git --version # 'git version 2.17.1' [2020-12-04T03:45:56.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T03:45:56.798Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T03:45:59.042Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-04T03:46:00.640Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-04T03:46:00.640Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-04T03:46:00.640Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-04T03:46:00.640Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-04T03:46:01.717Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-04T03:46:07.109Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.118s [2020-12-04T03:46:07.109Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-04T03:46:07.440Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-04T03:46:08.941Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-04T03:46:08.941Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-04T03:46:08.941Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-04T03:46:08.941Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-04T03:46:13.145Z] Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 4870cb0c012d1632de062f7627852ce98cdbc689 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2020-12-04T03:46:12.309Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T03:46:12.325Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T03:46:12.351Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T03:46:12.381Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T03:46:12.381Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T03:46:12.393Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-04T03:46:13.169Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T03:46:13.184Z] > git checkout -f 4870cb0c012d1632de062f7627852ce98cdbc689 # timeout=10 [Pipeline] // stage [Pipeline] } [2020-12-04T03:46:13.672Z] Failed in branch arm64 [2020-12-04T03:46:15.989Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.216s coverage: 46.6% of statements [2020-12-04T03:46:15.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-04T03:46:15.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-04T03:46:15.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-04T03:46:15.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-04T03:46:15.989Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-04T03:46:17.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.456s coverage: 27.1% of statements [2020-12-04T03:46:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-04T03:46:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-04T03:46:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-04T03:46:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-04T03:46:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-04T03:46:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-04T03:46:17.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.113s coverage: 100.0% of statements [2020-12-04T03:46:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-04T03:46:17.757Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.116s coverage: 100.0% of statements [2020-12-04T03:46:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-04T03:46:17.757Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-04T03:46:19.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.522s coverage: 66.4% of statements [2020-12-04T03:46:19.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-04T03:46:19.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-04T03:46:19.845Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.238s coverage: 82.7% of statements [2020-12-04T03:46:19.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-04T03:46:19.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-04T03:46:19.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-04T03:46:19.845Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-04T03:46:24.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.679s coverage: 28.6% of statements [2020-12-04T03:46:24.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-04T03:46:24.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-04T03:46:24.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-04T03:46:24.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-04T03:46:24.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-04T03:46:24.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.151s coverage: 100.0% of statements [2020-12-04T03:46:24.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-04T03:46:24.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.129s coverage: 100.0% of statements [2020-12-04T03:46:24.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-04T03:46:24.492Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.170s coverage: 86.7% of statements [2020-12-04T03:46:24.492Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-04T03:46:26.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.192s coverage: 97.5% of statements [2020-12-04T03:46:26.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-04T03:46:26.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.162s coverage: 78.3% of statements [2020-12-04T03:46:26.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-04T03:46:26.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-04T03:46:26.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-04T03:46:26.090Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-04T03:46:30.763Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.708s coverage: 94.7% of statements [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-04T03:46:30.763Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.100s coverage: 58.8% of statements [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-04T03:46:30.763Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.129s coverage: 0.1% of statements [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-04T03:46:30.763Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.051s coverage: 100.0% of statements [2020-12-04T03:46:30.763Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-04T03:46:30.764Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.125s coverage: 75.5% of statements [2020-12-04T03:46:31.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2020-12-04T03:46:31.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.096s coverage: 87.2% of statements [2020-12-04T03:46:32.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.184s coverage: 84.2% of statements [2020-12-04T03:46:32.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.112s coverage: 100.0% of statements [2020-12-04T03:46:32.656Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-04T03:46:35.493Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.470s coverage: 63.5% of statements [2020-12-04T03:46:35.493Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-04T03:46:35.493Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-04T03:46:35.493Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.080s coverage: 100.0% of statements [2020-12-04T03:46:35.493Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.174s coverage: 91.3% of statements [2020-12-04T03:46:35.493Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.080s coverage: 100.0% of statements [2020-12-04T03:46:36.635Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.068s coverage: 73.7% of statements [2020-12-04T03:46:36.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.079s coverage: 100.0% of statements [2020-12-04T03:46:41.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.149s coverage: 55.9% of statements [2020-12-04T03:46:41.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-04T03:46:41.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-04T03:46:41.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-04T03:46:41.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-04T03:46:41.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-04T03:46:41.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.652s coverage: 86.3% of statements [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 3.120s coverage: 72.2% of statements [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.935s coverage: 72.1% of statements [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.114s coverage: 82.4% of statements [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.170s coverage: 48.4% of statements [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.079s coverage: 28.8% of statements [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.082s coverage: 96.8% of statements [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.232s coverage: 37.2% of statements [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.611s coverage: 84.1% of statements [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.064s coverage: 100.0% of statements [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.290s coverage: 47.1% of statements [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.071s coverage: 100.0% of statements [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.127s coverage: 100.0% of statements [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-04T03:46:57.398Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.097s coverage: 100.0% of statements [2020-12-04T03:46:57.398Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-04T03:47:00.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.227s coverage: 29.1% of statements [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-04T03:47:00.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.142s coverage: 99.0% of statements [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-04T03:47:00.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.169s coverage: 100.0% of statements [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-04T03:47:00.193Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.055s coverage: 0.0% of statements [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-04T03:47:00.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.081s coverage: 100.0% of statements [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-04T03:47:00.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-04T03:47:00.193Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-04T03:47:00.193Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.061s coverage: 100.0% of statements [2020-12-04T03:47:01.219Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.081s coverage: 32.1% of statements [2020-12-04T03:47:01.219Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.052s coverage: 100.0% of statements [2020-12-04T03:47:02.286Z] GO111MODULE=on go vet ./... [2020-12-04T03:47:59.524Z] gofmt -l . [2020-12-04T03:47:59.524Z] [ "`gofmt -l .`" = "" ] [2020-12-04T03:47:59.524Z] ./bin/test-go-mod-tidy.sh [2020-12-04T03:47:59.524Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-04T03:48:00.282Z] + ls -al . [2020-12-04T03:48:00.282Z] total 648 [2020-12-04T03:48:00.282Z] drwxrwxr-x 10 1001 1001 4096 Dec 4 03:47 . [2020-12-04T03:48:00.282Z] drwxr-xr-x 4 root root 28 Dec 4 03:45 .. [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 11 Dec 4 03:42 .dockerignore [2020-12-04T03:48:00.282Z] drwxrwxr-x 8 1001 1001 179 Dec 4 03:42 .git [2020-12-04T03:48:00.282Z] drwxrwxr-x 3 1001 1001 125 Dec 4 03:42 .github [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 971 Dec 4 03:42 .gitignore [2020-12-04T03:48:00.282Z] drwx------ 3 1001 1001 47 Dec 4 03:43 .semver [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 166 Dec 4 03:42 .sonarcloud.properties [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 3804 Dec 4 03:42 CONTRIBUTING.md [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 1035 Dec 4 03:42 Dockerfile.build [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 863 Dec 4 03:42 Jenkinsfile [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 10775 Dec 4 03:42 LICENSE [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 6318 Dec 4 03:42 Makefile [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 6447 Dec 4 03:42 README.md [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 259 Dec 4 03:42 SECURITY.md [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 5 Dec 4 03:43 VERSION [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 4131 Dec 4 03:42 ZMQWindows.md [2020-12-04T03:48:00.282Z] drwxrwxr-x 2 1001 1001 117 Dec 4 03:42 bin [2020-12-04T03:48:00.282Z] drwxrwxr-x 15 1001 1001 4096 Dec 4 03:42 cmd [2020-12-04T03:48:00.282Z] -rw-r--r-- 1 root root 555226 Dec 4 03:47 coverage.out [2020-12-04T03:48:00.282Z] -rw-r--r-- 1 root root 1041 Dec 4 03:47 go.mod [2020-12-04T03:48:00.282Z] -rw-r--r-- 1 root root 18856 Dec 4 03:47 go.sum [2020-12-04T03:48:00.282Z] drwxrwxr-x 8 1001 1001 127 Dec 4 03:42 internal [2020-12-04T03:48:00.282Z] drwxrwxr-x 4 1001 1001 26 Dec 4 03:42 openapi [2020-12-04T03:48:00.282Z] drwxrwxr-x 4 1001 1001 71 Dec 4 03:42 snap [2020-12-04T03:48:00.282Z] -rw-rw-r-- 1 1001 1001 168 Dec 4 03:42 version.go [Pipeline] sh [2020-12-04T03:48:00.781Z] + '[' -e coverage.out ] [2020-12-04T03:48:00.781Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-04T03:48:01.066Z] Stashed 1 file(s) [Pipeline] sh [2020-12-04T03:48:01.421Z] + make build [2020-12-04T03:48:01.421Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-04T03:48:10.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-04T03:48:38.153Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-04T03:48:43.966Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-04T03:48:47.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-04T03:48:48.709Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-04T03:48:53.185Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-04T03:48:56.816Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-04T03:49:00.554Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-04T03:49:04.371Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-04T03:49:08.900Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-04T03:49:11.510Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-04T03:49:13.806Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-04T03:49:16.548Z] $ docker stop --time=1 eec4567a06e33f8b8dc749024a4fd851d0348357ddd55ab1ffbee0d5353ba5b3 [2020-12-04T03:49:18.469Z] $ docker rm -f eec4567a06e33f8b8dc749024a4fd851d0348357ddd55ab1ffbee0d5353ba5b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:49:22.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T03:49:22.654Z] [2020-12-04T03:49:22.654Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:49:23.036Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T03:49:23.036Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-04T03:49:23.036Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-04T03:49:23.036Z] ca9280d653b3: Pulling fs layer [2020-12-04T03:49:23.036Z] 7e9c9ca2126c: Pulling fs layer [2020-12-04T03:49:24.023Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-04T03:49:24.023Z] cbdbe7a5bc2a: Download complete [2020-12-04T03:49:25.067Z] cbdbe7a5bc2a: Pull complete [2020-12-04T03:49:25.346Z] ca9280d653b3: Verifying Checksum [2020-12-04T03:49:25.346Z] ca9280d653b3: Download complete [2020-12-04T03:49:27.990Z] ca9280d653b3: Pull complete [2020-12-04T03:49:27.990Z] 7e9c9ca2126c: Verifying Checksum [2020-12-04T03:49:27.990Z] 7e9c9ca2126c: Download complete [2020-12-04T03:49:40.467Z] 7e9c9ca2126c: Pull complete [2020-12-04T03:49:40.467Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-04T03:49:40.467Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T03:49:40.467Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-04T03:49:40.686Z] prd-centos7-docker-4c-2g-14443 does not seem to be running inside a container [2020-12-04T03:49:40.789Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-04T03:49:43.057Z] $ docker top c7e49a33499cd656f9f1aa469d9e393c7264c9a538fa92ba16f7b19605eb91b9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T03:49:44.462Z] + docker-compose build --help [2020-12-04T03:49:44.462Z] + grep parallel [2020-12-04T03:49:45.952Z] --parallel Build images in parallel. [Pipeline] } [2020-12-04T03:49:45.976Z] $ docker stop --time=1 c7e49a33499cd656f9f1aa469d9e393c7264c9a538fa92ba16f7b19605eb91b9 [2020-12-04T03:49:47.700Z] $ docker rm -f c7e49a33499cd656f9f1aa469d9e393c7264c9a538fa92ba16f7b19605eb91b9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T03:49:48.447Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T03:49:48.739Z] . [Pipeline] withDockerContainer [2020-12-04T03:49:48.959Z] prd-centos7-docker-4c-2g-14443 does not seem to be running inside a container [2020-12-04T03:49:49.094Z] $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-04T03:49:50.206Z] $ docker top 4f13f5b2ce30ee30c9b5402679a669a63ba1f044ec9bc1f358875c93013a26d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T03:49:51.128Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-04T03:49:53.254Z] Building docker-core-command-go ... [2020-12-04T03:49:53.254Z] Building docker-core-data-go ... [2020-12-04T03:49:53.254Z] Building docker-core-metadata-go ... [2020-12-04T03:49:53.254Z] Building docker-security-bootstrap-redis-go ... [2020-12-04T03:49:53.254Z] Building docker-security-proxy-setup-go ... [2020-12-04T03:49:53.254Z] Building docker-security-secrets-setup-go ... [2020-12-04T03:49:53.254Z] Building docker-security-secretstore-setup-go ... [2020-12-04T03:49:53.254Z] Building docker-support-notifications-go ... [2020-12-04T03:49:53.254Z] Building docker-support-scheduler-go ... [2020-12-04T03:49:53.254Z] Building docker-sys-mgmt-agent-go ... [2020-12-04T03:49:53.254Z] Building docker-core-data-go [2020-12-04T03:49:53.254Z] Building docker-security-secretstore-setup-go [2020-12-04T03:49:53.254Z] Building docker-support-scheduler-go [2020-12-04T03:49:53.254Z] Building docker-support-notifications-go [2020-12-04T03:49:53.254Z] Building docker-sys-mgmt-agent-go [2020-12-04T03:51:02.664Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:51:02.664Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:51:02.664Z] ---> fb54fa5b5100 [2020-12-04T03:51:02.664Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T03:51:02.664Z] [2020-12-04T03:51:02.664Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:51:02.664Z] ---> fb54fa5b5100 [2020-12-04T03:51:02.664Z] Step 3/23 : WORKDIR /edgex-go [2020-12-04T03:51:02.664Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:51:02.664Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:51:02.665Z] ---> fb54fa5b5100 [2020-12-04T03:51:02.665Z] Step 3/27 : WORKDIR /edgex-go [2020-12-04T03:51:02.665Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:51:02.665Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:51:02.665Z] ---> fb54fa5b5100 [2020-12-04T03:51:02.665Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T03:51:02.665Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:51:02.665Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:51:02.665Z] ---> fb54fa5b5100 [2020-12-04T03:51:02.665Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T03:51:03.289Z] ---> Running in b843675edbfe [2020-12-04T03:51:03.289Z] ---> Running in 044667bf3aa4 [2020-12-04T03:51:03.289Z] ---> Running in 83fc350c2dc9 [2020-12-04T03:51:03.289Z] ---> Running in 9afc4539c683 [2020-12-04T03:51:03.289Z] ---> Running in ea288526867e [2020-12-04T03:51:04.401Z] Removing intermediate container b843675edbfe [2020-12-04T03:51:04.401Z] ---> e6887f9cde6d [2020-12-04T03:51:04.401Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:51:04.401Z] Removing intermediate container 9afc4539c683 [2020-12-04T03:51:04.401Z] ---> 89c31fc95668 [2020-12-04T03:51:04.401Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:51:04.401Z] Removing intermediate container 83fc350c2dc9 [2020-12-04T03:51:04.401Z] ---> 98e3a9f7d002 [2020-12-04T03:51:04.401Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:51:04.401Z] Removing intermediate container 044667bf3aa4 [2020-12-04T03:51:04.401Z] ---> e1af79a56db8 [2020-12-04T03:51:04.401Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:51:04.802Z] ---> Running in f62d7bbf6805 [2020-12-04T03:51:04.802Z] Removing intermediate container ea288526867e [2020-12-04T03:51:04.802Z] ---> 0531642c6ee5 [2020-12-04T03:51:04.802Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:51:04.802Z] ---> Running in ad03a20d9472 [2020-12-04T03:51:04.802Z] ---> Running in af6238968c7d [2020-12-04T03:51:04.802Z] ---> Running in 40ae7f075cf2 [2020-12-04T03:51:05.142Z] ---> Running in 26917d0aff3e [2020-12-04T03:51:11.011Z] Removing intermediate container ad03a20d9472 [2020-12-04T03:51:11.011Z] ---> 1c25f2a68afb [2020-12-04T03:51:11.011Z] Step 5/24 : RUN apk update && apk add make git [2020-12-04T03:51:11.011Z] Removing intermediate container af6238968c7d [2020-12-04T03:51:11.011Z] ---> faf370a9e556 [2020-12-04T03:51:11.011Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-04T03:51:11.011Z] Removing intermediate container f62d7bbf6805 [2020-12-04T03:51:11.011Z] ---> db795eba6d96 [2020-12-04T03:51:11.011Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-04T03:51:11.011Z] ---> Running in 94ce1e003a3c [2020-12-04T03:51:11.011Z] ---> Running in 880bd18c85eb [2020-12-04T03:51:11.011Z] ---> Running in 0a7c45bcf67f [2020-12-04T03:51:11.011Z] Removing intermediate container 40ae7f075cf2 [2020-12-04T03:51:11.011Z] ---> c7f986d60d8b [2020-12-04T03:51:11.011Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T03:51:11.011Z] Removing intermediate container 26917d0aff3e [2020-12-04T03:51:11.011Z] ---> 67fc50181c0e [2020-12-04T03:51:11.011Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-04T03:51:11.011Z] ---> Running in e36bba229d7d [2020-12-04T03:51:11.011Z] ---> Running in 162df1e562f7 [2020-12-04T03:51:12.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:51:12.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:51:12.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:51:12.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:51:12.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:51:13.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:51:13.478Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:51:13.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:51:14.033Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:51:14.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:51:14.936Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:51:14.936Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:51:14.936Z] OK: 12745 distinct packages available [2020-12-04T03:51:14.936Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:51:14.936Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:51:14.936Z] OK: 12745 distinct packages available [2020-12-04T03:51:15.217Z] OK: 233 MiB in 51 packages [2020-12-04T03:51:15.217Z] OK: 233 MiB in 51 packages [2020-12-04T03:51:15.842Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:51:15.842Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:51:15.842Z] OK: 12745 distinct packages available [2020-12-04T03:51:16.115Z] OK: 233 MiB in 51 packages [2020-12-04T03:51:16.753Z] Removing intermediate container 0a7c45bcf67f [2020-12-04T03:51:16.753Z] ---> 0e710a8950a3 [2020-12-04T03:51:16.753Z] Step 6/24 : COPY go.mod . [2020-12-04T03:51:16.753Z] Removing intermediate container e36bba229d7d [2020-12-04T03:51:16.753Z] ---> 850c58a38e14 [2020-12-04T03:51:16.753Z] Step 6/21 : COPY go.mod . [2020-12-04T03:51:16.753Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:51:16.753Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:51:16.753Z] OK: 12745 distinct packages available [2020-12-04T03:51:17.072Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:51:17.072Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:51:17.072Z] OK: 12745 distinct packages available [2020-12-04T03:51:17.072Z] Removing intermediate container 880bd18c85eb [2020-12-04T03:51:17.072Z] ---> 569e4fda01ad [2020-12-04T03:51:17.072Z] Step 6/24 : COPY go.mod . [2020-12-04T03:51:17.072Z] OK: 233 MiB in 51 packages [2020-12-04T03:51:17.394Z] OK: 233 MiB in 51 packages [2020-12-04T03:51:17.394Z] ---> 7d24d77296cf [2020-12-04T03:51:17.394Z] Step 7/24 : RUN go mod download [2020-12-04T03:51:17.394Z] ---> db61bedc4b58 [2020-12-04T03:51:17.394Z] Step 7/21 : RUN go mod download [2020-12-04T03:51:17.663Z] ---> Running in 7d0d4eb9707e [2020-12-04T03:51:17.663Z] ---> Running in bea5e846c0ec [2020-12-04T03:51:17.663Z] ---> 89d27b960675 [2020-12-04T03:51:17.663Z] Step 7/24 : RUN go mod download [2020-12-04T03:51:17.973Z] ---> Running in 40137409d72a [2020-12-04T03:51:18.649Z] Removing intermediate container 94ce1e003a3c [2020-12-04T03:51:18.649Z] ---> c71c3ff1e1a9 [2020-12-04T03:51:18.649Z] Step 6/27 : COPY go.mod . [2020-12-04T03:51:18.955Z] Removing intermediate container 162df1e562f7 [2020-12-04T03:51:18.955Z] ---> 926dd52ee036 [2020-12-04T03:51:18.955Z] Step 6/23 : COPY go.mod . [2020-12-04T03:51:19.230Z] ---> a8173c8a22b6 [2020-12-04T03:51:19.230Z] Step 7/27 : RUN go mod download [2020-12-04T03:51:19.535Z] ---> Running in c93e6ae71a75 [2020-12-04T03:51:19.861Z] ---> aee978aa4a6c [2020-12-04T03:51:19.861Z] Step 7/23 : RUN go mod download [2020-12-04T03:51:20.263Z] ---> Running in 205b243a2a18 [2020-12-04T03:51:24.974Z] Removing intermediate container 7d0d4eb9707e [2020-12-04T03:51:24.974Z] ---> 602b814d3f91 [2020-12-04T03:51:24.974Z] Step 8/24 : COPY . . [2020-12-04T03:51:24.974Z] Removing intermediate container c93e6ae71a75 [2020-12-04T03:51:24.974Z] ---> 2f42258b5cd4 [2020-12-04T03:51:24.974Z] Step 8/27 : COPY . . [2020-12-04T03:51:24.974Z] Removing intermediate container bea5e846c0ec [2020-12-04T03:51:24.974Z] ---> 4b1de8e0c70b [2020-12-04T03:51:24.974Z] Step 8/21 : COPY . . [2020-12-04T03:51:24.974Z] Removing intermediate container 205b243a2a18 [2020-12-04T03:51:24.974Z] ---> 41233ab34671 [2020-12-04T03:51:24.974Z] Step 8/23 : COPY . . [2020-12-04T03:51:24.974Z] Removing intermediate container 40137409d72a [2020-12-04T03:51:24.974Z] ---> 0282233223aa [2020-12-04T03:51:24.974Z] Step 8/24 : COPY . . [2020-12-04T03:52:34.494Z] ---> 7bd8e44fa243 [2020-12-04T03:52:34.494Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-04T03:52:34.494Z] ---> Running in 081130db738f [2020-12-04T03:52:34.494Z] ---> 627dd35a850c [2020-12-04T03:52:34.494Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-04T03:52:34.494Z] ---> 2f972b4630f4 [2020-12-04T03:52:34.494Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-04T03:52:34.494Z] ---> 39c84266935e [2020-12-04T03:52:34.494Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-04T03:52:34.494Z] ---> Running in f2a57629df03 [2020-12-04T03:52:34.494Z] ---> Running in 7a70109732bf [2020-12-04T03:52:34.494Z] ---> Running in 2f583a1b5252 [2020-12-04T03:52:34.494Z] ---> ec6f0061e85b [2020-12-04T03:52:34.494Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-04T03:52:34.494Z] ---> Running in c94cc53c3ccf [2020-12-04T03:52:36.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-04T03:52:36.081Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-04T03:52:36.081Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-04T03:52:36.411Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-04T03:52:36.411Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-04T03:53:24.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-04T03:53:38.453Z] Removing intermediate container 2f583a1b5252 [2020-12-04T03:53:38.453Z] ---> b7d163bd3a35 [2020-12-04T03:53:38.453Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-04T03:53:38.453Z] ---> Running in b1ebc239aa1c [2020-12-04T03:53:40.229Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-04T03:53:44.015Z] Removing intermediate container 081130db738f [2020-12-04T03:53:44.015Z] ---> d51b543802e6 [2020-12-04T03:53:44.015Z] [2020-12-04T03:53:44.015Z] Step 10/24 : FROM alpine:3.10 [2020-12-04T03:53:44.015Z] 3.10: Pulling from library/alpine [2020-12-04T03:53:45.186Z] Removing intermediate container c94cc53c3ccf [2020-12-04T03:53:45.186Z] ---> 6537985c75a4 [2020-12-04T03:53:45.186Z] [2020-12-04T03:53:45.186Z] Step 10/21 : FROM scratch [2020-12-04T03:53:45.186Z] ---> [2020-12-04T03:53:45.186Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T03:53:45.556Z] Removing intermediate container f2a57629df03 [2020-12-04T03:53:45.556Z] ---> b66037334418 [2020-12-04T03:53:45.556Z] [2020-12-04T03:53:45.556Z] Step 10/24 : FROM scratch [2020-12-04T03:53:45.556Z] ---> [2020-12-04T03:53:45.556Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-04T03:53:46.297Z] ---> Running in c6a6125cc8d3 [2020-12-04T03:53:46.605Z] ---> Running in 5b2442d142fb [2020-12-04T03:53:46.927Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-04T03:53:46.927Z] Status: Downloaded newer image for alpine:3.10 [2020-12-04T03:53:46.927Z] ---> be4e4bea2c2e [2020-12-04T03:53:46.927Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T03:53:47.206Z] Removing intermediate container b1ebc239aa1c [2020-12-04T03:53:47.206Z] ---> b5b7c76366ad [2020-12-04T03:53:47.206Z] [2020-12-04T03:53:47.206Z] Step 11/27 : FROM docker:latest [2020-12-04T03:53:47.206Z] ---> b0757c55a1fd [2020-12-04T03:53:47.206Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-04T03:53:47.206Z] ---> Running in 5035a13383c5 [2020-12-04T03:53:47.206Z] Removing intermediate container c6a6125cc8d3 [2020-12-04T03:53:47.206Z] ---> b5bc4a932536 [2020-12-04T03:53:47.206Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-04T03:53:47.477Z] Removing intermediate container 5b2442d142fb [2020-12-04T03:53:47.477Z] ---> 7a3f82f0582f [2020-12-04T03:53:47.477Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-04T03:53:47.762Z] ---> Running in 68ed351a9ec8 [2020-12-04T03:53:47.762Z] ---> Running in 9b59f9f7c382 [2020-12-04T03:53:47.762Z] ---> Running in b0e98d0dd7d7 [2020-12-04T03:53:48.471Z] Removing intermediate container 68ed351a9ec8 [2020-12-04T03:53:48.471Z] ---> a198c7092b23 [2020-12-04T03:53:48.471Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-04T03:53:48.471Z] Removing intermediate container b0e98d0dd7d7 [2020-12-04T03:53:48.471Z] ---> af5f9d5e0e61 [2020-12-04T03:53:48.471Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-04T03:53:48.827Z] ---> Running in ecbe35772ab8 [2020-12-04T03:53:48.827Z] ---> Running in 4f28252564d6 [2020-12-04T03:53:49.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:49.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:49.483Z] Removing intermediate container ecbe35772ab8 [2020-12-04T03:53:49.484Z] ---> 356141cb9520 [2020-12-04T03:53:49.484Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-04T03:53:49.484Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-04T03:53:49.484Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-04T03:53:49.484Z] OK: 10348 distinct packages available [2020-12-04T03:53:50.135Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-04T03:53:50.135Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-04T03:53:50.135Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-04T03:53:50.135Z] (4/5) Installing curl (7.66.0-r1) [2020-12-04T03:53:50.135Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-04T03:53:50.135Z] Executing busybox-1.30.1-r3.trigger [2020-12-04T03:53:50.135Z] Executing ca-certificates-20191127-r2.trigger [2020-12-04T03:53:50.135Z] OK: 7 MiB in 19 packages [2020-12-04T03:53:50.449Z] Removing intermediate container 4f28252564d6 [2020-12-04T03:53:50.449Z] ---> 091eea16835e [2020-12-04T03:53:50.449Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-04T03:53:51.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:51.159Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:53:51.159Z] ---> a1b7bb62d64e [2020-12-04T03:53:51.159Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-04T03:53:51.474Z] ---> cce907a6fbe3 [2020-12-04T03:53:51.474Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-04T03:53:51.474Z] (1/2) Installing readline (8.0.4-r0) [2020-12-04T03:53:51.474Z] (2/2) Installing bash (5.0.17-r0) [2020-12-04T03:53:51.474Z] Executing bash-5.0.17-r0.post-install [2020-12-04T03:53:51.474Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:53:51.776Z] OK: 12 MiB in 22 packages [2020-12-04T03:53:53.891Z] ---> e61afc5ecbdd [2020-12-04T03:53:53.891Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-04T03:53:53.891Z] Removing intermediate container 5035a13383c5 [2020-12-04T03:53:53.891Z] ---> 8f2f783af22e [2020-12-04T03:53:53.891Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T03:53:54.245Z] ---> 5566b5b8186f [2020-12-04T03:53:54.245Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-04T03:53:54.245Z] Removing intermediate container 7a70109732bf [2020-12-04T03:53:54.245Z] ---> deae4661fc4b [2020-12-04T03:53:54.245Z] [2020-12-04T03:53:54.245Z] Step 10/23 : FROM alpine [2020-12-04T03:53:54.578Z] ---> Running in e5435d7b4e80 [2020-12-04T03:53:54.578Z] latest: Pulling from library/alpine [2020-12-04T03:53:54.578Z] Removing intermediate container 9b59f9f7c382 [2020-12-04T03:53:54.578Z] ---> d123e059031c [2020-12-04T03:53:54.578Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-04T03:53:55.303Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-04T03:53:55.303Z] Status: Downloaded newer image for alpine:latest [2020-12-04T03:53:55.303Z] ---> Running in c1540720c2ee [2020-12-04T03:53:55.303Z] ---> d6e46aa2470d [2020-12-04T03:53:55.303Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T03:53:55.585Z] ---> cd81e6408df1 [2020-12-04T03:53:55.585Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-04T03:53:55.585Z] Removing intermediate container e5435d7b4e80 [2020-12-04T03:53:55.585Z] ---> 946744736a8c [2020-12-04T03:53:55.585Z] Step 13/24 : WORKDIR / [2020-12-04T03:53:55.871Z] ---> Running in f3de2843b4c9 [2020-12-04T03:53:55.871Z] ---> Running in 7a3baf89dc1d [2020-12-04T03:53:55.871Z] ---> Running in b6fe865835a5 [2020-12-04T03:53:56.165Z] ---> beb3d526c45d [2020-12-04T03:53:56.165Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-04T03:53:56.842Z] Removing intermediate container f3de2843b4c9 [2020-12-04T03:53:56.842Z] ---> 3e525614798e [2020-12-04T03:53:56.842Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-04T03:53:56.842Z] Removing intermediate container 7a3baf89dc1d [2020-12-04T03:53:56.842Z] ---> ec9ecb86dab9 [2020-12-04T03:53:56.842Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-04T03:53:57.219Z] Removing intermediate container b6fe865835a5 [2020-12-04T03:53:57.219Z] ---> 82e704ff93bf [2020-12-04T03:53:57.219Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T03:53:57.219Z] ---> b7542cfc34e2 [2020-12-04T03:53:57.219Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-04T03:53:57.219Z] ---> Running in a0abbb06be33 [2020-12-04T03:53:57.512Z] ---> Running in 74cf46b3a7a4 [2020-12-04T03:53:58.980Z] Removing intermediate container a0abbb06be33 [2020-12-04T03:53:58.980Z] ---> 6460f0f1de18 [2020-12-04T03:53:58.980Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-04T03:53:58.980Z] Removing intermediate container 74cf46b3a7a4 [2020-12-04T03:53:58.980Z] ---> 1c697f0533d3 [2020-12-04T03:53:58.980Z] Step 19/21 : LABEL arch=x86_64 [2020-12-04T03:53:59.280Z] ---> a4358db971f1 [2020-12-04T03:53:59.280Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-04T03:53:59.280Z] ---> Running in 151337dd79f7 [2020-12-04T03:53:59.280Z] ---> Running in e37f279bef9f [2020-12-04T03:53:59.617Z] ---> 2f2e9f9cc11c [2020-12-04T03:53:59.617Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-04T03:53:59.617Z] Removing intermediate container c1540720c2ee [2020-12-04T03:53:59.617Z] ---> 43cd5d0e9922 [2020-12-04T03:53:59.617Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-04T03:53:59.885Z] ---> Running in fa7571895a99 [2020-12-04T03:53:59.885Z] Removing intermediate container e37f279bef9f [2020-12-04T03:53:59.885Z] ---> e76664c71545 [2020-12-04T03:53:59.885Z] Step 20/21 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c [2020-12-04T03:53:59.885Z] Removing intermediate container 151337dd79f7 [2020-12-04T03:53:59.885Z] ---> 8b1f3a191e21 [2020-12-04T03:53:59.885Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:53:59.885Z] ---> ce2629c2543e [2020-12-04T03:53:59.885Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-04T03:54:00.164Z] ---> Running in a3b6eb3dbd2e [2020-12-04T03:54:00.164Z] ---> Running in 87df79cd41ca [2020-12-04T03:54:00.483Z] ---> c9a1063169f5 [2020-12-04T03:54:00.483Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-04T03:54:00.483Z] Removing intermediate container fa7571895a99 [2020-12-04T03:54:00.483Z] ---> 78251225ffc9 [2020-12-04T03:54:00.483Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-04T03:54:00.483Z] ---> Running in 7b556eb3e495 [2020-12-04T03:54:00.483Z] Removing intermediate container a3b6eb3dbd2e [2020-12-04T03:54:00.483Z] ---> e194ddb5e647 [2020-12-04T03:54:00.483Z] Step 21/21 : LABEL version=0.0.0 [2020-12-04T03:54:00.483Z] ---> Running in c52c87e12439 [2020-12-04T03:54:00.788Z] ---> Running in c873aaeeafd5 [2020-12-04T03:54:00.788Z] ---> 51865c034700 [2020-12-04T03:54:00.788Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-04T03:54:01.115Z] Removing intermediate container 7b556eb3e495 [2020-12-04T03:54:01.115Z] ---> 0255f0a8f236 [2020-12-04T03:54:01.115Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T03:54:01.115Z] Removing intermediate container c52c87e12439 [2020-12-04T03:54:01.115Z] ---> 55ad7b44373d [2020-12-04T03:54:01.115Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-04T03:54:01.115Z] Removing intermediate container c873aaeeafd5 [2020-12-04T03:54:01.115Z] ---> ae1280174719 [2020-12-04T03:54:01.115Z] [2020-12-04T03:54:01.420Z] ---> Running in 168884548fb2 [2020-12-04T03:54:01.420Z] ---> Running in 4836a81a83bc [2020-12-04T03:54:02.097Z] Removing intermediate container 168884548fb2 [2020-12-04T03:54:02.097Z] ---> 3f1de6a59795 [2020-12-04T03:54:02.097Z] Step 22/24 : LABEL arch=x86_64 [2020-12-04T03:54:02.097Z] Successfully built ae1280174719 [2020-12-04T03:54:02.097Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-04T03:54:02.097Z] Building docker-security-secrets-setup-go [2020-12-04T03:54:02.097Z]  Building docker-support-scheduler-go ... done Removing intermediate container 4836a81a83bc [2020-12-04T03:54:02.097Z] ---> 2ed48db99306 [2020-12-04T03:54:02.097Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-04T03:54:02.097Z] ---> 1ead368ad0bc [2020-12-04T03:54:02.097Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-04T03:54:02.097Z] ---> Running in e216079fc59d [2020-12-04T03:54:03.241Z] Removing intermediate container e216079fc59d [2020-12-04T03:54:03.241Z] ---> f44113ad0088 [2020-12-04T03:54:03.241Z] Step 23/24 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c [2020-12-04T03:54:03.241Z] Removing intermediate container 87df79cd41ca [2020-12-04T03:54:03.241Z] ---> 94df50c386fe [2020-12-04T03:54:03.241Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-04T03:54:03.562Z] ---> Running in 3154953ef89d [2020-12-04T03:54:03.562Z] ---> Running in 172bb9bf2f62 [2020-12-04T03:54:03.562Z] ---> 7a1b4c43fcda [2020-12-04T03:54:03.562Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-04T03:54:03.562Z] ---> fd1bf3275fca [2020-12-04T03:54:03.562Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T03:54:04.678Z] Removing intermediate container 3154953ef89d [2020-12-04T03:54:04.678Z] ---> ea8dad9251ac [2020-12-04T03:54:04.678Z] Step 24/24 : LABEL version=0.0.0 [2020-12-04T03:54:05.300Z] ---> Running in a3e792738bd0 [2020-12-04T03:54:05.300Z] ---> 9de27081f600 [2020-12-04T03:54:05.300Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-04T03:54:05.923Z] ---> 6c9474d881a3 [2020-12-04T03:54:05.923Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T03:54:06.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:54:07.252Z] ---> Running in c0ea2d076e5e [2020-12-04T03:54:07.252Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:54:07.252Z] Removing intermediate container a3e792738bd0 [2020-12-04T03:54:07.252Z] ---> 5dd795d1d5bd [2020-12-04T03:54:07.252Z] [2020-12-04T03:54:07.252Z] ---> 1450b1b4ef9f [2020-12-04T03:54:07.252Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-04T03:54:07.579Z] ---> Running in 7f99f4ce4f18 [2020-12-04T03:54:07.868Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-04T03:54:07.868Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-04T03:54:08.155Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-04T03:54:08.155Z] Successfully built 5dd795d1d5bd [2020-12-04T03:54:08.155Z] Successfully tagged docker-support-notifications-go:latest [2020-12-04T03:54:08.155Z] Building docker-security-proxy-setup-go [2020-12-04T03:54:08.448Z]  Building docker-support-notifications-go ... done (4/5) Installing libzmq (4.3.3-r0) [2020-12-04T03:54:08.782Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-04T03:54:08.782Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:54:08.782Z] OK: 8 MiB in 19 packages [2020-12-04T03:54:09.557Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:54:09.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:54:10.265Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-04T03:54:10.265Z] (2/33) Installing expat (2.2.9-r1) [2020-12-04T03:54:10.265Z] (3/33) Installing libffi (3.3-r2) [2020-12-04T03:54:10.265Z] (4/33) Installing gdbm (1.13-r1) [2020-12-04T03:54:10.265Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-04T03:54:10.265Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-04T03:54:10.265Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-04T03:54:15.905Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-04T03:54:15.905Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-04T03:54:15.905Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-04T03:54:15.905Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-04T03:54:15.905Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-04T03:54:15.905Z] Removing intermediate container 172bb9bf2f62 [2020-12-04T03:54:15.905Z] ---> 8e028bf24c2d [2020-12-04T03:54:15.905Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-04T03:54:15.905Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-04T03:54:15.905Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-04T03:54:15.905Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-04T03:54:16.182Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-04T03:54:16.456Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-04T03:54:16.456Z] Removing intermediate container c0ea2d076e5e [2020-12-04T03:54:16.456Z] ---> 116ac455b299 [2020-12-04T03:54:16.456Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T03:54:17.107Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-04T03:54:17.107Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-04T03:54:17.410Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-04T03:54:17.713Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-04T03:54:17.713Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-04T03:54:18.503Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-04T03:54:18.503Z] ---> Running in 04b1f14a9495 [2020-12-04T03:54:19.482Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-04T03:54:19.482Z] ---> a89db9be82f9 [2020-12-04T03:54:19.482Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-04T03:54:19.482Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-04T03:54:19.482Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-04T03:54:19.853Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-04T03:54:20.248Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-04T03:54:20.248Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-04T03:54:20.248Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-04T03:54:20.922Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-04T03:54:20.922Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-04T03:54:20.922Z] Removing intermediate container 04b1f14a9495 [2020-12-04T03:54:20.922Z] ---> 0d3fb2762128 [2020-12-04T03:54:20.922Z] Step 22/24 : LABEL arch=x86_64 [2020-12-04T03:54:20.922Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-04T03:54:22.430Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:54:22.430Z] OK: 71 MiB in 55 packages [2020-12-04T03:54:23.497Z] ---> Running in 1094564bc541 [2020-12-04T03:54:23.497Z] ---> d744d85910da [2020-12-04T03:54:23.497Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-04T03:54:25.144Z] Removing intermediate container 1094564bc541 [2020-12-04T03:54:25.144Z] ---> 354bcf17fa71 [2020-12-04T03:54:25.144Z] Step 23/24 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c [2020-12-04T03:54:26.214Z] ---> d0bcac857b9b [2020-12-04T03:54:26.214Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-04T03:54:26.214Z] ---> Running in fe46080f4566 [2020-12-04T03:54:27.340Z] ---> Running in 6571e41a64aa [2020-12-04T03:54:28.367Z] Removing intermediate container fe46080f4566 [2020-12-04T03:54:28.367Z] ---> 96e4d7782861 [2020-12-04T03:54:28.367Z] Step 24/24 : LABEL version=0.0.0 [2020-12-04T03:54:30.394Z] ---> Running in 6d837bb1937c [2020-12-04T03:54:30.394Z] Removing intermediate container 6571e41a64aa [2020-12-04T03:54:30.394Z] ---> 351d8cd99e27 [2020-12-04T03:54:30.394Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T03:54:31.455Z] ---> Running in aab58389b063 [2020-12-04T03:54:32.231Z] Removing intermediate container 6d837bb1937c [2020-12-04T03:54:32.231Z] ---> d16fa5bc9e51 [2020-12-04T03:54:32.231Z] [2020-12-04T03:54:33.299Z] Removing intermediate container aab58389b063 [2020-12-04T03:54:33.299Z] ---> 9d502de8a5da [2020-12-04T03:54:33.299Z] Step 21/23 : LABEL arch=x86_64 [2020-12-04T03:54:33.628Z] Successfully built d16fa5bc9e51 [2020-12-04T03:54:34.313Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-04T03:54:34.313Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-command-go [2020-12-04T03:54:34.612Z] ---> Running in a91e03450aa1 [2020-12-04T03:54:36.182Z] Removing intermediate container a91e03450aa1 [2020-12-04T03:54:36.182Z] ---> fa97e9107c6d [2020-12-04T03:54:36.182Z] Step 22/23 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c [2020-12-04T03:54:37.450Z] ---> Running in 48410e2d5045 [2020-12-04T03:54:39.548Z] Removing intermediate container 48410e2d5045 [2020-12-04T03:54:39.548Z] ---> 99ddfb040f05 [2020-12-04T03:54:39.548Z] Step 23/23 : LABEL version=0.0.0 [2020-12-04T03:54:39.906Z] ---> Running in 1f447ff8d183 [2020-12-04T03:54:42.241Z] Removing intermediate container 1f447ff8d183 [2020-12-04T03:54:42.241Z] ---> 70731246bcb4 [2020-12-04T03:54:42.241Z] [2020-12-04T03:54:43.381Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:54:43.381Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-04T03:54:43.381Z] ---> fb54fa5b5100 [2020-12-04T03:54:43.381Z] Step 3/29 : WORKDIR /edgex-go [2020-12-04T03:54:43.381Z] ---> Using cache [2020-12-04T03:54:43.381Z] ---> 0531642c6ee5 [2020-12-04T03:54:43.381Z] Step 4/29 : RUN apk update && apk add make git [2020-12-04T03:54:44.833Z] Successfully built 70731246bcb4 [2020-12-04T03:54:45.108Z] Successfully tagged docker-core-data-go:latest [2020-12-04T03:54:45.108Z]  Building docker-core-data-go ... done Building docker-security-bootstrap-redis-go [2020-12-04T03:54:46.133Z] ---> Running in 7d9683a035a2 [2020-12-04T03:54:46.761Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:54:46.761Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:54:46.761Z] ---> fb54fa5b5100 [2020-12-04T03:54:46.761Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T03:54:46.761Z] ---> Using cache [2020-12-04T03:54:46.761Z] ---> 0531642c6ee5 [2020-12-04T03:54:46.761Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:54:46.761Z] ---> Using cache [2020-12-04T03:54:46.761Z] ---> 67fc50181c0e [2020-12-04T03:54:46.761Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T03:54:48.909Z] ---> Running in cedfdcbfef91 [2020-12-04T03:54:49.620Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:54:50.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:54:50.777Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:54:51.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:54:52.020Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:54:52.020Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:54:52.020Z] OK: 12745 distinct packages available [2020-12-04T03:54:53.201Z] OK: 233 MiB in 51 packages [2020-12-04T03:54:53.202Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:54:53.202Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:54:53.202Z] OK: 12745 distinct packages available [2020-12-04T03:54:54.341Z] OK: 233 MiB in 51 packages [2020-12-04T03:54:58.965Z] Removing intermediate container cedfdcbfef91 [2020-12-04T03:54:58.965Z] ---> 16a70973f82e [2020-12-04T03:54:58.965Z] Step 6/21 : COPY go.mod . [2020-12-04T03:55:00.050Z] Removing intermediate container 7d9683a035a2 [2020-12-04T03:55:00.050Z] ---> 67d992cbf3bf [2020-12-04T03:55:00.050Z] Step 5/29 : COPY go.mod . [2020-12-04T03:55:02.390Z] ---> 5d2c0238b697 [2020-12-04T03:55:02.390Z] Step 7/21 : RUN go mod download [2020-12-04T03:55:03.913Z] ---> 85d7b1f6c1e5 [2020-12-04T03:55:03.913Z] Step 6/29 : RUN go mod download [2020-12-04T03:55:04.835Z] ---> Running in 3875c178a0be [2020-12-04T03:55:05.149Z] ---> Running in 3fc20a9ce012 [2020-12-04T03:55:12.264Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:55:12.264Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:55:12.264Z] ---> fb54fa5b5100 [2020-12-04T03:55:12.264Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T03:55:12.264Z] ---> Using cache [2020-12-04T03:55:12.264Z] ---> 0531642c6ee5 [2020-12-04T03:55:12.264Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:55:12.264Z] ---> Using cache [2020-12-04T03:55:12.264Z] ---> 67fc50181c0e [2020-12-04T03:55:12.264Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T03:55:12.264Z] ---> Using cache [2020-12-04T03:55:12.264Z] ---> 16a70973f82e [2020-12-04T03:55:12.264Z] Step 6/22 : COPY go.mod . [2020-12-04T03:55:12.264Z] ---> Using cache [2020-12-04T03:55:12.264Z] ---> 5d2c0238b697 [2020-12-04T03:55:12.264Z] Step 7/22 : RUN go mod download [2020-12-04T03:55:12.564Z] ---> Running in 0e296093336c [2020-12-04T03:55:15.972Z] Removing intermediate container 3fc20a9ce012 [2020-12-04T03:55:15.973Z] ---> bc79e837a507 [2020-12-04T03:55:15.973Z] Step 7/29 : COPY . . [2020-12-04T03:55:16.589Z] Removing intermediate container 3875c178a0be [2020-12-04T03:55:16.589Z] ---> 2844f11ed9cd [2020-12-04T03:55:16.589Z] Step 8/21 : COPY . . [2020-12-04T03:55:24.630Z] Removing intermediate container 0e296093336c [2020-12-04T03:55:24.630Z] ---> b0488aa21426 [2020-12-04T03:55:24.630Z] Step 8/22 : COPY . . [2020-12-04T03:55:37.559Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:55:37.559Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:55:37.559Z] ---> fb54fa5b5100 [2020-12-04T03:55:37.559Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T03:55:37.559Z] ---> Using cache [2020-12-04T03:55:37.559Z] ---> 0531642c6ee5 [2020-12-04T03:55:37.559Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:55:37.559Z] ---> Using cache [2020-12-04T03:55:37.559Z] ---> 67fc50181c0e [2020-12-04T03:55:37.559Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T03:55:37.559Z] ---> Using cache [2020-12-04T03:55:37.559Z] ---> 16a70973f82e [2020-12-04T03:55:37.559Z] Step 6/22 : COPY go.mod . [2020-12-04T03:55:37.559Z] ---> Using cache [2020-12-04T03:55:37.559Z] ---> 5d2c0238b697 [2020-12-04T03:55:37.559Z] Step 7/22 : RUN go mod download [2020-12-04T03:55:37.559Z] ---> Using cache [2020-12-04T03:55:37.559Z] ---> b0488aa21426 [2020-12-04T03:55:37.559Z] Step 8/22 : COPY . . [2020-12-04T03:55:38.222Z] Removing intermediate container 7f99f4ce4f18 [2020-12-04T03:55:38.222Z] ---> d8e3ef6ef34d [2020-12-04T03:55:38.222Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-04T03:55:43.771Z] ---> Running in 642007a45898 [2020-12-04T03:56:16.860Z] Collecting docker-compose==1.23.2 [2020-12-04T03:56:16.860Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-04T03:56:16.860Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-04T03:56:16.860Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-04T03:56:17.243Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-04T03:56:17.243Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-04T03:56:18.378Z] Collecting docker<4.0,>=3.6.0 [2020-12-04T03:56:18.378Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-04T03:56:18.789Z] Collecting PyYAML<4,>=3.10 [2020-12-04T03:56:18.789Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-04T03:56:25.810Z] Collecting cached-property<2,>=1.2.0 [2020-12-04T03:56:25.810Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-04T03:56:25.810Z] Collecting texttable<0.10,>=0.9.0 [2020-12-04T03:56:25.810Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-04T03:56:27.557Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-04T03:56:28.205Z] Collecting jsonschema<3,>=2.5.1 [2020-12-04T03:56:28.205Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-04T03:56:29.704Z] Collecting docopt<0.7,>=0.6.1 [2020-12-04T03:56:29.704Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-04T03:56:30.391Z] ---> 1542e62cd834 [2020-12-04T03:56:30.391Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-04T03:56:30.667Z] ---> Running in 14f90661183d [2020-12-04T03:56:30.958Z] ---> 6a0ddca2932e [2020-12-04T03:56:30.958Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-04T03:56:30.958Z] ---> 04016c63f13f [2020-12-04T03:56:30.958Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-04T03:56:30.958Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-04T03:56:30.958Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-04T03:56:31.447Z] ---> Running in ef196d895c14 [2020-12-04T03:56:31.447Z] ---> Running in d636595e1914 [2020-12-04T03:56:32.253Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-04T03:56:32.253Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-04T03:56:32.829Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-04T03:56:32.829Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-04T03:56:33.272Z] Collecting idna<2.8,>=2.5 [2020-12-04T03:56:33.272Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-04T03:56:33.272Z] Collecting docker-pycreds>=0.4.0 [2020-12-04T03:56:33.614Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-04T03:56:33.614Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-04T03:56:33.614Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-04T03:56:33.614Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-04T03:56:33.614Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-04T03:56:33.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-04T03:56:33.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-04T03:56:33.977Z] Installing collected packages: urllib3, idna, requests, websocket-client, docker-pycreds, docker, PyYAML, cached-property, texttable, jsonschema, docopt, dockerpty, docker-compose [2020-12-04T03:56:33.977Z] Attempting uninstall: urllib3 [2020-12-04T03:56:33.977Z] Found existing installation: urllib3 1.25.9 [2020-12-04T03:56:33.977Z] Uninstalling urllib3-1.25.9: [2020-12-04T03:56:33.977Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-04T03:56:35.232Z] Successfully uninstalled urllib3-1.25.9 [2020-12-04T03:56:35.232Z] ---> 568b1ca7845d [2020-12-04T03:56:35.232Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-04T03:56:36.298Z] ---> Running in 001cc36ad282 [2020-12-04T03:56:36.298Z] Attempting uninstall: idna [2020-12-04T03:56:36.298Z] Found existing installation: idna 2.9 [2020-12-04T03:56:36.298Z] Uninstalling idna-2.9: [2020-12-04T03:56:36.298Z] Successfully uninstalled idna-2.9 [2020-12-04T03:56:36.640Z] Attempting uninstall: requests [2020-12-04T03:56:36.640Z] Found existing installation: requests 2.23.0 [2020-12-04T03:56:36.640Z] Uninstalling requests-2.23.0: [2020-12-04T03:56:37.306Z] Successfully uninstalled requests-2.23.0 [2020-12-04T03:56:37.306Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-04T03:56:39.458Z] Running setup.py install for PyYAML: started [2020-12-04T03:56:41.594Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-04T03:56:41.594Z] Running setup.py install for texttable: started [2020-12-04T03:56:42.735Z] Running setup.py install for texttable: finished with status 'done' [2020-12-04T03:56:43.048Z] Running setup.py install for docopt: started [2020-12-04T03:56:44.782Z] Running setup.py install for docopt: finished with status 'done' [2020-12-04T03:56:44.782Z] Running setup.py install for dockerpty: started [2020-12-04T03:56:46.113Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-04T03:56:46.876Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-04T03:56:52.921Z] Removing intermediate container 642007a45898 [2020-12-04T03:56:52.921Z] ---> 12355cbf992f [2020-12-04T03:56:52.921Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-04T03:56:53.597Z] ---> Running in f809ccdd4314 [2020-12-04T03:56:55.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:56:55.783Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:56:56.134Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T03:56:56.134Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-04T03:56:56.134Z] (3/3) Installing curl (7.69.1-r1) [2020-12-04T03:56:56.134Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:56:56.134Z] OK: 72 MiB in 58 packages [2020-12-04T03:56:58.448Z] Removing intermediate container f809ccdd4314 [2020-12-04T03:56:58.448Z] ---> d0821ea482e7 [2020-12-04T03:56:58.448Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-04T03:56:58.747Z] ---> Running in 129512a3f1c2 [2020-12-04T03:56:59.807Z] Removing intermediate container 129512a3f1c2 [2020-12-04T03:56:59.807Z] ---> b1acf9fb70bb [2020-12-04T03:56:59.807Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T03:56:59.807Z] ---> Running in f1cac6948c84 [2020-12-04T03:57:00.420Z] Removing intermediate container f1cac6948c84 [2020-12-04T03:57:00.420Z] ---> 91aac0e27a98 [2020-12-04T03:57:00.420Z] Step 25/27 : LABEL arch=x86_64 [2020-12-04T03:57:00.771Z] ---> Running in 42dc5bc31d8b [2020-12-04T03:57:01.409Z] Removing intermediate container 42dc5bc31d8b [2020-12-04T03:57:01.409Z] ---> 73095f7ac975 [2020-12-04T03:57:01.409Z] Step 26/27 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c [2020-12-04T03:57:01.784Z] ---> Running in 4f6d37dbf7f1 [2020-12-04T03:57:02.834Z] Removing intermediate container 4f6d37dbf7f1 [2020-12-04T03:57:02.834Z] ---> f1f9ebc88b32 [2020-12-04T03:57:02.834Z] Step 27/27 : LABEL version=0.0.0 [2020-12-04T03:57:02.834Z] ---> Running in bce269f8321d [2020-12-04T03:57:03.531Z] Removing intermediate container bce269f8321d [2020-12-04T03:57:03.531Z] ---> 2217dd73d168 [2020-12-04T03:57:03.531Z] [2020-12-04T03:57:03.825Z] Successfully built 2217dd73d168 [2020-12-04T03:57:03.825Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-04T03:57:04.126Z] Building docker-core-metadata-go [2020-12-04T03:57:19.722Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-04T03:57:25.597Z] Removing intermediate container ef196d895c14 [2020-12-04T03:57:25.597Z] ---> bcfa7d08782a [2020-12-04T03:57:25.597Z] [2020-12-04T03:57:25.597Z] Step 9/29 : FROM alpine:latest [2020-12-04T03:57:25.597Z] ---> d6e46aa2470d [2020-12-04T03:57:25.597Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-04T03:57:29.112Z] ---> Running in 78751e97b840 [2020-12-04T03:57:29.112Z] Removing intermediate container 001cc36ad282 [2020-12-04T03:57:29.112Z] ---> f53781774157 [2020-12-04T03:57:29.112Z] [2020-12-04T03:57:29.112Z] Step 10/22 : FROM alpine:3.10 [2020-12-04T03:57:29.112Z] ---> be4e4bea2c2e [2020-12-04T03:57:29.112Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T03:57:29.112Z] ---> Using cache [2020-12-04T03:57:29.112Z] ---> 8f2f783af22e [2020-12-04T03:57:29.112Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-04T03:57:31.202Z] ---> Running in 2b9303b0fa4a [2020-12-04T03:57:31.202Z] Removing intermediate container 78751e97b840 [2020-12-04T03:57:31.202Z] ---> b77088c3dc49 [2020-12-04T03:57:31.202Z] Step 11/29 : USER root [2020-12-04T03:57:32.341Z] ---> Running in ba821a984190 [2020-12-04T03:57:32.660Z] Removing intermediate container 2b9303b0fa4a [2020-12-04T03:57:32.660Z] ---> 9ba80b50e778 [2020-12-04T03:57:32.660Z] Step 13/22 : WORKDIR / [2020-12-04T03:57:33.362Z] Removing intermediate container d636595e1914 [2020-12-04T03:57:33.362Z] ---> eec15143b907 [2020-12-04T03:57:33.362Z] [2020-12-04T03:57:33.362Z] Step 10/22 : FROM scratch [2020-12-04T03:57:33.362Z] ---> [2020-12-04T03:57:33.362Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T03:57:33.362Z] ---> Running in 918cdd547709 [2020-12-04T03:57:36.174Z] ---> Using cache [2020-12-04T03:57:36.174Z] ---> 7a3f82f0582f [2020-12-04T03:57:36.174Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-04T03:57:38.225Z] Removing intermediate container ba821a984190 [2020-12-04T03:57:38.225Z] ---> cfdd37664912 [2020-12-04T03:57:38.225Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-04T03:57:38.225Z] Removing intermediate container 918cdd547709 [2020-12-04T03:57:38.225Z] ---> 67a05c691b7f [2020-12-04T03:57:38.225Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-04T03:57:38.225Z] ---> Running in de7294b721db [2020-12-04T03:57:39.243Z] Removing intermediate container 14f90661183d [2020-12-04T03:57:39.243Z] ---> b8a2e150d51c [2020-12-04T03:57:39.243Z] [2020-12-04T03:57:39.243Z] Step 10/21 : FROM alpine [2020-12-04T03:57:39.243Z] ---> d6e46aa2470d [2020-12-04T03:57:39.243Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-04T03:57:39.628Z] ---> Running in bb3f2fb824b3 [2020-12-04T03:57:40.008Z] ---> Running in a08980b41561 [2020-12-04T03:57:40.008Z] Removing intermediate container de7294b721db [2020-12-04T03:57:40.008Z] ---> 51e656c38f7f [2020-12-04T03:57:40.008Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T03:57:40.008Z] ---> 773383190c73 [2020-12-04T03:57:40.008Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-04T03:57:40.341Z] ---> Running in 49824bf7be02 [2020-12-04T03:57:42.646Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T03:57:42.646Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T03:57:42.646Z] ---> fb54fa5b5100 [2020-12-04T03:57:42.646Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T03:57:42.646Z] ---> Using cache [2020-12-04T03:57:42.646Z] ---> 0531642c6ee5 [2020-12-04T03:57:42.646Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T03:57:42.646Z] ---> Using cache [2020-12-04T03:57:42.646Z] ---> 67fc50181c0e [2020-12-04T03:57:42.646Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T03:57:42.646Z] ---> Using cache [2020-12-04T03:57:42.646Z] ---> 16a70973f82e [2020-12-04T03:57:42.646Z] Step 6/22 : COPY go.mod . [2020-12-04T03:57:42.646Z] ---> Using cache [2020-12-04T03:57:42.646Z] ---> 5d2c0238b697 [2020-12-04T03:57:42.646Z] Step 7/22 : RUN go mod download [2020-12-04T03:57:42.646Z] ---> Using cache [2020-12-04T03:57:42.646Z] ---> b0488aa21426 [2020-12-04T03:57:42.646Z] Step 8/22 : COPY . . [2020-12-04T03:57:42.646Z] ---> Using cache [2020-12-04T03:57:42.646Z] ---> 568b1ca7845d [2020-12-04T03:57:42.646Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-04T03:57:42.646Z] Removing intermediate container 49824bf7be02 [2020-12-04T03:57:42.646Z] ---> 64a2c713f82b [2020-12-04T03:57:42.646Z] Step 14/22 : WORKDIR / [2020-12-04T03:57:43.064Z] ---> Running in b27871413180 [2020-12-04T03:57:43.064Z] ---> afd37f2af509 [2020-12-04T03:57:43.064Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-04T03:57:43.064Z] ---> Running in 3d462d8bfc56 [2020-12-04T03:57:44.289Z] Removing intermediate container b27871413180 [2020-12-04T03:57:44.289Z] ---> 72e7691ec73c [2020-12-04T03:57:44.289Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-04T03:57:44.660Z] ---> 5bab04e09124 [2020-12-04T03:57:44.660Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-04T03:57:44.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:57:44.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T03:57:45.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:57:45.003Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T03:57:45.003Z] ---> d9d147ea2b51 [2020-12-04T03:57:45.003Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-04T03:57:45.365Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:57:45.365Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:57:45.365Z] OK: 12746 distinct packages available [2020-12-04T03:57:45.365Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-04T03:57:45.365Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T03:57:45.365Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T03:57:45.365Z] OK: 12746 distinct packages available [2020-12-04T03:57:46.281Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-04T03:57:46.281Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-04T03:57:46.281Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-04T03:57:46.281Z] ---> 89b23841debb [2020-12-04T03:57:46.281Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-04T03:57:46.281Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:57:46.281Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T03:57:46.281Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-04T03:57:46.281Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T03:57:46.281Z] (4/4) Installing curl (7.69.1-r1) [2020-12-04T03:57:46.281Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T03:57:46.281Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T03:57:46.281Z] OK: 6 MiB in 16 packages [2020-12-04T03:57:46.281Z] OK: 7 MiB in 18 packages [2020-12-04T03:57:46.281Z] ---> Running in 5773cfa9a5a0 [2020-12-04T03:57:46.660Z] ---> e50eedf93f00 [2020-12-04T03:57:46.660Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-04T03:57:48.236Z] ---> 0d3b0fe0e574 [2020-12-04T03:57:48.237Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-04T03:57:48.552Z] ---> Running in b7db94039511 [2020-12-04T03:57:48.552Z] Removing intermediate container a08980b41561 [2020-12-04T03:57:48.552Z] ---> cceb2f9fd556 [2020-12-04T03:57:48.552Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T03:57:48.552Z] Removing intermediate container bb3f2fb824b3 [2020-12-04T03:57:48.552Z] ---> 0b7d03072629 [2020-12-04T03:57:48.552Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-04T03:57:48.875Z] ---> Running in c4159b7bd091 [2020-12-04T03:57:48.875Z] ---> Running in f91c9848e3df [2020-12-04T03:57:49.177Z] Removing intermediate container b7db94039511 [2020-12-04T03:57:49.177Z] ---> f5f3957e2c63 [2020-12-04T03:57:49.177Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T03:57:49.177Z] Removing intermediate container 5773cfa9a5a0 [2020-12-04T03:57:49.177Z] ---> 9dd77b3a2c1c [2020-12-04T03:57:49.177Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-04T03:57:49.177Z] ---> Running in 2d4c9c3a8b80 [2020-12-04T03:57:49.472Z] ---> Running in a47deac73a43 [2020-12-04T03:57:49.472Z] Removing intermediate container f91c9848e3df [2020-12-04T03:57:49.472Z] ---> b903784479cf [2020-12-04T03:57:49.472Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-04T03:57:49.472Z] Removing intermediate container c4159b7bd091 [2020-12-04T03:57:49.472Z] ---> 8ecc97d8f9e9 [2020-12-04T03:57:49.472Z] Step 13/21 : WORKDIR /edgex [2020-12-04T03:57:49.756Z] ---> Running in 08950c130041 [2020-12-04T03:57:49.756Z] ---> Running in ee6cf29045fa [2020-12-04T03:57:50.053Z] Removing intermediate container 2d4c9c3a8b80 [2020-12-04T03:57:50.053Z] ---> adf2c13866af [2020-12-04T03:57:50.053Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T03:57:50.053Z] ---> Running in 65331e12245d [2020-12-04T03:57:50.360Z] Removing intermediate container a47deac73a43 [2020-12-04T03:57:50.360Z] ---> d8c6c0c1ca54 [2020-12-04T03:57:50.360Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T03:57:50.360Z] Removing intermediate container 08950c130041 [2020-12-04T03:57:50.360Z] ---> 2a71896d8446 [2020-12-04T03:57:50.360Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-04T03:57:50.360Z] ---> Running in ea232389023d [2020-12-04T03:57:50.360Z] Removing intermediate container ee6cf29045fa [2020-12-04T03:57:50.360Z] ---> f26881fe3a4a [2020-12-04T03:57:50.360Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-04T03:57:50.360Z] ---> Running in 06d375738b70 [2020-12-04T03:57:50.659Z] Removing intermediate container 65331e12245d [2020-12-04T03:57:50.659Z] ---> 22f0709c264b [2020-12-04T03:57:50.659Z] Step 21/22 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c [2020-12-04T03:57:50.659Z] ---> Running in bcf58ff32f2c [2020-12-04T03:57:50.943Z] Removing intermediate container ea232389023d [2020-12-04T03:57:50.943Z] ---> 9e6694f7122b [2020-12-04T03:57:50.943Z] Step 21/22 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c [2020-12-04T03:57:51.246Z] ---> Running in c9ecb33e0b6c [2020-12-04T03:57:51.246Z] Removing intermediate container bcf58ff32f2c [2020-12-04T03:57:51.246Z] ---> fef8cebd28f5 [2020-12-04T03:57:51.246Z] Step 22/22 : LABEL version=0.0.0 [2020-12-04T03:57:51.549Z] ---> e1fe4bbe2515 [2020-12-04T03:57:51.549Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-04T03:57:52.642Z] ---> Running in 9dc3dfa6805e [2020-12-04T03:57:52.642Z] Removing intermediate container c9ecb33e0b6c [2020-12-04T03:57:52.642Z] ---> cd129e6afd07 [2020-12-04T03:57:52.642Z] Step 22/22 : LABEL version=0.0.0 [2020-12-04T03:57:52.947Z] ---> Running in 838562ac5f19 [2020-12-04T03:57:52.947Z] Removing intermediate container 9dc3dfa6805e [2020-12-04T03:57:52.947Z] ---> d441f978ee2a [2020-12-04T03:57:52.947Z] [2020-12-04T03:57:52.947Z] ---> 55afdbba4002 [2020-12-04T03:57:52.947Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-04T03:57:53.279Z] Removing intermediate container 838562ac5f19 [2020-12-04T03:57:53.279Z] ---> 24740d877726 [2020-12-04T03:57:53.279Z] [2020-12-04T03:57:53.587Z] Removing intermediate container 06d375738b70 [2020-12-04T03:57:53.588Z] ---> b2ced032782f [2020-12-04T03:57:53.588Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-04T03:57:53.588Z] Successfully built d441f978ee2a [2020-12-04T03:57:53.588Z] Successfully tagged docker-core-command-go:latest [2020-12-04T03:57:54.285Z]  Building docker-core-command-go ... done Successfully built 24740d877726 [2020-12-04T03:57:54.285Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-04T03:57:54.992Z]  Building docker-security-bootstrap-redis-go ... done  ---> beeca0c5d564 [2020-12-04T03:57:54.993Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-04T03:57:55.322Z] ---> Running in cb44f1ec8d0a [2020-12-04T03:57:55.661Z] ---> f62d12268098 [2020-12-04T03:57:55.661Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-04T03:57:55.661Z] Removing intermediate container cb44f1ec8d0a [2020-12-04T03:57:55.661Z] ---> 1c35ee982dba [2020-12-04T03:57:55.661Z] Step 18/21 : CMD ["--init=true"] [2020-12-04T03:57:55.969Z] ---> Running in 37eeee53d6ff [2020-12-04T03:57:56.251Z] ---> 0ff8eb2ca3fb [2020-12-04T03:57:56.251Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-04T03:57:56.251Z] Removing intermediate container 37eeee53d6ff [2020-12-04T03:57:56.251Z] ---> 7cba081a3b8a [2020-12-04T03:57:56.251Z] Step 19/21 : LABEL arch=x86_64 [2020-12-04T03:57:56.534Z] ---> Running in 30867f762a2a [2020-12-04T03:57:56.842Z] ---> e40dd20bdca1 [2020-12-04T03:57:56.842Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-04T03:57:57.128Z] Removing intermediate container 30867f762a2a [2020-12-04T03:57:57.128Z] ---> 361fe4504d32 [2020-12-04T03:57:57.128Z] Step 20/21 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c [2020-12-04T03:57:57.405Z] ---> Running in 8ff58b58a874 [2020-12-04T03:57:57.686Z] ---> d2e24bb85759 [2020-12-04T03:57:57.686Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-04T03:57:57.686Z] Removing intermediate container 8ff58b58a874 [2020-12-04T03:57:57.686Z] ---> 91e67241fdc7 [2020-12-04T03:57:57.686Z] Step 21/21 : LABEL version=0.0.0 [2020-12-04T03:57:57.686Z] ---> Running in 8cf09e471519 [2020-12-04T03:57:57.999Z] ---> 7110ed49a812 [2020-12-04T03:57:57.999Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-04T03:57:58.367Z] ---> Running in c418879b5968 [2020-12-04T03:57:58.367Z] Removing intermediate container 8cf09e471519 [2020-12-04T03:57:58.367Z] ---> 712276186c1e [2020-12-04T03:57:58.367Z] [2020-12-04T03:57:59.467Z] Successfully built 712276186c1e [2020-12-04T03:57:59.467Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-04T03:58:01.555Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container c418879b5968 [2020-12-04T03:58:01.555Z] ---> 81490e650520 [2020-12-04T03:58:01.555Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T03:58:02.283Z] ---> 979b83a94596 [2020-12-04T03:58:02.283Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T03:58:02.283Z] ---> Running in 298e742043ee [2020-12-04T03:58:05.059Z] Removing intermediate container 298e742043ee [2020-12-04T03:58:05.059Z] ---> a2da0d1e51f9 [2020-12-04T03:58:05.059Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-04T03:58:05.402Z] ---> Running in fb2170249695 [2020-12-04T03:58:08.245Z] Removing intermediate container fb2170249695 [2020-12-04T03:58:08.245Z] ---> 0dd4b67e3382 [2020-12-04T03:58:08.245Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T03:58:08.245Z] ---> Running in b66201770b42 [2020-12-04T03:58:08.542Z] Removing intermediate container b66201770b42 [2020-12-04T03:58:08.542Z] ---> 06cdaf079bfa [2020-12-04T03:58:08.542Z] Step 26/29 : CMD [ "generate" ] [2020-12-04T03:58:08.542Z] ---> Running in 0823a6e32be1 [2020-12-04T03:58:08.846Z] Removing intermediate container 0823a6e32be1 [2020-12-04T03:58:08.846Z] ---> 0f3ee9ca1a53 [2020-12-04T03:58:08.846Z] Step 27/29 : LABEL arch=x86_64 [2020-12-04T03:58:09.143Z] ---> Running in 0630e006a0a6 [2020-12-04T03:58:09.825Z] Removing intermediate container 0630e006a0a6 [2020-12-04T03:58:09.825Z] ---> 7067c7d8584e [2020-12-04T03:58:09.825Z] Step 28/29 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c [2020-12-04T03:58:09.825Z] ---> Running in 6fbd63289643 [2020-12-04T03:58:10.453Z] Removing intermediate container 6fbd63289643 [2020-12-04T03:58:10.453Z] ---> 34792e1c8a49 [2020-12-04T03:58:10.453Z] Step 29/29 : LABEL version=0.0.0 [2020-12-04T03:58:10.453Z] ---> Running in 15c1280346bd [2020-12-04T03:58:10.727Z] Removing intermediate container 15c1280346bd [2020-12-04T03:58:10.727Z] ---> 14ba30535101 [2020-12-04T03:58:10.727Z] [2020-12-04T03:58:11.323Z] Successfully built 14ba30535101 [2020-12-04T03:58:11.323Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-04T03:58:13.283Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 3d462d8bfc56 [2020-12-04T03:58:13.283Z] ---> b9a6cdcd912b [2020-12-04T03:58:13.283Z] [2020-12-04T03:58:13.283Z] Step 10/22 : FROM scratch [2020-12-04T03:58:13.283Z] ---> [2020-12-04T03:58:13.283Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T03:58:13.558Z] ---> Using cache [2020-12-04T03:58:13.558Z] ---> 7a3f82f0582f [2020-12-04T03:58:13.558Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-04T03:58:13.558Z] ---> Running in ff57242435d9 [2020-12-04T03:58:13.833Z] Removing intermediate container ff57242435d9 [2020-12-04T03:58:13.833Z] ---> d5831a05a320 [2020-12-04T03:58:13.833Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T03:58:13.833Z] ---> Running in 64931d9f20f9 [2020-12-04T03:58:14.115Z] Removing intermediate container 64931d9f20f9 [2020-12-04T03:58:14.115Z] ---> 9cb45d62762c [2020-12-04T03:58:14.115Z] Step 14/22 : WORKDIR / [2020-12-04T03:58:14.394Z] ---> Running in a372f7457e07 [2020-12-04T03:58:14.664Z] Removing intermediate container a372f7457e07 [2020-12-04T03:58:14.664Z] ---> d718c500b7ab [2020-12-04T03:58:14.664Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-04T03:58:14.942Z] ---> 96237633469f [2020-12-04T03:58:14.942Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-04T03:58:15.941Z] ---> 5150a860d64e [2020-12-04T03:58:15.941Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-04T03:58:16.532Z] ---> cb8d5b29ee01 [2020-12-04T03:58:16.532Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-04T03:58:16.532Z] ---> Running in c40e76fcb7d8 [2020-12-04T03:58:17.111Z] Removing intermediate container c40e76fcb7d8 [2020-12-04T03:58:17.111Z] ---> 982986ddd11b [2020-12-04T03:58:17.111Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T03:58:17.111Z] ---> Running in 993107c0a59a [2020-12-04T03:58:17.384Z] Removing intermediate container 993107c0a59a [2020-12-04T03:58:17.384Z] ---> 105564bdff3f [2020-12-04T03:58:17.384Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T03:58:17.384Z] ---> Running in a71082adc8c3 [2020-12-04T03:58:17.665Z] Removing intermediate container a71082adc8c3 [2020-12-04T03:58:17.665Z] ---> 76a39bb79530 [2020-12-04T03:58:17.665Z] Step 21/22 : LABEL git_sha=a5672df1e91d2a3d1af7cac68618d3e39032567c [2020-12-04T03:58:17.966Z] ---> Running in 17622c78f657 [2020-12-04T03:58:18.255Z] Removing intermediate container 17622c78f657 [2020-12-04T03:58:18.255Z] ---> c62e820bc613 [2020-12-04T03:58:18.255Z] Step 22/22 : LABEL version=0.0.0 [2020-12-04T03:58:18.255Z] ---> Running in fc56675da3d7 [2020-12-04T03:58:18.531Z] Removing intermediate container fc56675da3d7 [2020-12-04T03:58:18.531Z] ---> 1c9dc15208b8 [2020-12-04T03:58:18.531Z] [2020-12-04T03:58:18.795Z] Successfully built 1c9dc15208b8 [2020-12-04T03:58:19.079Z] Successfully tagged docker-core-metadata-go:latest [2020-12-04T03:58:19.753Z]  Building docker-core-metadata-go ... done  [Pipeline] } [2020-12-04T03:58:19.829Z] $ docker stop --time=1 4f13f5b2ce30ee30c9b5402679a669a63ba1f044ec9bc1f358875c93013a26d8 [2020-12-04T03:58:22.299Z] $ docker rm -f 4f13f5b2ce30ee30c9b5402679a669a63ba1f044ec9bc1f358875c93013a26d8 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T03:58:23.163Z] + docker images [2020-12-04T03:58:23.163Z] + grep docker [2020-12-04T03:58:23.163Z] docker-core-metadata-go latest 1c9dc15208b8 5 seconds ago 14.5MB [2020-12-04T03:58:23.163Z] docker-security-secrets-setup-go latest 14ba30535101 13 seconds ago 23.9MB [2020-12-04T03:58:23.163Z] docker-security-proxy-setup-go latest 712276186c1e 25 seconds ago 24.6MB [2020-12-04T03:58:23.164Z] docker-security-bootstrap-redis-go latest 24740d877726 30 seconds ago 15.8MB [2020-12-04T03:58:23.164Z] docker-core-command-go latest d441f978ee2a 31 seconds ago 12.2MB [2020-12-04T03:58:23.164Z] docker-sys-mgmt-agent-go latest 2217dd73d168 About a minute ago 293MB [2020-12-04T03:58:23.164Z] docker-core-data-go latest 70731246bcb4 3 minutes ago 23.7MB [2020-12-04T03:58:23.164Z] docker-security-secretstore-setup-go latest d16fa5bc9e51 3 minutes ago 24.7MB [2020-12-04T03:58:23.164Z] docker-support-notifications-go latest 5dd795d1d5bd 4 minutes ago 13.6MB [2020-12-04T03:58:23.164Z] docker-support-scheduler-go latest ae1280174719 4 minutes ago 12.3MB [2020-12-04T03:58:23.164Z] docker latest b0757c55a1fd 2 days ago 220MB [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 [2020-12-04T03:58:39.253Z] Still waiting to schedule task [2020-12-04T03:58:39.253Z] ‘prd-centos7-docker-8c-8g-14428’ is offline [2020-12-04T03:59:34.358Z] Running on prd-centos7-docker-8c-8g-14448 in /w/workspace/edgexfoundry_edgex-go_PR-2920 [Pipeline] { [Pipeline] ws [2020-12-04T03:59:34.428Z] Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout [2020-12-04T03:59:36.751Z] using credential edgex-jenkins-ssh [2020-12-04T03:59:36.851Z] Cloning the remote Git repository [2020-12-04T03:59:36.069Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-04T03:59:36.128Z] > git init /w/workspace/edgex-go/5 # timeout=10 [2020-12-04T03:59:36.155Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T03:59:36.155Z] > git --version # timeout=10 [2020-12-04T03:59:36.160Z] > git --version # 'git version 2.24.3' [2020-12-04T03:59:36.161Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T03:59:36.184Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T03:59:47.655Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T03:59:47.663Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T03:59:47.673Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T03:59:47.683Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T03:59:47.683Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T03:59:47.688Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2920/head:refs/remotes/origin/PR-2920 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-04T03:59:48.298Z] Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 4870cb0c012d1632de062f7627852ce98cdbc689 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-04T03:59:48.932Z] 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) [2020-12-04T03:59:48.266Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T03:59:48.270Z] > git checkout -f 4870cb0c012d1632de062f7627852ce98cdbc689 # timeout=10 Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-04T03:59:51.507Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T03:59:52.828Z] ---> package-listing.sh [2020-12-04T03:59:52.829Z] ++ facter osfamily [2020-12-04T03:59:52.829Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-04T03:59:53.096Z] + OS_FAMILY=redhat [2020-12-04T03:59:53.096Z] + workspace=/w/workspace/edgex-go/5 [2020-12-04T03:59:53.096Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-04T03:59:53.096Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-04T03:59:53.096Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-04T03:59:53.096Z] + PACKAGES=/tmp/packages_start.txt [2020-12-04T03:59:53.096Z] + '[' /w/workspace/edgex-go/5 ']' [2020-12-04T03:59:53.096Z] + PACKAGES=/tmp/packages_end.txt [2020-12-04T03:59:53.096Z] + case "${OS_FAMILY}" in [2020-12-04T03:59:53.096Z] + rpm -qa [2020-12-04T03:59:53.096Z] + sort [2020-12-04T04:00:01.488Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-04T04:00:01.488Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-04T04:00:01.488Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-04T04:00:01.488Z] + '[' /w/workspace/edgex-go/5 ']' [2020-12-04T04:00:01.488Z] + mkdir -p /w/workspace/edgex-go/5/archives/ [2020-12-04T04:00:01.488Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo [2020-12-04T04:00:01.512Z] 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-04T04:00:01.981Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-04T04:00:02.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T04:00:03.608Z] [2020-12-04T04:00:03.608Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-04T04:00:04.305Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T04:00:04.609Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-04T04:00:04.609Z] df20fa9351a1: Pulling fs layer [2020-12-04T04:00:04.609Z] 36b3adc4ff6f: Pulling fs layer [2020-12-04T04:00:04.609Z] 8ad3a11d3b57: Pulling fs layer [2020-12-04T04:00:04.609Z] 46f8f816bc3b: Pulling fs layer [2020-12-04T04:00:04.609Z] 93b61091891f: Pulling fs layer [2020-12-04T04:00:04.609Z] 93b9cdb0e59b: Pulling fs layer [2020-12-04T04:00:04.609Z] 5e14af77c1be: Pulling fs layer [2020-12-04T04:00:04.609Z] 01666e4c0597: Pulling fs layer [2020-12-04T04:00:04.609Z] aa168da1d23b: Pulling fs layer [2020-12-04T04:00:04.609Z] 5e14af77c1be: Waiting [2020-12-04T04:00:04.609Z] 01666e4c0597: Waiting [2020-12-04T04:00:04.609Z] 46f8f816bc3b: Waiting [2020-12-04T04:00:04.609Z] aa168da1d23b: Waiting [2020-12-04T04:00:04.609Z] 93b61091891f: Waiting [2020-12-04T04:00:04.609Z] 93b9cdb0e59b: Waiting [2020-12-04T04:00:04.998Z] 36b3adc4ff6f: Verifying Checksum [2020-12-04T04:00:04.998Z] 36b3adc4ff6f: Download complete [2020-12-04T04:00:04.998Z] 46f8f816bc3b: Verifying Checksum [2020-12-04T04:00:04.998Z] 46f8f816bc3b: Download complete [2020-12-04T04:00:05.335Z] df20fa9351a1: Verifying Checksum [2020-12-04T04:00:05.335Z] df20fa9351a1: Download complete [2020-12-04T04:00:05.335Z] 93b9cdb0e59b: Verifying Checksum [2020-12-04T04:00:05.335Z] 93b9cdb0e59b: Download complete [2020-12-04T04:00:05.633Z] 5e14af77c1be: Verifying Checksum [2020-12-04T04:00:05.633Z] 5e14af77c1be: Download complete [2020-12-04T04:00:05.633Z] 01666e4c0597: Verifying Checksum [2020-12-04T04:00:05.633Z] 01666e4c0597: Download complete [2020-12-04T04:00:06.460Z] 93b61091891f: Verifying Checksum [2020-12-04T04:00:06.460Z] 93b61091891f: Download complete [2020-12-04T04:00:06.460Z] df20fa9351a1: Pull complete [2020-12-04T04:00:07.406Z] 36b3adc4ff6f: Pull complete [2020-12-04T04:00:07.704Z] 8ad3a11d3b57: Verifying Checksum [2020-12-04T04:00:07.704Z] 8ad3a11d3b57: Download complete [2020-12-04T04:00:10.734Z] 8ad3a11d3b57: Pull complete [2020-12-04T04:00:11.210Z] 46f8f816bc3b: Pull complete [2020-12-04T04:00:13.385Z] 93b61091891f: Pull complete [2020-12-04T04:00:14.481Z] aa168da1d23b: Verifying Checksum [2020-12-04T04:00:14.481Z] aa168da1d23b: Download complete [2020-12-04T04:00:14.813Z] 93b9cdb0e59b: Pull complete [2020-12-04T04:00:15.404Z] 5e14af77c1be: Pull complete [2020-12-04T04:00:15.691Z] 01666e4c0597: Pull complete [2020-12-04T04:00:30.853Z] aa168da1d23b: Pull complete [2020-12-04T04:00:30.853Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-04T04:00:30.853Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T04:00:30.853Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-04T04:00:31.270Z] prd-centos7-docker-4c-2g-14443 does not seem to be running inside a container [2020-12-04T04:00:31.341Z] $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-04T04:00:35.715Z] $ docker top a93b4420a935e8ff157930cdb6ec001a581bb0d8ac3eff1b8db8fb164495a494 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T04:00:36.808Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-04T04:00:37.453Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-04T04:00:37.858Z] + ls /var/log/sa-host [2020-12-04T04:00:37.858Z] + sadf -c /var/log/sa-host/sa04 [2020-12-04T04:00:37.858Z] file_magic: OK [2020-12-04T04:00:37.858Z] HZ: Using current value: 100 [2020-12-04T04:00:37.858Z] file_header: OK [2020-12-04T04:00:37.858Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-04T04:00:37.858Z] Statistics: [2020-12-04T04:00:37.858Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-04T04:00:37.858Z] File successfully converted to sysstat format version 12.2.1 [2020-12-04T04:00:37.858Z] + sadf -c /var/log/sa-host/sa23 [2020-12-04T04:00:37.858Z] file_magic: OK [2020-12-04T04:00:37.858Z] HZ: Using current value: 100 [2020-12-04T04:00:37.858Z] file_header: OK [2020-12-04T04:00:37.858Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-04T04:00:37.858Z] Statistics: [2020-12-04T04:00:37.858Z] Hnuu...uuuununununu... [2020-12-04T04:00:37.858Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-04T04:00:38.524Z] provisioning config files... [2020-12-04T04:00:38.559Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config8832192562782668896tmp [Pipeline] { [Pipeline] echo [2020-12-04T04:00:38.654Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T04:00:38.990Z] ---> create-netrc.sh [Pipeline] } [2020-12-04T04:00:39.007Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-04T04:00:39.115Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T04:00:39.428Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-04T04:00:39.442Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T04:00:39.778Z] ---> sudo-logs.sh [2020-12-04T04:00:39.778Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-04T04:00:39.818Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T04:00:40.207Z] ---> job-cost.sh [2020-12-04T04:00:40.478Z] lf-activate-venv: SKIPPING [2020-12-04T04:00:40.478Z] INFO: No Stack... [2020-12-04T04:00:41.470Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-04T04:00:42.064Z] INFO: Archiving Costs [Pipeline] echo [2020-12-04T04:00:42.083Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T04:00:42.422Z] ---> logs-deploy.sh [2020-12-04T04:00:42.422Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2920/5 [2020-12-04T04:00:42.422Z] INFO: archiving workspace using pattern(s): [2020-12-04T04:00:45.095Z] Archives upload complete. [2020-12-04T04:00:45.095Z] INFO: archiving logs to Nexus