Pull request #3104 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 cherrycl for edgexfoundry/edgex-go Loading trusted files from base branch master at 52b41697029d46b9dd6fcb3599083165743908cd rather than 695d596de3de4454281bc19f58cd379e013faf7b Obtained Jenkinsfile from 52b41697029d46b9dd6fcb3599083165743908cd 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-24311’ is offline Running on prd-centos7-docker-4c-2g-24314 in /w/workspace/edgexfoundry_edgex-go_PR-3104 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3104/head:refs/remotes/origin/PR-3104 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit 695d596de3de4454281bc19f58cd379e013faf7b Merge succeeded, producing 695d596de3de4454281bc19f58cd379e013faf7b Checking out Revision 695d596de3de4454281bc19f58cd379e013faf7b (PR-3104) > git config core.sparsecheckout # timeout=10 > git checkout -f 695d596de3de4454281bc19f58cd379e013faf7b # 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 52b41697029d46b9dd6fcb3599083165743908cd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 695d596de3de4454281bc19f58cd379e013faf7b # timeout=10 Commit message: "fix(docs): Remove 400 response code from delete method and remove required from X-Correlation-ID" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 08:28:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:28:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk c8eb124c97d4b5f0651b3688f5c52adcf587cc4a # timeout=10 [Pipeline] echo 08:28:25 ========================================================= 08:28:25 EdgeX Global Pipelines Version Info 08:28:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:28:26 ------------------- 08:28:26 stable info: 08:28:26 ------------------- 08:28:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:28:26 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:28:26 Message: update stable to v1.0.179 08:28:27 ------------------- 08:28:27 experimental info: 08:28:27 ------------------- 08:28:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:28:27 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 08:28:27 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:28:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 08:28:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 08:28:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:28:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:28:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:28:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:28:28 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:28:28 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 08:28:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 08:28:28 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 08:28:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:28:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:28:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:28:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:28:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:28:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 08:28:29 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:28:29 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:28:29 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:28:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:28:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 08:28:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 08:28:30 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 08:28:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3104 [Pipeline] echo 08:28:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3104 [Pipeline] echo 08:28:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3104 [Pipeline] echo 08:28:30 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 695d596de3de4454281bc19f58cd379e013faf7b [Pipeline] echo 08:28:30 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 695d596 [Pipeline] echo 08:28:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:28:31 provisioning config files... 08:28:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config337185294622424513tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:28:31 ---> docker-login.sh 08:28:31 nexus3.edgexfoundry.org:10001 08:28:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:32 Configure a credential helper to remove this warning. See 08:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:32 08:28:32 Login Succeeded 08:28:32 nexus3.edgexfoundry.org:10002 08:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:32 Configure a credential helper to remove this warning. See 08:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:32 08:28:32 Login Succeeded 08:28:32 nexus3.edgexfoundry.org:10003 08:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:32 Configure a credential helper to remove this warning. See 08:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:32 08:28:32 Login Succeeded 08:28:32 nexus3.edgexfoundry.org:10004 08:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:32 Configure a credential helper to remove this warning. See 08:28:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:32 08:28:32 Login Succeeded 08:28:32 docker.io 08:28:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:28:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:28:33 Configure a credential helper to remove this warning. See 08:28:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:28:33 08:28:33 Login Succeeded 08:28:33 ---> docker-login.sh ends [Pipeline] } 08:28:33 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:28:33 ++ 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 08:28:33 + for file in '`ls cmd/**/Dockerfile`' 08:28:33 ++ dirname cmd/core-command/Dockerfile 08:28:33 ++ cut -d/ -f2 08:28:33 + echo core-command,cmd/core-command/Dockerfile 08:28:33 + for file in '`ls cmd/**/Dockerfile`' 08:28:33 ++ dirname cmd/core-data/Dockerfile 08:28:33 ++ cut -d/ -f2 08:28:33 + echo core-data,cmd/core-data/Dockerfile 08:28:33 + for file in '`ls cmd/**/Dockerfile`' 08:28:33 ++ dirname cmd/core-metadata/Dockerfile 08:28:33 ++ cut -d/ -f2 08:28:33 + echo core-metadata,cmd/core-metadata/Dockerfile 08:28:33 + for file in '`ls cmd/**/Dockerfile`' 08:28:33 ++ dirname cmd/security-bootstrapper/Dockerfile 08:28:33 ++ cut -d/ -f2 08:28:33 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 08:28:33 + for file in '`ls cmd/**/Dockerfile`' 08:28:33 ++ dirname cmd/security-proxy-setup/Dockerfile 08:28:33 ++ cut -d/ -f2 08:28:33 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 08:28:33 + for file in '`ls cmd/**/Dockerfile`' 08:28:33 ++ dirname cmd/security-secretstore-setup/Dockerfile 08:28:33 ++ cut -d/ -f2 08:28:33 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 08:28:33 + for file in '`ls cmd/**/Dockerfile`' 08:28:33 ++ dirname cmd/support-notifications/Dockerfile 08:28:33 ++ cut -d/ -f2 08:28:33 + echo support-notifications,cmd/support-notifications/Dockerfile 08:28:33 + for file in '`ls cmd/**/Dockerfile`' 08:28:33 ++ dirname cmd/support-scheduler/Dockerfile 08:28:33 ++ cut -d/ -f2 08:28:33 + echo support-scheduler,cmd/support-scheduler/Dockerfile 08:28:33 + for file in '`ls cmd/**/Dockerfile`' 08:28:33 ++ dirname cmd/sys-mgmt-agent/Dockerfile 08:28:33 ++ cut -d/ -f2 08:28:33 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 08:28:33 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 08:28:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:28:35 08:28:35 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:28:35 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:28:35 latest: Pulling from edgex-devops/git-semver 08:28:35 31603596830f: Pulling fs layer 08:28:35 2a8b12db71e7: Pulling fs layer 08:28:35 6ca5941a6612: Pulling fs layer 08:28:35 ecc8261a40a4: Pulling fs layer 08:28:35 ecc8261a40a4: Waiting 08:28:35 2a8b12db71e7: Verifying Checksum 08:28:35 2a8b12db71e7: Download complete 08:28:36 31603596830f: Verifying Checksum 08:28:36 31603596830f: Download complete 08:28:36 ecc8261a40a4: Verifying Checksum 08:28:36 ecc8261a40a4: Download complete 08:28:36 6ca5941a6612: Verifying Checksum 08:28:36 6ca5941a6612: Download complete 08:28:36 31603596830f: Pull complete 08:28:36 2a8b12db71e7: Pull complete 08:28:37 6ca5941a6612: Pull complete 08:28:37 ecc8261a40a4: Pull complete 08:28:37 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:28:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:28:37 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:28:37 prd-centos7-docker-4c-2g-24314 does not seem to be running inside a container 08:28:37 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:28:40 $ docker top f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:28:40 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:28:40 [ssh-agent] Looking for ssh-agent implementation... 08:28:40 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:28:40 $ docker exec f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e ssh-agent 08:28:41 SSH_AUTH_SOCK=/tmp/ssh-tfH1eEXwaVDv/agent.11 08:28:41 SSH_AGENT_PID=16 08:28:41 Running ssh-add (command line suppressed) 08:28:41 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7728199628050554493.key (/w/workspace/edgex-go/3@tmp/private_key_7728199628050554493.key) 08:28:41 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:28:41 + git tag --points-at HEAD [Pipeline] } 08:28:41 $ docker exec --env ******** --env ******** f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e ssh-agent -k 08:28:41 unset SSH_AUTH_SOCK; 08:28:41 unset SSH_AGENT_PID; 08:28:41 echo Agent pid 16 killed; 08:28:41 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:28:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:28:41 [ssh-agent] Looking for ssh-agent implementation... 08:28:42 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:28:42 $ docker exec f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e ssh-agent 08:28:42 SSH_AUTH_SOCK=/tmp/ssh-NAhT18zrKz9b/agent.46 08:28:42 SSH_AGENT_PID=51 08:28:42 Running ssh-add (command line suppressed) 08:28:42 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7261296972526214960.key (/w/workspace/edgex-go/3@tmp/private_key_7261296972526214960.key) 08:28:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:28:42 + git semver init 08:28:42 # -> Open(): unable to determine branch for HEAD 08:28:42 # $GIT_DIR = /w/workspace/edgex-go/3/.git 08:28:42 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 08:28:42 # $SEMVER_REMOTE_NAME = origin 08:28:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:28:42 # $SEMVER_USER_NAME = edgex-jenkins 08:28:42 # $SEMVER_BRANCH = PR-3104 08:28:42 # $SEMVER_TEMP = /tmp/semver-582936683 08:28:42 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 08:29:01 # '/tmp/semver-582936683' -> '/w/workspace/edgex-go/3/.semver' 08:29:01 # -> Force: false 08:29:01 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 08:29:01 $ docker exec --env ******** --env ******** f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e ssh-agent -k 08:29:01 unset SSH_AUTH_SOCK; 08:29:01 unset SSH_AGENT_PID; 08:29:01 echo Agent pid 51 killed; 08:29:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:29:02 + git semver [Pipeline] } 08:29:02 $ docker stop --time=1 f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e 08:29:03 $ docker rm -f f2279f3046c4affc1ebaa9390f7d77ea1caf9562cfdf85e43bd227c7205b838e [Pipeline] // withDockerContainer [Pipeline] sh 08:29:04 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:29:04 Stashed 1 file(s) [Pipeline] echo 08:29:04 [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 08:29:05 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:29:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:29:06 + sudo service docker restart 08:29:06 + true 08:29:06 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 08:29:07 ========================================================= 08:29:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:29:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:29:07 + 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 . 08:29:11 Sending build context to Docker daemon 327.4MB 08:29:11 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 08:29:11 Step 2/6 : FROM ${BASE} 08:29:11 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:29:11 188c0c94c7c5: Pulling fs layer 08:29:11 0ef7d3d256c8: Pulling fs layer 08:29:11 de9db76c5a1d: Pulling fs layer 08:29:11 bca2f99d35d6: Pulling fs layer 08:29:11 93359f2a8cfa: Pulling fs layer 08:29:11 7c6f9722023f: Pulling fs layer 08:29:11 a35cf1a2eb13: Pulling fs layer 08:29:11 93359f2a8cfa: Waiting 08:29:11 7c6f9722023f: Waiting 08:29:11 a35cf1a2eb13: Waiting 08:29:11 bca2f99d35d6: Waiting 08:29:11 de9db76c5a1d: Verifying Checksum 08:29:11 de9db76c5a1d: Download complete 08:29:11 0ef7d3d256c8: Verifying Checksum 08:29:11 188c0c94c7c5: Verifying Checksum 08:29:11 188c0c94c7c5: Download complete 08:29:11 93359f2a8cfa: Verifying Checksum 08:29:11 93359f2a8cfa: Download complete 08:29:12 7c6f9722023f: Verifying Checksum 08:29:12 7c6f9722023f: Download complete 08:29:12 188c0c94c7c5: Pull complete 08:29:12 0ef7d3d256c8: Pull complete 08:29:12 de9db76c5a1d: Pull complete 08:29:14 a35cf1a2eb13: Verifying Checksum 08:29:14 a35cf1a2eb13: Download complete 08:29:14 bca2f99d35d6: Verifying Checksum 08:29:14 bca2f99d35d6: Download complete 08:29:20 Still waiting to schedule task 08:29:20 ‘prd-ubuntu18.04-docker-arm64-4c-16g-24312’ is offline 08:29:21 bca2f99d35d6: Pull complete 08:29:21 93359f2a8cfa: Pull complete 08:29:21 7c6f9722023f: Pull complete 08:29:25 a35cf1a2eb13: Pull complete 08:29:25 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:29:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:29:25 ---> a62c8e92a672 08:29:25 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 08:29:25 ---> Running in 5cc2e5043f9a 08:29:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:29:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:29:28 (1/12) Installing libmagic (5.38-r0) 08:29:28 (2/12) Installing file (5.38-r0) 08:29:28 (3/12) Installing libc-dev (0.7.2-r3) 08:29:28 (4/12) Installing g++ (9.3.0-r2) 08:29:32 (5/12) Installing fortify-headers (1.1-r0) 08:29:32 (6/12) Installing patch (2.7.6-r6) 08:29:32 (7/12) Installing build-base (0.5-r2) 08:29:32 (8/12) Installing libsodium (1.0.18-r0) 08:29:32 (9/12) Installing pkgconf (1.7.2-r0) 08:29:32 (10/12) Installing libsodium-dev (1.0.18-r0) 08:29:32 (11/12) Installing libzmq (4.3.3-r0) 08:29:33 (12/12) Installing zeromq-dev (4.3.3-r0) 08:29:33 Executing busybox-1.31.1-r19.trigger 08:29:33 OK: 233 MiB in 51 packages 08:29:37 Removing intermediate container 5cc2e5043f9a 08:29:37 ---> 7f82659602ee 08:29:37 Step 4/6 : WORKDIR /edgex-go 08:29:37 ---> Running in 210b26d13f73 08:29:37 Removing intermediate container 210b26d13f73 08:29:37 ---> 765e020347dd 08:29:37 Step 5/6 : COPY go.mod . 08:29:37 ---> 876bc48e4be6 08:29:37 Step 6/6 : RUN go mod download 08:29:37 ---> Running in 74de2de7e594 08:29:59 Removing intermediate container 74de2de7e594 08:29:59 ---> 12e83b4e63f3 08:29:59 Successfully built 12e83b4e63f3 08:29:59 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:29:59 + docker inspect -f . ci-base-image-x86_64 08:29:59 . [Pipeline] withDockerContainer 08:29:59 prd-centos7-docker-4c-2g-24314 does not seem to be running inside a container 08:29:59 $ 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 ******** -e ******** ci-base-image-x86_64 cat 08:30:00 $ docker top 503608074b0ac8fcaa092841189fdf6e54de1e576cfc608fa14b3596845773f1 -eo pid,comm [Pipeline] { [Pipeline] sh 08:30:01 + go version 08:30:01 go version go1.15.5 linux/amd64 [Pipeline] } 08:30:01 $ docker stop --time=1 503608074b0ac8fcaa092841189fdf6e54de1e576cfc608fa14b3596845773f1 08:30:02 $ docker rm -f 503608074b0ac8fcaa092841189fdf6e54de1e576cfc608fa14b3596845773f1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:30:03 + docker inspect -f . ci-base-image-x86_64 08:30:03 . [Pipeline] withDockerContainer 08:30:03 prd-centos7-docker-4c-2g-24314 does not seem to be running inside a container 08:30:03 $ 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 ******** -e ******** ci-base-image-x86_64 cat 08:30:04 $ docker top 4634e1d5626270b106b379b619626e9e52843bccfc16912fb8b0b95081fff8d3 -eo pid,comm [Pipeline] { [Pipeline] echo 08:30:04 ========================================================= 08:30:04 [edgeXBuildGoParallel] Running Tests and Build... 08:30:04 ========================================================= [Pipeline] sh 08:30:05 + make test 08:30:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:30:15 ? github.com/edgexfoundry/edgex-go [no test files] 08:30:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 08:30:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 08:30:36 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 08:30:36 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 08:30:36 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 08:30:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 08:30:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 08:30:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 08:30:39 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 08:30:39 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 08:30:39 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 08:30:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 08:30:42 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 08:30:42 ? github.com/edgexfoundry/edgex-go/internal [no test files] 08:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.115s coverage: 46.0% of statements 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 08:30:44 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 08:30:44 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.084s coverage: 100.0% of statements 08:30:47 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.208s coverage: 27.1% of statements 08:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 08:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 08:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 08:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 08:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 08:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 08:30:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements 08:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 08:30:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.037s coverage: 100.0% of statements 08:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 08:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 08:30:47 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.103s coverage: 65.8% of statements 08:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 08:30:47 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 08:30:48 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.475s coverage: 82.3% of statements 08:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 08:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 08:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 08:30:48 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 08:30:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.347s coverage: 28.6% of statements 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 08:30:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 08:30:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.046s coverage: 100.0% of statements 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 08:30:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.133s coverage: 86.7% of statements 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 08:30:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.142s coverage: 97.5% of statements 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 08:30:51 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 08:30:51 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 08:30:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.404s coverage: 92.8% of statements 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 08:30:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 08:30:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.079s coverage: 0.1% of statements 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 08:30:53 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 08:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.061s coverage: 45.5% of statements 08:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.057s coverage: 79.5% of statements 08:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.056s coverage: 94.1% of statements 08:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.049s coverage: 96.3% of statements 08:30:53 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.030s coverage: 87.5% of statements 08:31:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.056s coverage: 94.4% of statements 08:31:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.042s coverage: 44.8% of statements 08:31:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24315 in /w/workspace/edgexfoundry_edgex-go_PR-3104 [Pipeline] { [Pipeline] ws 08:31:08 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 08:31:12 using credential edgex-jenkins-ssh 08:31:12 Cloning the remote Git repository 08:31:12 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:31:12 > git init /w/workspace/edgex-go/3 # timeout=10 08:31:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:31:13 > git --version # timeout=10 08:31:13 > git --version # 'git version 2.17.1' 08:31:13 using GIT_SSH to set credentials SSH Credentials for GitHub 08:31:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.068s coverage: 92.9% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.051s coverage: 87.2% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.039s coverage: 100.0% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.089s coverage: 91.4% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.328s coverage: 68.9% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 37.0% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.316s coverage: 84.0% of statements 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.049s coverage: 100.0% of statements 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.1% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.061s coverage: 100.0% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.042s coverage: 100.0% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.709s coverage: 29.1% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.054s coverage: 100.0% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.037s coverage: 87.9% of statements 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 08:31:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.036s coverage: 32.1% of statements 08:31:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements 08:31:17 GO111MODULE=on go vet ./... 08:31:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:31:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:31:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:31:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:31:28 using GIT_SSH to set credentials SSH Credentials for GitHub 08:31:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3104/head:refs/remotes/origin/PR-3104 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:31:29 Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit 695d596de3de4454281bc19f58cd379e013faf7b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:31:29 Failed in branch arm64 08:31:29 > git config core.sparsecheckout # timeout=10 08:31:29 > git checkout -f 695d596de3de4454281bc19f58cd379e013faf7b # timeout=10 08:31:43 gofmt -l . 08:31:44 [ "`gofmt -l .`" = "" ] 08:31:44 ./bin/test-go-mod-tidy.sh 08:31:45 ./bin/test-attribution-txt.sh [Pipeline] sh 08:31:46 + ls -al . 08:31:46 total 680 08:31:46 drwxrwxr-x 10 1001 1001 4096 Feb 1 08:31 . 08:31:46 drwxr-xr-x 4 root root 28 Feb 1 08:30 .. 08:31:46 -rw-rw-r-- 1 1001 1001 11 Feb 1 08:28 .dockerignore 08:31:46 drwxrwxr-x 8 1001 1001 179 Feb 1 08:28 .git 08:31:46 drwxrwxr-x 3 1001 1001 125 Feb 1 08:28 .github 08:31:46 -rw-rw-r-- 1 1001 1001 872 Feb 1 08:28 .gitignore 08:31:46 drwx------ 3 1001 1001 60 Feb 1 08:29 .semver 08:31:46 -rw-rw-r-- 1 1001 1001 166 Feb 1 08:28 .sonarcloud.properties 08:31:46 -rw-rw-r-- 1 1001 1001 7859 Feb 1 08:28 Attribution.txt 08:31:46 -rw-rw-r-- 1 1001 1001 3804 Feb 1 08:28 CONTRIBUTING.md 08:31:46 -rw-rw-r-- 1 1001 1001 931 Feb 1 08:28 Dockerfile.build 08:31:46 -rw-rw-r-- 1 1001 1001 863 Feb 1 08:28 Jenkinsfile 08:31:46 -rw-rw-r-- 1 1001 1001 10775 Feb 1 08:28 LICENSE 08:31:46 -rw-rw-r-- 1 1001 1001 6001 Feb 1 08:28 Makefile 08:31:46 -rw-rw-r-- 1 1001 1001 6524 Feb 1 08:28 README.md 08:31:46 -rw-rw-r-- 1 1001 1001 6755 Feb 1 08:28 SECURITY.md 08:31:46 -rw-rw-r-- 1 1001 1001 5 Feb 1 08:29 VERSION 08:31:46 -rw-rw-r-- 1 1001 1001 4131 Feb 1 08:28 ZMQWindows.md 08:31:46 drwxrwxr-x 2 1001 1001 117 Feb 1 08:28 bin 08:31:46 drwxrwxr-x 15 1001 1001 4096 Feb 1 08:28 cmd 08:31:46 -rw-r--r-- 1 root root 574984 Feb 1 08:31 coverage.out 08:31:46 -rw-r--r-- 1 root root 1054 Feb 1 08:31 go.mod 08:31:46 -rw-r--r-- 1 root root 19289 Feb 1 08:31 go.sum 08:31:46 drwxrwxr-x 8 1001 1001 127 Feb 1 08:28 internal 08:31:46 drwxrwxr-x 4 1001 1001 26 Feb 1 08:28 openapi 08:31:46 drwxrwxr-x 4 1001 1001 71 Feb 1 08:28 snap 08:31:46 -rw-rw-r-- 1 1001 1001 168 Feb 1 08:28 version.go [Pipeline] sh 08:31:46 + '[' -e coverage.out ] 08:31:46 + chown 1001:1001 coverage.out [Pipeline] stash 08:31:46 Stashed 1 file(s) [Pipeline] sh 08:31:46 + make build 08:31:46 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 08:31:51 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 08:31:59 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 08:32:00 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 08:32:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 08:32:02 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 08:32:04 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 08:32:05 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 08:32:07 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 08:32:08 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 08:32:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:32:11 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 08:32:12 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] } 08:32:13 $ docker stop --time=1 4634e1d5626270b106b379b619626e9e52843bccfc16912fb8b0b95081fff8d3 08:32:15 $ docker rm -f 4634e1d5626270b106b379b619626e9e52843bccfc16912fb8b0b95081fff8d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:32:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:32:19 08:32:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 08:32:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:32:19 latest: Pulling from edgex-devops/edgex-compose 08:32:19 cbdbe7a5bc2a: Pulling fs layer 08:32:19 ca9280d653b3: Pulling fs layer 08:32:19 7e9c9ca2126c: Pulling fs layer 08:32:20 cbdbe7a5bc2a: Verifying Checksum 08:32:20 cbdbe7a5bc2a: Download complete 08:32:20 ca9280d653b3: Verifying Checksum 08:32:20 ca9280d653b3: Download complete 08:32:20 cbdbe7a5bc2a: Pull complete 08:32:21 7e9c9ca2126c: Verifying Checksum 08:32:21 7e9c9ca2126c: Download complete 08:32:21 ca9280d653b3: Pull complete 08:32:28 7e9c9ca2126c: Pull complete 08:32:28 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 08:32:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:32:28 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 08:32:28 prd-centos7-docker-4c-2g-24314 does not seem to be running inside a container 08:32:28 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:32:31 $ docker top c9c565f38723df604505f5e93490c3243cb1366aa10bc30f9fa618c7ced60e32 -eo pid,comm [Pipeline] { [Pipeline] sh 08:32:32 + docker-compose build --help 08:32:32 + grep parallel 08:32:33 --parallel Build images in parallel. [Pipeline] } 08:32:33 $ docker stop --time=1 c9c565f38723df604505f5e93490c3243cb1366aa10bc30f9fa618c7ced60e32 08:32:34 $ docker rm -f c9c565f38723df604505f5e93490c3243cb1366aa10bc30f9fa618c7ced60e32 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:32:35 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 08:32:35 . [Pipeline] withDockerContainer 08:32:35 prd-centos7-docker-4c-2g-24314 does not seem to be running inside a container 08:32:35 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 08:32:36 $ docker top 38824655b9bfdf7e3d92ab740b9a005690aa095d71aa83bc265849c12002ad9d -eo pid,comm [Pipeline] { [Pipeline] sh 08:32:36 + docker-compose -f ./docker-compose-build.yml build --parallel 08:32:37 Building docker-core-command-go ... 08:32:37 Building docker-core-data-go ... 08:32:37 Building docker-core-metadata-go ... 08:32:37 Building docker-security-bootstrapper-go ... 08:32:37 Building docker-security-proxy-setup-go ... 08:32:37 Building docker-security-secretstore-setup-go ... 08:32:37 Building docker-support-notifications-go ... 08:32:37 Building docker-support-scheduler-go ... 08:32:37 Building docker-sys-mgmt-agent-go ... 08:32:37 Building docker-support-notifications-go 08:32:37 Building docker-core-command-go 08:32:37 Building docker-security-secretstore-setup-go 08:32:37 Building docker-security-bootstrapper-go 08:32:37 Building docker-sys-mgmt-agent-go 08:33:10 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:33:10 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:33:10 ---> 12e83b4e63f3 08:33:10 Step 3/23 : WORKDIR /edgex-go 08:33:10 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:33:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 08:33:10 ---> 12e83b4e63f3 08:33:10 Step 3/26 : WORKDIR /edgex-go 08:33:11 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:33:11 Step 2/31 : FROM ${BUILDER_BASE} AS builder 08:33:11 ---> 12e83b4e63f3 08:33:11 Step 3/31 : WORKDIR /edgex-go 08:33:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:33:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:33:11 ---> 12e83b4e63f3 08:33:11 Step 3/22 : WORKDIR /edgex-go 08:33:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:33:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 08:33:11 ---> 12e83b4e63f3 08:33:11 Step 3/24 : WORKDIR /edgex-go 08:33:12 ---> Running in 5ff9bada13b5 08:33:12 ---> Running in 4deff25bc850 08:33:12 ---> Running in d3a447274833 08:33:12 ---> Running in 66d51635fba8 08:33:12 ---> Running in 089475cb93c2 08:33:12 Removing intermediate container d3a447274833 08:33:12 ---> 967f02d0d969 08:33:12 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:12 Removing intermediate container 089475cb93c2 08:33:12 ---> 0178c245cf88 08:33:12 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:12 Removing intermediate container 5ff9bada13b5 08:33:12 ---> d580ef707daa 08:33:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:12 Removing intermediate container 66d51635fba8 08:33:12 ---> 5846a345b5bd 08:33:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:13 Removing intermediate container 4deff25bc850 08:33:13 ---> 07043779ee78 08:33:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:33:13 ---> Running in 01d59e155ddd 08:33:13 ---> Running in 7eee25afebd0 08:33:13 ---> Running in 396b75acb310 08:33:13 ---> Running in 350fa2dc1499 08:33:13 ---> Running in e99fccf672d7 08:33:15 Removing intermediate container 7eee25afebd0 08:33:15 ---> 7ebcb2042de8 08:33:15 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 08:33:15 Removing intermediate container 396b75acb310 08:33:15 ---> 87f4ed80f1ca 08:33:15 Step 5/26 : RUN apk add --update --no-cache make bash git 08:33:15 Removing intermediate container 350fa2dc1499 08:33:15 ---> f2df1dc54b10 08:33:15 Step 5/24 : RUN apk add --update --no-cache make git 08:33:15 ---> Running in 27c884b0cb3c 08:33:15 ---> Running in beae8a75e009 08:33:15 ---> Running in b69022a0db36 08:33:15 Removing intermediate container 01d59e155ddd 08:33:15 ---> a808d1f8c9f0 08:33:15 Step 5/31 : RUN apk add --update --no-cache make git 08:33:15 Removing intermediate container e99fccf672d7 08:33:15 ---> a1d2fe9922bf 08:33:15 Step 5/23 : RUN apk add --update --no-cache make git 08:33:15 ---> Running in ba7ad3d0eb77 08:33:15 ---> Running in f62f9451b040 08:33:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:33:18 OK: 233 MiB in 51 packages 08:33:18 OK: 233 MiB in 51 packages 08:33:18 OK: 233 MiB in 51 packages 08:33:18 OK: 233 MiB in 51 packages 08:33:18 OK: 233 MiB in 51 packages 08:33:18 Removing intermediate container b69022a0db36 08:33:18 ---> 0e44471257ca 08:33:18 Step 6/24 : COPY go.mod . 08:33:18 Removing intermediate container f62f9451b040 08:33:18 ---> 5e20198fc9c4 08:33:18 Step 6/23 : COPY go.mod . 08:33:19 Removing intermediate container 27c884b0cb3c 08:33:19 ---> 7a7e9404ebd3 08:33:19 Step 6/22 : COPY go.mod . 08:33:19 ---> 99e56ebd9671 08:33:19 Step 7/24 : RUN go mod download 08:33:19 ---> Running in 9958e0c02ea3 08:33:19 ---> 3b71f894a849 08:33:19 Step 7/23 : RUN go mod download 08:33:19 Removing intermediate container beae8a75e009 08:33:19 ---> 4e0d35907b2b 08:33:19 Step 6/26 : COPY go.mod . 08:33:19 ---> Running in c77dd43f71ce 08:33:19 Removing intermediate container ba7ad3d0eb77 08:33:19 ---> 376371d64eaa 08:33:19 Step 6/31 : COPY go.mod . 08:33:19 ---> 69a8104ae93f 08:33:19 Step 7/22 : RUN go mod download 08:33:19 ---> c04a2b1cae35 08:33:19 Step 7/26 : RUN go mod download 08:33:19 ---> Running in e9b3390cbe3d 08:33:20 ---> Running in 1fff934ccb8b 08:33:20 ---> 12050fe65f59 08:33:20 Step 7/31 : RUN go mod download 08:33:20 ---> Running in baf8c88b6e36 08:33:22 Removing intermediate container e9b3390cbe3d 08:33:22 ---> 7f4d576f2f31 08:33:22 Step 8/22 : COPY . . 08:33:22 Removing intermediate container c77dd43f71ce 08:33:22 ---> 927238e90ceb 08:33:22 Step 8/23 : COPY . . 08:33:22 Removing intermediate container 9958e0c02ea3 08:33:22 ---> 73ca57a0091f 08:33:22 Step 8/24 : COPY . . 08:33:25 Removing intermediate container baf8c88b6e36 08:33:25 ---> c9cd1032b145 08:33:25 Step 8/31 : COPY . . 08:33:25 Removing intermediate container 1fff934ccb8b 08:33:25 ---> 4a3a17edc08e 08:33:25 Step 8/26 : COPY . . 08:34:04 ---> dac2cad76cba 08:34:04 Step 9/23 : RUN make cmd/core-command/core-command 08:34:04 ---> c59d6316a0e5 08:34:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 08:34:04 ---> b2cb6f3dc482 08:34:04 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 08:34:04 ---> cdf084485288 08:34:04 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 08:34:04 ---> 74a9807f48a9 08:34:04 Step 9/22 : RUN make cmd/support-notifications/support-notifications 08:34:04 ---> Running in 6c4804ecf73a 08:34:04 ---> Running in 501d5524a7c0 08:34:04 ---> Running in 6b7e7275aaae 08:34:04 ---> Running in 9366144cdcd2 08:34:04 ---> Running in d0461a536311 08:34:04 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 08:34:04 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 08:34:04 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 08:34:04 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 08:34:04 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 08:34:31 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 08:34:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 08:34:41 Removing intermediate container 501d5524a7c0 08:34:41 ---> d9cdd59fbb30 08:34:41 08:34:41 Step 10/24 : FROM alpine:3.12 08:34:41 Removing intermediate container 9366144cdcd2 08:34:41 ---> 6531c447e31a 08:34:41 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 08:34:41 Removing intermediate container d0461a536311 08:34:41 ---> 3a27a5dc9d49 08:34:41 08:34:41 Step 10/22 : FROM alpine:3.12 08:34:41 3.12: Pulling from library/alpine 08:34:41 3.12: Pulling from library/alpine 08:34:41 ---> Running in 4ecba055a3c2 08:34:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:34:41 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 08:34:41 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 08:34:41 Status: Downloaded newer image for alpine:3.12 08:34:41 ---> 389fef711851 08:34:41 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 08:34:41 Status: Image is up to date for alpine:3.12 08:34:41 ---> 389fef711851 08:34:41 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 08:34:45 ---> Running in d1e824125966 08:34:45 ---> Running in 79bbf2f08a7e 08:34:45 Removing intermediate container 6b7e7275aaae 08:34:45 ---> e31bca660b95 08:34:45 08:34:45 Step 10/31 : FROM alpine:3.12 08:34:45 ---> 389fef711851 08:34:45 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 08:34:45 Removing intermediate container 6c4804ecf73a 08:34:45 ---> 394df17731c6 08:34:45 08:34:45 Step 10/23 : FROM alpine:3.12 08:34:45 ---> 389fef711851 08:34:45 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:34:45 ---> Running in 0a6a9827a631 08:34:45 ---> Running in 144f6e93eed0 08:34:45 Removing intermediate container 0a6a9827a631 08:34:45 ---> 56b607e2de4f 08:34:45 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 08:34:45 ---> Running in d79f170c5fd5 08:34:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:45 Removing intermediate container 4ecba055a3c2 08:34:45 ---> 972e1482236b 08:34:45 08:34:45 Step 11/26 : FROM docker:20.10.0 08:34:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:45 20.10.0: Pulling from library/docker 08:34:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:46 (1/5) Installing ca-certificates (20191127-r4) 08:34:46 (2/5) Installing nghttp2-libs (1.41.0-r0) 08:34:46 (3/5) Installing libcurl (7.69.1-r3) 08:34:46 (1/2) Installing ca-certificates (20191127-r4) 08:34:46 (4/5) Installing curl (7.69.1-r3) 08:34:46 (5/5) Installing dumb-init (1.2.2-r1) 08:34:46 Executing busybox-1.31.1-r19.trigger 08:34:46 (2/2) Installing dumb-init (1.2.2-r1) 08:34:46 Executing ca-certificates-20191127-r4.trigger 08:34:46 Executing busybox-1.31.1-r19.trigger 08:34:46 Executing ca-certificates-20191127-r4.trigger 08:34:46 OK: 7 MiB in 19 packages 08:34:46 (1/1) Installing dumb-init (1.2.2-r1) 08:34:46 Executing busybox-1.31.1-r19.trigger 08:34:46 OK: 6 MiB in 16 packages 08:34:46 OK: 6 MiB in 15 packages 08:34:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:46 (1/2) Installing dumb-init (1.2.2-r1) 08:34:46 (2/2) Installing su-exec (0.2-r1) 08:34:46 Executing busybox-1.31.1-r19.trigger 08:34:46 OK: 6 MiB in 16 packages 08:34:48 Removing intermediate container d1e824125966 08:34:48 ---> e323cc4533bf 08:34:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 08:34:48 ---> Running in a894ce086da3 08:34:48 Removing intermediate container 144f6e93eed0 08:34:48 ---> 3fcfd8e4dbe2 08:34:48 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:34:49 ---> Running in 0bc2b86845e9 08:34:49 Removing intermediate container a894ce086da3 08:34:49 ---> 6b2ede64d5ea 08:34:49 Step 13/22 : ENV APP_PORT=48060 08:34:49 Removing intermediate container 79bbf2f08a7e 08:34:49 ---> 2ec53946d81f 08:34:49 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:34:49 Removing intermediate container d79f170c5fd5 08:34:49 ---> 489421690539 08:34:49 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 08:34:50 ---> Running in f26f55e0ac6c 08:34:50 Removing intermediate container 0bc2b86845e9 08:34:50 ---> 1d997ff74efa 08:34:50 Step 13/23 : ENV APP_PORT=48082 08:34:50 ---> Running in 78f6cd278ac5 08:34:50 ---> Running in 2c4c69d3a84b 08:34:50 ---> Running in be95c09a42b7 08:34:50 Removing intermediate container f26f55e0ac6c 08:34:50 ---> 9d0bc935e338 08:34:50 Step 14/22 : EXPOSE $APP_PORT 08:34:50 Removing intermediate container 2c4c69d3a84b 08:34:50 ---> 330e92b3fa9c 08:34:50 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 08:34:50 Removing intermediate container 78f6cd278ac5 08:34:50 ---> 2bfbe44e7ffb 08:34:50 Step 13/24 : WORKDIR / 08:34:50 Removing intermediate container be95c09a42b7 08:34:50 ---> 44bb40978769 08:34:50 Step 14/23 : EXPOSE $APP_PORT 08:34:50 ---> Running in 39b6b491b7d8 08:34:50 ---> Running in b390bc85b0b0 08:34:50 ---> Running in 6c3d15a669c1 08:34:50 ---> Running in 14bf950773a3 08:34:50 Removing intermediate container b390bc85b0b0 08:34:50 ---> 422f84c1fe7b 08:34:50 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:34:50 Removing intermediate container 6c3d15a669c1 08:34:50 ---> b7c3e369f77e 08:34:50 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 08:34:51 Removing intermediate container 14bf950773a3 08:34:51 ---> cb2465d897f2 08:34:51 Step 15/23 : WORKDIR / 08:34:51 Removing intermediate container 39b6b491b7d8 08:34:51 ---> c905c17ec176 08:34:51 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 08:34:51 ---> Running in 1a59e0af8619 08:34:51 ---> Running in a1aa5ec46660 08:34:52 ---> 328baa613608 08:34:52 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 08:34:52 ---> 1f1abd00d576 08:34:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 08:34:52 Removing intermediate container a1aa5ec46660 08:34:52 ---> 3623e282460c 08:34:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:34:53 ---> 6fcc94d511ab 08:34:53 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 08:34:53 ---> 0d4eca6f278d 08:34:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 08:34:53 ---> 8bb008e1926f 08:34:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 08:34:53 ---> af676afd3a0e 08:34:53 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 08:34:54 ---> 95be6093f110 08:34:54 Step 18/22 : ENTRYPOINT ["/support-notifications"] 08:34:54 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 08:34:54 ---> Running in 3eae1a2f1618 08:34:54 Status: Downloaded newer image for docker:20.10.0 08:34:54 ---> aefe523efa57 08:34:54 Step 12/26 : RUN apk add --no-cache bash 08:34:54 Removing intermediate container 1a59e0af8619 08:34:54 ---> 22043cdde19d 08:34:54 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 08:34:54 ---> 78860050afa1 08:34:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 08:34:54 ---> 1165eafa5173 08:34:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 08:34:54 ---> Running in a727f78e2601 08:34:54 ---> Running in 259dbff0c898 08:34:54 Removing intermediate container 3eae1a2f1618 08:34:54 ---> 9b6416fb94b8 08:34:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:34:54 ---> Running in e265e85c42be 08:34:54 ---> 96e587e691b5 08:34:54 Step 19/23 : ENTRYPOINT ["/core-command"] 08:34:54 Removing intermediate container a727f78e2601 08:34:54 ---> a930843bde24 08:34:54 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 08:34:54 ---> Running in b7b6cd3a24fe 08:34:54 ---> f60a8417d8d2 08:34:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 08:34:55 Removing intermediate container e265e85c42be 08:34:55 ---> 454489f80e40 08:34:55 Step 20/22 : LABEL arch=x86_64 08:34:55 ---> Running in a6d68ccd5bf1 08:34:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:34:55 Removing intermediate container b7b6cd3a24fe 08:34:55 ---> a570e67f1e23 08:34:55 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:34:55 ---> 6ed09006d1e6 08:34:55 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 08:34:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:34:55 ---> ecbcf259ddb9 08:34:55 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/ 08:34:55 ---> Running in 658b07370868 08:34:55 ---> Running in f7f44a1a1c4d 08:34:55 ---> Running in 47b0bbed19e9 08:34:55 (1/2) Installing readline (8.0.4-r0) 08:34:55 (2/2) Installing bash (5.0.17-r0) 08:34:55 Executing bash-5.0.17-r0.post-install 08:34:55 Executing busybox-1.31.1-r19.trigger 08:34:55 OK: 12 MiB in 22 packages 08:34:55 Removing intermediate container a6d68ccd5bf1 08:34:55 ---> 090347e6541a 08:34:55 Step 21/22 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b 08:34:55 ---> Running in e2c13fc333d3 08:34:55 Removing intermediate container f7f44a1a1c4d 08:34:55 ---> 2e930147defe 08:34:55 Step 21/23 : LABEL arch=x86_64 08:34:56 ---> Running in d99fdbef7f09 08:34:56 Removing intermediate container e2c13fc333d3 08:34:56 ---> 212b0f5510c2 08:34:56 Step 22/22 : LABEL version=0.0.0 08:34:56 ---> Running in 623c96493abb 08:34:56 Removing intermediate container d99fdbef7f09 08:34:56 ---> b6f4ae86f9a9 08:34:56 Step 22/23 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b 08:34:56 Removing intermediate container 259dbff0c898 08:34:56 ---> fa26c37a229b 08:34:56 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 08:34:56 ---> Running in f8ddf0edba72 08:34:56 Removing intermediate container 623c96493abb 08:34:56 ---> 41df399cf257 08:34:56 08:34:56 ---> Running in 944c1d8a4446 08:34:57 Removing intermediate container f8ddf0edba72 08:34:57 ---> 36deeede2da3 08:34:57 Step 23/23 : LABEL version=0.0.0 08:34:57 Successfully built 41df399cf257 08:34:57 Successfully tagged docker-support-notifications-go:latest 08:34:57  Building docker-support-notifications-go ... done Building docker-core-data-go 08:34:57 ---> Running in 0bdc33ae338d 08:34:57 Removing intermediate container 944c1d8a4446 08:34:57 ---> 567b485c6c0e 08:34:57 Step 14/26 : ENV APP_PORT=48090 08:34:57 ---> Running in 1bf20dbca04b 08:34:57 Removing intermediate container 0bdc33ae338d 08:34:57 ---> 3dc496db71ec 08:34:57 08:34:57 Removing intermediate container 47b0bbed19e9 08:34:57 ---> 5295d741cd8f 08:34:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 08:34:57 ---> Running in 51955f712651 08:34:57 Successfully built 3dc496db71ec 08:34:57 Successfully tagged docker-core-command-go:latest 08:34:57 Building docker-core-metadata-go 08:34:57  Building docker-core-command-go ... done Removing intermediate container 658b07370868 08:34:57 ---> 5745ae6870e1 08:34:57 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 08:34:57 Removing intermediate container 1bf20dbca04b 08:34:57 ---> bb00920eecc5 08:34:57 Step 15/26 : EXPOSE $APP_PORT 08:34:58 ---> Running in 5bce6d71442a 08:34:58 Removing intermediate container 51955f712651 08:34:58 ---> b41d68b2e814 08:34:58 Step 22/24 : LABEL arch=x86_64 08:35:00 ---> Running in 108ef3ce3857 08:35:00 ---> 76f916395143 08:35:00 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 08:35:00 Removing intermediate container 5bce6d71442a 08:35:00 ---> b83078ec75f3 08:35:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 08:35:01 Removing intermediate container 108ef3ce3857 08:35:01 ---> 6a75a1c3d43d 08:35:01 Step 23/24 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b 08:35:03 ---> Running in f1153fea1c93 08:35:05 ---> 3f82e3579d7f 08:35:05 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 08:35:05 ---> e6de666f60f6 08:35:05 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 08:35:05 Removing intermediate container f1153fea1c93 08:35:05 ---> 4b5e9d2d383d 08:35:05 Step 24/24 : LABEL version=0.0.0 08:35:05 ---> 3d9931b92903 08:35:05 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 08:35:05 ---> 981a0ae4375a 08:35:05 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 08:35:05 ---> Running in 403a5739d8e9 08:35:07 Removing intermediate container 403a5739d8e9 08:35:07 ---> ede6e2d778e7 08:35:07 08:35:08 Successfully built ede6e2d778e7 08:35:08 Successfully tagged docker-security-secretstore-setup-go:latest 08:35:08 ---> c2c05f4d216b 08:35:08 Step 19/26 : RUN apk --no-cache add py3-pip Building docker-security-secretstore-setup-go ... done  08:35:08 ---> bd53a30ed1c0 08:35:08 Building docker-support-scheduler-go 08:35:08 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 08:35:08 ---> Running in c840109b27eb 08:35:12 ---> cf249da72e5b 08:35:12 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 08:35:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:13 (1/33) Installing libbz2 (1.0.8-r1) 08:35:13 (2/33) Installing expat (2.2.9-r1) 08:35:13 (3/33) Installing libffi (3.3-r2) 08:35:13 (4/33) Installing gdbm (1.13-r1) 08:35:13 (5/33) Installing xz-libs (5.2.5-r0) 08:35:13 (6/33) Installing sqlite-libs (3.32.1-r0) 08:35:13 ---> Running in 064308af51a5 08:35:13 (7/33) Installing python3 (3.8.5-r0) 08:35:17 Removing intermediate container 064308af51a5 08:35:17 ---> cc7cf65b8734 08:35:17 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 08:35:18 (8/33) Installing py3-appdirs (1.4.4-r1) 08:35:18 (9/33) Installing py3-ordered-set (4.0.1-r0) 08:35:18 (10/33) Installing py3-parsing (2.4.7-r0) 08:35:18 (11/33) Installing py3-six (1.15.0-r0) 08:35:18 (12/33) Installing py3-packaging (20.4-r0) 08:35:19 (13/33) Installing py3-setuptools (47.0.0-r0) 08:35:19 (14/33) Installing py3-chardet (3.0.4-r4) 08:35:19 (15/33) Installing py3-idna (2.9-r0) 08:35:19 (16/33) Installing py3-certifi (2020.4.5.1-r0) 08:35:19 (17/33) Installing py3-urllib3 (1.25.9-r0) 08:35:19 (18/33) Installing py3-requests (2.23.0-r0) 08:35:20 (19/33) Installing py3-msgpack (1.0.0-r0) 08:35:20 (20/33) Installing py3-lockfile (0.12.2-r3) 08:35:20 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:35:20 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:35:20 ---> 12e83b4e63f3 08:35:20 Step 3/23 : WORKDIR /edgex-go 08:35:20 ---> Using cache 08:35:20 ---> 07043779ee78 08:35:20 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:20 ---> Using cache 08:35:20 ---> a1d2fe9922bf 08:35:20 Step 5/23 : RUN apk add --update --no-cache make git 08:35:20 ---> Using cache 08:35:20 ---> 5e20198fc9c4 08:35:20 Step 6/23 : COPY go.mod . 08:35:20 ---> Using cache 08:35:20 ---> 3b71f894a849 08:35:20 Step 7/23 : RUN go mod download 08:35:20 ---> Using cache 08:35:20 ---> 927238e90ceb 08:35:20 Step 8/23 : COPY . . 08:35:20 ---> Using cache 08:35:20 ---> dac2cad76cba 08:35:20 Step 9/23 : RUN make cmd/core-metadata/core-metadata 08:35:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 08:35:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:35:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 08:35:21 ---> 12e83b4e63f3 08:35:21 Step 3/23 : WORKDIR /edgex-go 08:35:21 ---> Using cache 08:35:21 ---> 07043779ee78 08:35:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:21 ---> Using cache 08:35:21 ---> a1d2fe9922bf 08:35:21 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 08:35:22 (22/33) Installing py3-colorama (0.4.3-r0) 08:35:22 (23/33) Installing py3-distlib (0.3.0-r0) 08:35:22 ---> 117d571cbd9b 08:35:22 Step 26/31 : RUN chmod +x /entrypoint.sh 08:35:22 (24/33) Installing py3-distro (1.5.0-r1) 08:35:22 (25/33) Installing py3-webencodings (0.5.1-r3) 08:35:22 (26/33) Installing py3-html5lib (1.0.1-r4) 08:35:22 ---> Running in 648e8e725c86 08:35:22 ---> Running in 7d926f48a289 08:35:22 (27/33) Installing py3-pytoml (0.1.21-r0) 08:35:22 (28/33) Installing py3-pep517 (0.8.2-r0) 08:35:22 (29/33) Installing py3-progress (1.5-r0) 08:35:22 (30/33) Installing py3-toml (0.10.1-r0) 08:35:22 (31/33) Installing py3-retrying (1.3.3-r0) 08:35:23 (32/33) Installing py3-contextlib2 (0.6.0-r0) 08:35:23 (33/33) Installing py3-pip (20.1.1-r0) 08:35:23 ---> Running in 3f8c1bb16c4d 08:35:23 Executing busybox-1.31.1-r19.trigger 08:35:23 OK: 71 MiB in 55 packages 08:35:25 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 08:35:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:35:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:35:27 OK: 233 MiB in 51 packages 08:35:27 Removing intermediate container 3f8c1bb16c4d 08:35:27 ---> 67b8f1e0b555 08:35:27 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 08:35:29 ---> Running in e65cd6e1d18f 08:35:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:35:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 08:35:30 ---> 12e83b4e63f3 08:35:30 Step 3/22 : WORKDIR /edgex-go 08:35:30 ---> Using cache 08:35:30 ---> 07043779ee78 08:35:30 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:35:30 ---> Using cache 08:35:30 ---> a1d2fe9922bf 08:35:30 Step 5/22 : RUN apk add --update --no-cache make git 08:35:30 ---> Using cache 08:35:30 ---> 5e20198fc9c4 08:35:30 Step 6/22 : COPY go.mod . 08:35:30 ---> Using cache 08:35:30 ---> 3b71f894a849 08:35:30 Step 7/22 : RUN go mod download 08:35:30 ---> Using cache 08:35:30 ---> 927238e90ceb 08:35:30 Step 8/22 : COPY . . 08:35:30 ---> Using cache 08:35:30 ---> dac2cad76cba 08:35:30 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 08:35:32 Removing intermediate container 7d926f48a289 08:35:32 ---> b46ccb6d6f7c 08:35:32 Step 6/23 : COPY go.mod . 08:35:32 Removing intermediate container e65cd6e1d18f 08:35:32 ---> 3cec78450824 08:35:32 Step 28/31 : CMD ["gate"] 08:35:32 ---> Running in 9ea9dbaac750 08:35:34 ---> 65b9e44a7811 08:35:34 Step 7/23 : RUN go mod download 08:35:34 ---> Running in da78d4ee9983 08:35:34 ---> Running in 3f62c749b52d 08:35:34 Removing intermediate container da78d4ee9983 08:35:34 ---> 24e08fbde725 08:35:34 Step 29/31 : LABEL arch=x86_64 08:35:35 ---> Running in 3f878abb8e25 08:35:35 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 08:35:35 Removing intermediate container 3f878abb8e25 08:35:35 ---> 6258ee5742f2 08:35:35 Step 30/31 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b 08:35:36 ---> Running in e9889f08467a 08:35:37 Removing intermediate container e9889f08467a 08:35:37 ---> bad8f0498b3f 08:35:37 Step 31/31 : LABEL version=0.0.0 08:35:37 ---> Running in c73b4ff9ba8d 08:35:39 Removing intermediate container c73b4ff9ba8d 08:35:39 ---> 5a1ea0ebc78f 08:35:39 08:35:39 Successfully built 5a1ea0ebc78f 08:35:39 Successfully tagged docker-security-bootstrapper-go:latest 08:35:39 Building docker-security-proxy-setup-go 08:35:39  Building docker-security-bootstrapper-go ... done Removing intermediate container 3f62c749b52d 08:35:39 ---> 4511e968a0eb 08:35:39 Step 8/23 : COPY . . 08:35:52 Removing intermediate container c840109b27eb 08:35:52 ---> 32129629f4c7 08:35:52 Step 20/26 : RUN pip install docker-compose==1.23.2 08:35:53 ---> Running in 2215f98eea69 08:36:05 Collecting docker-compose==1.23.2 08:36:05 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 08:36:05 Collecting texttable<0.10,>=0.9.0 08:36:05 Downloading texttable-0.9.1.tar.gz (11 kB) 08:36:08 Collecting jsonschema<3,>=2.5.1 08:36:08 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 08:36:09 Collecting cached-property<2,>=1.2.0 08:36:09 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 08:36:09 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 08:36:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 08:36:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 08:36:09 ---> 12e83b4e63f3 08:36:09 Step 3/21 : WORKDIR /edgex-go 08:36:09 ---> Using cache 08:36:09 ---> 07043779ee78 08:36:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:09 ---> Using cache 08:36:09 ---> a1d2fe9922bf 08:36:09 Step 5/21 : RUN apk add --update --no-cache make git 08:36:09 ---> Using cache 08:36:09 ---> 5e20198fc9c4 08:36:09 Step 6/21 : COPY go.mod . 08:36:09 ---> Using cache 08:36:09 ---> 3b71f894a849 08:36:09 Step 7/21 : RUN go mod download 08:36:09 ---> Using cache 08:36:09 ---> 927238e90ceb 08:36:09 Step 8/21 : COPY . . 08:36:09 ---> Using cache 08:36:09 ---> dac2cad76cba 08:36:09 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 08:36:10 Collecting docopt<0.7,>=0.6.1 08:36:10 Downloading docopt-0.6.2.tar.gz (25 kB) 08:36:11 ---> Running in 01cc3b245e76 08:36:11 Collecting dockerpty<0.5,>=0.4.1 08:36:11 Downloading dockerpty-0.4.1.tar.gz (13 kB) 08:36:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 08:36:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 08:36:12 ---> efa1452a2635 08:36:12 Step 9/23 : RUN make cmd/core-data/core-data 08:36:13 ---> Running in 4c1fa85eae7f 08:36:13 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 08:36:13 Collecting PyYAML<4,>=3.10 08:36:13 Downloading PyYAML-3.13.tar.gz (270 kB) 08:36:13 Removing intermediate container 9ea9dbaac750 08:36:13 ---> e9cda6c41214 08:36:13 08:36:13 Step 10/22 : FROM alpine:3.12 08:36:13 ---> 389fef711851 08:36:13 Step 11/22 : RUN apk add --update --no-cache dumb-init 08:36:13 Removing intermediate container 648e8e725c86 08:36:13 ---> 8ffdc7163612 08:36:13 08:36:13 Step 10/23 : FROM alpine:3.12 08:36:13 ---> 389fef711851 08:36:13 Step 11/23 : RUN apk add --update --no-cache dumb-init 08:36:13 ---> Using cache 08:36:13 ---> 3fcfd8e4dbe2 08:36:13 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:36:13 ---> Using cache 08:36:13 ---> 1d997ff74efa 08:36:13 Step 13/23 : ENV APP_PORT=48081 08:36:13 ---> Using cache 08:36:13 ---> 3fcfd8e4dbe2 08:36:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 08:36:13 ---> Using cache 08:36:13 ---> 1d997ff74efa 08:36:13 Step 13/22 : ENV APP_PORT=48085 08:36:14 ---> Running in 029a1241e848 08:36:14 ---> Running in 9ac7162c9b79 08:36:14 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 08:36:15 Removing intermediate container 029a1241e848 08:36:15 ---> 14269c8aec4b 08:36:15 Step 14/23 : EXPOSE $APP_PORT 08:36:15 Removing intermediate container 9ac7162c9b79 08:36:15 ---> a93cc39b4a32 08:36:15 Step 14/22 : EXPOSE $APP_PORT 08:36:15 Collecting websocket-client<1.0,>=0.32.0 08:36:15 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 08:36:16 ---> Running in 7889727e6fc0 08:36:16 ---> Running in 139fff7bb39e 08:36:16 Collecting docker<4.0,>=3.6.0 08:36:16 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 08:36:16 Collecting idna<2.8,>=2.5 08:36:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 08:36:16 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) 08:36:16 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) 08:36:16 Removing intermediate container 139fff7bb39e 08:36:16 ---> 122c1ac5eec7 08:36:16 Step 15/23 : WORKDIR / 08:36:16 Removing intermediate container 7889727e6fc0 08:36:16 ---> 1dd7aaabe792 08:36:16 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:16 Collecting urllib3<1.25,>=1.21.1 08:36:16 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 08:36:16 ---> Running in 1c01adfdca60 08:36:17 Collecting docker-pycreds>=0.4.0 08:36:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 08:36:17 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 08:36:17 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 08:36:17 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 08:36:17 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 08:36:17 Removing intermediate container 1c01adfdca60 08:36:17 ---> 93c623a13735 08:36:17 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:17 Installing collected packages: texttable, jsonschema, cached-property, docopt, dockerpty, idna, urllib3, requests, PyYAML, websocket-client, docker-pycreds, docker, docker-compose 08:36:17 Running setup.py install for texttable: started 08:36:17 ---> 0c900c33cf30 08:36:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 08:36:17 ---> f7aebf3346f1 08:36:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 08:36:18 Running setup.py install for texttable: finished with status 'done' 08:36:19 ---> b532ac2673ba 08:36:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 08:36:19 Running setup.py install for docopt: started 08:36:19 ---> fdb4375fc9e2 08:36:19 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 08:36:19 ---> f2dbb92f9b8a 08:36:19 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 08:36:19 ---> Running in 0761c27c0fd2 08:36:19 Running setup.py install for docopt: finished with status 'done' 08:36:19 Running setup.py install for dockerpty: started 08:36:20 ---> 71c494cdcae4 08:36:20 Step 19/23 : ENTRYPOINT ["/core-metadata"] 08:36:20 ---> Running in b332781ed79a 08:36:20 Removing intermediate container 0761c27c0fd2 08:36:20 ---> 88603b5ef3fe 08:36:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:20 ---> Running in b421e67652c3 08:36:20 Removing intermediate container b332781ed79a 08:36:20 ---> f14a263edbdc 08:36:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:20 Running setup.py install for dockerpty: finished with status 'done' 08:36:20 Attempting uninstall: idna 08:36:20 Found existing installation: idna 2.9 08:36:20 ---> Running in 0e6252e9c921 08:36:20 Uninstalling idna-2.9: 08:36:20 Successfully uninstalled idna-2.9 08:36:20 Removing intermediate container b421e67652c3 08:36:20 ---> 89dfb288565d 08:36:20 Step 20/22 : LABEL arch=x86_64 08:36:21 Attempting uninstall: urllib3 08:36:21 Found existing installation: urllib3 1.25.9 08:36:21 Uninstalling urllib3-1.25.9: 08:36:21 Successfully uninstalled urllib3-1.25.9 08:36:21 ---> Running in e294dcc8d946 08:36:21 Removing intermediate container 0e6252e9c921 08:36:21 ---> c74deffabf04 08:36:21 Step 21/23 : LABEL arch=x86_64 08:36:23 ---> Running in 2578aed66abf 08:36:23 Attempting uninstall: requests 08:36:23 Found existing installation: requests 2.23.0 08:36:23 Uninstalling requests-2.23.0: 08:36:23 Successfully uninstalled requests-2.23.0 08:36:23 Removing intermediate container e294dcc8d946 08:36:23 ---> 02135ce8cb76 08:36:23 Step 21/22 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b 08:36:24 Running setup.py install for PyYAML: started 08:36:25 Removing intermediate container 2578aed66abf 08:36:25 ---> e4dcb211754d 08:36:25 Step 22/23 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b 08:36:25 ---> Running in 22e1b5ee4891 08:36:25 Running setup.py install for PyYAML: finished with status 'done' 08:36:25 ---> Running in b6a3d0b37ecd 08:36:25 Removing intermediate container 22e1b5ee4891 08:36:25 ---> 8aef5be2f57f 08:36:25 Step 22/22 : LABEL version=0.0.0 08:36:26 Removing intermediate container b6a3d0b37ecd 08:36:26 ---> 25e40567265a 08:36:26 Step 23/23 : LABEL version=0.0.0 08:36:26 ---> Running in c0637e28a586 08:36:27 ---> Running in e783fe422b18 08:36:27 Removing intermediate container c0637e28a586 08:36:27 ---> a87dc56db5e6 08:36:27 08:36:27 Removing intermediate container e783fe422b18 08:36:27 ---> 6d994518111e 08:36:27 08:36:27 Successfully built a87dc56db5e6 08:36:27 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 08:36:27 Successfully tagged docker-support-scheduler-go:latest 08:36:28  Building docker-support-scheduler-go ... done Successfully built 6d994518111e 08:36:28 Successfully tagged docker-core-metadata-go:latest 08:36:33  Building docker-core-metadata-go ... done Removing intermediate container 2215f98eea69 08:36:33 ---> 9d6a0784f859 08:36:33 Step 21/26 : RUN apk --no-cache add curl 08:36:33 ---> Running in 896c33cc035a 08:36:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:34 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 08:36:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:34 (1/3) Installing nghttp2-libs (1.41.0-r0) 08:36:34 (2/3) Installing libcurl (7.69.1-r3) 08:36:34 (3/3) Installing curl (7.69.1-r3) 08:36:34 Executing busybox-1.31.1-r19.trigger 08:36:34 OK: 72 MiB in 58 packages 08:36:36 Removing intermediate container 896c33cc035a 08:36:36 ---> 190a56f201eb 08:36:36 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 08:36:36 ---> Running in a107692f1a06 08:36:36 Removing intermediate container a107692f1a06 08:36:36 ---> 2a4f622b1a5b 08:36:36 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:36 ---> Running in 162b4a7d0f7b 08:36:36 Removing intermediate container 162b4a7d0f7b 08:36:36 ---> c22606a51317 08:36:36 Step 24/26 : LABEL arch=x86_64 08:36:36 ---> Running in 3cfe9f73481c 08:36:37 Removing intermediate container 3cfe9f73481c 08:36:37 ---> d1676034aa26 08:36:37 Step 25/26 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b 08:36:37 ---> Running in 560e57469791 08:36:37 Removing intermediate container 560e57469791 08:36:37 ---> 224213b9a2a4 08:36:37 Step 26/26 : LABEL version=0.0.0 08:36:37 ---> Running in 371bd0933976 08:36:37 Removing intermediate container 371bd0933976 08:36:37 ---> 39af74750f8c 08:36:37 08:36:38 Successfully built 39af74750f8c 08:36:38 Successfully tagged docker-sys-mgmt-agent-go:latest 08:36:40  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 01cc3b245e76 08:36:40 ---> a5da37e39503 08:36:40 08:36:40 Step 10/21 : FROM alpine:3.12 08:36:40 ---> 389fef711851 08:36:40 Step 11/21 : RUN apk add --update --no-cache curl 08:36:40 ---> Running in 5d0c32844d7b 08:36:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:41 (1/4) Installing ca-certificates (20191127-r4) 08:36:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 08:36:41 (3/4) Installing libcurl (7.69.1-r3) 08:36:41 (4/4) Installing curl (7.69.1-r3) 08:36:41 Executing busybox-1.31.1-r19.trigger 08:36:42 Executing ca-certificates-20191127-r4.trigger 08:36:42 OK: 7 MiB in 18 packages 08:36:43 Removing intermediate container 4c1fa85eae7f 08:36:43 ---> d09620f8744a 08:36:43 08:36:43 Step 10/23 : FROM alpine:3.12 08:36:43 ---> 389fef711851 08:36:43 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 08:36:43 ---> Running in d26a1489187a 08:36:43 Removing intermediate container d26a1489187a 08:36:43 ---> 225ca78b2df1 08:36:43 Step 12/23 : ENV APP_PORT=48080 08:36:43 Removing intermediate container 5d0c32844d7b 08:36:43 ---> 3018d6df40b2 08:36:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 08:36:44 ---> Running in 02a5b1cf05c3 08:36:44 ---> Running in ff6d453ab05e 08:36:44 Removing intermediate container 02a5b1cf05c3 08:36:44 ---> f8c9f3e7379e 08:36:44 Step 13/23 : EXPOSE $APP_PORT 08:36:44 Removing intermediate container ff6d453ab05e 08:36:44 ---> 8111b951e34d 08:36:44 Step 13/21 : WORKDIR /edgex 08:36:44 ---> Running in d513bcddba56 08:36:44 ---> Running in 34e813147570 08:36:44 Removing intermediate container d513bcddba56 08:36:44 ---> 2db3178cfe84 08:36:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:36:44 Removing intermediate container 34e813147570 08:36:44 ---> af6b7ae55aae 08:36:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 08:36:44 ---> Running in 4783bad67db5 08:36:44 ---> 4de635025cf0 08:36:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 08:36:45 ---> 80c4a994f0f8 08:36:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 08:36:45 Removing intermediate container 4783bad67db5 08:36:45 ---> 93f2f252b088 08:36:45 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 08:36:46 ---> Running in 46554f60f7ac 08:36:46 ---> b611cb4a1a02 08:36:46 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 08:36:46 ---> Running in 12166f6c8eb2 08:36:46 Removing intermediate container 12166f6c8eb2 08:36:46 ---> ff98dab9cf35 08:36:46 Step 18/21 : CMD ["--init=true"] 08:36:46 ---> Running in 97a4c8a1d5c1 08:36:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:36:46 Removing intermediate container 97a4c8a1d5c1 08:36:46 ---> 0549fd73f2f0 08:36:46 Step 19/21 : LABEL arch=x86_64 08:36:46 ---> Running in bad9117c6873 08:36:46 Removing intermediate container bad9117c6873 08:36:46 ---> 497039b0cd77 08:36:46 Step 20/21 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b 08:36:46 ---> Running in dd0b8cd611a7 08:36:47 Removing intermediate container dd0b8cd611a7 08:36:47 ---> 3cfd1cb450e3 08:36:47 Step 21/21 : LABEL version=0.0.0 08:36:47 ---> Running in d2a977c5b485 08:36:48 Removing intermediate container d2a977c5b485 08:36:48 ---> 7159c37e172c 08:36:48 08:36:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:36:48 Successfully built 7159c37e172c 08:36:48 Successfully tagged docker-security-proxy-setup-go:latest 08:36:49  Building docker-security-proxy-setup-go ... done (1/6) Installing dumb-init (1.2.2-r1) 08:36:49 (2/6) Installing libgcc (9.3.0-r2) 08:36:49 (3/6) Installing libsodium (1.0.18-r0) 08:36:50 (4/6) Installing libstdc++ (9.3.0-r2) 08:36:51 (5/6) Installing libzmq (4.3.3-r0) 08:36:52 (6/6) Installing zeromq (4.3.3-r0) 08:36:52 Executing busybox-1.31.1-r19.trigger 08:36:52 OK: 8 MiB in 20 packages 08:36:52 Removing intermediate container 46554f60f7ac 08:36:52 ---> 364299f9be9d 08:36:52 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 08:36:53 ---> cbf4b05ee35e 08:36:53 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 08:36:54 ---> 5f0c6cd5d5f2 08:36:54 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 08:36:54 ---> df5af2f36e38 08:36:54 Step 19/23 : ENTRYPOINT ["/core-data"] 08:36:54 ---> Running in 7326122c9b62 08:36:54 Removing intermediate container 7326122c9b62 08:36:54 ---> 2658773a6e59 08:36:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:36:54 ---> Running in 459a5111c544 08:36:54 Removing intermediate container 459a5111c544 08:36:54 ---> 0cdffb1d6338 08:36:54 Step 21/23 : LABEL arch=x86_64 08:36:54 ---> Running in 13e88f080f5d 08:36:54 Removing intermediate container 13e88f080f5d 08:36:54 ---> f8f374940f4d 08:36:54 Step 22/23 : LABEL git_sha=695d596de3de4454281bc19f58cd379e013faf7b 08:36:54 ---> Running in 38d3e07e4e26 08:36:55 Removing intermediate container 38d3e07e4e26 08:36:55 ---> cb5ff5e5acfc 08:36:55 Step 23/23 : LABEL version=0.0.0 08:36:55 ---> Running in 83ecc90b1ba6 08:36:55 Removing intermediate container 83ecc90b1ba6 08:36:55 ---> faa89c75ada3 08:36:55 08:36:55 Successfully built faa89c75ada3 08:36:55 Successfully tagged docker-core-data-go:latest 08:36:56  Building docker-core-data-go ... done  [Pipeline] } 08:36:56 $ docker stop --time=1 38824655b9bfdf7e3d92ab740b9a005690aa095d71aa83bc265849c12002ad9d 08:36:57 $ docker rm -f 38824655b9bfdf7e3d92ab740b9a005690aa095d71aa83bc265849c12002ad9d [Pipeline] // withDockerContainer [Pipeline] sh 08:36:58 + docker images 08:36:58 + grep docker 08:36:58 docker-core-data-go latest faa89c75ada3 3 seconds ago 22.3MB 08:36:58 docker-security-proxy-setup-go latest 7159c37e172c 11 seconds ago 24.4MB 08:36:58 docker-sys-mgmt-agent-go latest 39af74750f8c 21 seconds ago 313MB 08:36:58 docker-core-metadata-go latest 6d994518111e 31 seconds ago 18.8MB 08:36:58 docker-support-scheduler-go latest a87dc56db5e6 32 seconds ago 17MB 08:36:58 docker-security-bootstrapper-go latest 5a1ea0ebc78f About a minute ago 23.8MB 08:36:58 docker-security-secretstore-setup-go latest ede6e2d778e7 About a minute ago 24.6MB 08:36:58 docker-core-command-go latest 3dc496db71ec 2 minutes ago 16.9MB 08:36:58 docker-support-notifications-go latest 41df399cf257 2 minutes ago 16.9MB 08:36:58 docker 20.10.0 aefe523efa57 7 weeks 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 08:37:14 Still waiting to schedule task 08:37:14 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 08:38:12 Running on prd-ubuntu18.04-docker-8c-8g-24318 in /w/workspace/edgexfoundry_edgex-go_PR-3104 [Pipeline] { [Pipeline] ws 08:38:12 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 08:38:14 using credential edgex-jenkins-ssh 08:38:14 Cloning the remote Git repository 08:38:14 Cloning repository git@github.com:edgexfoundry/edgex-go.git 08:38:14 > git init /w/workspace/edgex-go/3 # timeout=10 08:38:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:38:14 > git --version # timeout=10 08:38:14 > git --version # 'git version 2.17.1' 08:38:14 using GIT_SSH to set credentials SSH Credentials for GitHub 08:38:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:38:48 Merging remotes/origin/master commit 52b41697029d46b9dd6fcb3599083165743908cd into PR head commit 695d596de3de4454281bc19f58cd379e013faf7b [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:38:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:38:47 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:38:47 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 08:38:47 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 08:38:47 using GIT_SSH to set credentials SSH Credentials for GitHub 08:38:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3104/head:refs/remotes/origin/PR-3104 +refs/heads/master:refs/remotes/origin/master # timeout=10 08:38:48 > git config core.sparsecheckout # timeout=10 08:38:48 > git checkout -f 695d596de3de4454281bc19f58cd379e013faf7b # timeout=10 [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 08:38:48 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 08:38:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:38:51 ---> package-listing.sh 08:38:51 ++ tr '[:upper:]' '[:lower:]' 08:38:51 ++ facter osfamily 08:38:51 + OS_FAMILY=redhat 08:38:51 + workspace=/w/workspace/edgex-go/3 08:38:51 + START_PACKAGES=/tmp/packages_start.txt 08:38:51 + END_PACKAGES=/tmp/packages_end.txt 08:38:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:38:51 + PACKAGES=/tmp/packages_start.txt 08:38:51 + '[' /w/workspace/edgex-go/3 ']' 08:38:51 + PACKAGES=/tmp/packages_end.txt 08:38:51 + case "${OS_FAMILY}" in 08:38:51 + rpm -qa 08:38:51 + sort 08:38:57 + '[' -f /tmp/packages_start.txt ']' 08:38:57 + '[' -f /tmp/packages_end.txt ']' 08:38:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:38:57 + '[' /w/workspace/edgex-go/3 ']' 08:38:57 + mkdir -p /w/workspace/edgex-go/3/archives/ 08:38:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 08:38:57 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 08:38:57 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:38:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:38:57 08:38:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:38:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:38:58 alpine: Pulling from edgex-lftools-log-publisher 08:38:58 df20fa9351a1: Pulling fs layer 08:38:58 36b3adc4ff6f: Pulling fs layer 08:38:58 8ad3a11d3b57: Pulling fs layer 08:38:58 46f8f816bc3b: Pulling fs layer 08:38:58 93b61091891f: Pulling fs layer 08:38:58 93b9cdb0e59b: Pulling fs layer 08:38:58 5e14af77c1be: Pulling fs layer 08:38:58 01666e4c0597: Pulling fs layer 08:38:58 aa168da1d23b: Pulling fs layer 08:38:58 46f8f816bc3b: Waiting 08:38:58 93b61091891f: Waiting 08:38:58 93b9cdb0e59b: Waiting 08:38:58 5e14af77c1be: Waiting 08:38:58 01666e4c0597: Waiting 08:38:58 aa168da1d23b: Waiting 08:38:58 36b3adc4ff6f: Verifying Checksum 08:38:58 36b3adc4ff6f: Download complete 08:38:58 46f8f816bc3b: Verifying Checksum 08:38:58 46f8f816bc3b: Download complete 08:38:58 df20fa9351a1: Verifying Checksum 08:38:58 df20fa9351a1: Download complete 08:38:58 93b9cdb0e59b: Verifying Checksum 08:38:58 93b9cdb0e59b: Download complete 08:38:58 5e14af77c1be: Verifying Checksum 08:38:58 5e14af77c1be: Download complete 08:38:58 93b61091891f: Verifying Checksum 08:38:58 93b61091891f: Download complete 08:38:58 01666e4c0597: Verifying Checksum 08:38:58 01666e4c0597: Download complete 08:38:58 df20fa9351a1: Pull complete 08:38:59 8ad3a11d3b57: Verifying Checksum 08:38:59 8ad3a11d3b57: Download complete 08:38:59 36b3adc4ff6f: Pull complete 08:39:00 8ad3a11d3b57: Pull complete 08:39:00 46f8f816bc3b: Pull complete 08:39:00 aa168da1d23b: Verifying Checksum 08:39:00 aa168da1d23b: Download complete 08:39:02 93b61091891f: Pull complete 08:39:02 93b9cdb0e59b: Pull complete 08:39:02 5e14af77c1be: Pull complete 08:39:03 01666e4c0597: Pull complete 08:39:09 aa168da1d23b: Pull complete 08:39:09 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:39:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:39:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:39:10 prd-centos7-docker-4c-2g-24314 does not seem to be running inside a container 08:39:10 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:39:20 $ docker top 37871d89bbdb0e7aa2cc46b4b6d67e8945ec37f3ae82965dd378c5f91b497161 -eo pid,comm [Pipeline] { [Pipeline] sh 08:39:20 + touch /tmp/pre-build-complete [Pipeline] sh 08:39:21 + mkdir -p /var/log/sa [Pipeline] sh 08:39:21 + ls /var/log/sa-host 08:39:21 + sadf -c /var/log/sa-host/sa01 08:39:21 file_magic: OK 08:39:21 HZ: Using current value: 100 08:39:21 file_header: OK 08:39:21 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 08:39:21 Statistics: 08:39:21 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:39:21 File successfully converted to sysstat format version 12.2.1 08:39:21 + sadf -c /var/log/sa-host/sa23 08:39:21 file_magic: OK 08:39:21 HZ: Using current value: 100 08:39:21 file_header: OK 08:39:21 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 08:39:21 Statistics: 08:39:21 Hnuu...uuuununununu... 08:39:21 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:39:21 provisioning config files... 08:39:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7226184767819154668tmp [Pipeline] { [Pipeline] echo 08:39:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:39:22 ---> create-netrc.sh [Pipeline] } 08:39:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:39:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:39:22 ---> python-tools-install.sh [Pipeline] echo 08:39:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:39:23 ---> sudo-logs.sh 08:39:23 Archiving 'sudo' log.. [Pipeline] echo 08:39:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:39:23 ---> job-cost.sh 08:39:23 lf-activate-venv: SKIPPING 08:39:23 INFO: No Stack... 08:39:24 INFO: Retrieving Pricing Info for: v1-standard-2 08:39:24 INFO: Archiving Costs [Pipeline] echo 08:39:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:39:25 ---> logs-deploy.sh 08:39:25 lf-activate-venv: SKIPPING 08:39:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3104/3 08:39:25 INFO: archiving workspace using pattern(s): 08:39:26 Archives upload complete. 08:39:26 INFO: archiving logs to Nexus