Pull request #2958 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2dc74f6a3c7ed0aea5b3204217d20d0bf1540fea+c8e01228eebdce54d172fd10835788ee98243d1b (e0fd5599be6e77c861b367acc4f3f59f85e233c9) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-17067 in /w/workspace/edgexfoundry_edgex-go_PR-2958 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/2958/head:refs/remotes/origin/PR-2958 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c8e01228eebdce54d172fd10835788ee98243d1b into PR head commit 2dc74f6a3c7ed0aea5b3204217d20d0bf1540fea Merge succeeded, producing 21a44ffbded7ec1bd011b94c795f3949035fb8ab Checking out Revision 21a44ffbded7ec1bd011b94c795f3949035fb8ab (PR-2958) > git config core.sparsecheckout # timeout=10 > git checkout -f 2dc74f6a3c7ed0aea5b3204217d20d0bf1540fea # 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 c8e01228eebdce54d172fd10835788ee98243d1b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21a44ffbded7ec1bd011b94c795f3949035fb8ab # timeout=10 Commit message: "Merge commit 'c8e01228eebdce54d172fd10835788ee98243d1b' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 8c758c366d409889059c061b5d4fafe63476d06f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-21T16:29:50.853Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-21T16:29:51.125Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-21T16:29:51.259Z] ========================================================= [2020-12-21T16:29:51.259Z] EdgeX Global Pipelines Version Info [2020-12-21T16:29:51.259Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:29:52.776Z] ------------------- [2020-12-21T16:29:52.776Z] stable info: [2020-12-21T16:29:52.776Z] ------------------- [2020-12-21T16:29:52.776Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-21T16:29:52.776Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T16:29:52.776Z] Message: update stable to v1.0.173 [2020-12-21T16:29:53.731Z] ------------------- [2020-12-21T16:29:53.731Z] experimental info: [2020-12-21T16:29:53.731Z] ------------------- [2020-12-21T16:29:53.731Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-21T16:29:53.731Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2020-12-21T16:29:53.731Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-21T16:29:53.987Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-21T16:29:54.097Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-21T16:29:54.188Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-21T16:29:54.279Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-21T16:29:54.432Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-21T16:29:54.540Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-21T16:29:54.640Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-21T16:29:54.798Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-21T16:29:54.888Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-21T16:29:54.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-21T16:29:55.074Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-21T16:29:55.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-21T16:29:55.330Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-21T16:29:55.443Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-21T16:29:55.548Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T16:29:55.650Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-21T16:29:55.757Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-21T16:29:55.888Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-21T16:29:55.994Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-21T16:29:56.105Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-21T16:29:56.207Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-21T16:29:56.303Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-21T16:29:56.391Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2020-12-21T16:29:56.488Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2958 [Pipeline] echo [2020-12-21T16:29:56.593Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2958 [Pipeline] echo [2020-12-21T16:29:56.798Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2958 [Pipeline] echo [2020-12-21T16:29:56.901Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21a44ffbded7ec1bd011b94c795f3949035fb8ab [Pipeline] echo [2020-12-21T16:29:56.988Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21a44ff [Pipeline] echo [2020-12-21T16:29:57.130Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T16:29:57.330Z] provisioning config files... [2020-12-21T16:29:57.361Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3489157435370996428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:29:57.716Z] ---> docker-login.sh [2020-12-21T16:29:57.716Z] nexus3.edgexfoundry.org:10001 [2020-12-21T16:29:57.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:29:57.980Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:29:57.980Z] Configure a credential helper to remove this warning. See [2020-12-21T16:29:57.980Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:29:57.980Z] [2020-12-21T16:29:57.980Z] Login Succeeded [2020-12-21T16:29:57.980Z] nexus3.edgexfoundry.org:10002 [2020-12-21T16:29:58.242Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:29:58.242Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:29:58.242Z] Configure a credential helper to remove this warning. See [2020-12-21T16:29:58.242Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:29:58.242Z] [2020-12-21T16:29:58.242Z] Login Succeeded [2020-12-21T16:29:58.242Z] nexus3.edgexfoundry.org:10003 [2020-12-21T16:29:58.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:29:58.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:29:58.510Z] Configure a credential helper to remove this warning. See [2020-12-21T16:29:58.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:29:58.510Z] [2020-12-21T16:29:58.510Z] Login Succeeded [2020-12-21T16:29:58.510Z] nexus3.edgexfoundry.org:10004 [2020-12-21T16:29:58.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:29:58.771Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:29:58.771Z] Configure a credential helper to remove this warning. See [2020-12-21T16:29:58.771Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:29:58.771Z] [2020-12-21T16:29:58.771Z] Login Succeeded [2020-12-21T16:29:58.771Z] docker.io [2020-12-21T16:29:58.771Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:29:59.033Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:29:59.033Z] Configure a credential helper to remove this warning. See [2020-12-21T16:29:59.033Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:29:59.033Z] [2020-12-21T16:29:59.033Z] Login Succeeded [2020-12-21T16:29:59.033Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T16:29:59.043Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T16:29:59.522Z] ++ 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-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-21T16:29:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:59.522Z] ++ dirname cmd/core-command/Dockerfile [2020-12-21T16:29:59.522Z] ++ cut -d/ -f2 [2020-12-21T16:29:59.522Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-21T16:29:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:59.522Z] ++ dirname cmd/core-data/Dockerfile [2020-12-21T16:29:59.522Z] ++ cut -d/ -f2 [2020-12-21T16:29:59.522Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-21T16:29:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:59.522Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-21T16:29:59.522Z] ++ cut -d/ -f2 [2020-12-21T16:29:59.522Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-21T16:29:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:59.522Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-21T16:29:59.522Z] ++ cut -d/ -f2 [2020-12-21T16:29:59.522Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-21T16:29:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:59.522Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-21T16:29:59.522Z] ++ cut -d/ -f2 [2020-12-21T16:29:59.522Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-21T16:29:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:59.522Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-21T16:29:59.522Z] ++ cut -d/ -f2 [2020-12-21T16:29:59.522Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-21T16:29:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:59.522Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-21T16:29:59.522Z] ++ cut -d/ -f2 [2020-12-21T16:29:59.522Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-21T16:29:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:59.522Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-21T16:29:59.522Z] ++ cut -d/ -f2 [2020-12-21T16:29:59.522Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-21T16:29:59.522Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-21T16:29:59.522Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-21T16:29:59.522Z] ++ cut -d/ -f2 [2020-12-21T16:29:59.522Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-21T16:29:59.592Z] 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-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:30:00.436Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T16:30:00.436Z] [2020-12-21T16:30:00.436Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:30:00.821Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T16:30:00.821Z] latest: Pulling from edgex-devops/git-semver [2020-12-21T16:30:00.821Z] 31603596830f: Pulling fs layer [2020-12-21T16:30:00.821Z] 2a8b12db71e7: Pulling fs layer [2020-12-21T16:30:00.821Z] 6ca5941a6612: Pulling fs layer [2020-12-21T16:30:00.821Z] ecc8261a40a4: Pulling fs layer [2020-12-21T16:30:00.821Z] ecc8261a40a4: Waiting [2020-12-21T16:30:00.821Z] 2a8b12db71e7: Verifying Checksum [2020-12-21T16:30:00.821Z] 2a8b12db71e7: Download complete [2020-12-21T16:30:00.821Z] 31603596830f: Verifying Checksum [2020-12-21T16:30:00.821Z] 31603596830f: Download complete [2020-12-21T16:30:01.084Z] 6ca5941a6612: Verifying Checksum [2020-12-21T16:30:01.084Z] 6ca5941a6612: Download complete [2020-12-21T16:30:01.084Z] ecc8261a40a4: Verifying Checksum [2020-12-21T16:30:01.084Z] ecc8261a40a4: Download complete [2020-12-21T16:30:01.350Z] 31603596830f: Pull complete [2020-12-21T16:30:01.350Z] 2a8b12db71e7: Pull complete [2020-12-21T16:30:02.319Z] 6ca5941a6612: Pull complete [2020-12-21T16:30:02.581Z] ecc8261a40a4: Pull complete [2020-12-21T16:30:02.581Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-21T16:30:02.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-21T16:30:02.581Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-21T16:30:02.713Z] prd-centos7-docker-4c-2g-17067 does not seem to be running inside a container [2020-12-21T16:30:02.810Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-21T16:30:05.440Z] $ docker top ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-21T16:30:05.829Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T16:30:05.829Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T16:30:06.056Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T16:30:06.062Z] $ docker exec ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f ssh-agent [2020-12-21T16:30:06.237Z] SSH_AUTH_SOCK=/tmp/ssh-ZOFkYulev3s3/agent.12 [2020-12-21T16:30:06.237Z] SSH_AGENT_PID=17 [2020-12-21T16:30:06.253Z] Running ssh-add (command line suppressed) [2020-12-21T16:30:06.378Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3308701242986266956.key (/w/workspace/edgex-go/3@tmp/private_key_3308701242986266956.key) [2020-12-21T16:30:06.429Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T16:30:06.768Z] + git tag --points-at HEAD [Pipeline] } [2020-12-21T16:30:06.798Z] $ docker exec --env ******** --env ******** ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f ssh-agent -k [2020-12-21T16:30:06.921Z] unset SSH_AUTH_SOCK; [2020-12-21T16:30:06.921Z] unset SSH_AGENT_PID; [2020-12-21T16:30:06.921Z] echo Agent pid 17 killed; [2020-12-21T16:30:06.971Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-21T16:30:07.167Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-21T16:30:07.167Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-21T16:30:07.338Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-21T16:30:07.344Z] $ docker exec ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f ssh-agent [2020-12-21T16:30:07.515Z] SSH_AUTH_SOCK=/tmp/ssh-RnXvqzH7ZYKv/agent.47 [2020-12-21T16:30:07.515Z] SSH_AGENT_PID=52 [2020-12-21T16:30:07.522Z] Running ssh-add (command line suppressed) [2020-12-21T16:30:07.645Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7601881527486873899.key (/w/workspace/edgex-go/3@tmp/private_key_7601881527486873899.key) [2020-12-21T16:30:07.703Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-21T16:30:08.039Z] + git semver init [2020-12-21T16:30:08.039Z] # -> Open(): unable to determine branch for HEAD [2020-12-21T16:30:08.039Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-12-21T16:30:08.039Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-12-21T16:30:08.039Z] # $SEMVER_REMOTE_NAME = origin [2020-12-21T16:30:08.039Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-21T16:30:08.039Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-21T16:30:08.039Z] # $SEMVER_BRANCH = PR-2958 [2020-12-21T16:30:08.039Z] # $SEMVER_TEMP = /tmp/semver-924341175 [2020-12-21T16:30:08.039Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-21T16:30:30.067Z] # '/tmp/semver-924341175' -> '/w/workspace/edgex-go/3/.semver' [2020-12-21T16:30:30.067Z] # -> Force: false [2020-12-21T16:30:30.067Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-12-21T16:30:30.088Z] $ docker exec --env ******** --env ******** ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f ssh-agent -k [2020-12-21T16:30:30.327Z] unset SSH_AUTH_SOCK; [2020-12-21T16:30:30.328Z] unset SSH_AGENT_PID; [2020-12-21T16:30:30.328Z] echo Agent pid 52 killed; [2020-12-21T16:30:30.394Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-21T16:30:31.027Z] + git semver [Pipeline] } [2020-12-21T16:30:31.052Z] $ docker stop --time=1 ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f [2020-12-21T16:30:32.640Z] $ docker rm -f ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T16:30:33.184Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-21T16:30:33.767Z] Stashed 1 file(s) [Pipeline] echo [2020-12-21T16:30:33.770Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T16:30:34.686Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-21T16:30:34.991Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T16:30:35.288Z] + sudo service docker restart [2020-12-21T16:30:35.289Z] + true [2020-12-21T16:30:35.289Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-21T16:30:35.882Z] ========================================================= [2020-12-21T16:30:35.882Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-21T16:30:35.882Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:30:36.235Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-21T16:30:39.559Z] Sending build context to Docker daemon 326.2MB [2020-12-21T16:30:39.559Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-21T16:30:39.559Z] Step 2/7 : FROM ${BASE} [2020-12-21T16:30:39.559Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-21T16:30:39.559Z] 188c0c94c7c5: Pulling fs layer [2020-12-21T16:30:39.559Z] 0ef7d3d256c8: Pulling fs layer [2020-12-21T16:30:39.559Z] de9db76c5a1d: Pulling fs layer [2020-12-21T16:30:39.559Z] bca2f99d35d6: Pulling fs layer [2020-12-21T16:30:39.559Z] 93359f2a8cfa: Pulling fs layer [2020-12-21T16:30:39.559Z] 7c6f9722023f: Pulling fs layer [2020-12-21T16:30:39.559Z] a35cf1a2eb13: Pulling fs layer [2020-12-21T16:30:39.559Z] 93359f2a8cfa: Waiting [2020-12-21T16:30:39.559Z] 7c6f9722023f: Waiting [2020-12-21T16:30:39.559Z] a35cf1a2eb13: Waiting [2020-12-21T16:30:39.559Z] bca2f99d35d6: Waiting [2020-12-21T16:30:39.831Z] de9db76c5a1d: Download complete [2020-12-21T16:30:39.831Z] 0ef7d3d256c8: Download complete [2020-12-21T16:30:39.831Z] 93359f2a8cfa: Verifying Checksum [2020-12-21T16:30:39.831Z] 93359f2a8cfa: Download complete [2020-12-21T16:30:39.831Z] 188c0c94c7c5: Verifying Checksum [2020-12-21T16:30:39.831Z] 188c0c94c7c5: Download complete [2020-12-21T16:30:39.831Z] 7c6f9722023f: Verifying Checksum [2020-12-21T16:30:39.831Z] 7c6f9722023f: Download complete [2020-12-21T16:30:40.106Z] 188c0c94c7c5: Pull complete [2020-12-21T16:30:40.377Z] 0ef7d3d256c8: Pull complete [2020-12-21T16:30:40.377Z] de9db76c5a1d: Pull complete [2020-12-21T16:30:41.786Z] a35cf1a2eb13: Verifying Checksum [2020-12-21T16:30:41.786Z] a35cf1a2eb13: Download complete [2020-12-21T16:30:42.375Z] bca2f99d35d6: Verifying Checksum [2020-12-21T16:30:42.375Z] bca2f99d35d6: Download complete [2020-12-21T16:30:47.735Z] bca2f99d35d6: Pull complete [2020-12-21T16:30:48.002Z] 93359f2a8cfa: Pull complete [2020-12-21T16:30:48.002Z] 7c6f9722023f: Pull complete [2020-12-21T16:30:49.167Z] Still waiting to schedule task [2020-12-21T16:30:49.168Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-21T16:30:53.358Z] a35cf1a2eb13: Pull complete [2020-12-21T16:30:53.358Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-21T16:30:53.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-21T16:30:53.358Z] ---> a62c8e92a672 [2020-12-21T16:30:53.358Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-21T16:30:53.358Z] ---> Running in 18d881115bfd [2020-12-21T16:30:53.358Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:30:54.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:30:55.253Z] (1/12) Installing libmagic (5.38-r0) [2020-12-21T16:30:55.253Z] (2/12) Installing file (5.38-r0) [2020-12-21T16:30:55.253Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-21T16:30:55.516Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-21T16:31:00.830Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-21T16:31:00.830Z] (6/12) Installing patch (2.7.6-r6) [2020-12-21T16:31:00.830Z] (7/12) Installing build-base (0.5-r2) [2020-12-21T16:31:00.830Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-21T16:31:00.830Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-21T16:31:00.830Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-21T16:31:00.830Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-21T16:31:00.830Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-21T16:31:01.094Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:31:01.094Z] OK: 233 MiB in 51 packages [2020-12-21T16:31:04.417Z] Removing intermediate container 18d881115bfd [2020-12-21T16:31:04.417Z] ---> a67c84a5d96f [2020-12-21T16:31:04.417Z] Step 4/7 : WORKDIR /edgex-go [2020-12-21T16:31:04.417Z] ---> Running in e1ee6c2d1162 [2020-12-21T16:31:04.417Z] Removing intermediate container e1ee6c2d1162 [2020-12-21T16:31:04.417Z] ---> 6c6a5d0ba01a [2020-12-21T16:31:04.417Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-21T16:31:04.995Z] latest: Pulling from library/docker [2020-12-21T16:31:05.257Z] 801bfaa63ef2: Pulling fs layer [2020-12-21T16:31:05.257Z] 4f7dc993c79e: Pulling fs layer [2020-12-21T16:31:05.257Z] d39d95e4997f: Pulling fs layer [2020-12-21T16:31:05.257Z] 1cda4b703d87: Pulling fs layer [2020-12-21T16:31:05.257Z] 54e5375350ea: Pulling fs layer [2020-12-21T16:31:05.257Z] f08cd1b3bb1b: Pulling fs layer [2020-12-21T16:31:05.257Z] 8e17d04e0c68: Pulling fs layer [2020-12-21T16:31:05.257Z] 54e5375350ea: Waiting [2020-12-21T16:31:05.257Z] f08cd1b3bb1b: Waiting [2020-12-21T16:31:05.257Z] 8e17d04e0c68: Waiting [2020-12-21T16:31:05.257Z] 1cda4b703d87: Waiting [2020-12-21T16:31:05.257Z] d39d95e4997f: Verifying Checksum [2020-12-21T16:31:05.257Z] d39d95e4997f: Download complete [2020-12-21T16:31:05.521Z] 4f7dc993c79e: Verifying Checksum [2020-12-21T16:31:05.521Z] 4f7dc993c79e: Download complete [2020-12-21T16:31:05.521Z] 801bfaa63ef2: Verifying Checksum [2020-12-21T16:31:05.521Z] 801bfaa63ef2: Download complete [2020-12-21T16:31:05.521Z] 54e5375350ea: Verifying Checksum [2020-12-21T16:31:05.521Z] 54e5375350ea: Download complete [2020-12-21T16:31:05.791Z] 801bfaa63ef2: Pull complete [2020-12-21T16:31:05.791Z] 8e17d04e0c68: Verifying Checksum [2020-12-21T16:31:05.791Z] 8e17d04e0c68: Download complete [2020-12-21T16:31:05.791Z] f08cd1b3bb1b: Verifying Checksum [2020-12-21T16:31:05.791Z] f08cd1b3bb1b: Download complete [2020-12-21T16:31:06.056Z] 4f7dc993c79e: Pull complete [2020-12-21T16:31:06.056Z] d39d95e4997f: Pull complete [2020-12-21T16:31:07.978Z] 1cda4b703d87: Verifying Checksum [2020-12-21T16:31:07.978Z] 1cda4b703d87: Download complete [2020-12-21T16:31:10.545Z] 1cda4b703d87: Pull complete [2020-12-21T16:31:10.808Z] 54e5375350ea: Pull complete [2020-12-21T16:31:10.808Z] f08cd1b3bb1b: Pull complete [2020-12-21T16:31:11.071Z] 8e17d04e0c68: Pull complete [2020-12-21T16:31:11.071Z] Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 [2020-12-21T16:31:11.071Z] Status: Downloaded newer image for docker:latest [2020-12-21T16:31:12.467Z] ---> 59a4bcc14225 [2020-12-21T16:31:12.467Z] Step 6/7 : COPY go.mod . [2020-12-21T16:31:12.467Z] ---> 05252ab3f2c8 [2020-12-21T16:31:12.467Z] Step 7/7 : RUN go mod download [2020-12-21T16:31:12.729Z] ---> Running in 5c0f3d1d3a0a [2020-12-21T16:31:34.753Z] Removing intermediate container 5c0f3d1d3a0a [2020-12-21T16:31:34.753Z] ---> 834b95c7ff4d [2020-12-21T16:31:34.753Z] Successfully built 834b95c7ff4d [2020-12-21T16:31:34.753Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:31:35.074Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T16:31:35.074Z] . [Pipeline] withDockerContainer [2020-12-21T16:31:35.187Z] prd-centos7-docker-4c-2g-17067 does not seem to be running inside a container [2020-12-21T16:31:35.242Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-21T16:31:36.130Z] $ docker top 185da73a415f4d0212aa2568f6391bd1b38ff31e79aebc5d57617f542fe1904c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T16:31:36.662Z] + go version [2020-12-21T16:31:36.662Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-21T16:31:36.680Z] $ docker stop --time=1 185da73a415f4d0212aa2568f6391bd1b38ff31e79aebc5d57617f542fe1904c [2020-12-21T16:31:38.026Z] $ docker rm -f 185da73a415f4d0212aa2568f6391bd1b38ff31e79aebc5d57617f542fe1904c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:31:38.851Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-21T16:31:38.852Z] . [Pipeline] withDockerContainer [2020-12-21T16:31:38.952Z] prd-centos7-docker-4c-2g-17067 does not seem to be running inside a container [2020-12-21T16:31:39.000Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-12-21T16:31:39.746Z] $ docker top 6cce766833534afee6d46adb4032315b40ac25ab102c0445e7801c728267af08 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-21T16:31:39.948Z] ========================================================= [2020-12-21T16:31:39.948Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-21T16:31:39.948Z] ========================================================= [Pipeline] sh [2020-12-21T16:31:40.236Z] + make test [2020-12-21T16:31:40.236Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-21T16:31:48.428Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-21T16:32:03.477Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-21T16:32:10.127Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-21T16:32:10.127Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-21T16:32:10.127Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-21T16:32:10.127Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-21T16:32:10.127Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-21T16:32:10.127Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-21T16:32:10.127Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-21T16:32:10.127Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-21T16:32:10.713Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-21T16:32:12.654Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-21T16:32:12.654Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-21T16:32:12.654Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-21T16:32:14.624Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.116s coverage: 46.6% of statements [2020-12-21T16:32:14.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-21T16:32:14.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-21T16:32:14.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-21T16:32:14.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-21T16:32:14.624Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-21T16:32:19.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.159s coverage: 27.0% of statements [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-21T16:32:19.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-21T16:32:19.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-21T16:32:19.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.393s coverage: 72.7% of statements [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-21T16:32:19.966Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.115s coverage: 83.3% of statements [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-21T16:32:19.966Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-21T16:32:20.927Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements [2020-12-21T16:32:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-21T16:32:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-21T16:32:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-21T16:32:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-21T16:32:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-21T16:32:20.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements [2020-12-21T16:32:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-21T16:32:20.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2020-12-21T16:32:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-21T16:32:20.928Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements [2020-12-21T16:32:20.928Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-21T16:32:21.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements [2020-12-21T16:32:21.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-21T16:32:21.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements [2020-12-21T16:32:21.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-21T16:32:21.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-21T16:32:21.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-21T16:32:21.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-21T16:32:23.798Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.294s coverage: 93.8% of statements [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-21T16:32:23.798Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-21T16:32:23.798Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-21T16:32:23.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.029s coverage: 100.0% of statements [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-21T16:32:23.798Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements [2020-12-21T16:32:23.798Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-21T16:32:24.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2020-12-21T16:32:24.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements [2020-12-21T16:32:24.354Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements [2020-12-21T16:32:24.955Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.4% of statements [2020-12-21T16:32:24.955Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-21T16:32:25.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.5% of statements [2020-12-21T16:32:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-21T16:32:25.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-21T16:32:25.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2020-12-21T16:32:25.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements [2020-12-21T16:32:25.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements [2020-12-21T16:32:25.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements [2020-12-21T16:32:25.914Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements [2020-12-21T16:32:27.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.349s coverage: 55.9% of statements [2020-12-21T16:32:27.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-21T16:32:27.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-21T16:32:27.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-21T16:32:27.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-21T16:32:27.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-21T16:32:27.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements [2020-12-21T16:32:27.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-21T16:32:27.619Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-21T16:32:27.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.328s coverage: 84.0% of statements [2020-12-21T16:32:27.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements [2020-12-21T16:32:29.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.1% of statements [2020-12-21T16:32:29.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-21T16:32:29.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-21T16:32:29.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-21T16:32:29.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-21T16:32:29.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-21T16:32:29.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2020-12-21T16:32:29.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-21T16:32:29.573Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements [2020-12-21T16:32:29.573Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-21T16:32:30.984Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.680s coverage: 29.1% of statements [2020-12-21T16:32:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-21T16:32:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-21T16:32:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-21T16:32:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-21T16:32:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-21T16:32:30.985Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.111s coverage: 99.0% of statements [2020-12-21T16:32:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-21T16:32:30.985Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.071s coverage: 100.0% of statements [2020-12-21T16:32:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-21T16:32:30.985Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements [2020-12-21T16:32:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-21T16:32:30.985Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2020-12-21T16:32:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-21T16:32:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-21T16:32:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-21T16:32:30.985Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-21T16:32:31.249Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements [2020-12-21T16:32:31.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-21T16:32:31.250Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-21T16:32:31.250Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements [2020-12-21T16:32:31.823Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements [2020-12-21T16:32:31.823Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-21T16:32:32.090Z] GO111MODULE=on go vet ./... [2020-12-21T16:32:54.228Z] gofmt -l . [2020-12-21T16:32:54.228Z] [ "`gofmt -l .`" = "" ] [2020-12-21T16:32:54.228Z] ./bin/test-go-mod-tidy.sh [2020-12-21T16:32:54.801Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-21T16:32:56.550Z] + ls -al . [2020-12-21T16:32:56.550Z] total 636 [2020-12-21T16:32:56.550Z] drwxrwxr-x 10 1001 1001 4096 Dec 21 16:32 . [2020-12-21T16:32:56.550Z] drwxr-xr-x 4 root root 28 Dec 21 16:31 .. [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 11 Dec 21 16:29 .dockerignore [2020-12-21T16:32:56.550Z] drwxrwxr-x 8 1001 1001 179 Dec 21 16:29 .git [2020-12-21T16:32:56.550Z] drwxrwxr-x 3 1001 1001 125 Dec 21 16:29 .github [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 824 Dec 21 16:29 .gitignore [2020-12-21T16:32:56.550Z] drwx------ 3 1001 1001 47 Dec 21 16:30 .semver [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 166 Dec 21 16:29 .sonarcloud.properties [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 3804 Dec 21 16:29 CONTRIBUTING.md [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 1035 Dec 21 16:29 Dockerfile.build [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 863 Dec 21 16:29 Jenkinsfile [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 10775 Dec 21 16:29 LICENSE [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 5750 Dec 21 16:29 Makefile [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 6511 Dec 21 16:29 README.md [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 6744 Dec 21 16:29 SECURITY.md [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 5 Dec 21 16:30 VERSION [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 4131 Dec 21 16:29 ZMQWindows.md [2020-12-21T16:32:56.550Z] drwxrwxr-x 2 1001 1001 117 Dec 21 16:29 bin [2020-12-21T16:32:56.550Z] drwxrwxr-x 14 1001 1001 4096 Dec 21 16:29 cmd [2020-12-21T16:32:56.550Z] -rw-r--r-- 1 root root 537098 Dec 21 16:32 coverage.out [2020-12-21T16:32:56.550Z] -rw-r--r-- 1 root root 979 Dec 21 16:32 go.mod [2020-12-21T16:32:56.550Z] -rw-r--r-- 1 root root 18739 Dec 21 16:32 go.sum [2020-12-21T16:32:56.550Z] drwxrwxr-x 8 1001 1001 127 Dec 21 16:29 internal [2020-12-21T16:32:56.550Z] drwxrwxr-x 4 1001 1001 26 Dec 21 16:29 openapi [2020-12-21T16:32:56.550Z] drwxrwxr-x 4 1001 1001 71 Dec 21 16:29 snap [2020-12-21T16:32:56.550Z] -rw-rw-r-- 1 1001 1001 168 Dec 21 16:29 version.go [Pipeline] sh [2020-12-21T16:32:56.859Z] + '[' -e coverage.out ] [2020-12-21T16:32:56.859Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-21T16:32:57.064Z] Stashed 1 file(s) [Pipeline] sh [2020-12-21T16:32:57.358Z] + make build [2020-12-21T16:32:57.358Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-21T16:33:00.680Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-21T16:33:08.912Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-21T16:33:08.912Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-21T16:33:10.318Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-21T16:33:10.586Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-21T16:33:12.017Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-21T16:33:13.406Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-21T16:33:14.358Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-21T16:33:15.758Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-21T16:33:16.703Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-21T16:33:17.651Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } [2020-12-21T16:33:18.612Z] $ docker stop --time=1 6cce766833534afee6d46adb4032315b40ac25ab102c0445e7801c728267af08 [2020-12-21T16:33:20.273Z] $ docker rm -f 6cce766833534afee6d46adb4032315b40ac25ab102c0445e7801c728267af08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:33:23.374Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-21T16:33:23.374Z] [2020-12-21T16:33:23.374Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:33:23.806Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-21T16:33:23.806Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-21T16:33:23.806Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-21T16:33:23.806Z] ca9280d653b3: Pulling fs layer [2020-12-21T16:33:23.806Z] 7e9c9ca2126c: Pulling fs layer [2020-12-21T16:33:24.067Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-21T16:33:24.067Z] cbdbe7a5bc2a: Download complete [2020-12-21T16:33:24.330Z] cbdbe7a5bc2a: Pull complete [2020-12-21T16:33:24.598Z] ca9280d653b3: Verifying Checksum [2020-12-21T16:33:24.598Z] ca9280d653b3: Download complete [2020-12-21T16:33:25.567Z] 7e9c9ca2126c: Verifying Checksum [2020-12-21T16:33:25.567Z] 7e9c9ca2126c: Download complete [2020-12-21T16:33:25.567Z] ca9280d653b3: Pull complete [2020-12-21T16:33:32.184Z] 7e9c9ca2126c: Pull complete [2020-12-21T16:33:32.184Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-21T16:33:32.184Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-21T16:33:32.184Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-21T16:33:32.328Z] prd-centos7-docker-4c-2g-17067 does not seem to be running inside a container [2020-12-21T16:33:32.381Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-21T16:33:35.195Z] $ docker top 81c88fcdfde0007793ede77596a652ecd7835ce63f78a5b6bc81930c490d5a0b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T16:33:35.718Z] + docker-compose build --help [2020-12-21T16:33:35.718Z] + grep parallel [2020-12-21T16:33:36.636Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-17070 in /w/workspace/edgexfoundry_edgex-go_PR-2958 [Pipeline] { [2020-12-21T16:33:36.662Z] --parallel Build images in parallel. [Pipeline] } [2020-12-21T16:33:36.687Z] $ docker stop --time=1 81c88fcdfde0007793ede77596a652ecd7835ce63f78a5b6bc81930c490d5a0b [2020-12-21T16:33:38.038Z] $ docker rm -f 81c88fcdfde0007793ede77596a652ecd7835ce63f78a5b6bc81930c490d5a0b [Pipeline] // withDockerContainer [Pipeline] ws [2020-12-21T16:33:38.185Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-21T16:33:38.901Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-21T16:33:38.901Z] . [Pipeline] withDockerContainer [2020-12-21T16:33:40.469Z] prd-centos7-docker-4c-2g-17067 does not seem to be running inside a container [2020-12-21T16:33:40.528Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-21T16:33:40.661Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2020-12-21T16:33:41.294Z] $ docker top e1b13907d010ed44bedcd2ce687afa6f6d92a4194acbc96f9aa45cbf7cf2e2ba -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-21T16:33:41.857Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-21T16:33:41.955Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-21T16:33:42.241Z] + sudo service docker restart [2020-12-21T16:33:42.241Z] + true [2020-12-21T16:33:42.918Z] Building docker-core-command-go ... [2020-12-21T16:33:42.918Z] Building docker-core-data-go ... [2020-12-21T16:33:42.918Z] Building docker-core-metadata-go ... [2020-12-21T16:33:42.918Z] Building docker-security-bootstrap-redis-go ... [2020-12-21T16:33:42.918Z] Building docker-security-proxy-setup-go ... [2020-12-21T16:33:42.918Z] Building docker-security-secretstore-setup-go ... [2020-12-21T16:33:42.918Z] Building docker-support-notifications-go ... [2020-12-21T16:33:42.918Z] Building docker-support-scheduler-go ... [2020-12-21T16:33:42.918Z] Building docker-sys-mgmt-agent-go ... [2020-12-21T16:33:42.918Z] Building docker-security-bootstrap-redis-go [2020-12-21T16:33:42.918Z] Building docker-sys-mgmt-agent-go [2020-12-21T16:33:42.918Z] Building docker-core-command-go [2020-12-21T16:33:42.918Z] Building docker-core-metadata-go [2020-12-21T16:33:42.918Z] Building docker-security-secretstore-setup-go [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-21T16:33:44.944Z] provisioning config files... [2020-12-21T16:33:44.987Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6705222420612327799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:33:45.404Z] ---> docker-login.sh [2020-12-21T16:33:45.405Z] nexus3.edgexfoundry.org:10001 [2020-12-21T16:33:46.004Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:33:46.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:33:46.608Z] Configure a credential helper to remove this warning. See [2020-12-21T16:33:46.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:33:46.608Z] [2020-12-21T16:33:46.608Z] Login Succeeded [2020-12-21T16:33:46.608Z] nexus3.edgexfoundry.org:10002 [2020-12-21T16:33:46.882Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:33:47.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:33:47.159Z] Configure a credential helper to remove this warning. See [2020-12-21T16:33:47.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:33:47.159Z] [2020-12-21T16:33:47.159Z] Login Succeeded [2020-12-21T16:33:47.159Z] nexus3.edgexfoundry.org:10003 [2020-12-21T16:33:47.439Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:33:47.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:33:47.716Z] Configure a credential helper to remove this warning. See [2020-12-21T16:33:47.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:33:47.716Z] [2020-12-21T16:33:47.716Z] Login Succeeded [2020-12-21T16:33:47.716Z] nexus3.edgexfoundry.org:10004 [2020-12-21T16:33:47.993Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:33:48.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:33:48.269Z] Configure a credential helper to remove this warning. See [2020-12-21T16:33:48.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:33:48.269Z] [2020-12-21T16:33:48.269Z] Login Succeeded [2020-12-21T16:33:48.269Z] docker.io [2020-12-21T16:33:48.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-21T16:33:48.817Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-21T16:33:48.817Z] Configure a credential helper to remove this warning. See [2020-12-21T16:33:48.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-21T16:33:48.817Z] [2020-12-21T16:33:48.817Z] Login Succeeded [2020-12-21T16:33:48.817Z] ---> docker-login.sh ends [Pipeline] } [2020-12-21T16:33:48.835Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-21T16:33:49.390Z] ========================================================= [2020-12-21T16:33:49.390Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-21T16:33:49.390Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:33:49.876Z] + 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-12-21T16:33:49.876Z] unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/edgex-go/3/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-12-21T16:33:51.282Z] Failed in branch arm64 [2020-12-21T16:34:15.165Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:34:15.165Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:34:15.165Z] ---> 834b95c7ff4d [2020-12-21T16:34:15.165Z] Step 3/27 : WORKDIR /edgex-go [2020-12-21T16:34:15.165Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:34:15.165Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:34:15.165Z] ---> 834b95c7ff4d [2020-12-21T16:34:15.165Z] Step 3/22 : WORKDIR /edgex-go [2020-12-21T16:34:15.165Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:34:15.165Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:34:15.165Z] ---> 834b95c7ff4d [2020-12-21T16:34:15.165Z] Step 3/22 : WORKDIR /edgex-go [2020-12-21T16:34:15.165Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:34:15.165Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:34:15.165Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:34:15.165Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 834b95c7ff4d [2020-12-21T16:34:15.165Z] [2020-12-21T16:34:15.165Z] Step 3/22 : WORKDIR /edgex-go [2020-12-21T16:34:15.165Z] ---> 834b95c7ff4d [2020-12-21T16:34:15.165Z] Step 3/24 : WORKDIR /edgex-go [2020-12-21T16:34:15.165Z] ---> Running in e7aeebd1f7f8 [2020-12-21T16:34:15.165Z] ---> Running in f854574afe72 [2020-12-21T16:34:15.165Z] ---> Running in 7d9c681dba05 [2020-12-21T16:34:15.165Z] ---> Running in ca825f87f7d6 [2020-12-21T16:34:15.165Z] ---> Running in 52ce0fb0caff [2020-12-21T16:34:15.165Z] Removing intermediate container e7aeebd1f7f8 [2020-12-21T16:34:15.165Z] ---> 28220711e1f5 [2020-12-21T16:34:15.165Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:34:15.165Z] Removing intermediate container f854574afe72 [2020-12-21T16:34:15.165Z] ---> 7af615ab6e7a [2020-12-21T16:34:15.165Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:34:15.165Z] Removing intermediate container 7d9c681dba05 [2020-12-21T16:34:15.165Z] Removing intermediate container 52ce0fb0caff [2020-12-21T16:34:15.165Z] ---> 7a8d32d36408 [2020-12-21T16:34:15.165Z] ---> 085d805737ff [2020-12-21T16:34:15.165Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:34:15.165Z] [2020-12-21T16:34:15.165Z] Removing intermediate container ca825f87f7d6 [2020-12-21T16:34:15.165Z] ---> 9c753cc72984 [2020-12-21T16:34:15.165Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:34:15.165Z] ---> Running in ca81f590ed75 [2020-12-21T16:34:15.165Z] ---> Running in 69ac5b05165b [2020-12-21T16:34:15.165Z] ---> Running in d9ce7cbcbf3c [2020-12-21T16:34:15.165Z] ---> Running in 374b320d9318 [2020-12-21T16:34:15.165Z] ---> Running in 9a16d72518a2 [2020-12-21T16:34:16.116Z] Removing intermediate container ca81f590ed75 [2020-12-21T16:34:16.116Z] ---> 17dc38d35c55 [2020-12-21T16:34:16.116Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-21T16:34:16.116Z] Removing intermediate container 69ac5b05165b [2020-12-21T16:34:16.116Z] ---> 0726c0ee2d97 [2020-12-21T16:34:16.116Z] Step 5/22 : RUN apk update && apk add make git [2020-12-21T16:34:16.116Z] Removing intermediate container d9ce7cbcbf3c [2020-12-21T16:34:16.116Z] ---> 656038d6b51e [2020-12-21T16:34:16.116Z] Step 5/24 : RUN apk update && apk add make git [2020-12-21T16:34:16.116Z] ---> Running in 04c1f4be4f22 [2020-12-21T16:34:16.116Z] ---> Running in 808c1c3aaf09 [2020-12-21T16:34:16.116Z] ---> Running in d6941de4f1bd [2020-12-21T16:34:16.116Z] Removing intermediate container 9a16d72518a2 [2020-12-21T16:34:16.116Z] ---> 7f37895e2d11 [2020-12-21T16:34:16.116Z] Step 5/22 : RUN apk update && apk add make git [2020-12-21T16:34:16.379Z] Removing intermediate container 374b320d9318 [2020-12-21T16:34:16.379Z] ---> 0c80aaaaad23 [2020-12-21T16:34:16.379Z] Step 5/22 : RUN apk update && apk add make git [2020-12-21T16:34:16.379Z] ---> Running in e3649c405a5d [2020-12-21T16:34:16.379Z] ---> Running in d4fd96709845 [2020-12-21T16:34:17.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:17.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:17.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:17.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:17.597Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:18.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:18.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:18.171Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:18.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:18.433Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:34:19.009Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:34:19.009Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:34:19.009Z] OK: 12750 distinct packages available [2020-12-21T16:34:19.287Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:34:19.287Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:34:19.287Z] OK: 12750 distinct packages available [2020-12-21T16:34:19.287Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:34:19.287Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:34:19.287Z] OK: 12750 distinct packages available [2020-12-21T16:34:19.287Z] OK: 233 MiB in 51 packages [2020-12-21T16:34:19.287Z] OK: 233 MiB in 51 packages [2020-12-21T16:34:19.556Z] OK: 233 MiB in 51 packages [2020-12-21T16:34:19.556Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:34:19.556Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:34:19.556Z] OK: 12750 distinct packages available [2020-12-21T16:34:19.836Z] OK: 233 MiB in 51 packages [2020-12-21T16:34:19.836Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:34:19.836Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:34:19.836Z] OK: 12750 distinct packages available [2020-12-21T16:34:19.836Z] Removing intermediate container 808c1c3aaf09 [2020-12-21T16:34:19.836Z] ---> c9d009297585 [2020-12-21T16:34:19.836Z] Step 6/22 : COPY go.mod . [2020-12-21T16:34:20.101Z] OK: 233 MiB in 51 packages [2020-12-21T16:34:20.101Z] Removing intermediate container d6941de4f1bd [2020-12-21T16:34:20.101Z] ---> 7cce34b505d9 [2020-12-21T16:34:20.101Z] Step 6/24 : COPY go.mod . [2020-12-21T16:34:20.364Z] Removing intermediate container 04c1f4be4f22 [2020-12-21T16:34:20.364Z] ---> ef51780781f6 [2020-12-21T16:34:20.364Z] Step 6/27 : COPY go.mod . [2020-12-21T16:34:20.364Z] ---> 20bcdae5bf5d [2020-12-21T16:34:20.364Z] Step 7/22 : RUN go mod download [2020-12-21T16:34:20.626Z] ---> Running in 99228575e20c [2020-12-21T16:34:20.626Z] ---> 11c7dd02bc12 [2020-12-21T16:34:20.626Z] Step 7/24 : RUN go mod download [2020-12-21T16:34:20.888Z] Removing intermediate container e3649c405a5d [2020-12-21T16:34:20.888Z] ---> a44ccd694256 [2020-12-21T16:34:20.888Z] Step 6/22 : COPY go.mod . [2020-12-21T16:34:20.888Z] ---> 5bdd2df7c772 [2020-12-21T16:34:20.888Z] Step 7/27 : RUN go mod download [2020-12-21T16:34:21.149Z] ---> Running in 9b5b29413ab0 [2020-12-21T16:34:21.149Z] ---> Running in 644f951b9c5e [2020-12-21T16:34:21.415Z] ---> 0990fb522bfa [2020-12-21T16:34:21.415Z] Step 7/22 : RUN go mod download [2020-12-21T16:34:21.415Z] Removing intermediate container d4fd96709845 [2020-12-21T16:34:21.415Z] ---> 32321c30ccbe [2020-12-21T16:34:21.415Z] Step 6/22 : COPY go.mod . [2020-12-21T16:34:21.678Z] ---> Running in d80f74645e33 [2020-12-21T16:34:21.943Z] ---> c889b6a6bde9 [2020-12-21T16:34:21.943Z] Step 7/22 : RUN go mod download [2020-12-21T16:34:21.943Z] ---> Running in a33839e27186 [2020-12-21T16:34:23.353Z] Removing intermediate container 99228575e20c [2020-12-21T16:34:23.353Z] ---> eabbcfd8861f [2020-12-21T16:34:23.353Z] Step 8/22 : COPY . . [2020-12-21T16:34:23.353Z] Removing intermediate container 9b5b29413ab0 [2020-12-21T16:34:23.353Z] ---> 22d26c64f62d [2020-12-21T16:34:23.353Z] Step 8/24 : COPY . . [2020-12-21T16:34:23.624Z] Removing intermediate container 644f951b9c5e [2020-12-21T16:34:23.624Z] ---> 9940b3f23047 [2020-12-21T16:34:23.624Z] Step 8/27 : COPY . . [2020-12-21T16:34:26.958Z] Removing intermediate container d80f74645e33 [2020-12-21T16:34:26.958Z] ---> ae4adc61d96a [2020-12-21T16:34:26.958Z] Step 8/22 : COPY . . [2020-12-21T16:34:28.369Z] Removing intermediate container a33839e27186 [2020-12-21T16:34:28.369Z] ---> 5d61c0f5f454 [2020-12-21T16:34:28.369Z] Step 8/22 : COPY . . [2020-12-21T16:35:00.676Z] ---> bee85294657f [2020-12-21T16:35:00.676Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-21T16:35:00.676Z] ---> 4fae46bf3e70 [2020-12-21T16:35:00.676Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-21T16:35:00.676Z] ---> 89bc77aa0a33 [2020-12-21T16:35:00.676Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-21T16:35:00.676Z] ---> 4484fd7cf48a [2020-12-21T16:35:00.676Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-21T16:35:00.676Z] ---> 3cf310e29274 [2020-12-21T16:35:00.676Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-21T16:35:00.676Z] ---> Running in 31d29f5408ec [2020-12-21T16:35:00.676Z] ---> Running in c3bcde65e093 [2020-12-21T16:35:00.676Z] ---> Running in f31963f713a1 [2020-12-21T16:35:00.676Z] ---> Running in 01d29e7ebf49 [2020-12-21T16:35:00.676Z] ---> Running in e141b472cd32 [2020-12-21T16:35:00.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-21T16:35:00.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-21T16:35:00.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-21T16:35:00.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-21T16:35:00.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-21T16:35:27.431Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-21T16:35:31.720Z] Removing intermediate container e141b472cd32 [2020-12-21T16:35:31.720Z] ---> 322bef506c2a [2020-12-21T16:35:31.720Z] [2020-12-21T16:35:31.720Z] Step 10/22 : FROM alpine:3.10 [2020-12-21T16:35:31.720Z] Removing intermediate container 31d29f5408ec [2020-12-21T16:35:31.720Z] ---> 75d7340203e2 [2020-12-21T16:35:31.720Z] [2020-12-21T16:35:31.720Z] Step 10/22 : FROM scratch [2020-12-21T16:35:31.720Z] ---> [2020-12-21T16:35:31.720Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-21T16:35:31.720Z] Removing intermediate container c3bcde65e093 [2020-12-21T16:35:31.720Z] ---> 0c92e25c8d70 [2020-12-21T16:35:31.720Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-21T16:35:31.720Z] 3.10: Pulling from library/alpine [2020-12-21T16:35:31.720Z] ---> Running in 3bd72248e930 [2020-12-21T16:35:31.720Z] ---> Running in 05ec27dd32c1 [2020-12-21T16:35:35.031Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-21T16:35:35.031Z] Removing intermediate container 05ec27dd32c1 [2020-12-21T16:35:35.031Z] ---> 30441c277a4f [2020-12-21T16:35:35.031Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-21T16:35:35.296Z] Status: Downloaded newer image for alpine:3.10 [2020-12-21T16:35:35.296Z] ---> be4e4bea2c2e [2020-12-21T16:35:35.296Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-21T16:35:35.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-21T16:35:36.953Z] ---> Running in 1b1df69a32cd [2020-12-21T16:35:36.953Z] Removing intermediate container f31963f713a1 [2020-12-21T16:35:36.953Z] ---> 0b949a50d052 [2020-12-21T16:35:36.953Z] [2020-12-21T16:35:36.953Z] Step 10/24 : FROM alpine:3.10 [2020-12-21T16:35:36.953Z] ---> be4e4bea2c2e [2020-12-21T16:35:36.953Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-21T16:35:36.953Z] ---> Running in ac58d4d2fd0a [2020-12-21T16:35:36.953Z] ---> Running in 24f1bf38a55a [2020-12-21T16:35:36.953Z] Removing intermediate container 01d29e7ebf49 [2020-12-21T16:35:36.953Z] ---> c0e3a2f65d83 [2020-12-21T16:35:36.953Z] [2020-12-21T16:35:36.953Z] Step 10/22 : FROM scratch [2020-12-21T16:35:36.953Z] ---> [2020-12-21T16:35:36.953Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-21T16:35:36.953Z] ---> Using cache [2020-12-21T16:35:36.953Z] ---> 30441c277a4f [2020-12-21T16:35:36.953Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-21T16:35:37.216Z] Removing intermediate container 1b1df69a32cd [2020-12-21T16:35:37.216Z] ---> a97d042a5502 [2020-12-21T16:35:37.216Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-21T16:35:37.216Z] ---> Running in 08d7280f115a [2020-12-21T16:35:37.480Z] ---> Running in 5e92a86c33d4 [2020-12-21T16:35:37.744Z] Removing intermediate container 08d7280f115a [2020-12-21T16:35:37.744Z] ---> 9fb4af14db65 [2020-12-21T16:35:37.744Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-21T16:35:37.744Z] Removing intermediate container 5e92a86c33d4 [2020-12-21T16:35:37.744Z] ---> 8b6ef945e2a5 [2020-12-21T16:35:37.744Z] Step 14/22 : WORKDIR / [2020-12-21T16:35:37.744Z] ---> Running in 3654f2df3082 [2020-12-21T16:35:37.744Z] ---> Running in 2e24af59aa44 [2020-12-21T16:35:37.744Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:38.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:38.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:38.009Z] Removing intermediate container 3bd72248e930 [2020-12-21T16:35:38.009Z] ---> facba4a669d7 [2020-12-21T16:35:38.009Z] [2020-12-21T16:35:38.009Z] Step 11/27 : FROM docker:latest [2020-12-21T16:35:38.009Z] ---> 0040bc98e531 [2020-12-21T16:35:38.009Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-21T16:35:38.009Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:38.009Z] Removing intermediate container 3654f2df3082 [2020-12-21T16:35:38.009Z] ---> c64fff3d5c02 [2020-12-21T16:35:38.009Z] Step 14/22 : WORKDIR / [2020-12-21T16:35:38.009Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-21T16:35:38.009Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-21T16:35:38.009Z] OK: 10350 distinct packages available [2020-12-21T16:35:38.275Z] v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-21T16:35:38.275Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-21T16:35:38.275Z] OK: 10350 distinct packages available [2020-12-21T16:35:38.275Z] ---> Running in 57ceef55b52e [2020-12-21T16:35:38.275Z] Removing intermediate container 2e24af59aa44 [2020-12-21T16:35:38.275Z] ---> 88a49649c349 [2020-12-21T16:35:38.275Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-21T16:35:38.275Z] ---> Running in 5211c4a6e4e0 [2020-12-21T16:35:38.275Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-21T16:35:38.275Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-21T16:35:38.275Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-21T16:35:38.275Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-21T16:35:38.537Z] (4/5) Installing curl (7.66.0-r3) [2020-12-21T16:35:38.537Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-21T16:35:38.537Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-21T16:35:38.537Z] Executing busybox-1.30.1-r3.trigger [2020-12-21T16:35:38.537Z] Executing ca-certificates-20191127-r2.trigger [2020-12-21T16:35:38.537Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-21T16:35:38.537Z] (4/5) Installing curl (7.66.0-r3) [2020-12-21T16:35:38.537Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-21T16:35:38.537Z] Executing busybox-1.30.1-r3.trigger [2020-12-21T16:35:38.537Z] Executing ca-certificates-20191127-r2.trigger [2020-12-21T16:35:38.537Z] OK: 7 MiB in 19 packages [2020-12-21T16:35:39.122Z] OK: 7 MiB in 19 packages [2020-12-21T16:35:39.122Z] Removing intermediate container 5211c4a6e4e0 [2020-12-21T16:35:39.122Z] ---> 4ea9bfb25f5c [2020-12-21T16:35:39.122Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-21T16:35:39.122Z] ---> b4390a0410f5 [2020-12-21T16:35:39.122Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-21T16:35:39.385Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:39.652Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:35:39.652Z] (1/2) Installing readline (8.0.4-r0) [2020-12-21T16:35:39.652Z] (2/2) Installing bash (5.0.17-r0) [2020-12-21T16:35:39.652Z] ---> 2031dff600ad [2020-12-21T16:35:39.652Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-21T16:35:39.652Z] Executing bash-5.0.17-r0.post-install [2020-12-21T16:35:39.652Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:35:39.923Z] OK: 12 MiB in 22 packages [2020-12-21T16:35:39.923Z] ---> ded478cc541e [2020-12-21T16:35:39.923Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-21T16:35:40.887Z] Removing intermediate container ac58d4d2fd0a [2020-12-21T16:35:40.887Z] ---> af123ecfd966 [2020-12-21T16:35:40.887Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-21T16:35:40.887Z] Removing intermediate container 24f1bf38a55a [2020-12-21T16:35:40.887Z] ---> 8b03f5d67d65 [2020-12-21T16:35:40.887Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-21T16:35:41.152Z] ---> Running in 0d7cd3f3f855 [2020-12-21T16:35:41.152Z] ---> 8561637653e0 [2020-12-21T16:35:41.152Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-21T16:35:41.728Z] ---> c1259ec81493 [2020-12-21T16:35:41.728Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-21T16:35:41.991Z] ---> Running in 7f05375bc013 [2020-12-21T16:35:41.991Z] ---> Running in 6429e5b83ed6 [2020-12-21T16:35:41.991Z] Removing intermediate container 0d7cd3f3f855 [2020-12-21T16:35:41.991Z] ---> 12fd6b1e078a [2020-12-21T16:35:41.991Z] Step 13/22 : WORKDIR / [2020-12-21T16:35:41.991Z] Removing intermediate container 57ceef55b52e [2020-12-21T16:35:41.991Z] ---> 7832f63c81e6 [2020-12-21T16:35:41.991Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-21T16:35:41.991Z] ---> 8c941e3e26e3 [2020-12-21T16:35:41.991Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-21T16:35:42.253Z] ---> Running in 9992e6dbdf17 [2020-12-21T16:35:42.253Z] ---> Running in 066d274f893e [2020-12-21T16:35:42.253Z] ---> Running in 12363dc0954c [2020-12-21T16:35:42.515Z] Removing intermediate container 7f05375bc013 [2020-12-21T16:35:42.515Z] ---> 46acedeb2ea6 [2020-12-21T16:35:42.515Z] Step 13/24 : WORKDIR / [2020-12-21T16:35:42.515Z] Removing intermediate container 6429e5b83ed6 [2020-12-21T16:35:42.515Z] ---> 203282860feb [2020-12-21T16:35:42.515Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:35:42.778Z] ---> Running in bce7e94ae2ea [2020-12-21T16:35:42.778Z] ---> Running in 208f9f0f00b0 [2020-12-21T16:35:42.778Z] Removing intermediate container 12363dc0954c [2020-12-21T16:35:42.778Z] ---> be0f9bf1dc53 [2020-12-21T16:35:42.778Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:35:42.778Z] Removing intermediate container 066d274f893e [2020-12-21T16:35:42.778Z] ---> ecefd86d25c1 [2020-12-21T16:35:42.778Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-21T16:35:43.045Z] ---> Running in 79364c25947b [2020-12-21T16:35:43.045Z] Removing intermediate container bce7e94ae2ea [2020-12-21T16:35:43.045Z] ---> 739e2ebd17ad [2020-12-21T16:35:43.045Z] Step 20/22 : LABEL arch=x86_64 [2020-12-21T16:35:43.045Z] Removing intermediate container 208f9f0f00b0 [2020-12-21T16:35:43.045Z] ---> 93711f35bb15 [2020-12-21T16:35:43.045Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-21T16:35:43.306Z] ---> Running in 03d8c4bff051 [2020-12-21T16:35:43.306Z] ---> 0b2a1566e2ec [2020-12-21T16:35:43.306Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-21T16:35:43.306Z] Removing intermediate container 79364c25947b [2020-12-21T16:35:43.306Z] ---> b9f2d6f03ff8 [2020-12-21T16:35:43.306Z] Step 20/22 : LABEL arch=x86_64 [2020-12-21T16:35:43.577Z] ---> a19b08b3c29d [2020-12-21T16:35:43.577Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-21T16:35:43.577Z] ---> Running in 08d8f34d95a9 [2020-12-21T16:35:43.843Z] Removing intermediate container 03d8c4bff051 [2020-12-21T16:35:43.843Z] ---> 7be47fed8ae0 [2020-12-21T16:35:43.843Z] Step 21/22 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab [2020-12-21T16:35:43.843Z] ---> Running in 43c85fe7c1a3 [2020-12-21T16:35:43.843Z] Removing intermediate container 9992e6dbdf17 [2020-12-21T16:35:43.843Z] ---> 9bce2ee17ccf [2020-12-21T16:35:43.843Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-21T16:35:44.109Z] Removing intermediate container 08d8f34d95a9 [2020-12-21T16:35:44.109Z] ---> 093b674bb816 [2020-12-21T16:35:44.109Z] Step 21/22 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab [2020-12-21T16:35:44.109Z] ---> 858226093e6e [2020-12-21T16:35:44.109Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-21T16:35:44.374Z] ---> Running in 4962626bac77 [2020-12-21T16:35:44.374Z] ---> f4088da6ef19 [2020-12-21T16:35:44.374Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-21T16:35:44.374Z] ---> Running in 880cd6d0203a [2020-12-21T16:35:44.374Z] Removing intermediate container 43c85fe7c1a3 [2020-12-21T16:35:44.374Z] ---> 36aa271bc908 [2020-12-21T16:35:44.374Z] Step 22/22 : LABEL version=0.0.0 [2020-12-21T16:35:44.640Z] ---> 48c5e94da18c [2020-12-21T16:35:44.640Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-21T16:35:44.640Z] ---> Running in 6c8a79763d9d [2020-12-21T16:35:44.640Z] Removing intermediate container 4962626bac77 [2020-12-21T16:35:44.640Z] ---> b14b0de500a9 [2020-12-21T16:35:44.640Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-21T16:35:44.902Z] ---> dfd2f04f5a9f [2020-12-21T16:35:44.902Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-21T16:35:44.903Z] Removing intermediate container 880cd6d0203a [2020-12-21T16:35:44.903Z] ---> caf5b4e3284c [2020-12-21T16:35:44.903Z] Step 22/22 : LABEL version=0.0.0 [2020-12-21T16:35:44.903Z] ---> Running in 2f8af30be296 [2020-12-21T16:35:44.903Z] ---> Running in e3f9f2382292 [2020-12-21T16:35:45.170Z] Removing intermediate container 6c8a79763d9d [2020-12-21T16:35:45.170Z] ---> 7b919bbc5137 [2020-12-21T16:35:45.170Z] [2020-12-21T16:35:45.170Z] ---> 1b47256caf6f [2020-12-21T16:35:45.170Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-21T16:35:45.170Z] Removing intermediate container 2f8af30be296 [2020-12-21T16:35:45.170Z] ---> 476f57b0ae06 [2020-12-21T16:35:45.170Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-21T16:35:45.170Z] ---> Running in 6daa3cb0948c [2020-12-21T16:35:45.438Z] Successfully built 7b919bbc5137 [2020-12-21T16:35:45.438Z] Removing intermediate container e3f9f2382292 [2020-12-21T16:35:45.438Z] ---> ead632c938af [2020-12-21T16:35:45.438Z] [2020-12-21T16:35:45.703Z] Successfully tagged docker-core-command-go:latest [2020-12-21T16:35:45.703Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-12-21T16:35:45.703Z] Successfully built ead632c938af [2020-12-21T16:35:45.703Z] ---> Running in d626596b42b9 [2020-12-21T16:35:45.703Z] Successfully tagged docker-core-metadata-go:latest [2020-12-21T16:35:45.703Z] Building docker-support-notifications-go [2020-12-21T16:35:45.703Z]  Building docker-core-metadata-go ... done  ---> 722e98be2b30 [2020-12-21T16:35:45.703Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-21T16:35:45.973Z] Removing intermediate container d626596b42b9 [2020-12-21T16:35:45.973Z] ---> f51349fcc790 [2020-12-21T16:35:45.973Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-21T16:35:46.943Z] ---> 4e87868284fe [2020-12-21T16:35:46.943Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-21T16:35:47.205Z] ---> 24d0fc054947 [2020-12-21T16:35:47.205Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-21T16:35:51.433Z] ---> 17437a2ce468 [2020-12-21T16:35:51.433Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-21T16:35:52.829Z] ---> Running in e256571c3266 [2020-12-21T16:35:52.829Z] ---> ae209f791c4d [2020-12-21T16:35:52.829Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-21T16:35:52.829Z] Removing intermediate container 6daa3cb0948c [2020-12-21T16:35:52.829Z] ---> df1de78d72c6 [2020-12-21T16:35:52.829Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-21T16:35:53.093Z] ---> Running in ab6d10385cd4 [2020-12-21T16:35:55.032Z] ---> 8f8f137c5458 [2020-12-21T16:35:55.032Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-21T16:35:55.032Z] Removing intermediate container ab6d10385cd4 [2020-12-21T16:35:55.032Z] ---> 26202345982d [2020-12-21T16:35:55.032Z] Step 20/22 : LABEL arch=x86_64 [2020-12-21T16:35:58.351Z] ---> Running in 18310b113632 [2020-12-21T16:35:58.623Z] ---> Running in fadc0ea95744 [2020-12-21T16:36:00.039Z] Removing intermediate container 18310b113632 [2020-12-21T16:36:00.039Z] ---> b639e473f947 [2020-12-21T16:36:00.039Z] Step 21/22 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab [2020-12-21T16:36:02.010Z] ---> Running in f55e48b3e14c [2020-12-21T16:36:02.010Z] Removing intermediate container e256571c3266 [2020-12-21T16:36:02.010Z] ---> a4c78c94b73b [2020-12-21T16:36:02.010Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-21T16:36:02.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:36:02.010Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:36:02.276Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-21T16:36:02.276Z] (2/33) Installing expat (2.2.9-r1) [2020-12-21T16:36:02.276Z] (3/33) Installing libffi (3.3-r2) [2020-12-21T16:36:02.276Z] (4/33) Installing gdbm (1.13-r1) [2020-12-21T16:36:02.276Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-21T16:36:02.276Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-21T16:36:02.560Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-21T16:36:02.824Z] ---> Running in 46c78838de29 [2020-12-21T16:36:03.789Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:36:03.789Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:36:03.789Z] ---> 834b95c7ff4d [2020-12-21T16:36:03.789Z] Step 3/24 : WORKDIR /edgex-go [2020-12-21T16:36:03.789Z] ---> Using cache [2020-12-21T16:36:03.789Z] ---> 9c753cc72984 [2020-12-21T16:36:03.789Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:36:03.789Z] ---> Using cache [2020-12-21T16:36:03.789Z] ---> 7f37895e2d11 [2020-12-21T16:36:03.789Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-21T16:36:03.789Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:36:03.789Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:36:03.789Z] ---> 834b95c7ff4d [2020-12-21T16:36:03.789Z] Step 3/23 : WORKDIR /edgex-go [2020-12-21T16:36:03.789Z] ---> Using cache [2020-12-21T16:36:03.789Z] ---> 9c753cc72984 [2020-12-21T16:36:03.789Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:36:03.789Z] ---> Using cache [2020-12-21T16:36:03.789Z] ---> 7f37895e2d11 [2020-12-21T16:36:03.789Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-21T16:36:05.178Z] Removing intermediate container f55e48b3e14c [2020-12-21T16:36:05.178Z] ---> 4542052c5804 [2020-12-21T16:36:05.178Z] Step 22/22 : LABEL version=0.0.0 [2020-12-21T16:36:07.739Z] ---> Running in 27a39ad98bd0 [2020-12-21T16:36:07.739Z] ---> Running in cec57794488d [2020-12-21T16:36:07.739Z] ---> Running in 9144d718d814 [2020-12-21T16:36:07.739Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-21T16:36:07.739Z] Removing intermediate container 46c78838de29 [2020-12-21T16:36:07.739Z] ---> b3948c0b7027 [2020-12-21T16:36:07.739Z] Step 22/24 : LABEL arch=x86_64 [2020-12-21T16:36:07.739Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-21T16:36:07.739Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-21T16:36:07.739Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-21T16:36:07.739Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-21T16:36:07.739Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-21T16:36:07.739Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-21T16:36:07.739Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-21T16:36:07.739Z] ---> Running in 3cc491817db8 [2020-12-21T16:36:07.739Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-21T16:36:07.739Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-21T16:36:08.311Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-21T16:36:08.311Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-21T16:36:08.572Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-21T16:36:08.572Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-21T16:36:08.572Z] Removing intermediate container cec57794488d [2020-12-21T16:36:08.572Z] ---> d4a7dd3d9945 [2020-12-21T16:36:08.572Z] [2020-12-21T16:36:08.572Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-21T16:36:08.572Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-21T16:36:09.148Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-21T16:36:09.148Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-21T16:36:09.148Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-21T16:36:09.148Z] Removing intermediate container 3cc491817db8 [2020-12-21T16:36:09.148Z] ---> 5b7ad3f0dd48 [2020-12-21T16:36:09.148Z] Step 23/24 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab [2020-12-21T16:36:09.148Z] Successfully built d4a7dd3d9945 [2020-12-21T16:36:09.148Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-21T16:36:09.148Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-21T16:36:09.148Z]  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go [2020-12-21T16:36:09.148Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-21T16:36:09.148Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:36:09.148Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-21T16:36:09.412Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-21T16:36:09.412Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-21T16:36:09.412Z] ---> Running in 651c73c4f707 [2020-12-21T16:36:09.412Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-21T16:36:09.412Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-21T16:36:09.412Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:36:09.675Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:36:09.675Z] OK: 71 MiB in 55 packages [2020-12-21T16:36:10.251Z] Removing intermediate container 651c73c4f707 [2020-12-21T16:36:10.251Z] ---> 4f0a76c337f3 [2020-12-21T16:36:10.251Z] Step 24/24 : LABEL version=0.0.0 [2020-12-21T16:36:10.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:36:10.513Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:36:11.103Z] ---> Running in 619c1691b63d [2020-12-21T16:36:11.684Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:36:11.684Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:36:11.684Z] OK: 12750 distinct packages available [2020-12-21T16:36:11.947Z] v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:36:11.947Z] v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:36:11.947Z] OK: 12750 distinct packages available [2020-12-21T16:36:12.213Z] OK: 233 MiB in 51 packages [2020-12-21T16:36:12.213Z] OK: 233 MiB in 51 packages [2020-12-21T16:36:15.543Z] Removing intermediate container 619c1691b63d [2020-12-21T16:36:15.543Z] ---> f5359c3dadfe [2020-12-21T16:36:15.543Z] [2020-12-21T16:36:16.117Z] Successfully built f5359c3dadfe [2020-12-21T16:36:16.380Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-21T16:36:16.380Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-12-21T16:36:24.177Z] Removing intermediate container 9144d718d814 [2020-12-21T16:36:24.177Z] ---> d753093633ca [2020-12-21T16:36:24.177Z] Step 6/23 : COPY go.mod . [2020-12-21T16:36:25.708Z] Removing intermediate container 27a39ad98bd0 [2020-12-21T16:36:25.709Z] ---> 917437c2ad3c [2020-12-21T16:36:25.709Z] Step 6/24 : COPY go.mod . [2020-12-21T16:36:26.668Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:36:26.668Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:36:26.668Z] ---> 834b95c7ff4d [2020-12-21T16:36:26.668Z] Step 3/21 : WORKDIR /edgex-go [2020-12-21T16:36:26.931Z] ---> Using cache [2020-12-21T16:36:26.931Z] ---> 9c753cc72984 [2020-12-21T16:36:26.931Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:36:26.931Z] ---> Using cache [2020-12-21T16:36:26.931Z] ---> 7f37895e2d11 [2020-12-21T16:36:26.931Z] Step 5/21 : RUN apk update && apk add make git [2020-12-21T16:36:26.931Z] ---> Using cache [2020-12-21T16:36:26.931Z] ---> a44ccd694256 [2020-12-21T16:36:26.931Z] Step 6/21 : COPY go.mod . [2020-12-21T16:36:26.931Z] ---> Using cache [2020-12-21T16:36:26.931Z] ---> 0990fb522bfa [2020-12-21T16:36:26.931Z] Step 7/21 : RUN go mod download [2020-12-21T16:36:26.931Z] ---> Using cache [2020-12-21T16:36:26.931Z] ---> ae4adc61d96a [2020-12-21T16:36:26.931Z] Step 8/21 : COPY . . [2020-12-21T16:36:27.193Z] ---> Using cache [2020-12-21T16:36:27.193Z] ---> 3cf310e29274 [2020-12-21T16:36:27.193Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-21T16:36:28.591Z] ---> 0e511b671a33 [2020-12-21T16:36:28.591Z] Step 7/23 : RUN go mod download [2020-12-21T16:36:28.591Z] ---> e91520c37ccd [2020-12-21T16:36:28.591Z] Step 7/24 : RUN go mod download [2020-12-21T16:36:28.591Z] ---> Running in 3f11eac999d0 [2020-12-21T16:36:28.855Z] ---> Running in d27c37a52371 [2020-12-21T16:36:28.855Z] ---> Running in a2c76258f686 [2020-12-21T16:36:32.173Z] Removing intermediate container fadc0ea95744 [2020-12-21T16:36:32.173Z] ---> 6762a9f6a69d [2020-12-21T16:36:32.173Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-21T16:36:33.580Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-21T16:36:33.580Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-21T16:36:33.580Z] ---> 834b95c7ff4d [2020-12-21T16:36:33.580Z] Step 3/21 : WORKDIR /edgex-go [2020-12-21T16:36:33.580Z] ---> Using cache [2020-12-21T16:36:33.580Z] ---> 9c753cc72984 [2020-12-21T16:36:33.580Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:36:33.580Z] ---> Using cache [2020-12-21T16:36:33.580Z] ---> 7f37895e2d11 [2020-12-21T16:36:33.580Z] Step 5/21 : RUN apk update && apk add make git [2020-12-21T16:36:33.580Z] ---> Using cache [2020-12-21T16:36:33.580Z] ---> a44ccd694256 [2020-12-21T16:36:33.580Z] Step 6/21 : COPY go.mod . [2020-12-21T16:36:33.580Z] ---> Using cache [2020-12-21T16:36:33.580Z] ---> 0990fb522bfa [2020-12-21T16:36:33.580Z] Step 7/21 : RUN go mod download [2020-12-21T16:36:33.580Z] ---> Using cache [2020-12-21T16:36:33.580Z] ---> ae4adc61d96a [2020-12-21T16:36:33.580Z] Step 8/21 : COPY . . [2020-12-21T16:36:33.580Z] ---> Using cache [2020-12-21T16:36:33.580Z] ---> 3cf310e29274 [2020-12-21T16:36:33.580Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-21T16:36:33.580Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-21T16:36:34.161Z] ---> Running in cabf09268b01 [2020-12-21T16:36:34.161Z] ---> Running in 94396d35113c [2020-12-21T16:36:35.133Z] Removing intermediate container a2c76258f686 [2020-12-21T16:36:35.133Z] ---> cf9156ecf444 [2020-12-21T16:36:35.133Z] Step 8/24 : COPY . . [2020-12-21T16:36:35.404Z] Removing intermediate container d27c37a52371 [2020-12-21T16:36:35.404Z] ---> 17eb91a33f1f [2020-12-21T16:36:35.404Z] Step 8/23 : COPY . . [2020-12-21T16:36:35.678Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-21T16:36:45.833Z] Collecting docker-compose==1.23.2 [2020-12-21T16:36:45.833Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-21T16:36:45.833Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-21T16:36:45.833Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-21T16:36:50.127Z] Collecting texttable<0.10,>=0.9.0 [2020-12-21T16:36:50.127Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-21T16:36:51.088Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-21T16:36:51.088Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-21T16:36:51.088Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-21T16:36:51.088Z] Collecting docopt<0.7,>=0.6.1 [2020-12-21T16:36:51.364Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-21T16:36:52.353Z] Collecting PyYAML<4,>=3.10 [2020-12-21T16:36:52.353Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-21T16:36:54.295Z] Collecting cached-property<2,>=1.2.0 [2020-12-21T16:36:54.295Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-21T16:36:56.269Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-21T16:36:56.269Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-21T16:36:56.540Z] Collecting docker<4.0,>=3.6.0 [2020-12-21T16:36:56.540Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-21T16:36:57.136Z] Collecting jsonschema<3,>=2.5.1 [2020-12-21T16:36:57.136Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-21T16:36:57.136Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-21T16:36:57.717Z] Collecting idna<2.8,>=2.5 [2020-12-21T16:36:57.717Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-21T16:36:57.717Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-21T16:36:58.297Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-21T16:36:58.297Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-21T16:36:59.259Z] Collecting docker-pycreds>=0.4.0 [2020-12-21T16:36:59.259Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-21T16:37:00.236Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-21T16:37:00.236Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-21T16:37:00.236Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-21T16:37:00.236Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-21T16:37:00.236Z] Installing collected packages: dockerpty, texttable, idna, urllib3, requests, docopt, PyYAML, cached-property, websocket-client, docker-pycreds, docker, jsonschema, docker-compose [2020-12-21T16:37:00.236Z] Running setup.py install for dockerpty: started [2020-12-21T16:37:01.191Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-21T16:37:01.191Z] Running setup.py install for texttable: started [2020-12-21T16:37:01.767Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-21T16:37:01.767Z] Running setup.py install for texttable: finished with status 'done' [2020-12-21T16:37:01.767Z] Attempting uninstall: idna [2020-12-21T16:37:01.767Z] Found existing installation: idna 2.9 [2020-12-21T16:37:01.767Z] Uninstalling idna-2.9: [2020-12-21T16:37:02.041Z] Successfully uninstalled idna-2.9 [2020-12-21T16:37:02.041Z] ---> 410ce672e123 [2020-12-21T16:37:02.041Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-21T16:37:02.041Z] ---> c1d87bd8bc75 [2020-12-21T16:37:02.041Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-21T16:37:02.313Z] Attempting uninstall: urllib3 [2020-12-21T16:37:02.313Z] Found existing installation: urllib3 1.25.9 [2020-12-21T16:37:02.580Z] Uninstalling urllib3-1.25.9: [2020-12-21T16:37:03.182Z] Successfully uninstalled urllib3-1.25.9 [2020-12-21T16:37:03.182Z] ---> Running in 7a10b7019842 [2020-12-21T16:37:03.182Z] ---> Running in 590aad6072a4 [2020-12-21T16:37:03.445Z] Attempting uninstall: requests [2020-12-21T16:37:03.445Z] Found existing installation: requests 2.23.0 [2020-12-21T16:37:03.445Z] Uninstalling requests-2.23.0: [2020-12-21T16:37:03.709Z] Successfully uninstalled requests-2.23.0 [2020-12-21T16:37:05.662Z] Running setup.py install for docopt: started [2020-12-21T16:37:05.662Z] Removing intermediate container 3f11eac999d0 [2020-12-21T16:37:05.662Z] ---> 0053e7fdf4aa [2020-12-21T16:37:05.662Z] [2020-12-21T16:37:05.662Z] Step 10/21 : FROM scratch [2020-12-21T16:37:05.662Z] ---> [2020-12-21T16:37:05.662Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-21T16:37:05.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-21T16:37:05.934Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-21T16:37:05.934Z] Running setup.py install for docopt: finished with status 'done' [2020-12-21T16:37:05.934Z] Running setup.py install for PyYAML: started [2020-12-21T16:37:06.206Z] ---> Using cache [2020-12-21T16:37:06.206Z] ---> 30441c277a4f [2020-12-21T16:37:06.206Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-21T16:37:06.476Z] ---> Running in 4f74f8d3ae60 [2020-12-21T16:37:06.743Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-21T16:37:06.743Z] Removing intermediate container 4f74f8d3ae60 [2020-12-21T16:37:06.743Z] ---> 720c3c651dc1 [2020-12-21T16:37:06.743Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-21T16:37:07.018Z] ---> Running in 4b460aa1098e [2020-12-21T16:37:07.617Z] Removing intermediate container 4b460aa1098e [2020-12-21T16:37:07.617Z] ---> b91a0b242128 [2020-12-21T16:37:07.617Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-21T16:37:09.059Z] ---> 757468d927f7 [2020-12-21T16:37:09.059Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-21T16:37:09.059Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-21T16:37:10.019Z] Removing intermediate container 94396d35113c [2020-12-21T16:37:10.019Z] ---> 863be1261f37 [2020-12-21T16:37:10.019Z] [2020-12-21T16:37:10.019Z] Step 10/21 : FROM alpine [2020-12-21T16:37:10.290Z] latest: Pulling from library/alpine [2020-12-21T16:37:10.290Z] ---> c597291ecfa7 [2020-12-21T16:37:10.290Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-21T16:37:10.290Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2020-12-21T16:37:10.290Z] Status: Downloaded newer image for alpine:latest [2020-12-21T16:37:10.290Z] ---> 389fef711851 [2020-12-21T16:37:10.290Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-21T16:37:10.567Z] ---> Running in 6d0d7d214f4e [2020-12-21T16:37:10.837Z] ---> 2e66f0f25c0a [2020-12-21T16:37:10.837Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-21T16:37:11.116Z] ---> Running in 61f9e64d7ddd [2020-12-21T16:37:11.392Z] Removing intermediate container 61f9e64d7ddd [2020-12-21T16:37:11.392Z] ---> ef7728291d73 [2020-12-21T16:37:11.392Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:37:11.669Z] ---> Running in dc494ddcfdf7 [2020-12-21T16:37:11.946Z] Removing intermediate container dc494ddcfdf7 [2020-12-21T16:37:11.946Z] ---> 54a94754fb88 [2020-12-21T16:37:11.946Z] Step 19/21 : LABEL arch=x86_64 [2020-12-21T16:37:12.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:37:12.541Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:37:12.807Z] v3.12.3-13-ga43a0bc1d0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-21T16:37:12.807Z] v3.12.3-15-ge843fbbe95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-21T16:37:12.807Z] OK: 12745 distinct packages available [2020-12-21T16:37:13.082Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-21T16:37:13.082Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-21T16:37:13.082Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-21T16:37:13.082Z] (4/4) Installing curl (7.69.1-r3) [2020-12-21T16:37:13.082Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:37:13.354Z] Executing ca-certificates-20191127-r4.trigger [2020-12-21T16:37:13.354Z] OK: 7 MiB in 18 packages [2020-12-21T16:37:13.955Z] ---> Running in b0a4705fb5b9 [2020-12-21T16:37:14.547Z] Removing intermediate container cabf09268b01 [2020-12-21T16:37:14.547Z] ---> 3654eab4880b [2020-12-21T16:37:14.547Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-21T16:37:14.547Z] Removing intermediate container b0a4705fb5b9 [2020-12-21T16:37:14.547Z] ---> 602854dc5aea [2020-12-21T16:37:14.547Z] Step 20/21 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab [2020-12-21T16:37:15.977Z] ---> Running in 0cba667454c6 [2020-12-21T16:37:16.251Z] ---> Running in 0ea7bd706a82 [2020-12-21T16:37:17.235Z] Removing intermediate container 6d0d7d214f4e [2020-12-21T16:37:17.235Z] ---> 54d046d010ac [2020-12-21T16:37:17.235Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-21T16:37:17.235Z] Removing intermediate container 0ea7bd706a82 [2020-12-21T16:37:17.235Z] ---> 9ca7fac06044 [2020-12-21T16:37:17.235Z] Step 21/21 : LABEL version=0.0.0 [2020-12-21T16:37:17.506Z] ---> Running in be663d38607d [2020-12-21T16:37:17.506Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:37:17.781Z] ---> Running in 4d30ca616b59 [2020-12-21T16:37:17.781Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:37:17.781Z] Removing intermediate container be663d38607d [2020-12-21T16:37:17.781Z] ---> 1fd8223d1257 [2020-12-21T16:37:17.781Z] Step 13/21 : WORKDIR /edgex [2020-12-21T16:37:18.046Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-21T16:37:18.046Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-21T16:37:18.046Z] (3/3) Installing curl (7.69.1-r3) [2020-12-21T16:37:18.046Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:37:18.046Z] OK: 72 MiB in 58 packages [2020-12-21T16:37:18.046Z] ---> Running in 7c95060115e7 [2020-12-21T16:37:18.046Z] Removing intermediate container 4d30ca616b59 [2020-12-21T16:37:18.046Z] ---> 8377f5ae3571 [2020-12-21T16:37:18.046Z] [2020-12-21T16:37:18.318Z] Successfully built 8377f5ae3571 [2020-12-21T16:37:18.608Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-21T16:37:18.608Z]  Building docker-support-scheduler-go ... done Removing intermediate container 7c95060115e7 [2020-12-21T16:37:18.608Z] ---> d1126fafbf93 [2020-12-21T16:37:18.608Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-21T16:37:18.878Z] Removing intermediate container 0cba667454c6 [2020-12-21T16:37:18.878Z] ---> 265e859cab5f [2020-12-21T16:37:18.878Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-21T16:37:19.154Z] ---> Running in 7f6f92c48684 [2020-12-21T16:37:19.154Z] ---> 8c604f8456b1 [2020-12-21T16:37:19.154Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-21T16:37:19.433Z] Removing intermediate container 7f6f92c48684 [2020-12-21T16:37:19.433Z] ---> 32a47b4f59fd [2020-12-21T16:37:19.433Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:37:19.699Z] ---> Running in ab7136b5a058 [2020-12-21T16:37:19.973Z] Removing intermediate container ab7136b5a058 [2020-12-21T16:37:19.973Z] ---> 2ce468943f48 [2020-12-21T16:37:19.973Z] Step 25/27 : LABEL arch=x86_64 [2020-12-21T16:37:19.973Z] ---> c560134d82d6 [2020-12-21T16:37:19.973Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-21T16:37:20.251Z] ---> Running in 8d4588dccc14 [2020-12-21T16:37:20.853Z] Removing intermediate container 8d4588dccc14 [2020-12-21T16:37:20.853Z] ---> d7bf30ce71e7 [2020-12-21T16:37:20.853Z] Step 26/27 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab [2020-12-21T16:37:20.853Z] ---> fae3c6c89b56 [2020-12-21T16:37:20.853Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-21T16:37:20.853Z] ---> Running in 7d0048271554 [2020-12-21T16:37:20.853Z] ---> Running in 6c6f882f4a03 [2020-12-21T16:37:21.450Z] Removing intermediate container 7d0048271554 [2020-12-21T16:37:21.450Z] ---> bc2231e2aee7 [2020-12-21T16:37:21.450Z] Step 27/27 : LABEL version=0.0.0 [2020-12-21T16:37:21.450Z] Removing intermediate container 6c6f882f4a03 [2020-12-21T16:37:21.450Z] ---> 1b7b3c8afcb0 [2020-12-21T16:37:21.450Z] Step 18/21 : CMD ["--init=true"] [2020-12-21T16:37:21.725Z] ---> Running in 4f7a907c96a0 [2020-12-21T16:37:21.725Z] ---> Running in 62d75f0adb9b [2020-12-21T16:37:21.991Z] Removing intermediate container 4f7a907c96a0 [2020-12-21T16:37:21.991Z] ---> a58c2e50ec57 [2020-12-21T16:37:21.991Z] [2020-12-21T16:37:22.577Z] Successfully built a58c2e50ec57 [2020-12-21T16:37:22.865Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-21T16:37:22.865Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 62d75f0adb9b [2020-12-21T16:37:22.865Z] ---> 6ab6ad3e3427 [2020-12-21T16:37:22.865Z] Step 19/21 : LABEL arch=x86_64 [2020-12-21T16:37:22.865Z] ---> Running in 9edb03c2d2ec [2020-12-21T16:37:23.487Z] Removing intermediate container 9edb03c2d2ec [2020-12-21T16:37:23.487Z] ---> a1e24a7b6394 [2020-12-21T16:37:23.487Z] Step 20/21 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab [2020-12-21T16:37:23.487Z] ---> Running in bc3ac00243d7 [2020-12-21T16:37:24.078Z] Removing intermediate container bc3ac00243d7 [2020-12-21T16:37:24.078Z] ---> 29f8a5efb82f [2020-12-21T16:37:24.078Z] Step 21/21 : LABEL version=0.0.0 [2020-12-21T16:37:25.495Z] ---> Running in 3a2a5625418c [2020-12-21T16:37:25.772Z] Removing intermediate container 7a10b7019842 [2020-12-21T16:37:25.772Z] ---> 2cc19baccd31 [2020-12-21T16:37:25.772Z] [2020-12-21T16:37:25.772Z] Step 10/24 : FROM scratch [2020-12-21T16:37:25.772Z] ---> [2020-12-21T16:37:25.772Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-21T16:37:25.772Z] Removing intermediate container 3a2a5625418c [2020-12-21T16:37:25.772Z] ---> 11a668d5b842 [2020-12-21T16:37:25.772Z] [2020-12-21T16:37:25.772Z] ---> Running in 4c180ea87729 [2020-12-21T16:37:25.772Z] Successfully built 11a668d5b842 [2020-12-21T16:37:26.039Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-21T16:37:26.039Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4c180ea87729 [2020-12-21T16:37:26.039Z] ---> 23e820220643 [2020-12-21T16:37:26.039Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-21T16:37:26.039Z] ---> Running in fd00630d4a9f [2020-12-21T16:37:26.039Z] Removing intermediate container fd00630d4a9f [2020-12-21T16:37:26.039Z] ---> 8b89b6763386 [2020-12-21T16:37:26.039Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-21T16:37:26.310Z] ---> Running in 0fbff6c98e97 [2020-12-21T16:37:26.310Z] Removing intermediate container 0fbff6c98e97 [2020-12-21T16:37:26.310Z] ---> 0eb24117c083 [2020-12-21T16:37:26.310Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-21T16:37:26.575Z] ---> b826739d6f56 [2020-12-21T16:37:26.575Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-21T16:37:29.915Z] ---> 6ef97a5665cc [2020-12-21T16:37:29.915Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-21T16:37:29.915Z] ---> b10d3dab6e9d [2020-12-21T16:37:29.915Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-21T16:37:31.316Z] ---> f5c108c3288d [2020-12-21T16:37:31.316Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-21T16:37:31.892Z] Removing intermediate container 590aad6072a4 [2020-12-21T16:37:31.892Z] ---> d551b7f5eb50 [2020-12-21T16:37:31.892Z] [2020-12-21T16:37:31.892Z] Step 10/23 : FROM alpine [2020-12-21T16:37:31.892Z] ---> 389fef711851 [2020-12-21T16:37:31.892Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-21T16:37:32.163Z] ---> 673086819acd [2020-12-21T16:37:32.163Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-21T16:37:32.163Z] ---> Running in 0ce78e057829 [2020-12-21T16:37:32.427Z] Removing intermediate container 0ce78e057829 [2020-12-21T16:37:32.427Z] ---> ed88987c4933 [2020-12-21T16:37:32.427Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-21T16:37:32.427Z] ---> 811a149bc97e [2020-12-21T16:37:32.427Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-21T16:37:32.427Z] ---> Running in e167bed4f2a4 [2020-12-21T16:37:32.427Z] ---> Running in 359c97bac7b4 [2020-12-21T16:37:32.427Z] Removing intermediate container e167bed4f2a4 [2020-12-21T16:37:32.427Z] ---> e029b63679fb [2020-12-21T16:37:32.427Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-21T16:37:32.734Z] Removing intermediate container 359c97bac7b4 [2020-12-21T16:37:32.734Z] ---> 3a571b0bdc62 [2020-12-21T16:37:32.734Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:37:32.734Z] ---> Running in c3d58b15dd78 [2020-12-21T16:37:32.734Z] ---> Running in 0377bb921d7f [2020-12-21T16:37:32.734Z] Removing intermediate container c3d58b15dd78 [2020-12-21T16:37:32.734Z] ---> 07fa3cfff81c [2020-12-21T16:37:32.734Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-21T16:37:33.035Z] ---> Running in 89d9eddd337c [2020-12-21T16:37:33.035Z] Removing intermediate container 0377bb921d7f [2020-12-21T16:37:33.035Z] ---> 9a204d80d671 [2020-12-21T16:37:33.035Z] Step 22/24 : LABEL arch=x86_64 [2020-12-21T16:37:33.035Z] ---> Running in 715c2255972e [2020-12-21T16:37:33.341Z] Removing intermediate container 715c2255972e [2020-12-21T16:37:33.341Z] ---> 206cc4241372 [2020-12-21T16:37:33.341Z] Step 23/24 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab [2020-12-21T16:37:33.341Z] ---> Running in 0ad2cac30e33 [2020-12-21T16:37:33.645Z] Removing intermediate container 0ad2cac30e33 [2020-12-21T16:37:33.645Z] ---> 79cd721f197d [2020-12-21T16:37:33.645Z] Step 24/24 : LABEL version=0.0.0 [2020-12-21T16:37:33.645Z] ---> Running in 73414358864e [2020-12-21T16:37:33.924Z] Removing intermediate container 73414358864e [2020-12-21T16:37:33.924Z] ---> 2ef6fab18f08 [2020-12-21T16:37:33.924Z] [2020-12-21T16:37:33.924Z] Successfully built 2ef6fab18f08 [2020-12-21T16:37:33.924Z] Successfully tagged docker-support-notifications-go:latest [2020-12-21T16:37:34.203Z]  Building docker-support-notifications-go ... done Removing intermediate container 89d9eddd337c [2020-12-21T16:37:34.203Z] ---> de2d1a83d076 [2020-12-21T16:37:34.203Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-21T16:37:34.203Z] ---> Running in 66b3c4877b01 [2020-12-21T16:37:35.607Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-21T16:37:36.180Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-21T16:37:37.125Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-21T16:37:37.125Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-21T16:37:37.125Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-21T16:37:37.387Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-21T16:37:37.650Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-21T16:37:37.650Z] Executing busybox-1.31.1-r19.trigger [2020-12-21T16:37:37.650Z] OK: 8 MiB in 19 packages [2020-12-21T16:37:38.224Z] Removing intermediate container 66b3c4877b01 [2020-12-21T16:37:38.224Z] ---> 048525a00ac4 [2020-12-21T16:37:38.224Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-21T16:37:38.488Z] ---> 189090f103cc [2020-12-21T16:37:38.488Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-21T16:37:39.062Z] ---> c13deb63db31 [2020-12-21T16:37:39.062Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-21T16:37:39.324Z] ---> 3074b9a0f552 [2020-12-21T16:37:39.324Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-21T16:37:39.324Z] ---> Running in 444694d360fd [2020-12-21T16:37:39.586Z] Removing intermediate container 444694d360fd [2020-12-21T16:37:39.586Z] ---> 1680d33e3aff [2020-12-21T16:37:39.586Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-21T16:37:39.586Z] ---> Running in 4d13fff0ffe7 [2020-12-21T16:37:39.848Z] Removing intermediate container 4d13fff0ffe7 [2020-12-21T16:37:39.848Z] ---> e3bb80953c58 [2020-12-21T16:37:39.848Z] Step 21/23 : LABEL arch=x86_64 [2020-12-21T16:37:39.848Z] ---> Running in 4b6ddf38658a [2020-12-21T16:37:40.112Z] Removing intermediate container 4b6ddf38658a [2020-12-21T16:37:40.112Z] ---> 030f2c8cb0ff [2020-12-21T16:37:40.112Z] Step 22/23 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab [2020-12-21T16:37:40.112Z] ---> Running in e83431d40164 [2020-12-21T16:37:40.112Z] Removing intermediate container e83431d40164 [2020-12-21T16:37:40.112Z] ---> fca08cfaac3a [2020-12-21T16:37:40.112Z] Step 23/23 : LABEL version=0.0.0 [2020-12-21T16:37:40.387Z] ---> Running in 2377b040d387 [2020-12-21T16:37:40.387Z] Removing intermediate container 2377b040d387 [2020-12-21T16:37:40.387Z] ---> 27ffce1454e1 [2020-12-21T16:37:40.387Z] [2020-12-21T16:37:40.653Z] Successfully built 27ffce1454e1 [2020-12-21T16:37:40.653Z] Successfully tagged docker-core-data-go:latest [2020-12-21T16:37:40.936Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-21T16:37:40.958Z] $ docker stop --time=1 e1b13907d010ed44bedcd2ce687afa6f6d92a4194acbc96f9aa45cbf7cf2e2ba [2020-12-21T16:37:42.523Z] $ docker rm -f e1b13907d010ed44bedcd2ce687afa6f6d92a4194acbc96f9aa45cbf7cf2e2ba [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-21T16:37:43.065Z] + docker images [2020-12-21T16:37:43.065Z] + grep docker [2020-12-21T16:37:43.065Z] docker-core-data-go latest 27ffce1454e1 2 seconds ago 22.2MB [2020-12-21T16:37:43.065Z] docker-support-notifications-go latest 2ef6fab18f08 9 seconds ago 12.1MB [2020-12-21T16:37:43.065Z] docker-security-proxy-setup-go latest 11a668d5b842 17 seconds ago 24.7MB [2020-12-21T16:37:43.065Z] docker-sys-mgmt-agent-go latest a58c2e50ec57 21 seconds ago 313MB [2020-12-21T16:37:43.065Z] docker-support-scheduler-go latest 8377f5ae3571 25 seconds ago 10.8MB [2020-12-21T16:37:43.065Z] docker-security-secretstore-setup-go latest f5359c3dadfe About a minute ago 24.7MB [2020-12-21T16:37:43.065Z] docker-security-bootstrap-redis-go latest d4a7dd3d9945 About a minute ago 15.9MB [2020-12-21T16:37:43.065Z] docker-core-metadata-go latest ead632c938af About a minute ago 13MB [2020-12-21T16:37:43.065Z] docker-core-command-go latest 7b919bbc5137 About a minute ago 10.6MB [2020-12-21T16:37:43.065Z] docker latest 0040bc98e531 4 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-21T16:37:58.813Z] Still waiting to schedule task [2020-12-21T16:37:58.813Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-21T16:38:48.902Z] Running on prd-ubuntu18.04-docker-8c-8g-17071 in /w/workspace/edgexfoundry_edgex-go_PR-2958 [Pipeline] { [Pipeline] ws [2020-12-21T16:38:48.968Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:38:50.281Z] + echo snap-build.sh [2020-12-21T16:38:50.281Z] snap-build.sh [2020-12-21T16:38:50.281Z] + SNAP_BASE_DIR=. [2020-12-21T16:38:50.281Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2020-12-21T16:38:50.281Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2020-12-21T16:38:50.281Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2020-12-21T16:38:50.281Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2020-12-21T16:38:50.281Z] + cd /w/workspace/edgex-go/3 [2020-12-21T16:38:50.281Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-21T16:38:50.281Z] Reading package lists... [2020-12-21T16:38:50.281Z] Building dependency tree... [2020-12-21T16:38:50.281Z] Reading state information... [2020-12-21T16:38:50.563Z] The following packages were automatically installed and are no longer required: [2020-12-21T16:38:50.564Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-21T16:38:50.564Z] uidmap xdelta3 [2020-12-21T16:38:50.564Z] Use 'sudo apt autoremove' to remove them. [2020-12-21T16:38:50.564Z] The following packages will be REMOVED: [2020-12-21T16:38:50.564Z] lxd* lxd-client* [2020-12-21T16:38:50.825Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-21T16:38:50.825Z] After this operation, 31.7 MB disk space will be freed. [2020-12-21T16:38:51.872Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-21T16:38:51.872Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-21T16:38:52.835Z] Removing lxd dnsmasq configuration [2020-12-21T16:38:52.835Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-21T16:38:52.835Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-21T16:38:53.776Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-21T16:38:53.776Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-21T16:38:54.037Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-21T16:38:54.983Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-21T16:38:55.254Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-21T16:38:56.198Z] + sudo snap remove --purge lxd [2020-12-21T16:38:56.460Z] snap "lxd" is not installed [2020-12-21T16:38:56.460Z] + sudo groupadd --force --system lxd [2020-12-21T16:38:56.460Z] ++ whoami [2020-12-21T16:38:56.460Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-21T16:38:56.460Z] + newgrp - lxd [2020-12-21T16:38:56.460Z] + sudo snap install lxd [2020-12-21T16:39:03.060Z] 2020-12-21T16:39:01Z INFO Waiting for automatic snapd restart... [2020-12-21T16:39:17.969Z] lxd 4.9 from Canonical* installed [2020-12-21T16:39:17.969Z] + sudo lxd init --auto [2020-12-21T16:39:26.119Z] + sudo snap install --classic snapcraft [2020-12-21T16:39:30.330Z] snapcraft 4.4.4 from Canonical* installed [2020-12-21T16:39:30.330Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-21T16:39:30.330Z] + sudo snapcraft prime --use-lxd [2020-12-21T16:39:31.715Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2020-12-21T16:39:31.715Z] Could not find snap/snapcraft.yaml. Are you sure you are in the right directory? [2020-12-21T16:39:31.715Z] To start a new project, use `snapcraft init` [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-21T16:39:32.413Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:39:34.372Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:39:35.258Z] ---> package-listing.sh [2020-12-21T16:39:35.258Z] ++ facter osfamily [2020-12-21T16:39:35.258Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-21T16:39:35.258Z] + OS_FAMILY=redhat [2020-12-21T16:39:35.258Z] + workspace=/w/workspace/edgex-go/3 [2020-12-21T16:39:35.258Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-21T16:39:35.258Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-21T16:39:35.258Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-21T16:39:35.258Z] + PACKAGES=/tmp/packages_start.txt [2020-12-21T16:39:35.258Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-21T16:39:35.258Z] + PACKAGES=/tmp/packages_end.txt [2020-12-21T16:39:35.258Z] + case "${OS_FAMILY}" in [2020-12-21T16:39:35.258Z] + rpm -qa [2020-12-21T16:39:35.258Z] + sort [2020-12-21T16:39:40.562Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-21T16:39:40.563Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-21T16:39:40.563Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-21T16:39:40.563Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-21T16:39:40.563Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-12-21T16:39:40.563Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-12-21T16:39:40.577Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-21T16:39:40.868Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:39:41.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T16:39:41.173Z] [2020-12-21T16:39:41.173Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-21T16:39:41.524Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T16:39:41.524Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-21T16:39:41.524Z] df20fa9351a1: Pulling fs layer [2020-12-21T16:39:41.524Z] 36b3adc4ff6f: Pulling fs layer [2020-12-21T16:39:41.524Z] 8ad3a11d3b57: Pulling fs layer [2020-12-21T16:39:41.524Z] 46f8f816bc3b: Pulling fs layer [2020-12-21T16:39:41.524Z] 93b61091891f: Pulling fs layer [2020-12-21T16:39:41.524Z] 93b9cdb0e59b: Pulling fs layer [2020-12-21T16:39:41.524Z] 5e14af77c1be: Pulling fs layer [2020-12-21T16:39:41.524Z] 01666e4c0597: Pulling fs layer [2020-12-21T16:39:41.524Z] aa168da1d23b: Pulling fs layer [2020-12-21T16:39:41.524Z] 46f8f816bc3b: Waiting [2020-12-21T16:39:41.524Z] 93b61091891f: Waiting [2020-12-21T16:39:41.524Z] 93b9cdb0e59b: Waiting [2020-12-21T16:39:41.524Z] 01666e4c0597: Waiting [2020-12-21T16:39:41.524Z] aa168da1d23b: Waiting [2020-12-21T16:39:41.524Z] 5e14af77c1be: Waiting [2020-12-21T16:39:41.524Z] 36b3adc4ff6f: Download complete [2020-12-21T16:39:41.524Z] 46f8f816bc3b: Verifying Checksum [2020-12-21T16:39:41.789Z] df20fa9351a1: Verifying Checksum [2020-12-21T16:39:41.789Z] 93b61091891f: Verifying Checksum [2020-12-21T16:39:41.789Z] 93b61091891f: Download complete [2020-12-21T16:39:41.789Z] 93b9cdb0e59b: Verifying Checksum [2020-12-21T16:39:41.789Z] 93b9cdb0e59b: Download complete [2020-12-21T16:39:41.789Z] 5e14af77c1be: Verifying Checksum [2020-12-21T16:39:41.789Z] 5e14af77c1be: Download complete [2020-12-21T16:39:41.789Z] 01666e4c0597: Verifying Checksum [2020-12-21T16:39:41.789Z] 01666e4c0597: Download complete [2020-12-21T16:39:42.066Z] df20fa9351a1: Pull complete [2020-12-21T16:39:42.330Z] 36b3adc4ff6f: Pull complete [2020-12-21T16:39:42.597Z] 8ad3a11d3b57: Verifying Checksum [2020-12-21T16:39:42.597Z] 8ad3a11d3b57: Download complete [2020-12-21T16:39:43.564Z] 8ad3a11d3b57: Pull complete [2020-12-21T16:39:43.564Z] 46f8f816bc3b: Pull complete [2020-12-21T16:39:44.544Z] aa168da1d23b: Verifying Checksum [2020-12-21T16:39:44.544Z] aa168da1d23b: Download complete [2020-12-21T16:39:46.461Z] 93b61091891f: Pull complete [2020-12-21T16:39:46.461Z] 93b9cdb0e59b: Pull complete [2020-12-21T16:39:46.722Z] 5e14af77c1be: Pull complete [2020-12-21T16:39:46.722Z] 01666e4c0597: Pull complete [2020-12-21T16:39:53.342Z] aa168da1d23b: Pull complete [2020-12-21T16:39:53.915Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-21T16:39:53.915Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-21T16:39:53.915Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-21T16:39:54.178Z] prd-centos7-docker-4c-2g-17067 does not seem to be running inside a container [2020-12-21T16:39:54.229Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-21T16:40:01.880Z] $ docker top a34fcbe21080698008fbda65a8de98a76e1695592333df3b7c0992a606fe2af0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-21T16:40:02.495Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-21T16:40:02.800Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-21T16:40:03.105Z] + ls /var/log/sa-host [2020-12-21T16:40:03.105Z] + sadf -c /var/log/sa-host/sa21 [2020-12-21T16:40:03.105Z] file_magic: OK [2020-12-21T16:40:03.105Z] HZ: Using current value: 100 [2020-12-21T16:40:03.105Z] file_header: OK [2020-12-21T16:40:03.105Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-21T16:40:03.105Z] Statistics: [2020-12-21T16:40:03.105Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-21T16:40:03.105Z] File successfully converted to sysstat format version 12.2.1 [2020-12-21T16:40:03.105Z] + sadf -c /var/log/sa-host/sa23 [2020-12-21T16:40:03.105Z] file_magic: OK [2020-12-21T16:40:03.105Z] HZ: Using current value: 100 [2020-12-21T16:40:03.105Z] file_header: OK [2020-12-21T16:40:03.105Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-21T16:40:03.105Z] Statistics: [2020-12-21T16:40:03.105Z] Hnuu...uuuununununu... [2020-12-21T16:40:03.105Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-21T16:40:03.370Z] provisioning config files... [2020-12-21T16:40:03.392Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1405716225980000948tmp [Pipeline] { [Pipeline] echo [2020-12-21T16:40:03.462Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:40:03.762Z] ---> create-netrc.sh [Pipeline] } [2020-12-21T16:40:03.771Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-21T16:40:03.868Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:40:04.168Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-21T16:40:04.179Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:40:04.476Z] ---> sudo-logs.sh [2020-12-21T16:40:04.476Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-21T16:40:04.486Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:40:05.433Z] ---> job-cost.sh [2020-12-21T16:40:05.433Z] lf-activate-venv: SKIPPING [2020-12-21T16:40:05.433Z] INFO: No Stack... [2020-12-21T16:40:06.388Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-21T16:40:06.963Z] INFO: Archiving Costs [Pipeline] echo [2020-12-21T16:40:06.978Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-21T16:40:07.276Z] ---> logs-deploy.sh [2020-12-21T16:40:07.276Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2958/3 [2020-12-21T16:40:07.276Z] INFO: archiving workspace using pattern(s): [2020-12-21T16:40:08.757Z] Archives upload complete. [2020-12-21T16:40:08.757Z] INFO: archiving logs to Nexus [2020-12-21T16:40:09.764Z] ---> uname -a: [2020-12-21T16:40:09.765Z] Linux prd-centos7-docker-4c-2g-17067.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-21T16:40:09.765Z] [2020-12-21T16:40:09.765Z] [2020-12-21T16:40:09.765Z] ---> lscpu: [2020-12-21T16:40:09.765Z] Architecture: x86_64 [2020-12-21T16:40:09.765Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-21T16:40:09.765Z] Byte Order: Little Endian [2020-12-21T16:40:09.765Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-21T16:40:09.765Z] CPU(s): 4 [2020-12-21T16:40:09.765Z] On-line CPU(s) list: 0-3 [2020-12-21T16:40:09.765Z] Thread(s) per core: 1 [2020-12-21T16:40:09.765Z] Core(s) per socket: 1 [2020-12-21T16:40:09.765Z] Socket(s): 4 [2020-12-21T16:40:09.765Z] NUMA node(s): 1 [2020-12-21T16:40:09.765Z] Vendor ID: GenuineIntel [2020-12-21T16:40:09.765Z] CPU family: 6 [2020-12-21T16:40:09.765Z] Model: 44 [2020-12-21T16:40:09.765Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-21T16:40:09.765Z] Stepping: 1 [2020-12-21T16:40:09.765Z] CPU MHz: 2933.442 [2020-12-21T16:40:09.765Z] BogoMIPS: 5866.88 [2020-12-21T16:40:09.765Z] Virtualization: VT-x [2020-12-21T16:40:09.765Z] Hypervisor vendor: KVM [2020-12-21T16:40:09.765Z] Virtualization type: full [2020-12-21T16:40:09.765Z] L1d cache: 128 KiB [2020-12-21T16:40:09.765Z] L1i cache: 128 KiB [2020-12-21T16:40:09.765Z] L2 cache: 16 MiB [2020-12-21T16:40:09.765Z] L3 cache: 64 MiB [2020-12-21T16:40:09.765Z] NUMA node0 CPU(s): 0-3 [2020-12-21T16:40:09.765Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-21T16:40:09.765Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-21T16:40:09.765Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-21T16:40:09.765Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-21T16:40:09.765Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-21T16:40:09.765Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-21T16:40:09.765Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-21T16:40:09.765Z] Vulnerability Srbds: Not affected [2020-12-21T16:40:09.765Z] Vulnerability Tsx async abort: Not affected [2020-12-21T16:40:09.765Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-12-21T16:40:09.765Z] [2020-12-21T16:40:09.765Z] [2020-12-21T16:40:09.765Z] ---> nproc: [2020-12-21T16:40:09.765Z] 4 [2020-12-21T16:40:09.765Z] [2020-12-21T16:40:09.765Z] [2020-12-21T16:40:09.765Z] ---> df -h: [2020-12-21T16:40:09.765Z] Filesystem Size Used Available Use% Mounted on [2020-12-21T16:40:09.765Z] overlay 50.0G 12.4G 37.6G 25% / [2020-12-21T16:40:09.765Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-21T16:40:09.765Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-21T16:40:09.765Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-21T16:40:09.765Z] /dev/vda1 50.0G 12.4G 37.6G 25% /facter-os [2020-12-21T16:40:09.765Z] /dev/vda1 50.0G 12.4G 37.6G 25% /etc/resolv.conf [2020-12-21T16:40:09.765Z] /dev/vda1 50.0G 12.4G 37.6G 25% /etc/hostname [2020-12-21T16:40:09.765Z] /dev/vda1 50.0G 12.4G 37.6G 25% /etc/hosts [2020-12-21T16:40:09.765Z] /dev/vda1 50.0G 12.4G 37.6G 25% /run/cloud-init/result.json [2020-12-21T16:40:09.765Z] /dev/vda1 50.0G 12.4G 37.6G 25% /var/log/sa-host [2020-12-21T16:40:09.765Z] /dev/vda1 50.0G 12.4G 37.6G 25% /var/log/secure [2020-12-21T16:40:09.765Z] /dev/vda1 50.0G 12.4G 37.6G 25% /var/log/auth.log [2020-12-21T16:40:09.765Z] /dev/vda1 50.0G 12.4G 37.6G 25% /w/workspace/edgex-go/3@tmp [2020-12-21T16:40:09.765Z] /dev/vda1 50.0G 12.4G 37.6G 25% /w/workspace/edgex-go/3 [2020-12-21T16:40:09.765Z] [2020-12-21T16:40:09.765Z] [2020-12-21T16:40:09.765Z] ---> free -m: [2020-12-21T16:40:09.765Z] total used free shared buff/cache available [2020-12-21T16:40:09.765Z] Mem: 1837 711 141 0 984 1039 [2020-12-21T16:40:09.765Z] Swap: 1023 58 965 [2020-12-21T16:40:09.765Z] [2020-12-21T16:40:09.765Z]