Pull request #2890 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 298a6838acdf004daa3e768d6fcec5b89eef4711+0163c92eb67c845bff5e90a4dc6407d0e1146c78 (46682be21d27051f2d65253347f3c77eff428686) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-14396 in /w/workspace/edgexfoundry_edgex-go_PR-2890 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/19 [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/19 # 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/2890/head:refs/remotes/origin/PR-2890 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 298a6838acdf004daa3e768d6fcec5b89eef4711 Merge succeeded, producing 298a6838acdf004daa3e768d6fcec5b89eef4711 Checking out Revision 298a6838acdf004daa3e768d6fcec5b89eef4711 (PR-2890) > git config core.sparsecheckout # timeout=10 > git checkout -f 298a6838acdf004daa3e768d6fcec5b89eef4711 # 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 298a6838acdf004daa3e768d6fcec5b89eef4711 # timeout=10 Commit message: "Apply snap patches from Tony" > git rev-list --no-walk 5b7875b1fabe224a417a8ae64b7320144dcc4acc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-04T00:19:16.725Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-04T00:19:17.084Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-04T00:19:17.286Z] ========================================================= [2020-12-04T00:19:17.286Z] EdgeX Global Pipelines Version Info [2020-12-04T00:19:17.286Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-04T00:19:18.818Z] ------------------- [2020-12-04T00:19:18.818Z] stable info: [2020-12-04T00:19:18.818Z] ------------------- [2020-12-04T00:19:18.818Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-04T00:19:18.818Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-04T00:19:18.818Z] Message: update stable to v1.0.169 [2020-12-04T00:19:19.770Z] ------------------- [2020-12-04T00:19:19.770Z] experimental info: [2020-12-04T00:19:19.770Z] ------------------- [2020-12-04T00:19:19.770Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-04T00:19:19.770Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-04T00:19:19.770Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-04T00:19:20.178Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-04T00:19:20.305Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-04T00:19:20.515Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-04T00:19:20.683Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-04T00:19:20.803Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-04T00:19:20.910Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-04T00:19:21.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-04T00:19:21.162Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-04T00:19:21.276Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-04T00:19:21.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-04T00:19:21.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-04T00:19:21.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-04T00:19:21.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-04T00:19:21.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-04T00:19:21.957Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T00:19:22.058Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-04T00:19:22.187Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-04T00:19:22.304Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-04T00:19:22.407Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-04T00:19:22.515Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-04T00:19:22.616Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-04T00:19:22.713Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-04T00:19:22.807Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2890 [Pipeline] echo [2020-12-04T00:19:22.934Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2890 [Pipeline] echo [2020-12-04T00:19:23.032Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2890 [Pipeline] echo [2020-12-04T00:19:23.126Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 298a6838acdf004daa3e768d6fcec5b89eef4711 [Pipeline] echo [2020-12-04T00:19:23.223Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 298a683 [Pipeline] echo [2020-12-04T00:19:23.355Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-04T00:19:23.544Z] provisioning config files... [2020-12-04T00:19:23.574Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/19@tmp/config7419793966461789328tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-04T00:19:23.942Z] ---> docker-login.sh [2020-12-04T00:19:23.942Z] nexus3.edgexfoundry.org:10001 [2020-12-04T00:19:24.205Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T00:19:24.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T00:19:24.472Z] Configure a credential helper to remove this warning. See [2020-12-04T00:19:24.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T00:19:24.472Z] [2020-12-04T00:19:24.472Z] Login Succeeded [2020-12-04T00:19:24.472Z] nexus3.edgexfoundry.org:10002 [2020-12-04T00:19:24.472Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T00:19:24.472Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T00:19:24.472Z] Configure a credential helper to remove this warning. See [2020-12-04T00:19:24.472Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T00:19:24.472Z] [2020-12-04T00:19:24.472Z] Login Succeeded [2020-12-04T00:19:24.472Z] nexus3.edgexfoundry.org:10003 [2020-12-04T00:19:24.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T00:19:24.736Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T00:19:24.736Z] Configure a credential helper to remove this warning. See [2020-12-04T00:19:24.736Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T00:19:24.736Z] [2020-12-04T00:19:24.736Z] Login Succeeded [2020-12-04T00:19:24.736Z] nexus3.edgexfoundry.org:10004 [2020-12-04T00:19:24.736Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T00:19:25.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T00:19:25.008Z] Configure a credential helper to remove this warning. See [2020-12-04T00:19:25.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T00:19:25.008Z] [2020-12-04T00:19:25.008Z] Login Succeeded [2020-12-04T00:19:25.008Z] docker.io [2020-12-04T00:19:25.008Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-04T00:19:25.271Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-04T00:19:25.271Z] Configure a credential helper to remove this warning. See [2020-12-04T00:19:25.271Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-04T00:19:25.271Z] [2020-12-04T00:19:25.271Z] Login Succeeded [2020-12-04T00:19:25.271Z] ---> docker-login.sh ends [Pipeline] } [2020-12-04T00:19:25.281Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T00:19:25.776Z] ++ 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-04T00:19:25.776Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T00:19:25.776Z] ++ dirname cmd/core-command/Dockerfile [2020-12-04T00:19:25.776Z] ++ cut -d/ -f2 [2020-12-04T00:19:25.777Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-04T00:19:25.777Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T00:19:25.777Z] ++ dirname cmd/core-data/Dockerfile [2020-12-04T00:19:25.777Z] ++ cut -d/ -f2 [2020-12-04T00:19:25.777Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-04T00:19:25.777Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T00:19:25.777Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-04T00:19:25.777Z] ++ cut -d/ -f2 [2020-12-04T00:19:25.777Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-04T00:19:25.777Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T00:19:25.777Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-04T00:19:25.777Z] ++ cut -d/ -f2 [2020-12-04T00:19:25.777Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-04T00:19:25.777Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T00:19:25.777Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-04T00:19:25.777Z] ++ cut -d/ -f2 [2020-12-04T00:19:25.777Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-04T00:19:25.777Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T00:19:25.777Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-04T00:19:25.777Z] ++ cut -d/ -f2 [2020-12-04T00:19:25.777Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-04T00:19:25.777Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T00:19:25.777Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-04T00:19:25.777Z] ++ cut -d/ -f2 [2020-12-04T00:19:25.777Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-04T00:19:25.777Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T00:19:25.777Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-04T00:19:25.777Z] ++ cut -d/ -f2 [2020-12-04T00:19:25.777Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-04T00:19:25.777Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T00:19:25.777Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-04T00:19:25.777Z] ++ cut -d/ -f2 [2020-12-04T00:19:25.777Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-04T00:19:25.777Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-04T00:19:25.777Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-04T00:19:25.777Z] ++ cut -d/ -f2 [2020-12-04T00:19:25.777Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-04T00:19:25.851Z] 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-04T00:19:27.593Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T00:19:27.593Z] [2020-12-04T00:19:27.593Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T00:19:27.952Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T00:19:27.953Z] latest: Pulling from edgex-devops/git-semver [2020-12-04T00:19:27.953Z] 31603596830f: Pulling fs layer [2020-12-04T00:19:27.953Z] 2a8b12db71e7: Pulling fs layer [2020-12-04T00:19:27.953Z] 6ca5941a6612: Pulling fs layer [2020-12-04T00:19:27.953Z] ecc8261a40a4: Pulling fs layer [2020-12-04T00:19:27.953Z] ecc8261a40a4: Waiting [2020-12-04T00:19:27.953Z] 2a8b12db71e7: Verifying Checksum [2020-12-04T00:19:27.953Z] 2a8b12db71e7: Download complete [2020-12-04T00:19:27.953Z] 31603596830f: Verifying Checksum [2020-12-04T00:19:27.953Z] 31603596830f: Download complete [2020-12-04T00:19:28.217Z] ecc8261a40a4: Verifying Checksum [2020-12-04T00:19:28.217Z] ecc8261a40a4: Download complete [2020-12-04T00:19:28.217Z] 6ca5941a6612: Verifying Checksum [2020-12-04T00:19:28.217Z] 6ca5941a6612: Download complete [2020-12-04T00:19:28.482Z] 31603596830f: Pull complete [2020-12-04T00:19:28.749Z] 2a8b12db71e7: Pull complete [2020-12-04T00:19:29.332Z] 6ca5941a6612: Pull complete [2020-12-04T00:19:29.911Z] ecc8261a40a4: Pull complete [2020-12-04T00:19:29.911Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-04T00:19:29.911Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-04T00:19:29.911Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-04T00:19:30.022Z] prd-centos7-docker-4c-2g-14396 does not seem to be running inside a container [2020-12-04T00:19:30.082Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-04T00:19:32.871Z] $ docker top 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-04T00:19:33.178Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T00:19:33.179Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T00:19:33.409Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T00:19:33.417Z] $ docker exec 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 ssh-agent [2020-12-04T00:19:33.596Z] SSH_AUTH_SOCK=/tmp/ssh-4aI4mtClxPUB/agent.11 [2020-12-04T00:19:33.596Z] SSH_AGENT_PID=17 [2020-12-04T00:19:33.611Z] Running ssh-add (command line suppressed) [2020-12-04T00:19:33.733Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_4597728933876961637.key (/w/workspace/edgex-go/19@tmp/private_key_4597728933876961637.key) [2020-12-04T00:19:33.789Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T00:19:34.126Z] + git tag --points-at HEAD [Pipeline] } [2020-12-04T00:19:34.156Z] $ docker exec --env ******** --env ******** 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 ssh-agent -k [2020-12-04T00:19:34.276Z] unset SSH_AUTH_SOCK; [2020-12-04T00:19:34.276Z] unset SSH_AGENT_PID; [2020-12-04T00:19:34.276Z] echo Agent pid 17 killed; [2020-12-04T00:19:34.319Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-04T00:19:34.489Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-04T00:19:34.489Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-04T00:19:34.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-04T00:19:34.662Z] $ docker exec 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 ssh-agent [2020-12-04T00:19:34.815Z] SSH_AUTH_SOCK=/tmp/ssh-RX59rxkg5H22/agent.46 [2020-12-04T00:19:34.815Z] SSH_AGENT_PID=51 [2020-12-04T00:19:34.822Z] Running ssh-add (command line suppressed) [2020-12-04T00:19:34.936Z] Identity added: /w/workspace/edgex-go/19@tmp/private_key_4250216812679719319.key (/w/workspace/edgex-go/19@tmp/private_key_4250216812679719319.key) [2020-12-04T00:19:34.980Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-04T00:19:35.316Z] + git semver init [2020-12-04T00:19:35.316Z] # -> Open(): unable to determine branch for HEAD [2020-12-04T00:19:35.316Z] # $GIT_DIR = /w/workspace/edgex-go/19/.git [2020-12-04T00:19:35.316Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/19 [2020-12-04T00:19:35.316Z] # $SEMVER_REMOTE_NAME = origin [2020-12-04T00:19:35.316Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-04T00:19:35.316Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-04T00:19:35.316Z] # $SEMVER_BRANCH = PR-2890 [2020-12-04T00:19:35.316Z] # $SEMVER_TEMP = /tmp/semver-264722761 [2020-12-04T00:19:35.316Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-04T00:19:53.503Z] # '/tmp/semver-264722761' -> '/w/workspace/edgex-go/19/.semver' [2020-12-04T00:19:53.503Z] # -> Force: false [2020-12-04T00:19:53.503Z] # $SEMVER_DIR = /w/workspace/edgex-go/19/.semver [Pipeline] } [2020-12-04T00:19:53.522Z] $ docker exec --env ******** --env ******** 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 ssh-agent -k [2020-12-04T00:19:53.705Z] unset SSH_AUTH_SOCK; [2020-12-04T00:19:53.705Z] unset SSH_AGENT_PID; [2020-12-04T00:19:53.706Z] echo Agent pid 51 killed; [2020-12-04T00:19:53.767Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-04T00:19:54.319Z] + git semver [Pipeline] } [2020-12-04T00:19:54.343Z] $ docker stop --time=1 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 [2020-12-04T00:19:55.960Z] $ docker rm -f 743b7c4cc22f69056d1c7b7ff6350b4bed38328f29dc9467680769829a01d362 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T00:19:56.516Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-04T00:19:57.054Z] Stashed 1 file(s) [Pipeline] echo [2020-12-04T00:19:57.057Z] [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-04T00:19:57.964Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-04T00:19:58.267Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-04T00:19:58.598Z] + sudo service docker restart [2020-12-04T00:19:58.598Z] + true [2020-12-04T00:19:58.598Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-04T00:19:59.192Z] ========================================================= [2020-12-04T00:19:59.192Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-04T00:19:59.193Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-04T00:19:59.547Z] + 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-04T00:20:02.889Z] Sending build context to Docker daemon 326.2MB [2020-12-04T00:20:02.889Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-04T00:20:02.889Z] Step 2/7 : FROM ${BASE} [2020-12-04T00:20:02.889Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-04T00:20:02.889Z] 188c0c94c7c5: Pulling fs layer [2020-12-04T00:20:02.889Z] 0ef7d3d256c8: Pulling fs layer [2020-12-04T00:20:02.889Z] de9db76c5a1d: Pulling fs layer [2020-12-04T00:20:02.889Z] bca2f99d35d6: Pulling fs layer [2020-12-04T00:20:02.889Z] 93359f2a8cfa: Pulling fs layer [2020-12-04T00:20:02.889Z] 7c6f9722023f: Pulling fs layer [2020-12-04T00:20:02.889Z] a35cf1a2eb13: Pulling fs layer [2020-12-04T00:20:02.889Z] 93359f2a8cfa: Waiting [2020-12-04T00:20:02.889Z] 7c6f9722023f: Waiting [2020-12-04T00:20:02.889Z] a35cf1a2eb13: Waiting [2020-12-04T00:20:02.889Z] bca2f99d35d6: Waiting [2020-12-04T00:20:02.889Z] de9db76c5a1d: Verifying Checksum [2020-12-04T00:20:02.889Z] de9db76c5a1d: Download complete [2020-12-04T00:20:02.889Z] 0ef7d3d256c8: Download complete [2020-12-04T00:20:02.889Z] 93359f2a8cfa: Verifying Checksum [2020-12-04T00:20:02.889Z] 93359f2a8cfa: Download complete [2020-12-04T00:20:02.889Z] 7c6f9722023f: Verifying Checksum [2020-12-04T00:20:02.889Z] 7c6f9722023f: Download complete [2020-12-04T00:20:02.889Z] 188c0c94c7c5: Verifying Checksum [2020-12-04T00:20:02.889Z] 188c0c94c7c5: Download complete [2020-12-04T00:20:03.466Z] 188c0c94c7c5: Pull complete [2020-12-04T00:20:03.733Z] 0ef7d3d256c8: Pull complete [2020-12-04T00:20:03.733Z] de9db76c5a1d: Pull complete [2020-12-04T00:20:04.681Z] a35cf1a2eb13: Verifying Checksum [2020-12-04T00:20:04.681Z] a35cf1a2eb13: Download complete [2020-12-04T00:20:05.645Z] bca2f99d35d6: Verifying Checksum [2020-12-04T00:20:05.645Z] bca2f99d35d6: Download complete [2020-12-04T00:20:10.976Z] bca2f99d35d6: Pull complete [2020-12-04T00:20:10.976Z] 93359f2a8cfa: Pull complete [2020-12-04T00:20:10.976Z] 7c6f9722023f: Pull complete [2020-12-04T00:20:12.438Z] Still waiting to schedule task [2020-12-04T00:20:12.438Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-04T00:20:16.305Z] a35cf1a2eb13: Pull complete [2020-12-04T00:20:16.305Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-04T00:20:16.305Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-04T00:20:16.305Z] ---> a62c8e92a672 [2020-12-04T00:20:16.305Z] 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-04T00:20:16.305Z] ---> Running in cbe6d464616e [2020-12-04T00:20:16.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:20:17.516Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:20:18.092Z] (1/12) Installing libmagic (5.38-r0) [2020-12-04T00:20:18.092Z] (2/12) Installing file (5.38-r0) [2020-12-04T00:20:18.354Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-04T00:20:18.354Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-04T00:20:26.527Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-04T00:20:26.527Z] (6/12) Installing patch (2.7.6-r6) [2020-12-04T00:20:26.527Z] (7/12) Installing build-base (0.5-r2) [2020-12-04T00:20:26.527Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-04T00:20:26.527Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-04T00:20:26.527Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-04T00:20:26.527Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-04T00:20:26.527Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-04T00:20:26.527Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T00:20:26.527Z] OK: 233 MiB in 51 packages [2020-12-04T00:20:29.861Z] Removing intermediate container cbe6d464616e [2020-12-04T00:20:29.861Z] ---> 1709dfa4fea3 [2020-12-04T00:20:29.861Z] Step 4/7 : WORKDIR /edgex-go [2020-12-04T00:20:29.861Z] ---> Running in ca269d89f351 [2020-12-04T00:20:29.861Z] Removing intermediate container ca269d89f351 [2020-12-04T00:20:29.861Z] ---> 30fac9348714 [2020-12-04T00:20:29.861Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-04T00:20:30.441Z] latest: Pulling from library/docker [2020-12-04T00:20:30.441Z] 188c0c94c7c5: Already exists [2020-12-04T00:20:30.441Z] 0c7c675703d6: Pulling fs layer [2020-12-04T00:20:30.441Z] cc8c12a437cb: Pulling fs layer [2020-12-04T00:20:30.441Z] f092543453df: Pulling fs layer [2020-12-04T00:20:30.441Z] 65b6bc45957d: Pulling fs layer [2020-12-04T00:20:30.441Z] 4de832df471b: Pulling fs layer [2020-12-04T00:20:30.441Z] 79aa7fa92271: Pulling fs layer [2020-12-04T00:20:30.441Z] 65b6bc45957d: Waiting [2020-12-04T00:20:30.441Z] 4de832df471b: Waiting [2020-12-04T00:20:30.441Z] 79aa7fa92271: Waiting [2020-12-04T00:20:30.707Z] cc8c12a437cb: Download complete [2020-12-04T00:20:30.707Z] 0c7c675703d6: Verifying Checksum [2020-12-04T00:20:30.707Z] 0c7c675703d6: Download complete [2020-12-04T00:20:30.707Z] 65b6bc45957d: Verifying Checksum [2020-12-04T00:20:30.707Z] 65b6bc45957d: Download complete [2020-12-04T00:20:30.971Z] 4de832df471b: Verifying Checksum [2020-12-04T00:20:30.971Z] 4de832df471b: Download complete [2020-12-04T00:20:30.971Z] 79aa7fa92271: Verifying Checksum [2020-12-04T00:20:30.971Z] 79aa7fa92271: Download complete [2020-12-04T00:20:30.971Z] 0c7c675703d6: Pull complete [2020-12-04T00:20:31.234Z] cc8c12a437cb: Pull complete [2020-12-04T00:20:31.817Z] f092543453df: Verifying Checksum [2020-12-04T00:20:31.817Z] f092543453df: Download complete [2020-12-04T00:20:34.400Z] f092543453df: Pull complete [2020-12-04T00:20:34.400Z] 65b6bc45957d: Pull complete [2020-12-04T00:20:34.400Z] 4de832df471b: Pull complete [2020-12-04T00:20:34.400Z] 79aa7fa92271: Pull complete [2020-12-04T00:20:34.400Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-04T00:20:34.400Z] Status: Downloaded newer image for docker:latest [2020-12-04T00:20:36.332Z] ---> 72cb64740f45 [2020-12-04T00:20:36.332Z] Step 6/7 : COPY go.mod . [2020-12-04T00:20:36.332Z] ---> 250d616bc3ca [2020-12-04T00:20:36.332Z] Step 7/7 : RUN go mod download [2020-12-04T00:20:36.332Z] ---> Running in bcae8d6e83de [2020-12-04T00:20:58.347Z] Removing intermediate container bcae8d6e83de [2020-12-04T00:20:58.347Z] ---> cdd2eb89d159 [2020-12-04T00:20:58.347Z] Successfully built cdd2eb89d159 [2020-12-04T00:20:58.347Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T00:20:58.669Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T00:20:58.669Z] . [Pipeline] withDockerContainer [2020-12-04T00:20:58.777Z] prd-centos7-docker-4c-2g-14396 does not seem to be running inside a container [2020-12-04T00:20:58.831Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-04T00:20:59.746Z] $ docker top 1ffe696a94f505253e14a0d8d4f6e27630e67320c909b35a1762dd232bd65386 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T00:21:00.332Z] + go version [2020-12-04T00:21:00.333Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-04T00:21:00.354Z] $ docker stop --time=1 1ffe696a94f505253e14a0d8d4f6e27630e67320c909b35a1762dd232bd65386 [2020-12-04T00:21:02.158Z] $ docker rm -f 1ffe696a94f505253e14a0d8d4f6e27630e67320c909b35a1762dd232bd65386 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T00:21:02.973Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-04T00:21:02.973Z] . [Pipeline] withDockerContainer [2020-12-04T00:21:03.072Z] prd-centos7-docker-4c-2g-14396 does not seem to be running inside a container [2020-12-04T00:21:03.118Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-04T00:21:03.772Z] $ docker top 6a79b8add64f27d636d2661c46e5c0fb2eb87718b7f622fa32d47b966b020408 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-04T00:21:03.956Z] ========================================================= [2020-12-04T00:21:03.956Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-04T00:21:03.956Z] ========================================================= [Pipeline] sh [2020-12-04T00:21:04.250Z] + make test [2020-12-04T00:21:04.250Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-04T00:21:14.315Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-04T00:21:29.349Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-04T00:21:34.769Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-04T00:21:34.769Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-04T00:21:34.769Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-04T00:21:34.769Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-04T00:21:34.769Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-04T00:21:35.230Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-04T00:21:38.000Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.047s [2020-12-04T00:21:38.000Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-04T00:21:38.000Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-04T00:21:38.599Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-04T00:21:38.599Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-04T00:21:38.599Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-04T00:21:38.599Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-04T00:21:42.852Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.100s coverage: 46.6% of statements [2020-12-04T00:21:42.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-04T00:21:42.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-04T00:21:42.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-04T00:21:42.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-04T00:21:42.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-04T00:21:44.823Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.165s coverage: 27.1% of statements [2020-12-04T00:21:44.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-04T00:21:44.823Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-04T00:21:44.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-04T00:21:44.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.077s coverage: 100.0% of statements [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-04T00:21:44.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.076s coverage: 65.5% of statements [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-04T00:21:44.824Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.110s coverage: 82.7% of statements [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-04T00:21:44.824Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-04T00:21:47.405Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.317s coverage: 28.6% of statements [2020-12-04T00:21:47.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-04T00:21:47.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-04T00:21:47.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-04T00:21:47.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-04T00:21:47.405Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-04T00:21:47.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.060s coverage: 100.0% of statements [2020-12-04T00:21:47.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-04T00:21:47.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.034s coverage: 100.0% of statements [2020-12-04T00:21:47.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-04T00:21:47.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.129s coverage: 86.7% of statements [2020-12-04T00:21:47.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-04T00:21:47.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.150s coverage: 97.5% of statements [2020-12-04T00:21:47.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-04T00:21:47.406Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2020-12-04T00:21:47.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-04T00:21:47.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-04T00:21:47.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-04T00:21:47.406Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-04T00:21:49.387Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.359s coverage: 94.7% of statements [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-04T00:21:49.387Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-04T00:21:49.387Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.055s coverage: 0.0% of statements [no tests to run] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-04T00:21:49.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.066s coverage: 100.0% of statements [2020-12-04T00:21:49.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-04T00:21:49.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.057s coverage: 75.5% of statements [2020-12-04T00:21:49.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements [2020-12-04T00:21:49.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2020-12-04T00:21:49.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2020-12-04T00:21:49.657Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.038s coverage: 100.0% of statements [2020-12-04T00:21:49.657Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-04T00:21:51.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.203s coverage: 63.5% of statements [2020-12-04T00:21:51.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-04T00:21:51.087Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-04T00:21:51.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.043s coverage: 100.0% of statements [2020-12-04T00:21:51.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2020-12-04T00:21:51.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.040s coverage: 100.0% of statements [2020-12-04T00:21:51.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2020-12-04T00:21:51.355Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.038s coverage: 100.0% of statements [2020-12-04T00:21:52.773Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.377s coverage: 55.9% of statements [2020-12-04T00:21:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-04T00:21:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-04T00:21:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-04T00:21:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-04T00:21:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-04T00:21:52.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 7.348s coverage: 86.3% of statements [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.092s coverage: 72.2% of statements [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.385s coverage: 72.1% of statements [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.081s coverage: 82.4% of statements [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.041s coverage: 48.4% of statements [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.048s coverage: 96.8% of statements [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.117s coverage: 37.1% of statements [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.319s coverage: 84.0% of statements [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.060s coverage: 100.0% of statements [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-04T00:21:59.428Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.070s coverage: 100.0% of statements [2020-12-04T00:21:59.428Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-04T00:22:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.654s coverage: 29.1% of statements [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-04T00:22:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-04T00:22:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-04T00:22:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-04T00:22:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-04T00:22:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.058s coverage: 87.9% of statements [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-04T00:22:00.402Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-04T00:22:00.402Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.048s coverage: 100.0% of statements [2020-12-04T00:22:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-04T00:22:00.982Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2020-12-04T00:22:01.600Z] GO111MODULE=on go vet ./... [2020-12-04T00:22:06.178Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14398 in /w/workspace/edgexfoundry_edgex-go_PR-2890 [Pipeline] { [Pipeline] ws [2020-12-04T00:22:06.237Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2020-12-04T00:22:11.147Z] using credential edgex-jenkins-ssh [2020-12-04T00:22:11.261Z] Cloning the remote Git repository [2020-12-04T00:22:11.323Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-04T00:22:11.443Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2020-12-04T00:22:11.516Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T00:22:11.518Z] > git --version # timeout=10 [2020-12-04T00:22:11.540Z] > git --version # 'git version 2.17.1' [2020-12-04T00:22:11.542Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T00:22:11.632Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T00:22:28.348Z] gofmt -l . [2020-12-04T00:22:28.348Z] [ "`gofmt -l .`" = "" ] [2020-12-04T00:22:28.348Z] ./bin/test-go-mod-tidy.sh [2020-12-04T00:22:28.348Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-04T00:22:29.622Z] + ls -al . [2020-12-04T00:22:29.622Z] total 648 [2020-12-04T00:22:29.622Z] drwxrwxr-x 10 1001 1001 4096 Dec 4 00:22 . [2020-12-04T00:22:29.622Z] drwxr-xr-x 4 root root 30 Dec 4 00:21 .. [2020-12-04T00:22:29.622Z] -rw-rw-r-- 1 1001 1001 11 Dec 4 00:19 .dockerignore [2020-12-04T00:22:29.622Z] drwxrwxr-x 8 1001 1001 179 Dec 4 00:19 .git [2020-12-04T00:22:29.622Z] drwxrwxr-x 3 1001 1001 125 Dec 4 00:19 .github [2020-12-04T00:22:29.622Z] -rw-rw-r-- 1 1001 1001 971 Dec 4 00:19 .gitignore [2020-12-04T00:22:29.622Z] drwx------ 3 1001 1001 47 Dec 4 00:19 .semver [2020-12-04T00:22:29.622Z] -rw-rw-r-- 1 1001 1001 166 Dec 4 00:19 .sonarcloud.properties [2020-12-04T00:22:29.622Z] -rw-rw-r-- 1 1001 1001 3804 Dec 4 00:19 CONTRIBUTING.md [2020-12-04T00:22:29.622Z] -rw-rw-r-- 1 1001 1001 1035 Dec 4 00:19 Dockerfile.build [2020-12-04T00:22:29.622Z] -rw-rw-r-- 1 1001 1001 863 Dec 4 00:19 Jenkinsfile [2020-12-04T00:22:29.622Z] -rw-rw-r-- 1 1001 1001 10775 Dec 4 00:19 LICENSE [2020-12-04T00:22:29.622Z] -rw-rw-r-- 1 1001 1001 6318 Dec 4 00:19 Makefile [2020-12-04T00:22:29.622Z] -rw-rw-r-- 1 1001 1001 6447 Dec 4 00:19 README.md [2020-12-04T00:22:29.623Z] -rw-rw-r-- 1 1001 1001 259 Dec 4 00:19 SECURITY.md [2020-12-04T00:22:29.623Z] -rw-rw-r-- 1 1001 1001 5 Dec 4 00:19 VERSION [2020-12-04T00:22:29.623Z] -rw-rw-r-- 1 1001 1001 4131 Dec 4 00:19 ZMQWindows.md [2020-12-04T00:22:29.623Z] drwxrwxr-x 2 1001 1001 117 Dec 4 00:19 bin [2020-12-04T00:22:29.623Z] drwxrwxr-x 15 1001 1001 4096 Dec 4 00:19 cmd [2020-12-04T00:22:29.623Z] -rw-r--r-- 1 root root 555036 Dec 4 00:22 coverage.out [2020-12-04T00:22:29.623Z] -rw-r--r-- 1 root root 1041 Dec 4 00:22 go.mod [2020-12-04T00:22:29.623Z] -rw-r--r-- 1 root root 18856 Dec 4 00:22 go.sum [2020-12-04T00:22:29.623Z] drwxrwxr-x 8 1001 1001 127 Dec 4 00:19 internal [2020-12-04T00:22:29.623Z] drwxrwxr-x 4 1001 1001 26 Dec 4 00:19 openapi [2020-12-04T00:22:29.623Z] drwxrwxr-x 4 1001 1001 71 Dec 4 00:19 snap [2020-12-04T00:22:29.623Z] -rw-rw-r-- 1 1001 1001 168 Dec 4 00:19 version.go [Pipeline] sh [2020-12-04T00:22:29.930Z] + '[' -e coverage.out ] [2020-12-04T00:22:29.931Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-04T00:22:30.139Z] Stashed 1 file(s) [Pipeline] sh [2020-12-04T00:22:30.454Z] + make build [2020-12-04T00:22:30.454Z] 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-04T00:22:33.006Z] Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 298a6838acdf004daa3e768d6fcec5b89eef4711 [Pipeline] } [2020-12-04T00:22:31.968Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T00:22:31.991Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T00:22:32.017Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T00:22:32.109Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T00:22:32.110Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T00:22:32.139Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2890/head:refs/remotes/origin/PR-2890 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-04T00:22:33.033Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T00:22:33.048Z] > git checkout -f 298a6838acdf004daa3e768d6fcec5b89eef4711 # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-04T00:22:33.462Z] Failed in branch arm64 [2020-12-04T00:22:35.799Z] 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-04T00:22:44.143Z] 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-04T00:22:44.723Z] 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-04T00:22:46.661Z] 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-04T00:22:46.932Z] 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-04T00:22:48.379Z] 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-04T00:22:49.837Z] 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-04T00:22:50.804Z] 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-04T00:22:52.207Z] 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-04T00:22:53.154Z] 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-04T00:22:54.105Z] 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-04T00:22:55.059Z] 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-04T00:22:56.472Z] $ docker stop --time=1 6a79b8add64f27d636d2661c46e5c0fb2eb87718b7f622fa32d47b966b020408 [2020-12-04T00:22:58.374Z] $ docker rm -f 6a79b8add64f27d636d2661c46e5c0fb2eb87718b7f622fa32d47b966b020408 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T00:23:03.947Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T00:23:03.947Z] [2020-12-04T00:23:03.947Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-04T00:23:04.304Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T00:23:04.304Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-04T00:23:04.304Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-04T00:23:04.304Z] ca9280d653b3: Pulling fs layer [2020-12-04T00:23:04.304Z] 7e9c9ca2126c: Pulling fs layer [2020-12-04T00:23:04.571Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-04T00:23:04.571Z] cbdbe7a5bc2a: Download complete [2020-12-04T00:23:04.840Z] ca9280d653b3: Verifying Checksum [2020-12-04T00:23:04.840Z] ca9280d653b3: Download complete [2020-12-04T00:23:04.840Z] cbdbe7a5bc2a: Pull complete [2020-12-04T00:23:05.801Z] ca9280d653b3: Pull complete [2020-12-04T00:23:06.064Z] 7e9c9ca2126c: Download complete [2020-12-04T00:23:12.762Z] 7e9c9ca2126c: Pull complete [2020-12-04T00:23:12.762Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-04T00:23:12.762Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T00:23:12.762Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-04T00:23:12.940Z] prd-centos7-docker-4c-2g-14396 does not seem to be running inside a container [2020-12-04T00:23:12.995Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-04T00:23:16.056Z] $ docker top f32757396cb9d374566b42fe898f08f26d568a34f9965ef07e4c2cd31c25bac8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T00:23:16.646Z] + docker-compose build --help [2020-12-04T00:23:16.646Z] + grep parallel [2020-12-04T00:23:17.618Z] --parallel Build images in parallel. [Pipeline] } [2020-12-04T00:23:17.641Z] $ docker stop --time=1 f32757396cb9d374566b42fe898f08f26d568a34f9965ef07e4c2cd31c25bac8 [2020-12-04T00:23:19.004Z] $ docker rm -f f32757396cb9d374566b42fe898f08f26d568a34f9965ef07e4c2cd31c25bac8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-04T00:23:19.791Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-04T00:23:19.791Z] . [Pipeline] withDockerContainer [2020-12-04T00:23:20.044Z] prd-centos7-docker-4c-2g-14396 does not seem to be running inside a container [2020-12-04T00:23:20.167Z] $ 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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-04T00:23:20.859Z] $ docker top 0a145a1f4bb46eb74094fb2c47040ef6edcb58a2fe31024e0e68b2c24f948344 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T00:23:21.376Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-04T00:23:22.325Z] Building docker-core-command-go ... [2020-12-04T00:23:22.325Z] Building docker-core-data-go ... [2020-12-04T00:23:22.325Z] Building docker-core-metadata-go ... [2020-12-04T00:23:22.325Z] Building docker-security-bootstrap-redis-go ... [2020-12-04T00:23:22.325Z] Building docker-security-proxy-setup-go ... [2020-12-04T00:23:22.325Z] Building docker-security-secrets-setup-go ... [2020-12-04T00:23:22.325Z] Building docker-security-secretstore-setup-go ... [2020-12-04T00:23:22.325Z] Building docker-support-notifications-go ... [2020-12-04T00:23:22.325Z] Building docker-support-scheduler-go ... [2020-12-04T00:23:22.325Z] Building docker-sys-mgmt-agent-go ... [2020-12-04T00:23:22.325Z] Building docker-core-data-go [2020-12-04T00:23:22.325Z] Building docker-security-bootstrap-redis-go [2020-12-04T00:23:22.325Z] Building docker-support-notifications-go [2020-12-04T00:23:22.325Z] Building docker-support-scheduler-go [2020-12-04T00:23:22.325Z] Building docker-security-secrets-setup-go [2020-12-04T00:23:54.664Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T00:23:54.664Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-04T00:23:54.664Z] ---> cdd2eb89d159 [2020-12-04T00:23:54.664Z] Step 3/29 : WORKDIR /edgex-go [2020-12-04T00:23:54.664Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T00:23:54.664Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-04T00:23:54.664Z] ---> cdd2eb89d159 [2020-12-04T00:23:54.664Z] Step 3/23 : WORKDIR /edgex-go [2020-12-04T00:23:54.664Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T00:23:54.664Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T00:23:54.664Z] ---> cdd2eb89d159 [2020-12-04T00:23:54.664Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T00:23:54.664Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T00:23:54.664Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T00:23:54.664Z] ---> cdd2eb89d159 [2020-12-04T00:23:54.664Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T00:23:54.664Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T00:23:54.664Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T00:23:54.664Z] ---> cdd2eb89d159 [2020-12-04T00:23:54.664Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T00:23:55.251Z] ---> Running in debbb25fac4d [2020-12-04T00:23:55.252Z] ---> Running in b5914aadbc4b [2020-12-04T00:23:55.252Z] ---> Running in 501adcc22999 [2020-12-04T00:23:55.252Z] ---> Running in 946e7a1dfcd9 [2020-12-04T00:23:55.252Z] ---> Running in 936075a72739 [2020-12-04T00:23:55.834Z] Removing intermediate container 946e7a1dfcd9 [2020-12-04T00:23:55.834Z] ---> 7483628452bd [2020-12-04T00:23:55.834Z] Step 4/29 : RUN apk update && apk add make git [2020-12-04T00:23:55.834Z] Removing intermediate container b5914aadbc4b [2020-12-04T00:23:55.834Z] ---> bf10103a0f65 [2020-12-04T00:23:55.834Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T00:23:55.834Z] Removing intermediate container debbb25fac4d [2020-12-04T00:23:55.834Z] ---> 088ac1c96b8d [2020-12-04T00:23:55.834Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T00:23:55.834Z] Removing intermediate container 501adcc22999 [2020-12-04T00:23:55.834Z] ---> 510756fb1eca [2020-12-04T00:23:55.834Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T00:23:55.834Z] Removing intermediate container 936075a72739 [2020-12-04T00:23:55.834Z] ---> beae1cd65e70 [2020-12-04T00:23:55.834Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T00:23:55.834Z] ---> Running in 82881563d7f4 [2020-12-04T00:23:55.834Z] ---> Running in 998be14173f0 [2020-12-04T00:23:56.097Z] ---> Running in 23973bef1f2c [2020-12-04T00:23:56.097Z] ---> Running in b3078582e884 [2020-12-04T00:23:56.097Z] ---> Running in 6e2a3c5a5da1 [2020-12-04T00:23:57.067Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:23:57.647Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:23:57.913Z] Removing intermediate container 998be14173f0 [2020-12-04T00:23:57.913Z] ---> 8a425a8099e3 [2020-12-04T00:23:57.913Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T00:23:57.913Z] Removing intermediate container b3078582e884 [2020-12-04T00:23:57.913Z] ---> b54a77747b7a [2020-12-04T00:23:57.913Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T00:23:57.913Z] ---> Running in b43487e2e700 [2020-12-04T00:23:58.177Z] Removing intermediate container 23973bef1f2c [2020-12-04T00:23:58.177Z] ---> fdd6f8541601 [2020-12-04T00:23:58.177Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-04T00:23:58.177Z] ---> Running in 142c00eef192 [2020-12-04T00:23:58.453Z] Removing intermediate container 6e2a3c5a5da1 [2020-12-04T00:23:58.453Z] ---> 3594433e6415 [2020-12-04T00:23:58.453Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-04T00:23:58.453Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T00:23:58.453Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T00:23:58.453Z] OK: 12745 distinct packages available [2020-12-04T00:23:58.453Z] ---> Running in 42558caa2310 [2020-12-04T00:23:58.720Z] ---> Running in 54b6669ed3e5 [2020-12-04T00:23:58.720Z] OK: 233 MiB in 51 packages [2020-12-04T00:23:58.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:23:58.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:23:59.564Z] Removing intermediate container 82881563d7f4 [2020-12-04T00:23:59.564Z] ---> 0eb079f6f673 [2020-12-04T00:23:59.564Z] Step 5/29 : COPY go.mod . [2020-12-04T00:23:59.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:23:59.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:23:59.564Z] ---> 915fad48c476 [2020-12-04T00:23:59.564Z] Step 6/29 : RUN go mod download [2020-12-04T00:23:59.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:23:59.826Z] ---> Running in 134ad608e8ec [2020-12-04T00:23:59.826Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:24:00.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:24:00.094Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:24:00.366Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T00:24:00.366Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T00:24:00.366Z] OK: 12745 distinct packages available [2020-12-04T00:24:00.366Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T00:24:00.366Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T00:24:00.366Z] OK: 12745 distinct packages available [2020-12-04T00:24:00.651Z] OK: 233 MiB in 51 packages [2020-12-04T00:24:00.651Z] OK: 233 MiB in 51 packages [2020-12-04T00:24:00.931Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T00:24:00.931Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T00:24:00.931Z] OK: 12745 distinct packages available [2020-12-04T00:24:00.931Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T00:24:00.931Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T00:24:00.931Z] OK: 12745 distinct packages available [2020-12-04T00:24:01.196Z] OK: 233 MiB in 51 packages [2020-12-04T00:24:01.196Z] OK: 233 MiB in 51 packages [2020-12-04T00:24:01.459Z] Removing intermediate container b43487e2e700 [2020-12-04T00:24:01.459Z] ---> abe00a527e08 [2020-12-04T00:24:01.459Z] Step 6/21 : COPY go.mod . [2020-12-04T00:24:01.738Z] Removing intermediate container 134ad608e8ec [2020-12-04T00:24:01.738Z] ---> 0365ede7a17a [2020-12-04T00:24:01.738Z] Step 7/29 : COPY . . [2020-12-04T00:24:01.738Z] Removing intermediate container 142c00eef192 [2020-12-04T00:24:01.739Z] ---> a9c89409ba52 [2020-12-04T00:24:01.739Z] Step 6/22 : COPY go.mod . [2020-12-04T00:24:01.739Z] ---> 1266806fe8fe [2020-12-04T00:24:01.739Z] Step 7/21 : RUN go mod download [2020-12-04T00:24:02.007Z] ---> Running in cb304e530649 [2020-12-04T00:24:02.602Z] Removing intermediate container 54b6669ed3e5 [2020-12-04T00:24:02.602Z] ---> b842e2b62b17 [2020-12-04T00:24:02.602Z] Step 6/23 : COPY go.mod . [2020-12-04T00:24:02.867Z] ---> afc3d7019698 [2020-12-04T00:24:02.867Z] Step 7/22 : RUN go mod download [2020-12-04T00:24:02.867Z] Removing intermediate container 42558caa2310 [2020-12-04T00:24:02.867Z] ---> a1270836b5c0 [2020-12-04T00:24:02.867Z] Step 6/24 : COPY go.mod . [2020-12-04T00:24:04.278Z] ---> Running in 774284b84b28 [2020-12-04T00:24:04.857Z] ---> 5ac53f76b9ab [2020-12-04T00:24:04.857Z] Step 7/24 : RUN go mod download [2020-12-04T00:24:04.857Z] ---> e3ff43b74562 [2020-12-04T00:24:04.857Z] Step 7/23 : RUN go mod download [2020-12-04T00:24:05.816Z] ---> Running in 8ade01c1d2b2 [2020-12-04T00:24:05.816Z] ---> Running in 660e13771ebf [2020-12-04T00:24:07.218Z] Removing intermediate container cb304e530649 [2020-12-04T00:24:07.218Z] ---> f96a1c575623 [2020-12-04T00:24:07.218Z] Step 8/21 : COPY . . [2020-12-04T00:24:11.495Z] Removing intermediate container 774284b84b28 [2020-12-04T00:24:11.495Z] ---> b8fa49b3c347 [2020-12-04T00:24:11.495Z] Step 8/22 : COPY . . [2020-12-04T00:24:14.079Z] Removing intermediate container 8ade01c1d2b2 [2020-12-04T00:24:14.079Z] ---> 5960cf0ab0be [2020-12-04T00:24:14.079Z] Step 8/23 : COPY . . [2020-12-04T00:24:26.407Z] Removing intermediate container 660e13771ebf [2020-12-04T00:24:26.407Z] ---> 582bb42b287c [2020-12-04T00:24:26.407Z] Step 8/24 : COPY . . [2020-12-04T00:24:28.347Z] ---> 64fbdd1ed617 [2020-12-04T00:24:28.347Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-04T00:24:33.713Z] ---> Running in f9610d75f512 [2020-12-04T00:24:39.098Z] 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-04T00:24:49.460Z] ---> 9b8959397341 [2020-12-04T00:24:49.460Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-04T00:24:50.914Z] ---> 2b529b9f8dcb [2020-12-04T00:24:50.914Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-04T00:24:51.189Z] ---> Running in 68d2a93db86f [2020-12-04T00:24:52.602Z] ---> Running in 55128ef1fe41 [2020-12-04T00:24:53.207Z] ---> 7e3301435970 [2020-12-04T00:24:53.207Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-04T00:24:54.199Z] ---> Running in 8f9d1332debe [2020-12-04T00:24:55.165Z] 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-04T00:24:55.165Z] 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-04T00:24:56.601Z] ---> 8fae7bf08c97 [2020-12-04T00:24:56.601Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-04T00:24:56.601Z] 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-04T00:24:56.601Z] ---> Running in 323969cb091e [2020-12-04T00:24:57.196Z] 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-04T00:25:01.516Z] Removing intermediate container f9610d75f512 [2020-12-04T00:25:01.516Z] ---> 2d4436477ec2 [2020-12-04T00:25:01.516Z] [2020-12-04T00:25:01.516Z] Step 9/29 : FROM alpine:latest [2020-12-04T00:25:01.516Z] latest: Pulling from library/alpine [2020-12-04T00:25:01.516Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-04T00:25:01.516Z] Status: Downloaded newer image for alpine:latest [2020-12-04T00:25:01.516Z] ---> d6e46aa2470d [2020-12-04T00:25:01.516Z] 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-04T00:25:01.792Z] ---> Running in 8530ac4bda84 [2020-12-04T00:25:02.382Z] Removing intermediate container 8530ac4bda84 [2020-12-04T00:25:02.382Z] ---> 547716eef149 [2020-12-04T00:25:02.382Z] Step 11/29 : USER root [2020-12-04T00:25:02.647Z] ---> Running in 877218bffac4 [2020-12-04T00:25:02.926Z] Removing intermediate container 877218bffac4 [2020-12-04T00:25:02.926Z] ---> e43a0e36ac08 [2020-12-04T00:25:02.926Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-04T00:25:03.198Z] ---> Running in 00c6b50fe464 [2020-12-04T00:25:05.167Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:25:05.437Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:25:05.713Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T00:25:05.713Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T00:25:05.713Z] OK: 12746 distinct packages available [2020-12-04T00:25:05.979Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-04T00:25:05.979Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-04T00:25:06.246Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T00:25:06.247Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T00:25:06.247Z] OK: 6 MiB in 16 packages [2020-12-04T00:25:08.223Z] Removing intermediate container 00c6b50fe464 [2020-12-04T00:25:08.223Z] ---> 0ff06c93f7cc [2020-12-04T00:25:08.223Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-04T00:25:08.500Z] ---> Running in c26f03388c4b [2020-12-04T00:25:09.470Z] Removing intermediate container c26f03388c4b [2020-12-04T00:25:09.470Z] ---> 8cff4fdcb456 [2020-12-04T00:25:09.470Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-04T00:25:09.751Z] ---> Running in 922226b1c713 [2020-12-04T00:25:10.028Z] Removing intermediate container 922226b1c713 [2020-12-04T00:25:10.029Z] ---> ded128cb7ab7 [2020-12-04T00:25:10.029Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-04T00:25:10.029Z] ---> Running in 80002620cb30 [2020-12-04T00:25:12.656Z] Removing intermediate container 80002620cb30 [2020-12-04T00:25:12.656Z] ---> cd4f03a456df [2020-12-04T00:25:12.656Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-04T00:25:13.254Z] ---> ff554988ec71 [2020-12-04T00:25:13.254Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-04T00:25:14.251Z] ---> d30eb626248c [2020-12-04T00:25:14.251Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-04T00:25:14.520Z] ---> bef357c0fdb2 [2020-12-04T00:25:14.520Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-04T00:25:15.110Z] ---> 1b5d183efc26 [2020-12-04T00:25:15.110Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-04T00:25:15.391Z] ---> 9d7cd6c7aa9e [2020-12-04T00:25:15.391Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-04T00:25:15.668Z] ---> Running in ed74cccf3019 [2020-12-04T00:25:18.275Z] Removing intermediate container ed74cccf3019 [2020-12-04T00:25:18.275Z] ---> c2512ca3e83c [2020-12-04T00:25:18.275Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T00:25:18.869Z] ---> 0618a2daa10c [2020-12-04T00:25:18.869Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T00:25:19.135Z] ---> Running in cd493da4abfa [2020-12-04T00:25:21.211Z] Removing intermediate container cd493da4abfa [2020-12-04T00:25:21.211Z] ---> 1385eb3ed9d7 [2020-12-04T00:25:21.211Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-04T00:25:21.553Z] ---> Running in 2e7db6284063 [2020-12-04T00:25:25.286Z] Removing intermediate container 2e7db6284063 [2020-12-04T00:25:25.286Z] ---> 9753fede244e [2020-12-04T00:25:25.286Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T00:25:25.871Z] ---> Running in a50cce75c631 [2020-12-04T00:25:25.871Z] Removing intermediate container 55128ef1fe41 [2020-12-04T00:25:25.871Z] ---> 7e128e673028 [2020-12-04T00:25:25.871Z] [2020-12-04T00:25:25.871Z] Step 10/22 : FROM alpine:3.10 [2020-12-04T00:25:26.143Z] 3.10: Pulling from library/alpine [2020-12-04T00:25:26.428Z] Removing intermediate container a50cce75c631 [2020-12-04T00:25:26.428Z] ---> 88d36298b911 [2020-12-04T00:25:26.428Z] Step 26/29 : CMD [ "generate" ] [2020-12-04T00:25:26.694Z] ---> Running in 9cd95ba8e159 [2020-12-04T00:25:26.969Z] Removing intermediate container 9cd95ba8e159 [2020-12-04T00:25:26.969Z] ---> 6454d36d55d1 [2020-12-04T00:25:26.969Z] Step 27/29 : LABEL arch=x86_64 [2020-12-04T00:25:27.552Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-04T00:25:27.552Z] ---> Running in 28e6b233ca70 [2020-12-04T00:25:27.552Z] Status: Downloaded newer image for alpine:3.10 [2020-12-04T00:25:27.552Z] ---> be4e4bea2c2e [2020-12-04T00:25:27.552Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T00:25:27.552Z] ---> Running in c01e3fbdbc75 [2020-12-04T00:25:27.827Z] Removing intermediate container 28e6b233ca70 [2020-12-04T00:25:27.827Z] ---> 4cda7e43a0fb [2020-12-04T00:25:27.827Z] Step 28/29 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 [2020-12-04T00:25:27.827Z] ---> Running in cc968dff65dd [2020-12-04T00:25:28.102Z] Removing intermediate container cc968dff65dd [2020-12-04T00:25:28.102Z] ---> 05ef3b6eed21 [2020-12-04T00:25:28.102Z] Step 29/29 : LABEL version=0.0.0 [2020-12-04T00:25:28.372Z] ---> Running in 1b2d6b9898e4 [2020-12-04T00:25:28.643Z] Removing intermediate container 1b2d6b9898e4 [2020-12-04T00:25:28.643Z] ---> c80ecf7a0107 [2020-12-04T00:25:28.643Z] [2020-12-04T00:25:28.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:25:28.919Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:25:28.919Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-04T00:25:28.919Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-04T00:25:28.919Z] OK: 10348 distinct packages available [2020-12-04T00:25:29.189Z] Successfully built c80ecf7a0107 [2020-12-04T00:25:29.189Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-04T00:25:29.189Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-04T00:25:29.455Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-04T00:25:29.455Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-04T00:25:29.455Z]  Building docker-security-secrets-setup-go ... done (4/5) Installing curl (7.66.0-r1) [2020-12-04T00:25:29.455Z] Building docker-sys-mgmt-agent-go [2020-12-04T00:25:29.455Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-04T00:25:29.455Z] Executing busybox-1.30.1-r3.trigger [2020-12-04T00:25:29.455Z] Executing ca-certificates-20191127-r2.trigger [2020-12-04T00:25:29.731Z] OK: 7 MiB in 19 packages [2020-12-04T00:25:37.961Z] Removing intermediate container c01e3fbdbc75 [2020-12-04T00:25:37.961Z] ---> deedb42bdad8 [2020-12-04T00:25:37.961Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-04T00:25:44.623Z] ---> Running in f919b0add648 [2020-12-04T00:25:45.611Z] Removing intermediate container 68d2a93db86f [2020-12-04T00:25:45.611Z] ---> 04e9cf4216c6 [2020-12-04T00:25:45.611Z] [2020-12-04T00:25:45.611Z] Step 10/21 : FROM scratch [2020-12-04T00:25:45.611Z] ---> [2020-12-04T00:25:45.611Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T00:25:45.611Z] Removing intermediate container 323969cb091e [2020-12-04T00:25:45.611Z] ---> 4f1cc6e8b865 [2020-12-04T00:25:45.611Z] [2020-12-04T00:25:45.611Z] Step 10/24 : FROM scratch [2020-12-04T00:25:45.611Z] ---> [2020-12-04T00:25:45.611Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-04T00:25:45.611Z] Removing intermediate container f919b0add648 [2020-12-04T00:25:45.611Z] ---> 262c05929b4a [2020-12-04T00:25:45.611Z] Step 13/22 : WORKDIR / [2020-12-04T00:25:45.611Z] ---> Running in 12b2f6968cb7 [2020-12-04T00:25:45.611Z] ---> Running in c6588280a84d [2020-12-04T00:25:45.611Z] ---> Running in 2d5a9fb92079 [2020-12-04T00:25:46.581Z] Removing intermediate container 2d5a9fb92079 [2020-12-04T00:25:46.581Z] ---> bf7fe27835b6 [2020-12-04T00:25:46.581Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-04T00:25:46.581Z] Removing intermediate container 12b2f6968cb7 [2020-12-04T00:25:46.581Z] ---> 6c0278cfe134 [2020-12-04T00:25:46.581Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-04T00:25:46.581Z] Removing intermediate container c6588280a84d [2020-12-04T00:25:46.581Z] ---> a87f522f5cb9 [2020-12-04T00:25:46.581Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-04T00:25:46.581Z] ---> Running in e718cad1ad0b [2020-12-04T00:25:46.581Z] ---> Running in 319bdbf96d73 [2020-12-04T00:25:47.187Z] Removing intermediate container e718cad1ad0b [2020-12-04T00:25:47.187Z] ---> 06350d7dd947 [2020-12-04T00:25:47.187Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-04T00:25:47.187Z] Removing intermediate container 319bdbf96d73 [2020-12-04T00:25:47.187Z] ---> 21d8d7bd7fab [2020-12-04T00:25:47.187Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-04T00:25:47.187Z] ---> Running in a15a5de6ab17 [2020-12-04T00:25:47.187Z] ---> a99bd4b6c386 [2020-12-04T00:25:47.187Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-04T00:25:47.187Z] ---> Running in 21274c31bd32 [2020-12-04T00:25:50.506Z] Removing intermediate container a15a5de6ab17 [2020-12-04T00:25:50.506Z] ---> 1b942731f0ce [2020-12-04T00:25:50.506Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-04T00:25:50.506Z] Removing intermediate container 21274c31bd32 [2020-12-04T00:25:50.506Z] ---> 2f8b2ba7f6dd [2020-12-04T00:25:50.506Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-04T00:25:52.431Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T00:25:52.431Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-04T00:25:52.431Z] ---> cdd2eb89d159 [2020-12-04T00:25:52.431Z] Step 3/27 : WORKDIR /edgex-go [2020-12-04T00:25:52.431Z] ---> Using cache [2020-12-04T00:25:52.431Z] ---> 510756fb1eca [2020-12-04T00:25:52.431Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T00:25:52.431Z] ---> Using cache [2020-12-04T00:25:52.431Z] ---> fdd6f8541601 [2020-12-04T00:25:52.431Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-04T00:25:53.008Z] ---> 72814cc8763c [2020-12-04T00:25:53.008Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-04T00:25:53.594Z] ---> Running in 2ffc0a6b2178 [2020-12-04T00:25:53.594Z] ---> 112f17b58a5a [2020-12-04T00:25:53.594Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-04T00:25:53.868Z] ---> 97d0e1fba8a7 [2020-12-04T00:25:53.868Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-04T00:25:53.868Z] ---> 9374ee575779 [2020-12-04T00:25:53.868Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-04T00:25:54.133Z] Removing intermediate container 8f9d1332debe [2020-12-04T00:25:54.133Z] ---> 6d4a71bbb5b1 [2020-12-04T00:25:54.133Z] [2020-12-04T00:25:54.133Z] Step 10/23 : FROM alpine [2020-12-04T00:25:54.133Z] ---> d6e46aa2470d [2020-12-04T00:25:54.133Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T00:25:54.719Z] ---> Running in d846d3fd1692 [2020-12-04T00:25:54.989Z] ---> f9a470aaed7c [2020-12-04T00:25:54.989Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-04T00:25:54.989Z] ---> 977a8463d2e9 [2020-12-04T00:25:54.989Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-04T00:25:54.989Z] ---> ab71fb80249c [2020-12-04T00:25:54.989Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-04T00:25:54.989Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:25:55.253Z] ---> Running in 992d6eec0752 [2020-12-04T00:25:55.253Z] Removing intermediate container d846d3fd1692 [2020-12-04T00:25:55.253Z] ---> 619c30d5fc7c [2020-12-04T00:25:55.253Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-04T00:25:55.517Z] ---> Running in 55c4628dd9cb [2020-12-04T00:25:55.517Z] ---> 507aee38d7d3 [2020-12-04T00:25:55.517Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-04T00:25:55.783Z] ---> cae4579f3240 [2020-12-04T00:25:55.783Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-04T00:25:55.783Z] Removing intermediate container 55c4628dd9cb [2020-12-04T00:25:55.783Z] ---> 93a0aa26b437 [2020-12-04T00:25:55.783Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-04T00:25:55.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:25:55.783Z] ---> Running in cf860995e23f [2020-12-04T00:25:55.783Z] ---> Running in 9e8c7f20ab1f [2020-12-04T00:25:56.049Z] Removing intermediate container cf860995e23f [2020-12-04T00:25:56.049Z] ---> 120ddccc6e15 [2020-12-04T00:25:56.049Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T00:25:56.049Z] ---> 3637935a0acb [2020-12-04T00:25:56.049Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-04T00:25:56.316Z] Removing intermediate container 9e8c7f20ab1f [2020-12-04T00:25:56.316Z] ---> 85ff16b28e17 [2020-12-04T00:25:56.316Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T00:25:56.316Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T00:25:56.316Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T00:25:56.316Z] OK: 12745 distinct packages available [2020-12-04T00:25:56.316Z] ---> Running in 8224a0689201 [2020-12-04T00:25:56.316Z] ---> Running in 1b75360fa95a [2020-12-04T00:25:56.581Z] OK: 233 MiB in 51 packages [2020-12-04T00:25:56.843Z] Removing intermediate container 8224a0689201 [2020-12-04T00:25:56.843Z] ---> f6f5274c517e [2020-12-04T00:25:56.843Z] Step 19/21 : LABEL arch=x86_64 [2020-12-04T00:25:56.843Z] Removing intermediate container 992d6eec0752 [2020-12-04T00:25:56.843Z] ---> a49f976a0917 [2020-12-04T00:25:56.843Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-04T00:25:57.105Z] ---> 8937d23efbeb [2020-12-04T00:25:57.105Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-04T00:25:57.105Z] ---> Running in 998357376b21 [2020-12-04T00:25:57.105Z] ---> Running in e97e30574a4a [2020-12-04T00:25:57.368Z] Removing intermediate container 998357376b21 [2020-12-04T00:25:57.368Z] ---> 9d613d52f1cb [2020-12-04T00:25:57.368Z] Step 20/21 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 [2020-12-04T00:25:57.631Z] ---> Running in f65051f66e79 [2020-12-04T00:25:57.631Z] ---> 1aa60de0ba64 [2020-12-04T00:25:57.631Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-04T00:25:57.631Z] Removing intermediate container e97e30574a4a [2020-12-04T00:25:57.631Z] ---> 0e5b0799f597 [2020-12-04T00:25:57.631Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T00:25:57.631Z] Removing intermediate container 2ffc0a6b2178 [2020-12-04T00:25:57.631Z] ---> a538df667d82 [2020-12-04T00:25:57.631Z] Step 6/27 : COPY go.mod . [2020-12-04T00:25:57.895Z] ---> Running in 16ce257d9934 [2020-12-04T00:25:57.895Z] ---> Running in 66b83d442ea7 [2020-12-04T00:25:57.895Z] Removing intermediate container 1b75360fa95a [2020-12-04T00:25:57.895Z] ---> 0b8b7684b941 [2020-12-04T00:25:57.895Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-04T00:25:57.895Z] Removing intermediate container f65051f66e79 [2020-12-04T00:25:57.895Z] ---> 0286d63fc140 [2020-12-04T00:25:57.895Z] Step 21/21 : LABEL version=0.0.0 [2020-12-04T00:25:58.157Z] ---> Running in 37da850ce12d [2020-12-04T00:25:58.157Z] ---> b9fdb6e98f9f [2020-12-04T00:25:58.157Z] Step 7/27 : RUN go mod download [2020-12-04T00:25:58.157Z] ---> Running in afbfbf3fd0ed [2020-12-04T00:25:59.557Z] Removing intermediate container 16ce257d9934 [2020-12-04T00:25:59.557Z] ---> 19f6ce6b1afd [2020-12-04T00:25:59.557Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T00:25:59.557Z] Removing intermediate container 66b83d442ea7 [2020-12-04T00:25:59.557Z] ---> 4f5b10739af3 [2020-12-04T00:25:59.557Z] Step 21/22 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 [2020-12-04T00:25:59.557Z] ---> Running in 2558edd29a10 [2020-12-04T00:25:59.557Z] ---> Running in 3960b226618e [2020-12-04T00:25:59.557Z] ---> Running in 1f8ceeff2576 [2020-12-04T00:25:59.557Z] Removing intermediate container afbfbf3fd0ed [2020-12-04T00:25:59.557Z] ---> 514eaa934a13 [2020-12-04T00:25:59.557Z] [2020-12-04T00:25:59.818Z] Successfully built 514eaa934a13 [2020-12-04T00:25:59.818Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-04T00:25:59.818Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2020-12-04T00:25:59.818Z] Removing intermediate container 3960b226618e [2020-12-04T00:25:59.818Z] ---> e902dbf058c2 [2020-12-04T00:25:59.818Z] Step 22/24 : LABEL arch=x86_64 [2020-12-04T00:25:59.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:25:59.818Z] Removing intermediate container 1f8ceeff2576 [2020-12-04T00:25:59.818Z] ---> 3a5973712051 [2020-12-04T00:25:59.818Z] Step 22/22 : LABEL version=0.0.0 [2020-12-04T00:26:00.082Z] ---> Running in 25f6b2ee1edb [2020-12-04T00:26:00.082Z] ---> Running in 0f38d9f5f2ad [2020-12-04T00:26:00.347Z] Removing intermediate container 25f6b2ee1edb [2020-12-04T00:26:00.347Z] ---> 8628dd10f5d6 [2020-12-04T00:26:00.347Z] Step 23/24 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 [2020-12-04T00:26:00.347Z] Removing intermediate container 0f38d9f5f2ad [2020-12-04T00:26:00.347Z] ---> 119f3b8c2786 [2020-12-04T00:26:00.347Z] [2020-12-04T00:26:00.622Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:26:00.622Z] ---> Running in d3449b827899 [2020-12-04T00:26:00.895Z] Successfully built 119f3b8c2786 [2020-12-04T00:26:00.895Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-04T00:26:00.895Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2020-12-04T00:26:00.895Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-04T00:26:00.895Z] Removing intermediate container d3449b827899 [2020-12-04T00:26:00.895Z] ---> 6f8302f2ed88 [2020-12-04T00:26:00.895Z] Step 24/24 : LABEL version=0.0.0 [2020-12-04T00:26:01.160Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-04T00:26:01.160Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-04T00:26:01.428Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-04T00:26:02.006Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-04T00:26:02.006Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T00:26:02.006Z] OK: 8 MiB in 19 packages [2020-12-04T00:26:02.981Z] ---> Running in fa6a67379398 [2020-12-04T00:26:07.230Z] Removing intermediate container 2558edd29a10 [2020-12-04T00:26:07.230Z] ---> c97ba59f85fd [2020-12-04T00:26:07.230Z] Step 8/27 : COPY . . [2020-12-04T00:26:07.230Z] Removing intermediate container fa6a67379398 [2020-12-04T00:26:07.230Z] ---> 3ab0ee8ee8b2 [2020-12-04T00:26:07.230Z] [2020-12-04T00:26:07.230Z] Successfully built 3ab0ee8ee8b2 [2020-12-04T00:26:07.230Z] Successfully tagged docker-support-notifications-go:latest [2020-12-04T00:26:07.230Z]  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go [2020-12-04T00:26:07.230Z] Removing intermediate container 37da850ce12d [2020-12-04T00:26:07.230Z] ---> 27f0d0222a01 [2020-12-04T00:26:07.230Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-04T00:26:19.969Z] ---> 3f10e82b2610 [2020-12-04T00:26:19.969Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-04T00:26:20.236Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T00:26:20.236Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-04T00:26:20.236Z] ---> cdd2eb89d159 [2020-12-04T00:26:20.236Z] Step 3/24 : WORKDIR /edgex-go [2020-12-04T00:26:20.499Z] ---> Using cache [2020-12-04T00:26:20.499Z] ---> 510756fb1eca [2020-12-04T00:26:20.499Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T00:26:20.499Z] ---> Using cache [2020-12-04T00:26:20.499Z] ---> fdd6f8541601 [2020-12-04T00:26:20.499Z] Step 5/24 : RUN apk update && apk add make git [2020-12-04T00:26:20.499Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T00:26:20.499Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T00:26:20.499Z] ---> cdd2eb89d159 [2020-12-04T00:26:20.499Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T00:26:20.499Z] ---> Using cache [2020-12-04T00:26:20.499Z] ---> 510756fb1eca [2020-12-04T00:26:20.499Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T00:26:20.499Z] ---> Using cache [2020-12-04T00:26:20.499Z] ---> fdd6f8541601 [2020-12-04T00:26:20.499Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T00:26:22.457Z] ---> Running in 95f971655ab8 [2020-12-04T00:26:22.457Z] ---> Running in cac18348fa41 [2020-12-04T00:26:22.457Z] ---> 28fca084772f [2020-12-04T00:26:22.457Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-04T00:26:25.829Z] ---> ae7dcb5a30c2 [2020-12-04T00:26:25.829Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-04T00:26:25.829Z] ---> Running in 5372a9faf8a8 [2020-12-04T00:26:26.102Z] Removing intermediate container 5372a9faf8a8 [2020-12-04T00:26:26.102Z] ---> 0ff5a6a21113 [2020-12-04T00:26:26.102Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T00:26:26.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:26:26.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:26:26.689Z] ---> Running in cc77a1d4e173 [2020-12-04T00:26:26.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:26:26.961Z] Removing intermediate container cc77a1d4e173 [2020-12-04T00:26:26.961Z] ---> 5a2de2952abf [2020-12-04T00:26:26.961Z] Step 21/23 : LABEL arch=x86_64 [2020-12-04T00:26:26.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:26:27.246Z] ---> Running in 00513bbaf857 [2020-12-04T00:26:27.529Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T00:26:27.529Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T00:26:27.529Z] OK: 12745 distinct packages available [2020-12-04T00:26:27.529Z] v3.12.1-74-g54165f73d3 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-04T00:26:27.529Z] v3.12.1-75-g0340519978 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-04T00:26:27.529Z] OK: 12745 distinct packages available [2020-12-04T00:26:27.797Z] OK: 233 MiB in 51 packages [2020-12-04T00:26:28.083Z] OK: 233 MiB in 51 packages [2020-12-04T00:26:28.083Z] Removing intermediate container 00513bbaf857 [2020-12-04T00:26:28.083Z] ---> 29626bff94a3 [2020-12-04T00:26:28.083Z] Step 22/23 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 [2020-12-04T00:26:28.672Z] ---> Running in 3b8791092d09 [2020-12-04T00:26:29.677Z] Removing intermediate container 3b8791092d09 [2020-12-04T00:26:29.677Z] ---> 0802a2a6609e [2020-12-04T00:26:29.677Z] Step 23/23 : LABEL version=0.0.0 [2020-12-04T00:26:30.337Z] ---> Running in 236a4b7045dc [2020-12-04T00:26:30.623Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T00:26:30.623Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-04T00:26:30.623Z] ---> cdd2eb89d159 [2020-12-04T00:26:30.623Z] Step 3/21 : WORKDIR /edgex-go [2020-12-04T00:26:30.623Z] ---> Using cache [2020-12-04T00:26:30.623Z] ---> 510756fb1eca [2020-12-04T00:26:30.623Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T00:26:30.623Z] ---> Using cache [2020-12-04T00:26:30.623Z] ---> fdd6f8541601 [2020-12-04T00:26:30.623Z] Step 5/21 : RUN apk update && apk add make git [2020-12-04T00:26:30.623Z] ---> Using cache [2020-12-04T00:26:30.623Z] ---> 7701262516fd [2020-12-04T00:26:30.623Z] Step 6/21 : COPY go.mod . [2020-12-04T00:26:31.225Z] Removing intermediate container cac18348fa41 [2020-12-04T00:26:31.225Z] ---> 7701262516fd [2020-12-04T00:26:31.225Z] Step 6/22 : COPY go.mod . [2020-12-04T00:26:31.225Z] Removing intermediate container 95f971655ab8 [2020-12-04T00:26:31.225Z] ---> 3d0898d0a53e [2020-12-04T00:26:31.225Z] Step 6/24 : COPY go.mod . [2020-12-04T00:26:31.807Z] ---> e601cf92fd3c [2020-12-04T00:26:31.807Z] Step 7/21 : RUN go mod download [2020-12-04T00:26:31.807Z] Removing intermediate container 236a4b7045dc [2020-12-04T00:26:31.807Z] ---> d84e2348964c [2020-12-04T00:26:31.807Z] [2020-12-04T00:26:32.081Z] Successfully built d84e2348964c [2020-12-04T00:26:32.081Z] ---> Running in d3b3379a41b4 [2020-12-04T00:26:32.081Z] ---> 27119b722493 [2020-12-04T00:26:32.081Z] Step 7/22 : RUN go mod download [2020-12-04T00:26:32.081Z] Successfully tagged docker-core-data-go:latest [2020-12-04T00:26:32.081Z] Building docker-core-metadata-go [2020-12-04T00:26:32.345Z]  Building docker-core-data-go ... done  ---> 5af21101a1fe [2020-12-04T00:26:32.345Z] Step 7/24 : RUN go mod download [2020-12-04T00:26:32.611Z] ---> Running in 89cf18fc3a77 [2020-12-04T00:26:32.611Z] ---> Running in 0a493b20c09c [2020-12-04T00:26:39.349Z] ---> 8665d8026858 [2020-12-04T00:26:39.349Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-04T00:26:39.349Z] ---> Running in 9d19ae48346b [2020-12-04T00:26:39.623Z] Removing intermediate container 89cf18fc3a77 [2020-12-04T00:26:39.623Z] ---> e909e7df56d3 [2020-12-04T00:26:39.623Z] Step 8/22 : COPY . . [2020-12-04T00:26:39.895Z] Removing intermediate container d3b3379a41b4 [2020-12-04T00:26:39.895Z] ---> 9cb4e6a150a7 [2020-12-04T00:26:39.895Z] Step 8/21 : COPY . . [2020-12-04T00:26:39.895Z] Removing intermediate container 0a493b20c09c [2020-12-04T00:26:39.895Z] ---> 6df6c7347085 [2020-12-04T00:26:39.895Z] Step 8/24 : COPY . . [2020-12-04T00:26:40.179Z] 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-04T00:26:55.321Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-04T00:26:55.321Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-04T00:26:55.321Z] ---> cdd2eb89d159 [2020-12-04T00:26:55.321Z] Step 3/22 : WORKDIR /edgex-go [2020-12-04T00:26:55.321Z] ---> Using cache [2020-12-04T00:26:55.321Z] ---> 510756fb1eca [2020-12-04T00:26:55.321Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-04T00:26:55.321Z] ---> Using cache [2020-12-04T00:26:55.321Z] ---> fdd6f8541601 [2020-12-04T00:26:55.321Z] Step 5/22 : RUN apk update && apk add make git [2020-12-04T00:26:55.321Z] ---> Using cache [2020-12-04T00:26:55.321Z] ---> 7701262516fd [2020-12-04T00:26:55.321Z] Step 6/22 : COPY go.mod . [2020-12-04T00:26:55.321Z] ---> Using cache [2020-12-04T00:26:55.321Z] ---> 27119b722493 [2020-12-04T00:26:55.321Z] Step 7/22 : RUN go mod download [2020-12-04T00:26:55.321Z] ---> Using cache [2020-12-04T00:26:55.321Z] ---> e909e7df56d3 [2020-12-04T00:26:55.321Z] Step 8/22 : COPY . . [2020-12-04T00:27:22.977Z] ---> 394d4b0ede59 [2020-12-04T00:27:22.977Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-04T00:27:22.977Z] ---> 6fc00f1842ad [2020-12-04T00:27:22.977Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-04T00:27:22.977Z] ---> Running in 7a9f51e687b0 [2020-12-04T00:27:22.977Z] ---> 65dd8c43e724 [2020-12-04T00:27:22.977Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-04T00:27:22.977Z] ---> Running in 52686f0f7fbf [2020-12-04T00:27:23.581Z] ---> Running in 7e8e479c82a5 [2020-12-04T00:27:25.994Z] 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-04T00:27:26.325Z] 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-04T00:27:26.594Z] 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-04T00:27:28.033Z] Removing intermediate container 9d19ae48346b [2020-12-04T00:27:28.033Z] ---> 88fd0b0c05c6 [2020-12-04T00:27:28.033Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-04T00:27:30.055Z] ---> Running in 0b27b78bc278 [2020-12-04T00:27:32.060Z] 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-04T00:27:34.013Z] ---> dffba74012f2 [2020-12-04T00:27:34.013Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-04T00:27:34.299Z] ---> Running in c79cc330edee [2020-12-04T00:27:35.802Z] 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-04T00:27:36.089Z] Removing intermediate container 0b27b78bc278 [2020-12-04T00:27:36.089Z] ---> a92c39fe06f9 [2020-12-04T00:27:36.089Z] [2020-12-04T00:27:36.089Z] Step 11/27 : FROM docker:latest [2020-12-04T00:27:36.089Z] ---> b0757c55a1fd [2020-12-04T00:27:36.089Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-04T00:27:36.385Z] ---> Running in 262ad981fa83 [2020-12-04T00:27:37.377Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:27:37.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:27:38.266Z] (1/2) Installing readline (8.0.4-r0) [2020-12-04T00:27:38.266Z] (2/2) Installing bash (5.0.17-r0) [2020-12-04T00:27:38.266Z] Executing bash-5.0.17-r0.post-install [2020-12-04T00:27:38.266Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T00:27:38.546Z] OK: 12 MiB in 22 packages [2020-12-04T00:27:40.012Z] Removing intermediate container 262ad981fa83 [2020-12-04T00:27:40.012Z] ---> 9c653337b4c1 [2020-12-04T00:27:40.012Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-04T00:27:40.012Z] ---> Running in bf44770441c2 [2020-12-04T00:27:43.411Z] Removing intermediate container bf44770441c2 [2020-12-04T00:27:43.412Z] ---> 17917337d8b0 [2020-12-04T00:27:43.412Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-04T00:27:43.412Z] ---> Running in f3620ea03f12 [2020-12-04T00:27:43.695Z] Removing intermediate container f3620ea03f12 [2020-12-04T00:27:43.695Z] ---> 2a2d85ce1240 [2020-12-04T00:27:43.695Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-04T00:27:43.977Z] ---> Running in dd07c5cbda02 [2020-12-04T00:27:44.252Z] Removing intermediate container dd07c5cbda02 [2020-12-04T00:27:44.252Z] ---> 02a9e0e7ebf9 [2020-12-04T00:27:44.252Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-04T00:27:44.530Z] ---> Running in de98ec7ea040 [2020-12-04T00:27:44.806Z] Removing intermediate container de98ec7ea040 [2020-12-04T00:27:44.806Z] ---> c3810f495272 [2020-12-04T00:27:44.806Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-04T00:27:45.821Z] ---> 901f3ecc0c39 [2020-12-04T00:27:45.821Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-04T00:27:46.114Z] ---> d5528e4786d7 [2020-12-04T00:27:46.114Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-04T00:27:47.157Z] ---> 278f60c08cd1 [2020-12-04T00:27:47.158Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-04T00:27:47.158Z] ---> Running in 8f65b65c46f0 [2020-12-04T00:27:48.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:27:48.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:27:48.931Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-04T00:27:48.931Z] (2/33) Installing expat (2.2.9-r1) [2020-12-04T00:27:48.931Z] (3/33) Installing libffi (3.3-r2) [2020-12-04T00:27:48.931Z] (4/33) Installing gdbm (1.13-r1) [2020-12-04T00:27:49.199Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-04T00:27:49.199Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-04T00:27:49.199Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-04T00:27:51.873Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-04T00:27:51.873Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-04T00:27:51.873Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-04T00:27:51.873Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-04T00:27:51.873Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-04T00:27:51.873Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-04T00:27:51.873Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-04T00:27:51.873Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-04T00:27:51.873Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-04T00:27:51.873Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-04T00:27:51.873Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-04T00:27:51.873Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-04T00:27:51.873Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-04T00:27:51.873Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-04T00:27:52.152Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-04T00:27:52.152Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-04T00:27:52.152Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-04T00:27:52.152Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-04T00:27:52.152Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-04T00:27:52.152Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-04T00:27:52.431Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-04T00:27:52.431Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-04T00:27:52.431Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-04T00:27:52.431Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-04T00:27:52.431Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-04T00:27:52.431Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-04T00:27:52.431Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T00:27:52.720Z] OK: 71 MiB in 55 packages [2020-12-04T00:27:57.043Z] 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-04T00:27:57.043Z] 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-04T00:28:05.379Z] Removing intermediate container 8f65b65c46f0 [2020-12-04T00:28:05.379Z] ---> 9aa7021e10fd [2020-12-04T00:28:05.379Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-04T00:28:05.379Z] ---> Running in a4e95ce5cb57 [2020-12-04T00:28:10.951Z] Removing intermediate container 7e8e479c82a5 [2020-12-04T00:28:10.951Z] ---> 7a5aafc2fcfd [2020-12-04T00:28:10.951Z] [2020-12-04T00:28:10.951Z] Step 10/24 : FROM alpine:3.10 [2020-12-04T00:28:10.951Z] Collecting docker-compose==1.23.2 [2020-12-04T00:28:10.951Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-04T00:28:11.224Z] ---> be4e4bea2c2e [2020-12-04T00:28:11.224Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-04T00:28:11.224Z] ---> Using cache [2020-12-04T00:28:11.224Z] ---> deedb42bdad8 [2020-12-04T00:28:11.224Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T00:28:11.225Z] Removing intermediate container 52686f0f7fbf [2020-12-04T00:28:11.225Z] ---> 6b45672a0164 [2020-12-04T00:28:11.225Z] [2020-12-04T00:28:11.225Z] Step 10/21 : FROM alpine [2020-12-04T00:28:11.225Z] ---> d6e46aa2470d [2020-12-04T00:28:11.225Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-04T00:28:11.556Z] Removing intermediate container 7a9f51e687b0 [2020-12-04T00:28:11.556Z] ---> 584643403d05 [2020-12-04T00:28:11.556Z] [2020-12-04T00:28:11.556Z] Step 10/22 : FROM scratch [2020-12-04T00:28:11.556Z] ---> [2020-12-04T00:28:11.556Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T00:28:11.556Z] Collecting texttable<0.10,>=0.9.0 [2020-12-04T00:28:11.556Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-04T00:28:11.556Z] ---> Running in 414f1a6fb0a4 [2020-12-04T00:28:11.556Z] ---> Running in 6e91e41204b3 [2020-12-04T00:28:12.560Z] Collecting PyYAML<4,>=3.10 [2020-12-04T00:28:12.561Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-04T00:28:12.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:28:12.561Z] ---> Using cache [2020-12-04T00:28:12.561Z] ---> 6c0278cfe134 [2020-12-04T00:28:12.561Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-04T00:28:12.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:28:12.839Z] Removing intermediate container 414f1a6fb0a4 [2020-12-04T00:28:12.839Z] ---> 67e3b38e293b [2020-12-04T00:28:12.839Z] Step 13/24 : WORKDIR / [2020-12-04T00:28:12.839Z] v3.12.1-74-g54165f73d3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-04T00:28:12.839Z] v3.12.1-75-g0340519978 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-04T00:28:12.839Z] OK: 12746 distinct packages available [2020-12-04T00:28:13.104Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-04T00:28:13.104Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T00:28:13.104Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-04T00:28:13.104Z] (4/4) Installing curl (7.69.1-r1) [2020-12-04T00:28:13.104Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T00:28:13.104Z] Executing ca-certificates-20191127-r4.trigger [2020-12-04T00:28:13.698Z] OK: 7 MiB in 18 packages [2020-12-04T00:28:14.295Z] ---> Running in aacb9d206f0f [2020-12-04T00:28:14.295Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-04T00:28:14.295Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-04T00:28:14.568Z] ---> Running in d87d8b42c856 [2020-12-04T00:28:14.867Z] Removing intermediate container aacb9d206f0f [2020-12-04T00:28:14.867Z] ---> a65d70bf4428 [2020-12-04T00:28:14.867Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T00:28:14.867Z] ---> Running in c340ec05111b [2020-12-04T00:28:15.163Z] Collecting cached-property<2,>=1.2.0 [2020-12-04T00:28:15.163Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-04T00:28:15.163Z] Removing intermediate container d87d8b42c856 [2020-12-04T00:28:15.163Z] ---> b9643bcac710 [2020-12-04T00:28:15.163Z] 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-04T00:28:15.443Z] Collecting docker<4.0,>=3.6.0 [2020-12-04T00:28:15.443Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-04T00:28:15.443Z] Removing intermediate container c340ec05111b [2020-12-04T00:28:15.443Z] ---> 3cfdc14534c5 [2020-12-04T00:28:15.443Z] Step 14/22 : WORKDIR / [2020-12-04T00:28:15.443Z] Removing intermediate container 6e91e41204b3 [2020-12-04T00:28:15.443Z] ---> 587e9e92db43 [2020-12-04T00:28:15.443Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-04T00:28:15.710Z] ---> Running in 28cbfc119855 [2020-12-04T00:28:15.710Z] Collecting jsonschema<3,>=2.5.1 [2020-12-04T00:28:15.710Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-04T00:28:15.998Z] ---> Running in d17d9237e8d0 [2020-12-04T00:28:15.998Z] Collecting docopt<0.7,>=0.6.1 [2020-12-04T00:28:15.998Z] ---> e391a817c26e [2020-12-04T00:28:15.998Z] 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-04T00:28:15.998Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-04T00:28:16.281Z] Removing intermediate container 28cbfc119855 [2020-12-04T00:28:16.281Z] ---> 0fc07d7b472a [2020-12-04T00:28:16.281Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-04T00:28:16.281Z] Removing intermediate container d17d9237e8d0 [2020-12-04T00:28:16.281Z] ---> edd4e64c1ccb [2020-12-04T00:28:16.281Z] Step 13/21 : WORKDIR /edgex [2020-12-04T00:28:16.553Z] ---> 71dcb2cfc3e9 [2020-12-04T00:28:16.553Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-04T00:28:16.553Z] 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-04T00:28:16.553Z] ---> Running in 89a37a4fd013 [2020-12-04T00:28:16.828Z] ---> 52a087cc70cb [2020-12-04T00:28:16.828Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-04T00:28:16.828Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-04T00:28:16.828Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-04T00:28:16.828Z] ---> f965fa160145 [2020-12-04T00:28:16.828Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-04T00:28:17.105Z] Removing intermediate container 89a37a4fd013 [2020-12-04T00:28:17.105Z] ---> 49e6a005507f [2020-12-04T00:28:17.105Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-04T00:28:17.105Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-04T00:28:17.105Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-04T00:28:18.068Z] Collecting docker-pycreds>=0.4.0 [2020-12-04T00:28:18.068Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-04T00:28:19.032Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-04T00:28:19.033Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-04T00:28:20.991Z] 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-04T00:28:20.991Z] ---> 23517d6f89ae [2020-12-04T00:28:20.991Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-04T00:28:20.991Z] ---> 3dd6905ea13b [2020-12-04T00:28:20.991Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-04T00:28:20.991Z] Collecting idna<2.8,>=2.5 [2020-12-04T00:28:20.991Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-04T00:28:20.991Z] ---> 8343c079517b [2020-12-04T00:28:20.991Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-04T00:28:20.991Z] 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-04T00:28:20.991Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-04T00:28:20.991Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-04T00:28:20.991Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-04T00:28:20.991Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-04T00:28:21.259Z] Removing intermediate container c79cc330edee [2020-12-04T00:28:21.259Z] ---> c2b50a4340b4 [2020-12-04T00:28:21.259Z] [2020-12-04T00:28:21.259Z] Step 10/22 : FROM scratch [2020-12-04T00:28:21.259Z] ---> [2020-12-04T00:28:21.259Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-04T00:28:21.259Z] Installing collected packages: texttable, PyYAML, dockerpty, cached-property, docker-pycreds, urllib3, idna, requests, websocket-client, docker, jsonschema, docopt, docker-compose [2020-12-04T00:28:21.259Z] Running setup.py install for texttable: started [2020-12-04T00:28:21.259Z] ---> Using cache [2020-12-04T00:28:21.259Z] ---> 6c0278cfe134 [2020-12-04T00:28:21.259Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-04T00:28:21.528Z] ---> Running in ec65db1f9c8f [2020-12-04T00:28:21.528Z] ---> 59771b85f7c7 [2020-12-04T00:28:21.528Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-04T00:28:21.528Z] ---> Running in 478d81dbc94f [2020-12-04T00:28:21.528Z] ---> b47c16c05238 [2020-12-04T00:28:21.528Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-04T00:28:21.528Z] ---> 50e22abbd2ef [2020-12-04T00:28:21.528Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-04T00:28:21.856Z] Removing intermediate container ec65db1f9c8f [2020-12-04T00:28:21.856Z] ---> 00d010ad2a60 [2020-12-04T00:28:21.856Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-04T00:28:21.856Z] Running setup.py install for texttable: finished with status 'done' [2020-12-04T00:28:21.856Z] Running setup.py install for PyYAML: started [2020-12-04T00:28:21.856Z] ---> Running in 552874b72123 [2020-12-04T00:28:21.856Z] Removing intermediate container 478d81dbc94f [2020-12-04T00:28:21.856Z] ---> 626832619efd [2020-12-04T00:28:21.856Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T00:28:22.130Z] ---> Running in ee173d372eab [2020-12-04T00:28:22.130Z] ---> 627dde923065 [2020-12-04T00:28:22.130Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-04T00:28:22.130Z] Removing intermediate container 552874b72123 [2020-12-04T00:28:22.130Z] ---> b9849d8e060c [2020-12-04T00:28:22.130Z] Step 14/22 : WORKDIR / [2020-12-04T00:28:22.405Z] ---> Running in 9481a58ee584 [2020-12-04T00:28:22.405Z] ---> Running in b245ed9f0d84 [2020-12-04T00:28:22.405Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-04T00:28:22.405Z] ---> c60180de34ae [2020-12-04T00:28:22.405Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-04T00:28:22.405Z] Running setup.py install for dockerpty: started [2020-12-04T00:28:22.696Z] Removing intermediate container ee173d372eab [2020-12-04T00:28:22.696Z] ---> 61c7683acb7c [2020-12-04T00:28:22.696Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T00:28:22.696Z] ---> Running in 8c9621dfc1ca [2020-12-04T00:28:22.990Z] ---> Running in 866bcea4a13b [2020-12-04T00:28:22.990Z] Removing intermediate container b245ed9f0d84 [2020-12-04T00:28:22.990Z] ---> 0f75b4e1b3c8 [2020-12-04T00:28:22.990Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-04T00:28:22.990Z] Removing intermediate container 8c9621dfc1ca [2020-12-04T00:28:22.990Z] ---> 0bb0fbf8d720 [2020-12-04T00:28:22.990Z] Step 18/21 : CMD ["--init=true"] [2020-12-04T00:28:22.990Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-04T00:28:23.257Z] Attempting uninstall: urllib3 [2020-12-04T00:28:23.257Z] Found existing installation: urllib3 1.25.9 [2020-12-04T00:28:23.257Z] Uninstalling urllib3-1.25.9: [2020-12-04T00:28:23.257Z] Removing intermediate container 866bcea4a13b [2020-12-04T00:28:23.257Z] ---> a85ba8d968e5 [2020-12-04T00:28:23.257Z] Step 21/22 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 [2020-12-04T00:28:23.257Z] ---> Running in bef1dd7e21eb [2020-12-04T00:28:23.257Z] Successfully uninstalled urllib3-1.25.9 [2020-12-04T00:28:23.878Z] ---> 9b4a9c79db09 [2020-12-04T00:28:23.879Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-04T00:28:23.879Z] ---> Running in efb9c48f74e6 [2020-12-04T00:28:24.470Z] Attempting uninstall: idna [2020-12-04T00:28:24.470Z] Found existing installation: idna 2.9 [2020-12-04T00:28:24.470Z] Uninstalling idna-2.9: [2020-12-04T00:28:24.470Z] Successfully uninstalled idna-2.9 [2020-12-04T00:28:24.470Z] Removing intermediate container bef1dd7e21eb [2020-12-04T00:28:24.470Z] ---> 92ca34998b5a [2020-12-04T00:28:24.470Z] Step 19/21 : LABEL arch=x86_64 [2020-12-04T00:28:24.744Z] Removing intermediate container efb9c48f74e6 [2020-12-04T00:28:24.744Z] ---> c9e3d559bd8a [2020-12-04T00:28:24.744Z] Step 22/22 : LABEL version=0.0.0 [2020-12-04T00:28:24.744Z] ---> Running in 58dc4930f9f3 [2020-12-04T00:28:24.744Z] Attempting uninstall: requests [2020-12-04T00:28:24.744Z] Found existing installation: requests 2.23.0 [2020-12-04T00:28:24.744Z] Uninstalling requests-2.23.0: [2020-12-04T00:28:24.744Z] ---> 27cc4eab87de [2020-12-04T00:28:24.744Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-04T00:28:24.744Z] Successfully uninstalled requests-2.23.0 [2020-12-04T00:28:25.332Z] ---> Running in 61a594684ae7 [2020-12-04T00:28:25.332Z] Removing intermediate container 9481a58ee584 [2020-12-04T00:28:25.332Z] ---> 4a3053adf752 [2020-12-04T00:28:25.332Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-04T00:28:25.598Z] Removing intermediate container 58dc4930f9f3 [2020-12-04T00:28:25.598Z] ---> 268ccf5577d7 [2020-12-04T00:28:25.598Z] Step 20/21 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 [2020-12-04T00:28:27.028Z] ---> 3458d1eb8e98 [2020-12-04T00:28:27.028Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-04T00:28:27.028Z] ---> Running in c69aec9948ca [2020-12-04T00:28:27.319Z] Removing intermediate container 61a594684ae7 [2020-12-04T00:28:27.319Z] ---> 4bacd6d72771 [2020-12-04T00:28:27.319Z] [2020-12-04T00:28:27.319Z] ---> Running in 1c5fc5a7f890 [2020-12-04T00:28:27.586Z] ---> Running in 3045b0e561ef [2020-12-04T00:28:27.586Z] Successfully built 4bacd6d72771 [2020-12-04T00:28:27.586Z] Running setup.py install for docopt: started [2020-12-04T00:28:27.869Z] Successfully tagged docker-core-command-go:latest [2020-12-04T00:28:27.869Z] Removing intermediate container c69aec9948ca [2020-12-04T00:28:27.869Z] ---> 1114a9c760f1 [2020-12-04T00:28:27.869Z] Step 22/24 : LABEL arch=x86_64 [2020-12-04T00:28:27.869Z]  Building docker-core-command-go ... done Removing intermediate container 1c5fc5a7f890 [2020-12-04T00:28:27.869Z] ---> 5caac2ee4699 [2020-12-04T00:28:27.869Z] Step 21/21 : LABEL version=0.0.0 [2020-12-04T00:28:27.869Z] Removing intermediate container 3045b0e561ef [2020-12-04T00:28:27.869Z] ---> b3aed89a42eb [2020-12-04T00:28:27.869Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T00:28:27.869Z] ---> Running in 933769fb0e80 [2020-12-04T00:28:27.869Z] ---> Running in 949fd63ae192 [2020-12-04T00:28:27.869Z] ---> Running in ae7accd208cd [2020-12-04T00:28:28.136Z] Removing intermediate container 933769fb0e80 [2020-12-04T00:28:28.136Z] ---> 6ea9220eddb8 [2020-12-04T00:28:28.136Z] Step 23/24 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 [2020-12-04T00:28:28.409Z] Running setup.py install for docopt: finished with status 'done' [2020-12-04T00:28:28.679Z] Removing intermediate container 949fd63ae192 [2020-12-04T00:28:28.679Z] ---> 0b758a6b167b [2020-12-04T00:28:28.679Z] [2020-12-04T00:28:28.679Z] ---> Running in 8bdcf7364782 [2020-12-04T00:28:28.679Z] Removing intermediate container ae7accd208cd [2020-12-04T00:28:28.679Z] ---> 87ac35185905 [2020-12-04T00:28:28.679Z] Step 20/22 : LABEL arch=x86_64 [2020-12-04T00:28:28.946Z] Successfully built 0b758a6b167b [2020-12-04T00:28:28.946Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-04T00:28:28.946Z]  Building docker-security-proxy-setup-go ... done  ---> Running in aec49cd6e677 [2020-12-04T00:28:29.219Z] 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-04T00:28:29.219Z] Removing intermediate container 8bdcf7364782 [2020-12-04T00:28:29.219Z] ---> 6f581dd504c4 [2020-12-04T00:28:29.219Z] Step 24/24 : LABEL version=0.0.0 [2020-12-04T00:28:29.219Z] ---> Running in 7bc8e2790733 [2020-12-04T00:28:29.219Z] Removing intermediate container aec49cd6e677 [2020-12-04T00:28:29.219Z] ---> a47d83043646 [2020-12-04T00:28:29.219Z] Step 21/22 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 [2020-12-04T00:28:29.496Z] ---> Running in 8b26d62ecb7d [2020-12-04T00:28:29.496Z] Removing intermediate container 7bc8e2790733 [2020-12-04T00:28:29.496Z] ---> b81bd5534c75 [2020-12-04T00:28:29.496Z] [2020-12-04T00:28:30.088Z] Successfully built b81bd5534c75 [2020-12-04T00:28:30.088Z] Removing intermediate container 8b26d62ecb7d [2020-12-04T00:28:30.088Z] ---> f00be5df8b06 [2020-12-04T00:28:30.088Z] Step 22/22 : LABEL version=0.0.0 [2020-12-04T00:28:30.088Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-04T00:28:30.377Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in d43ba8203869 [2020-12-04T00:28:30.978Z] Removing intermediate container d43ba8203869 [2020-12-04T00:28:30.978Z] ---> 1cc53342ba0c [2020-12-04T00:28:30.978Z] [2020-12-04T00:28:32.383Z] Successfully built 1cc53342ba0c [2020-12-04T00:28:32.383Z] Successfully tagged docker-core-metadata-go:latest [2020-12-04T00:28:32.383Z]  Building docker-core-metadata-go ... done Removing intermediate container a4e95ce5cb57 [2020-12-04T00:28:32.383Z] ---> 1228c1e28c89 [2020-12-04T00:28:32.383Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-04T00:28:32.383Z] ---> Running in 393d20b4b6e2 [2020-12-04T00:28:32.964Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-04T00:28:33.234Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-04T00:28:33.234Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-04T00:28:33.234Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-04T00:28:33.234Z] (3/3) Installing curl (7.69.1-r1) [2020-12-04T00:28:33.234Z] Executing busybox-1.31.1-r19.trigger [2020-12-04T00:28:33.497Z] OK: 72 MiB in 58 packages [2020-12-04T00:28:33.765Z] Removing intermediate container 393d20b4b6e2 [2020-12-04T00:28:33.765Z] ---> d6df3b664adb [2020-12-04T00:28:33.765Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-04T00:28:34.030Z] ---> Running in ec88d6213b2d [2020-12-04T00:28:34.030Z] Removing intermediate container ec88d6213b2d [2020-12-04T00:28:34.030Z] ---> 93bd7ac70afc [2020-12-04T00:28:34.030Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-04T00:28:34.295Z] ---> Running in f7b84ea43500 [2020-12-04T00:28:34.295Z] Removing intermediate container f7b84ea43500 [2020-12-04T00:28:34.295Z] ---> 591130debfab [2020-12-04T00:28:34.295Z] Step 25/27 : LABEL arch=x86_64 [2020-12-04T00:28:34.295Z] ---> Running in 6bd8da937d4b [2020-12-04T00:28:34.563Z] Removing intermediate container 6bd8da937d4b [2020-12-04T00:28:34.563Z] ---> ec5cde34a73b [2020-12-04T00:28:34.563Z] Step 26/27 : LABEL git_sha=298a6838acdf004daa3e768d6fcec5b89eef4711 [2020-12-04T00:28:34.563Z] ---> Running in 5835df9212ff [2020-12-04T00:28:34.827Z] Removing intermediate container 5835df9212ff [2020-12-04T00:28:34.827Z] ---> 1b9e8deba385 [2020-12-04T00:28:34.827Z] Step 27/27 : LABEL version=0.0.0 [2020-12-04T00:28:34.827Z] ---> Running in c2cebda3a939 [2020-12-04T00:28:35.091Z] Removing intermediate container c2cebda3a939 [2020-12-04T00:28:35.091Z] ---> 2ed883a7195f [2020-12-04T00:28:35.091Z] [2020-12-04T00:28:35.356Z] Successfully built 2ed883a7195f [2020-12-04T00:28:35.356Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-04T00:28:36.329Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-04T00:28:36.355Z] $ docker stop --time=1 0a145a1f4bb46eb74094fb2c47040ef6edcb58a2fe31024e0e68b2c24f948344 [2020-12-04T00:28:38.054Z] $ docker rm -f 0a145a1f4bb46eb74094fb2c47040ef6edcb58a2fe31024e0e68b2c24f948344 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-04T00:28:38.594Z] + docker images [2020-12-04T00:28:38.594Z] + grep docker [2020-12-04T00:28:38.594Z] docker-sys-mgmt-agent-go latest 2ed883a7195f 4 seconds ago 293MB [2020-12-04T00:28:38.594Z] docker-core-metadata-go latest 1cc53342ba0c 8 seconds ago 14.5MB [2020-12-04T00:28:38.594Z] docker-security-secretstore-setup-go latest b81bd5534c75 9 seconds ago 24.7MB [2020-12-04T00:28:38.594Z] docker-security-proxy-setup-go latest 0b758a6b167b 10 seconds ago 24.6MB [2020-12-04T00:28:38.594Z] docker-core-command-go latest 4bacd6d72771 12 seconds ago 12.2MB [2020-12-04T00:28:38.594Z] docker-core-data-go latest d84e2348964c 2 minutes ago 23.7MB [2020-12-04T00:28:38.594Z] docker-support-notifications-go latest 3ab0ee8ee8b2 2 minutes ago 13.6MB [2020-12-04T00:28:38.594Z] docker-security-bootstrap-redis-go latest 119f3b8c2786 2 minutes ago 15.8MB [2020-12-04T00:28:38.594Z] docker-support-scheduler-go latest 514eaa934a13 2 minutes ago 12.3MB [2020-12-04T00:28:38.594Z] docker-security-secrets-setup-go latest c80ecf7a0107 3 minutes ago 23.9MB [2020-12-04T00:28:38.594Z] docker latest b0757c55a1fd 47 hours 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-04T00:28:54.283Z] Still waiting to schedule task [2020-12-04T00:28:54.284Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-12-04T00:29:46.107Z] Running on prd-centos7-docker-8c-8g-14405 in /w/workspace/edgexfoundry_edgex-go_PR-2890 [Pipeline] { [Pipeline] ws [2020-12-04T00:29:46.167Z] Running in /w/workspace/edgex-go/19 [Pipeline] { [Pipeline] checkout [2020-12-04T00:29:48.307Z] using credential edgex-jenkins-ssh [2020-12-04T00:29:48.365Z] Cloning the remote Git repository [2020-12-04T00:29:47.713Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-04T00:29:47.785Z] > git init /w/workspace/edgex-go/19 # timeout=10 [2020-12-04T00:29:47.811Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T00:29:47.811Z] > git --version # timeout=10 [2020-12-04T00:29:47.815Z] > git --version # 'git version 2.24.3' [2020-12-04T00:29:47.816Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T00:29:47.837Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T00:29:58.091Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T00:29:58.096Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-04T00:29:58.105Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-04T00:29:58.116Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-04T00:29:58.116Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-04T00:29:58.120Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2890/head:refs/remotes/origin/PR-2890 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-04T00:29:58.727Z] Merging remotes/origin/master commit 0163c92eb67c845bff5e90a4dc6407d0e1146c78 into PR head commit 298a6838acdf004daa3e768d6fcec5b89eef4711 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-04T00:29:59.357Z] 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] } [2020-12-04T00:29:58.736Z] > git config core.sparsecheckout # timeout=10 [2020-12-04T00:29:58.739Z] > git checkout -f 298a6838acdf004daa3e768d6fcec5b89eef4711 # timeout=10 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-04T00:30:02.036Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T00:30:02.971Z] ---> package-listing.sh [2020-12-04T00:30:02.972Z] ++ facter osfamily [2020-12-04T00:30:02.972Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-04T00:30:02.972Z] + OS_FAMILY=redhat [2020-12-04T00:30:02.972Z] + workspace=/w/workspace/edgex-go/19 [2020-12-04T00:30:02.972Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-04T00:30:02.972Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-04T00:30:02.972Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-04T00:30:02.972Z] + PACKAGES=/tmp/packages_start.txt [2020-12-04T00:30:02.972Z] + '[' /w/workspace/edgex-go/19 ']' [2020-12-04T00:30:02.972Z] + PACKAGES=/tmp/packages_end.txt [2020-12-04T00:30:02.972Z] + case "${OS_FAMILY}" in [2020-12-04T00:30:02.972Z] + rpm -qa [2020-12-04T00:30:02.972Z] + sort [2020-12-04T00:30:08.308Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-04T00:30:08.308Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-04T00:30:08.308Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-04T00:30:08.308Z] + '[' /w/workspace/edgex-go/19 ']' [2020-12-04T00:30:08.308Z] + mkdir -p /w/workspace/edgex-go/19/archives/ [2020-12-04T00:30:08.308Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/19/archives/ [Pipeline] echo [2020-12-04T00:30:08.321Z] 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/19/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-04T00:30:08.626Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-04T00:30:08.939Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T00:30:08.939Z] [2020-12-04T00:30:08.939Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-04T00:30:09.319Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T00:30:09.319Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-04T00:30:09.319Z] df20fa9351a1: Pulling fs layer [2020-12-04T00:30:09.319Z] 36b3adc4ff6f: Pulling fs layer [2020-12-04T00:30:09.319Z] 8ad3a11d3b57: Pulling fs layer [2020-12-04T00:30:09.319Z] 46f8f816bc3b: Pulling fs layer [2020-12-04T00:30:09.319Z] 93b61091891f: Pulling fs layer [2020-12-04T00:30:09.319Z] 93b9cdb0e59b: Pulling fs layer [2020-12-04T00:30:09.319Z] 5e14af77c1be: Pulling fs layer [2020-12-04T00:30:09.319Z] 01666e4c0597: Pulling fs layer [2020-12-04T00:30:09.319Z] aa168da1d23b: Pulling fs layer [2020-12-04T00:30:09.319Z] 93b61091891f: Waiting [2020-12-04T00:30:09.319Z] 93b9cdb0e59b: Waiting [2020-12-04T00:30:09.319Z] 5e14af77c1be: Waiting [2020-12-04T00:30:09.319Z] 01666e4c0597: Waiting [2020-12-04T00:30:09.319Z] aa168da1d23b: Waiting [2020-12-04T00:30:09.319Z] 46f8f816bc3b: Waiting [2020-12-04T00:30:09.319Z] 36b3adc4ff6f: Verifying Checksum [2020-12-04T00:30:09.319Z] 36b3adc4ff6f: Download complete [2020-12-04T00:30:09.319Z] 46f8f816bc3b: Verifying Checksum [2020-12-04T00:30:09.319Z] 46f8f816bc3b: Download complete [2020-12-04T00:30:09.587Z] df20fa9351a1: Verifying Checksum [2020-12-04T00:30:09.587Z] df20fa9351a1: Download complete [2020-12-04T00:30:09.587Z] 93b9cdb0e59b: Download complete [2020-12-04T00:30:09.587Z] 93b61091891f: Verifying Checksum [2020-12-04T00:30:09.587Z] 93b61091891f: Download complete [2020-12-04T00:30:09.587Z] 01666e4c0597: Verifying Checksum [2020-12-04T00:30:09.587Z] 01666e4c0597: Download complete [2020-12-04T00:30:09.587Z] 8ad3a11d3b57: Verifying Checksum [2020-12-04T00:30:09.587Z] 8ad3a11d3b57: Download complete [2020-12-04T00:30:09.870Z] df20fa9351a1: Pull complete [2020-12-04T00:30:10.138Z] 36b3adc4ff6f: Pull complete [2020-12-04T00:30:10.412Z] 5e14af77c1be: Verifying Checksum [2020-12-04T00:30:10.412Z] 5e14af77c1be: Download complete [2020-12-04T00:30:12.421Z] aa168da1d23b: Verifying Checksum [2020-12-04T00:30:12.421Z] aa168da1d23b: Download complete [2020-12-04T00:30:12.997Z] 8ad3a11d3b57: Pull complete [2020-12-04T00:30:13.272Z] 46f8f816bc3b: Pull complete [2020-12-04T00:30:13.860Z] 93b61091891f: Pull complete [2020-12-04T00:30:14.128Z] 93b9cdb0e59b: Pull complete [2020-12-04T00:30:14.128Z] 5e14af77c1be: Pull complete [2020-12-04T00:30:14.395Z] 01666e4c0597: Pull complete [2020-12-04T00:30:27.530Z] aa168da1d23b: Pull complete [2020-12-04T00:30:28.105Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-04T00:30:28.105Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-04T00:30:28.105Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-04T00:30:28.367Z] prd-centos7-docker-4c-2g-14396 does not seem to be running inside a container [2020-12-04T00:30:28.428Z] $ 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/19/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/19 -v /w/workspace/edgex-go/19:/w/workspace/edgex-go/19:rw,z -v /w/workspace/edgex-go/19@tmp:/w/workspace/edgex-go/19@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-04T00:30:32.745Z] $ docker top 4fead0f45f0e3fea28bd8c73004d18bb1082597f5b5201b0a374ebd2a725dd9b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-04T00:30:33.363Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-04T00:30:33.717Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-04T00:30:34.064Z] + ls /var/log/sa-host [2020-12-04T00:30:34.064Z] + sadf -c /var/log/sa-host/sa04 [2020-12-04T00:30:34.064Z] file_magic: OK [2020-12-04T00:30:34.064Z] HZ: Using current value: 100 [2020-12-04T00:30:34.064Z] file_header: OK [2020-12-04T00:30:34.064Z] 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-04T00:30:34.064Z] Statistics: [2020-12-04T00:30:34.064Z] HRHnuu...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-04T00:30:34.064Z] File successfully converted to sysstat format version 12.2.1 [2020-12-04T00:30:34.064Z] + sadf -c /var/log/sa-host/sa23 [2020-12-04T00:30:34.064Z] file_magic: OK [2020-12-04T00:30:34.064Z] HZ: Using current value: 100 [2020-12-04T00:30:34.064Z] file_header: OK [2020-12-04T00:30:34.064Z] 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-04T00:30:34.064Z] Statistics: [2020-12-04T00:30:34.064Z] Hnuu...uuuununununu... [2020-12-04T00:30:34.064Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-04T00:30:34.278Z] provisioning config files... [2020-12-04T00:30:34.300Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/19@tmp/config9222108144652091285tmp [Pipeline] { [Pipeline] echo [2020-12-04T00:30:34.368Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T00:30:34.677Z] ---> create-netrc.sh [Pipeline] } [2020-12-04T00:30:34.688Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-04T00:30:34.783Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T00:30:35.089Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-04T00:30:35.100Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T00:30:35.402Z] ---> sudo-logs.sh [2020-12-04T00:30:35.402Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-04T00:30:35.415Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T00:30:35.725Z] ---> job-cost.sh [2020-12-04T00:30:35.725Z] lf-activate-venv: SKIPPING [2020-12-04T00:30:35.725Z] INFO: No Stack... [2020-12-04T00:30:36.679Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-04T00:30:36.947Z] INFO: Archiving Costs [Pipeline] echo [2020-12-04T00:30:36.967Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-04T00:30:37.278Z] ---> logs-deploy.sh [2020-12-04T00:30:37.278Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2890/19 [2020-12-04T00:30:37.278Z] INFO: archiving workspace using pattern(s): [2020-12-04T00:30:39.211Z] Archives upload complete. [2020-12-04T00:30:39.211Z] INFO: archiving logs to Nexus