Pull request #2944 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 24b7634453227e8df51ea6aa002a7fed098fab96+63eb717be648985cabd2e2ea0d3d1f19ada5a008 (efd10554b3d47ddd4e3bc2f11ef2cc3d6651cc52) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-16085 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 63eb717be648985cabd2e2ea0d3d1f19ada5a008 into PR head commit 24b7634453227e8df51ea6aa002a7fed098fab96 Merge succeeded, producing e5ba928adfa98852dd37ebb5c62afac36a62d53c Checking out Revision e5ba928adfa98852dd37ebb5c62afac36a62d53c (PR-2944) > 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/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 24b7634453227e8df51ea6aa002a7fed098fab96 # 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 63eb717be648985cabd2e2ea0d3d1f19ada5a008 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e5ba928adfa98852dd37ebb5c62afac36a62d53c # timeout=10 Commit message: "Merge commit '63eb717be648985cabd2e2ea0d3d1f19ada5a008' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-15T07:22:18.304Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-15T07:22:18.526Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-15T07:22:18.622Z] ========================================================= [2020-12-15T07:22:18.622Z] EdgeX Global Pipelines Version Info [2020-12-15T07:22:18.622Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk ee536852e21e767ea5f8c26f76da8c31d7e315f4 # timeout=10 [2020-12-15T07:22:20.063Z] ------------------- [2020-12-15T07:22:20.063Z] stable info: [2020-12-15T07:22:20.063Z] ------------------- [2020-12-15T07:22:20.063Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T07:22:20.063Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T07:22:20.063Z] Message: update stable to v1.0.172 [2020-12-15T07:22:21.008Z] ------------------- [2020-12-15T07:22:21.008Z] experimental info: [2020-12-15T07:22:21.008Z] ------------------- [2020-12-15T07:22:21.008Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-15T07:22:21.008Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-15T07:22:21.008Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-15T07:22:21.311Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-15T07:22:21.403Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-15T07:22:21.492Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-15T07:22:21.582Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-15T07:22:21.711Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-15T07:22:21.822Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-15T07:22:21.907Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-15T07:22:21.997Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-15T07:22:22.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-15T07:22:22.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-15T07:22:22.274Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-15T07:22:22.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-15T07:22:22.457Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-15T07:22:22.569Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-15T07:22:22.656Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T07:22:22.856Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-15T07:22:22.953Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-15T07:22:23.036Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-15T07:22:23.121Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-15T07:22:23.207Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-15T07:22:23.347Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-15T07:22:23.441Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-15T07:22:23.533Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2944 [Pipeline] echo [2020-12-15T07:22:23.620Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2944 [Pipeline] echo [2020-12-15T07:22:23.715Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2944 [Pipeline] echo [2020-12-15T07:22:23.802Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e5ba928adfa98852dd37ebb5c62afac36a62d53c [Pipeline] echo [2020-12-15T07:22:23.891Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e5ba928 [Pipeline] echo [2020-12-15T07:22:24.004Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-15T07:22:24.230Z] provisioning config files... [2020-12-15T07:22:24.258Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3903933722516874828tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:22:24.621Z] ---> docker-login.sh [2020-12-15T07:22:24.621Z] nexus3.edgexfoundry.org:10001 [2020-12-15T07:22:24.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:22:24.883Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:22:24.883Z] Configure a credential helper to remove this warning. See [2020-12-15T07:22:24.883Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:22:24.883Z] [2020-12-15T07:22:24.883Z] Login Succeeded [2020-12-15T07:22:24.883Z] nexus3.edgexfoundry.org:10002 [2020-12-15T07:22:25.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:22:25.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:22:25.146Z] Configure a credential helper to remove this warning. See [2020-12-15T07:22:25.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:22:25.146Z] [2020-12-15T07:22:25.146Z] Login Succeeded [2020-12-15T07:22:25.146Z] nexus3.edgexfoundry.org:10003 [2020-12-15T07:22:25.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:22:25.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:22:25.409Z] Configure a credential helper to remove this warning. See [2020-12-15T07:22:25.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:22:25.409Z] [2020-12-15T07:22:25.409Z] Login Succeeded [2020-12-15T07:22:25.409Z] nexus3.edgexfoundry.org:10004 [2020-12-15T07:22:25.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:22:25.670Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:22:25.670Z] Configure a credential helper to remove this warning. See [2020-12-15T07:22:25.670Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:22:25.670Z] [2020-12-15T07:22:25.670Z] Login Succeeded [2020-12-15T07:22:25.670Z] docker.io [2020-12-15T07:22:25.670Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-15T07:22:25.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-15T07:22:25.933Z] Configure a credential helper to remove this warning. See [2020-12-15T07:22:25.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-15T07:22:25.933Z] [2020-12-15T07:22:25.933Z] Login Succeeded [2020-12-15T07:22:25.933Z] ---> docker-login.sh ends [Pipeline] } [2020-12-15T07:22:25.942Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T07:22:26.394Z] ++ 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-15T07:22:26.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:22:26.394Z] ++ dirname cmd/core-command/Dockerfile [2020-12-15T07:22:26.394Z] ++ cut -d/ -f2 [2020-12-15T07:22:26.394Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-15T07:22:26.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:22:26.394Z] ++ dirname cmd/core-data/Dockerfile [2020-12-15T07:22:26.394Z] ++ cut -d/ -f2 [2020-12-15T07:22:26.394Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-15T07:22:26.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:22:26.394Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-15T07:22:26.394Z] ++ cut -d/ -f2 [2020-12-15T07:22:26.394Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-15T07:22:26.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:22:26.394Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-15T07:22:26.394Z] ++ cut -d/ -f2 [2020-12-15T07:22:26.394Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-15T07:22:26.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:22:26.394Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-15T07:22:26.394Z] ++ cut -d/ -f2 [2020-12-15T07:22:26.394Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-15T07:22:26.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:22:26.394Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-15T07:22:26.394Z] ++ cut -d/ -f2 [2020-12-15T07:22:26.394Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-15T07:22:26.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:22:26.394Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-15T07:22:26.394Z] ++ cut -d/ -f2 [2020-12-15T07:22:26.394Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-15T07:22:26.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:22:26.394Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-15T07:22:26.394Z] ++ cut -d/ -f2 [2020-12-15T07:22:26.394Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-15T07:22:26.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:22:26.394Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-15T07:22:26.394Z] ++ cut -d/ -f2 [2020-12-15T07:22:26.394Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-15T07:22:26.394Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-15T07:22:26.394Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-15T07:22:26.394Z] ++ cut -d/ -f2 [2020-12-15T07:22:26.394Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-15T07:22:26.463Z] 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-15T07:22:27.319Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T07:22:27.319Z] [2020-12-15T07:22:27.319Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:22:27.674Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T07:22:27.675Z] latest: Pulling from edgex-devops/git-semver [2020-12-15T07:22:27.675Z] 31603596830f: Pulling fs layer [2020-12-15T07:22:27.675Z] 2a8b12db71e7: Pulling fs layer [2020-12-15T07:22:27.675Z] 6ca5941a6612: Pulling fs layer [2020-12-15T07:22:27.675Z] ecc8261a40a4: Pulling fs layer [2020-12-15T07:22:27.675Z] ecc8261a40a4: Waiting [2020-12-15T07:22:27.675Z] 2a8b12db71e7: Verifying Checksum [2020-12-15T07:22:27.675Z] 2a8b12db71e7: Download complete [2020-12-15T07:22:27.675Z] 31603596830f: Verifying Checksum [2020-12-15T07:22:27.675Z] 31603596830f: Download complete [2020-12-15T07:22:27.944Z] 6ca5941a6612: Verifying Checksum [2020-12-15T07:22:27.944Z] 6ca5941a6612: Download complete [2020-12-15T07:22:28.211Z] 31603596830f: Pull complete [2020-12-15T07:22:28.211Z] ecc8261a40a4: Verifying Checksum [2020-12-15T07:22:28.211Z] ecc8261a40a4: Download complete [2020-12-15T07:22:28.211Z] 2a8b12db71e7: Pull complete [2020-12-15T07:22:29.164Z] 6ca5941a6612: Pull complete [2020-12-15T07:22:29.426Z] ecc8261a40a4: Pull complete [2020-12-15T07:22:29.426Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-15T07:22:29.426Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-15T07:22:29.426Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-15T07:22:29.534Z] prd-centos7-docker-4c-2g-16085 does not seem to be running inside a container [2020-12-15T07:22:29.660Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-15T07:22:32.235Z] $ docker top 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-15T07:22:32.623Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T07:22:32.623Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T07:22:32.854Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T07:22:32.861Z] $ docker exec 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 ssh-agent [2020-12-15T07:22:33.042Z] SSH_AUTH_SOCK=/tmp/ssh-DszavskEgt4t/agent.11 [2020-12-15T07:22:33.042Z] SSH_AGENT_PID=16 [2020-12-15T07:22:33.055Z] Running ssh-add (command line suppressed) [2020-12-15T07:22:33.190Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_1883882520793798557.key (/w/workspace/edgex-go/3@tmp/private_key_1883882520793798557.key) [2020-12-15T07:22:33.240Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T07:22:33.574Z] + git tag --points-at HEAD [Pipeline] } [2020-12-15T07:22:33.601Z] $ docker exec --env ******** --env ******** 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 ssh-agent -k [2020-12-15T07:22:33.716Z] unset SSH_AUTH_SOCK; [2020-12-15T07:22:33.717Z] unset SSH_AGENT_PID; [2020-12-15T07:22:33.717Z] echo Agent pid 16 killed; [2020-12-15T07:22:33.761Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-15T07:22:33.945Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-15T07:22:33.945Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-15T07:22:34.118Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-15T07:22:34.124Z] $ docker exec 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 ssh-agent [2020-12-15T07:22:34.288Z] SSH_AUTH_SOCK=/tmp/ssh-0ro4paz6qTPt/agent.46 [2020-12-15T07:22:34.288Z] SSH_AGENT_PID=51 [2020-12-15T07:22:34.294Z] Running ssh-add (command line suppressed) [2020-12-15T07:22:34.421Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8699900330035527926.key (/w/workspace/edgex-go/3@tmp/private_key_8699900330035527926.key) [2020-12-15T07:22:34.470Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-15T07:22:34.821Z] + git semver init [2020-12-15T07:22:34.821Z] # -> Open(): unable to determine branch for HEAD [2020-12-15T07:22:34.821Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-12-15T07:22:34.821Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-12-15T07:22:34.821Z] # $SEMVER_REMOTE_NAME = origin [2020-12-15T07:22:34.821Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-15T07:22:34.821Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-15T07:22:34.821Z] # $SEMVER_BRANCH = PR-2944 [2020-12-15T07:22:34.821Z] # $SEMVER_TEMP = /tmp/semver-147915324 [2020-12-15T07:22:34.821Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-15T07:22:53.196Z] # '/tmp/semver-147915324' -> '/w/workspace/edgex-go/3/.semver' [2020-12-15T07:22:53.196Z] # -> Force: false [2020-12-15T07:22:53.196Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-12-15T07:22:53.213Z] $ docker exec --env ******** --env ******** 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 ssh-agent -k [2020-12-15T07:22:53.434Z] unset SSH_AUTH_SOCK; [2020-12-15T07:22:53.435Z] unset SSH_AGENT_PID; [2020-12-15T07:22:53.435Z] echo Agent pid 51 killed; [2020-12-15T07:22:53.494Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-15T07:22:53.976Z] + git semver [Pipeline] } [2020-12-15T07:22:53.996Z] $ docker stop --time=1 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 [2020-12-15T07:22:55.612Z] $ docker rm -f 320bf555ac402c349a827e02d4311bc94e68449371274578b34b1967af354682 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T07:22:56.139Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-15T07:22:56.585Z] Stashed 1 file(s) [Pipeline] echo [2020-12-15T07:22:56.588Z] [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-15T07:22:57.424Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-15T07:22:57.717Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-15T07:22:58.026Z] + sudo service docker restart [2020-12-15T07:22:58.026Z] + true [2020-12-15T07:22:58.026Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-15T07:22:58.616Z] ========================================================= [2020-12-15T07:22:58.617Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-15T07:22:58.617Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:22:58.956Z] + 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-15T07:23:02.277Z] Sending build context to Docker daemon 326.4MB [2020-12-15T07:23:02.277Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T07:23:02.277Z] Step 2/7 : FROM ${BASE} [2020-12-15T07:23:02.277Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-15T07:23:02.277Z] 188c0c94c7c5: Pulling fs layer [2020-12-15T07:23:02.277Z] 0ef7d3d256c8: Pulling fs layer [2020-12-15T07:23:02.277Z] de9db76c5a1d: Pulling fs layer [2020-12-15T07:23:02.277Z] bca2f99d35d6: Pulling fs layer [2020-12-15T07:23:02.277Z] 93359f2a8cfa: Pulling fs layer [2020-12-15T07:23:02.277Z] 7c6f9722023f: Pulling fs layer [2020-12-15T07:23:02.277Z] a35cf1a2eb13: Pulling fs layer [2020-12-15T07:23:02.277Z] 93359f2a8cfa: Waiting [2020-12-15T07:23:02.277Z] 7c6f9722023f: Waiting [2020-12-15T07:23:02.277Z] a35cf1a2eb13: Waiting [2020-12-15T07:23:02.277Z] bca2f99d35d6: Waiting [2020-12-15T07:23:02.277Z] de9db76c5a1d: Download complete [2020-12-15T07:23:02.277Z] 0ef7d3d256c8: Verifying Checksum [2020-12-15T07:23:02.277Z] 0ef7d3d256c8: Download complete [2020-12-15T07:23:02.277Z] 93359f2a8cfa: Verifying Checksum [2020-12-15T07:23:02.277Z] 188c0c94c7c5: Verifying Checksum [2020-12-15T07:23:02.277Z] 188c0c94c7c5: Download complete [2020-12-15T07:23:02.277Z] 7c6f9722023f: Verifying Checksum [2020-12-15T07:23:02.277Z] 7c6f9722023f: Download complete [2020-12-15T07:23:02.540Z] 188c0c94c7c5: Pull complete [2020-12-15T07:23:02.802Z] 0ef7d3d256c8: Pull complete [2020-12-15T07:23:02.802Z] de9db76c5a1d: Pull complete [2020-12-15T07:23:04.736Z] a35cf1a2eb13: Verifying Checksum [2020-12-15T07:23:04.736Z] a35cf1a2eb13: Download complete [2020-12-15T07:23:04.736Z] bca2f99d35d6: Verifying Checksum [2020-12-15T07:23:04.736Z] bca2f99d35d6: Download complete [2020-12-15T07:23:10.072Z] bca2f99d35d6: Pull complete [2020-12-15T07:23:10.334Z] 93359f2a8cfa: Pull complete [2020-12-15T07:23:10.334Z] 7c6f9722023f: Pull complete [2020-12-15T07:23:11.939Z] Still waiting to schedule task [2020-12-15T07:23:11.939Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-15T07:23:15.639Z] a35cf1a2eb13: Pull complete [2020-12-15T07:23:15.903Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-15T07:23:15.903Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-15T07:23:15.903Z] ---> a62c8e92a672 [2020-12-15T07:23:15.903Z] 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-15T07:23:16.171Z] ---> Running in 26252ab74bda [2020-12-15T07:23:17.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:23:18.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:23:19.010Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T07:23:19.010Z] (2/12) Installing file (5.38-r0) [2020-12-15T07:23:19.010Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T07:23:19.272Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T07:23:31.524Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T07:23:31.524Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T07:23:31.524Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T07:23:31.524Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T07:23:31.524Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T07:23:31.524Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T07:23:31.524Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T07:23:31.524Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T07:23:31.524Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:23:31.524Z] OK: 233 MiB in 51 packages [2020-12-15T07:23:34.090Z] Removing intermediate container 26252ab74bda [2020-12-15T07:23:34.090Z] ---> a929351fc9d0 [2020-12-15T07:23:34.090Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T07:23:34.090Z] ---> Running in 77fcf9e575c7 [2020-12-15T07:23:34.090Z] Removing intermediate container 77fcf9e575c7 [2020-12-15T07:23:34.090Z] ---> e6569170af51 [2020-12-15T07:23:34.090Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T07:23:34.670Z] latest: Pulling from library/docker [2020-12-15T07:23:34.934Z] 05e7bc50f07f: Pulling fs layer [2020-12-15T07:23:34.934Z] 6db28d0fdbf6: Pulling fs layer [2020-12-15T07:23:34.934Z] 292df0bc6bf3: Pulling fs layer [2020-12-15T07:23:34.934Z] 2e060f4bd70b: Pulling fs layer [2020-12-15T07:23:34.934Z] 80e8d568a223: Pulling fs layer [2020-12-15T07:23:34.934Z] 8dc6ef1a942a: Pulling fs layer [2020-12-15T07:23:34.934Z] 2312dd95470a: Pulling fs layer [2020-12-15T07:23:34.934Z] 2e060f4bd70b: Waiting [2020-12-15T07:23:34.934Z] 80e8d568a223: Waiting [2020-12-15T07:23:34.934Z] 2312dd95470a: Waiting [2020-12-15T07:23:34.934Z] 8dc6ef1a942a: Waiting [2020-12-15T07:23:34.934Z] 292df0bc6bf3: Verifying Checksum [2020-12-15T07:23:34.934Z] 292df0bc6bf3: Download complete [2020-12-15T07:23:35.197Z] 6db28d0fdbf6: Verifying Checksum [2020-12-15T07:23:35.197Z] 6db28d0fdbf6: Download complete [2020-12-15T07:23:35.197Z] 05e7bc50f07f: Verifying Checksum [2020-12-15T07:23:35.197Z] 05e7bc50f07f: Download complete [2020-12-15T07:23:35.197Z] 80e8d568a223: Verifying Checksum [2020-12-15T07:23:35.197Z] 80e8d568a223: Download complete [2020-12-15T07:23:35.197Z] 8dc6ef1a942a: Verifying Checksum [2020-12-15T07:23:35.197Z] 8dc6ef1a942a: Download complete [2020-12-15T07:23:35.197Z] 2312dd95470a: Verifying Checksum [2020-12-15T07:23:35.197Z] 2312dd95470a: Download complete [2020-12-15T07:23:35.461Z] 05e7bc50f07f: Pull complete [2020-12-15T07:23:35.724Z] 6db28d0fdbf6: Pull complete [2020-12-15T07:23:35.724Z] 292df0bc6bf3: Pull complete [2020-12-15T07:23:36.299Z] 2e060f4bd70b: Download complete [2020-12-15T07:23:38.871Z] 2e060f4bd70b: Pull complete [2020-12-15T07:23:38.871Z] 80e8d568a223: Pull complete [2020-12-15T07:23:38.871Z] 8dc6ef1a942a: Pull complete [2020-12-15T07:23:39.142Z] 2312dd95470a: Pull complete [2020-12-15T07:23:39.142Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T07:23:39.142Z] Status: Downloaded newer image for docker:latest [2020-12-15T07:23:40.538Z] ---> 1634e98e401e [2020-12-15T07:23:40.538Z] Step 6/7 : COPY go.mod . [2020-12-15T07:23:40.803Z] ---> d564e2b6e9a3 [2020-12-15T07:23:40.803Z] Step 7/7 : RUN go mod download [2020-12-15T07:23:40.803Z] ---> Running in 490d72baf7b7 [2020-12-15T07:24:02.816Z] Removing intermediate container 490d72baf7b7 [2020-12-15T07:24:02.816Z] ---> 3f99f4639183 [2020-12-15T07:24:02.816Z] Successfully built 3f99f4639183 [2020-12-15T07:24:02.816Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:24:03.133Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T07:24:03.134Z] . [Pipeline] withDockerContainer [2020-12-15T07:24:03.238Z] prd-centos7-docker-4c-2g-16085 does not seem to be running inside a container [2020-12-15T07:24:03.288Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2020-12-15T07:24:04.054Z] $ docker top c74feaf870906ede8ffa38be10d06a53326e1700c50924cf896002826de48717 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:24:04.597Z] + go version [2020-12-15T07:24:04.597Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-15T07:24:04.612Z] $ docker stop --time=1 c74feaf870906ede8ffa38be10d06a53326e1700c50924cf896002826de48717 [2020-12-15T07:24:05.980Z] $ docker rm -f c74feaf870906ede8ffa38be10d06a53326e1700c50924cf896002826de48717 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:24:07.036Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-15T07:24:07.036Z] . [Pipeline] withDockerContainer [2020-12-15T07:24:07.242Z] prd-centos7-docker-4c-2g-16085 does not seem to be running inside a container [2020-12-15T07:24:07.317Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** ci-base-image-x86_64 cat [2020-12-15T07:24:08.455Z] $ docker top 7373e53e70e4f6ec6c3f37cd8c940480b234ea5564a5c7354b8e17b3f25641b1 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T07:24:08.678Z] ========================================================= [2020-12-15T07:24:08.678Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T07:24:08.678Z] ========================================================= [Pipeline] sh [2020-12-15T07:24:08.966Z] + make test [2020-12-15T07:24:08.966Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T07:24:17.159Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T07:24:32.177Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T07:24:38.840Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T07:24:39.112Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T07:24:39.112Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T07:24:39.112Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T07:24:39.376Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T07:24:39.639Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T07:24:41.586Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.025s [2020-12-15T07:24:41.586Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T07:24:41.586Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T07:24:42.172Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T07:24:42.172Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T07:24:42.172Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T07:24:42.172Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T07:24:44.752Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements [2020-12-15T07:24:44.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T07:24:44.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T07:24:44.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T07:24:44.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T07:24:44.752Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T07:24:49.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.205s coverage: 27.1% of statements [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T07:24:49.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T07:24:49.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T07:24:49.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.390s coverage: 71.3% of statements [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T07:24:49.047Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.105s coverage: 83.7% of statements [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T07:24:49.047Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T07:24:50.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.318s coverage: 28.6% of statements [2020-12-15T07:24:50.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T07:24:50.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T07:24:50.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T07:24:50.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T07:24:50.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T07:24:50.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.084s coverage: 100.0% of statements [2020-12-15T07:24:50.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T07:24:50.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2020-12-15T07:24:50.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T07:24:50.002Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.108s coverage: 86.7% of statements [2020-12-15T07:24:50.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T07:24:50.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.158s coverage: 97.5% of statements [2020-12-15T07:24:50.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T07:24:50.983Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.072s coverage: 78.3% of statements [2020-12-15T07:24:50.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T07:24:50.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T07:24:50.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T07:24:50.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T07:24:52.953Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.318s coverage: 93.8% of statements [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T07:24:52.953Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T07:24:52.953Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.106s coverage: 0.1% of statements [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T07:24:52.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T07:24:52.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.051s coverage: 75.5% of statements [2020-12-15T07:24:52.953Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T07:24:52.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.064s coverage: 80.8% of statements [2020-12-15T07:24:52.953Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.069s coverage: 87.2% of statements [2020-12-15T07:24:53.215Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.053s coverage: 84.2% of statements [2020-12-15T07:24:53.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.092s coverage: 91.4% of statements [2020-12-15T07:24:53.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T07:24:54.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.174s coverage: 63.5% of statements [2020-12-15T07:24:54.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T07:24:54.398Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T07:24:54.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2020-12-15T07:24:54.398Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements [2020-12-15T07:24:54.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2020-12-15T07:24:54.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements [2020-12-15T07:24:54.670Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.029s coverage: 100.0% of statements [2020-12-15T07:24:56.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 55.9% of statements [2020-12-15T07:24:56.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T07:24:56.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T07:24:56.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T07:24:56.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T07:24:56.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T07:24:56.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 15.419s coverage: 86.3% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.110s coverage: 72.2% of statements [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.380s coverage: 72.1% of statements [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.039s coverage: 82.4% of statements [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.050s coverage: 48.4% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.030s coverage: 28.8% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.044s coverage: 96.8% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.327s coverage: 84.0% of statements [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.104s coverage: 47.1% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.062s coverage: 100.0% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.648s coverage: 29.1% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T07:25:11.158Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2020-12-15T07:25:11.158Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-15T07:25:11.421Z] GO111MODULE=on go vet ./... [2020-12-15T07:25:38.139Z] gofmt -l . [2020-12-15T07:25:38.140Z] [ "`gofmt -l .`" = "" ] [2020-12-15T07:25:38.140Z] ./bin/test-go-mod-tidy.sh [2020-12-15T07:25:38.140Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-15T07:25:38.449Z] + ls -al . [2020-12-15T07:25:38.449Z] total 664 [2020-12-15T07:25:38.449Z] drwxrwxr-x 10 1001 1001 4096 Dec 15 07:25 . [2020-12-15T07:25:38.449Z] drwxr-xr-x 4 root root 28 Dec 15 07:24 .. [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 11 Dec 15 07:22 .dockerignore [2020-12-15T07:25:38.449Z] drwxrwxr-x 8 1001 1001 179 Dec 15 07:22 .git [2020-12-15T07:25:38.449Z] drwxrwxr-x 3 1001 1001 125 Dec 15 07:22 .github [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 943 Dec 15 07:22 .gitignore [2020-12-15T07:25:38.449Z] drwx------ 3 1001 1001 47 Dec 15 07:22 .semver [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 166 Dec 15 07:22 .sonarcloud.properties [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 3804 Dec 15 07:22 CONTRIBUTING.md [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 1035 Dec 15 07:22 Dockerfile.build [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 863 Dec 15 07:22 Jenkinsfile [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 10775 Dec 15 07:22 LICENSE [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 6318 Dec 15 07:22 Makefile [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 6447 Dec 15 07:22 README.md [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 7286 Dec 15 07:22 SECURITY.md [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 5 Dec 15 07:22 VERSION [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 4131 Dec 15 07:22 ZMQWindows.md [2020-12-15T07:25:38.449Z] drwxrwxr-x 2 1001 1001 117 Dec 15 07:22 bin [2020-12-15T07:25:38.449Z] drwxrwxr-x 15 1001 1001 4096 Dec 15 07:22 cmd [2020-12-15T07:25:38.449Z] -rw-r--r-- 1 root root 568194 Dec 15 07:25 coverage.out [2020-12-15T07:25:38.449Z] -rw-r--r-- 1 root root 1041 Dec 15 07:25 go.mod [2020-12-15T07:25:38.449Z] -rw-r--r-- 1 root root 18959 Dec 15 07:25 go.sum [2020-12-15T07:25:38.449Z] drwxrwxr-x 8 1001 1001 127 Dec 15 07:22 internal [2020-12-15T07:25:38.449Z] drwxrwxr-x 4 1001 1001 26 Dec 15 07:22 openapi [2020-12-15T07:25:38.449Z] drwxrwxr-x 4 1001 1001 71 Dec 15 07:22 snap [2020-12-15T07:25:38.449Z] -rw-rw-r-- 1 1001 1001 168 Dec 15 07:22 version.go [Pipeline] sh [2020-12-15T07:25:38.751Z] + '[' -e coverage.out ] [2020-12-15T07:25:38.751Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T07:25:38.975Z] Stashed 1 file(s) [Pipeline] sh [2020-12-15T07:25:39.325Z] + make build [2020-12-15T07:25:39.325Z] 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-15T07:25:43.600Z] 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-15T07:25:51.853Z] 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-15T07:25:52.443Z] 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-15T07:25:53.864Z] 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-15T07:25:54.137Z] 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-15T07:25:55.564Z] 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-15T07:25:56.981Z] 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-15T07:25:57.934Z] 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-15T07:25:59.330Z] 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-15T07:26:00.283Z] 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-15T07:26:01.679Z] 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-15T07:26:02.638Z] 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-15T07:26:03.611Z] $ docker stop --time=1 7373e53e70e4f6ec6c3f37cd8c940480b234ea5564a5c7354b8e17b3f25641b1 [2020-12-15T07:26:04.266Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-16088 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [2020-12-15T07:26:05.321Z] $ docker rm -f 7373e53e70e4f6ec6c3f37cd8c940480b234ea5564a5c7354b8e17b3f25641b1 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2020-12-15T07:26:06.015Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:26:07.462Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T07:26:07.462Z] [2020-12-15T07:26:07.462Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:26:07.817Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T07:26:07.817Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-15T07:26:07.818Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-15T07:26:07.818Z] ca9280d653b3: Pulling fs layer [2020-12-15T07:26:07.818Z] 7e9c9ca2126c: Pulling fs layer [2020-12-15T07:26:08.081Z] cbdbe7a5bc2a: Download complete [2020-12-15T07:26:08.344Z] cbdbe7a5bc2a: Pull complete [2020-12-15T07:26:08.608Z] ca9280d653b3: Verifying Checksum [2020-12-15T07:26:08.608Z] ca9280d653b3: Download complete [2020-12-15T07:26:09.572Z] ca9280d653b3: Pull complete [2020-12-15T07:26:09.572Z] 7e9c9ca2126c: Verifying Checksum [2020-12-15T07:26:09.572Z] 7e9c9ca2126c: Download complete [2020-12-15T07:26:11.474Z] using credential edgex-jenkins-ssh [2020-12-15T07:26:11.542Z] Cloning the remote Git repository [2020-12-15T07:26:11.614Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:26:11.745Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-15T07:26:11.818Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:26:11.819Z] > git --version # timeout=10 [2020-12-15T07:26:11.846Z] > git --version # 'git version 2.17.1' [2020-12-15T07:26:11.848Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T07:26:11.916Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T07:26:16.189Z] 7e9c9ca2126c: Pull complete [2020-12-15T07:26:16.189Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-15T07:26:16.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T07:26:16.189Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-15T07:26:16.297Z] prd-centos7-docker-4c-2g-16085 does not seem to be running inside a container [2020-12-15T07:26:16.346Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-15T07:26:18.326Z] $ docker top 44a66f4a26fac76eaa0fa918876b44f27b82108f4f0f8911a5788642fcb4354f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:26:18.857Z] + docker-compose build --help [2020-12-15T07:26:18.857Z] + grep parallel [2020-12-15T07:26:19.800Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T07:26:19.816Z] $ docker stop --time=1 44a66f4a26fac76eaa0fa918876b44f27b82108f4f0f8911a5788642fcb4354f [2020-12-15T07:26:21.186Z] $ docker rm -f 44a66f4a26fac76eaa0fa918876b44f27b82108f4f0f8911a5788642fcb4354f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:26:21.898Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T07:26:21.898Z] . [Pipeline] withDockerContainer [2020-12-15T07:26:21.996Z] prd-centos7-docker-4c-2g-16085 does not seem to be running inside a container [2020-12-15T07:26:22.106Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-15T07:26:22.845Z] $ docker top ecd20948088350b07f1ae1b2d54cbee7dfeedbebda3180ea1ccc8712d9cc6d6d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:26:23.367Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T07:26:24.339Z] Building docker-core-command-go ... [2020-12-15T07:26:24.339Z] Building docker-core-data-go ... [2020-12-15T07:26:24.339Z] Building docker-core-metadata-go ... [2020-12-15T07:26:24.339Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T07:26:24.339Z] Building docker-security-proxy-setup-go ... [2020-12-15T07:26:24.339Z] Building docker-security-secrets-setup-go ... [2020-12-15T07:26:24.339Z] Building docker-security-secretstore-setup-go ... [2020-12-15T07:26:24.339Z] Building docker-support-notifications-go ... [2020-12-15T07:26:24.339Z] Building docker-support-scheduler-go ... [2020-12-15T07:26:24.339Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T07:26:24.339Z] Building docker-core-data-go [2020-12-15T07:26:24.339Z] Building docker-support-scheduler-go [2020-12-15T07:26:24.339Z] Building docker-sys-mgmt-agent-go [2020-12-15T07:26:24.339Z] Building docker-core-command-go [2020-12-15T07:26:24.339Z] Building docker-security-proxy-setup-go [2020-12-15T07:26:34.297Z] Merging remotes/origin/master commit 63eb717be648985cabd2e2ea0d3d1f19ada5a008 into PR head commit 24b7634453227e8df51ea6aa002a7fed098fab96 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T07:26:34.729Z] Failed in branch arm64 [2020-12-15T07:26:33.584Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T07:26:33.604Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T07:26:33.638Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T07:26:33.688Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:26:33.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T07:26:33.704Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T07:26:34.320Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T07:26:34.340Z] > git checkout -f 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 [2020-12-15T07:26:56.633Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:26:56.633Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:26:56.633Z] ---> 3f99f4639183 [2020-12-15T07:26:56.633Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T07:26:56.633Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:26:56.633Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:26:56.633Z] ---> 3f99f4639183 [2020-12-15T07:26:56.633Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T07:26:56.633Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:26:56.633Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:26:56.633Z] ---> 3f99f4639183 [2020-12-15T07:26:56.633Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:26:56.633Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:26:56.633Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:26:56.633Z] ---> 3f99f4639183 [2020-12-15T07:26:56.633Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T07:26:56.633Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:26:56.633Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:26:56.633Z] ---> 3f99f4639183 [2020-12-15T07:26:56.633Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T07:26:56.633Z] ---> Running in 030459c58416 [2020-12-15T07:26:56.633Z] ---> Running in c1a363a4c957 [2020-12-15T07:26:56.633Z] ---> Running in 26776f8ea6b1 [2020-12-15T07:26:56.633Z] ---> Running in 1473454e6260 [2020-12-15T07:26:56.633Z] ---> Running in d068900e9417 [2020-12-15T07:26:56.633Z] Removing intermediate container 030459c58416 [2020-12-15T07:26:56.633Z] ---> d2b8998d250c [2020-12-15T07:26:56.633Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:26:56.633Z] Removing intermediate container 1473454e6260 [2020-12-15T07:26:56.633Z] ---> 47dfcada6936 [2020-12-15T07:26:56.633Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:26:56.633Z] Removing intermediate container d068900e9417 [2020-12-15T07:26:56.633Z] ---> a78551c8a295 [2020-12-15T07:26:56.633Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:26:56.633Z] Removing intermediate container 26776f8ea6b1 [2020-12-15T07:26:56.633Z] ---> f4a7455086dc [2020-12-15T07:26:56.633Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:26:56.633Z] Removing intermediate container c1a363a4c957 [2020-12-15T07:26:56.633Z] ---> ba2d8aa84c2d [2020-12-15T07:26:56.633Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:26:56.633Z] ---> Running in cc956e15895b [2020-12-15T07:26:56.633Z] ---> Running in 23d6a6290191 [2020-12-15T07:26:56.633Z] ---> Running in 9289de1902a8 [2020-12-15T07:26:56.633Z] ---> Running in a905e69e402b [2020-12-15T07:26:56.633Z] ---> Running in 796839143eae [2020-12-15T07:26:58.028Z] Removing intermediate container 9289de1902a8 [2020-12-15T07:26:58.028Z] ---> e3edb15c32c6 [2020-12-15T07:26:58.028Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T07:26:58.028Z] ---> Running in 02b2dc782431 [2020-12-15T07:26:58.028Z] Removing intermediate container 23d6a6290191 [2020-12-15T07:26:58.028Z] ---> ec132d420065 [2020-12-15T07:26:58.028Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:26:58.291Z] ---> Running in 671130018f63 [2020-12-15T07:26:58.556Z] Removing intermediate container cc956e15895b [2020-12-15T07:26:58.556Z] ---> f87981191379 [2020-12-15T07:26:58.556Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T07:26:58.556Z] Removing intermediate container 796839143eae [2020-12-15T07:26:58.556Z] ---> cafee6393442 [2020-12-15T07:26:58.556Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T07:26:58.556Z] Removing intermediate container a905e69e402b [2020-12-15T07:26:58.556Z] ---> 1752cb31f2dc [2020-12-15T07:26:58.556Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T07:26:58.822Z] ---> Running in d9c0d6e3313c [2020-12-15T07:26:58.822Z] ---> Running in 7ee3fff73068 [2020-12-15T07:26:58.822Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:26:59.086Z] ---> Running in 2ddded0f0c9b [2020-12-15T07:26:59.354Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:26:59.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:26:59.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:26:59.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:26:59.883Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:00.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:00.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:00.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:00.722Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:27:01.302Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:01.302Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:01.302Z] OK: 12750 distinct packages available [2020-12-15T07:27:01.302Z] OK: 233 MiB in 51 packages [2020-12-15T07:27:01.302Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:01.302Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:01.302Z] OK: 12750 distinct packages available [2020-12-15T07:27:01.572Z] OK: 233 MiB in 51 packages [2020-12-15T07:27:01.841Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:01.841Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:01.841Z] OK: 12750 distinct packages available [2020-12-15T07:27:02.124Z] Removing intermediate container 02b2dc782431 [2020-12-15T07:27:02.124Z] ---> 8b5053c9796a [2020-12-15T07:27:02.124Z] Step 6/23 : COPY go.mod . [2020-12-15T07:27:02.124Z] OK: 233 MiB in 51 packages [2020-12-15T07:27:02.124Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:02.124Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:02.124Z] OK: 12750 distinct packages available [2020-12-15T07:27:02.392Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:27:02.392Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:27:02.392Z] OK: 12750 distinct packages available [2020-12-15T07:27:02.392Z] Removing intermediate container 671130018f63 [2020-12-15T07:27:02.392Z] ---> 7d808932fbc8 [2020-12-15T07:27:02.392Z] Step 6/22 : COPY go.mod . [2020-12-15T07:27:02.392Z] OK: 233 MiB in 51 packages [2020-12-15T07:27:02.392Z] ---> 9ae4adecc099 [2020-12-15T07:27:02.392Z] Step 7/23 : RUN go mod download [2020-12-15T07:27:02.673Z] OK: 233 MiB in 51 packages [2020-12-15T07:27:02.673Z] ---> Running in 371d760f1b32 [2020-12-15T07:27:02.673Z] ---> d880e5c17d83 [2020-12-15T07:27:02.673Z] Step 7/22 : RUN go mod download [2020-12-15T07:27:02.941Z] ---> Running in 4d36ebe6d206 [2020-12-15T07:27:02.941Z] Removing intermediate container d9c0d6e3313c [2020-12-15T07:27:02.941Z] ---> 1e7f52ed960c [2020-12-15T07:27:02.941Z] Step 6/21 : COPY go.mod . [2020-12-15T07:27:03.530Z] ---> 692f37db7b58 [2020-12-15T07:27:03.530Z] Step 7/21 : RUN go mod download [2020-12-15T07:27:03.530Z] Removing intermediate container 2ddded0f0c9b [2020-12-15T07:27:03.530Z] ---> a396dfce56b8 [2020-12-15T07:27:03.530Z] Step 6/27 : COPY go.mod . [2020-12-15T07:27:03.805Z] ---> Running in d429364147c0 [2020-12-15T07:27:03.805Z] Removing intermediate container 7ee3fff73068 [2020-12-15T07:27:03.805Z] ---> eeeaad209a08 [2020-12-15T07:27:03.805Z] Step 6/21 : COPY go.mod . [2020-12-15T07:27:04.070Z] ---> 6fc7cc3fda06 [2020-12-15T07:27:04.070Z] Step 7/27 : RUN go mod download [2020-12-15T07:27:04.332Z] ---> Running in 713c328a74c8 [2020-12-15T07:27:04.332Z] ---> 63a4f0f832d3 [2020-12-15T07:27:04.332Z] Step 7/21 : RUN go mod download [2020-12-15T07:27:04.603Z] ---> Running in 23974a157937 [2020-12-15T07:27:06.012Z] Removing intermediate container 371d760f1b32 [2020-12-15T07:27:06.012Z] ---> 08e1532ad148 [2020-12-15T07:27:06.012Z] Step 8/23 : COPY . . [2020-12-15T07:27:06.012Z] Removing intermediate container 4d36ebe6d206 [2020-12-15T07:27:06.012Z] ---> 8e1135c7cd04 [2020-12-15T07:27:06.012Z] Step 8/22 : COPY . . [2020-12-15T07:27:06.287Z] Removing intermediate container d429364147c0 [2020-12-15T07:27:06.287Z] ---> 38dbc4f9db16 [2020-12-15T07:27:06.287Z] Step 8/21 : COPY . . [2020-12-15T07:27:08.242Z] Removing intermediate container 713c328a74c8 [2020-12-15T07:27:08.242Z] ---> bb91f05c3489 [2020-12-15T07:27:08.242Z] Step 8/27 : COPY . . [2020-12-15T07:27:13.589Z] Removing intermediate container 23974a157937 [2020-12-15T07:27:13.589Z] ---> 9c2042be3891 [2020-12-15T07:27:13.589Z] Step 8/21 : COPY . . [2020-12-15T07:27:45.855Z] ---> 7f9f0a545b3d [2020-12-15T07:27:45.855Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T07:27:45.855Z] ---> 8f2e4abfae1c [2020-12-15T07:27:45.855Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T07:27:45.855Z] ---> b9dbc854ce33 [2020-12-15T07:27:45.855Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T07:27:45.855Z] ---> f598f7970ae1 [2020-12-15T07:27:45.855Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T07:27:45.855Z] ---> dbf85ed2134b [2020-12-15T07:27:45.855Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T07:27:45.855Z] ---> Running in 88b444b01f73 [2020-12-15T07:27:45.855Z] ---> Running in f4c0fe40b2c6 [2020-12-15T07:27:45.855Z] ---> Running in 707fc37adc12 [2020-12-15T07:27:45.855Z] ---> Running in 7a294a3a376f [2020-12-15T07:27:45.855Z] ---> Running in c65c1261e932 [2020-12-15T07:27:45.855Z] 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-15T07:27:45.855Z] 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-15T07:27:45.855Z] 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-15T07:27:46.137Z] 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-15T07:27:46.137Z] 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-15T07:28:12.886Z] 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-15T07:28:21.123Z] Removing intermediate container 7a294a3a376f [2020-12-15T07:28:21.123Z] ---> 66781a0d7f0e [2020-12-15T07:28:21.123Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T07:28:21.123Z] ---> Running in c6f6d2442810 [2020-12-15T07:28:21.123Z] 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-15T07:28:26.484Z] Removing intermediate container c65c1261e932 [2020-12-15T07:28:26.484Z] ---> d371ab5923da [2020-12-15T07:28:26.484Z] [2020-12-15T07:28:26.484Z] Step 10/21 : FROM alpine [2020-12-15T07:28:26.484Z] latest: Pulling from library/alpine [2020-12-15T07:28:26.484Z] Removing intermediate container f4c0fe40b2c6 [2020-12-15T07:28:26.484Z] ---> ee68658ac582 [2020-12-15T07:28:26.484Z] [2020-12-15T07:28:26.484Z] Step 10/22 : FROM scratch [2020-12-15T07:28:26.484Z] ---> [2020-12-15T07:28:26.484Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:28:26.484Z] Removing intermediate container 88b444b01f73 [2020-12-15T07:28:26.484Z] ---> 8e9661a1f708 [2020-12-15T07:28:26.484Z] [2020-12-15T07:28:26.484Z] Step 10/21 : FROM scratch [2020-12-15T07:28:26.484Z] ---> [2020-12-15T07:28:26.484Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:28:26.484Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T07:28:26.484Z] Status: Downloaded newer image for alpine:latest [2020-12-15T07:28:26.484Z] ---> b14afc6dfb98 [2020-12-15T07:28:26.484Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T07:28:26.751Z] ---> Running in 4cb5b8caefb6 [2020-12-15T07:28:26.751Z] Removing intermediate container c6f6d2442810 [2020-12-15T07:28:26.751Z] ---> d3c4c335b403 [2020-12-15T07:28:26.751Z] [2020-12-15T07:28:26.751Z] Step 11/27 : FROM docker:latest [2020-12-15T07:28:26.751Z] ---> aefe523efa57 [2020-12-15T07:28:26.751Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T07:28:26.751Z] ---> Running in 6bfc80d63a6e [2020-12-15T07:28:26.751Z] ---> Running in f23d22fb0c20 [2020-12-15T07:28:27.013Z] ---> Running in 45047a490c89 [2020-12-15T07:28:28.409Z] Removing intermediate container 6bfc80d63a6e [2020-12-15T07:28:28.409Z] ---> d3970ba52b9b [2020-12-15T07:28:28.409Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T07:28:28.409Z] Removing intermediate container 4cb5b8caefb6 [2020-12-15T07:28:28.409Z] ---> ef96e1674be5 [2020-12-15T07:28:28.409Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T07:28:29.359Z] ---> Running in 1b38b6be14f7 [2020-12-15T07:28:29.359Z] ---> Running in 801b06b8ee5e [2020-12-15T07:28:29.360Z] Removing intermediate container 707fc37adc12 [2020-12-15T07:28:29.360Z] ---> 5b7f44e7a624 [2020-12-15T07:28:29.360Z] [2020-12-15T07:28:29.360Z] Step 10/23 : FROM alpine [2020-12-15T07:28:29.360Z] ---> b14afc6dfb98 [2020-12-15T07:28:29.360Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:28:29.360Z] Removing intermediate container 1b38b6be14f7 [2020-12-15T07:28:29.360Z] ---> 96ca07b9c05c [2020-12-15T07:28:29.360Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T07:28:29.360Z] ---> Running in 4988eb6823aa [2020-12-15T07:28:29.360Z] Removing intermediate container 801b06b8ee5e [2020-12-15T07:28:29.360Z] ---> 35cbde2e8326 [2020-12-15T07:28:29.360Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T07:28:29.684Z] ---> Running in c13bb32590ad [2020-12-15T07:28:29.684Z] ---> Running in adbde83b8d00 [2020-12-15T07:28:29.684Z] Removing intermediate container 4988eb6823aa [2020-12-15T07:28:29.684Z] ---> e0797f68ff7e [2020-12-15T07:28:29.684Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T07:28:29.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:29.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:30.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:30.024Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:30.024Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T07:28:30.316Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:28:30.316Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:28:30.316Z] OK: 12747 distinct packages available [2020-12-15T07:28:30.316Z] Removing intermediate container adbde83b8d00 [2020-12-15T07:28:30.316Z] ---> 92cb114eeb3f [2020-12-15T07:28:30.316Z] Step 14/22 : WORKDIR / [2020-12-15T07:28:30.316Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T07:28:30.316Z] Executing bash-5.0.17-r0.post-install [2020-12-15T07:28:30.596Z] ---> Running in 257de4c600e7 [2020-12-15T07:28:30.596Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T07:28:30.596Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T07:28:30.596Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T07:28:30.596Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T07:28:30.596Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:28:30.596Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T07:28:30.596Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:28:30.596Z] OK: 12 MiB in 22 packages [2020-12-15T07:28:30.596Z] Removing intermediate container c13bb32590ad [2020-12-15T07:28:30.596Z] ---> be639bfff641 [2020-12-15T07:28:30.596Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T07:28:30.596Z] OK: 7 MiB in 18 packages [2020-12-15T07:28:31.172Z] ---> Running in 5dbb306afd77 [2020-12-15T07:28:31.172Z] ---> a50f047721bb [2020-12-15T07:28:31.172Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T07:28:31.172Z] Removing intermediate container 257de4c600e7 [2020-12-15T07:28:31.172Z] ---> 354469eb7e5e [2020-12-15T07:28:31.172Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T07:28:31.754Z] ---> Running in 98a6aebb7a57 [2020-12-15T07:28:31.754Z] Removing intermediate container 5dbb306afd77 [2020-12-15T07:28:31.754Z] ---> 4fb06985e942 [2020-12-15T07:28:31.754Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T07:28:32.330Z] ---> 01a9ea543d68 [2020-12-15T07:28:32.330Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T07:28:32.595Z] Removing intermediate container 45047a490c89 [2020-12-15T07:28:32.595Z] ---> d1ece06e988a [2020-12-15T07:28:32.595Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T07:28:32.595Z] ---> 8d95db7dfb67 [2020-12-15T07:28:32.595Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T07:28:32.595Z] Removing intermediate container 98a6aebb7a57 [2020-12-15T07:28:32.595Z] ---> 7b7163016e2d [2020-12-15T07:28:32.595Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:28:32.858Z] Removing intermediate container f23d22fb0c20 [2020-12-15T07:28:32.858Z] ---> 8c85fbabf94b [2020-12-15T07:28:32.858Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T07:28:33.120Z] ---> Running in e331b96ce309 [2020-12-15T07:28:33.120Z] ---> Running in 6d2c0e53ebc1 [2020-12-15T07:28:33.385Z] ---> ae5cdc06f2d1 [2020-12-15T07:28:33.385Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T07:28:33.385Z] ---> Running in c1e034f7ee2e [2020-12-15T07:28:33.385Z] ---> 5f618b0cdf07 [2020-12-15T07:28:33.385Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T07:28:33.646Z] ---> Running in 3c9bb255c63f [2020-12-15T07:28:33.920Z] Removing intermediate container c1e034f7ee2e [2020-12-15T07:28:33.920Z] ---> 4d235237240e [2020-12-15T07:28:33.920Z] Step 13/21 : WORKDIR /edgex [2020-12-15T07:28:33.920Z] ---> e4da3d1feb33 [2020-12-15T07:28:33.920Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T07:28:33.921Z] ---> Running in 9690742bddcb [2020-12-15T07:28:33.921Z] Removing intermediate container 3c9bb255c63f [2020-12-15T07:28:33.921Z] ---> c637a4307ff3 [2020-12-15T07:28:33.921Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:28:34.188Z] ---> Running in 64731c8e963d [2020-12-15T07:28:34.188Z] ---> Running in 720c865e5083 [2020-12-15T07:28:34.453Z] Removing intermediate container 9690742bddcb [2020-12-15T07:28:34.453Z] ---> b5a37b6bab2e [2020-12-15T07:28:34.453Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T07:28:34.453Z] Removing intermediate container 64731c8e963d [2020-12-15T07:28:34.453Z] ---> b801ba6e9b0e [2020-12-15T07:28:34.453Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:28:34.453Z] Removing intermediate container 720c865e5083 [2020-12-15T07:28:34.453Z] ---> 6ec124d23f7f [2020-12-15T07:28:34.453Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T07:28:34.718Z] ---> Running in 02d94c66c652 [2020-12-15T07:28:34.718Z] ---> Running in 8ed29624896f [2020-12-15T07:28:34.718Z] ---> 56559f325a7d [2020-12-15T07:28:34.718Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T07:28:34.987Z] Removing intermediate container 02d94c66c652 [2020-12-15T07:28:34.987Z] ---> 52c0ab4ded01 [2020-12-15T07:28:34.987Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T07:28:35.250Z] Removing intermediate container 8ed29624896f [2020-12-15T07:28:35.250Z] ---> 13357e46fd70 [2020-12-15T07:28:35.250Z] Step 20/21 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c [2020-12-15T07:28:35.250Z] ---> Running in c2ce52206140 [2020-12-15T07:28:35.512Z] Removing intermediate container e331b96ce309 [2020-12-15T07:28:35.512Z] ---> b34a4a722317 [2020-12-15T07:28:35.512Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T07:28:35.512Z] ---> Running in 7f701fa839eb [2020-12-15T07:28:35.512Z] Removing intermediate container 6d2c0e53ebc1 [2020-12-15T07:28:35.512Z] ---> 757c3a9c93cb [2020-12-15T07:28:35.512Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T07:28:35.512Z] ---> 3156f2f37aa6 [2020-12-15T07:28:35.512Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T07:28:35.776Z] ---> Running in 394dc8da47fd [2020-12-15T07:28:35.776Z] ---> Running in 6e5e6c88e673 [2020-12-15T07:28:35.776Z] Removing intermediate container c2ce52206140 [2020-12-15T07:28:35.776Z] ---> ad6ddc2fdb22 [2020-12-15T07:28:35.776Z] Step 21/22 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c [2020-12-15T07:28:36.039Z] Removing intermediate container 7f701fa839eb [2020-12-15T07:28:36.039Z] ---> 4edeea3cb924 [2020-12-15T07:28:36.039Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T07:28:36.301Z] ---> Running in 9981de87b75a [2020-12-15T07:28:36.301Z] ---> Running in 0feadf73766a [2020-12-15T07:28:36.301Z] Removing intermediate container 394dc8da47fd [2020-12-15T07:28:36.301Z] ---> 540a41c449f6 [2020-12-15T07:28:36.301Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T07:28:36.301Z] ---> f37300b2fbad [2020-12-15T07:28:36.301Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T07:28:36.565Z] ---> Running in 8bba2ad21269 [2020-12-15T07:28:36.565Z] ---> Running in 760a2d273319 [2020-12-15T07:28:36.565Z] Removing intermediate container 9981de87b75a [2020-12-15T07:28:36.565Z] ---> cdf87e650407 [2020-12-15T07:28:36.565Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T07:28:36.565Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:36.828Z] Removing intermediate container 0feadf73766a [2020-12-15T07:28:36.828Z] ---> 66f3e71ef21d [2020-12-15T07:28:36.828Z] [2020-12-15T07:28:36.828Z] ---> Running in 5477de20a282 [2020-12-15T07:28:36.828Z] Removing intermediate container 8bba2ad21269 [2020-12-15T07:28:36.828Z] ---> cff34a9685b7 [2020-12-15T07:28:36.828Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T07:28:37.091Z] Successfully built 66f3e71ef21d [2020-12-15T07:28:37.361Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-15T07:28:37.361Z] Removing intermediate container 760a2d273319 [2020-12-15T07:28:37.361Z] ---> 05a88d073f3f [2020-12-15T07:28:37.361Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T07:28:37.361Z] Building docker-security-bootstrap-redis-go [2020-12-15T07:28:37.361Z]  Building docker-support-scheduler-go ... done  ---> Running in b350024ffea5 [2020-12-15T07:28:37.361Z] ---> Running in f3bdfd259edd [2020-12-15T07:28:37.361Z] Removing intermediate container 5477de20a282 [2020-12-15T07:28:37.361Z] ---> 51127a6aaf22 [2020-12-15T07:28:37.361Z] [2020-12-15T07:28:37.624Z] Removing intermediate container b350024ffea5 [2020-12-15T07:28:37.624Z] ---> 04618508df50 [2020-12-15T07:28:37.624Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T07:28:37.624Z] Successfully built 51127a6aaf22 [2020-12-15T07:28:37.624Z] Removing intermediate container f3bdfd259edd [2020-12-15T07:28:37.624Z] ---> b92116a71659 [2020-12-15T07:28:37.624Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T07:28:37.624Z] Successfully tagged docker-core-command-go:latest [2020-12-15T07:28:37.624Z] Building docker-support-notifications-go [2020-12-15T07:28:37.624Z]  Building docker-core-command-go ... done  ---> Running in 20315f2bc082 [2020-12-15T07:28:38.203Z] Removing intermediate container 20315f2bc082 [2020-12-15T07:28:38.203Z] ---> 93ce3d3824ed [2020-12-15T07:28:38.203Z] Step 20/21 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c [2020-12-15T07:28:38.203Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:38.469Z] ---> Running in a5b58ae05736 [2020-12-15T07:28:38.469Z] ---> e64bacdbccc9 [2020-12-15T07:28:38.469Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T07:28:39.866Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T07:28:39.866Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T07:28:40.144Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T07:28:40.422Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T07:28:41.005Z] Removing intermediate container a5b58ae05736 [2020-12-15T07:28:41.005Z] ---> b830385153f3 [2020-12-15T07:28:41.005Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T07:28:41.005Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T07:28:41.266Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:28:41.539Z] OK: 8 MiB in 19 packages [2020-12-15T07:28:44.158Z] ---> 208e9da1625e [2020-12-15T07:28:44.158Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T07:28:44.448Z] ---> Running in a4761cd5defc [2020-12-15T07:28:47.072Z] ---> 312be03df708 [2020-12-15T07:28:47.072Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T07:28:47.072Z] Removing intermediate container a4761cd5defc [2020-12-15T07:28:47.072Z] ---> d8b24d54c7e1 [2020-12-15T07:28:47.072Z] [2020-12-15T07:28:47.072Z] Successfully built d8b24d54c7e1 [2020-12-15T07:28:47.072Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-15T07:28:47.072Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2020-12-15T07:28:47.652Z] Removing intermediate container 6e5e6c88e673 [2020-12-15T07:28:47.652Z] ---> be0fc06ac3e3 [2020-12-15T07:28:47.652Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T07:28:49.059Z] ---> Running in 974ec6ef540c [2020-12-15T07:28:53.320Z] ---> f7149fb4e820 [2020-12-15T07:28:53.320Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T07:28:53.909Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:54.187Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:28:54.187Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T07:28:54.187Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T07:28:54.187Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T07:28:54.511Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T07:28:54.511Z] ---> 1c322b68e862 [2020-12-15T07:28:54.511Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T07:28:54.511Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T07:28:54.511Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T07:28:54.511Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T07:28:57.837Z] ---> 3221dfd1ab9b [2020-12-15T07:28:57.837Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T07:28:58.803Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:28:58.803Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:28:58.803Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:28:58.803Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:28:58.803Z] ---> 3f99f4639183 [2020-12-15T07:28:58.803Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:28:58.803Z] ---> 3f99f4639183 [2020-12-15T07:28:58.803Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T07:28:58.803Z] ---> Using cache [2020-12-15T07:28:58.803Z] ---> ba2d8aa84c2d [2020-12-15T07:28:58.803Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:28:58.803Z] ---> Using cache [2020-12-15T07:28:58.803Z] ---> ba2d8aa84c2d [2020-12-15T07:28:58.803Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:28:58.803Z] ---> Using cache [2020-12-15T07:28:58.803Z] ---> cafee6393442 [2020-12-15T07:28:58.803Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:28:58.803Z] ---> Using cache [2020-12-15T07:28:58.803Z] ---> eeeaad209a08 [2020-12-15T07:28:58.803Z] Step 6/22 : COPY go.mod . [2020-12-15T07:28:58.803Z] ---> Using cache [2020-12-15T07:28:58.803Z] ---> 63a4f0f832d3 [2020-12-15T07:28:58.803Z] Step 7/22 : RUN go mod download [2020-12-15T07:28:58.803Z] ---> Using cache [2020-12-15T07:28:58.803Z] ---> cafee6393442 [2020-12-15T07:28:58.803Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T07:28:58.803Z] ---> Using cache [2020-12-15T07:28:58.803Z] ---> 9c2042be3891 [2020-12-15T07:28:58.803Z] Step 8/22 : COPY . . [2020-12-15T07:28:59.070Z] ---> Using cache [2020-12-15T07:28:59.070Z] ---> dbf85ed2134b [2020-12-15T07:28:59.070Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T07:28:59.656Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T07:28:59.656Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T07:28:59.656Z] ---> Running in ed876c384c0c [2020-12-15T07:28:59.656Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T07:28:59.656Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T07:28:59.656Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T07:28:59.656Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T07:28:59.919Z] ---> Running in d236599b0842 [2020-12-15T07:28:59.919Z] ---> Running in b842547c39ae [2020-12-15T07:28:59.919Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T07:28:59.919Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T07:29:00.506Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T07:29:00.506Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T07:29:00.780Z] Removing intermediate container ed876c384c0c [2020-12-15T07:29:00.780Z] ---> dc23b9891261 [2020-12-15T07:29:00.780Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:29:00.780Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T07:29:00.780Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T07:29:00.780Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T07:29:00.780Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T07:29:01.055Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T07:29:01.055Z] ---> Running in aa3e3efe7ee5 [2020-12-15T07:29:01.055Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T07:29:01.325Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T07:29:01.325Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T07:29:01.325Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T07:29:01.325Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T07:29:01.325Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T07:29:01.325Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T07:29:01.325Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T07:29:01.923Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T07:29:02.189Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T07:29:02.189Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T07:29:03.148Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:29:03.421Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T07:29:03.421Z] OK: 71 MiB in 55 packages [2020-12-15T07:29:03.421Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:03.683Z] Removing intermediate container aa3e3efe7ee5 [2020-12-15T07:29:03.683Z] ---> a0109be5a697 [2020-12-15T07:29:03.683Z] Step 21/23 : LABEL arch=x86_64 [2020-12-15T07:29:04.263Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:05.250Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:29:05.250Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:29:05.250Z] OK: 12750 distinct packages available [2020-12-15T07:29:05.250Z] ---> Running in 392dd3125542 [2020-12-15T07:29:05.544Z] OK: 233 MiB in 51 packages [2020-12-15T07:29:05.836Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:29:05.836Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:29:05.836Z] ---> 3f99f4639183 [2020-12-15T07:29:05.836Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T07:29:05.836Z] ---> Using cache [2020-12-15T07:29:05.836Z] ---> ba2d8aa84c2d [2020-12-15T07:29:05.836Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:29:05.836Z] ---> Using cache [2020-12-15T07:29:05.836Z] ---> cafee6393442 [2020-12-15T07:29:05.836Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T07:29:05.836Z] ---> Using cache [2020-12-15T07:29:05.836Z] ---> eeeaad209a08 [2020-12-15T07:29:05.836Z] Step 6/24 : COPY go.mod . [2020-12-15T07:29:05.836Z] ---> Using cache [2020-12-15T07:29:05.836Z] ---> 63a4f0f832d3 [2020-12-15T07:29:05.836Z] Step 7/24 : RUN go mod download [2020-12-15T07:29:05.836Z] ---> Using cache [2020-12-15T07:29:05.836Z] ---> 9c2042be3891 [2020-12-15T07:29:05.836Z] Step 8/24 : COPY . . [2020-12-15T07:29:05.836Z] ---> Using cache [2020-12-15T07:29:05.836Z] ---> dbf85ed2134b [2020-12-15T07:29:05.836Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T07:29:06.441Z] Removing intermediate container 392dd3125542 [2020-12-15T07:29:06.441Z] ---> c87d2f7fa6a7 [2020-12-15T07:29:06.441Z] Step 22/23 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c [2020-12-15T07:29:06.714Z] ---> Running in 81df03593f7d [2020-12-15T07:29:06.995Z] ---> Running in fca33d0644d5 [2020-12-15T07:29:07.267Z] Removing intermediate container fca33d0644d5 [2020-12-15T07:29:07.267Z] ---> 84b406d688f2 [2020-12-15T07:29:07.267Z] Step 23/23 : LABEL version=0.0.0 [2020-12-15T07:29:07.842Z] ---> Running in a6dce1039275 [2020-12-15T07:29:07.842Z] Removing intermediate container b842547c39ae [2020-12-15T07:29:07.842Z] ---> 31367d90ae75 [2020-12-15T07:29:07.842Z] Step 6/24 : COPY go.mod . [2020-12-15T07:29:07.842Z] 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-15T07:29:08.426Z] Removing intermediate container a6dce1039275 [2020-12-15T07:29:08.426Z] ---> 5fd08824122a [2020-12-15T07:29:08.426Z] [2020-12-15T07:29:09.011Z] Successfully built 5fd08824122a [2020-12-15T07:29:09.011Z] Successfully tagged docker-core-data-go:latest [2020-12-15T07:29:09.011Z] Building docker-core-metadata-go [2020-12-15T07:29:09.011Z]  Building docker-core-data-go ... done  ---> e9661928e50d [2020-12-15T07:29:09.011Z] Step 7/24 : RUN go mod download [2020-12-15T07:29:13.282Z] ---> Running in e1c47b960ad3 [2020-12-15T07:29:20.484Z] Removing intermediate container e1c47b960ad3 [2020-12-15T07:29:20.484Z] ---> d31b4ad36ae0 [2020-12-15T07:29:20.484Z] Step 8/24 : COPY . . [2020-12-15T07:29:30.622Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:29:30.623Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T07:29:30.623Z] ---> 3f99f4639183 [2020-12-15T07:29:30.623Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T07:29:30.623Z] ---> Using cache [2020-12-15T07:29:30.623Z] ---> ba2d8aa84c2d [2020-12-15T07:29:30.623Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T07:29:30.623Z] ---> Using cache [2020-12-15T07:29:30.623Z] ---> cafee6393442 [2020-12-15T07:29:30.623Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T07:29:30.623Z] ---> Using cache [2020-12-15T07:29:30.623Z] ---> eeeaad209a08 [2020-12-15T07:29:30.623Z] Step 6/22 : COPY go.mod . [2020-12-15T07:29:30.623Z] ---> Using cache [2020-12-15T07:29:30.623Z] ---> 63a4f0f832d3 [2020-12-15T07:29:30.623Z] Step 7/22 : RUN go mod download [2020-12-15T07:29:30.623Z] ---> Using cache [2020-12-15T07:29:30.623Z] ---> 9c2042be3891 [2020-12-15T07:29:30.623Z] Step 8/22 : COPY . . [2020-12-15T07:29:30.623Z] ---> Using cache [2020-12-15T07:29:30.623Z] ---> dbf85ed2134b [2020-12-15T07:29:30.623Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T07:29:31.600Z] ---> Running in 830efa47f5d6 [2020-12-15T07:29:31.869Z] Removing intermediate container 974ec6ef540c [2020-12-15T07:29:31.869Z] ---> bb3beeb3216d [2020-12-15T07:29:31.869Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T07:29:32.143Z] ---> Running in a4b4ccc24006 [2020-12-15T07:29:34.721Z] 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-15T07:29:34.721Z] 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-15T07:29:41.472Z] Removing intermediate container d236599b0842 [2020-12-15T07:29:41.472Z] ---> 4b9c17311184 [2020-12-15T07:29:41.472Z] [2020-12-15T07:29:41.472Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T07:29:41.472Z] 3.10: Pulling from library/alpine [2020-12-15T07:29:42.922Z] Collecting docker-compose==1.23.2 [2020-12-15T07:29:42.922Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T07:29:43.204Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T07:29:43.810Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T07:29:43.810Z] ---> be4e4bea2c2e [2020-12-15T07:29:43.810Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T07:29:43.810Z] Collecting PyYAML<4,>=3.10 [2020-12-15T07:29:43.810Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T07:29:45.792Z] ---> Running in b991ecaf3a44 [2020-12-15T07:29:47.194Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T07:29:47.194Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T07:29:47.464Z] ---> d7337c351427 [2020-12-15T07:29:47.464Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T07:29:47.464Z] 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-15T07:29:48.420Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T07:29:48.420Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T07:29:48.700Z] ---> Running in f49cb9edde56 [2020-12-15T07:29:48.700Z] Removing intermediate container 81df03593f7d [2020-12-15T07:29:48.700Z] ---> 79c884318f65 [2020-12-15T07:29:48.700Z] [2020-12-15T07:29:48.700Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T07:29:48.700Z] ---> be4e4bea2c2e [2020-12-15T07:29:48.700Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T07:29:48.990Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T07:29:48.990Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T07:29:48.990Z] ---> Running in f9f5b4868bee [2020-12-15T07:29:49.278Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T07:29:49.278Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T07:29:49.278Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:49.279Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T07:29:49.279Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T07:29:49.558Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:49.558Z] 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-15T07:29:49.850Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T07:29:49.850Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T07:29:49.850Z] OK: 10348 distinct packages available [2020-12-15T07:29:49.850Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:50.138Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T07:29:50.138Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T07:29:50.138Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:29:50.138Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T07:29:50.138Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T07:29:50.138Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T07:29:50.138Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T07:29:50.138Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T07:29:50.138Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T07:29:50.138Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T07:29:50.138Z] OK: 10348 distinct packages available [2020-12-15T07:29:50.138Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T07:29:50.138Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T07:29:50.419Z] OK: 7 MiB in 19 packages [2020-12-15T07:29:50.419Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T07:29:50.419Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T07:29:50.419Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T07:29:50.419Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T07:29:50.419Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T07:29:50.419Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T07:29:50.419Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T07:29:50.691Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T07:29:50.691Z] OK: 7 MiB in 19 packages [2020-12-15T07:29:50.691Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T07:29:51.690Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T07:29:51.690Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T07:29:51.965Z] 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-15T07:29:51.965Z] Collecting idna<2.8,>=2.5 [2020-12-15T07:29:51.965Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T07:29:52.233Z] 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-15T07:29:52.233Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T07:29:52.233Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T07:29:52.813Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T07:29:52.813Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T07:29:52.813Z] Removing intermediate container b991ecaf3a44 [2020-12-15T07:29:52.813Z] ---> f6648b465e99 [2020-12-15T07:29:52.813Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T07:29:52.813Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T07:29:52.813Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T07:29:52.813Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T07:29:52.813Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T07:29:53.085Z] Installing collected packages: PyYAML, websocket-client, idna, urllib3, requests, docker-pycreds, docker, jsonschema, texttable, dockerpty, docopt, cached-property, docker-compose [2020-12-15T07:29:53.085Z] Running setup.py install for PyYAML: started [2020-12-15T07:29:53.362Z] ---> Running in 1b8ccafbbc16 [2020-12-15T07:29:53.362Z] Removing intermediate container f9f5b4868bee [2020-12-15T07:29:53.362Z] ---> 8614628b861d [2020-12-15T07:29:53.362Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T07:29:53.631Z] ---> Running in 43a94f0f8941 [2020-12-15T07:29:53.899Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T07:29:54.168Z] Removing intermediate container 43a94f0f8941 [2020-12-15T07:29:54.168Z] ---> 1e23925bd337 [2020-12-15T07:29:54.168Z] Step 13/24 : WORKDIR / [2020-12-15T07:29:54.168Z] Removing intermediate container 1b8ccafbbc16 [2020-12-15T07:29:54.168Z] ---> 9d45df78ef10 [2020-12-15T07:29:54.168Z] Step 13/22 : WORKDIR / [2020-12-15T07:29:55.125Z] Attempting uninstall: idna [2020-12-15T07:29:55.125Z] Found existing installation: idna 2.9 [2020-12-15T07:29:55.125Z] Uninstalling idna-2.9: [2020-12-15T07:29:55.125Z] Successfully uninstalled idna-2.9 [2020-12-15T07:29:55.400Z] ---> Running in f9bb09f8ce29 [2020-12-15T07:29:55.400Z] ---> Running in fdcadc5c81ff [2020-12-15T07:29:55.400Z] Attempting uninstall: urllib3 [2020-12-15T07:29:55.400Z] Found existing installation: urllib3 1.25.9 [2020-12-15T07:29:55.400Z] Uninstalling urllib3-1.25.9: [2020-12-15T07:29:55.400Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T07:29:56.360Z] Attempting uninstall: requests [2020-12-15T07:29:56.360Z] Found existing installation: requests 2.23.0 [2020-12-15T07:29:56.360Z] Uninstalling requests-2.23.0: [2020-12-15T07:29:56.360Z] Removing intermediate container fdcadc5c81ff [2020-12-15T07:29:56.360Z] ---> 254e0a0c9dfa [2020-12-15T07:29:56.360Z] 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-15T07:29:56.360Z] Successfully uninstalled requests-2.23.0 [2020-12-15T07:29:56.946Z] Removing intermediate container f9bb09f8ce29 [2020-12-15T07:29:56.946Z] ---> 4a9a70b29df4 [2020-12-15T07:29:56.946Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T07:29:57.532Z] ---> 3a1f77578079 [2020-12-15T07:29:57.532Z] 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-15T07:29:58.107Z] ---> 825ac303f7b5 [2020-12-15T07:29:58.107Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T07:29:59.076Z] Running setup.py install for texttable: started [2020-12-15T07:29:59.076Z] ---> e2e48f9a13f5 [2020-12-15T07:29:59.076Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T07:29:59.346Z] ---> a1adcf244271 [2020-12-15T07:29:59.346Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T07:29:59.635Z] ---> a4544f3bcbf1 [2020-12-15T07:29:59.635Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T07:29:59.635Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T07:29:59.635Z] Running setup.py install for dockerpty: started [2020-12-15T07:29:59.635Z] ---> 4fd96cdf368f [2020-12-15T07:29:59.635Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T07:30:00.255Z] ---> fc683cb845a2 [2020-12-15T07:30:00.255Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T07:30:00.255Z] ---> 593e40776cd5 [2020-12-15T07:30:00.255Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T07:30:00.255Z] ---> Running in ce0508d2f0eb [2020-12-15T07:30:00.255Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T07:30:00.255Z] Running setup.py install for docopt: started [2020-12-15T07:30:01.677Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T07:30:02.280Z] ---> e27570c2b76c [2020-12-15T07:30:02.280Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T07:30:02.558Z] 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-15T07:30:03.151Z] ---> 6df354e1778d [2020-12-15T07:30:03.151Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T07:30:03.770Z] ---> Running in bc6151c5d014 [2020-12-15T07:30:04.046Z] Removing intermediate container ce0508d2f0eb [2020-12-15T07:30:04.046Z] ---> a0a46685ba26 [2020-12-15T07:30:04.046Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T07:30:04.328Z] ---> Running in 00e73e4683e2 [2020-12-15T07:30:04.932Z] Removing intermediate container 00e73e4683e2 [2020-12-15T07:30:04.932Z] ---> db122d8284fe [2020-12-15T07:30:04.932Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T07:30:07.525Z] ---> Running in 9b1310863746 [2020-12-15T07:30:07.525Z] Removing intermediate container a4b4ccc24006 [2020-12-15T07:30:07.525Z] ---> 6e87d69549ad [2020-12-15T07:30:07.525Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T07:30:07.525Z] Removing intermediate container 830efa47f5d6 [2020-12-15T07:30:07.525Z] ---> 163a91885a89 [2020-12-15T07:30:07.525Z] [2020-12-15T07:30:07.525Z] Step 10/22 : FROM scratch [2020-12-15T07:30:07.525Z] ---> [2020-12-15T07:30:07.525Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T07:30:07.525Z] ---> Running in 3aa9233ad27d [2020-12-15T07:30:08.111Z] ---> Using cache [2020-12-15T07:30:08.111Z] ---> d3970ba52b9b [2020-12-15T07:30:08.111Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T07:30:08.111Z] Removing intermediate container 9b1310863746 [2020-12-15T07:30:08.111Z] ---> 47606ec481b3 [2020-12-15T07:30:08.111Z] Step 21/22 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c [2020-12-15T07:30:08.111Z] Removing intermediate container bc6151c5d014 [2020-12-15T07:30:08.111Z] ---> 5160e02e45f3 [2020-12-15T07:30:08.111Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T07:30:08.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:30:08.111Z] ---> Running in 37557262dfd3 [2020-12-15T07:30:08.111Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:30:08.380Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T07:30:08.380Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T07:30:08.380Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T07:30:08.380Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:30:08.380Z] OK: 72 MiB in 58 packages [2020-12-15T07:30:08.952Z] ---> Running in d9ed1b928175 [2020-12-15T07:30:08.952Z] ---> Running in 791a93b5451a [2020-12-15T07:30:08.952Z] Removing intermediate container 37557262dfd3 [2020-12-15T07:30:08.952Z] ---> 2d68369cbaab [2020-12-15T07:30:08.952Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T07:30:09.261Z] ---> Running in f0e481004e42 [2020-12-15T07:30:09.594Z] Removing intermediate container d9ed1b928175 [2020-12-15T07:30:09.594Z] ---> 8c99f520cea7 [2020-12-15T07:30:09.594Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T07:30:09.594Z] Removing intermediate container 791a93b5451a [2020-12-15T07:30:09.594Z] ---> ca247d1bf43b [2020-12-15T07:30:09.594Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T07:30:09.594Z] ---> Running in 3ee73d97dcc3 [2020-12-15T07:30:09.594Z] ---> Running in a3948d41a25b [2020-12-15T07:30:09.594Z] Removing intermediate container f0e481004e42 [2020-12-15T07:30:09.594Z] ---> fff0f3cd8195 [2020-12-15T07:30:09.594Z] Step 14/22 : WORKDIR / [2020-12-15T07:30:09.594Z] Removing intermediate container 3aa9233ad27d [2020-12-15T07:30:09.594Z] ---> 25ed6c00ba40 [2020-12-15T07:30:09.594Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T07:30:09.896Z] ---> Running in d6db4fd187ad [2020-12-15T07:30:09.896Z] ---> Running in 26b3c9907aea [2020-12-15T07:30:12.464Z] Removing intermediate container 3ee73d97dcc3 [2020-12-15T07:30:12.464Z] ---> 39d2879d0832 [2020-12-15T07:30:12.464Z] Step 23/24 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c [2020-12-15T07:30:12.464Z] Removing intermediate container a3948d41a25b [2020-12-15T07:30:12.464Z] ---> 4f078cfabc24 [2020-12-15T07:30:12.464Z] [2020-12-15T07:30:12.464Z] Removing intermediate container d6db4fd187ad [2020-12-15T07:30:12.464Z] ---> cfce0b26652f [2020-12-15T07:30:12.464Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T07:30:12.464Z] Successfully built 4f078cfabc24 [2020-12-15T07:30:12.464Z] ---> Running in 19330deb7e1c [2020-12-15T07:30:12.464Z] Removing intermediate container 26b3c9907aea [2020-12-15T07:30:12.464Z] ---> b3d95766d3f6 [2020-12-15T07:30:12.464Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:30:12.464Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-15T07:30:12.464Z] Building docker-security-secrets-setup-go [2020-12-15T07:30:12.464Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container f49cb9edde56 [2020-12-15T07:30:12.464Z] ---> 7356e571d03c [2020-12-15T07:30:12.464Z] [2020-12-15T07:30:12.464Z] Step 10/24 : FROM scratch [2020-12-15T07:30:12.464Z] ---> [2020-12-15T07:30:12.464Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T07:30:12.464Z] ---> Running in d534f798b8a9 [2020-12-15T07:30:12.464Z] ---> Running in 0ec7f2a1fb75 [2020-12-15T07:30:12.464Z] ---> 2dcf6248e32a [2020-12-15T07:30:12.464Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T07:30:12.741Z] Removing intermediate container 19330deb7e1c [2020-12-15T07:30:12.741Z] ---> c1656f27665a [2020-12-15T07:30:12.741Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T07:30:12.741Z] Removing intermediate container d534f798b8a9 [2020-12-15T07:30:12.741Z] ---> 89f9690358cb [2020-12-15T07:30:12.741Z] Step 25/27 : LABEL arch=x86_64 [2020-12-15T07:30:12.741Z] ---> Running in e49494c22cf4 [2020-12-15T07:30:13.006Z] Removing intermediate container 0ec7f2a1fb75 [2020-12-15T07:30:13.006Z] ---> bc2b372e067b [2020-12-15T07:30:13.006Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T07:30:16.344Z] ---> Running in 43a1599e3cbd [2020-12-15T07:30:16.344Z] ---> Running in 8c173446a738 [2020-12-15T07:30:17.755Z] Removing intermediate container e49494c22cf4 [2020-12-15T07:30:17.755Z] ---> cad152bb5d4d [2020-12-15T07:30:17.755Z] [2020-12-15T07:30:17.755Z] Successfully built cad152bb5d4d [2020-12-15T07:30:18.017Z] ---> 40c14a2d9695 [2020-12-15T07:30:18.017Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T07:30:18.017Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-15T07:30:18.017Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 8c173446a738 [2020-12-15T07:30:18.017Z] ---> 255550ca05d3 [2020-12-15T07:30:18.017Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T07:30:18.017Z] Removing intermediate container 43a1599e3cbd [2020-12-15T07:30:18.017Z] ---> d08030346874 [2020-12-15T07:30:18.017Z] Step 26/27 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c [2020-12-15T07:30:18.594Z] ---> Running in 81737f1b2129 [2020-12-15T07:30:19.174Z] ---> Running in b3e80b7b85dc [2020-12-15T07:30:20.579Z] ---> a0f9fc1cb5ed [2020-12-15T07:30:20.579Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T07:30:20.846Z] Removing intermediate container 81737f1b2129 [2020-12-15T07:30:20.847Z] ---> 61f4408a5b7d [2020-12-15T07:30:20.847Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T07:30:22.263Z] Removing intermediate container b3e80b7b85dc [2020-12-15T07:30:22.263Z] ---> a41f4e6c4519 [2020-12-15T07:30:22.263Z] Step 27/27 : LABEL version=0.0.0 [2020-12-15T07:30:22.530Z] ---> Running in 548367f1d3e0 [2020-12-15T07:30:23.482Z] ---> ec8c9ea185df [2020-12-15T07:30:23.482Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T07:30:24.058Z] ---> Running in 96a4a63a9e9a [2020-12-15T07:30:25.004Z] Removing intermediate container 548367f1d3e0 [2020-12-15T07:30:25.004Z] ---> c6adc988fb4c [2020-12-15T07:30:25.004Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:30:25.596Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T07:30:25.596Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-15T07:30:25.596Z] ---> 3f99f4639183 [2020-12-15T07:30:25.596Z] Step 3/29 : WORKDIR /edgex-go [2020-12-15T07:30:25.596Z] ---> Using cache [2020-12-15T07:30:25.596Z] ---> ba2d8aa84c2d [2020-12-15T07:30:25.596Z] Step 4/29 : RUN apk update && apk add make git [2020-12-15T07:30:26.569Z] ---> Running in 29fae59478d6 [2020-12-15T07:30:26.569Z] Removing intermediate container 96a4a63a9e9a [2020-12-15T07:30:26.569Z] ---> 25eb7bba4ca9 [2020-12-15T07:30:26.569Z] [2020-12-15T07:30:26.569Z] ---> e434c569d545 [2020-12-15T07:30:26.569Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T07:30:26.569Z] ---> Running in 1af226fcd207 [2020-12-15T07:30:26.838Z] Successfully built 25eb7bba4ca9 [2020-12-15T07:30:26.838Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-15T07:30:27.114Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 29fae59478d6 [2020-12-15T07:30:27.114Z] ---> d7b44296305c [2020-12-15T07:30:27.114Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T07:30:27.114Z] ---> Running in 8f83dc040ed0 [2020-12-15T07:30:27.114Z] ---> 41ea7158be67 [2020-12-15T07:30:27.114Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T07:30:27.377Z] Removing intermediate container 8f83dc040ed0 [2020-12-15T07:30:27.377Z] ---> d50b571e3475 [2020-12-15T07:30:27.377Z] Step 21/22 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c [2020-12-15T07:30:27.377Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:30:27.377Z] ---> Running in 77ffa859ec11 [2020-12-15T07:30:27.377Z] ---> e20df4b9820e [2020-12-15T07:30:27.377Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T07:30:27.640Z] Removing intermediate container 77ffa859ec11 [2020-12-15T07:30:27.640Z] ---> f49620f96a90 [2020-12-15T07:30:27.640Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T07:30:27.640Z] ---> Running in f1cfb153777c [2020-12-15T07:30:27.903Z] Removing intermediate container f1cfb153777c [2020-12-15T07:30:27.903Z] ---> 611441356f43 [2020-12-15T07:30:27.903Z] [2020-12-15T07:30:28.175Z] ---> 6a818352f90f [2020-12-15T07:30:28.175Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T07:30:28.175Z] Successfully built 611441356f43 [2020-12-15T07:30:28.175Z] Successfully tagged docker-core-metadata-go:latest [2020-12-15T07:30:28.437Z]  Building docker-core-metadata-go ... done  ---> 3665d53d8c07 [2020-12-15T07:30:28.437Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T07:30:28.437Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:30:28.437Z] ---> Running in de1c8e14bc81 [2020-12-15T07:30:28.437Z] Removing intermediate container de1c8e14bc81 [2020-12-15T07:30:28.437Z] ---> 29116e29e39b [2020-12-15T07:30:28.437Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T07:30:28.699Z] ---> Running in 2627590dc259 [2020-12-15T07:30:28.699Z] Removing intermediate container 2627590dc259 [2020-12-15T07:30:28.699Z] ---> b56646aba297 [2020-12-15T07:30:28.699Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T07:30:28.961Z] ---> Running in c6b31d3e9f9c [2020-12-15T07:30:28.961Z] Removing intermediate container c6b31d3e9f9c [2020-12-15T07:30:28.961Z] ---> 1236c7b34d26 [2020-12-15T07:30:28.961Z] Step 23/24 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c [2020-12-15T07:30:28.961Z] ---> Running in ffaa8ab5e8ba [2020-12-15T07:30:29.224Z] Removing intermediate container ffaa8ab5e8ba [2020-12-15T07:30:29.224Z] ---> cd92763ca91d [2020-12-15T07:30:29.224Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T07:30:29.224Z] ---> Running in dd33b70bb310 [2020-12-15T07:30:29.486Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:30:29.486Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:30:29.486Z] OK: 12750 distinct packages available [2020-12-15T07:30:29.486Z] Removing intermediate container dd33b70bb310 [2020-12-15T07:30:29.486Z] ---> 92d42bbf3e4b [2020-12-15T07:30:29.486Z] [2020-12-15T07:30:29.486Z] Successfully built 92d42bbf3e4b [2020-12-15T07:30:29.759Z] OK: 233 MiB in 51 packages [2020-12-15T07:30:29.760Z] Successfully tagged docker-support-notifications-go:latest [2020-12-15T07:30:30.332Z]  Building docker-support-notifications-go ... done Removing intermediate container 1af226fcd207 [2020-12-15T07:30:30.332Z] ---> 05835462d6e3 [2020-12-15T07:30:30.332Z] Step 5/29 : COPY go.mod . [2020-12-15T07:30:30.599Z] ---> 63d2606b2613 [2020-12-15T07:30:30.599Z] Step 6/29 : RUN go mod download [2020-12-15T07:30:30.599Z] ---> Running in 75b544ed4d48 [2020-12-15T07:30:31.998Z] Removing intermediate container 75b544ed4d48 [2020-12-15T07:30:31.998Z] ---> 0dc36d95272e [2020-12-15T07:30:31.998Z] Step 7/29 : COPY . . [2020-12-15T07:30:47.036Z] ---> bcc6688cd03d [2020-12-15T07:30:47.036Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-15T07:30:47.036Z] ---> Running in cf5f9dbc37b0 [2020-12-15T07:30:47.984Z] 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-15T07:30:58.103Z] Removing intermediate container cf5f9dbc37b0 [2020-12-15T07:30:58.103Z] ---> 794afbb765ba [2020-12-15T07:30:58.103Z] [2020-12-15T07:30:58.103Z] Step 9/29 : FROM alpine:latest [2020-12-15T07:30:58.103Z] ---> b14afc6dfb98 [2020-12-15T07:30:58.103Z] 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-15T07:30:58.103Z] ---> Running in 3adf8751686c [2020-12-15T07:30:58.103Z] Removing intermediate container 3adf8751686c [2020-12-15T07:30:58.103Z] ---> 7d5e06a2abf8 [2020-12-15T07:30:58.103Z] Step 11/29 : USER root [2020-12-15T07:30:58.103Z] ---> Running in c8890a43f711 [2020-12-15T07:30:58.103Z] Removing intermediate container c8890a43f711 [2020-12-15T07:30:58.103Z] ---> 2aa025882555 [2020-12-15T07:30:58.103Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-15T07:30:58.103Z] ---> Running in acb3ccc87019 [2020-12-15T07:30:58.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T07:30:58.103Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T07:30:58.103Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T07:30:58.103Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T07:30:58.103Z] OK: 12747 distinct packages available [2020-12-15T07:30:58.370Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-15T07:30:58.370Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-15T07:30:58.370Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T07:30:58.370Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T07:30:58.370Z] OK: 6 MiB in 16 packages [2020-12-15T07:30:59.781Z] Removing intermediate container acb3ccc87019 [2020-12-15T07:30:59.781Z] ---> 323a541f3b2e [2020-12-15T07:30:59.781Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-15T07:30:59.781Z] ---> Running in 4d4fe794ea29 [2020-12-15T07:30:59.781Z] Removing intermediate container 4d4fe794ea29 [2020-12-15T07:30:59.781Z] ---> 196431644b8c [2020-12-15T07:30:59.781Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-15T07:31:00.042Z] ---> Running in ed16000b641e [2020-12-15T07:31:00.043Z] Removing intermediate container ed16000b641e [2020-12-15T07:31:00.043Z] ---> 2b9488f0bd9a [2020-12-15T07:31:00.043Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-15T07:31:00.304Z] ---> Running in 26198c3ce035 [2020-12-15T07:31:01.272Z] Removing intermediate container 26198c3ce035 [2020-12-15T07:31:01.272Z] ---> c63400a6b013 [2020-12-15T07:31:01.272Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-15T07:31:01.536Z] ---> 5471ef6a339e [2020-12-15T07:31:01.536Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-15T07:31:01.797Z] ---> c7289ec50ae2 [2020-12-15T07:31:01.797Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-15T07:31:02.059Z] ---> 83540bbf5881 [2020-12-15T07:31:02.059Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-15T07:31:02.322Z] ---> 6f31ea862ce7 [2020-12-15T07:31:02.322Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-15T07:31:02.595Z] ---> 9259b9628dce [2020-12-15T07:31:02.595Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-15T07:31:02.595Z] ---> Running in bde9d477b60b [2020-12-15T07:31:03.542Z] Removing intermediate container bde9d477b60b [2020-12-15T07:31:03.542Z] ---> e1101739a0f1 [2020-12-15T07:31:03.542Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T07:31:03.805Z] ---> fa5d9d1ae45a [2020-12-15T07:31:03.805Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T07:31:03.805Z] ---> Running in 7fe1564af03e [2020-12-15T07:31:04.750Z] Removing intermediate container 7fe1564af03e [2020-12-15T07:31:04.750Z] ---> d4f3dfd75f85 [2020-12-15T07:31:04.750Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-15T07:31:04.750Z] ---> Running in 245df2f396a5 [2020-12-15T07:31:05.763Z] Removing intermediate container 245df2f396a5 [2020-12-15T07:31:05.763Z] ---> 7f5af1cb13e3 [2020-12-15T07:31:05.763Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T07:31:05.763Z] ---> Running in 9e761fe11b26 [2020-12-15T07:31:06.052Z] Removing intermediate container 9e761fe11b26 [2020-12-15T07:31:06.052Z] ---> 70a1241d46c8 [2020-12-15T07:31:06.052Z] Step 26/29 : CMD [ "generate" ] [2020-12-15T07:31:06.052Z] ---> Running in 5bb812aa40fe [2020-12-15T07:31:06.329Z] Removing intermediate container 5bb812aa40fe [2020-12-15T07:31:06.329Z] ---> 2806b40f1d70 [2020-12-15T07:31:06.329Z] Step 27/29 : LABEL arch=x86_64 [2020-12-15T07:31:06.329Z] ---> Running in 3770fd59a27a [2020-12-15T07:31:06.329Z] Removing intermediate container 3770fd59a27a [2020-12-15T07:31:06.329Z] ---> 96041d17c4bc [2020-12-15T07:31:06.329Z] Step 28/29 : LABEL git_sha=e5ba928adfa98852dd37ebb5c62afac36a62d53c [2020-12-15T07:31:06.593Z] ---> Running in 5296675e5a54 [2020-12-15T07:31:06.593Z] Removing intermediate container 5296675e5a54 [2020-12-15T07:31:06.593Z] ---> 0a1549b180a0 [2020-12-15T07:31:06.593Z] Step 29/29 : LABEL version=0.0.0 [2020-12-15T07:31:06.857Z] ---> Running in 0dea1e51669e [2020-12-15T07:31:06.857Z] Removing intermediate container 0dea1e51669e [2020-12-15T07:31:06.857Z] ---> 7838dabe9989 [2020-12-15T07:31:06.857Z] [2020-12-15T07:31:07.118Z] Successfully built 7838dabe9989 [2020-12-15T07:31:07.118Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-15T07:31:07.390Z]  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-12-15T07:31:07.400Z] $ docker stop --time=1 ecd20948088350b07f1ae1b2d54cbee7dfeedbebda3180ea1ccc8712d9cc6d6d [2020-12-15T07:31:09.001Z] $ docker rm -f ecd20948088350b07f1ae1b2d54cbee7dfeedbebda3180ea1ccc8712d9cc6d6d [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T07:31:09.565Z] + docker images [2020-12-15T07:31:09.565Z] + grep docker [2020-12-15T07:31:10.139Z] docker-security-secrets-setup-go latest 7838dabe9989 3 seconds ago 23.9MB [2020-12-15T07:31:10.139Z] docker-support-notifications-go latest 92d42bbf3e4b 40 seconds ago 13.6MB [2020-12-15T07:31:10.139Z] docker-core-metadata-go latest 611441356f43 42 seconds ago 14.5MB [2020-12-15T07:31:10.139Z] docker-sys-mgmt-agent-go latest 25eb7bba4ca9 44 seconds ago 313MB [2020-12-15T07:31:10.139Z] docker-security-secretstore-setup-go latest cad152bb5d4d 54 seconds ago 24.8MB [2020-12-15T07:31:10.139Z] docker-security-bootstrap-redis-go latest 4f078cfabc24 About a minute ago 15.9MB [2020-12-15T07:31:10.139Z] docker-core-data-go latest 5fd08824122a 2 minutes ago 23.7MB [2020-12-15T07:31:10.139Z] docker-security-proxy-setup-go latest d8b24d54c7e1 2 minutes ago 24.6MB [2020-12-15T07:31:10.139Z] docker-core-command-go latest 51127a6aaf22 2 minutes ago 12.2MB [2020-12-15T07:31:10.139Z] docker-support-scheduler-go latest 66f3e71ef21d 2 minutes ago 12.3MB [2020-12-15T07:31:10.139Z] docker latest aefe523efa57 4 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-15T07:31:25.988Z] Still waiting to schedule task [2020-12-15T07:31:25.988Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-15T07:32:22.855Z] Running on prd-ubuntu18.04-docker-8c-8g-16091 in /w/workspace/edgexfoundry_edgex-go_PR-2944 [Pipeline] { [Pipeline] ws [2020-12-15T07:32:22.909Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-15T07:32:25.065Z] using credential edgex-jenkins-ssh [2020-12-15T07:32:25.117Z] Cloning the remote Git repository [2020-12-15T07:32:25.143Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:32:25.217Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-15T07:32:25.243Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:32:25.243Z] > git --version # timeout=10 [2020-12-15T07:32:25.251Z] > git --version # 'git version 2.17.1' [2020-12-15T07:32:25.252Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T07:32:25.278Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T07:32:40.983Z] Merging remotes/origin/master commit 63eb717be648985cabd2e2ea0d3d1f19ada5a008 into PR head commit 24b7634453227e8df51ea6aa002a7fed098fab96 [Pipeline] } [2020-12-15T07:32:40.494Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T07:32:40.504Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T07:32:40.514Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T07:32:40.527Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T07:32:40.527Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T07:32:40.532Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2944/head:refs/remotes/origin/PR-2944 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T07:32:40.997Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T07:32:41.002Z] > git checkout -f 24b7634453227e8df51ea6aa002a7fed098fab96 # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T07:32:41.690Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:32:44.088Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:32:44.961Z] ---> package-listing.sh [2020-12-15T07:32:44.961Z] ++ facter osfamily [2020-12-15T07:32:44.961Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T07:32:44.961Z] + OS_FAMILY=redhat [2020-12-15T07:32:44.961Z] + workspace=/w/workspace/edgex-go/3 [2020-12-15T07:32:44.961Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T07:32:44.961Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T07:32:44.961Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T07:32:44.961Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T07:32:44.961Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-15T07:32:44.961Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T07:32:44.961Z] + case "${OS_FAMILY}" in [2020-12-15T07:32:44.961Z] + rpm -qa [2020-12-15T07:32:44.961Z] + sort [2020-12-15T07:32:50.261Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T07:32:50.261Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T07:32:50.261Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T07:32:50.261Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-15T07:32:50.261Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-12-15T07:32:50.261Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-12-15T07:32:50.275Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-15T07:32:50.572Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:32:50.885Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T07:32:50.885Z] [2020-12-15T07:32:50.885Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T07:32:51.238Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T07:32:51.239Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T07:32:51.239Z] df20fa9351a1: Pulling fs layer [2020-12-15T07:32:51.239Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T07:32:51.239Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T07:32:51.239Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T07:32:51.239Z] 93b61091891f: Pulling fs layer [2020-12-15T07:32:51.239Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T07:32:51.239Z] 5e14af77c1be: Pulling fs layer [2020-12-15T07:32:51.239Z] 01666e4c0597: Pulling fs layer [2020-12-15T07:32:51.239Z] aa168da1d23b: Pulling fs layer [2020-12-15T07:32:51.239Z] 93b9cdb0e59b: Waiting [2020-12-15T07:32:51.239Z] 5e14af77c1be: Waiting [2020-12-15T07:32:51.239Z] 01666e4c0597: Waiting [2020-12-15T07:32:51.239Z] 46f8f816bc3b: Waiting [2020-12-15T07:32:51.239Z] 93b61091891f: Waiting [2020-12-15T07:32:51.239Z] aa168da1d23b: Waiting [2020-12-15T07:32:51.239Z] 36b3adc4ff6f: Verifying Checksum [2020-12-15T07:32:51.239Z] 36b3adc4ff6f: Download complete [2020-12-15T07:32:51.239Z] 46f8f816bc3b: Verifying Checksum [2020-12-15T07:32:51.239Z] 46f8f816bc3b: Download complete [2020-12-15T07:32:51.501Z] df20fa9351a1: Verifying Checksum [2020-12-15T07:32:51.501Z] df20fa9351a1: Download complete [2020-12-15T07:32:51.501Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T07:32:51.501Z] 93b9cdb0e59b: Download complete [2020-12-15T07:32:51.501Z] 93b61091891f: Verifying Checksum [2020-12-15T07:32:51.501Z] 93b61091891f: Download complete [2020-12-15T07:32:51.501Z] 5e14af77c1be: Verifying Checksum [2020-12-15T07:32:51.501Z] 5e14af77c1be: Download complete [2020-12-15T07:32:51.501Z] 01666e4c0597: Download complete [2020-12-15T07:32:51.501Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T07:32:51.501Z] 8ad3a11d3b57: Download complete [2020-12-15T07:32:51.763Z] df20fa9351a1: Pull complete [2020-12-15T07:32:52.027Z] 36b3adc4ff6f: Pull complete [2020-12-15T07:32:52.618Z] 8ad3a11d3b57: Pull complete [2020-12-15T07:32:52.618Z] 46f8f816bc3b: Pull complete [2020-12-15T07:32:53.193Z] 93b61091891f: Pull complete [2020-12-15T07:32:53.193Z] 93b9cdb0e59b: Pull complete [2020-12-15T07:32:53.768Z] aa168da1d23b: Download complete [2020-12-15T07:32:54.714Z] 5e14af77c1be: Pull complete [2020-12-15T07:32:54.983Z] 01666e4c0597: Pull complete [2020-12-15T07:33:07.258Z] aa168da1d23b: Pull complete [2020-12-15T07:33:07.258Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T07:33:07.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T07:33:07.258Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T07:33:07.478Z] prd-centos7-docker-4c-2g-16085 does not seem to be running inside a container [2020-12-15T07:33:07.532Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-15T07:33:15.130Z] $ docker top a7b52062393d152b989c3ac6b7da64943eee86cc291b6ba81ce0bde126778a12 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T07:33:15.756Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T07:33:16.104Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T07:33:16.405Z] + ls /var/log/sa-host [2020-12-15T07:33:16.405Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T07:33:16.405Z] file_magic: OK [2020-12-15T07:33:16.405Z] HZ: Using current value: 100 [2020-12-15T07:33:16.405Z] file_header: OK [2020-12-15T07:33:16.405Z] 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-15T07:33:16.405Z] Statistics: [2020-12-15T07:33:16.405Z] 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-15T07:33:16.405Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T07:33:16.405Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T07:33:16.405Z] file_magic: OK [2020-12-15T07:33:16.405Z] HZ: Using current value: 100 [2020-12-15T07:33:16.405Z] file_header: OK [2020-12-15T07:33:16.405Z] 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-15T07:33:16.405Z] Statistics: [2020-12-15T07:33:16.405Z] Hnuu...uuuununununu... [2020-12-15T07:33:16.405Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T07:33:17.062Z] provisioning config files... [2020-12-15T07:33:17.077Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1775319067846151101tmp [Pipeline] { [Pipeline] echo [2020-12-15T07:33:17.159Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:33:17.453Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T07:33:17.724Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T07:33:17.811Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:33:18.104Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T07:33:18.116Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:33:18.412Z] ---> sudo-logs.sh [2020-12-15T07:33:18.413Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T07:33:18.423Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:33:18.719Z] ---> job-cost.sh [2020-12-15T07:33:18.719Z] lf-activate-venv: SKIPPING [2020-12-15T07:33:18.719Z] INFO: No Stack... [2020-12-15T07:33:19.662Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T07:33:20.235Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T07:33:20.249Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T07:33:20.546Z] ---> logs-deploy.sh [2020-12-15T07:33:20.547Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2944/3 [2020-12-15T07:33:20.547Z] INFO: archiving workspace using pattern(s): [2020-12-15T07:33:21.930Z] Archives upload complete. [2020-12-15T07:33:21.930Z] INFO: archiving logs to Nexus