Pull request #3400 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 rather than ef5daba276cedf4f022dfa528dd774098765b9ba Obtained Jenkinsfile from 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true 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 ‘prd-centos7-docker-4c-2g-1987’ Running on prd-centos7-docker-4c-2g-1990 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit ef5daba276cedf4f022dfa528dd774098765b9ba Merge succeeded, producing ef5daba276cedf4f022dfa528dd774098765b9ba Checking out Revision ef5daba276cedf4f022dfa528dd774098765b9ba (PR-3400) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef5daba276cedf4f022dfa528dd774098765b9ba # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ef5daba276cedf4f022dfa528dd774098765b9ba # timeout=10 Commit message: "refactor: Refactor controller error handling" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:37:48 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:37:48 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:37:48 ========================================================= 06:37:48 EdgeX Global Pipelines Version Info 06:37:48 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk e88632989d995950f8ed99cd4dac89851eebb9af # timeout=10 06:37:51 ------------------- 06:37:51 stable info: 06:37:51 ------------------- 06:37:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:37:51 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:37:51 Message: update stable to v1.0.186 06:37:51 ------------------- 06:37:51 experimental info: 06:37:51 ------------------- 06:37:51 Commited By: **** collab-it+edgex@linuxfoundation.org 06:37:51 Commit SHA: cb91434416315492d6e8e8a157e47fc41dd13198 06:37:51 Message: update experimental to v1.0.189 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3400 [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3400 [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3400 [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ef5daba276cedf4f022dfa528dd774098765b9ba [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ef5daba [Pipeline] echo 06:37:52 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:37:52 provisioning config files... 06:37:52 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config7036261311452619162tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:37:53 ---> docker-login.sh 06:37:53 nexus3.edgexfoundry.org:10001 06:37:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:53 Configure a credential helper to remove this warning. See 06:37:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:53 06:37:53 Login Succeeded 06:37:53 nexus3.edgexfoundry.org:10002 06:37:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:54 Configure a credential helper to remove this warning. See 06:37:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:54 06:37:54 Login Succeeded 06:37:54 nexus3.edgexfoundry.org:10003 06:37:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:54 Configure a credential helper to remove this warning. See 06:37:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:54 06:37:54 Login Succeeded 06:37:54 nexus3.edgexfoundry.org:10004 06:37:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:55 Configure a credential helper to remove this warning. See 06:37:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:55 06:37:55 Login Succeeded 06:37:55 docker.io 06:37:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:37:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:37:55 Configure a credential helper to remove this warning. See 06:37:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:37:55 06:37:55 Login Succeeded 06:37:55 ---> docker-login.sh ends [Pipeline] } 06:37:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:37:55 ++ 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 06:37:55 + for file in '`ls cmd/**/Dockerfile`' 06:37:55 ++ dirname cmd/core-command/Dockerfile 06:37:55 ++ cut -d/ -f2 06:37:55 + echo core-command,cmd/core-command/Dockerfile 06:37:55 + for file in '`ls cmd/**/Dockerfile`' 06:37:55 ++ dirname cmd/core-data/Dockerfile 06:37:55 ++ cut -d/ -f2 06:37:55 + echo core-data,cmd/core-data/Dockerfile 06:37:55 + for file in '`ls cmd/**/Dockerfile`' 06:37:55 ++ dirname cmd/core-metadata/Dockerfile 06:37:55 ++ cut -d/ -f2 06:37:55 + echo core-metadata,cmd/core-metadata/Dockerfile 06:37:55 + for file in '`ls cmd/**/Dockerfile`' 06:37:55 ++ dirname cmd/security-bootstrapper/Dockerfile 06:37:55 ++ cut -d/ -f2 06:37:55 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 06:37:55 + for file in '`ls cmd/**/Dockerfile`' 06:37:55 ++ dirname cmd/security-proxy-setup/Dockerfile 06:37:55 ++ cut -d/ -f2 06:37:55 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:37:55 + for file in '`ls cmd/**/Dockerfile`' 06:37:55 ++ cut -d/ -f2 06:37:55 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:37:55 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:37:55 + for file in '`ls cmd/**/Dockerfile`' 06:37:55 ++ dirname cmd/support-notifications/Dockerfile 06:37:55 ++ cut -d/ -f2 06:37:55 + echo support-notifications,cmd/support-notifications/Dockerfile 06:37:55 + for file in '`ls cmd/**/Dockerfile`' 06:37:55 ++ dirname cmd/support-scheduler/Dockerfile 06:37:55 ++ cut -d/ -f2 06:37:55 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:37:55 + for file in '`ls cmd/**/Dockerfile`' 06:37:55 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:37:55 ++ cut -d/ -f2 06:37:55 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:37:56 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 06:37:57 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:37:57 06:37:57 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:37:57 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:37:57 latest: Pulling from edgex-devops/git-semver 06:37:57 31603596830f: Pulling fs layer 06:37:57 2a8b12db71e7: Pulling fs layer 06:37:57 6ca5941a6612: Pulling fs layer 06:37:57 ecc8261a40a4: Pulling fs layer 06:37:57 ecc8261a40a4: Waiting 06:37:57 2a8b12db71e7: Download complete 06:37:58 31603596830f: Verifying Checksum 06:37:58 31603596830f: Download complete 06:37:58 6ca5941a6612: Verifying Checksum 06:37:58 6ca5941a6612: Download complete 06:37:58 ecc8261a40a4: Verifying Checksum 06:37:58 ecc8261a40a4: Download complete 06:37:58 31603596830f: Pull complete 06:37:58 2a8b12db71e7: Pull complete 06:38:00 6ca5941a6612: Pull complete 06:38:00 ecc8261a40a4: Pull complete 06:38:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:38:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:38:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:38:00 prd-centos7-docker-4c-2g-1990 does not seem to be running inside a container 06:38:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:38:03 $ docker top 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:38:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:38:03 [ssh-agent] Looking for ssh-agent implementation... 06:38:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:38:04 $ docker exec 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e ssh-agent 06:38:04 SSH_AUTH_SOCK=/tmp/ssh-KndL9HPJZkil/agent.12 06:38:04 SSH_AGENT_PID=17 06:38:04 Running ssh-add (command line suppressed) 06:38:04 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3992208220464567252.key (/w/workspace/edgex-go/3@tmp/private_key_3992208220464567252.key) 06:38:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:38:05 + git tag --points-at HEAD [Pipeline] } 06:38:05 $ docker exec --env ******** --env ******** 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e ssh-agent -k 06:38:05 unset SSH_AUTH_SOCK; 06:38:05 unset SSH_AGENT_PID; 06:38:05 echo Agent pid 17 killed; 06:38:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:38:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:38:05 [ssh-agent] Looking for ssh-agent implementation... 06:38:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:38:06 $ docker exec 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e ssh-agent 06:38:06 SSH_AUTH_SOCK=/tmp/ssh-6y7MNFqlMTRt/agent.46 06:38:06 SSH_AGENT_PID=51 06:38:06 Running ssh-add (command line suppressed) 06:38:06 Identity added: /w/workspace/edgex-go/3@tmp/private_key_8065725120239983379.key (/w/workspace/edgex-go/3@tmp/private_key_8065725120239983379.key) 06:38:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:38:07 + git semver init 06:38:07 # -> Open(): unable to determine branch for HEAD 06:38:07 # $GIT_DIR = /w/workspace/edgex-go/3/.git 06:38:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 06:38:07 # $SEMVER_REMOTE_NAME = origin 06:38:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:38:07 # $SEMVER_USER_NAME = edgex-jenkins 06:38:07 # $SEMVER_BRANCH = PR-3400 06:38:07 # $SEMVER_TEMP = /tmp/semver-960216297 06:38:07 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:38:39 # '/tmp/semver-960216297' -> '/w/workspace/edgex-go/3/.semver' 06:38:40 # -> Force: false 06:38:40 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 06:38:40 $ docker exec --env ******** --env ******** 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e ssh-agent -k 06:38:41 unset SSH_AUTH_SOCK; 06:38:41 unset SSH_AGENT_PID; 06:38:41 echo Agent pid 51 killed; 06:38:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:38:41 + git semver [Pipeline] } 06:38:41 $ docker stop --time=1 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e 06:38:43 $ docker rm -f 992e590e03730ae78c593ff046e0b4401a08e20296b71fee3a3f12166414333e [Pipeline] // withDockerContainer [Pipeline] sh 06:38:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:38:44 Stashed 1 file(s) [Pipeline] echo 06:38:44 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:38:45 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:38:45 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:38:45 + sudo service docker restart 06:38:45 + true 06:38:45 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 06:38:46 ========================================================= 06:38:46 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:38:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:38:46 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:38:52 Sending build context to Docker daemon 329.7MB 06:38:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 06:38:52 Step 2/6 : FROM ${BASE} 06:38:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:38:52 188c0c94c7c5: Pulling fs layer 06:38:52 0ef7d3d256c8: Pulling fs layer 06:38:52 de9db76c5a1d: Pulling fs layer 06:38:52 bca2f99d35d6: Pulling fs layer 06:38:52 93359f2a8cfa: Pulling fs layer 06:38:52 7c6f9722023f: Pulling fs layer 06:38:52 a35cf1a2eb13: Pulling fs layer 06:38:52 93359f2a8cfa: Waiting 06:38:52 7c6f9722023f: Waiting 06:38:52 a35cf1a2eb13: Waiting 06:38:52 bca2f99d35d6: Waiting 06:38:52 de9db76c5a1d: Verifying Checksum 06:38:52 de9db76c5a1d: Download complete 06:38:52 0ef7d3d256c8: Download complete 06:38:52 93359f2a8cfa: Verifying Checksum 06:38:52 93359f2a8cfa: Download complete 06:38:52 7c6f9722023f: Verifying Checksum 06:38:52 7c6f9722023f: Download complete 06:38:52 188c0c94c7c5: Verifying Checksum 06:38:52 188c0c94c7c5: Download complete 06:38:52 188c0c94c7c5: Pull complete 06:38:52 0ef7d3d256c8: Pull complete 06:38:52 de9db76c5a1d: Pull complete 06:38:54 a35cf1a2eb13: Verifying Checksum 06:38:54 a35cf1a2eb13: Download complete 06:38:54 bca2f99d35d6: Verifying Checksum 06:38:54 bca2f99d35d6: Download complete 06:38:59 Still waiting to schedule task 06:38:59 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1988’ 06:39:01 bca2f99d35d6: Pull complete 06:39:01 93359f2a8cfa: Pull complete 06:39:01 7c6f9722023f: Pull complete 06:39:05 a35cf1a2eb13: Pull complete 06:39:05 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:39:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:39:05 ---> a62c8e92a672 06:39:05 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 06:39:06 ---> Running in a179ec8ed741 06:39:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:39:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:39:08 (1/12) Installing libmagic (5.38-r0) 06:39:08 (2/12) Installing file (5.38-r0) 06:39:08 (3/12) Installing libc-dev (0.7.2-r3) 06:39:08 (4/12) Installing g++ (9.3.0-r2) 06:39:14 (5/12) Installing fortify-headers (1.1-r0) 06:39:14 (6/12) Installing patch (2.7.6-r6) 06:39:14 (7/12) Installing build-base (0.5-r2) 06:39:14 (8/12) Installing libsodium (1.0.18-r0) 06:39:14 (9/12) Installing pkgconf (1.7.2-r0) 06:39:14 (10/12) Installing libsodium-dev (1.0.18-r0) 06:39:14 (11/12) Installing libzmq (4.3.3-r0) 06:39:14 (12/12) Installing zeromq-dev (4.3.3-r0) 06:39:14 Executing busybox-1.31.1-r19.trigger 06:39:14 OK: 233 MiB in 51 packages 06:39:18 Removing intermediate container a179ec8ed741 06:39:18 ---> 554c5109cfd0 06:39:18 Step 4/6 : WORKDIR /edgex-go 06:39:18 ---> Running in 9223f2b7f6a6 06:39:18 Removing intermediate container 9223f2b7f6a6 06:39:18 ---> 4a041175c1e6 06:39:18 Step 5/6 : COPY go.mod . 06:39:19 ---> 010a25daad48 06:39:19 Step 6/6 : RUN go mod download 06:39:19 ---> Running in 3fa845813f3c 06:39:41 Removing intermediate container 3fa845813f3c 06:39:41 ---> e526a426e185 06:39:41 Successfully built e526a426e185 06:39:41 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:39:41 + docker inspect -f . ci-base-image-x86_64 06:39:41 . [Pipeline] withDockerContainer 06:39:41 prd-centos7-docker-4c-2g-1990 does not seem to be running inside a container 06:39:41 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:39:42 $ docker top 2131a270b467f2c2b13d7940fff2fc9a87c2cfa4f8d552f403af3cb9615699c2 -eo pid,comm [Pipeline] { [Pipeline] sh 06:39:43 + go version 06:39:43 go version go1.15.5 linux/amd64 [Pipeline] } 06:39:43 $ docker stop --time=1 2131a270b467f2c2b13d7940fff2fc9a87c2cfa4f8d552f403af3cb9615699c2 06:39:44 $ docker rm -f 2131a270b467f2c2b13d7940fff2fc9a87c2cfa4f8d552f403af3cb9615699c2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:39:45 + docker inspect -f . ci-base-image-x86_64 06:39:45 . [Pipeline] withDockerContainer 06:39:45 prd-centos7-docker-4c-2g-1990 does not seem to be running inside a container 06:39:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:39:46 $ docker top 42e68509cdb0a45e955bd8038e5827ad1db903f0eb38241b8c2d2e127e105740 -eo pid,comm [Pipeline] { [Pipeline] echo 06:39:46 ========================================================= 06:39:46 [edgeXBuildGoParallel] Running Tests and Build... 06:39:46 ========================================================= [Pipeline] sh 06:39:47 + make test 06:39:47 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:39:57 ? github.com/edgexfoundry/edgex-go [no test files] 06:40:19 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:40:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:40:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:40:24 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 06:40:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 06:40:28 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:40:28 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:40:28 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:40:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:40:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:40:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:40:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:40:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.131s coverage: 45.9% of statements 06:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:40:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 06:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.055s coverage: 19.8% of statements 06:40:34 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.096s coverage: 100.0% of statements 06:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.232s coverage: 27.1% of statements 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.082s coverage: 100.0% of statements 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.080s coverage: 100.0% of statements 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.093s coverage: 71.3% of statements 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.222s coverage: 87.7% of statements 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:40:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.133s coverage: 78.9% of statements 06:40:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:40:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.531s coverage: 28.6% of statements 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:40:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.105s coverage: 100.0% of statements 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:40:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:40:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.214s coverage: 86.7% of statements 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:40:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.233s coverage: 97.5% of statements 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:40:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:40:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:40:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.498s coverage: 95.1% of statements 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:40:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.069s coverage: 58.8% of statements 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:40:46 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.102s coverage: 0.9% of statements 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:40:46 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 06:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.077s coverage: 47.1% of statements 06:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.078s coverage: 79.5% of statements 06:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.084s coverage: 94.1% of statements 06:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.111s coverage: 96.3% of statements 06:40:46 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.108s coverage: 87.5% of statements 06:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.076s coverage: 94.4% of statements 06:40:59 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.069s coverage: 44.8% of statements 06:41:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 14.311s coverage: 81.9% of statements 06:41:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.126s coverage: 92.9% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.035s coverage: 77.8% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.055s coverage: 87.2% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.133s coverage: 75.5% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.061s coverage: 80.8% of statements 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.094s coverage: 87.2% of statements 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.081s coverage: 84.6% of statements 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.119s coverage: 91.6% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.230s coverage: 64.4% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.339s coverage: 69.0% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.149s coverage: 38.4% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.056s coverage: 89.5% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.044s coverage: 84.8% of statements 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.182s coverage: 47.0% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.063s coverage: 100.0% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application 0.062s coverage: 9.6% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.184s coverage: 92.6% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.896s coverage: 28.7% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.073s coverage: 99.0% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 06:41:13 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application/scheduler 0.075s coverage: 64.6% of statements 06:41:13 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 06:41:15 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.167s coverage: 97.6% of statements 06:41:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 06:41:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 06:41:15 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 06:41:15 ok github.com/edgexfoundry/edgex-go/internal/system 0.025s coverage: 0.0% of statements 06:41:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:41:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements 06:41:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:41:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:41:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:41:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:41:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.060s coverage: 87.9% of statements 06:41:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:41:15 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:41:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.042s coverage: 100.0% of statements 06:41:15 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.087s coverage: 28.1% of statements 06:41:15 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.048s coverage: 100.0% of statements 06:41:16 GO111MODULE=on go vet ./... 06:41:55 gofmt -l . 06:41:55 [ "`gofmt -l .`" = "" ] 06:41:55 ./bin/test-go-mod-tidy.sh 06:41:55 ./bin/test-attribution-txt.sh [Pipeline] sh 06:41:55 + ls -al . 06:41:55 total 800 06:41:55 drwxrwxr-x 10 1001 1001 4096 Apr 27 06:41 . 06:41:55 drwxr-xr-x 4 root root 28 Apr 27 06:39 .. 06:41:55 -rw-rw-r-- 1 1001 1001 11 Apr 27 06:37 .dockerignore 06:41:55 drwxrwxr-x 8 1001 1001 179 Apr 27 06:37 .git 06:41:55 drwxrwxr-x 3 1001 1001 125 Apr 27 06:37 .github 06:41:55 -rw-rw-r-- 1 1001 1001 818 Apr 27 06:37 .gitignore 06:41:55 drwx------ 3 1001 1001 60 Apr 27 06:38 .semver 06:41:55 -rw-rw-r-- 1 1001 1001 166 Apr 27 06:37 .sonarcloud.properties 06:41:55 -rw-rw-r-- 1 1001 1001 8609 Apr 27 06:37 Attribution.txt 06:41:55 -rw-rw-r-- 1 1001 1001 3804 Apr 27 06:37 CONTRIBUTING.md 06:41:55 -rw-rw-r-- 1 1001 1001 931 Apr 27 06:37 Dockerfile.build 06:41:55 -rw-rw-r-- 1 1001 1001 863 Apr 27 06:37 Jenkinsfile 06:41:55 -rw-rw-r-- 1 1001 1001 10775 Apr 27 06:37 LICENSE 06:41:55 -rw-rw-r-- 1 1001 1001 5774 Apr 27 06:37 Makefile 06:41:55 -rw-rw-r-- 1 1001 1001 7978 Apr 27 06:37 README.md 06:41:55 -rw-rw-r-- 1 1001 1001 6755 Apr 27 06:37 SECURITY.md 06:41:55 -rw-rw-r-- 1 1001 1001 5 Apr 27 06:38 VERSION 06:41:55 -rw-rw-r-- 1 1001 1001 4131 Apr 27 06:37 ZMQWindows.md 06:41:55 drwxrwxr-x 2 1001 1001 117 Apr 27 06:37 bin 06:41:55 drwxrwxr-x 14 1001 1001 4096 Apr 27 06:37 cmd 06:41:55 -rw-r--r-- 1 root root 689494 Apr 27 06:41 coverage.out 06:41:55 -rw-r--r-- 1 root root 1060 Apr 27 06:41 go.mod 06:41:55 -rw-r--r-- 1 root root 22420 Apr 27 06:41 go.sum 06:41:55 drwxrwxr-x 8 1001 1001 127 Apr 27 06:37 internal 06:41:55 drwxrwxr-x 4 1001 1001 26 Apr 27 06:37 openapi 06:41:55 drwxrwxr-x 4 1001 1001 71 Apr 27 06:37 snap 06:41:55 -rw-rw-r-- 1 1001 1001 168 Apr 27 06:37 version.go [Pipeline] sh 06:41:56 + '[' -e coverage.out ] 06:41:56 + chown 1001:1001 coverage.out [Pipeline] stash 06:41:56 Stashed 1 file(s) [Pipeline] sh 06:41:56 + make build 06:41:56 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 06:42:01 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 06:42:11 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 06:42:13 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 06:42:15 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 06:42:15 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 06:42:18 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 06:42:20 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 06:42:22 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 06:42:24 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 06:42:25 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 06:42:27 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] } 06:42:30 $ docker stop --time=1 42e68509cdb0a45e955bd8038e5827ad1db903f0eb38241b8c2d2e127e105740 06:42:31 $ docker rm -f 42e68509cdb0a45e955bd8038e5827ad1db903f0eb38241b8c2d2e127e105740 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:42:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:42:36 06:42:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:42:36 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:42:36 latest: Pulling from edgex-devops/edgex-compose 06:42:36 cbdbe7a5bc2a: Pulling fs layer 06:42:36 ca9280d653b3: Pulling fs layer 06:42:36 7e9c9ca2126c: Pulling fs layer 06:42:36 cbdbe7a5bc2a: Verifying Checksum 06:42:36 cbdbe7a5bc2a: Download complete 06:42:37 cbdbe7a5bc2a: Pull complete 06:42:37 ca9280d653b3: Download complete 06:42:39 7e9c9ca2126c: Verifying Checksum 06:42:39 7e9c9ca2126c: Download complete 06:42:39 ca9280d653b3: Pull complete 06:42:47 7e9c9ca2126c: Pull complete 06:42:47 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:42:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:42:47 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:42:47 prd-centos7-docker-4c-2g-1990 does not seem to be running inside a container 06:42:47 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:42:50 $ docker top d70611f7b2a0f8d35f82f4f8de135564975db8c3eeea2d1ab86a33321a9e987b -eo pid,comm [Pipeline] { [Pipeline] sh 06:42:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1991 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws 06:42:51 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 06:42:51 + docker-compose build --help 06:42:51 + grep parallel 06:42:52 --parallel Build images in parallel. [Pipeline] } 06:42:53 $ docker stop --time=1 d70611f7b2a0f8d35f82f4f8de135564975db8c3eeea2d1ab86a33321a9e987b 06:42:54 $ docker rm -f d70611f7b2a0f8d35f82f4f8de135564975db8c3eeea2d1ab86a33321a9e987b [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:42:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:42:55 . [Pipeline] withDockerContainer 06:42:55 prd-centos7-docker-4c-2g-1990 does not seem to be running inside a container 06:42:55 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:42:56 $ docker top 3ff90e0753e40e2e4d01cdb758126a75bdaff239b687eb7c03e463eda05a1d03 -eo pid,comm [Pipeline] { [Pipeline] sh 06:42:56 + docker-compose -f ./docker-compose-build.yml build --parallel 06:42:57 using credential edgex-jenkins-ssh 06:42:57 Cloning the remote Git repository 06:42:57 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:42:58 Building docker-core-command-go ... 06:42:58 Building docker-core-data-go ... 06:42:58 Building docker-core-metadata-go ... 06:42:58 Building docker-security-bootstrapper-go ... 06:42:58 Building docker-security-proxy-setup-go ... 06:42:58 Building docker-security-secretstore-setup-go ... 06:42:58 Building docker-support-notifications-go ... 06:42:58 Building docker-support-scheduler-go ... 06:42:58 Building docker-sys-mgmt-agent-go ... 06:42:58 Building docker-sys-mgmt-agent-go 06:42:58 Building docker-security-proxy-setup-go 06:42:58 Building docker-support-notifications-go 06:42:58 Building docker-support-scheduler-go 06:42:58 Building docker-core-metadata-go 06:42:57 > git init /w/workspace/edgex-go/3 # timeout=10 06:42:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:42:57 > git --version # timeout=10 06:42:57 > git --version # 'git version 2.17.1' 06:42:57 using GIT_SSH to set credentials SSH Credentials for GitHub 06:42:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:43:14 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit ef5daba276cedf4f022dfa528dd774098765b9ba [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:43:14 Failed in branch arm64 06:43:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:43:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:43:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:43:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:43:12 using GIT_SSH to set credentials SSH Credentials for GitHub 06:43:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:43:14 > git config core.sparsecheckout # timeout=10 06:43:14 > git checkout -f ef5daba276cedf4f022dfa528dd774098765b9ba # timeout=10 06:43:45 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:43:45 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:43:45 ---> e526a426e185 06:43:45 Step 3/21 : WORKDIR /edgex-go 06:43:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:43:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:43:45 ---> e526a426e185 06:43:45 Step 3/22 : WORKDIR /edgex-go 06:43:45 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:43:45 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:43:45 ---> e526a426e185 06:43:45 Step 3/22 : WORKDIR /edgex-go 06:43:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:43:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:43:45 ---> e526a426e185 06:43:45 Step 3/23 : WORKDIR /edgex-go 06:43:45 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:43:45 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:43:45 ---> e526a426e185 06:43:45 Step 3/23 : WORKDIR /edgex-go 06:43:45 ---> Running in 3d08cb3531dc 06:43:45 ---> Running in 5a84ff37337c 06:43:45 ---> Running in 8f2649a8c9d0 06:43:45 ---> Running in fd7baa51ffce 06:43:45 ---> Running in 4fe6d957b224 06:43:45 Removing intermediate container 5a84ff37337c 06:43:45 ---> f21730818d73 06:43:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:43:45 Removing intermediate container 4fe6d957b224 06:43:45 ---> 1a738884460a 06:43:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:43:45 Removing intermediate container fd7baa51ffce 06:43:45 ---> 3b882b6e6d8f 06:43:45 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:43:45 Removing intermediate container 8f2649a8c9d0 06:43:45 ---> 1059409031bb 06:43:45 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:43:45 Removing intermediate container 3d08cb3531dc 06:43:45 ---> 1850b3738e19 06:43:45 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:43:45 ---> Running in 72bdf4b7d547 06:43:45 ---> Running in 7752b33ad4d7 06:43:45 ---> Running in 3270204e5baf 06:43:45 ---> Running in 4b3e2ee2c683 06:43:45 ---> Running in fea1e428741a 06:43:45 Removing intermediate container 3270204e5baf 06:43:45 ---> b04197451a06 06:43:45 Step 5/22 : RUN apk add --update --no-cache make git 06:43:46 Removing intermediate container 72bdf4b7d547 06:43:46 ---> 08a503b50f18 06:43:46 Step 5/23 : RUN apk add --update --no-cache make bash git 06:43:46 ---> Running in 0422612fa0fb 06:43:46 Removing intermediate container 4b3e2ee2c683 06:43:46 ---> 9f110f5c0da9 06:43:46 Step 5/23 : RUN apk add --update --no-cache make git 06:43:46 ---> Running in 4370c3c3dcda 06:43:46 Removing intermediate container 7752b33ad4d7 06:43:46 ---> 685058986e28 06:43:46 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 06:43:46 ---> Running in fe76d024f532 06:43:46 Removing intermediate container fea1e428741a 06:43:46 ---> 8af3d045099d 06:43:46 Step 5/21 : RUN apk add --update --no-cache make git 06:43:46 ---> Running in ced0fad31608 06:43:46 ---> Running in 761f513cf20c 06:43:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:43:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:48 OK: 233 MiB in 51 packages 06:43:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:43:49 OK: 233 MiB in 51 packages 06:43:49 OK: 233 MiB in 51 packages 06:43:49 Removing intermediate container 0422612fa0fb 06:43:49 ---> 74528408ee72 06:43:49 Step 6/22 : COPY go.mod . 06:43:49 OK: 233 MiB in 51 packages 06:43:50 ---> 75da12dc846a 06:43:50 Step 7/22 : RUN go mod download 06:43:50 OK: 233 MiB in 51 packages 06:43:50 ---> Running in 22bc122787bf 06:43:50 Removing intermediate container fe76d024f532 06:43:50 ---> e6a56904fbe1 06:43:50 Step 6/23 : COPY go.mod . 06:43:50 Removing intermediate container ced0fad31608 06:43:50 ---> efbf119a8b18 06:43:50 Step 6/22 : COPY go.mod . 06:43:50 Removing intermediate container 4370c3c3dcda 06:43:50 ---> 61438270ff7f 06:43:50 Step 6/23 : COPY go.mod . 06:43:50 ---> 1ab5490908c2 06:43:50 Step 7/23 : RUN go mod download 06:43:50 ---> f49350350765 06:43:50 Step 7/22 : RUN go mod download 06:43:50 ---> Running in e859395979f1 06:43:50 ---> f4b443804f32 06:43:50 Step 7/23 : RUN go mod download 06:43:50 Removing intermediate container 761f513cf20c 06:43:50 ---> 0eb0fc167616 06:43:50 Step 6/21 : COPY go.mod . 06:43:51 ---> Running in e6c5bdecbcc6 06:43:51 ---> Running in 4107a7d81760 06:43:51 ---> 9733864bf7c0 06:43:51 Step 7/21 : RUN go mod download 06:43:51 ---> Running in f47283924a6d 06:43:53 Removing intermediate container 22bc122787bf 06:43:53 ---> 9e894038a4d2 06:43:53 Step 8/22 : COPY . . 06:43:53 Removing intermediate container e859395979f1 06:43:53 ---> fe7d2891f695 06:43:53 Step 8/23 : COPY . . 06:43:54 Removing intermediate container f47283924a6d 06:43:54 ---> 2ba5eb768c2d 06:43:54 Step 8/21 : COPY . . 06:43:58 Removing intermediate container e6c5bdecbcc6 06:43:58 ---> 9f85392359bc 06:43:58 Step 8/22 : COPY . . 06:43:58 Removing intermediate container 4107a7d81760 06:43:58 ---> ce5aa309170b 06:43:58 Step 8/23 : COPY . . 06:44:37 ---> c8830a2a931f 06:44:37 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 06:44:37 ---> Running in ce8b0b0ea9c0 06:44:37 ---> 718df34f8039 06:44:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 06:44:37 ---> 33bd5cb0bc37 06:44:37 Step 9/23 : RUN make cmd/core-metadata/core-metadata 06:44:37 ---> db7ec05c108b 06:44:37 Step 9/22 : RUN make cmd/support-notifications/support-notifications 06:44:37 ---> 345b17d79a88 06:44:37 Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:44:37 ---> Running in 26a7cc20891e 06:44:37 ---> Running in 521533ec5aed 06:44:37 ---> Running in 52540c961fdc 06:44:37 ---> Running in 879f4fc423e3 06:44:39 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 06:44:39 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 06:44:39 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 06:44:39 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 06:44:39 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 06:45:27 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 06:45:35 Removing intermediate container 879f4fc423e3 06:45:35 ---> 44b53e1deb06 06:45:35 Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:45:35 ---> Running in 621a299fcbe6 06:45:36 Removing intermediate container ce8b0b0ea9c0 06:45:36 ---> 9315af80de98 06:45:36 06:45:36 Step 10/22 : FROM alpine:3.12 06:45:36 Removing intermediate container 521533ec5aed 06:45:36 ---> 2a0c8ec360cc 06:45:36 06:45:36 Step 10/22 : FROM alpine:3.12 06:45:36 3.12: Pulling from library/alpine 06:45:36 3.12: Pulling from library/alpine 06:45:37 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 06:45:37 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:45:37 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 06:45:37 Status: Downloaded newer image for alpine:3.12 06:45:37 ---> 13621d1b12d4 06:45:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 06:45:37 Status: Image is up to date for alpine:3.12 06:45:37 ---> 13621d1b12d4 06:45:37 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 06:45:41 ---> Running in 334c423de091 06:45:41 ---> Running in ad79e29a50e5 06:45:41 Removing intermediate container 52540c961fdc 06:45:41 ---> d898de5aff09 06:45:41 06:45:41 Step 10/21 : FROM alpine:3.12 06:45:41 ---> 13621d1b12d4 06:45:41 Step 11/21 : RUN apk add --update --no-cache curl 06:45:41 Removing intermediate container 26a7cc20891e 06:45:41 ---> 7530f96e6ebe 06:45:41 06:45:41 Step 10/23 : FROM alpine:3.12 06:45:41 ---> 13621d1b12d4 06:45:41 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:45:42 ---> Running in 6de5aed305e9 06:45:42 ---> Running in 846c0bd98d42 06:45:43 Removing intermediate container 621a299fcbe6 06:45:43 ---> 34a744cf4f77 06:45:43 06:45:43 Step 11/23 : FROM docker:20.10.0 06:45:43 20.10.0: Pulling from library/docker 06:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:45:43 (1/2) Installing ca-certificates (20191127-r4) 06:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:45:43 (1/1) Installing dumb-init (1.2.2-r1) 06:45:43 (2/2) Installing dumb-init (1.2.2-r1) 06:45:43 Executing busybox-1.31.1-r20.trigger 06:45:43 Executing busybox-1.31.1-r20.trigger 06:45:43 Executing ca-certificates-20191127-r4.trigger 06:45:43 OK: 6 MiB in 15 packages 06:45:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:45:43 OK: 6 MiB in 16 packages 06:45:43 (1/1) Installing dumb-init (1.2.2-r1) 06:45:43 (1/4) Installing ca-certificates (20191127-r4) 06:45:43 Executing busybox-1.31.1-r20.trigger 06:45:43 OK: 6 MiB in 15 packages 06:45:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:45:43 (3/4) Installing libcurl (7.76.1-r0) 06:45:43 (4/4) Installing curl (7.76.1-r0) 06:45:43 Executing busybox-1.31.1-r20.trigger 06:45:43 Executing ca-certificates-20191127-r4.trigger 06:45:44 OK: 7 MiB in 18 packages 06:45:45 Removing intermediate container 334c423de091 06:45:45 ---> fb5e34585719 06:45:45 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:45:45 ---> Running in b13e2af6b3cc 06:45:46 Removing intermediate container 846c0bd98d42 06:45:46 ---> da7fa3071f63 06:45:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:45:46 Removing intermediate container ad79e29a50e5 06:45:46 ---> 416b0e15be5c 06:45:46 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 06:45:46 Removing intermediate container 6de5aed305e9 06:45:46 ---> 73c26e6211f8 06:45:46 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:45:46 ---> Running in d79dbee0b2fd 06:45:46 Removing intermediate container b13e2af6b3cc 06:45:46 ---> 051eb10f9cbb 06:45:46 Step 13/22 : ENV APP_PORT=48085 06:45:46 ---> Running in f03b43540057 06:45:46 ---> Running in d4e1ab334c91 06:45:46 ---> Running in 84a6eb9edc64 06:45:46 Removing intermediate container d79dbee0b2fd 06:45:46 ---> 8299b9b55a8b 06:45:46 Step 13/23 : ENV APP_PORT=48081 06:45:46 Removing intermediate container f03b43540057 06:45:46 ---> 01b98e4caaa6 06:45:46 Step 13/21 : WORKDIR /edgex 06:45:47 Removing intermediate container d4e1ab334c91 06:45:47 ---> 46008d13b015 06:45:47 Step 13/22 : ENV APP_PORT=48060 06:45:47 Removing intermediate container 84a6eb9edc64 06:45:47 ---> bd3679af8068 06:45:47 Step 14/22 : EXPOSE $APP_PORT 06:45:47 ---> Running in 3000b0491be8 06:45:47 ---> Running in df2ea6c3907c 06:45:47 ---> Running in dfbee6fafd60 06:45:47 ---> Running in 6950ebf72471 06:45:47 Removing intermediate container 3000b0491be8 06:45:47 ---> 4c28c8bd4f2a 06:45:47 Step 14/23 : EXPOSE $APP_PORT 06:45:47 ---> Running in 01b415ded558 06:45:47 Removing intermediate container dfbee6fafd60 06:45:47 ---> 658417f27859 06:45:47 Step 14/22 : EXPOSE $APP_PORT 06:45:47 Removing intermediate container 6950ebf72471 06:45:47 ---> 834be83a745d 06:45:47 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:45:47 Removing intermediate container df2ea6c3907c 06:45:47 ---> 8aec00b53352 06:45:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:45:47 ---> Running in 5c2e535b0d42 06:45:47 Removing intermediate container 01b415ded558 06:45:47 ---> 4fd7867d9cd7 06:45:47 Step 15/23 : WORKDIR / 06:45:48 ---> Running in 2e627d1739e8 06:45:48 Removing intermediate container 5c2e535b0d42 06:45:48 ---> 63d0e25b7074 06:45:48 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 06:45:48 ---> 1bf20eed8c0c 06:45:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:45:49 ---> 9c1d1dfab3c3 06:45:49 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:45:49 Removing intermediate container 2e627d1739e8 06:45:49 ---> c95b2dce0473 06:45:49 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:45:49 ---> c9f800151b04 06:45:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:45:49 ---> cbfb1bd151c4 06:45:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:45:49 ---> e8e42187bfa8 06:45:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:45:50 ---> 2f1a83cf03e1 06:45:50 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 06:45:50 ---> 4abbce283248 06:45:50 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 06:45:50 ---> Running in cba8e0529eac 06:45:50 ---> 418b7fd0ad4a 06:45:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:45:51 ---> 46bcfb579036 06:45:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:45:51 Removing intermediate container cba8e0529eac 06:45:51 ---> c7ceebcae0e9 06:45:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:45:51 ---> 8ebbb2b2f9b0 06:45:51 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:45:51 ---> d0f0bf2290a8 06:45:51 Step 18/22 : ENTRYPOINT ["/support-notifications"] 06:45:52 ---> Running in cace717f4285 06:45:52 ---> Running in 081ef3ceae7b 06:45:52 ---> Running in 50fd2e896543 06:45:52 ---> 136273e9c681 06:45:52 Step 19/23 : ENTRYPOINT ["/core-metadata"] 06:45:52 Removing intermediate container cace717f4285 06:45:52 ---> f578477494be 06:45:52 Step 20/22 : LABEL arch=x86_64 06:45:52 ---> Running in 9a693d16cd88 06:45:52 Removing intermediate container 081ef3ceae7b 06:45:52 ---> 9ccbcb8b0da7 06:45:52 Step 18/21 : CMD ["--init=true"] 06:45:52 Removing intermediate container 50fd2e896543 06:45:52 ---> ce2aab1bcc07 06:45:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:45:52 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 06:45:52 ---> Running in d2ae83a8a41d 06:45:52 Status: Downloaded newer image for docker:20.10.0 06:45:52 ---> aefe523efa57 06:45:52 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' 06:45:52 ---> Running in a6afd43d9b05 06:45:52 ---> Running in 3836f0b179a5 06:45:52 Removing intermediate container 9a693d16cd88 06:45:52 ---> 8deee42e1303 06:45:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:45:52 ---> Running in 3e52192d01a3 06:45:52 Removing intermediate container d2ae83a8a41d 06:45:52 ---> d7f24c6bfedb 06:45:52 Step 21/22 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba 06:45:53 Removing intermediate container a6afd43d9b05 06:45:53 ---> c88b8a1d0bb3 06:45:53 Step 19/21 : LABEL arch=x86_64 06:45:53 ---> Running in 2f007f8df7f1 06:45:53 Removing intermediate container 3836f0b179a5 06:45:53 ---> c5ecc34f2ff8 06:45:53 Step 20/22 : LABEL arch=x86_64 06:45:53 ---> Running in 9e13a21ed480 06:45:53 ---> Running in a5f566f6e42b 06:45:53 Removing intermediate container 3e52192d01a3 06:45:53 ---> 761d4c0faa75 06:45:53 Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install docker-compose==1.23.2 06:45:53 ---> Running in 7e7a97171790 06:45:53 ---> Running in dbd2d21e2655 06:45:53 Removing intermediate container 2f007f8df7f1 06:45:53 ---> e217fc5bcf54 06:45:53 Step 21/23 : LABEL arch=x86_64 06:45:53 Removing intermediate container a5f566f6e42b 06:45:53 ---> eadb14aa23f9 06:45:53 Step 22/22 : LABEL version=0.0.0 06:45:53 Removing intermediate container 9e13a21ed480 06:45:53 ---> 34dfb12b1b3f 06:45:53 Step 20/21 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba 06:45:53 ---> Running in 8df8c1ee4a52 06:45:53 ---> Running in 9d246877a46f 06:45:53 Removing intermediate container 7e7a97171790 06:45:53 ---> b5b51451223f 06:45:53 Step 21/22 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba 06:45:53 ---> Running in 0f5c22605f10 06:45:53 ---> Running in 39f735b750d5 06:45:54 Removing intermediate container 8df8c1ee4a52 06:45:54 ---> f7e91d8e130f 06:45:54 Step 22/23 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba 06:45:54 Removing intermediate container 9d246877a46f 06:45:54 ---> 2d8888cc70b7 06:45:54 06:45:54 ---> Running in c82eb784678b 06:45:54 Removing intermediate container 0f5c22605f10 06:45:54 ---> a7b774eab1d3 06:45:54 Step 21/21 : LABEL version=0.0.0 06:45:54 Removing intermediate container 39f735b750d5 06:45:54 ---> cefcfcb415a1 06:45:54 Step 22/22 : LABEL version=0.0.0 06:45:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:45:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:45:54 ---> Running in 5b4c925055af 06:45:54 ---> Running in 2b04803ee8ee 06:45:54 Removing intermediate container c82eb784678b 06:45:54 ---> 786cb7a591cd 06:45:54 Step 23/23 : LABEL version=0.0.0 06:45:54 Successfully built 2d8888cc70b7 06:45:54 (1/39) Installing readline (8.0.4-r0) 06:45:54 (2/39) Installing bash (5.0.17-r0) 06:45:54 Executing bash-5.0.17-r0.post-install 06:45:54 (3/39) Installing nghttp2-libs (1.41.0-r0) 06:45:54 (4/39) Installing libcurl (7.76.1-r0) 06:45:54 Successfully tagged docker-support-scheduler-go:latest 06:45:54 Building docker-security-bootstrapper-go 06:45:54 (5/39) Installing curl (7.76.1-r0) 06:45:54  Building docker-support-scheduler-go ... done (6/39) Installing dumb-init (1.2.2-r1) 06:45:54 (7/39) Installing libbz2 (1.0.8-r1) 06:45:54 (8/39) Installing expat (2.2.9-r1) 06:45:54 (9/39) Installing libffi (3.3-r2) 06:45:54 (10/39) Installing gdbm (1.13-r1) 06:45:54 (11/39) Installing xz-libs (5.2.5-r0) 06:45:54 (12/39) Installing sqlite-libs (3.32.1-r0) 06:45:55 (13/39) Installing python3 (3.8.8-r0) 06:45:55 ---> Running in 5cd1e825020c 06:45:55 Removing intermediate container 2b04803ee8ee 06:45:55 ---> 681b8e0e6d5a 06:45:55 06:45:55 Removing intermediate container 5b4c925055af 06:45:55 ---> cf8e33bf4b20 06:45:55 06:45:55 Successfully built cf8e33bf4b20 06:45:55 Successfully tagged docker-security-proxy-setup-go:latest 06:45:55 Building docker-core-command-go 06:45:55  Building docker-security-proxy-setup-go ... done Successfully built 681b8e0e6d5a 06:45:59 Successfully tagged docker-support-notifications-go:latest 06:45:59 Building docker-core-data-go 06:46:00  Building docker-support-notifications-go ... done Removing intermediate container 5cd1e825020c 06:46:00 ---> b4301e4dbdc1 06:46:00 06:46:02 (14/39) Installing py3-appdirs (1.4.4-r1) 06:46:02 (15/39) Installing py3-ordered-set (4.0.1-r0) 06:46:02 (16/39) Installing py3-parsing (2.4.7-r0) 06:46:02 (17/39) Installing py3-six (1.15.0-r0) 06:46:02 (18/39) Installing py3-packaging (20.4-r0) 06:46:03 (19/39) Installing py3-setuptools (47.0.0-r0) 06:46:03 (20/39) Installing py3-chardet (3.0.4-r4) 06:46:04 Successfully built b4301e4dbdc1 06:46:05 (21/39) Installing py3-idna (2.9-r0) 06:46:05 (22/39) Installing py3-certifi (2020.4.5.1-r0) 06:46:05 Successfully tagged docker-core-metadata-go:latest 06:46:05 (23/39) Installing py3-urllib3 (1.25.9-r0) 06:46:05  Building docker-core-metadata-go ... done Building docker-security-secretstore-setup-go 06:46:05 (24/39) Installing py3-requests (2.23.0-r0) 06:46:06 (25/39) Installing py3-msgpack (1.0.0-r0) 06:46:06 (26/39) Installing py3-lockfile (0.12.2-r3) 06:46:06 (27/39) Installing py3-cachecontrol (0.12.6-r0) 06:46:06 (28/39) Installing py3-colorama (0.4.3-r0) 06:46:06 (29/39) Installing py3-distlib (0.3.0-r0) 06:46:06 (30/39) Installing py3-distro (1.5.0-r1) 06:46:06 (31/39) Installing py3-webencodings (0.5.1-r3) 06:46:06 (32/39) Installing py3-html5lib (1.0.1-r4) 06:46:06 (33/39) Installing py3-pytoml (0.1.21-r0) 06:46:06 (34/39) Installing py3-pep517 (0.8.2-r0) 06:46:06 (35/39) Installing py3-progress (1.5-r0) 06:46:06 (36/39) Installing py3-toml (0.10.1-r0) 06:46:07 (37/39) Installing py3-retrying (1.3.3-r0) 06:46:07 (38/39) Installing py3-contextlib2 (0.6.0-r0) 06:46:07 (39/39) Installing py3-pip (20.1.1-r0) 06:46:11 Executing busybox-1.31.1-r19.trigger 06:46:11 OK: 72 MiB in 59 packages 06:46:17 Collecting docker-compose==1.23.2 06:46:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:46:17 Collecting docopt<0.7,>=0.6.1 06:46:17 Downloading docopt-0.6.2.tar.gz (25 kB) 06:46:19 Collecting websocket-client<1.0,>=0.32.0 06:46:19 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 06:46:19 Collecting cached-property<2,>=1.2.0 06:46:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:46:19 Collecting docker<4.0,>=3.6.0 06:46:19 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:46:19 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:46:20 Collecting jsonschema<3,>=2.5.1 06:46:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:46:20 Collecting texttable<0.10,>=0.9.0 06:46:20 Downloading texttable-0.9.1.tar.gz (11 kB) 06:46:22 Collecting dockerpty<0.5,>=0.4.1 06:46:22 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:46:24 Collecting PyYAML<4,>=3.10 06:46:24 Downloading PyYAML-3.13.tar.gz (270 kB) 06:46:25 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:46:25 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:46:25 Collecting docker-pycreds>=0.4.0 06:46:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:46:25 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 06:46:25 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 06:46:25 Collecting idna<2.8,>=2.5 06:46:25 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:46:26 Collecting urllib3<1.25,>=1.21.1 06:46:26 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:46:26 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:46:26 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:46:26 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:46:26 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:46:26 Installing collected packages: docopt, websocket-client, cached-property, docker-pycreds, idna, urllib3, requests, docker, jsonschema, texttable, dockerpty, PyYAML, docker-compose 06:46:27 Running setup.py install for docopt: started 06:46:28 Running setup.py install for docopt: finished with status 'done' 06:46:28 Attempting uninstall: idna 06:46:28 Found existing installation: idna 2.9 06:46:28 Uninstalling idna-2.9: 06:46:29 Successfully uninstalled idna-2.9 06:46:29 Attempting uninstall: urllib3 06:46:29 Found existing installation: urllib3 1.25.9 06:46:29 Uninstalling urllib3-1.25.9: 06:46:29 Successfully uninstalled urllib3-1.25.9 06:46:29 Attempting uninstall: requests 06:46:29 Found existing installation: requests 2.23.0 06:46:29 Uninstalling requests-2.23.0: 06:46:29 Successfully uninstalled requests-2.23.0 06:46:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:46:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:46:31 ---> e526a426e185 06:46:31 Step 3/23 : WORKDIR /edgex-go 06:46:31 ---> Using cache 06:46:31 ---> 1850b3738e19 06:46:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:46:31 Running setup.py install for texttable: started 06:46:31 ---> Using cache 06:46:31 ---> 8af3d045099d 06:46:31 Step 5/23 : RUN apk add --update --no-cache make git 06:46:31 ---> Using cache 06:46:31 ---> 0eb0fc167616 06:46:31 Step 6/23 : COPY go.mod . 06:46:31 ---> Using cache 06:46:31 ---> 9733864bf7c0 06:46:31 Step 7/23 : RUN go mod download 06:46:31 ---> Using cache 06:46:31 ---> 2ba5eb768c2d 06:46:31 Step 8/23 : COPY . . 06:46:31 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:46:31 Step 2/31 : FROM ${BUILDER_BASE} AS builder 06:46:31 ---> e526a426e185 06:46:31 Step 3/31 : WORKDIR /edgex-go 06:46:31 ---> Using cache 06:46:31 ---> 1850b3738e19 06:46:31 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:46:31 ---> Using cache 06:46:31 ---> 8af3d045099d 06:46:31 Step 5/31 : RUN apk add --update --no-cache make git 06:46:31 ---> Using cache 06:46:31 ---> 0eb0fc167616 06:46:31 Step 6/31 : COPY go.mod . 06:46:31 ---> Using cache 06:46:31 ---> 9733864bf7c0 06:46:31 Step 7/31 : RUN go mod download 06:46:31 ---> Using cache 06:46:31 ---> 2ba5eb768c2d 06:46:31 Step 8/31 : COPY . . 06:46:31 ---> Using cache 06:46:31 ---> 718df34f8039 06:46:31 Step 9/23 : RUN make cmd/core-command/core-command 06:46:32 ---> Using cache 06:46:32 ---> 718df34f8039 06:46:32 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 06:46:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:46:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:46:32 ---> e526a426e185 06:46:32 Step 3/23 : WORKDIR /edgex-go 06:46:32 ---> Using cache 06:46:32 ---> 1850b3738e19 06:46:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:46:32 ---> Using cache 06:46:32 ---> 8af3d045099d 06:46:32 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 06:46:33 Running setup.py install for texttable: finished with status 'done' 06:46:33 Running setup.py install for dockerpty: started 06:46:34 ---> Running in 7763eaed46b5 06:46:34 ---> Running in 0ae0a513cc77 06:46:34 ---> Running in 988a6b84cb35 06:46:34 Running setup.py install for dockerpty: finished with status 'done' 06:46:34 Running setup.py install for PyYAML: started 06:46:35 Running setup.py install for PyYAML: finished with status 'done' 06:46:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 06:46:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:46:37 ---> e526a426e185 06:46:37 Step 3/24 : WORKDIR /edgex-go 06:46:37 ---> Using cache 06:46:37 ---> 1850b3738e19 06:46:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:46:37 ---> Using cache 06:46:37 ---> 8af3d045099d 06:46:37 Step 5/24 : RUN apk add --update --no-cache make git 06:46:37 ---> Using cache 06:46:37 ---> 0eb0fc167616 06:46:37 Step 6/24 : COPY go.mod . 06:46:37 ---> Using cache 06:46:37 ---> 9733864bf7c0 06:46:37 Step 7/24 : RUN go mod download 06:46:37 ---> Using cache 06:46:37 ---> 2ba5eb768c2d 06:46:37 Step 8/24 : COPY . . 06:46:37 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 06:46:37 ---> Using cache 06:46:37 ---> 718df34f8039 06:46:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 06:46:37 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 06:46:37 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 06:46:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:46:38 ---> Running in c439821fd1ab 06:46:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:46:39 OK: 233 MiB in 51 packages 06:46:39 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 06:46:40 Removing intermediate container 7763eaed46b5 06:46:40 ---> f8c686c3259b 06:46:40 Step 6/23 : COPY go.mod . 06:46:42 ---> bf88f5df8226 06:46:42 Step 7/23 : RUN go mod download 06:46:43 ---> Running in 1febb8a91772 06:46:48 Removing intermediate container 1febb8a91772 06:46:48 ---> 8911089b0dbb 06:46:48 Step 8/23 : COPY . . 06:47:07 Removing intermediate container dbd2d21e2655 06:47:07 ---> 6e7a6177344c 06:47:07 Step 14/23 : ENV APP_PORT=48090 06:47:07 ---> Running in 3c50b5d690c1 06:47:10 Removing intermediate container 3c50b5d690c1 06:47:10 ---> 22e0abffd7df 06:47:10 Step 15/23 : EXPOSE $APP_PORT 06:47:12 ---> Running in 350844d496b6 06:47:14 Removing intermediate container 350844d496b6 06:47:14 ---> 762561d03175 06:47:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:47:18 ---> d13a15515b55 06:47:18 Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:47:19 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 06:47:19 ---> 25c0166aa6cf 06:47:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:47:20 ---> db3e1e03810f 06:47:20 Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] 06:47:20 ---> Running in fec46eb5e9a1 06:47:21 Removing intermediate container fec46eb5e9a1 06:47:21 ---> 9c234a75924a 06:47:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:47:21 ---> Running in 51045a74f444 06:47:22 Removing intermediate container 51045a74f444 06:47:22 ---> 88d209741f10 06:47:22 Step 21/23 : LABEL arch=x86_64 06:47:26 ---> Running in d99ed7a86062 06:47:26 ---> 7ddd18dcb2c9 06:47:26 Step 9/23 : RUN make cmd/core-data/core-data 06:47:26 ---> Running in f94e2f7937a3 06:47:26 Removing intermediate container 0ae0a513cc77 06:47:26 ---> 66d25adf55a2 06:47:26 06:47:26 Step 10/31 : FROM alpine:3.12 06:47:26 ---> 13621d1b12d4 06:47:26 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 06:47:26 Removing intermediate container 988a6b84cb35 06:47:26 ---> 119c112aca0d 06:47:26 06:47:26 Step 10/23 : FROM alpine:3.12 06:47:26 ---> 13621d1b12d4 06:47:26 Step 11/23 : RUN apk add --update --no-cache dumb-init 06:47:26 ---> Using cache 06:47:26 ---> da7fa3071f63 06:47:26 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 06:47:26 ---> Using cache 06:47:26 ---> 8299b9b55a8b 06:47:26 Step 13/23 : ENV APP_PORT=48082 06:47:26 Removing intermediate container d99ed7a86062 06:47:26 ---> c33b005be81c 06:47:26 Step 22/23 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba 06:47:26 ---> Running in 509fa6031d93 06:47:26 ---> Running in f14f381c4657 06:47:26 ---> Running in 671c754fbe13 06:47:26 Removing intermediate container 509fa6031d93 06:47:26 ---> 67eb7748215d 06:47:26 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 06:47:26 Removing intermediate container f14f381c4657 06:47:26 ---> b1d38e1311b8 06:47:26 Step 14/23 : EXPOSE $APP_PORT 06:47:26 Removing intermediate container 671c754fbe13 06:47:26 ---> 64b2c9fee98b 06:47:26 Step 23/23 : LABEL version=0.0.0 06:47:27 ---> Running in d86f0b89c428 06:47:27 ---> Running in 779fe9068463 06:47:27 ---> Running in c854c982af10 06:47:27 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 06:47:27 Removing intermediate container c854c982af10 06:47:27 ---> aa5f703e3666 06:47:27 06:47:27 Removing intermediate container 779fe9068463 06:47:27 ---> beae6114c805 06:47:27 Step 15/23 : WORKDIR / 06:47:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:47:28 Successfully built aa5f703e3666 06:47:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:47:28 ---> Running in 10497d368aee 06:47:28 Successfully tagged docker-sys-mgmt-agent-go:latest 06:47:28  Building docker-sys-mgmt-agent-go ... done (1/2) Installing dumb-init (1.2.2-r1) 06:47:28 (2/2) Installing su-exec (0.2-r1) 06:47:28 Executing busybox-1.31.1-r20.trigger 06:47:28 OK: 6 MiB in 16 packages 06:47:30 Removing intermediate container 10497d368aee 06:47:30 ---> 1c085ed888a0 06:47:30 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:47:30 Removing intermediate container c439821fd1ab 06:47:30 ---> d94dd7a0e747 06:47:30 06:47:30 Step 10/24 : FROM alpine:3.12 06:47:30 ---> 13621d1b12d4 06:47:30 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl su-exec 06:47:30 ---> Running in 49cecac7c4ef 06:47:31 Removing intermediate container d86f0b89c428 06:47:31 ---> 5f88fe78545d 06:47:31 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 06:47:31 ---> 4e2e9b51fd84 06:47:31 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:47:31 ---> Running in b49afd43cc05 06:47:32 Removing intermediate container b49afd43cc05 06:47:32 ---> 058a2f42ccfc 06:47:32 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 06:47:32 ---> Running in cf90bd6d5f40 06:47:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:47:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:47:32 (1/6) Installing ca-certificates (20191127-r4) 06:47:33 (2/6) Installing nghttp2-libs (1.41.0-r0) 06:47:33 (3/6) Installing libcurl (7.76.1-r0) 06:47:33 (4/6) Installing curl (7.76.1-r0) 06:47:33 (5/6) Installing dumb-init (1.2.2-r1) 06:47:33 (6/6) Installing su-exec (0.2-r1) 06:47:33 Executing busybox-1.31.1-r20.trigger 06:47:33 Executing ca-certificates-20191127-r4.trigger 06:47:33 Removing intermediate container cf90bd6d5f40 06:47:33 ---> cee0fcbada39 06:47:33 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 06:47:33 OK: 7 MiB in 20 packages 06:47:33 ---> aaa367246e07 06:47:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:47:33 ---> Running in 9f232acf2203 06:47:34 ---> d17b5426c124 06:47:34 Step 19/23 : ENTRYPOINT ["/core-command"] 06:47:34 ---> Running in 309ff56c94ee 06:47:35 Removing intermediate container 309ff56c94ee 06:47:35 ---> 3102f56bfaae 06:47:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:47:35 Removing intermediate container 49cecac7c4ef 06:47:35 ---> 81cd6d209bc0 06:47:35 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:47:35 ---> Running in a9788a0682c9 06:47:35 ---> Running in bde356738321 06:47:36 Removing intermediate container a9788a0682c9 06:47:36 ---> 702adaac7951 06:47:36 Step 21/23 : LABEL arch=x86_64 06:47:36 Removing intermediate container bde356738321 06:47:36 ---> dfad7cebf276 06:47:36 Step 13/24 : WORKDIR / 06:47:36 ---> Running in cb5bc910d638 06:47:36 Removing intermediate container 9f232acf2203 06:47:36 ---> 1a3e9b4e8012 06:47:36 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 06:47:36 ---> Running in 53ce3360ff67 06:47:36 ---> Running in e3cbe7206b56 06:47:37 Removing intermediate container cb5bc910d638 06:47:37 ---> c8dc53a53f47 06:47:37 Step 22/23 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba 06:47:38 ---> Running in b8a8bea7d5b2 06:47:38 Removing intermediate container 53ce3360ff67 06:47:38 ---> 876d8e6e933c 06:47:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:47:38 Removing intermediate container e3cbe7206b56 06:47:38 ---> 5762ab4b9621 06:47:38 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 06:47:39 Removing intermediate container b8a8bea7d5b2 06:47:39 ---> c5954ccc081c 06:47:39 Step 23/23 : LABEL version=0.0.0 06:47:39 ---> Running in 5b956aa764a0 06:47:39 ---> ee77c7053d36 06:47:39 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:47:39 ---> 4aa96c7c4c11 06:47:39 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 06:47:39 ---> Running in 19563205bbfa 06:47:40 Removing intermediate container 5b956aa764a0 06:47:40 ---> cf5b6a073995 06:47:40 06:47:40 ---> bf4fa85cf60e 06:47:40 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:47:40 Successfully built cf5b6a073995 06:47:41 Successfully tagged docker-core-command-go:latest 06:47:41  Building docker-core-command-go ... done  ---> 3c11d8233117 06:47:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:47:43 ---> fa86b87b319e 06:47:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:47:43 Removing intermediate container 19563205bbfa 06:47:43 ---> 2f34f5d57ae7 06:47:43 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 06:47:44 ---> 095c42606f13 06:47:44 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 06:47:44 ---> 5f998ac37d44 06:47:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:47:45 ---> 60dc256a7166 06:47:45 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/ 06:47:45 ---> Running in 0cd0256f6986 06:47:45 ---> 8a16e358b8c7 06:47:45 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 06:47:46 ---> d23dc3d63c3e 06:47:46 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 06:47:46 ---> fb72265e6bba 06:47:46 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 06:47:46 ---> a600da1a2225 06:47:46 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 06:47:47 Removing intermediate container 0cd0256f6986 06:47:47 ---> 060c5d137c15 06:47:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 06:47:47 ---> Running in 50f127acf52d 06:47:47 ---> Running in c0daddb9e0dd 06:47:47 Removing intermediate container 50f127acf52d 06:47:47 ---> 5e0be253e5cc 06:47:47 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 06:47:47 Removing intermediate container c0daddb9e0dd 06:47:47 ---> 58943bbeac3e 06:47:47 Step 22/24 : LABEL arch=x86_64 06:47:47 ---> Running in ae3c8a702243 06:47:47 ---> 48415d56c391 06:47:47 Step 26/31 : RUN chmod +x /entrypoint.sh 06:47:48 Removing intermediate container ae3c8a702243 06:47:48 ---> 5eaf7040a33e 06:47:48 Step 23/24 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba 06:47:48 ---> Running in 5db1f9abe051 06:47:48 ---> Running in f9518beb3b03 06:47:50 Removing intermediate container f9518beb3b03 06:47:50 ---> 1e6a839cdc8d 06:47:50 Step 24/24 : LABEL version=0.0.0 06:47:50 ---> Running in d2cc140c13b3 06:47:50 Removing intermediate container d2cc140c13b3 06:47:50 ---> 3d59cb217a00 06:47:50 06:47:50 Successfully built 3d59cb217a00 06:47:50 Removing intermediate container 5db1f9abe051 06:47:50 ---> b0df5ef17cbe 06:47:50 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 06:47:50 Successfully tagged docker-security-secretstore-setup-go:latest 06:47:51  Building docker-security-secretstore-setup-go ... done  ---> Running in 6f58259d9d87 06:47:51 Removing intermediate container 6f58259d9d87 06:47:51 ---> ec1ffebcd5f8 06:47:51 Step 28/31 : CMD ["gate"] 06:47:51 ---> Running in a9bd6275ef00 06:47:51 Removing intermediate container a9bd6275ef00 06:47:51 ---> 8ce050e85058 06:47:51 Step 29/31 : LABEL arch=x86_64 06:47:51 ---> Running in de32bc90b731 06:47:52 Removing intermediate container de32bc90b731 06:47:52 ---> 055e4f8d6d60 06:47:52 Step 30/31 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba 06:47:53 ---> Running in ec727008fb72 06:47:53 Removing intermediate container f94e2f7937a3 06:47:53 ---> 35cabb1054f6 06:47:53 06:47:53 Step 10/23 : FROM alpine:3.12 06:47:53 ---> 13621d1b12d4 06:47:53 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:47:53 ---> Running in a5f8d18f786d 06:47:53 Removing intermediate container ec727008fb72 06:47:53 ---> 4ffafa5135e2 06:47:53 Step 31/31 : LABEL version=0.0.0 06:47:54 ---> Running in 11c48943d19e 06:47:54 Removing intermediate container a5f8d18f786d 06:47:54 ---> d3a128af6e7a 06:47:54 Step 12/23 : ENV APP_PORT=48080 06:47:54 ---> Running in 12a52fea0850 06:47:54 Removing intermediate container 11c48943d19e 06:47:54 ---> 4c4d5a27c158 06:47:54 06:47:54 Removing intermediate container 12a52fea0850 06:47:54 ---> 3a341c5e3c36 06:47:54 Step 13/23 : EXPOSE $APP_PORT 06:47:54 Successfully built 4c4d5a27c158 06:47:54 Successfully tagged docker-security-bootstrapper-go:latest 06:47:54  Building docker-security-bootstrapper-go ... done  ---> Running in 3f08e9d9d352 06:47:55 Removing intermediate container 3f08e9d9d352 06:47:55 ---> 26ac880dfbd9 06:47:55 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:47:55 ---> Running in b5dc849492d6 06:47:56 Removing intermediate container b5dc849492d6 06:47:56 ---> bdb5b33bc54f 06:47:56 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 06:47:56 ---> Running in a57b2733df12 06:47:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:47:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:47:57 (1/6) Installing dumb-init (1.2.2-r1) 06:47:57 (2/6) Installing libgcc (9.3.0-r2) 06:47:58 (3/6) Installing libsodium (1.0.18-r0) 06:47:58 (4/6) Installing libstdc++ (9.3.0-r2) 06:47:59 (5/6) Installing libzmq (4.3.3-r0) 06:47:59 (6/6) Installing zeromq (4.3.3-r0) 06:47:59 Executing busybox-1.31.1-r20.trigger 06:47:59 OK: 8 MiB in 20 packages 06:48:00 Removing intermediate container a57b2733df12 06:48:00 ---> 9fc458c11e61 06:48:00 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 06:48:00 ---> 2162542217e9 06:48:00 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:48:01 ---> f971e2ef7d7b 06:48:01 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:48:01 ---> aea4ae74034b 06:48:01 Step 19/23 : ENTRYPOINT ["/core-data"] 06:48:01 ---> Running in f8592c87b20c 06:48:01 Removing intermediate container f8592c87b20c 06:48:01 ---> c260d5ecc502 06:48:01 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:48:01 ---> Running in bae47c757fd1 06:48:01 Removing intermediate container bae47c757fd1 06:48:01 ---> 5b78f52834b1 06:48:01 Step 21/23 : LABEL arch=x86_64 06:48:02 ---> Running in 0f43f3e9df8d 06:48:02 Removing intermediate container 0f43f3e9df8d 06:48:02 ---> e30d6e1af904 06:48:02 Step 22/23 : LABEL git_sha=ef5daba276cedf4f022dfa528dd774098765b9ba 06:48:02 ---> Running in 68b6e152cc9c 06:48:02 Removing intermediate container 68b6e152cc9c 06:48:02 ---> 6228d4c1af1a 06:48:02 Step 23/23 : LABEL version=0.0.0 06:48:02 ---> Running in 6d6ed0eb8ce9 06:48:02 Removing intermediate container 6d6ed0eb8ce9 06:48:02 ---> 07a69e28386a 06:48:02 06:48:03 Successfully built 07a69e28386a 06:48:03 Successfully tagged docker-core-data-go:latest 06:48:03  Building docker-core-data-go ... done  [Pipeline] } 06:48:03 $ docker stop --time=1 3ff90e0753e40e2e4d01cdb758126a75bdaff239b687eb7c03e463eda05a1d03 06:48:05 $ docker rm -f 3ff90e0753e40e2e4d01cdb758126a75bdaff239b687eb7c03e463eda05a1d03 [Pipeline] // withDockerContainer [Pipeline] sh 06:48:06 + grep docker 06:48:06 + docker images 06:48:07 docker-core-data-go latest 07a69e28386a 4 seconds ago 22.9MB 06:48:07 docker-security-bootstrapper-go latest 4c4d5a27c158 12 seconds ago 19.3MB 06:48:07 docker-security-secretstore-setup-go latest 3d59cb217a00 16 seconds ago 26.3MB 06:48:07 docker-core-command-go latest cf5b6a073995 27 seconds ago 17.5MB 06:48:07 docker-sys-mgmt-agent-go latest aa5f703e3666 39 seconds ago 312MB 06:48:07 docker-core-metadata-go latest b4301e4dbdc1 2 minutes ago 19.2MB 06:48:07 docker-support-notifications-go latest 681b8e0e6d5a 2 minutes ago 18.2MB 06:48:07 docker-security-proxy-setup-go latest cf8e33bf4b20 2 minutes ago 26MB 06:48:07 docker-support-scheduler-go latest 2d8888cc70b7 2 minutes ago 17.7MB 06:48:07 docker 20.10.0 aefe523efa57 4 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 06:48:22 Still waiting to schedule task 06:48:22 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 06:49:21 Running on prd-ubuntu18.04-docker-8c-8g-1994 in /w/workspace/edgexfoundry_edgex-go_PR-3400 [Pipeline] { [Pipeline] ws 06:49:22 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 06:49:24 using credential edgex-jenkins-ssh 06:49:24 Cloning the remote Git repository 06:49:24 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:49:24 > git init /w/workspace/edgex-go/3 # timeout=10 06:49:24 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:49:24 > git --version # timeout=10 06:49:24 > git --version # 'git version 2.17.1' 06:49:24 using GIT_SSH to set credentials SSH Credentials for GitHub 06:49:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:49:49 Merging remotes/origin/master commit 03ff76bef9ea91d3a070bcb4fd44d0f94334fca4 into PR head commit ef5daba276cedf4f022dfa528dd774098765b9ba [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:49:49 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 06:49:50 ---> sysstat.sh 06:49:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:49:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:49:48 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:49:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:49:48 using GIT_SSH to set credentials SSH Credentials for GitHub 06:49:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3400/head:refs/remotes/origin/PR-3400 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:49:49 > git config core.sparsecheckout # timeout=10 06:49:49 > git checkout -f ef5daba276cedf4f022dfa528dd774098765b9ba # timeout=10 [Pipeline] libraryResource [Pipeline] sh 06:49:51 ---> package-listing.sh 06:49:51 ++ tr '[:upper:]' '[:lower:]' 06:49:51 ++ facter osfamily 06:49:51 + OS_FAMILY=redhat 06:49:51 + workspace=/w/workspace/edgex-go/3 06:49:51 + START_PACKAGES=/tmp/packages_start.txt 06:49:51 + END_PACKAGES=/tmp/packages_end.txt 06:49:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:49:51 + PACKAGES=/tmp/packages_start.txt 06:49:51 + '[' /w/workspace/edgex-go/3 ']' 06:49:51 + PACKAGES=/tmp/packages_end.txt 06:49:51 + case "${OS_FAMILY}" in 06:49:51 + rpm -qa 06:49:51 + sort 06:49:58 + '[' -f /tmp/packages_start.txt ']' 06:49:58 + '[' -f /tmp/packages_end.txt ']' 06:49:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:49:58 + '[' /w/workspace/edgex-go/3 ']' 06:49:58 + mkdir -p /w/workspace/edgex-go/3/archives/ 06:49:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 06:49:58 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:49:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:49:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:49:59 06:49:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:50:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:50:00 alpine: Pulling from edgex-lftools-log-publisher 06:50:00 df20fa9351a1: Pulling fs layer 06:50:00 36b3adc4ff6f: Pulling fs layer 06:50:00 8ad3a11d3b57: Pulling fs layer 06:50:00 46f8f816bc3b: Pulling fs layer 06:50:00 93b61091891f: Pulling fs layer 06:50:00 93b9cdb0e59b: Pulling fs layer 06:50:00 5e14af77c1be: Pulling fs layer 06:50:00 01666e4c0597: Pulling fs layer 06:50:00 aa168da1d23b: Pulling fs layer 06:50:00 46f8f816bc3b: Waiting 06:50:00 93b61091891f: Waiting 06:50:00 93b9cdb0e59b: Waiting 06:50:00 5e14af77c1be: Waiting 06:50:00 01666e4c0597: Waiting 06:50:00 aa168da1d23b: Waiting 06:50:00 36b3adc4ff6f: Verifying Checksum 06:50:00 36b3adc4ff6f: Download complete 06:50:00 46f8f816bc3b: Verifying Checksum 06:50:00 46f8f816bc3b: Download complete 06:50:00 df20fa9351a1: Download complete 06:50:00 93b9cdb0e59b: Verifying Checksum 06:50:00 93b9cdb0e59b: Download complete 06:50:00 93b61091891f: Download complete 06:50:00 5e14af77c1be: Verifying Checksum 06:50:00 5e14af77c1be: Download complete 06:50:00 01666e4c0597: Verifying Checksum 06:50:00 01666e4c0597: Download complete 06:50:00 df20fa9351a1: Pull complete 06:50:00 8ad3a11d3b57: Verifying Checksum 06:50:00 8ad3a11d3b57: Download complete 06:50:01 36b3adc4ff6f: Pull complete 06:50:02 8ad3a11d3b57: Pull complete 06:50:02 46f8f816bc3b: Pull complete 06:50:03 93b61091891f: Pull complete 06:50:03 aa168da1d23b: Verifying Checksum 06:50:03 aa168da1d23b: Download complete 06:50:04 93b9cdb0e59b: Pull complete 06:50:04 5e14af77c1be: Pull complete 06:50:05 01666e4c0597: Pull complete 06:50:17 aa168da1d23b: Pull complete 06:50:17 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:50:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:50:17 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:50:17 prd-centos7-docker-4c-2g-1990 does not seem to be running inside a container 06:50:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:50:21 $ docker top 24ffb87da4b5d33850cfa7d3147067fb9eb501c1061c9a4adf3d96e6581dd5f0 -eo pid,comm [Pipeline] { [Pipeline] sh 06:50:21 + touch /tmp/pre-build-complete [Pipeline] sh 06:50:21 + mkdir -p /var/log/sa [Pipeline] sh 06:50:22 + ls /var/log/sa-host 06:50:22 + sadf -c /var/log/sa-host/sa23 06:50:22 file_magic: OK 06:50:22 HZ: Using current value: 100 06:50:22 file_header: OK 06:50:22 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 06:50:22 Statistics: 06:50:22 Hnuu...uuuununununu... 06:50:22 File successfully converted to sysstat format version 12.2.1 06:50:22 + sadf -c /var/log/sa-host/sa27 06:50:22 file_magic: OK 06:50:22 HZ: Using current value: 100 06:50:22 file_header: OK 06:50:22 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 06:50:22 Statistics: 06:50:22 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... 06:50:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:50:22 provisioning config files... 06:50:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config2064963879419696001tmp [Pipeline] { [Pipeline] echo 06:50:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:50:22 ---> create-netrc.sh [Pipeline] } 06:50:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:50:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:50:23 ---> python-tools-install.sh [Pipeline] echo 06:50:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:50:23 ---> sudo-logs.sh 06:50:23 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:50:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:50:24 ---> job-cost.sh 06:50:24 lf-activate-venv: SKIPPING 06:50:24 INFO: No Stack... 06:50:26 INFO: Retrieving Pricing Info for: v1-standard-2 06:50:26 INFO: Archiving Costs [Pipeline] echo 06:50:26 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:50:27 ---> logs-deploy.sh 06:50:27 lf-activate-venv: SKIPPING 06:50:27 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3400/3 06:50:27 INFO: archiving workspace using pattern(s): 06:50:29 Archives upload complete. 06:50:29 INFO: archiving logs to Nexus