Pull request #2902 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1992864e475353449935db46579569393126d03+ea5d7be70bf78d25df2f442b65fefbdc258c073e (6c83ac546aaf27fa96278fb2efeb8b8fc2c10e4c) 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > 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 ‘prd-centos7-docker-4c-2g-13550’ is offline; ‘prd-centos7-docker-4c-2g-13552’ is offline; ‘prd-centos7-docker-4c-2g-13567’ is offline; ‘prd-centos7-docker-8c-8g-13560’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-8c-8g-13562’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13569 in /w/workspace/edgexfoundry_edgex-go_PR-2902 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 ea5d7be70bf78d25df2f442b65fefbdc258c073e into PR head commit d1992864e475353449935db46579569393126d03 Merge succeeded, producing d1992864e475353449935db46579569393126d03 Checking out Revision d1992864e475353449935db46579569393126d03 (PR-2902) > 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/2902/head:refs/remotes/origin/PR-2902 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1992864e475353449935db46579569393126d03 # 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 ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1992864e475353449935db46579569393126d03 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 0c16485c15b8c70b63bf024649347eeea60e9644 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-26T09:32:24.813Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-26T09:32:25.099Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-26T09:32:25.195Z] ========================================================= [2020-11-26T09:32:25.195Z] EdgeX Global Pipelines Version Info [2020-11-26T09:32:25.195Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:32:27.713Z] ------------------- [2020-11-26T09:32:27.713Z] stable info: [2020-11-26T09:32:27.713Z] ------------------- [2020-11-26T09:32:27.713Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-26T09:32:27.713Z] Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 [2020-11-26T09:32:27.713Z] Message: update stable to v1.0.167 [2020-11-26T09:32:28.675Z] ------------------- [2020-11-26T09:32:28.675Z] experimental info: [2020-11-26T09:32:28.675Z] ------------------- [2020-11-26T09:32:28.675Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-26T09:32:28.675Z] Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a [2020-11-26T09:32:28.675Z] Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-26T09:32:29.019Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-26T09:32:29.148Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-26T09:32:29.285Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-26T09:32:29.377Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-26T09:32:29.473Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-26T09:32:29.624Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-26T09:32:29.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-26T09:32:29.822Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-26T09:32:29.911Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-26T09:32:30.002Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-26T09:32:30.092Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-26T09:32:30.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-26T09:32:30.303Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-26T09:32:30.429Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-26T09:32:30.530Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T09:32:30.625Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-26T09:32:30.714Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-26T09:32:30.802Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-26T09:32:30.891Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-26T09:32:30.995Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-26T09:32:31.080Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-26T09:32:31.187Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-26T09:32:31.331Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2902 [Pipeline] echo [2020-11-26T09:32:31.414Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2902 [Pipeline] echo [2020-11-26T09:32:31.514Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2902 [Pipeline] echo [2020-11-26T09:32:31.610Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1992864e475353449935db46579569393126d03 [Pipeline] echo [2020-11-26T09:32:31.711Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d199286 [Pipeline] echo [2020-11-26T09:32:31.846Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T09:32:32.062Z] provisioning config files... [2020-11-26T09:32:32.105Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3377349954318810931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:32:32.521Z] ---> docker-login.sh [2020-11-26T09:32:32.521Z] nexus3.edgexfoundry.org:10001 [2020-11-26T09:32:32.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:32:33.071Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:32:33.071Z] Configure a credential helper to remove this warning. See [2020-11-26T09:32:33.071Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:32:33.071Z] [2020-11-26T09:32:33.071Z] Login Succeeded [2020-11-26T09:32:33.071Z] nexus3.edgexfoundry.org:10002 [2020-11-26T09:32:33.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:32:33.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:32:33.337Z] Configure a credential helper to remove this warning. See [2020-11-26T09:32:33.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:32:33.337Z] [2020-11-26T09:32:33.337Z] Login Succeeded [2020-11-26T09:32:33.337Z] nexus3.edgexfoundry.org:10003 [2020-11-26T09:32:33.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:32:33.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:32:33.617Z] Configure a credential helper to remove this warning. See [2020-11-26T09:32:33.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:32:33.617Z] [2020-11-26T09:32:33.618Z] Login Succeeded [2020-11-26T09:32:33.618Z] nexus3.edgexfoundry.org:10004 [2020-11-26T09:32:34.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:32:34.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:32:34.258Z] Configure a credential helper to remove this warning. See [2020-11-26T09:32:34.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:32:34.258Z] [2020-11-26T09:32:34.258Z] Login Succeeded [2020-11-26T09:32:34.258Z] docker.io [2020-11-26T09:32:34.537Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:32:34.808Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:32:34.809Z] Configure a credential helper to remove this warning. See [2020-11-26T09:32:34.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:32:34.809Z] [2020-11-26T09:32:34.809Z] Login Succeeded [2020-11-26T09:32:34.809Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T09:32:34.820Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T09:32:35.324Z] ++ 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-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-26T09:32:35.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:32:35.324Z] ++ dirname cmd/core-command/Dockerfile [2020-11-26T09:32:35.324Z] ++ cut -d/ -f2 [2020-11-26T09:32:35.324Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-26T09:32:35.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:32:35.324Z] ++ dirname cmd/core-data/Dockerfile [2020-11-26T09:32:35.324Z] ++ cut -d/ -f2 [2020-11-26T09:32:35.324Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-26T09:32:35.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:32:35.324Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-26T09:32:35.324Z] ++ cut -d/ -f2 [2020-11-26T09:32:35.324Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-26T09:32:35.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:32:35.324Z] ++ cut -d/ -f2 [2020-11-26T09:32:35.324Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-26T09:32:35.324Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-26T09:32:35.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:32:35.324Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-26T09:32:35.324Z] ++ cut -d/ -f2 [2020-11-26T09:32:35.324Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-26T09:32:35.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:32:35.324Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-26T09:32:35.324Z] ++ cut -d/ -f2 [2020-11-26T09:32:35.324Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-26T09:32:35.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:32:35.324Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-26T09:32:35.324Z] ++ cut -d/ -f2 [2020-11-26T09:32:35.324Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-26T09:32:35.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:32:35.324Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-26T09:32:35.324Z] ++ cut -d/ -f2 [2020-11-26T09:32:35.324Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-26T09:32:35.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:32:35.324Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-26T09:32:35.324Z] ++ cut -d/ -f2 [2020-11-26T09:32:35.324Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-26T09:32:35.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:32:35.324Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-26T09:32:35.324Z] ++ cut -d/ -f2 [2020-11-26T09:32:35.324Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-26T09:32:35.324Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-26T09:32:35.324Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-26T09:32:35.324Z] ++ cut -d/ -f2 [2020-11-26T09:32:35.324Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-26T09:32:35.452Z] 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-logging-go, dockerfile:cmd/support-logging/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-11-26T09:32:36.354Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T09:32:36.354Z] [2020-11-26T09:32:36.354Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:32:36.826Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T09:32:36.826Z] latest: Pulling from edgex-devops/git-semver [2020-11-26T09:32:36.826Z] 31603596830f: Pulling fs layer [2020-11-26T09:32:36.826Z] 2a8b12db71e7: Pulling fs layer [2020-11-26T09:32:36.826Z] 6ca5941a6612: Pulling fs layer [2020-11-26T09:32:36.826Z] ecc8261a40a4: Pulling fs layer [2020-11-26T09:32:36.826Z] ecc8261a40a4: Waiting [2020-11-26T09:32:36.826Z] 2a8b12db71e7: Download complete [2020-11-26T09:32:37.144Z] 31603596830f: Verifying Checksum [2020-11-26T09:32:37.144Z] 31603596830f: Download complete [2020-11-26T09:32:37.799Z] ecc8261a40a4: Verifying Checksum [2020-11-26T09:32:37.799Z] ecc8261a40a4: Download complete [2020-11-26T09:32:37.799Z] 6ca5941a6612: Verifying Checksum [2020-11-26T09:32:37.799Z] 6ca5941a6612: Download complete [2020-11-26T09:32:38.094Z] 31603596830f: Pull complete [2020-11-26T09:32:38.094Z] 2a8b12db71e7: Pull complete [2020-11-26T09:32:39.527Z] 6ca5941a6612: Pull complete [2020-11-26T09:32:40.204Z] ecc8261a40a4: Pull complete [2020-11-26T09:32:40.204Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-26T09:32:40.204Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-26T09:32:40.204Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-26T09:32:40.645Z] prd-centos7-docker-4c-2g-13569 does not seem to be running inside a container [2020-11-26T09:32:40.854Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-26T09:32:43.161Z] $ docker top a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-26T09:32:43.952Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T09:32:43.952Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T09:32:44.294Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T09:32:44.300Z] $ docker exec a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 ssh-agent [2020-11-26T09:32:44.687Z] SSH_AUTH_SOCK=/tmp/ssh-gpALcZRXbrsD/agent.11 [2020-11-26T09:32:44.687Z] SSH_AGENT_PID=16 [2020-11-26T09:32:44.701Z] Running ssh-add (command line suppressed) [2020-11-26T09:32:44.874Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_259970682629704197.key (/w/workspace/edgex-go/7@tmp/private_key_259970682629704197.key) [2020-11-26T09:32:44.965Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T09:32:45.672Z] + git tag --points-at HEAD [Pipeline] } [2020-11-26T09:32:45.717Z] $ docker exec --env ******** --env ******** a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 ssh-agent -k [2020-11-26T09:32:45.936Z] unset SSH_AUTH_SOCK; [2020-11-26T09:32:45.937Z] unset SSH_AGENT_PID; [2020-11-26T09:32:45.937Z] echo Agent pid 16 killed; [2020-11-26T09:32:46.002Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-26T09:32:46.139Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-26T09:32:46.139Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-26T09:32:46.646Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-26T09:32:46.653Z] $ docker exec a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 ssh-agent [2020-11-26T09:32:46.956Z] SSH_AUTH_SOCK=/tmp/ssh-MlZFoEjMdH1q/agent.45 [2020-11-26T09:32:46.956Z] SSH_AGENT_PID=51 [2020-11-26T09:32:46.963Z] Running ssh-add (command line suppressed) [2020-11-26T09:32:47.273Z] Identity added: /w/workspace/edgex-go/7@tmp/private_key_4892266052550962075.key (/w/workspace/edgex-go/7@tmp/private_key_4892266052550962075.key) [2020-11-26T09:32:47.388Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-26T09:32:47.739Z] + git semver init [2020-11-26T09:32:47.739Z] # -> Open(): unable to determine branch for HEAD [2020-11-26T09:32:47.739Z] # $GIT_DIR = /w/workspace/edgex-go/7/.git [2020-11-26T09:32:47.739Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/7 [2020-11-26T09:32:47.739Z] # $SEMVER_REMOTE_NAME = origin [2020-11-26T09:32:47.739Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-26T09:32:47.739Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-26T09:32:47.739Z] # $SEMVER_BRANCH = PR-2902 [2020-11-26T09:32:47.739Z] # $SEMVER_TEMP = /tmp/semver-250834432 [2020-11-26T09:32:47.739Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-26T09:33:22.740Z] # '/tmp/semver-250834432' -> '/w/workspace/edgex-go/7/.semver' [2020-11-26T09:33:22.740Z] # -> Force: false [2020-11-26T09:33:22.740Z] # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } [2020-11-26T09:33:22.786Z] $ docker exec --env ******** --env ******** a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 ssh-agent -k [2020-11-26T09:33:23.239Z] unset SSH_AUTH_SOCK; [2020-11-26T09:33:23.243Z] unset SSH_AGENT_PID; [2020-11-26T09:33:23.243Z] echo Agent pid 51 killed; [2020-11-26T09:33:23.414Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-26T09:33:24.043Z] + git semver [Pipeline] } [2020-11-26T09:33:24.367Z] $ docker stop --time=1 a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 [2020-11-26T09:33:26.307Z] $ docker rm -f a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T09:33:27.052Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-26T09:33:28.022Z] Stashed 1 file(s) [Pipeline] echo [2020-11-26T09:33:28.025Z] [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-11-26T09:33:28.940Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:33:29.276Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:33:29.620Z] + sudo service docker restart [2020-11-26T09:33:29.620Z] + true [2020-11-26T09:33:29.620Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-11-26T09:33:31.357Z] ========================================================= [2020-11-26T09:33:31.357Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-26T09:33:31.357Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:33:31.925Z] + 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-11-26T09:33:38.783Z] Sending build context to Docker daemon 325.9MB [2020-11-26T09:33:38.783Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-26T09:33:38.783Z] Step 2/7 : FROM ${BASE} [2020-11-26T09:33:38.783Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-26T09:33:38.783Z] df20fa9351a1: Pulling fs layer [2020-11-26T09:33:38.783Z] ed8968b2872e: Pulling fs layer [2020-11-26T09:33:38.783Z] a92cc7c5fd73: Pulling fs layer [2020-11-26T09:33:38.783Z] e871e8e8d7a9: Pulling fs layer [2020-11-26T09:33:38.783Z] e73272ec9a57: Pulling fs layer [2020-11-26T09:33:38.783Z] 1e910a182e73: Pulling fs layer [2020-11-26T09:33:38.783Z] 4e634b169226: Pulling fs layer [2020-11-26T09:33:38.783Z] e871e8e8d7a9: Waiting [2020-11-26T09:33:38.783Z] e73272ec9a57: Waiting [2020-11-26T09:33:38.783Z] 1e910a182e73: Waiting [2020-11-26T09:33:38.783Z] 4e634b169226: Waiting [2020-11-26T09:33:38.783Z] a92cc7c5fd73: Download complete [2020-11-26T09:33:38.783Z] ed8968b2872e: Verifying Checksum [2020-11-26T09:33:38.783Z] ed8968b2872e: Download complete [2020-11-26T09:33:39.436Z] e73272ec9a57: Verifying Checksum [2020-11-26T09:33:39.436Z] e73272ec9a57: Download complete [2020-11-26T09:33:39.436Z] 1e910a182e73: Download complete [2020-11-26T09:33:39.807Z] df20fa9351a1: Verifying Checksum [2020-11-26T09:33:39.807Z] df20fa9351a1: Download complete [2020-11-26T09:33:40.820Z] df20fa9351a1: Pull complete [2020-11-26T09:33:41.496Z] ed8968b2872e: Pull complete [2020-11-26T09:33:42.185Z] a92cc7c5fd73: Pull complete [2020-11-26T09:33:43.413Z] Still waiting to schedule task [2020-11-26T09:33:43.413Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-11-26T09:33:44.424Z] 4e634b169226: Verifying Checksum [2020-11-26T09:33:44.424Z] 4e634b169226: Download complete [2020-11-26T09:33:45.962Z] e871e8e8d7a9: Verifying Checksum [2020-11-26T09:33:45.962Z] e871e8e8d7a9: Download complete [2020-11-26T09:33:58.681Z] e871e8e8d7a9: Pull complete [2020-11-26T09:33:58.681Z] e73272ec9a57: Pull complete [2020-11-26T09:33:58.681Z] 1e910a182e73: Pull complete [2020-11-26T09:34:05.549Z] 4e634b169226: Pull complete [2020-11-26T09:34:05.549Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-26T09:34:05.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-26T09:34:05.549Z] ---> f7629b54cfaa [2020-11-26T09:34:05.549Z] 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-11-26T09:34:05.549Z] ---> Running in 8f1ac67847a3 [2020-11-26T09:34:06.146Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:34:06.733Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:34:07.351Z] (1/12) Installing libmagic (5.38-r0) [2020-11-26T09:34:07.620Z] (2/12) Installing file (5.38-r0) [2020-11-26T09:34:07.620Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-26T09:34:07.620Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-26T09:34:16.092Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-26T09:34:16.092Z] (6/12) Installing patch (2.7.6-r6) [2020-11-26T09:34:16.092Z] (7/12) Installing build-base (0.5-r2) [2020-11-26T09:34:16.092Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-26T09:34:16.092Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-26T09:34:16.092Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-26T09:34:16.092Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-26T09:34:16.092Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-26T09:34:16.092Z] Executing busybox-1.31.1-r16.trigger [2020-11-26T09:34:16.092Z] OK: 233 MiB in 51 packages [2020-11-26T09:34:20.502Z] Removing intermediate container 8f1ac67847a3 [2020-11-26T09:34:20.502Z] ---> a0ae7cb0bd05 [2020-11-26T09:34:20.502Z] Step 4/7 : WORKDIR /edgex-go [2020-11-26T09:34:20.502Z] ---> Running in eb4e85b460b9 [2020-11-26T09:34:20.502Z] Removing intermediate container eb4e85b460b9 [2020-11-26T09:34:20.502Z] ---> c7b44833b779 [2020-11-26T09:34:20.502Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-26T09:34:21.491Z] latest: Pulling from library/docker [2020-11-26T09:34:21.491Z] 188c0c94c7c5: Pulling fs layer [2020-11-26T09:34:21.491Z] 0c7c675703d6: Pulling fs layer [2020-11-26T09:34:21.491Z] cc8c12a437cb: Pulling fs layer [2020-11-26T09:34:21.491Z] c5dafad2182a: Pulling fs layer [2020-11-26T09:34:21.491Z] 5aa711733414: Pulling fs layer [2020-11-26T09:34:21.491Z] 058f73b55e4b: Pulling fs layer [2020-11-26T09:34:21.491Z] 8c9c664faf12: Pulling fs layer [2020-11-26T09:34:21.491Z] c5dafad2182a: Waiting [2020-11-26T09:34:21.491Z] 058f73b55e4b: Waiting [2020-11-26T09:34:21.491Z] 8c9c664faf12: Waiting [2020-11-26T09:34:21.491Z] 5aa711733414: Waiting [2020-11-26T09:34:21.922Z] cc8c12a437cb: Verifying Checksum [2020-11-26T09:34:21.922Z] cc8c12a437cb: Download complete [2020-11-26T09:34:21.922Z] 0c7c675703d6: Verifying Checksum [2020-11-26T09:34:21.922Z] 0c7c675703d6: Download complete [2020-11-26T09:34:21.922Z] 188c0c94c7c5: Verifying Checksum [2020-11-26T09:34:21.922Z] 188c0c94c7c5: Download complete [2020-11-26T09:34:22.356Z] 058f73b55e4b: Verifying Checksum [2020-11-26T09:34:22.356Z] 058f73b55e4b: Download complete [2020-11-26T09:34:22.356Z] 5aa711733414: Verifying Checksum [2020-11-26T09:34:22.356Z] 5aa711733414: Download complete [2020-11-26T09:34:22.692Z] 8c9c664faf12: Verifying Checksum [2020-11-26T09:34:22.692Z] 8c9c664faf12: Download complete [2020-11-26T09:34:22.692Z] 188c0c94c7c5: Pull complete [2020-11-26T09:34:23.415Z] 0c7c675703d6: Pull complete [2020-11-26T09:34:24.068Z] cc8c12a437cb: Pull complete [2020-11-26T09:34:24.069Z] c5dafad2182a: Verifying Checksum [2020-11-26T09:34:24.069Z] c5dafad2182a: Download complete [2020-11-26T09:34:27.512Z] c5dafad2182a: Pull complete [2020-11-26T09:34:27.798Z] 5aa711733414: Pull complete [2020-11-26T09:34:27.798Z] 058f73b55e4b: Pull complete [2020-11-26T09:34:28.064Z] 8c9c664faf12: Pull complete [2020-11-26T09:34:28.065Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-26T09:34:28.065Z] Status: Downloaded newer image for docker:latest [2020-11-26T09:34:30.784Z] ---> 42a8064a2485 [2020-11-26T09:34:30.784Z] Step 6/7 : COPY go.mod . [2020-11-26T09:34:30.784Z] ---> 6a30a0534570 [2020-11-26T09:34:30.784Z] Step 7/7 : RUN go mod download [2020-11-26T09:34:30.784Z] ---> Running in 2f054ea067da [2020-11-26T09:34:57.649Z] Removing intermediate container 2f054ea067da [2020-11-26T09:34:57.650Z] ---> c348b385cac6 [2020-11-26T09:34:57.650Z] Successfully built c348b385cac6 [2020-11-26T09:34:57.650Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:34:58.072Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T09:34:58.388Z] . [Pipeline] withDockerContainer [2020-11-26T09:34:58.557Z] prd-centos7-docker-4c-2g-13569 does not seem to be running inside a container [2020-11-26T09:34:58.715Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T09:35:00.834Z] $ docker top e25921de24a7bbf2d2c5b972cb331841a58c9e9a43448f33f4f236790675d542 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:35:01.922Z] + go version [2020-11-26T09:35:01.922Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-26T09:35:01.966Z] $ docker stop --time=1 e25921de24a7bbf2d2c5b972cb331841a58c9e9a43448f33f4f236790675d542 [2020-11-26T09:35:03.444Z] $ docker rm -f e25921de24a7bbf2d2c5b972cb331841a58c9e9a43448f33f4f236790675d542 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:35:04.371Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-26T09:35:04.371Z] . [Pipeline] withDockerContainer [2020-11-26T09:35:04.516Z] prd-centos7-docker-4c-2g-13569 does not seem to be running inside a container [2020-11-26T09:35:04.581Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-26T09:35:05.534Z] $ docker top d1bfd7a2e3aa7703306803a392730be1d38bfb7c2ad8de86e27efd9b052b4cd2 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-26T09:35:05.878Z] ========================================================= [2020-11-26T09:35:05.878Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-26T09:35:05.878Z] ========================================================= [Pipeline] sh [2020-11-26T09:35:06.551Z] + make test [2020-11-26T09:35:06.551Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-26T09:35:22.425Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-26T09:35:50.249Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-26T09:36:00.189Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-13572 in /w/workspace/edgexfoundry_edgex-go_PR-2902 [Pipeline] { [Pipeline] ws [2020-11-26T09:36:00.246Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-11-26T09:36:02.829Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:36:03.506Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-11-26T09:36:03.880Z] + sudo service docker restart [2020-11-26T09:36:03.880Z] + true [2020-11-26T09:36:06.005Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-26T09:36:06.005Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-26T09:36:06.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-26T09:36:06.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-26T09:36:06.005Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-26T09:36:06.638Z] provisioning config files... [2020-11-26T09:36:06.724Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config7850701310380145859tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:36:07.261Z] ---> docker-login.sh [2020-11-26T09:36:07.261Z] nexus3.edgexfoundry.org:10001 [2020-11-26T09:36:08.250Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:36:08.526Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:36:08.526Z] Configure a credential helper to remove this warning. See [2020-11-26T09:36:08.526Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:36:08.526Z] [2020-11-26T09:36:08.526Z] Login Succeeded [2020-11-26T09:36:08.526Z] nexus3.edgexfoundry.org:10002 [2020-11-26T09:36:09.006Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.106s [2020-11-26T09:36:09.006Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-26T09:36:09.006Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-26T09:36:09.136Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:36:09.136Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:36:09.136Z] Configure a credential helper to remove this warning. See [2020-11-26T09:36:09.136Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:36:09.136Z] [2020-11-26T09:36:09.136Z] Login Succeeded [2020-11-26T09:36:09.136Z] nexus3.edgexfoundry.org:10003 [2020-11-26T09:36:09.410Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:36:09.686Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:36:09.686Z] Configure a credential helper to remove this warning. See [2020-11-26T09:36:09.686Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:36:09.686Z] [2020-11-26T09:36:09.686Z] Login Succeeded [2020-11-26T09:36:09.686Z] nexus3.edgexfoundry.org:10004 [2020-11-26T09:36:09.963Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:36:10.240Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:36:10.240Z] Configure a credential helper to remove this warning. See [2020-11-26T09:36:10.240Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:36:10.240Z] [2020-11-26T09:36:10.240Z] Login Succeeded [2020-11-26T09:36:10.240Z] docker.io [2020-11-26T09:36:10.512Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-26T09:36:10.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-26T09:36:11.111Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-26T09:36:11.111Z] Configure a credential helper to remove this warning. See [2020-11-26T09:36:11.111Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-26T09:36:11.111Z] [2020-11-26T09:36:11.111Z] Login Succeeded [2020-11-26T09:36:11.111Z] ---> docker-login.sh ends [Pipeline] } [2020-11-26T09:36:11.132Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2020-11-26T09:36:11.597Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-26T09:36:11.597Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-26T09:36:11.597Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-26T09:36:11.597Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] echo [2020-11-26T09:36:11.705Z] ========================================================= [2020-11-26T09:36:11.705Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-26T09:36:11.705Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:36:12.221Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-11-26T09:36:12.221Z] unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/edgex-go/7/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-26T09:36:13.579Z] Failed in branch arm64 [2020-11-26T09:36:17.320Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.136s coverage: 46.6% of statements [2020-11-26T09:36:17.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-26T09:36:17.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-26T09:36:17.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-26T09:36:17.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-26T09:36:17.320Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-26T09:36:21.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.457s coverage: 27.1% of statements [2020-11-26T09:36:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-26T09:36:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-26T09:36:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-26T09:36:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-26T09:36:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-26T09:36:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-26T09:36:21.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements [2020-11-26T09:36:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-26T09:36:21.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements [2020-11-26T09:36:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-26T09:36:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-26T09:36:21.217Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.133s coverage: 68.4% of statements [2020-11-26T09:36:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-26T09:36:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-26T09:36:22.439Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.476s coverage: 83.3% of statements [2020-11-26T09:36:22.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-26T09:36:22.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-26T09:36:22.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-26T09:36:22.439Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-26T09:36:26.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.679s coverage: 28.6% of statements [2020-11-26T09:36:26.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-26T09:36:26.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-26T09:36:26.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-26T09:36:26.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-26T09:36:26.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-26T09:36:26.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements [2020-11-26T09:36:26.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-26T09:36:26.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements [2020-11-26T09:36:26.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-26T09:36:26.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.184s coverage: 86.7% of statements [2020-11-26T09:36:26.142Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-26T09:36:27.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.310s coverage: 97.5% of statements [2020-11-26T09:36:27.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-26T09:36:27.243Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 79.0% of statements [2020-11-26T09:36:27.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-26T09:36:27.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-26T09:36:27.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-26T09:36:27.243Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-26T09:36:31.812Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.718s coverage: 95.7% of statements [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-26T09:36:31.812Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.112s coverage: 58.8% of statements [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-26T09:36:31.812Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.106s coverage: 0.0% of statements [no tests to run] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-26T09:36:31.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.287s coverage: 63.5% of statements [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-26T09:36:31.812Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-26T09:36:31.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.079s coverage: 100.0% of statements [2020-11-26T09:36:31.812Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.068s coverage: 91.3% of statements [2020-11-26T09:36:32.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.126s coverage: 100.0% of statements [2020-11-26T09:36:32.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.133s coverage: 73.7% of statements [2020-11-26T09:36:33.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.100s coverage: 100.0% of statements [2020-11-26T09:36:36.377Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.111s coverage: 55.9% of statements [2020-11-26T09:36:36.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-26T09:36:36.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-26T09:36:36.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-26T09:36:36.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-26T09:36:36.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-26T09:36:36.377Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 24.268s coverage: 86.3% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.639s coverage: 72.2% of statements [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.997s coverage: 72.1% of statements [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.121s coverage: 82.4% of statements [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.782s coverage: 28.8% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.054s coverage: 96.8% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 37.2% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.401s coverage: 84.1% of statements [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.079s coverage: 42.9% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.075s coverage: 100.0% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.066s coverage: 83.8% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.369s coverage: 47.1% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.084s coverage: 100.0% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.216s coverage: 29.1% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.101s coverage: 99.0% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.119s coverage: 87.9% of statements [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-26T09:36:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements [2020-11-26T09:36:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2020-11-26T09:36:59.297Z] GO111MODULE=on go vet ./... [2020-11-26T09:37:47.077Z] gofmt -l . [2020-11-26T09:37:47.077Z] [ "`gofmt -l .`" = "" ] [2020-11-26T09:37:47.077Z] ./bin/test-go-mod-tidy.sh [2020-11-26T09:37:47.077Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-26T09:37:49.178Z] + ls -al . [2020-11-26T09:37:49.178Z] total 644 [2020-11-26T09:37:49.178Z] drwxrwxr-x 10 1001 1001 4096 Nov 26 09:37 . [2020-11-26T09:37:49.178Z] drwxr-xr-x 4 root root 28 Nov 26 09:35 .. [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 11 Nov 26 09:32 .dockerignore [2020-11-26T09:37:49.178Z] drwxrwxr-x 8 1001 1001 179 Nov 26 09:32 .git [2020-11-26T09:37:49.178Z] drwxrwxr-x 3 1001 1001 125 Nov 26 09:32 .github [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 971 Nov 26 09:32 .gitignore [2020-11-26T09:37:49.178Z] drwx------ 3 1001 1001 47 Nov 26 09:33 .semver [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 166 Nov 26 09:32 .sonarcloud.properties [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 3804 Nov 26 09:32 CONTRIBUTING.md [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 1035 Nov 26 09:32 Dockerfile.build [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 863 Nov 26 09:32 Jenkinsfile [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 10775 Nov 26 09:32 LICENSE [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 6581 Nov 26 09:32 Makefile [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 6447 Nov 26 09:32 README.md [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 259 Nov 26 09:32 SECURITY.md [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 5 Nov 26 09:33 VERSION [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 4131 Nov 26 09:32 ZMQWindows.md [2020-11-26T09:37:49.178Z] drwxrwxr-x 2 1001 1001 117 Nov 26 09:32 bin [2020-11-26T09:37:49.178Z] drwxrwxr-x 15 1001 1001 4096 Nov 26 09:32 cmd [2020-11-26T09:37:49.178Z] -rw-r--r-- 1 root root 549148 Nov 26 09:36 coverage.out [2020-11-26T09:37:49.178Z] -rw-r--r-- 1 root root 1041 Nov 26 09:37 go.mod [2020-11-26T09:37:49.178Z] -rw-r--r-- 1 root root 18848 Nov 26 09:37 go.sum [2020-11-26T09:37:49.178Z] drwxrwxr-x 8 1001 1001 127 Nov 26 09:32 internal [2020-11-26T09:37:49.178Z] drwxrwxr-x 4 1001 1001 26 Nov 26 09:32 openapi [2020-11-26T09:37:49.178Z] drwxrwxr-x 4 1001 1001 71 Nov 26 09:32 snap [2020-11-26T09:37:49.178Z] -rw-rw-r-- 1 1001 1001 168 Nov 26 09:32 version.go [Pipeline] sh [2020-11-26T09:37:49.506Z] + '[' -e coverage.out ] [2020-11-26T09:37:49.506Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-26T09:37:49.871Z] Stashed 1 file(s) [Pipeline] sh [2020-11-26T09:37:50.189Z] + make build [2020-11-26T09:37:50.189Z] 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-11-26T09:38:13.783Z] 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-11-26T09:38:20.702Z] 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-11-26T09:38:24.244Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-26T09:38:26.283Z] 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-11-26T09:38:29.743Z] 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-11-26T09:38:30.738Z] 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-11-26T09:38:33.432Z] 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-11-26T09:38:36.117Z] 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-11-26T09:38:37.573Z] 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-11-26T09:38:41.233Z] 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-11-26T09:38:43.940Z] 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-11-26T09:38:45.384Z] 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 [Pipeline] } [2020-11-26T09:38:47.408Z] $ docker stop --time=1 d1bfd7a2e3aa7703306803a392730be1d38bfb7c2ad8de86e27efd9b052b4cd2 [2020-11-26T09:38:49.404Z] $ docker rm -f d1bfd7a2e3aa7703306803a392730be1d38bfb7c2ad8de86e27efd9b052b4cd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:38:52.046Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T09:38:52.046Z] [2020-11-26T09:38:52.046Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:38:53.009Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T09:38:53.618Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-26T09:38:53.618Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-26T09:38:53.618Z] ca9280d653b3: Pulling fs layer [2020-11-26T09:38:53.618Z] 7e9c9ca2126c: Pulling fs layer [2020-11-26T09:38:55.290Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-26T09:38:55.290Z] cbdbe7a5bc2a: Download complete [2020-11-26T09:38:56.347Z] ca9280d653b3: Verifying Checksum [2020-11-26T09:38:56.347Z] ca9280d653b3: Download complete [2020-11-26T09:38:56.347Z] cbdbe7a5bc2a: Pull complete [2020-11-26T09:38:59.154Z] ca9280d653b3: Pull complete [2020-11-26T09:39:00.851Z] 7e9c9ca2126c: Verifying Checksum [2020-11-26T09:39:00.851Z] 7e9c9ca2126c: Download complete [2020-11-26T09:39:11.267Z] 7e9c9ca2126c: Pull complete [2020-11-26T09:39:11.267Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-26T09:39:11.267Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T09:39:11.267Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-26T09:39:11.602Z] prd-centos7-docker-4c-2g-13569 does not seem to be running inside a container [2020-11-26T09:39:11.970Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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-11-26T09:39:15.257Z] $ docker top a1d628ce39cde3e48d275e5d026b3b4f26a0b7317c3b378ba59ae8a317575a72 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:39:16.079Z] + docker-compose build --help [2020-11-26T09:39:16.079Z] + grep parallel [2020-11-26T09:39:18.184Z] --parallel Build images in parallel. [Pipeline] } [2020-11-26T09:39:18.207Z] $ docker stop --time=1 a1d628ce39cde3e48d275e5d026b3b4f26a0b7317c3b378ba59ae8a317575a72 [2020-11-26T09:39:20.073Z] $ docker rm -f a1d628ce39cde3e48d275e5d026b3b4f26a0b7317c3b378ba59ae8a317575a72 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:39:21.346Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-26T09:39:21.346Z] . [Pipeline] withDockerContainer [2020-11-26T09:39:21.699Z] prd-centos7-docker-4c-2g-13569 does not seem to be running inside a container [2020-11-26T09:39:21.827Z] $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-26T09:39:23.284Z] $ docker top 75b5c1c5677d24ccf7f6c725c1c94b9e1050c5a4cee3bd208ee427f0203cf5f1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:39:24.521Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-26T09:39:25.932Z] Building docker-core-command-go ... [2020-11-26T09:39:25.932Z] Building docker-core-data-go ... [2020-11-26T09:39:25.932Z] Building docker-core-metadata-go ... [2020-11-26T09:39:25.932Z] Building docker-security-bootstrap-redis-go ... [2020-11-26T09:39:25.932Z] Building docker-security-proxy-setup-go ... [2020-11-26T09:39:25.932Z] Building docker-security-secrets-setup-go ... [2020-11-26T09:39:25.932Z] Building docker-security-secretstore-setup-go ... [2020-11-26T09:39:25.932Z] Building docker-support-logging-go ... [2020-11-26T09:39:25.932Z] Building docker-support-notifications-go ... [2020-11-26T09:39:25.932Z] Building docker-support-scheduler-go ... [2020-11-26T09:39:25.932Z] Building docker-sys-mgmt-agent-go ... [2020-11-26T09:39:25.932Z] Building docker-security-secretstore-setup-go [2020-11-26T09:39:25.932Z] Building docker-support-scheduler-go [2020-11-26T09:39:25.932Z] Building docker-core-metadata-go [2020-11-26T09:39:25.932Z] Building docker-sys-mgmt-agent-go [2020-11-26T09:39:25.932Z] Building docker-security-bootstrap-redis-go [2020-11-26T09:40:23.011Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:40:23.011Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:40:23.011Z] ---> c348b385cac6 [2020-11-26T09:40:23.011Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T09:40:23.011Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:40:23.011Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:40:23.011Z] ---> c348b385cac6 [2020-11-26T09:40:23.011Z] Step 3/27 : WORKDIR /edgex-goStep 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:40:23.011Z] [2020-11-26T09:40:23.011Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:40:23.011Z] ---> c348b385cac6 [2020-11-26T09:40:23.011Z] Step 3/21 : WORKDIR /edgex-go [2020-11-26T09:40:23.011Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:40:23.011Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:40:23.011Z] ---> c348b385cac6 [2020-11-26T09:40:23.011Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T09:40:23.011Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:40:23.011Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:40:23.011Z] ---> c348b385cac6 [2020-11-26T09:40:23.011Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T09:40:23.011Z] ---> Running in 48fe007c5a8c [2020-11-26T09:40:23.011Z] ---> Running in 34ef48f885d3 [2020-11-26T09:40:23.011Z] ---> Running in 81aff5f645c9 [2020-11-26T09:40:23.011Z] ---> Running in 5a893cc825b6 [2020-11-26T09:40:23.011Z] ---> Running in 814011de5c02 [2020-11-26T09:40:23.011Z] Removing intermediate container 81aff5f645c9 [2020-11-26T09:40:23.011Z] ---> ccb0d0458231 [2020-11-26T09:40:23.011Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:40:23.011Z] Removing intermediate container 814011de5c02 [2020-11-26T09:40:23.011Z] ---> c36966cc34c7 [2020-11-26T09:40:23.011Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:40:23.011Z] Removing intermediate container 5a893cc825b6 [2020-11-26T09:40:23.011Z] ---> 129010e2ba68 [2020-11-26T09:40:23.011Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:40:23.011Z] Removing intermediate container 34ef48f885d3 [2020-11-26T09:40:23.011Z] ---> 021041063bd5 [2020-11-26T09:40:23.011Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:40:23.011Z] Removing intermediate container 48fe007c5a8c [2020-11-26T09:40:23.011Z] ---> 288bc369b54f [2020-11-26T09:40:23.011Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:40:23.011Z] ---> Running in 19bb53aa26ce [2020-11-26T09:40:23.011Z] ---> Running in 20b2305f5f39 [2020-11-26T09:40:23.011Z] ---> Running in 525686ff34f3 [2020-11-26T09:40:23.011Z] ---> Running in 800e81ae5864 [2020-11-26T09:40:23.011Z] ---> Running in eca4b1f78a4c [2020-11-26T09:40:25.066Z] Removing intermediate container 20b2305f5f39 [2020-11-26T09:40:25.066Z] ---> a373fee385c8 [2020-11-26T09:40:25.066Z] Step 5/21 : RUN apk update && apk add make git [2020-11-26T09:40:25.334Z] ---> Running in 18329792d634 [2020-11-26T09:40:25.334Z] Removing intermediate container 525686ff34f3 [2020-11-26T09:40:25.334Z] ---> 40b954075891 [2020-11-26T09:40:25.334Z] Step 5/24 : RUN apk update && apk add make git [2020-11-26T09:40:25.334Z] Removing intermediate container 19bb53aa26ce [2020-11-26T09:40:25.334Z] ---> 7cd51ecebeca [2020-11-26T09:40:25.334Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-26T09:40:25.632Z] ---> Running in 5f3dc71f0d7d [2020-11-26T09:40:25.632Z] ---> Running in b39ce6fd7da7 [2020-11-26T09:40:25.632Z] Removing intermediate container eca4b1f78a4c [2020-11-26T09:40:25.632Z] ---> d75ce6489a36 [2020-11-26T09:40:25.632Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T09:40:25.914Z] Removing intermediate container 800e81ae5864 [2020-11-26T09:40:25.914Z] ---> 994b3a6f73eb [2020-11-26T09:40:25.914Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T09:40:25.914Z] ---> Running in 1f01234bd292 [2020-11-26T09:40:26.214Z] ---> Running in fa44122a6969 [2020-11-26T09:40:26.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:40:26.531Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:40:26.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:40:26.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:40:27.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:40:27.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:40:27.405Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:40:27.702Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:40:27.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:40:27.992Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:40:27.992Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:40:27.992Z] OK: 12754 distinct packages available [2020-11-26T09:40:27.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:40:28.339Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:40:28.339Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:40:28.339Z] OK: 12754 distinct packages available [2020-11-26T09:40:28.664Z] OK: 233 MiB in 51 packages [2020-11-26T09:40:28.664Z] OK: 233 MiB in 51 packages [2020-11-26T09:40:28.664Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:40:28.664Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:40:28.664Z] OK: 12754 distinct packages available [2020-11-26T09:40:28.939Z] OK: 233 MiB in 51 packages [2020-11-26T09:40:29.342Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:40:29.342Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:40:29.342Z] OK: 12754 distinct packages available [2020-11-26T09:40:29.645Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:40:29.645Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:40:29.645Z] OK: 12754 distinct packages available [2020-11-26T09:40:29.645Z] OK: 233 MiB in 51 packages [2020-11-26T09:40:30.121Z] OK: 233 MiB in 51 packages [2020-11-26T09:40:30.461Z] Removing intermediate container 18329792d634 [2020-11-26T09:40:30.461Z] ---> 0558cbedbda1 [2020-11-26T09:40:30.461Z] Step 6/21 : COPY go.mod . [2020-11-26T09:40:30.461Z] Removing intermediate container 5f3dc71f0d7d [2020-11-26T09:40:30.461Z] ---> 4be1505e1425 [2020-11-26T09:40:30.461Z] Step 6/24 : COPY go.mod . [2020-11-26T09:40:30.746Z] Removing intermediate container b39ce6fd7da7 [2020-11-26T09:40:30.746Z] ---> 56f282d2b8a1 [2020-11-26T09:40:30.746Z] Step 6/27 : COPY go.mod . [2020-11-26T09:40:31.038Z] Removing intermediate container fa44122a6969 [2020-11-26T09:40:31.038Z] ---> b1d4786f8c41 [2020-11-26T09:40:31.038Z] Step 6/22 : COPY go.mod . [2020-11-26T09:40:31.038Z] ---> 1175a5b651d4 [2020-11-26T09:40:31.038Z] Step 7/24 : RUN go mod download [2020-11-26T09:40:31.311Z] ---> 9947f4b60c73 [2020-11-26T09:40:31.311Z] Step 7/21 : RUN go mod download [2020-11-26T09:40:31.908Z] ---> Running in cf5bb40c9d33 [2020-11-26T09:40:31.908Z] ---> Running in 2686560f547f [2020-11-26T09:40:31.908Z] Removing intermediate container 1f01234bd292 [2020-11-26T09:40:31.908Z] ---> b05f834562ae [2020-11-26T09:40:31.908Z] Step 6/22 : COPY go.mod . [2020-11-26T09:40:31.908Z] ---> 89ccb3f907ed [2020-11-26T09:40:31.908Z] Step 7/27 : RUN go mod download [2020-11-26T09:40:31.908Z] ---> e25db964b5e1 [2020-11-26T09:40:31.908Z] Step 7/22 : RUN go mod download [2020-11-26T09:40:32.210Z] ---> Running in a8b99f732d3a [2020-11-26T09:40:32.210Z] ---> Running in 346e0c008ca6 [2020-11-26T09:40:32.855Z] ---> 34e48fb1745a [2020-11-26T09:40:32.855Z] Step 7/22 : RUN go mod download [2020-11-26T09:40:33.152Z] ---> Running in 84b1dff52812 [2020-11-26T09:40:36.710Z] Removing intermediate container cf5bb40c9d33 [2020-11-26T09:40:36.710Z] ---> fbe86c984929 [2020-11-26T09:40:36.710Z] Step 8/24 : COPY . . [2020-11-26T09:40:36.710Z] Removing intermediate container 2686560f547f [2020-11-26T09:40:36.710Z] ---> 9a9f9540766b [2020-11-26T09:40:36.710Z] Step 8/21 : COPY . . [2020-11-26T09:40:36.710Z] Removing intermediate container a8b99f732d3a [2020-11-26T09:40:36.710Z] ---> 5c5b3efff38e [2020-11-26T09:40:36.710Z] Step 8/22 : COPY . . [2020-11-26T09:40:37.365Z] Removing intermediate container 346e0c008ca6 [2020-11-26T09:40:37.365Z] ---> 19aec706d827 [2020-11-26T09:40:37.365Z] Step 8/27 : COPY . . [2020-11-26T09:40:40.049Z] Removing intermediate container 84b1dff52812 [2020-11-26T09:40:40.049Z] ---> 8364140fec0d [2020-11-26T09:40:40.049Z] Step 8/22 : COPY . . [2020-11-26T09:41:37.176Z] ---> bceec14791f8 [2020-11-26T09:41:37.176Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-26T09:41:37.176Z] ---> 6ae2955a44dc [2020-11-26T09:41:37.176Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-26T09:41:37.176Z] ---> 571d690ec5c8 [2020-11-26T09:41:37.176Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-26T09:41:37.176Z] ---> Running in a7e4aa2f35b7 [2020-11-26T09:41:37.176Z] ---> 62bb1222a67f [2020-11-26T09:41:37.176Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-26T09:41:37.176Z] ---> Running in b2c124828ad4 [2020-11-26T09:41:37.176Z] ---> 4507d5be0b43 [2020-11-26T09:41:37.176Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-26T09:41:37.176Z] ---> Running in e0882a56da01 [2020-11-26T09:41:37.176Z] ---> Running in 1021cd80c82b [2020-11-26T09:41:37.176Z] ---> Running in 6497a51f7808 [2020-11-26T09:41:37.176Z] 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-11-26T09:41:37.176Z] 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-11-26T09:41:37.176Z] 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-11-26T09:41:37.176Z] 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-11-26T09:41:37.176Z] 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-11-26T09:42:24.899Z] 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-11-26T09:42:26.560Z] Removing intermediate container a7e4aa2f35b7 [2020-11-26T09:42:26.560Z] ---> 41ffb227d773 [2020-11-26T09:42:26.560Z] [2020-11-26T09:42:26.560Z] Step 10/22 : FROM alpine:3.10 [2020-11-26T09:42:27.042Z] 3.10: Pulling from library/alpine [2020-11-26T09:42:29.373Z] Removing intermediate container b2c124828ad4 [2020-11-26T09:42:29.373Z] ---> 458dd627dcb2 [2020-11-26T09:42:29.373Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-26T09:42:29.755Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-26T09:42:29.755Z] Status: Downloaded newer image for alpine:3.10 [2020-11-26T09:42:29.755Z] ---> be4e4bea2c2e [2020-11-26T09:42:29.755Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T09:42:29.755Z] ---> Running in 7c1bc49eb1dc [2020-11-26T09:42:30.156Z] ---> Running in 619bf6c52052 [2020-11-26T09:42:31.753Z] 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-11-26T09:42:32.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:42:32.921Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:42:33.261Z] v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-26T09:42:33.261Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-26T09:42:33.261Z] OK: 10348 distinct packages available [2020-11-26T09:42:33.657Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-26T09:42:34.010Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-26T09:42:34.010Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-26T09:42:34.010Z] (4/5) Installing curl (7.66.0-r1) [2020-11-26T09:42:34.010Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-26T09:42:34.010Z] Executing busybox-1.30.1-r3.trigger [2020-11-26T09:42:34.010Z] Executing ca-certificates-20191127-r2.trigger [2020-11-26T09:42:34.360Z] OK: 7 MiB in 19 packages [2020-11-26T09:42:37.064Z] Removing intermediate container 1021cd80c82b [2020-11-26T09:42:37.064Z] ---> 56055e0d4fc0 [2020-11-26T09:42:37.064Z] [2020-11-26T09:42:37.064Z] Step 10/24 : FROM alpine:3.10 [2020-11-26T09:42:37.064Z] ---> be4e4bea2c2e [2020-11-26T09:42:37.064Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-26T09:42:37.064Z] Removing intermediate container e0882a56da01 [2020-11-26T09:42:37.064Z] ---> 721cad6af1f0 [2020-11-26T09:42:37.064Z] [2020-11-26T09:42:37.064Z] Step 10/21 : FROM scratch [2020-11-26T09:42:37.064Z] ---> [2020-11-26T09:42:37.064Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T09:42:37.064Z] ---> Running in 06723514a0f9 [2020-11-26T09:42:37.384Z] ---> Running in db5ff7c80fa8 [2020-11-26T09:42:38.354Z] Removing intermediate container 7c1bc49eb1dc [2020-11-26T09:42:38.354Z] ---> 04b241166fc5 [2020-11-26T09:42:38.354Z] [2020-11-26T09:42:38.354Z] Step 11/27 : FROM docker:latest [2020-11-26T09:42:38.354Z] ---> 6972c414f322 [2020-11-26T09:42:38.354Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-26T09:42:39.085Z] ---> Running in 7dd739f06932 [2020-11-26T09:42:39.085Z] Removing intermediate container db5ff7c80fa8 [2020-11-26T09:42:39.085Z] ---> 87b31fb5275e [2020-11-26T09:42:39.085Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-26T09:42:39.453Z] Removing intermediate container 619bf6c52052 [2020-11-26T09:42:39.453Z] ---> 167a81b48809 [2020-11-26T09:42:39.453Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-26T09:42:39.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:42:39.907Z] ---> Running in 198746cfeac3 [2020-11-26T09:42:40.312Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:42:40.666Z] ---> Running in 1213a3eb9171 [2020-11-26T09:42:40.666Z] v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-26T09:42:40.666Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-26T09:42:40.666Z] OK: 10348 distinct packages available [2020-11-26T09:42:40.992Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-26T09:42:42.062Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-26T09:42:42.062Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-26T09:42:42.062Z] (4/5) Installing curl (7.66.0-r1) [2020-11-26T09:42:42.062Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-26T09:42:42.062Z] Executing busybox-1.30.1-r3.trigger [2020-11-26T09:42:42.062Z] Executing ca-certificates-20191127-r2.trigger [2020-11-26T09:42:42.338Z] OK: 7 MiB in 19 packages [2020-11-26T09:42:42.928Z] Removing intermediate container 198746cfeac3 [2020-11-26T09:42:42.928Z] ---> a57f40edd5d5 [2020-11-26T09:42:42.928Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-26T09:42:43.570Z] ---> Running in f542a780b20b [2020-11-26T09:42:43.570Z] Removing intermediate container 1213a3eb9171 [2020-11-26T09:42:43.570Z] ---> 8fb9266ae9e7 [2020-11-26T09:42:43.570Z] Step 13/22 : WORKDIR / [2020-11-26T09:42:43.864Z] ---> Running in 14a89545b821 [2020-11-26T09:42:43.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:42:43.864Z] Removing intermediate container f542a780b20b [2020-11-26T09:42:43.864Z] ---> 4840c408e7f9 [2020-11-26T09:42:43.864Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-26T09:42:43.864Z] Removing intermediate container 6497a51f7808 [2020-11-26T09:42:43.864Z] ---> ea590fdd1b27 [2020-11-26T09:42:43.864Z] [2020-11-26T09:42:43.864Z] Step 10/22 : FROM scratch [2020-11-26T09:42:43.864Z] ---> [2020-11-26T09:42:43.864Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T09:42:43.864Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:42:43.864Z] ---> Using cache [2020-11-26T09:42:43.864Z] ---> 87b31fb5275e [2020-11-26T09:42:43.864Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-26T09:42:44.134Z] ---> Running in a8ddab346a8e [2020-11-26T09:42:44.134Z] (1/2) Installing readline (8.0.4-r0) [2020-11-26T09:42:44.134Z] (2/2) Installing bash (5.0.17-r0) [2020-11-26T09:42:44.134Z] Executing bash-5.0.17-r0.post-install [2020-11-26T09:42:44.134Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:42:44.134Z] OK: 12 MiB in 22 packages [2020-11-26T09:42:44.454Z] Removing intermediate container 14a89545b821 [2020-11-26T09:42:44.454Z] ---> e712692bd612 [2020-11-26T09:42:44.454Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-26T09:42:44.742Z] Removing intermediate container a8ddab346a8e [2020-11-26T09:42:44.742Z] ---> becb2b668423 [2020-11-26T09:42:44.742Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T09:42:44.742Z] Removing intermediate container 06723514a0f9 [2020-11-26T09:42:44.742Z] ---> e214057e06c0 [2020-11-26T09:42:44.742Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T09:42:44.742Z] ---> 4e63a0847df5 [2020-11-26T09:42:44.742Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-26T09:42:44.742Z] ---> Running in 98add7760a0b [2020-11-26T09:42:44.742Z] ---> Running in 04bf44ee0960 [2020-11-26T09:42:45.049Z] ---> bc0336b77e9a [2020-11-26T09:42:45.049Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-26T09:42:45.662Z] Removing intermediate container 04bf44ee0960 [2020-11-26T09:42:45.662Z] ---> fe5067c6849b [2020-11-26T09:42:45.662Z] Step 13/24 : WORKDIR / [2020-11-26T09:42:45.662Z] Removing intermediate container 98add7760a0b [2020-11-26T09:42:45.662Z] ---> 78c7fc753705 [2020-11-26T09:42:45.662Z] Step 14/22 : WORKDIR / [2020-11-26T09:42:45.960Z] Removing intermediate container 7dd739f06932 [2020-11-26T09:42:45.960Z] ---> 6fd67ad22c77 [2020-11-26T09:42:45.960Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-26T09:42:45.960Z] ---> Running in 9e6639dea763 [2020-11-26T09:42:45.960Z] ---> Running in f5766e37b2f9 [2020-11-26T09:42:45.960Z] ---> 084549e94692 [2020-11-26T09:42:45.960Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-26T09:42:46.254Z] ---> cebfe54e0c3e [2020-11-26T09:42:46.254Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-26T09:42:46.254Z] ---> Running in 633f264a8de3 [2020-11-26T09:42:46.544Z] Removing intermediate container f5766e37b2f9 [2020-11-26T09:42:46.544Z] ---> 868aabb575d8 [2020-11-26T09:42:46.544Z] 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-11-26T09:42:46.544Z] Removing intermediate container 9e6639dea763 [2020-11-26T09:42:46.544Z] ---> e2a56d268191 [2020-11-26T09:42:46.544Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-26T09:42:46.829Z] ---> bce6886526d1 [2020-11-26T09:42:46.829Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-26T09:42:46.829Z] ---> 9c87b86c10d0 [2020-11-26T09:42:46.829Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-26T09:42:46.829Z] ---> Running in 3c2adfe6611a [2020-11-26T09:42:47.103Z] ---> 68c486bd663e [2020-11-26T09:42:47.103Z] 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-11-26T09:42:47.103Z] ---> 12db96f9a747 [2020-11-26T09:42:47.103Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-26T09:42:47.103Z] Removing intermediate container 3c2adfe6611a [2020-11-26T09:42:47.103Z] ---> c2551a5c03b0 [2020-11-26T09:42:47.103Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:42:47.395Z] ---> Running in 329bd7f7c0e1 [2020-11-26T09:42:47.395Z] ---> 69422581564e [2020-11-26T09:42:47.395Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-26T09:42:47.707Z] ---> 4cd129a20bdf [2020-11-26T09:42:47.707Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-26T09:42:47.707Z] ---> Running in 161f8cc47f38 [2020-11-26T09:42:47.982Z] Removing intermediate container 329bd7f7c0e1 [2020-11-26T09:42:47.982Z] ---> 75c12e14681e [2020-11-26T09:42:47.982Z] Step 19/21 : LABEL arch=x86_64 [2020-11-26T09:42:48.600Z] ---> Running in ce0b79cfe62e [2020-11-26T09:42:48.600Z] Removing intermediate container 633f264a8de3 [2020-11-26T09:42:48.600Z] ---> 50a6b442ed0e [2020-11-26T09:42:48.600Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-26T09:42:48.600Z] ---> 6944de549c68 [2020-11-26T09:42:48.600Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-26T09:42:48.600Z] ---> eaf1ba466227 [2020-11-26T09:42:48.600Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-26T09:42:48.600Z] ---> Running in 698dc30eadf6 [2020-11-26T09:42:48.908Z] Removing intermediate container ce0b79cfe62e [2020-11-26T09:42:48.908Z] ---> 6d5ace0c829d [2020-11-26T09:42:48.908Z] Step 20/21 : LABEL git_sha=d1992864e475353449935db46579569393126d03 [2020-11-26T09:42:49.187Z] ---> Running in a49ba1b8a3b3 [2020-11-26T09:42:49.187Z] Removing intermediate container 698dc30eadf6 [2020-11-26T09:42:49.187Z] ---> 501d6bccefe2 [2020-11-26T09:42:49.187Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-26T09:42:49.187Z] ---> c1194df7c2b3 [2020-11-26T09:42:49.187Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-26T09:42:49.187Z] ---> Running in c5549be5406b [2020-11-26T09:42:49.480Z] ---> Running in 468c291020d7 [2020-11-26T09:42:50.077Z] ---> 6b6fd6155bdc [2020-11-26T09:42:50.077Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-26T09:42:50.077Z] Removing intermediate container a49ba1b8a3b3 [2020-11-26T09:42:50.077Z] ---> ff11e7a32e28 [2020-11-26T09:42:50.077Z] Step 21/21 : LABEL version=0.0.0 [2020-11-26T09:42:50.077Z] Removing intermediate container c5549be5406b [2020-11-26T09:42:50.077Z] ---> f40756c43de8 [2020-11-26T09:42:50.077Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-26T09:42:50.360Z] ---> Running in 0e6a9e343118 [2020-11-26T09:42:50.360Z] Removing intermediate container 468c291020d7 [2020-11-26T09:42:50.360Z] ---> 43bf7dc9b665 [2020-11-26T09:42:50.360Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:42:50.360Z] ---> Running in 470c2ff3f330 [2020-11-26T09:42:50.360Z] Removing intermediate container 161f8cc47f38 [2020-11-26T09:42:50.360Z] ---> fdbe91697211 [2020-11-26T09:42:50.360Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-26T09:42:50.721Z] ---> Running in 41054dd47079 [2020-11-26T09:42:50.721Z] ---> Running in 4439525dea5d [2020-11-26T09:42:50.721Z] Removing intermediate container 0e6a9e343118 [2020-11-26T09:42:50.721Z] ---> 978ab95cf991 [2020-11-26T09:42:50.721Z] [2020-11-26T09:42:51.043Z] Removing intermediate container 470c2ff3f330 [2020-11-26T09:42:51.043Z] ---> ee7879b215ed [2020-11-26T09:42:51.043Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-26T09:42:51.043Z] ---> a88a7f089f6c [2020-11-26T09:42:51.043Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T09:42:51.043Z] Removing intermediate container 41054dd47079 [2020-11-26T09:42:51.043Z] ---> 7cd539c88495 [2020-11-26T09:42:51.043Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T09:42:51.355Z] Removing intermediate container 4439525dea5d [2020-11-26T09:42:51.355Z] ---> 4333fcc986d1 [2020-11-26T09:42:51.355Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T09:42:51.355Z] ---> Running in c9fa6b2bc6f7 [2020-11-26T09:42:51.655Z] ---> Running in 5859b7c52cce [2020-11-26T09:42:51.655Z] Successfully built 978ab95cf991 [2020-11-26T09:42:51.943Z] ---> 3745acc76da8 [2020-11-26T09:42:51.943Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T09:42:51.943Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-26T09:42:51.943Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2020-11-26T09:42:52.225Z] Removing intermediate container c9fa6b2bc6f7 [2020-11-26T09:42:52.225Z] ---> 06fa2d1f17ec [2020-11-26T09:42:52.225Z] Step 21/22 : LABEL git_sha=d1992864e475353449935db46579569393126d03 [2020-11-26T09:42:52.225Z] ---> Running in 93e8076f692d [2020-11-26T09:42:52.225Z] ---> dbf30c1af666 [2020-11-26T09:42:52.225Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-26T09:42:52.225Z] Removing intermediate container 5859b7c52cce [2020-11-26T09:42:52.225Z] ---> 742ee219c5af [2020-11-26T09:42:52.225Z] Step 21/22 : LABEL git_sha=d1992864e475353449935db46579569393126d03 [2020-11-26T09:42:52.514Z] ---> Running in c8d3ef4ca817 [2020-11-26T09:42:52.514Z] ---> Running in da1384b96f4e [2020-11-26T09:42:52.806Z] ---> 5d988336b199 [2020-11-26T09:42:52.806Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-26T09:42:52.806Z] Removing intermediate container c8d3ef4ca817 [2020-11-26T09:42:52.806Z] ---> 03f002341c22 [2020-11-26T09:42:52.806Z] Step 22/22 : LABEL version=0.0.0 [2020-11-26T09:42:53.993Z] ---> Running in fd5aa3b29aa9 [2020-11-26T09:42:53.993Z] Removing intermediate container da1384b96f4e [2020-11-26T09:42:53.993Z] ---> aba503580e56 [2020-11-26T09:42:53.993Z] Step 22/22 : LABEL version=0.0.0 [2020-11-26T09:42:55.985Z] ---> c112c1e0a0cd [2020-11-26T09:42:55.985Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-26T09:42:55.985Z] ---> Running in 518b9d5bb81c [2020-11-26T09:42:56.791Z] Removing intermediate container fd5aa3b29aa9 [2020-11-26T09:42:56.791Z] ---> b8d43beaf8af [2020-11-26T09:42:56.791Z] [2020-11-26T09:42:56.791Z] ---> Running in a69694c3f3be [2020-11-26T09:42:57.889Z] Successfully built b8d43beaf8af [2020-11-26T09:42:57.889Z] Removing intermediate container 518b9d5bb81c [2020-11-26T09:42:57.889Z] ---> d5701353009b [2020-11-26T09:42:57.889Z] [2020-11-26T09:42:57.889Z] Successfully tagged docker-core-metadata-go:latest [2020-11-26T09:42:57.889Z] Building docker-security-secrets-setup-go [2020-11-26T09:42:58.521Z]  Building docker-core-metadata-go ... done Successfully built d5701353009b [2020-11-26T09:42:58.522Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-26T09:42:58.522Z] Building docker-security-proxy-setup-go [2020-11-26T09:42:58.813Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 93e8076f692d [2020-11-26T09:42:58.813Z] ---> 460f962bba50 [2020-11-26T09:42:58.813Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T09:42:58.813Z] ---> Running in c9a5466af9e2 [2020-11-26T09:43:00.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:43:00.352Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:43:00.680Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-26T09:43:00.680Z] Removing intermediate container c9a5466af9e2 [2020-11-26T09:43:00.680Z] ---> 8a38f4d8a37d [2020-11-26T09:43:00.680Z] Step 22/24 : LABEL arch=x86_64 [2020-11-26T09:43:00.680Z] (2/33) Installing expat (2.2.9-r1) [2020-11-26T09:43:00.680Z] (3/33) Installing libffi (3.3-r2) [2020-11-26T09:43:00.680Z] (4/33) Installing gdbm (1.13-r1) [2020-11-26T09:43:01.004Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-26T09:43:01.004Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-26T09:43:01.004Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-26T09:43:01.684Z] ---> Running in 4d16e5e9cb6c [2020-11-26T09:43:06.163Z] Removing intermediate container 4d16e5e9cb6c [2020-11-26T09:43:06.163Z] ---> bd4a63e20f6c [2020-11-26T09:43:06.163Z] Step 23/24 : LABEL git_sha=d1992864e475353449935db46579569393126d03 [2020-11-26T09:43:07.351Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-26T09:43:07.351Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-26T09:43:07.351Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-26T09:43:07.351Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-26T09:43:07.659Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-26T09:43:07.659Z] ---> Running in a0f7a76ec0d8 [2020-11-26T09:43:07.659Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-26T09:43:07.944Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-26T09:43:07.944Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-26T09:43:07.944Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-26T09:43:07.944Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-26T09:43:08.609Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-26T09:43:08.609Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-26T09:43:08.898Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-26T09:43:08.898Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-26T09:43:10.323Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-26T09:43:10.594Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-26T09:43:10.890Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-26T09:43:11.181Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-26T09:43:11.181Z] Removing intermediate container a0f7a76ec0d8 [2020-11-26T09:43:11.181Z] ---> 297aa8992758 [2020-11-26T09:43:11.181Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T09:43:11.181Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-26T09:43:11.828Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-26T09:43:11.828Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-26T09:43:11.828Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-26T09:43:11.828Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-26T09:43:12.133Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-26T09:43:12.133Z] ---> Running in cd90e09f0b1e [2020-11-26T09:43:12.133Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-26T09:43:12.133Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-26T09:43:12.420Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:43:12.420Z] OK: 71 MiB in 55 packages [2020-11-26T09:43:13.533Z] Removing intermediate container cd90e09f0b1e [2020-11-26T09:43:13.533Z] ---> 9e2ba8c7d5fe [2020-11-26T09:43:13.533Z] [2020-11-26T09:43:13.804Z] Successfully built 9e2ba8c7d5fe [2020-11-26T09:43:14.090Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-26T09:43:14.090Z] Building docker-support-logging-go [2020-11-26T09:43:21.234Z]  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:43:21.234Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:43:21.234Z] ---> c348b385cac6 [2020-11-26T09:43:21.234Z] Step 3/23 : WORKDIR /edgex-go [2020-11-26T09:43:21.514Z] ---> Using cache [2020-11-26T09:43:21.514Z] ---> 288bc369b54f [2020-11-26T09:43:21.514Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:43:21.514Z] ---> Using cache [2020-11-26T09:43:21.514Z] ---> d75ce6489a36 [2020-11-26T09:43:21.514Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-26T09:43:23.779Z] ---> Running in 8a440c8b213b [2020-11-26T09:43:28.506Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:43:29.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:43:30.215Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:43:30.215Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:43:30.215Z] OK: 12754 distinct packages available [2020-11-26T09:43:30.508Z] OK: 233 MiB in 51 packages [2020-11-26T09:43:34.075Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:43:34.075Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-26T09:43:34.075Z] ---> c348b385cac6 [2020-11-26T09:43:34.075Z] Step 3/29 : WORKDIR /edgex-go [2020-11-26T09:43:34.075Z] ---> Using cache [2020-11-26T09:43:34.075Z] ---> 288bc369b54f [2020-11-26T09:43:34.075Z] Step 4/29 : RUN apk update && apk add make git [2020-11-26T09:43:34.682Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:43:34.682Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:43:34.682Z] ---> c348b385cac6 [2020-11-26T09:43:34.682Z] Step 3/20 : WORKDIR /edgex-go [2020-11-26T09:43:34.682Z] ---> Using cache [2020-11-26T09:43:34.682Z] ---> 288bc369b54f [2020-11-26T09:43:34.682Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:43:34.682Z] ---> Using cache [2020-11-26T09:43:34.682Z] ---> d75ce6489a36 [2020-11-26T09:43:34.682Z] Step 5/20 : RUN apk update && apk add make git [2020-11-26T09:43:34.682Z] ---> Using cache [2020-11-26T09:43:34.682Z] ---> b05f834562ae [2020-11-26T09:43:34.682Z] Step 6/20 : COPY go.mod . [2020-11-26T09:43:34.682Z] ---> Using cache [2020-11-26T09:43:34.682Z] ---> 34e48fb1745a [2020-11-26T09:43:34.682Z] Step 7/20 : RUN go mod download [2020-11-26T09:43:34.682Z] ---> Using cache [2020-11-26T09:43:34.682Z] ---> 8364140fec0d [2020-11-26T09:43:34.682Z] Step 8/20 : COPY . . [2020-11-26T09:43:34.958Z] ---> Using cache [2020-11-26T09:43:34.958Z] ---> 4507d5be0b43 [2020-11-26T09:43:34.958Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-26T09:43:37.024Z] ---> Running in 2888998ccdd0 [2020-11-26T09:43:37.300Z] ---> Running in 1c079fc05a2c [2020-11-26T09:43:37.300Z] Removing intermediate container 8a440c8b213b [2020-11-26T09:43:37.300Z] ---> d4858853d396 [2020-11-26T09:43:37.300Z] Step 6/23 : COPY go.mod . [2020-11-26T09:43:38.842Z] ---> 455d11add56b [2020-11-26T09:43:38.842Z] Step 7/23 : RUN go mod download [2020-11-26T09:43:39.440Z] 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-11-26T09:43:39.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:43:40.844Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:43:40.844Z] ---> Running in cc0f5ec435d6 [2020-11-26T09:43:41.515Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:43:41.515Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:43:41.515Z] OK: 12754 distinct packages available [2020-11-26T09:43:42.106Z] OK: 233 MiB in 51 packages [2020-11-26T09:43:46.522Z] Removing intermediate container 2888998ccdd0 [2020-11-26T09:43:46.522Z] ---> 464f3b18f391 [2020-11-26T09:43:46.522Z] Step 5/29 : COPY go.mod . [2020-11-26T09:43:46.803Z] ---> 61d8ce971ec9 [2020-11-26T09:43:46.803Z] Step 6/29 : RUN go mod download [2020-11-26T09:43:47.816Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:43:47.816Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:43:47.816Z] ---> c348b385cac6 [2020-11-26T09:43:47.816Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T09:43:47.816Z] ---> Using cache [2020-11-26T09:43:47.816Z] ---> 288bc369b54f [2020-11-26T09:43:47.816Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:43:47.816Z] ---> Using cache [2020-11-26T09:43:47.816Z] ---> d75ce6489a36 [2020-11-26T09:43:47.816Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-26T09:43:48.147Z] ---> Running in b2cf209574fd [2020-11-26T09:43:48.429Z] ---> Running in 7108e6b7e569 [2020-11-26T09:43:49.087Z] Removing intermediate container cc0f5ec435d6 [2020-11-26T09:43:49.087Z] ---> e8cf331b4ba8 [2020-11-26T09:43:49.087Z] Step 8/23 : COPY . . [2020-11-26T09:43:50.662Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:43:51.682Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:43:52.677Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:43:52.677Z] v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:43:52.677Z] OK: 12754 distinct packages available [2020-11-26T09:43:52.954Z] OK: 233 MiB in 51 packages [2020-11-26T09:43:53.622Z] OK: 233 MiB in 51 packages [2020-11-26T09:43:55.844Z] Removing intermediate container b2cf209574fd [2020-11-26T09:43:55.844Z] ---> b97dd298291b [2020-11-26T09:43:55.844Z] Step 7/29 : COPY . . [2020-11-26T09:43:58.746Z] Removing intermediate container 7108e6b7e569 [2020-11-26T09:43:58.746Z] ---> d6744da6624d [2020-11-26T09:43:58.746Z] Step 6/22 : COPY go.mod . [2020-11-26T09:44:00.341Z] Removing intermediate container a69694c3f3be [2020-11-26T09:44:00.341Z] ---> 0c23837693d9 [2020-11-26T09:44:00.341Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-26T09:44:04.327Z] ---> b6ec792302c0 [2020-11-26T09:44:04.327Z] Step 7/22 : RUN go mod download [2020-11-26T09:44:04.327Z] ---> Running in e6f7142fc1ae [2020-11-26T09:44:05.937Z] ---> Running in e7f42aeb6e9a [2020-11-26T09:44:14.757Z] Removing intermediate container e7f42aeb6e9a [2020-11-26T09:44:14.757Z] ---> b52be7869c4f [2020-11-26T09:44:14.757Z] Step 8/22 : COPY . . [2020-11-26T09:44:27.875Z] Removing intermediate container 1c079fc05a2c [2020-11-26T09:44:27.875Z] ---> 9b57a9c34c78 [2020-11-26T09:44:27.875Z] [2020-11-26T09:44:27.875Z] Step 10/20 : FROM alpine [2020-11-26T09:44:27.875Z] latest: Pulling from library/alpine [2020-11-26T09:44:27.875Z] Collecting docker-compose==1.23.2 [2020-11-26T09:44:27.875Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-26T09:44:27.875Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-26T09:44:28.180Z] Collecting docopt<0.7,>=0.6.1 [2020-11-26T09:44:28.180Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-26T09:44:28.180Z] Status: Downloaded newer image for alpine:latest [2020-11-26T09:44:28.180Z] ---> d6e46aa2470d [2020-11-26T09:44:28.180Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-26T09:44:29.738Z] ---> Running in e5f82cf34bd3 [2020-11-26T09:44:32.371Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:44:32.646Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:44:32.646Z] Collecting texttable<0.10,>=0.9.0 [2020-11-26T09:44:32.646Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-26T09:44:32.945Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:44:32.945Z] v3.12.1-56-geced618e39 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:44:32.945Z] OK: 12746 distinct packages available [2020-11-26T09:44:33.251Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-26T09:44:33.555Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T09:44:33.555Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-26T09:44:33.555Z] (4/4) Installing curl (7.69.1-r1) [2020-11-26T09:44:33.555Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:44:33.835Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T09:44:33.835Z] OK: 7 MiB in 18 packages [2020-11-26T09:44:34.497Z] Collecting docker<4.0,>=3.6.0 [2020-11-26T09:44:34.497Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-26T09:44:36.813Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-26T09:44:36.813Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-26T09:44:37.394Z] 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-11-26T09:44:37.974Z] Collecting jsonschema<3,>=2.5.1 [2020-11-26T09:44:37.974Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-26T09:44:37.974Z] Collecting PyYAML<4,>=3.10 [2020-11-26T09:44:38.825Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-26T09:44:40.150Z] Removing intermediate container e5f82cf34bd3 [2020-11-26T09:44:40.150Z] ---> b99a76b2f8bc [2020-11-26T09:44:40.150Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-26T09:44:40.150Z] ---> 42aa3c2c0441 [2020-11-26T09:44:40.150Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-26T09:44:40.430Z] ---> Running in e8baf80e3e41 [2020-11-26T09:44:41.035Z] ---> Running in e1a2423bdf4d [2020-11-26T09:44:41.035Z] Collecting cached-property<2,>=1.2.0 [2020-11-26T09:44:41.035Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-26T09:44:41.035Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-26T09:44:41.035Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-26T09:44:43.667Z] Removing intermediate container e8baf80e3e41 [2020-11-26T09:44:43.667Z] ---> ccbabd6fe268 [2020-11-26T09:44:43.667Z] Step 13/20 : WORKDIR /edgex [2020-11-26T09:44:43.667Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-26T09:44:43.667Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-26T09:44:44.638Z] ---> d39b275bae02 [2020-11-26T09:44:44.638Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-26T09:44:44.638Z] 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-11-26T09:44:44.638Z] ---> Running in 28472801f2fe [2020-11-26T09:44:44.638Z] Collecting docker-pycreds>=0.4.0 [2020-11-26T09:44:44.638Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-26T09:44:44.919Z] ---> Running in b22a70865f3e [2020-11-26T09:44:44.919Z] Collecting idna<2.8,>=2.5 [2020-11-26T09:44:44.919Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-26T09:44:45.201Z] 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-11-26T09:44:45.201Z] 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-11-26T09:44:45.201Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-26T09:44:45.201Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-26T09:44:45.489Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-26T09:44:45.489Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-26T09:44:45.489Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-26T09:44:45.489Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-26T09:44:45.794Z] Removing intermediate container 28472801f2fe [2020-11-26T09:44:45.794Z] ---> b74b37d0cb73 [2020-11-26T09:44:45.794Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-26T09:44:45.794Z] Installing collected packages: docopt, texttable, docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, PyYAML, cached-property, dockerpty, docker-compose [2020-11-26T09:44:45.794Z] Running setup.py install for docopt: started [2020-11-26T09:44:47.268Z] 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-11-26T09:44:47.268Z] Running setup.py install for docopt: finished with status 'done' [2020-11-26T09:44:47.268Z] Running setup.py install for texttable: started [2020-11-26T09:44:47.268Z] ---> 20c06257c261 [2020-11-26T09:44:47.268Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-26T09:44:47.897Z] Running setup.py install for texttable: finished with status 'done' [2020-11-26T09:44:48.179Z] Attempting uninstall: idna [2020-11-26T09:44:48.179Z] Found existing installation: idna 2.9 [2020-11-26T09:44:48.179Z] Uninstalling idna-2.9: [2020-11-26T09:44:48.455Z] Successfully uninstalled idna-2.9 [2020-11-26T09:44:49.906Z] ---> 3c8e9a59e96a [2020-11-26T09:44:49.906Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-26T09:44:49.906Z] Attempting uninstall: urllib3 [2020-11-26T09:44:49.906Z] Found existing installation: urllib3 1.25.9 [2020-11-26T09:44:49.906Z] Uninstalling urllib3-1.25.9: [2020-11-26T09:44:49.906Z] Successfully uninstalled urllib3-1.25.9 [2020-11-26T09:44:50.667Z] ---> Running in 1bdace1b9f3d [2020-11-26T09:44:51.054Z] Attempting uninstall: requests [2020-11-26T09:44:51.054Z] Found existing installation: requests 2.23.0 [2020-11-26T09:44:51.054Z] Uninstalling requests-2.23.0: [2020-11-26T09:44:51.422Z] Successfully uninstalled requests-2.23.0 [2020-11-26T09:44:53.008Z] Removing intermediate container 1bdace1b9f3d [2020-11-26T09:44:53.008Z] ---> 912146d1753b [2020-11-26T09:44:53.008Z] Step 17/20 : CMD ["--init=true"] [2020-11-26T09:44:53.386Z] ---> Running in 1583200bcfaf [2020-11-26T09:44:53.760Z] ---> 140e4619429f [2020-11-26T09:44:53.760Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-26T09:44:54.475Z] ---> Running in 9502260e25fc [2020-11-26T09:44:54.776Z] Removing intermediate container 1583200bcfaf [2020-11-26T09:44:54.776Z] ---> 5a1578f95169 [2020-11-26T09:44:54.776Z] Step 18/20 : LABEL arch=x86_64 [2020-11-26T09:44:54.776Z] Running setup.py install for PyYAML: started [2020-11-26T09:44:55.072Z] ---> Running in 36eb0231caf2 [2020-11-26T09:44:55.785Z] Removing intermediate container 36eb0231caf2 [2020-11-26T09:44:55.785Z] ---> 20d79986eb56 [2020-11-26T09:44:55.785Z] Step 19/20 : LABEL git_sha=d1992864e475353449935db46579569393126d03 [2020-11-26T09:44:56.072Z] ---> Running in b5f9ce51d59b [2020-11-26T09:44:56.072Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-26T09:44:56.372Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-26T09:44:56.372Z] Running setup.py install for dockerpty: started [2020-11-26T09:44:56.664Z] Removing intermediate container b5f9ce51d59b [2020-11-26T09:44:56.664Z] ---> bf06773eed1d [2020-11-26T09:44:56.664Z] Step 20/20 : LABEL version=0.0.0 [2020-11-26T09:44:56.664Z] ---> Running in 2171e8c2f8bd [2020-11-26T09:44:56.967Z] Removing intermediate container 2171e8c2f8bd [2020-11-26T09:44:56.967Z] ---> 4c1c27a32120 [2020-11-26T09:44:56.967Z] [2020-11-26T09:44:57.599Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-26T09:44:57.599Z] Successfully built 4c1c27a32120 [2020-11-26T09:44:57.599Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-26T09:44:57.599Z] Building docker-core-command-go [2020-11-26T09:44:58.253Z]  Building docker-security-proxy-setup-go ... done 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-11-26T09:45:11.202Z] Removing intermediate container e6f7142fc1ae [2020-11-26T09:45:11.202Z] ---> da816dfe98f9 [2020-11-26T09:45:11.202Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-26T09:45:12.216Z] ---> Running in e65702c340a8 [2020-11-26T09:45:14.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:45:14.225Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:45:14.533Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-26T09:45:14.533Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-26T09:45:14.533Z] (3/3) Installing curl (7.69.1-r1) [2020-11-26T09:45:14.533Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:45:14.533Z] OK: 72 MiB in 58 packages [2020-11-26T09:45:20.392Z] Removing intermediate container e65702c340a8 [2020-11-26T09:45:20.392Z] ---> 38e6f1296e20 [2020-11-26T09:45:20.392Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-26T09:45:20.838Z] ---> Running in cf35e55c696b [2020-11-26T09:45:22.730Z] Removing intermediate container cf35e55c696b [2020-11-26T09:45:22.730Z] ---> 9cfda006ae58 [2020-11-26T09:45:22.730Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:45:23.030Z] ---> Running in 2ea87663d3c1 [2020-11-26T09:45:26.268Z] Removing intermediate container 2ea87663d3c1 [2020-11-26T09:45:26.268Z] ---> 9059e5d6e85f [2020-11-26T09:45:26.268Z] Step 25/27 : LABEL arch=x86_64 [2020-11-26T09:45:28.819Z] ---> Running in 2349139779d5 [2020-11-26T09:45:30.890Z] Removing intermediate container 2349139779d5 [2020-11-26T09:45:30.890Z] ---> 8c197a2f6cf1 [2020-11-26T09:45:30.890Z] Step 26/27 : LABEL git_sha=d1992864e475353449935db46579569393126d03 [2020-11-26T09:45:31.921Z] ---> Running in 6ebbc8bc6500 [2020-11-26T09:45:33.385Z] Removing intermediate container b22a70865f3e [2020-11-26T09:45:33.385Z] ---> f2f49131313a [2020-11-26T09:45:33.385Z] [2020-11-26T09:45:33.385Z] Step 9/29 : FROM alpine:latest [2020-11-26T09:45:33.385Z] ---> d6e46aa2470d [2020-11-26T09:45:33.385Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-26T09:45:33.998Z] Removing intermediate container 6ebbc8bc6500 [2020-11-26T09:45:33.998Z] ---> 792a62d33a06 [2020-11-26T09:45:33.998Z] Step 27/27 : LABEL version=0.0.0 [2020-11-26T09:45:34.609Z] ---> Running in 01da8f65d44f [2020-11-26T09:45:35.672Z] ---> Running in 92fb76a2a570 [2020-11-26T09:45:36.314Z] Removing intermediate container 01da8f65d44f [2020-11-26T09:45:36.314Z] ---> 785655c63716 [2020-11-26T09:45:36.314Z] Step 11/29 : USER root [2020-11-26T09:45:36.954Z] ---> Running in a59fdc422ba0 [2020-11-26T09:45:37.603Z] Removing intermediate container 92fb76a2a570 [2020-11-26T09:45:37.603Z] ---> 916a5c6cd8f6 [2020-11-26T09:45:37.603Z] [2020-11-26T09:45:38.652Z] Successfully built 916a5c6cd8f6 [2020-11-26T09:45:38.652Z] Removing intermediate container a59fdc422ba0 [2020-11-26T09:45:38.652Z] ---> a2df4588d336 [2020-11-26T09:45:38.652Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-26T09:45:38.652Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-26T09:45:38.922Z]  Building docker-sys-mgmt-agent-go ... done Building docker-support-notifications-go [2020-11-26T09:45:40.944Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:45:40.944Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:45:40.944Z] ---> c348b385cac6 [2020-11-26T09:45:40.944Z] Step 3/22 : WORKDIR /edgex-go [2020-11-26T09:45:41.232Z] ---> Using cache [2020-11-26T09:45:41.232Z] ---> 288bc369b54f [2020-11-26T09:45:41.232Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:45:41.232Z] ---> Using cache [2020-11-26T09:45:41.232Z] ---> d75ce6489a36 [2020-11-26T09:45:41.232Z] Step 5/22 : RUN apk update && apk add make git [2020-11-26T09:45:41.232Z] ---> Using cache [2020-11-26T09:45:41.232Z] ---> b05f834562ae [2020-11-26T09:45:41.232Z] Step 6/22 : COPY go.mod . [2020-11-26T09:45:41.232Z] ---> Using cache [2020-11-26T09:45:41.232Z] ---> 34e48fb1745a [2020-11-26T09:45:41.232Z] Step 7/22 : RUN go mod download [2020-11-26T09:45:41.232Z] ---> Using cache [2020-11-26T09:45:41.232Z] ---> 8364140fec0d [2020-11-26T09:45:41.232Z] Step 8/22 : COPY . . [2020-11-26T09:45:41.873Z] ---> Using cache [2020-11-26T09:45:41.873Z] ---> 4507d5be0b43 [2020-11-26T09:45:41.873Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-26T09:45:41.873Z] ---> Running in b013ca6aa51a [2020-11-26T09:45:43.335Z] ---> Running in a58eda5d0a93 [2020-11-26T09:45:44.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:45:44.928Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:45:45.247Z] v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:45:45.247Z] v3.12.1-56-geced618e39 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:45:45.247Z] OK: 12746 distinct packages available [2020-11-26T09:45:45.827Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-26T09:45:45.827Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-26T09:45:45.827Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:45:46.120Z] Executing ca-certificates-20191127-r4.trigger [2020-11-26T09:45:46.120Z] OK: 6 MiB in 16 packages [2020-11-26T09:45:48.140Z] Removing intermediate container 9502260e25fc [2020-11-26T09:45:48.140Z] ---> 39ec031dbcfd [2020-11-26T09:45:48.140Z] [2020-11-26T09:45:48.140Z] Step 10/22 : FROM scratch [2020-11-26T09:45:48.140Z] ---> [2020-11-26T09:45:48.140Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T09:45:48.812Z] 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-11-26T09:45:53.316Z] Removing intermediate container b013ca6aa51a [2020-11-26T09:45:53.316Z] ---> c0185526a77c [2020-11-26T09:45:53.316Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-26T09:45:53.316Z] ---> Running in 1142c78c8c3f [2020-11-26T09:45:53.316Z] ---> Running in aaebfaf4f0d4 [2020-11-26T09:45:54.865Z] Removing intermediate container 1142c78c8c3f [2020-11-26T09:45:54.865Z] ---> 8bec42155be3 [2020-11-26T09:45:54.865Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-26T09:45:55.179Z] Removing intermediate container aaebfaf4f0d4 [2020-11-26T09:45:55.179Z] ---> d9062779026f [2020-11-26T09:45:55.179Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-26T09:45:55.487Z] ---> Running in 12874a69d808 [2020-11-26T09:45:56.788Z] ---> Running in 1a0ff005569a [2020-11-26T09:45:57.234Z] Removing intermediate container 12874a69d808 [2020-11-26T09:45:57.234Z] ---> a6a6fdee0ee9 [2020-11-26T09:45:57.234Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T09:45:57.643Z] ---> Running in 8699fa94a46a [2020-11-26T09:45:58.112Z] Removing intermediate container 1a0ff005569a [2020-11-26T09:45:58.112Z] ---> 838fe48f8fb6 [2020-11-26T09:45:58.112Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-26T09:45:58.112Z] Removing intermediate container e1a2423bdf4d [2020-11-26T09:45:58.112Z] ---> e537c06094d1 [2020-11-26T09:45:58.112Z] [2020-11-26T09:45:58.112Z] Step 10/23 : FROM alpine [2020-11-26T09:45:58.112Z] ---> d6e46aa2470d [2020-11-26T09:45:58.112Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T09:46:00.825Z] ---> Running in caef45e5d02e [2020-11-26T09:46:00.825Z] ---> Running in 54ee1adeec3e [2020-11-26T09:46:00.825Z] Removing intermediate container 8699fa94a46a [2020-11-26T09:46:00.825Z] ---> 7823bc537cad [2020-11-26T09:46:00.825Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-26T09:46:03.162Z] ---> 66b860c170d2 [2020-11-26T09:46:03.162Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-26T09:46:03.475Z] Removing intermediate container 54ee1adeec3e [2020-11-26T09:46:03.475Z] ---> bedd9ad67362 [2020-11-26T09:46:03.475Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-26T09:46:04.517Z] ---> Running in 106c576164fe [2020-11-26T09:46:05.133Z] ---> 9f7014ecbafe [2020-11-26T09:46:05.133Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-26T09:46:05.133Z] Removing intermediate container 106c576164fe [2020-11-26T09:46:05.133Z] ---> 4063b07ca4e7 [2020-11-26T09:46:05.133Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-26T09:46:05.432Z] ---> Running in 4c82bab88990 [2020-11-26T09:46:07.527Z] Removing intermediate container 4c82bab88990 [2020-11-26T09:46:07.527Z] ---> 24385f9aa52f [2020-11-26T09:46:07.527Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:46:07.527Z] Removing intermediate container caef45e5d02e [2020-11-26T09:46:07.527Z] ---> 6b35c9b30098 [2020-11-26T09:46:07.527Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-26T09:46:07.905Z] ---> Running in 19aa62204e99 [2020-11-26T09:46:07.905Z] ---> 5d5247628aa4 [2020-11-26T09:46:07.905Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-26T09:46:10.081Z] ---> 84d57bc9a5c5 [2020-11-26T09:46:10.081Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-26T09:46:10.382Z] ---> 79ddd9d82675 [2020-11-26T09:46:10.382Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-26T09:46:10.382Z] ---> Running in dce1f7a39912 [2020-11-26T09:46:12.036Z] Removing intermediate container dce1f7a39912 [2020-11-26T09:46:12.036Z] ---> 785d383100e4 [2020-11-26T09:46:12.036Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:46:12.649Z] ---> Running in 66e2aa4b905f [2020-11-26T09:46:12.649Z] ---> 2c9437d0f6bf [2020-11-26T09:46:12.649Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-26T09:46:12.935Z] Removing intermediate container 19aa62204e99 [2020-11-26T09:46:12.935Z] ---> bdd5a5bc9105 [2020-11-26T09:46:12.935Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-26T09:46:13.267Z] ---> Running in ef292caac328 [2020-11-26T09:46:13.267Z] Removing intermediate container 66e2aa4b905f [2020-11-26T09:46:13.267Z] ---> b39a2dfefbf4 [2020-11-26T09:46:13.267Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T09:46:13.897Z] ---> Running in a5ce3ff5fde0 [2020-11-26T09:46:13.897Z] ---> 5e349363a62d [2020-11-26T09:46:13.897Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-26T09:46:14.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:46:15.530Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-26T09:46:15.530Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-26T09:46:15.530Z] ---> c348b385cac6 [2020-11-26T09:46:15.530Z] Step 3/24 : WORKDIR /edgex-go [2020-11-26T09:46:15.530Z] ---> Using cache [2020-11-26T09:46:15.530Z] ---> 288bc369b54f [2020-11-26T09:46:15.530Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-26T09:46:15.530Z] ---> Using cache [2020-11-26T09:46:15.530Z] ---> d75ce6489a36 [2020-11-26T09:46:15.530Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-26T09:46:15.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:46:16.127Z] Removing intermediate container a5ce3ff5fde0 [2020-11-26T09:46:16.127Z] ---> 181ba8fc90e4 [2020-11-26T09:46:16.127Z] Step 21/22 : LABEL git_sha=d1992864e475353449935db46579569393126d03 [2020-11-26T09:46:16.435Z] ---> Running in a2eaef841376 [2020-11-26T09:46:16.435Z] ---> f554e7a9a4b4 [2020-11-26T09:46:16.435Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-26T09:46:16.435Z] ---> Running in ce51f06bdfed [2020-11-26T09:46:17.101Z] Removing intermediate container ce51f06bdfed [2020-11-26T09:46:17.101Z] ---> c89abc176864 [2020-11-26T09:46:17.101Z] Step 22/22 : LABEL version=0.0.0 [2020-11-26T09:46:17.101Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-26T09:46:17.101Z] ---> Running in 57bc824aa921 [2020-11-26T09:46:17.101Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-26T09:46:17.390Z] ---> 825c050d9f54 [2020-11-26T09:46:17.390Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-26T09:46:17.390Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-26T09:46:17.390Z] ---> Running in d8c247d5d371 [2020-11-26T09:46:17.684Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-26T09:46:17.993Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-26T09:46:17.993Z] Removing intermediate container 57bc824aa921 [2020-11-26T09:46:17.993Z] ---> 2fa32bf848e4 [2020-11-26T09:46:17.993Z] [2020-11-26T09:46:17.993Z] Executing busybox-1.31.1-r19.trigger [2020-11-26T09:46:17.993Z] OK: 8 MiB in 19 packages [2020-11-26T09:46:18.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-26T09:46:18.375Z] Successfully built 2fa32bf848e4 [2020-11-26T09:46:18.375Z] Successfully tagged docker-support-logging-go:latest [2020-11-26T09:46:19.349Z]  Building docker-support-logging-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-26T09:46:19.349Z] Removing intermediate container ef292caac328 [2020-11-26T09:46:19.349Z] ---> 9dd8b3c25a22 [2020-11-26T09:46:19.349Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-26T09:46:20.435Z] v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-26T09:46:20.435Z] v3.12.1-56-geced618e39 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-26T09:46:20.435Z] OK: 12754 distinct packages available [2020-11-26T09:46:20.435Z] Removing intermediate container d8c247d5d371 [2020-11-26T09:46:20.435Z] ---> cbc0c88f9583 [2020-11-26T09:46:20.435Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-26T09:46:20.435Z] ---> 8c9730a33f0b [2020-11-26T09:46:20.435Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-26T09:46:20.435Z] OK: 233 MiB in 51 packages [2020-11-26T09:46:20.846Z] ---> c5ca374ff193 [2020-11-26T09:46:20.846Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-26T09:46:20.846Z] ---> Running in afcdcdcfd77d [2020-11-26T09:46:21.701Z] ---> 7bf6f6e667cf [2020-11-26T09:46:21.701Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-26T09:46:21.701Z] Removing intermediate container a2eaef841376 [2020-11-26T09:46:21.701Z] ---> 6634670d8129 [2020-11-26T09:46:21.701Z] Step 6/24 : COPY go.mod . [2020-11-26T09:46:22.317Z] ---> 9b1fdcbcc4df [2020-11-26T09:46:22.317Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-26T09:46:22.317Z] ---> 8dc29f32c9a2 [2020-11-26T09:46:22.317Z] Step 7/24 : RUN go mod download [2020-11-26T09:46:22.597Z] ---> Running in ede9ede6286d [2020-11-26T09:46:22.597Z] ---> Running in 80061358b4bf [2020-11-26T09:46:22.882Z] Removing intermediate container ede9ede6286d [2020-11-26T09:46:22.882Z] ---> 07c2646d5b3e [2020-11-26T09:46:22.882Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:46:22.882Z] Removing intermediate container afcdcdcfd77d [2020-11-26T09:46:22.882Z] ---> 33ba67296a81 [2020-11-26T09:46:22.882Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-26T09:46:23.155Z] ---> Running in 9d3f56e1b963 [2020-11-26T09:46:23.155Z] ---> Running in 05d064fa5d12 [2020-11-26T09:46:23.426Z] Removing intermediate container 9d3f56e1b963 [2020-11-26T09:46:23.426Z] ---> 9a01ea195289 [2020-11-26T09:46:23.426Z] Step 21/23 : LABEL arch=x86_64 [2020-11-26T09:46:24.020Z] ---> Running in d73d5f2c944c [2020-11-26T09:46:24.674Z] Removing intermediate container d73d5f2c944c [2020-11-26T09:46:24.674Z] ---> 171f2f6310c0 [2020-11-26T09:46:24.674Z] Step 22/23 : LABEL git_sha=d1992864e475353449935db46579569393126d03 [2020-11-26T09:46:26.144Z] ---> Running in 46b2a87edd63 [2020-11-26T09:46:26.144Z] Removing intermediate container a58eda5d0a93 [2020-11-26T09:46:26.144Z] ---> 1807a4c17219 [2020-11-26T09:46:26.144Z] [2020-11-26T09:46:26.144Z] Step 10/22 : FROM scratch [2020-11-26T09:46:26.144Z] ---> [2020-11-26T09:46:26.144Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-26T09:46:26.774Z] ---> Using cache [2020-11-26T09:46:26.774Z] ---> 87b31fb5275e [2020-11-26T09:46:26.774Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-26T09:46:26.774Z] Removing intermediate container 80061358b4bf [2020-11-26T09:46:26.774Z] ---> cae3edc78c7b [2020-11-26T09:46:26.774Z] Step 8/24 : COPY . . [2020-11-26T09:46:26.774Z] Removing intermediate container 46b2a87edd63 [2020-11-26T09:46:26.774Z] ---> a18ea568adca [2020-11-26T09:46:26.774Z] Step 23/23 : LABEL version=0.0.0 [2020-11-26T09:46:26.774Z] Removing intermediate container 05d064fa5d12 [2020-11-26T09:46:26.774Z] ---> e2c836eae1c6 [2020-11-26T09:46:26.774Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-26T09:46:26.774Z] ---> Running in 2dc463225d94 [2020-11-26T09:46:27.043Z] ---> Running in a76a3eb79974 [2020-11-26T09:46:27.043Z] ---> Running in 9f4da87066a9 [2020-11-26T09:46:27.634Z] Removing intermediate container 2dc463225d94 [2020-11-26T09:46:27.634Z] ---> d4f1447a141c [2020-11-26T09:46:27.634Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-26T09:46:27.924Z] Removing intermediate container 9f4da87066a9 [2020-11-26T09:46:27.924Z] ---> 65475a011ca5 [2020-11-26T09:46:27.924Z] Step 26/29 : CMD [ "generate" ] [2020-11-26T09:46:28.228Z] Removing intermediate container a76a3eb79974 [2020-11-26T09:46:28.228Z] ---> c5af755626f2 [2020-11-26T09:46:28.228Z] [2020-11-26T09:46:28.547Z] ---> Running in b2c3b84e3e3d [2020-11-26T09:46:28.547Z] ---> Running in dd103ddd24b6 [2020-11-26T09:46:28.855Z] Successfully built c5af755626f2 [2020-11-26T09:46:29.121Z] Successfully tagged docker-core-data-go:latest [2020-11-26T09:46:31.089Z]  Building docker-core-data-go ... done Removing intermediate container dd103ddd24b6 [2020-11-26T09:46:31.089Z] ---> b4922a96c435 [2020-11-26T09:46:31.089Z] Step 27/29 : LABEL arch=x86_64 [2020-11-26T09:46:31.356Z] Removing intermediate container b2c3b84e3e3d [2020-11-26T09:46:31.356Z] ---> e9ee16fa8ddf [2020-11-26T09:46:31.356Z] Step 14/22 : WORKDIR / [2020-11-26T09:46:31.644Z] ---> Running in 5fd4cc18f830 [2020-11-26T09:46:31.921Z] ---> Running in aab186a248ee [2020-11-26T09:46:33.453Z] Removing intermediate container 5fd4cc18f830 [2020-11-26T09:46:33.453Z] ---> 33977bd62111 [2020-11-26T09:46:33.453Z] Step 28/29 : LABEL git_sha=d1992864e475353449935db46579569393126d03 [2020-11-26T09:46:34.452Z] ---> Running in d43ff1fd5d30 [2020-11-26T09:46:34.452Z] Removing intermediate container aab186a248ee [2020-11-26T09:46:34.452Z] ---> 37b3b94217e4 [2020-11-26T09:46:34.452Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-26T09:46:35.923Z] ---> d68aaca7b1d0 [2020-11-26T09:46:35.923Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-26T09:46:36.203Z] Removing intermediate container d43ff1fd5d30 [2020-11-26T09:46:36.203Z] ---> f6cecfd55169 [2020-11-26T09:46:36.203Z] Step 29/29 : LABEL version=0.0.0 [2020-11-26T09:46:36.841Z] ---> Running in 830a0601e60d [2020-11-26T09:46:38.300Z] Removing intermediate container 830a0601e60d [2020-11-26T09:46:38.300Z] ---> 393b26606b23 [2020-11-26T09:46:38.300Z] [2020-11-26T09:46:38.300Z] ---> 838675cd331d [2020-11-26T09:46:38.300Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-26T09:46:38.300Z] Successfully built 393b26606b23 [2020-11-26T09:46:38.894Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-26T09:46:39.161Z]  Building docker-security-secrets-setup-go ... done  ---> 03080ee1a7d4 [2020-11-26T09:46:39.161Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-26T09:46:40.213Z] ---> Running in 9c6b939b0347 [2020-11-26T09:46:40.838Z] Removing intermediate container 9c6b939b0347 [2020-11-26T09:46:40.838Z] ---> 9c34d36eef41 [2020-11-26T09:46:40.838Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:46:41.112Z] ---> Running in 4167bad9392c [2020-11-26T09:46:41.736Z] Removing intermediate container 4167bad9392c [2020-11-26T09:46:41.736Z] ---> 1881137c1fcc [2020-11-26T09:46:41.736Z] Step 20/22 : LABEL arch=x86_64 [2020-11-26T09:46:42.008Z] ---> Running in 9de7a6e5e011 [2020-11-26T09:46:42.994Z] Removing intermediate container 9de7a6e5e011 [2020-11-26T09:46:42.994Z] ---> 9e0e61797e53 [2020-11-26T09:46:42.994Z] Step 21/22 : LABEL git_sha=d1992864e475353449935db46579569393126d03 [2020-11-26T09:46:43.313Z] ---> Running in 599abfee9a73 [2020-11-26T09:46:43.921Z] Removing intermediate container 599abfee9a73 [2020-11-26T09:46:43.921Z] ---> 3b8aa058c350 [2020-11-26T09:46:43.921Z] Step 22/22 : LABEL version=0.0.0 [2020-11-26T09:46:44.900Z] ---> Running in 5fb48106fbd6 [2020-11-26T09:46:45.171Z] Removing intermediate container 5fb48106fbd6 [2020-11-26T09:46:45.171Z] ---> 4faf99e831e7 [2020-11-26T09:46:45.171Z] [2020-11-26T09:46:45.444Z] Successfully built 4faf99e831e7 [2020-11-26T09:46:45.763Z] Successfully tagged docker-core-command-go:latest [2020-11-26T09:46:48.385Z]  Building docker-core-command-go ... done  ---> 6e724b088343 [2020-11-26T09:46:48.385Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-26T09:46:48.385Z] ---> Running in 596b632d9704 [2020-11-26T09:46:49.405Z] 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-11-26T09:47:16.803Z] Removing intermediate container 596b632d9704 [2020-11-26T09:47:16.803Z] ---> 9880839de7b3 [2020-11-26T09:47:16.803Z] [2020-11-26T09:47:16.803Z] Step 10/24 : FROM scratch [2020-11-26T09:47:16.803Z] ---> [2020-11-26T09:47:16.803Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-26T09:47:16.803Z] ---> Using cache [2020-11-26T09:47:16.803Z] ---> 8bec42155be3 [2020-11-26T09:47:16.803Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-26T09:47:16.803Z] ---> Running in 56929a084839 [2020-11-26T09:47:16.803Z] Removing intermediate container 56929a084839 [2020-11-26T09:47:16.803Z] ---> bf9a339e033e [2020-11-26T09:47:16.803Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-26T09:47:16.803Z] ---> Running in d35f5e1eb54d [2020-11-26T09:47:16.803Z] Removing intermediate container d35f5e1eb54d [2020-11-26T09:47:16.803Z] ---> 2459162e4e05 [2020-11-26T09:47:16.803Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-26T09:47:16.803Z] ---> 4bb31972e88e [2020-11-26T09:47:16.803Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-26T09:47:17.853Z] ---> 2cbd29f6d9e3 [2020-11-26T09:47:17.853Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-26T09:47:18.154Z] ---> c009beb39726 [2020-11-26T09:47:18.154Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-26T09:47:18.512Z] ---> bd6c9f98217c [2020-11-26T09:47:18.512Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-26T09:47:20.596Z] ---> 758bb89d4ca9 [2020-11-26T09:47:20.596Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-26T09:47:20.889Z] ---> 71cfa1c80fc1 [2020-11-26T09:47:20.889Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-26T09:47:20.889Z] ---> Running in 832e2dd2ca9c [2020-11-26T09:47:21.169Z] Removing intermediate container 832e2dd2ca9c [2020-11-26T09:47:21.169Z] ---> ba831bbe875b [2020-11-26T09:47:21.169Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-26T09:47:21.169Z] ---> Running in 815a5428c527 [2020-11-26T09:47:21.446Z] Removing intermediate container 815a5428c527 [2020-11-26T09:47:21.446Z] ---> 754fd082a19f [2020-11-26T09:47:21.446Z] Step 22/24 : LABEL arch=x86_64 [2020-11-26T09:47:21.729Z] ---> Running in 626f9cc320c7 [2020-11-26T09:47:22.114Z] Removing intermediate container 626f9cc320c7 [2020-11-26T09:47:22.114Z] ---> fc6d24b33784 [2020-11-26T09:47:22.114Z] Step 23/24 : LABEL git_sha=d1992864e475353449935db46579569393126d03 [2020-11-26T09:47:22.114Z] ---> Running in 76013f851dc2 [2020-11-26T09:47:22.427Z] Removing intermediate container 76013f851dc2 [2020-11-26T09:47:22.427Z] ---> d6345e9f993a [2020-11-26T09:47:22.427Z] Step 24/24 : LABEL version=0.0.0 [2020-11-26T09:47:22.764Z] ---> Running in a6edb7e59cb2 [2020-11-26T09:47:23.412Z] Removing intermediate container a6edb7e59cb2 [2020-11-26T09:47:23.412Z] ---> 5a6be9a5336f [2020-11-26T09:47:23.412Z] [2020-11-26T09:47:23.756Z] Successfully built 5a6be9a5336f [2020-11-26T09:47:23.756Z] Successfully tagged docker-support-notifications-go:latest [2020-11-26T09:47:24.120Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-11-26T09:47:24.181Z] $ docker stop --time=1 75b5c1c5677d24ccf7f6c725c1c94b9e1050c5a4cee3bd208ee427f0203cf5f1 [2020-11-26T09:47:26.231Z] $ docker rm -f 75b5c1c5677d24ccf7f6c725c1c94b9e1050c5a4cee3bd208ee427f0203cf5f1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-26T09:47:26.834Z] + docker images [2020-11-26T09:47:26.834Z] + grep docker [2020-11-26T09:47:27.433Z] docker-support-notifications-go latest 5a6be9a5336f 4 seconds ago 13.6MB [2020-11-26T09:47:27.433Z] docker-core-command-go latest 4faf99e831e7 43 seconds ago 12.2MB [2020-11-26T09:47:27.433Z] docker-security-secrets-setup-go latest 393b26606b23 50 seconds ago 24MB [2020-11-26T09:47:27.433Z] docker-core-data-go latest c5af755626f2 About a minute ago 23.7MB [2020-11-26T09:47:27.433Z] docker-support-logging-go latest 2fa32bf848e4 About a minute ago 11.1MB [2020-11-26T09:47:27.433Z] docker-sys-mgmt-agent-go latest 916a5c6cd8f6 About a minute ago 290MB [2020-11-26T09:47:27.433Z] docker-security-proxy-setup-go latest 4c1c27a32120 2 minutes ago 15.8MB [2020-11-26T09:47:27.433Z] docker-security-secretstore-setup-go latest 9e2ba8c7d5fe 4 minutes ago 24.8MB [2020-11-26T09:47:27.433Z] docker-security-bootstrap-redis-go latest d5701353009b 4 minutes ago 15.9MB [2020-11-26T09:47:27.433Z] docker-core-metadata-go latest b8d43beaf8af 4 minutes ago 14.5MB [2020-11-26T09:47:27.433Z] docker-support-scheduler-go latest 978ab95cf991 4 minutes ago 12.3MB [2020-11-26T09:47:27.433Z] docker latest 6972c414f322 5 weeks ago 217MB [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-11-26T09:47:43.416Z] Still waiting to schedule task [2020-11-26T09:47:43.416Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-11-26T09:48:41.516Z] Running on prd-centos7-docker-8c-8g-13573 in /w/workspace/edgexfoundry_edgex-go_PR-2902 [Pipeline] { [Pipeline] ws [2020-11-26T09:48:41.570Z] Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [Pipeline] sh [2020-11-26T09:48:43.411Z] ++ grep snapcraft.yaml [2020-11-26T09:48:43.411Z] ++ find /w/workspace/edgex-go/7 [2020-11-26T09:48:43.411Z] + grep -Po '^name: \K(.*)' [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-11-26T09:48:44.257Z] 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-11-26T09:48:46.794Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:48:47.725Z] ---> package-listing.sh [2020-11-26T09:48:47.725Z] ++ facter osfamily [2020-11-26T09:48:47.725Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-26T09:48:48.020Z] + OS_FAMILY=redhat [2020-11-26T09:48:48.020Z] + workspace=/w/workspace/edgex-go/7 [2020-11-26T09:48:48.020Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-26T09:48:48.020Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-26T09:48:48.020Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-26T09:48:48.020Z] + PACKAGES=/tmp/packages_start.txt [2020-11-26T09:48:48.020Z] + '[' /w/workspace/edgex-go/7 ']' [2020-11-26T09:48:48.020Z] + PACKAGES=/tmp/packages_end.txt [2020-11-26T09:48:48.020Z] + case "${OS_FAMILY}" in [2020-11-26T09:48:48.020Z] + sort [2020-11-26T09:48:48.020Z] + rpm -qa [2020-11-26T09:48:53.412Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-26T09:48:53.412Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-26T09:48:53.412Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-26T09:48:53.704Z] + '[' /w/workspace/edgex-go/7 ']' [2020-11-26T09:48:53.704Z] + mkdir -p /w/workspace/edgex-go/7/archives/ [2020-11-26T09:48:53.704Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo [2020-11-26T09:48:53.722Z] 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-26T09:48:54.103Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:48:54.767Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T09:48:55.068Z] [2020-11-26T09:48:55.068Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-26T09:48:55.516Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T09:48:56.195Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-26T09:48:56.195Z] df20fa9351a1: Already exists [2020-11-26T09:48:56.195Z] 36b3adc4ff6f: Pulling fs layer [2020-11-26T09:48:56.195Z] 8ad3a11d3b57: Pulling fs layer [2020-11-26T09:48:56.195Z] 46f8f816bc3b: Pulling fs layer [2020-11-26T09:48:56.195Z] 93b61091891f: Pulling fs layer [2020-11-26T09:48:56.195Z] 93b9cdb0e59b: Pulling fs layer [2020-11-26T09:48:56.195Z] 5e14af77c1be: Pulling fs layer [2020-11-26T09:48:56.195Z] 01666e4c0597: Pulling fs layer [2020-11-26T09:48:56.195Z] aa168da1d23b: Pulling fs layer [2020-11-26T09:48:56.195Z] 93b61091891f: Waiting [2020-11-26T09:48:56.195Z] 93b9cdb0e59b: Waiting [2020-11-26T09:48:56.195Z] 5e14af77c1be: Waiting [2020-11-26T09:48:56.195Z] 01666e4c0597: Waiting [2020-11-26T09:48:56.195Z] aa168da1d23b: Waiting [2020-11-26T09:48:56.195Z] 46f8f816bc3b: Verifying Checksum [2020-11-26T09:48:56.195Z] 46f8f816bc3b: Download complete [2020-11-26T09:48:56.195Z] 36b3adc4ff6f: Verifying Checksum [2020-11-26T09:48:56.195Z] 36b3adc4ff6f: Download complete [2020-11-26T09:48:56.195Z] 93b9cdb0e59b: Verifying Checksum [2020-11-26T09:48:56.195Z] 93b9cdb0e59b: Download complete [2020-11-26T09:48:56.509Z] 5e14af77c1be: Verifying Checksum [2020-11-26T09:48:56.509Z] 5e14af77c1be: Download complete [2020-11-26T09:48:56.509Z] 01666e4c0597: Verifying Checksum [2020-11-26T09:48:56.509Z] 01666e4c0597: Download complete [2020-11-26T09:48:56.806Z] 36b3adc4ff6f: Pull complete [2020-11-26T09:48:57.436Z] 93b61091891f: Verifying Checksum [2020-11-26T09:48:57.436Z] 93b61091891f: Download complete [2020-11-26T09:48:57.748Z] 8ad3a11d3b57: Download complete [2020-11-26T09:49:00.508Z] 8ad3a11d3b57: Pull complete [2020-11-26T09:49:00.508Z] 46f8f816bc3b: Pull complete [2020-11-26T09:49:02.064Z] 93b61091891f: Pull complete [2020-11-26T09:49:02.649Z] aa168da1d23b: Verifying Checksum [2020-11-26T09:49:02.649Z] aa168da1d23b: Download complete [2020-11-26T09:49:04.662Z] 93b9cdb0e59b: Pull complete [2020-11-26T09:49:05.269Z] 5e14af77c1be: Pull complete [2020-11-26T09:49:05.555Z] 01666e4c0597: Pull complete [2020-11-26T09:49:18.013Z] aa168da1d23b: Pull complete [2020-11-26T09:49:18.013Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-26T09:49:18.013Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-26T09:49:18.013Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-26T09:49:18.432Z] prd-centos7-docker-4c-2g-13569 does not seem to be running inside a container [2020-11-26T09:49:18.623Z] $ 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/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-26T09:49:22.671Z] $ docker top a2020ec5ed91f203eac66fe0d6af836bf7780d8791ef8e7f8973e5e4a740ec13 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-26T09:49:23.697Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-26T09:49:24.380Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-26T09:49:24.748Z] + ls /var/log/sa-host [2020-11-26T09:49:24.748Z] + sadf -c /var/log/sa-host/sa23 [2020-11-26T09:49:24.748Z] file_magic: OK [2020-11-26T09:49:24.748Z] HZ: Using current value: 100 [2020-11-26T09:49:24.748Z] file_header: OK [2020-11-26T09:49:24.748Z] 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-11-26T09:49:24.748Z] Statistics: [2020-11-26T09:49:24.748Z] Hnuu...uuuununununu... [2020-11-26T09:49:24.748Z] File successfully converted to sysstat format version 12.2.1 [2020-11-26T09:49:24.748Z] + sadf -c /var/log/sa-host/sa26 [2020-11-26T09:49:24.748Z] file_magic: OK [2020-11-26T09:49:24.748Z] HZ: Using current value: 100 [2020-11-26T09:49:24.748Z] file_header: OK [2020-11-26T09:49:24.748Z] 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-11-26T09:49:24.748Z] Statistics: [2020-11-26T09:49:24.748Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-26T09:49:24.748Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-26T09:49:25.421Z] provisioning config files... [2020-11-26T09:49:25.451Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config5341811838292074837tmp [Pipeline] { [Pipeline] echo [2020-11-26T09:49:25.527Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:49:26.964Z] ---> create-netrc.sh [Pipeline] } [2020-11-26T09:49:26.976Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-26T09:49:27.072Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:49:27.386Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-26T09:49:27.399Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:49:28.050Z] ---> sudo-logs.sh [2020-11-26T09:49:28.050Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-26T09:49:28.062Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:49:28.382Z] ---> job-cost.sh [2020-11-26T09:49:28.382Z] lf-activate-venv: SKIPPING [2020-11-26T09:49:28.382Z] INFO: No Stack... [2020-11-26T09:49:29.343Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-26T09:49:29.926Z] INFO: Archiving Costs [Pipeline] echo [2020-11-26T09:49:29.941Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-26T09:49:30.259Z] ---> logs-deploy.sh [2020-11-26T09:49:30.259Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2902/7 [2020-11-26T09:49:30.259Z] INFO: archiving workspace using pattern(s): [2020-11-26T09:49:32.248Z] Archives upload complete. [2020-11-26T09:49:32.248Z] INFO: archiving logs to Nexus