Pull request #3780 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0+2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 (11cc40ee23c876655fa026b6248a6250efc95dc7) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh4113781257525628421.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh8041497802474531680.key > 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 d6bf42d899a6140169a1fadeb6f44df9cdc48750 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3011063369906875489.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d6bf42d899a6140169a1fadeb6f44df9cdc48750 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d6bf42d899a6140169a1fadeb6f44df9cdc48750 # timeout=10 Commit message: "Merge pull request #360 from ernestojeda/fix-alpine-3-14-seccomp-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2977152640579322723.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3780/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8901747842682707920.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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/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.16 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-40 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git 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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/6@tmp/jenkins-gitclient-ssh1116404535384774779.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0 Merge succeeded, producing 0d8da8941b190b880e19c2b7bf818eee88b99c2a Checking out Revision 0d8da8941b190b880e19c2b7bf818eee88b99c2a (PR-3780) > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/6@tmp/jenkins-gitclient-ssh1330553974494216408.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/6@tmp/jenkins-gitclient-ssh1086239123518802707.key > git merge 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0d8da8941b190b880e19c2b7bf818eee88b99c2a # timeout=10 Commit message: "Merge commit '2c337aa67f7f49cab4b4922dfb9771da0d6f35f3' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:21:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:21:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:21:53 ========================================================= 18:21:53 EdgeX Global Pipelines Version Info 18:21:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:21:54 ------------------- 18:21:54 stable info: 18:21:54 ------------------- 18:21:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:21:54 Commit SHA: d6bf42d899a6140169a1fadeb6f44df9cdc48750 18:21:54 Message: update stable to v1.0.210 > git rev-list --no-walk e097a24377ed6a60b08e88edc3f7fc25bd6d6393 # timeout=10 18:21:54 ------------------- 18:21:54 experimental info: 18:21:54 ------------------- 18:21:54 Commited By: **** collab-it+edgex@linuxfoundation.org 18:21:54 Commit SHA: 9a07f3f07dd1acff74ab8b51a5ea399813bb16af 18:21:54 Message: update experimental to v1.0.211 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3780 [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3780 [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3780 [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0d8da8941b190b880e19c2b7bf818eee88b99c2a [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0d8da89 [Pipeline] echo 18:21:55 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:21:55 provisioning config files... 18:21:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config8984399549652911105tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:21:55 ---> docker-login.sh 18:21:55 nexus3.edgexfoundry.org:10001 18:21:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:55 Configure a credential helper to remove this warning. See 18:21:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:55 18:21:55 Login Succeeded 18:21:55 nexus3.edgexfoundry.org:10002 18:21:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:55 Configure a credential helper to remove this warning. See 18:21:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:55 18:21:55 Login Succeeded 18:21:55 nexus3.edgexfoundry.org:10003 18:21:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:55 Configure a credential helper to remove this warning. See 18:21:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:55 18:21:55 Login Succeeded 18:21:55 nexus3.edgexfoundry.org:10004 18:21:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:56 Configure a credential helper to remove this warning. See 18:21:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:56 18:21:56 Login Succeeded 18:21:56 docker.io 18:21:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:21:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:21:56 Configure a credential helper to remove this warning. See 18:21:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:21:56 18:21:56 Login Succeeded 18:21:56 ---> docker-login.sh ends [Pipeline] } 18:21:56 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:21:56 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 18:21:56 + for file in '`ls cmd/**/Dockerfile`' 18:21:56 ++ dirname cmd/core-command/Dockerfile 18:21:56 ++ cut -d/ -f2 18:21:56 + echo core-command,cmd/core-command/Dockerfile 18:21:56 + for file in '`ls cmd/**/Dockerfile`' 18:21:56 ++ dirname cmd/core-data/Dockerfile 18:21:56 ++ cut -d/ -f2 18:21:56 + echo core-data,cmd/core-data/Dockerfile 18:21:56 + for file in '`ls cmd/**/Dockerfile`' 18:21:56 ++ dirname cmd/core-metadata/Dockerfile 18:21:56 ++ cut -d/ -f2 18:21:56 + echo core-metadata,cmd/core-metadata/Dockerfile 18:21:56 + for file in '`ls cmd/**/Dockerfile`' 18:21:56 ++ dirname cmd/security-bootstrapper/Dockerfile 18:21:56 ++ cut -d/ -f2 18:21:56 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:21:56 + for file in '`ls cmd/**/Dockerfile`' 18:21:56 ++ dirname cmd/security-proxy-setup/Dockerfile 18:21:56 ++ cut -d/ -f2 18:21:56 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:21:56 + for file in '`ls cmd/**/Dockerfile`' 18:21:56 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:21:56 ++ cut -d/ -f2 18:21:56 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:21:56 + for file in '`ls cmd/**/Dockerfile`' 18:21:56 ++ dirname cmd/support-notifications/Dockerfile 18:21:56 ++ cut -d/ -f2 18:21:56 + echo support-notifications,cmd/support-notifications/Dockerfile 18:21:56 + for file in '`ls cmd/**/Dockerfile`' 18:21:56 ++ dirname cmd/support-scheduler/Dockerfile 18:21:56 ++ cut -d/ -f2 18:21:56 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:21:56 + for file in '`ls cmd/**/Dockerfile`' 18:21:56 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:21:56 ++ cut -d/ -f2 18:21:56 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:21:56 Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 18:21:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:21:57 18:21:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:21:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:21:57 latest: Pulling from edgex-devops/git-semver 18:21:57 a0d0a0d46f8b: Pulling fs layer 18:21:57 3e5f54012d9b: Pulling fs layer 18:21:57 4c7163046ea9: Pulling fs layer 18:21:57 0c2d73faf560: Pulling fs layer 18:21:57 0c2d73faf560: Waiting 18:21:57 3e5f54012d9b: Download complete 18:21:57 a0d0a0d46f8b: Verifying Checksum 18:21:57 a0d0a0d46f8b: Download complete 18:21:57 4c7163046ea9: Verifying Checksum 18:21:57 4c7163046ea9: Download complete 18:21:57 0c2d73faf560: Verifying Checksum 18:21:57 0c2d73faf560: Download complete 18:21:57 a0d0a0d46f8b: Pull complete 18:21:57 3e5f54012d9b: Pull complete 18:21:58 4c7163046ea9: Pull complete 18:21:58 0c2d73faf560: Pull complete 18:21:58 Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 18:21:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:21:58 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:21:58 prd-centos7-docker-4c-2g-40 does not seem to be running inside a container 18:21:58 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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:10004/edgex-devops/git-semver:latest cat 18:21:59 $ docker top 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:21:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:21:59 [ssh-agent] Looking for ssh-agent implementation... 18:21:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:21:59 $ docker exec 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b ssh-agent 18:21:59 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXoeLBCF/agent.14 18:21:59 SSH_AGENT_PID=20 18:21:59 Running ssh-add (command line suppressed) 18:21:59 Identity added: /w/workspace/edgex-go/6@tmp/private_key_5575421561687296484.key (/w/workspace/edgex-go/6@tmp/private_key_5575421561687296484.key) 18:21:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:21:59 + git tag --points-at HEAD [Pipeline] } 18:21:59 $ docker exec --env ******** --env ******** 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b ssh-agent -k 18:21:59 unset SSH_AUTH_SOCK; 18:21:59 unset SSH_AGENT_PID; 18:21:59 echo Agent pid 20 killed; 18:21:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:21:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:21:59 [ssh-agent] Looking for ssh-agent implementation... 18:22:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:22:00 $ docker exec 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b ssh-agent 18:22:00 SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLndlej/agent.55 18:22:00 SSH_AGENT_PID=61 18:22:00 Running ssh-add (command line suppressed) 18:22:00 Identity added: /w/workspace/edgex-go/6@tmp/private_key_8361300190676467779.key (/w/workspace/edgex-go/6@tmp/private_key_8361300190676467779.key) 18:22:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:22:00 + git semver init 18:22:00 # -> Open(): unable to determine branch for HEAD 18:22:00 # $GIT_DIR = /w/workspace/edgex-go/6/.git 18:22:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 18:22:00 # $SEMVER_REMOTE_NAME = origin 18:22:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:22:00 # $SEMVER_USER_NAME = edgex-jenkins 18:22:00 # $SEMVER_BRANCH = PR-3780 18:22:00 # $SEMVER_TEMP = /tmp/semver-411710936 18:22:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:22:56 # '/tmp/semver-411710936' -> '/w/workspace/edgex-go/6/.semver' 18:22:56 # -> Force: false 18:22:56 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 18:22:56 $ docker exec --env ******** --env ******** 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b ssh-agent -k 18:22:57 unset SSH_AUTH_SOCK; 18:22:57 unset SSH_AGENT_PID; 18:22:57 echo Agent pid 61 killed; 18:22:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:22:57 + git semver [Pipeline] } 18:22:57 $ docker stop --time=1 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b 18:22:59 $ docker rm -f 0481e89651420ef5add617693f5d219d9ee3f15812fbd23dd2374dda3ea2396b [Pipeline] // withDockerContainer [Pipeline] sh 18:22:59 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:22:59 Stashed 1 file(s) [Pipeline] echo 18:22:59 [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] echo 18:22:59 ========================================================= 18:22:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 18:22:59 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:23:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:23:00 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 18:23:00 a0d0a0d46f8b: Already exists 18:23:00 31adcdaf11c8: Pulling fs layer 18:23:00 b8b176561691: Pulling fs layer 18:23:00 4527c011a84f: Pulling fs layer 18:23:00 5d74067f8e1e: Pulling fs layer 18:23:00 e0aca202a116: Pulling fs layer 18:23:00 3a43be97a3b4: Pulling fs layer 18:23:00 34cad66bf833: Pulling fs layer 18:23:00 b4e3c513aaa6: Pulling fs layer 18:23:00 5d74067f8e1e: Waiting 18:23:00 e0aca202a116: Waiting 18:23:00 3a43be97a3b4: Waiting 18:23:00 34cad66bf833: Waiting 18:23:00 b4e3c513aaa6: Waiting 18:23:00 b8b176561691: Verifying Checksum 18:23:00 b8b176561691: Download complete 18:23:00 31adcdaf11c8: Verifying Checksum 18:23:00 31adcdaf11c8: Download complete 18:23:00 5d74067f8e1e: Verifying Checksum 18:23:00 5d74067f8e1e: Download complete 18:23:00 e0aca202a116: Verifying Checksum 18:23:00 e0aca202a116: Download complete 18:23:00 3a43be97a3b4: Verifying Checksum 18:23:00 3a43be97a3b4: Download complete 18:23:00 31adcdaf11c8: Pull complete 18:23:00 34cad66bf833: Verifying Checksum 18:23:00 34cad66bf833: Download complete 18:23:00 b8b176561691: Pull complete 18:23:00 b4e3c513aaa6: Verifying Checksum 18:23:00 b4e3c513aaa6: Download complete 18:23:00 4527c011a84f: Verifying Checksum 18:23:00 4527c011a84f: Download complete 18:23:05 4527c011a84f: Pull complete 18:23:05 5d74067f8e1e: Pull complete 18:23:05 e0aca202a116: Pull complete 18:23:05 3a43be97a3b4: Pull complete 18:23:05 34cad66bf833: Pull complete 18:23:07 b4e3c513aaa6: Pull complete 18:23:07 Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 18:23:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:23:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh 18:23:07 + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:23:07 WORKDIR /edgex 18:23:07 COPY go.mod . 18:23:07 RUN go mod download' 18:23:07 + docker build -t ci-base-image-x86_64 -f - . 18:23:09 Sending build context to Docker daemon 329.8MB 18:23:09 Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 18:23:09 ---> 9f6097aaca64 18:23:09 Step 2/4 : WORKDIR /edgex 18:23:11 ---> Running in 146652de26be 18:23:11 Removing intermediate container 146652de26be 18:23:11 ---> df70863a63a4 18:23:11 Step 3/4 : COPY go.mod . 18:23:11 ---> 4214a32a7f87 18:23:11 Step 4/4 : RUN go mod download 18:23:11 ---> Running in bc392e2bed1a 18:23:14 Still waiting to schedule task 18:23:14 ‘prd-ubuntu18.04-docker-arm64-4c-16g-33’ is offline 18:23:43 Removing intermediate container bc392e2bed1a 18:23:43 ---> b115123a7f28 18:23:43 Successfully built b115123a7f28 18:23:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:23:43 + docker inspect -f . ci-base-image-x86_64 18:23:43 . [Pipeline] withDockerContainer 18:23:44 prd-centos7-docker-4c-2g-40 does not seem to be running inside a container 18:23:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:23:44 $ docker top 2619ad830ff4dfab2378cace768c7650b5261303e0c4b3f9fb474c5873de1b63 -eo pid,comm [Pipeline] { [Pipeline] sh 18:23:44 + go version 18:23:44 go version go1.16.8 linux/amd64 [Pipeline] } 18:23:44 $ docker stop --time=1 2619ad830ff4dfab2378cace768c7650b5261303e0c4b3f9fb474c5873de1b63 18:23:45 $ docker rm -f 2619ad830ff4dfab2378cace768c7650b5261303e0c4b3f9fb474c5873de1b63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:23:46 + docker inspect -f . ci-base-image-x86_64 18:23:46 . [Pipeline] withDockerContainer 18:23:46 prd-centos7-docker-4c-2g-40 does not seem to be running inside a container 18:23:46 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 18:23:46 $ docker top d59487f802586d7dd362f2cb2b0e05f2c36b2f7ee6567a83cb9e0f92d54ce064 -eo pid,comm [Pipeline] { [Pipeline] echo 18:23:46 ========================================================= 18:23:46 [edgeXBuildGoParallel] Running Tests and Build... 18:23:46 ========================================================= [Pipeline] fileExists [Pipeline] sh 18:23:47 + make test 18:23:47 go mod tidy 18:23:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:23:52 ? github.com/edgexfoundry/edgex-go [no test files] 18:24:10 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:24:14 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:24:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:24:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:24:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:24:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:24:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:24:17 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:24:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:24:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:24:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:24:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:24:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] 18:24:20 ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.043s coverage: 28.7% of statements 18:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.058s coverage: 98.5% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] 18:24:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.067s coverage: 44.7% of statements 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:24:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:24:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.139s coverage: 89.5% of statements 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] 18:24:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] 18:24:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.047s coverage: 84.4% of statements 18:24:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:24:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] 18:24:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] 18:24:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:24:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:24:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.255s coverage: 94.2% of statements 18:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] 18:24:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] 18:24:24 ok github.com/edgexfoundry/edgex-go/internal/io 0.055s coverage: 59.1% of statements 18:24:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:24:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] 18:24:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] 18:24:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:24:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:24:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.045s coverage: 60.0% of statements 18:24:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:24:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:24:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:24:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.043s coverage: 0.9% of statements 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] 18:24:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 18:24:25 ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.040s coverage: 21.7% of statements 18:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.042s coverage: 47.1% of statements 18:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.050s coverage: 79.5% of statements 18:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.043s coverage: 94.1% of statements 18:24:26 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements 18:24:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.045s coverage: 87.5% of statements 18:24:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.056s coverage: 94.4% of statements 18:24:39 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements 18:24:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 15.171s coverage: 82.5% of statements 18:24:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.031s coverage: 65.1% of statements 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.059s coverage: 87.2% of statements 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.042s coverage: 100.0% of statements 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 58.8% of statements 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.0% of statements 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.054s coverage: 87.2% of statements 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.062s coverage: 85.4% of statements 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.142s coverage: 91.2% of statements 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.114s coverage: 64.4% of statements 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.032s coverage: 89.4% of statements 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.019s coverage: 100.0% of statements 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.029s coverage: 73.7% of statements 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.203s coverage: 65.4% of statements 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 18:25:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.124s coverage: 43.8% of statements 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:25:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:25:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.049s coverage: 89.5% of statements 18:25:02 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 18:25:02 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.048s coverage: 84.8% of statements 18:25:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] 18:25:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.069s coverage: 17.7% of statements 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:25:09 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.119s coverage: 92.3% of statements 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] 18:25:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 63.2% of statements 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:25:09 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.093s coverage: 97.7% of statements 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] 18:25:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.051s coverage: 28.9% of statements 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] 18:25:09 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:25:09 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.052s coverage: 100.0% of statements 18:25:09 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.031s coverage: 96.9% of statements 18:25:09 if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi 18:25:41 GO111MODULE=on go vet ./... 18:25:51 gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") 18:25:51 [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] 18:25:51 ./bin/test-attribution-txt.sh [Pipeline] sh 18:25:51 + ls -al . 18:25:51 total 636 18:25:51 drwxrwxr-x 10 1001 1001 4096 Oct 28 18:25 . 18:25:51 drwxr-xr-x 4 root root 28 Oct 28 18:23 .. 18:25:51 -rw-rw-r-- 1 1001 1001 11 Oct 28 18:21 .dockerignore 18:25:51 drwxrwxr-x 8 1001 1001 179 Oct 28 18:21 .git 18:25:51 drwxrwxr-x 4 1001 1001 142 Oct 28 18:21 .github 18:25:51 -rw-rw-r-- 1 1001 1001 804 Oct 28 18:21 .gitignore 18:25:51 -rw-rw-r-- 1 1001 1001 42 Oct 28 18:21 .golangci.yml 18:25:51 -rw-rw-r-- 1 1001 1001 76 Oct 28 18:21 .hadolint.yml 18:25:51 drwx------ 3 1001 1001 58 Oct 28 18:22 .semver 18:25:51 -rw-rw-r-- 1 1001 1001 166 Oct 28 18:21 .sonarcloud.properties 18:25:51 -rw-rw-r-- 1 1001 1001 1171 Oct 28 18:21 ADOPTERS.md 18:25:51 -rw-rw-r-- 1 1001 1001 8910 Oct 28 18:21 Attribution.txt 18:25:51 -rw-rw-r-- 1 1001 1001 43881 Oct 28 18:21 CHANGELOG.md 18:25:51 -rw-rw-r-- 1 1001 1001 3804 Oct 28 18:21 CONTRIBUTING.md 18:25:51 -rw-rw-r-- 1 1001 1001 677 Oct 28 18:21 GOVERNANCE.md 18:25:51 -rw-rw-r-- 1 1001 1001 849 Oct 28 18:21 Jenkinsfile 18:25:51 -rw-rw-r-- 1 1001 1001 10775 Oct 28 18:21 LICENSE 18:25:51 -rw-rw-r-- 1 1001 1001 6508 Oct 28 18:21 Makefile 18:25:51 -rw-rw-r-- 1 1001 1001 582 Oct 28 18:21 OWNERS.md 18:25:51 -rw-rw-r-- 1 1001 1001 8256 Oct 28 18:21 README.md 18:25:51 -rw-rw-r-- 1 1001 1001 6912 Oct 28 18:21 SECURITY.md 18:25:51 -rw-rw-r-- 1 1001 1001 5 Oct 28 18:22 VERSION 18:25:51 -rw-rw-r-- 1 1001 1001 4131 Oct 28 18:21 ZMQWindows.md 18:25:51 drwxrwxr-x 2 1001 1001 37 Oct 28 18:21 bin 18:25:51 drwxrwxr-x 14 1001 1001 4096 Oct 28 18:21 cmd 18:25:51 -rw-r--r-- 1 root root 428381 Oct 28 18:25 coverage.out 18:25:51 -rw-rw-r-- 1 1001 1001 848 Oct 28 18:21 go.mod 18:25:51 -rw-rw-r-- 1 1001 1001 50525 Oct 28 18:21 go.sum 18:25:51 drwxrwxr-x 8 1001 1001 124 Oct 28 18:21 internal 18:25:51 drwxrwxr-x 3 1001 1001 16 Oct 28 18:21 openapi 18:25:51 drwxrwxr-x 4 1001 1001 71 Oct 28 18:21 snap 18:25:51 -rw-rw-r-- 1 1001 1001 204 Oct 28 18:21 version.go [Pipeline] sh 18:25:52 + '[' -e coverage.out ] 18:25:52 + chown 1001:1001 coverage.out [Pipeline] stash 18:25:52 Stashed 1 file(s) [Pipeline] sh 18:25:52 + make build 18:25:52 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 18:25:54 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 18:26:00 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 18:26:01 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 18:26:02 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 18:26:02 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 18:26:03 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 18:26:04 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 18:26:05 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 18:26:06 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 18:26:06 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 18:26:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 18:26:09 $ docker stop --time=1 d59487f802586d7dd362f2cb2b0e05f2c36b2f7ee6567a83cb9e0f92d54ce064 18:26:10 $ docker rm -f d59487f802586d7dd362f2cb2b0e05f2c36b2f7ee6567a83cb9e0f92d54ce064 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:12 18:26:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:26:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:13 latest: Pulling from edgex-devops/edgex-compose 18:26:13 cbdbe7a5bc2a: Pulling fs layer 18:26:13 ca9280d653b3: Pulling fs layer 18:26:13 7e9c9ca2126c: Pulling fs layer 18:26:13 cbdbe7a5bc2a: Verifying Checksum 18:26:13 cbdbe7a5bc2a: Download complete 18:26:13 ca9280d653b3: Verifying Checksum 18:26:13 ca9280d653b3: Download complete 18:26:13 cbdbe7a5bc2a: Pull complete 18:26:13 7e9c9ca2126c: Verifying Checksum 18:26:13 7e9c9ca2126c: Download complete 18:26:14 ca9280d653b3: Pull complete 18:26:18 7e9c9ca2126c: Pull complete 18:26:18 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:26:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:18 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:26:18 prd-centos7-docker-4c-2g-40 does not seem to be running inside a container 18:26:18 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:26:21 $ docker top 7116fa3439d4ddecb1d448f49650264d5e6141b340f3c0475c97f947e3eaad1b -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:21 + docker-compose build --help 18:26:21 + grep parallel 18:26:21 --parallel Build images in parallel. [Pipeline] } 18:26:21 $ docker stop --time=1 7116fa3439d4ddecb1d448f49650264d5e6141b340f3c0475c97f947e3eaad1b 18:26:23 $ docker rm -f 7116fa3439d4ddecb1d448f49650264d5e6141b340f3c0475c97f947e3eaad1b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:26:23 . [Pipeline] withDockerContainer 18:26:23 prd-centos7-docker-4c-2g-40 does not seem to be running inside a container 18:26:23 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 18:26:23 $ docker top 1763db496f802588973b9e3686edb08b74efe4c6f032a5a377e4efb0876505dd -eo pid,comm [Pipeline] { [Pipeline] sh 18:26:24 + docker-compose -f ./docker-compose-build.yml build --parallel 18:26:24 Building core-command ... 18:26:24 Building core-data ... 18:26:24 Building core-metadata ... 18:26:24 Building security-bootstrapper ... 18:26:24 Building security-proxy-setup ... 18:26:24 Building security-secretstore-setup ... 18:26:24 Building support-notifications ... 18:26:24 Building support-scheduler ... 18:26:24 Building sys-mgmt-agent ... 18:26:24 Building support-notifications 18:26:24 Building core-metadata 18:26:24 Building support-scheduler 18:26:24 Building security-secretstore-setup 18:26:24 Building security-proxy-setup 18:26:34 Step 1/24 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:26:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:26:34 ---> b115123a7f28 18:26:34 Step 3/24 : WORKDIR /edgex-go 18:26:35 Step 1/20 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:26:35 Step 2/20 : FROM ${BUILDER_BASE} AS builder 18:26:35 ---> b115123a7f28 18:26:35 Step 3/20 : WORKDIR /edgex-go 18:26:37 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:26:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:26:37 ---> b115123a7f28 18:26:37 Step 3/22 : WORKDIR /edgex-go 18:26:40 ---> Running in 7447229d2fd1 18:26:40 ---> Running in 9007c2302cf3 18:26:40 ---> Running in 78749181af3c 18:26:40 Removing intermediate container 7447229d2fd1 18:26:40 ---> e917a43f3ad4 18:26:40 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:40 Removing intermediate container 9007c2302cf3 18:26:40 ---> 1e84108c5698 18:26:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:40 Removing intermediate container 78749181af3c 18:26:40 ---> e8583a5f99ba 18:26:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:40 ---> Running in 0c29a728c001 18:26:40 ---> Running in f4d77ee7eb8c 18:26:40 ---> Running in 1e7a13741db4 18:26:42 Step 1/23 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:26:42 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:26:42 ---> b115123a7f28 18:26:42 Step 3/23 : WORKDIR /edgex-go 18:26:42 ---> Using cache 18:26:42 ---> 1e84108c5698 18:26:42 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:42 ---> Using cache 18:26:42 ---> 7f9b21ff2104 18:26:42 Step 5/23 : RUN apk add --update --no-cache make git 18:26:42 Step 1/21 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:26:42 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:26:42 ---> b115123a7f28 18:26:42 Step 3/21 : WORKDIR /edgex-go 18:26:42 ---> Using cache 18:26:42 ---> 1e84108c5698 18:26:42 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:42 ---> Using cache 18:26:42 ---> 7f9b21ff2104 18:26:42 Step 5/21 : RUN apk add --update --no-cache make bash git ca-certificates 18:26:42 Removing intermediate container f4d77ee7eb8c 18:26:42 ---> 7f9b21ff2104 18:26:42 Step 5/24 : RUN apk add --update --no-cache make git 18:26:42 ---> Running in f4290a4bea46 18:26:42 ---> Running in 6c34706094ae 18:26:42 ---> Running in da4cb63ded16 18:26:43 Removing intermediate container 0c29a728c001 18:26:43 ---> b1e144899041 18:26:43 Step 5/22 : RUN apk add --update --no-cache make git 18:26:43 Removing intermediate container 1e7a13741db4 18:26:43 ---> 1b525553886d 18:26:43 Step 5/20 : RUN apk add --update --no-cache make git 18:26:43 ---> Running in bbc5b3b8db66 18:26:43 ---> Running in 7408eff135e1 18:26:43 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:26:43 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:26:43 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:26:43 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:26:43 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:26:44 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:26:44 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:26:44 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:26:44 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:26:44 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:26:44 OK: 220 MiB in 52 packages 18:26:45 OK: 220 MiB in 52 packages 18:26:45 OK: 220 MiB in 52 packages 18:26:45 OK: 220 MiB in 52 packages 18:26:45 Removing intermediate container f4290a4bea46 18:26:45 ---> cbc58a354e12 18:26:45 Step 6/23 : COPY go.mod . 18:26:45 OK: 220 MiB in 52 packages 18:26:45 Removing intermediate container da4cb63ded16 18:26:45 ---> 45967848ef07 18:26:45 Step 6/24 : COPY . . 18:26:45 ---> f46801d63087 18:26:45 Step 7/23 : RUN go mod download 18:26:45 Removing intermediate container 6c34706094ae 18:26:45 ---> 85385c567273 18:26:45 Step 6/21 : COPY . . 18:26:45 ---> Running in b3b77a9a4cff 18:26:45 Removing intermediate container 7408eff135e1 18:26:45 ---> 19f7eac2dee6 18:26:45 Step 6/20 : COPY . . 18:26:45 Removing intermediate container bbc5b3b8db66 18:26:45 ---> f4082c9b0700 18:26:45 Step 6/22 : COPY . . 18:26:52 Removing intermediate container b3b77a9a4cff 18:26:52 ---> b9051671d49a 18:26:52 Step 8/23 : COPY . . 18:26:57 ---> 4fac5c5f7563 18:26:57 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:26:57 ---> Running in 0ccd91f8b293 18:27:00 Removing intermediate container 0ccd91f8b293 18:27:00 ---> d728f891e953 18:27:00 Step 8/22 : RUN make cmd/core-metadata/core-metadata 18:27:00 ---> Running in 06d7420b0b4c 18:27:00 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 18:27:18 ---> 801e10e2599e 18:27:18 Step 7/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:18 ---> Running in 56d01275a57c 18:27:18 ---> 9f88e490ec88 18:27:18 Step 7/21 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:18 ---> 6430b6e5b9b7 18:27:18 Step 7/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:18 ---> Running in ddc2bb75d760 18:27:18 ---> Running in ceb3669b42fe 18:27:18 Removing intermediate container 56d01275a57c 18:27:18 ---> db5b0cf5640f 18:27:18 Step 8/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:27:18 ---> Running in c6c71a60f818 18:27:18 Removing intermediate container ddc2bb75d760 18:27:18 ---> 1e55fba5a483 18:27:18 Step 8/20 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:27:18 ---> Running in a3bd6210efb8 18:27:18 Removing intermediate container ceb3669b42fe 18:27:18 ---> 855cc65224ad 18:27:18 Step 8/21 : RUN make cmd/support-notifications/support-notifications 18:27:18 ---> Running in 33a91cac835f 18:27:19 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 18:27:19 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 18:27:19 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 18:27:21 ---> 942d311eb4af 18:27:21 Step 9/23 : RUN go mod tidy 18:27:21 ---> Running in cf59da39d666 18:27:22 Removing intermediate container 06d7420b0b4c 18:27:22 ---> b504154ccd97 18:27:22 18:27:22 Step 9/22 : FROM alpine:3.14 18:27:22 3.14: Pulling from library/alpine 18:27:22 Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a 18:27:22 Status: Downloaded newer image for alpine:3.14 18:27:22 ---> 14119a10abf4 18:27:22 Step 10/22 : RUN apk add --update --no-cache dumb-init 18:27:22 ---> Running in e1e9ef338491 18:27:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:27:23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:27:24 (1/1) Installing dumb-init (1.2.5-r1) 18:27:24 Executing busybox-1.33.1-r3.trigger 18:27:24 OK: 6 MiB in 15 packages 18:27:24 Removing intermediate container e1e9ef338491 18:27:24 ---> b883ff05bdba 18:27:24 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:27:24 ---> Running in 9c7ee41558ce 18:27:24 Removing intermediate container 9c7ee41558ce 18:27:24 ---> 1d22f1adb779 18:27:24 Step 12/22 : ENV APP_PORT=59881 18:27:24 ---> Running in c494c69136be 18:27:24 Removing intermediate container c494c69136be 18:27:24 ---> b13e5922db4d 18:27:24 Step 13/22 : EXPOSE $APP_PORT 18:27:24 ---> Running in 440800e6c514 18:27:25 Removing intermediate container 440800e6c514 18:27:25 ---> 58232e77e163 18:27:25 Step 14/22 : WORKDIR / 18:27:25 ---> Running in b7aeafa8720d 18:27:25 Removing intermediate container b7aeafa8720d 18:27:25 ---> b459c77d4b30 18:27:25 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:27:25 ---> a0a101f45d87 18:27:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:27:26 Removing intermediate container cf59da39d666 18:27:26 ---> 41de118d1029 18:27:26 Step 10/23 : RUN make cmd/support-scheduler/support-scheduler 18:27:26 ---> Running in 821598ddb382 18:27:26 ---> 20959dc9015b 18:27:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:27:26 ---> e6acd24a7787 18:27:26 Step 18/22 : ENTRYPOINT ["/core-metadata"] 18:27:26 ---> Running in 324d733ee450 18:27:26 Removing intermediate container 324d733ee450 18:27:26 ---> cd780ac8870b 18:27:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:27:26 ---> Running in 6ef247e8025a 18:27:26 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 18:27:26 Removing intermediate container 6ef247e8025a 18:27:26 ---> 3ef86320fb7d 18:27:26 Step 20/22 : LABEL arch=x86_64 18:27:26 ---> Running in 56884744fd18 18:27:27 Removing intermediate container 56884744fd18 18:27:27 ---> dfbbf388973c 18:27:27 Step 21/22 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a 18:27:27 ---> Running in 077bbfef7a42 18:27:27 Removing intermediate container 077bbfef7a42 18:27:27 ---> e17c833868eb 18:27:27 Step 22/22 : LABEL version=0.0.0 18:27:27 ---> Running in 14641f6ee156 18:27:27 Removing intermediate container 14641f6ee156 18:27:27 ---> 1539e7b58873 18:27:27 18:27:27 Successfully built 1539e7b58873 18:27:27 Successfully tagged core-metadata:latest 18:27:27 Building sys-mgmt-agent 18:27:34  Building core-metadata ... done Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:27:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:27:34 ---> b115123a7f28 18:27:34 Step 3/22 : WORKDIR /edgex-go 18:27:34 ---> Using cache 18:27:34 ---> 1e84108c5698 18:27:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:34 ---> Using cache 18:27:34 ---> 7f9b21ff2104 18:27:34 Step 5/22 : RUN apk add --update --no-cache make bash git 18:27:34 ---> Running in b295464ff415 18:27:34 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:27:35 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:27:36 OK: 220 MiB in 52 packages 18:27:36 Removing intermediate container b295464ff415 18:27:36 ---> fc21ae800af0 18:27:36 Step 6/22 : COPY . . 18:27:43 ---> d48a92a562cf 18:27:43 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:27:43 ---> Running in a994da8aa8ce 18:27:44 Removing intermediate container a994da8aa8ce 18:27:44 ---> 75c8bede937a 18:27:44 Step 8/22 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:27:44 ---> Running in cec929de157d 18:27:44 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 18:27:54 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 18:27:54 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 18:27:58 Removing intermediate container c6c71a60f818 18:27:58 ---> 083927a369c0 18:27:58 18:27:58 Step 9/24 : FROM alpine:3.14 18:27:58 ---> 14119a10abf4 18:27:58 Step 10/24 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec 18:27:59 ---> Running in 238186c1247e 18:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:28:00 Removing intermediate container a3bd6210efb8 18:28:00 ---> a54c4a3818e4 18:28:00 18:28:00 Step 9/20 : FROM alpine:3.14 18:28:00 ---> 14119a10abf4 18:28:00 Step 10/20 : RUN apk add --update --no-cache curl 18:28:00 ---> Running in 5e4e7441d344 18:28:00 (1/3) Installing ca-certificates (20191127-r5) 18:28:00 (2/3) Installing dumb-init (1.2.5-r1) 18:28:00 (3/3) Installing su-exec (0.2-r1) 18:28:00 Executing busybox-1.33.1-r3.trigger 18:28:00 Executing ca-certificates-20191127-r5.trigger 18:28:00 OK: 6 MiB in 17 packages 18:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:28:00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:28:01 (1/5) Installing ca-certificates (20191127-r5) 18:28:01 (2/5) Installing brotli-libs (1.0.9-r5) 18:28:01 (3/5) Installing nghttp2-libs (1.43.0-r0) 18:28:01 (4/5) Installing libcurl (7.79.1-r0) 18:28:01 (5/5) Installing curl (7.79.1-r0) 18:28:01 Executing busybox-1.33.1-r3.trigger 18:28:01 Executing ca-certificates-20191127-r5.trigger 18:28:01 OK: 8 MiB in 19 packages 18:28:01 Removing intermediate container 238186c1247e 18:28:01 ---> 3d5d35985428 18:28:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:28:02 ---> Running in 027c15ffb598 18:28:02 Removing intermediate container 33a91cac835f 18:28:02 ---> 973156fc85a3 18:28:02 18:28:02 Step 9/21 : FROM alpine:3.14 18:28:02 ---> 14119a10abf4 18:28:02 Step 10/21 : RUN apk add --update --no-cache ca-certificates dumb-init 18:28:02 ---> Running in c7d5a3e164d2 18:28:02 Removing intermediate container 027c15ffb598 18:28:02 ---> 233aa2d42331 18:28:02 Step 12/24 : WORKDIR / 18:28:02 ---> Running in 03f5d12023d6 18:28:02 Removing intermediate container 5e4e7441d344 18:28:02 ---> c0e5159cb0d6 18:28:02 Step 11/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:28:02 Removing intermediate container 03f5d12023d6 18:28:02 ---> 2fd0e00bc95e 18:28:02 Step 13/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:28:02 ---> Running in b3b58b82e61a 18:28:02 Removing intermediate container b3b58b82e61a 18:28:02 ---> ed733ef97b1e 18:28:02 Step 12/20 : WORKDIR /edgex 18:28:02 ---> Running in 2467ee2a2492 18:28:02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:28:02 ---> 9b01aa94c81e 18:28:02 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:28:02 Removing intermediate container 2467ee2a2492 18:28:02 ---> f78365dee108 18:28:02 Step 13/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:28:03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:28:03 ---> b26d9bf48e42 18:28:03 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:28:03 ---> a053505aa839 18:28:03 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:28:03 (1/2) Installing ca-certificates (20191127-r5) 18:28:03 (2/2) Installing dumb-init (1.2.5-r1) 18:28:03 Executing busybox-1.33.1-r3.trigger 18:28:03 Executing ca-certificates-20191127-r5.trigger 18:28:03 OK: 6 MiB in 16 packages 18:28:03 ---> 9d4fd709b77f 18:28:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml 18:28:03 ---> ad2f05b79f2d 18:28:03 Step 15/20 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:28:04 Removing intermediate container c7d5a3e164d2 18:28:04 ---> 3c8b4779aa36 18:28:04 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:28:04 ---> a07fd7fb0efa 18:28:04 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:28:04 ---> Running in 06ae653e2f9e 18:28:04 ---> 96bffce10c80 18:28:04 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:28:04 Removing intermediate container 06ae653e2f9e 18:28:04 ---> 1ce388ac0aa0 18:28:04 Step 12/21 : ENV APP_PORT=59860 18:28:04 ---> Running in 9088767f9136 18:28:04 ---> Running in 9dad403dd419 18:28:05 Removing intermediate container 9dad403dd419 18:28:05 ---> 1cbdda78c14b 18:28:05 Step 13/21 : EXPOSE $APP_PORT 18:28:05 Removing intermediate container 9088767f9136 18:28:05 ---> a1dad760dcc1 18:28:05 Step 17/20 : CMD ["--init=true"] 18:28:05 ---> 309138a2cb0e 18:28:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:28:05 ---> Running in bd5196bb62ca 18:28:05 ---> Running in 7f0bd9b4a98a 18:28:05 Removing intermediate container bd5196bb62ca 18:28:05 ---> c4b9479ee2d4 18:28:05 Step 18/20 : LABEL arch=x86_64 18:28:05 ---> Running in b072040e7a9b 18:28:05 Removing intermediate container 7f0bd9b4a98a 18:28:05 ---> 49039ea6abce 18:28:05 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:05 ---> 9fb331aee78d 18:28:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:28:05 Removing intermediate container b072040e7a9b 18:28:05 ---> 5d33d61fa06a 18:28:05 Step 19/20 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a 18:28:06 ---> Running in d877c1ee242e 18:28:06 ---> a05932ff7418 18:28:06 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:28:06 ---> 1675222381c3 18:28:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 18:28:06 ---> Running in 55b46328a504 18:28:06 Removing intermediate container d877c1ee242e 18:28:06 ---> 3cd9dc8b754b 18:28:06 Step 20/20 : LABEL version=0.0.0 18:28:06 ---> Running in 340a99d0834b 18:28:06 Removing intermediate container 821598ddb382 18:28:06 ---> b1761e7ad89d 18:28:06 18:28:06 Step 11/23 : FROM alpine:3.14 18:28:06 ---> 14119a10abf4 18:28:06 Step 12/23 : RUN apk add --update --no-cache dumb-init 18:28:06 ---> Using cache 18:28:06 ---> b883ff05bdba 18:28:06 Step 13/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:28:06 ---> Using cache 18:28:06 ---> 1d22f1adb779 18:28:06 Step 14/23 : ENV APP_PORT=59861 18:28:06 ---> Running in 837711c92295 18:28:06 ---> 506ec072d2ac 18:28:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:28:06 Removing intermediate container 340a99d0834b 18:28:06 ---> 3bbf0f52532c 18:28:06 18:28:06 Removing intermediate container 837711c92295 18:28:06 ---> cf590858fa8c 18:28:06 Step 15/23 : EXPOSE $APP_PORT 18:28:07 Successfully built 3bbf0f52532c 18:28:07 ---> Running in fc0db0780cb6 18:28:07 Successfully tagged security-proxy-setup:latest 18:28:07 Building core-command 18:28:07  Building security-proxy-setup ... done  ---> 28fb4bd02b7c 18:28:07 Step 17/21 : ENTRYPOINT ["/support-notifications"] 18:28:07 ---> Running in 26e50630a03e 18:28:07 Removing intermediate container fc0db0780cb6 18:28:07 ---> 96e3bcc829da 18:28:07 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:08 Removing intermediate container 26e50630a03e 18:28:08 ---> bc08be701d65 18:28:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:09 ---> 430df675eec8 18:28:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:28:09 ---> Running in 1300c300ee53 18:28:09 Removing intermediate container 55b46328a504 18:28:09 ---> 1b92bdaa8ef4 18:28:09 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:28:09 ---> Running in 02fb2a03dccf 18:28:09 Removing intermediate container 1300c300ee53 18:28:09 ---> 9b10c9ef1042 18:28:09 Step 19/21 : LABEL arch=x86_64 18:28:09 ---> Running in 46f656cfa149 18:28:09 Removing intermediate container 02fb2a03dccf 18:28:09 ---> ad3b95588e5a 18:28:09 Step 22/24 : LABEL arch=x86_64 18:28:09 ---> Running in b8c3dde6fdd0 18:28:09 Removing intermediate container 46f656cfa149 18:28:09 ---> a6a59c5730f4 18:28:09 Step 20/21 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a 18:28:09 ---> 531fe151c169 18:28:09 Step 18/23 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:28:09 ---> Running in 56880d84c0f8 18:28:09 Removing intermediate container b8c3dde6fdd0 18:28:09 ---> 4c1b9da47d1a 18:28:09 Step 23/24 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a 18:28:09 ---> Running in fedff4ae6000 18:28:09 Removing intermediate container 56880d84c0f8 18:28:09 ---> ad0fe1ac67e2 18:28:09 Step 21/21 : LABEL version=0.0.0 18:28:09 ---> Running in bf3bab11015d 18:28:09 ---> ab13fbf86213 18:28:09 Step 19/23 : ENTRYPOINT ["/support-scheduler"] 18:28:10 ---> Running in 3ab933bb8a28 18:28:10 Removing intermediate container fedff4ae6000 18:28:10 ---> 84b41202f86b 18:28:10 Step 24/24 : LABEL version=0.0.0 18:28:10 ---> Running in 0dae1a7ce805 18:28:10 Removing intermediate container bf3bab11015d 18:28:10 ---> cd95a1dea94f 18:28:10 18:28:10 Removing intermediate container 3ab933bb8a28 18:28:10 ---> 7b4e8d09c192 18:28:10 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:10 Successfully built cd95a1dea94f 18:28:10 Successfully tagged support-notifications:latest 18:28:10  Building support-notifications ... done Building core-data 18:28:10 ---> Running in d51a2bb98417 18:28:10 Removing intermediate container 0dae1a7ce805 18:28:10 ---> 4a72a59c13c4 18:28:10 18:28:10 Successfully built 4a72a59c13c4 18:28:10 Successfully tagged security-secretstore-setup:latest 18:28:10 Building security-bootstrapper 18:28:10  Building security-secretstore-setup ... done Removing intermediate container d51a2bb98417 18:28:10 ---> b7db516a8490 18:28:10 Step 21/23 : LABEL arch=x86_64 18:28:13 ---> Running in 2215f5cf6a4b 18:28:13 Removing intermediate container 2215f5cf6a4b 18:28:13 ---> 7b0a925353e0 18:28:13 Step 22/23 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a 18:28:13 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:28:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:28:13 ---> b115123a7f28 18:28:13 Step 3/22 : WORKDIR /edgex-go 18:28:13 ---> Using cache 18:28:13 ---> 1e84108c5698 18:28:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:13 ---> Using cache 18:28:13 ---> 7f9b21ff2104 18:28:13 Step 5/22 : RUN apk add --update --no-cache make git 18:28:13 ---> Using cache 18:28:13 ---> 45967848ef07 18:28:13 Step 6/22 : COPY . . 18:28:13 ---> Using cache 18:28:13 ---> 801e10e2599e 18:28:13 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:28:13 ---> Using cache 18:28:13 ---> db5b0cf5640f 18:28:13 Step 8/22 : RUN make cmd/core-command/core-command 18:28:14 ---> Running in d179a8cb4fc9 18:28:14 ---> Running in 8b8d92694cf4 18:28:14 Removing intermediate container 8b8d92694cf4 18:28:14 ---> e6e9db2bc87c 18:28:14 Step 23/23 : LABEL version=0.0.0 18:28:14 ---> Running in 851cfde7bafa 18:28:15 Removing intermediate container 851cfde7bafa 18:28:15 ---> b61244d2bcbb 18:28:15 18:28:15 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 18:28:15 Successfully built b61244d2bcbb 18:28:15 Successfully tagged support-scheduler:latest 18:28:15  Building support-scheduler ... done Removing intermediate container cec929de157d 18:28:15 ---> 1e1d3bb05d5d 18:28:15 Step 9/22 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:28:16 ---> Running in 5c0930c27ccc 18:28:16 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 18:28:18 Step 1/22 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:28:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:28:18 ---> b115123a7f28 18:28:18 Step 3/22 : WORKDIR /edgex-go 18:28:18 ---> Using cache 18:28:18 ---> 1e84108c5698 18:28:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:18 ---> Using cache 18:28:18 ---> 7f9b21ff2104 18:28:18 Step 5/22 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:28:18 Step 1/30 : ARG BUILDER_BASE=golang:1.16-alpine3.14 18:28:18 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:28:18 ---> b115123a7f28 18:28:18 Step 3/30 : WORKDIR /edgex-go 18:28:18 ---> Using cache 18:28:18 ---> 1e84108c5698 18:28:18 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:18 ---> Using cache 18:28:18 ---> 7f9b21ff2104 18:28:18 Step 5/30 : RUN apk add --update --no-cache make git 18:28:18 ---> Using cache 18:28:18 ---> 45967848ef07 18:28:18 Step 6/30 : COPY . . 18:28:18 ---> Using cache 18:28:18 ---> 801e10e2599e 18:28:18 Step 7/30 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:28:18 ---> Using cache 18:28:18 ---> db5b0cf5640f 18:28:18 Step 8/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:28:18 ---> Running in 52a14a93c51f 18:28:18 ---> Running in 0150a0e762d0 18:28:18 Removing intermediate container 5c0930c27ccc 18:28:18 ---> ba0d3bf3ef0a 18:28:18 18:28:18 Step 10/22 : FROM docker:20.10.8 18:28:18 20.10.8: Pulling from library/docker 18:28:19 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:28:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 18:28:20 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:28:20 OK: 220 MiB in 52 packages 18:28:21 Removing intermediate container 52a14a93c51f 18:28:21 ---> cd43b37ed91d 18:28:21 Step 6/22 : COPY . . 18:28:25 Digest: sha256:63107bd6ce718f130bb2668704239467b74f034c446f9e9c4ae1ffa5ddf4e3dd 18:28:25 Status: Downloaded newer image for docker:20.10.8 18:28:25 ---> bc6c0ffef665 18:28:25 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 18:28:26 ---> Running in 1729f043d430 18:28:26 Removing intermediate container 1729f043d430 18:28:26 ---> f6e986a67e4a 18:28:26 Step 12/22 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 18:28:27 ---> Running in 04186fae77f6 18:28:27 ---> bf1d0a48053b 18:28:27 Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." 18:28:27 ---> Running in c689cb25e5dc 18:28:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:28:27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:28:28 (1/42) Installing readline (8.1.0-r0) 18:28:28 (2/42) Installing bash (5.1.4-r0) 18:28:28 Executing bash-5.1.4-r0.post-install 18:28:28 (3/42) Installing brotli-libs (1.0.9-r5) 18:28:28 (4/42) Installing nghttp2-libs (1.43.0-r0) 18:28:28 (5/42) Installing libcurl (7.79.1-r0) 18:28:28 (6/42) Installing curl (7.79.1-r0) 18:28:28 (7/42) Installing dumb-init (1.2.5-r1) 18:28:28 (8/42) Installing libbz2 (1.0.8-r1) 18:28:28 (9/42) Installing expat (2.4.1-r0) 18:28:28 (10/42) Installing libffi (3.3-r2) 18:28:28 (11/42) Installing gdbm (1.19-r0) 18:28:28 (12/42) Installing xz-libs (5.2.5-r0) 18:28:28 (13/42) Installing libgcc (10.3.1_git20210424-r2) 18:28:28 (14/42) Installing libstdc++ (10.3.1_git20210424-r2) 18:28:28 (15/42) Installing mpdecimal (2.5.1-r1) 18:28:28 (16/42) Installing sqlite-libs (3.35.5-r0) 18:28:28 (17/42) Installing python3 (3.9.5-r1) 18:28:28 (18/42) Installing py3-appdirs (1.4.4-r2) 18:28:28 (19/42) Installing py3-chardet (4.0.0-r2) 18:28:28 (20/42) Installing py3-idna (3.2-r0) 18:28:28 (21/42) Installing py3-urllib3 (1.26.5-r0) 18:28:28 (22/42) Installing py3-certifi (2020.12.5-r1) 18:28:28 (23/42) Installing py3-requests (2.25.1-r4) 18:28:28 (24/42) Installing py3-msgpack (1.0.2-r1) 18:28:29 (25/42) Installing py3-lockfile (0.12.2-r4) 18:28:29 (26/42) Installing py3-cachecontrol (0.12.6-r1) 18:28:29 (27/42) Installing py3-colorama (0.4.4-r1) 18:28:29 (28/42) Installing py3-contextlib2 (0.6.0-r1) 18:28:29 (29/42) Installing py3-distlib (0.3.1-r3) 18:28:29 (30/42) Installing py3-distro (1.5.0-r3) 18:28:29 (31/42) Installing py3-six (1.15.0-r1) 18:28:29 (32/42) Installing py3-webencodings (0.5.1-r4) 18:28:29 (33/42) Installing py3-html5lib (1.1-r1) 18:28:29 (34/42) Installing py3-parsing (2.4.7-r2) 18:28:29 (35/42) Installing py3-packaging (20.9-r1) 18:28:29 (36/42) Installing py3-toml (0.10.2-r2) 18:28:29 (37/42) Installing py3-pep517 (0.10.0-r2) 18:28:29 (38/42) Installing py3-progress (1.5-r2) 18:28:29 (39/42) Installing py3-retrying (1.3.3-r1) 18:28:29 (40/42) Installing py3-ordered-set (4.0.2-r1) 18:28:29 (41/42) Installing py3-setuptools (52.0.0-r3) 18:28:29 (42/42) Installing py3-pip (20.3.4-r1) 18:28:29 Removing intermediate container c689cb25e5dc 18:28:29 ---> 585d4b3d6e55 18:28:29 Step 8/22 : RUN make cmd/core-data/core-data 18:28:30 ---> Running in 0ffc6bd8a67d 18:28:30 Executing busybox-1.33.1-r3.trigger 18:28:30 OK: 84 MiB in 64 packages 18:28:30 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 18:28:31 Collecting docker-compose==1.23.2 18:28:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:28:31 Collecting websocket-client<1.0,>=0.32.0 18:28:31 Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) 18:28:31 Collecting docopt<0.7,>=0.6.1 18:28:31 Downloading docopt-0.6.2.tar.gz (25 kB) 18:28:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:28:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:28:32 Collecting docker<4.0,>=3.6.0 18:28:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:28:32 Collecting PyYAML<4,>=3.10 18:28:32 Downloading PyYAML-3.13.tar.gz (270 kB) 18:28:33 Collecting cached-property<2,>=1.2.0 18:28:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:28:33 Collecting dockerpty<0.5,>=0.4.1 18:28:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:28:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.15.0) 18:28:34 Collecting jsonschema<3,>=2.5.1 18:28:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:28:34 Collecting texttable<0.10,>=0.9.0 18:28:34 Downloading texttable-0.9.1.tar.gz (11 kB) 18:28:34 Collecting docker-pycreds>=0.4.0 18:28:34 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:28:35 Collecting chardet<3.1.0,>=3.0.2 18:28:35 Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) 18:28:35 Collecting idna<2.8,>=2.5 18:28:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:28:35 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) 18:28:35 Collecting urllib3<1.25,>=1.21.1 18:28:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:28:35 Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. 18:28:35 Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. 18:28:35 Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. 18:28:35 Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. 18:28:35 Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose 18:28:35 Attempting uninstall: urllib3 18:28:35 Found existing installation: urllib3 1.26.5 18:28:35 Uninstalling urllib3-1.26.5: 18:28:35 Successfully uninstalled urllib3-1.26.5 18:28:35 Attempting uninstall: idna 18:28:35 Found existing installation: idna 3.2 18:28:35 Uninstalling idna-3.2: 18:28:35 Successfully uninstalled idna-3.2 18:28:36 Attempting uninstall: chardet 18:28:36 Found existing installation: chardet 4.0.0 18:28:36 Uninstalling chardet-4.0.0: 18:28:36 Successfully uninstalled chardet-4.0.0 18:28:36 Attempting uninstall: requests 18:28:36 Found existing installation: requests 2.25.1 18:28:36 Uninstalling requests-2.25.1: 18:28:36 Successfully uninstalled requests-2.25.1 18:28:36 Running setup.py install for texttable: started 18:28:37 Running setup.py install for texttable: finished with status 'done' 18:28:37 Running setup.py install for PyYAML: started 18:28:37 Running setup.py install for PyYAML: finished with status 'done' 18:28:38 Running setup.py install for docopt: started 18:28:39 Running setup.py install for docopt: finished with status 'done' 18:28:39 Running setup.py install for dockerpty: started 18:28:39 Removing intermediate container d179a8cb4fc9 18:28:39 ---> 49ac3d5e3438 18:28:39 18:28:39 Step 9/22 : FROM alpine:3.14 18:28:39 ---> 14119a10abf4 18:28:39 Step 10/22 : RUN apk add --update --no-cache dumb-init 18:28:39 ---> Using cache 18:28:39 ---> b883ff05bdba 18:28:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:28:39 ---> Using cache 18:28:39 ---> 1d22f1adb779 18:28:39 Step 12/22 : ENV APP_PORT=59882 18:28:39 ---> Running in b73283d6600d 18:28:39 Removing intermediate container b73283d6600d 18:28:39 ---> d9f7cd0d0f9b 18:28:39 Step 13/22 : EXPOSE $APP_PORT 18:28:39 ---> Running in 996d216513e3 18:28:39 Running setup.py install for dockerpty: finished with status 'done' 18:28:39 Removing intermediate container 996d216513e3 18:28:39 ---> 837f4cd0eeac 18:28:39 Step 14/22 : WORKDIR / 18:28:39 ---> Running in 354a9a2ac8f1 18:28:40 Removing intermediate container 354a9a2ac8f1 18:28:40 ---> 236942a1dd7a 18:28:40 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:40 ---> 7bc96f5f214b 18:28:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:28:40 Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 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.59.0 18:28:40 ---> edc7d82cc4f5 18:28:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:28:41 ---> 6fc04b6eb827 18:28:41 Step 18/22 : ENTRYPOINT ["/core-command"] 18:28:41 ---> Running in 0df1a5eba3a8 18:28:41 Removing intermediate container 0df1a5eba3a8 18:28:41 ---> 51866e4b91e4 18:28:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:41 ---> Running in 84c7d1d4154f 18:28:42 Removing intermediate container 84c7d1d4154f 18:28:42 ---> b8887fde5d3c 18:28:42 Step 20/22 : LABEL arch=x86_64 18:28:42 ---> Running in ef4ab016b1b2 18:28:42 Removing intermediate container ef4ab016b1b2 18:28:42 ---> c830920f914a 18:28:42 Step 21/22 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a 18:28:42 ---> Running in 50e1756f9228 18:28:43 Removing intermediate container 50e1756f9228 18:28:43 ---> e692ced9ddb1 18:28:43 Step 22/22 : LABEL version=0.0.0 18:28:43 ---> Running in 4e2d462c8cb9 18:28:43 Removing intermediate container 4e2d462c8cb9 18:28:43 ---> 2ca9a98a3912 18:28:43 18:28:43 Successfully built 2ca9a98a3912 18:28:43 Removing intermediate container 04186fae77f6 18:28:43 ---> 42fb081d54fb 18:28:43 Step 13/22 : ENV APP_PORT=58890 18:28:43 Successfully tagged core-command:latest 18:28:44  Building core-command ... done  ---> Running in 425c7fbee32c 18:28:44 Removing intermediate container 425c7fbee32c 18:28:44 ---> 8d7f8ec3b5e1 18:28:44 Step 14/22 : EXPOSE $APP_PORT 18:28:44 ---> Running in 982c8711eeb4 18:28:44 Removing intermediate container 982c8711eeb4 18:28:44 ---> e7ef2cf30fe9 18:28:44 Step 15/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:28:44 ---> 0348f1f5800e 18:28:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:28:45 ---> adbe4a338dbc 18:28:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:28:45 ---> 0eec97a83c93 18:28:45 Step 18/22 : ENTRYPOINT ["/sys-mgmt-agent"] 18:28:45 ---> Running in a0be8ae39b1f 18:28:45 Removing intermediate container a0be8ae39b1f 18:28:45 ---> 29e684c59623 18:28:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:45 ---> Running in 628b5b1bf3a2 18:28:45 Removing intermediate container 628b5b1bf3a2 18:28:45 ---> f0606d6d80b1 18:28:45 Step 20/22 : LABEL arch=x86_64 18:28:45 ---> Running in 514d7a8d4f47 18:28:46 Removing intermediate container 514d7a8d4f47 18:28:46 ---> 5241f78b4083 18:28:46 Step 21/22 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a 18:28:46 ---> Running in 19f3a994564a 18:28:46 Removing intermediate container 19f3a994564a 18:28:46 ---> eeb7f7f329d7 18:28:46 Step 22/22 : LABEL version=0.0.0 18:28:46 ---> Running in f376ff04272d 18:28:47 Removing intermediate container f376ff04272d 18:28:47 ---> f273c87b33cc 18:28:47 18:28:47 Successfully built f273c87b33cc 18:28:47 Successfully tagged sys-mgmt-agent:latest 18:28:47  Building sys-mgmt-agent ... done Removing intermediate container 0150a0e762d0 18:28:47 ---> 9a27a14f4d90 18:28:47 18:28:47 Step 9/30 : FROM alpine:3.14 18:28:47 ---> 14119a10abf4 18:28:47 Step 10/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:28:47 ---> Running in 66aab2645a0b 18:28:47 Removing intermediate container 66aab2645a0b 18:28:47 ---> 93e05bb3c1b0 18:28:47 Step 11/30 : RUN apk add --update --no-cache dumb-init su-exec 18:28:47 ---> Running in ead53a701cb8 18:28:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:28:47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:28:48 (1/2) Installing dumb-init (1.2.5-r1) 18:28:48 (2/2) Installing su-exec (0.2-r1) 18:28:48 Executing busybox-1.33.1-r3.trigger 18:28:48 OK: 6 MiB in 16 packages 18:28:48 Removing intermediate container ead53a701cb8 18:28:48 ---> 11f2170d2c8f 18:28:48 Step 12/30 : ENV SECURITY_INIT_DIR /edgex-init 18:28:48 ---> Running in ba9bce4cd76d 18:28:48 Removing intermediate container ba9bce4cd76d 18:28:48 ---> 19715334dcda 18:28:48 Step 13/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:28:48 ---> Running in bef13c59f19c 18:28:49 Removing intermediate container bef13c59f19c 18:28:49 ---> 761d31ab9c57 18:28:49 Step 14/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:28:49 ---> Running in 18366db1e7d3 18:28:49 Removing intermediate container 18366db1e7d3 18:28:49 ---> 373c78cd4600 18:28:49 Step 15/30 : WORKDIR ${SECURITY_INIT_DIR} 18:28:49 ---> Running in 69eee37b3521 18:28:50 Removing intermediate container 69eee37b3521 18:28:50 ---> e94824687c04 18:28:50 Step 16/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:28:50 ---> edfcd05cc592 18:28:50 Step 17/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:28:50 ---> Running in 78cb37b789d0 18:28:51 Removing intermediate container 78cb37b789d0 18:28:51 ---> 8adb7742ee7c 18:28:51 Step 18/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:51 ---> 7e0620ff2fb4 18:28:51 Step 19/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:28:52 ---> 6ec62fe19152 18:28:52 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:28:52 ---> 7a552d482972 18:28:52 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:28:52 ---> 33b580445118 18:28:52 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 18:28:52 ---> 21612ea5a89b 18:28:52 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:28:52 ---> Running in 9c176a92b24a 18:28:52 Removing intermediate container 9c176a92b24a 18:28:52 ---> 4ce54494fa9a 18:28:52 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:28:52 ---> 03342447ee6a 18:28:52 Step 25/30 : RUN chmod +x /entrypoint.sh 18:28:53 ---> Running in c345d34d11bb 18:28:53 Removing intermediate container c345d34d11bb 18:28:53 ---> e9aacb5e00f4 18:28:53 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:28:53 ---> Running in 4ab88bdd89ee 18:28:53 Removing intermediate container 4ab88bdd89ee 18:28:53 ---> fe71d5562fc7 18:28:53 Step 27/30 : CMD ["gate"] 18:28:53 ---> Running in c699572fdb28 18:28:54 Removing intermediate container c699572fdb28 18:28:54 ---> 58d35ab81cd3 18:28:54 Step 28/30 : LABEL arch=x86_64 18:28:54 ---> Running in 02ba4220342c 18:28:54 Removing intermediate container 02ba4220342c 18:28:54 ---> b7fc5e1f9e16 18:28:54 Step 29/30 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a 18:28:54 ---> Running in 2bd6f047241f 18:28:54 Removing intermediate container 2bd6f047241f 18:28:54 ---> 992141b886db 18:28:54 Step 30/30 : LABEL version=0.0.0 18:28:54 Removing intermediate container 0ffc6bd8a67d 18:28:54 ---> fb322c159d29 18:28:54 18:28:54 Step 9/22 : FROM alpine:3.14 18:28:54 ---> 14119a10abf4 18:28:54 Step 10/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:28:54 ---> Running in 0f8287cabb52 18:28:54 ---> Running in 336f44711235 18:28:54 Removing intermediate container 0f8287cabb52 18:28:54 ---> 0cd403588182 18:28:54 18:28:54 Removing intermediate container 336f44711235 18:28:54 ---> 064299bd79b7 18:28:54 Step 11/22 : ENV APP_PORT=59880 18:28:54 ---> Running in ffdd10dbb09b 18:28:54 Successfully built 0cd403588182 18:28:54 Successfully tagged security-bootstrapper:latest 18:28:55  Building security-bootstrapper ... done Removing intermediate container ffdd10dbb09b 18:28:55 ---> 3b10081db6fa 18:28:55 Step 12/22 : EXPOSE $APP_PORT 18:28:55 ---> Running in 7356ac56b7dd 18:28:55 Removing intermediate container 7356ac56b7dd 18:28:55 ---> 4d36a34882e2 18:28:55 Step 13/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:55 ---> Running in 5f144619e91f 18:28:55 Removing intermediate container 5f144619e91f 18:28:55 ---> 0f7eccd6b318 18:28:55 Step 14/22 : RUN apk add --update --no-cache zeromq dumb-init 18:28:55 ---> Running in fea6c1081e32 18:28:55 fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz 18:28:56 fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz 18:28:57 (1/6) Installing dumb-init (1.2.5-r1) 18:28:57 (2/6) Installing libgcc (10.3.1_git20210424-r2) 18:28:57 (3/6) Installing libsodium (1.0.18-r0) 18:28:57 (4/6) Installing libstdc++ (10.3.1_git20210424-r2) 18:28:57 (5/6) Installing libzmq (4.3.4-r0) 18:28:57 (6/6) Installing zeromq (4.3.4-r0) 18:28:57 Executing busybox-1.33.1-r3.trigger 18:28:57 OK: 8 MiB in 20 packages 18:28:57 Removing intermediate container fea6c1081e32 18:28:57 ---> 56c0015453fb 18:28:57 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:57 ---> c76ecbbca920 18:28:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:28:58 ---> b640bbc50719 18:28:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:28:58 ---> c33c563c1414 18:28:58 Step 18/22 : ENTRYPOINT ["/core-data"] 18:28:58 ---> Running in c9f81541eea6 18:28:58 Removing intermediate container c9f81541eea6 18:28:58 ---> 8511e842749a 18:28:58 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:58 ---> Running in 0cc24a8d9279 18:28:58 Removing intermediate container 0cc24a8d9279 18:28:58 ---> ba134c8d3fbb 18:28:58 Step 20/22 : LABEL arch=x86_64 18:28:58 ---> Running in 0c7dea11df2e 18:28:58 Removing intermediate container 0c7dea11df2e 18:28:58 ---> 1a2c865f9ae6 18:28:58 Step 21/22 : LABEL git_sha=0d8da8941b190b880e19c2b7bf818eee88b99c2a 18:28:58 ---> Running in 63287a19761b 18:28:58 Removing intermediate container 63287a19761b 18:28:58 ---> bdda1300f34d 18:28:58 Step 22/22 : LABEL version=0.0.0 18:28:58 ---> Running in 0910bac774fc 18:28:58 Removing intermediate container 0910bac774fc 18:28:58 ---> d221c3ca2a2e 18:28:58 18:28:59 Successfully built d221c3ca2a2e 18:28:59 Successfully tagged core-data:latest 18:28:59  Building core-data ... done  [Pipeline] } 18:28:59 $ docker stop --time=1 1763db496f802588973b9e3686edb08b74efe4c6f032a5a377e4efb0876505dd 18:29:00 $ docker rm -f 1763db496f802588973b9e3686edb08b74efe4c6f032a5a377e4efb0876505dd [Pipeline] // withDockerContainer [Pipeline] sh 18:29:00 + docker images 18:29:00 REPOSITORY TAG IMAGE ID CREATED SIZE 18:29:00 core-data latest d221c3ca2a2e 2 seconds ago 20.7MB 18:29:00 fb322c159d29 6 seconds ago 1.76GB 18:29:00 security-bootstrapper latest 0cd403588182 6 seconds ago 18.9MB 18:29:00 9a27a14f4d90 14 seconds ago 1.76GB 18:29:00 sys-mgmt-agent latest f273c87b33cc 14 seconds ago 294MB 18:29:00 core-command latest 2ca9a98a3912 17 seconds ago 16.1MB 18:29:00 49ac3d5e3438 21 seconds ago 1.75GB 18:29:00 ba0d3bf3ef0a 42 seconds ago 1.76GB 18:29:00 support-scheduler latest b61244d2bcbb 46 seconds ago 16.2MB 18:29:00 security-secretstore-setup latest 4a72a59c13c4 50 seconds ago 28.4MB 18:29:00 support-notifications latest cd95a1dea94f 51 seconds ago 16.9MB 18:29:00 b1761e7ad89d 54 seconds ago 1.76GB 18:29:00 security-proxy-setup latest 3bbf0f52532c 54 seconds ago 26.9MB 18:29:00 973156fc85a3 59 seconds ago 1.76GB 18:29:00 a54c4a3818e4 About a minute ago 1.76GB 18:29:00 083927a369c0 About a minute ago 1.76GB 18:29:00 core-metadata latest 1539e7b58873 About a minute ago 16.9MB 18:29:00 b504154ccd97 About a minute ago 1.76GB 18:29:00 ci-base-image-x86_64 latest b115123a7f28 5 minutes ago 1.25GB 18:29:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.16-alpine 9f6097aaca64 2 weeks ago 548MB 18:29:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 2 weeks ago 34.5MB 18:29:00 docker 20.10.8 bc6c0ffef665 8 weeks ago 214MB 18:29:00 alpine 3.14 14119a10abf4 2 months ago 5.6MB 18:29:00 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 16 months ago 310MB [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 18:29:16 Still waiting to schedule task 18:29:16 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:29:57 Running on prd-ubuntu18.04-docker-8c-8g-159 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws 18:29:57 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 18:29:57 The recommended git tool is: git 18:29:59 using credential edgex-jenkins-ssh 18:29:59 Cloning the remote Git repository 18:29:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:29:59 > git init /w/workspace/edgex-go/6 # timeout=10 18:29:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:29:59 > git --version # timeout=10 18:29:59 > git --version # 'git version 2.17.1' 18:29:59 using GIT_SSH to set credentials SSH Credentials for GitHub 18:29:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:30:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:15 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:30:15 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:30:15 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 18:30:15 Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 18:30:15 Failed in branch amd64 18:30:15 > git config core.sparsecheckout # timeout=10 18:30:15 > git checkout -f 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0 # timeout=10 20:53:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12250 in /w/workspace/edgexfoundry_edgex-go_PR-3780 [Pipeline] { [Pipeline] ws 20:53:56 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 20:53:56 The recommended git tool is: git 20:54:05 using credential edgex-jenkins-ssh 20:54:05 Cloning the remote Git repository 20:54:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 20:54:05 > git init /w/workspace/edgex-go/6 # timeout=10 20:54:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:54:05 > git --version # timeout=10 20:54:05 > git --version # 'git version 2.17.1' 20:54:05 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 20:54:45 Merging remotes/origin/main commit 2c337aa67f7f49cab4b4922dfb9771da0d6f35f3 into PR head commit 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0 20:54:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:54:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 20:54:44 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 20:54:44 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 20:54:44 using GIT_SSH to set credentials SSH Credentials for GitHub 20:54:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3780/head:refs/remotes/origin/PR-3780 +refs/heads/main:refs/remotes/origin/main # timeout=10 20:54:45 > git config core.sparsecheckout # timeout=10 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 20:54:45 Failed in branch arm64 [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] { (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] sh 20:54:46 + '[' -d /w/workspace/edgex-go/6/archives ']' [Pipeline] libraryResource [Pipeline] sh 20:54:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 20:54:47 ---> package-listing.sh 20:54:47 ++ facter osfamily 20:54:47 ++ tr '[:upper:]' '[:lower:]' 20:54:47 + OS_FAMILY=redhat 20:54:47 + workspace=/w/workspace/edgex-go/6 20:54:47 + START_PACKAGES=/tmp/packages_start.txt 20:54:47 + END_PACKAGES=/tmp/packages_end.txt 20:54:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 20:54:47 + PACKAGES=/tmp/packages_start.txt 20:54:47 + '[' /w/workspace/edgex-go/6 ']' 20:54:47 + PACKAGES=/tmp/packages_end.txt 20:54:47 + case "${OS_FAMILY}" in 20:54:47 + sort 20:54:47 + rpm -qa 20:54:45 > git checkout -f 11a5923ce3410cae7e0e51f59f7d9ca4ecfa39c0 # timeout=10 20:54:51 + '[' -f /tmp/packages_start.txt ']' 20:54:51 + '[' -f /tmp/packages_end.txt ']' 20:54:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 20:54:51 + '[' /w/workspace/edgex-go/6 ']' 20:54:51 + mkdir -p /w/workspace/edgex-go/6/archives/ 20:54:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 20:54:51 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 20:54:51 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 20:54:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:54:52 20:54:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh 20:54:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:54:52 latest: Pulling from edgex-lftools-log-publisher 20:54:52 b4d181a07f80: Pulling fs layer 20:54:52 a1111a8f2ec3: Pulling fs layer 20:54:52 ed53099fbce6: Pulling fs layer 20:54:52 dc539afda2c1: Pulling fs layer 20:54:52 77bc0d833cb6: Pulling fs layer 20:54:52 9065ff56babe: Pulling fs layer 20:54:52 d287ab97295c: Pulling fs layer 20:54:52 dc539afda2c1: Waiting 20:54:52 77bc0d833cb6: Waiting 20:54:52 9065ff56babe: Waiting 20:54:52 d287ab97295c: Waiting 20:54:52 a1111a8f2ec3: Verifying Checksum 20:54:52 a1111a8f2ec3: Download complete 20:54:52 dc539afda2c1: Verifying Checksum 20:54:52 dc539afda2c1: Download complete 20:54:52 77bc0d833cb6: Verifying Checksum 20:54:52 77bc0d833cb6: Download complete 20:54:52 ed53099fbce6: Verifying Checksum 20:54:52 ed53099fbce6: Download complete 20:54:52 9065ff56babe: Verifying Checksum 20:54:52 9065ff56babe: Download complete 20:54:52 b4d181a07f80: Verifying Checksum 20:54:52 b4d181a07f80: Download complete 20:54:53 d287ab97295c: Verifying Checksum 20:54:53 d287ab97295c: Download complete 20:54:54 b4d181a07f80: Pull complete 20:54:54 a1111a8f2ec3: Pull complete 20:54:54 ed53099fbce6: Pull complete 20:54:54 dc539afda2c1: Pull complete 20:54:54 77bc0d833cb6: Pull complete 20:54:54 9065ff56babe: Pull complete 20:55:00 d287ab97295c: Pull complete 20:55:00 Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 20:55:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest 20:55:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer 20:55:00 prd-centos7-docker-4c-2g-40 does not seem to be running inside a container 20:55:00 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat 20:55:03 $ docker top aa860abe3877ab3018f506ccdf71f6461bd9c3f899ccde68212bd8e0d0413cf1 -eo pid,comm [Pipeline] { [Pipeline] sh 20:55:04 + touch /tmp/pre-build-complete [Pipeline] sh 20:55:04 + mkdir -p /var/log/sysstat [Pipeline] sh 20:55:04 + ls /var/log/sa-host 20:55:04 + sadf -c /var/log/sa-host/sa28 20:55:04 file_magic: OK 20:55:04 HZ: Using current value: 100 20:55:04 file_header: OK 20:55:04 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 20:55:04 Statistics: 20:55:04 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 20:55:04 File successfully converted to sysstat format version 12.0.3 20:55:04 + sadf -c /var/log/sa-host/sa30 20:55:04 file_magic: OK 20:55:04 HZ: Using current value: 100 20:55:04 file_header: OK 20:55:04 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 20:55:04 Statistics: 20:55:04 Hnuu...uuuununununu...Hnuu...uuuununununu... 20:55:04 File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 20:55:04 provisioning config files... 20:55:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config4434451377505218207tmp [Pipeline] { [Pipeline] echo 20:55:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 20:55:05 ---> create-netrc.sh [Pipeline] } 20:55:05 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 20:55:05 ---> python-tools-install.sh [Pipeline] echo 20:55:05 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 20:55:05 ---> sudo-logs.sh 20:55:05 Archiving 'sudo' log.. 20:55:05 sudo: unable to resolve host prd-centos7-docker-4c-2g-40.novalocal: Name or service not known 20:55:05 sudo: unable to resolve host prd-centos7-docker-4c-2g-40.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo 20:55:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 20:55:06 ---> job-cost.sh 20:55:06 lf-activate-venv: SKIPPING 20:55:06 INFO: No Stack... 20:55:07 INFO: Retrieving Pricing Info for: v3-standard-2 20:55:07 INFO: Archiving Costs [Pipeline] echo 20:55:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 20:55:08 ---> logs-deploy.sh 20:55:08 lf-activate-venv: SKIPPING 20:55:08 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3780/6 20:55:08 INFO: archiving workspace using pattern(s): 20:55:08 Archives upload complete. 20:55:08 INFO: archiving logs to Nexus