Pull request #3109 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from f40dfc27572c9b2551adc8939acdf15ccbe93c30+dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b (c120b0a0fb49cc98e73526ad7ded4c2f443115f2) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26204 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/26 [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/26 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 Merge succeeded, producing 6ce023c27448a6c4148c69214f55c7deea8be790 Checking out Revision 6ce023c27448a6c4148c69214f55c7deea8be790 (PR-3109) > 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/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # 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 dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6ce023c27448a6c4148c69214f55c7deea8be790 # timeout=10 Commit message: "Merge commit 'dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:12:49 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:12:49 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:12:49 ========================================================= 03:12:49 EdgeX Global Pipelines Version Info 03:12:49 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a601625a0e18b4dc7bd3d87b643542def38a2dc5 # timeout=10 03:12:50 ------------------- 03:12:50 stable info: 03:12:50 ------------------- 03:12:50 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:12:50 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:12:50 Message: update stable to v1.0.179 03:12:51 ------------------- 03:12:51 experimental info: 03:12:51 ------------------- 03:12:51 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:12:51 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 03:12:51 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:12:52 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 03:12:52 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 03:12:52 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:12:52 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:12:52 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:12:52 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:12:52 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:12:52 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 03:12:52 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 03:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 03:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:12:53 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:12:53 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:12:53 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 03:12:53 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:12:53 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:12:53 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:12:54 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:12:54 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 03:12:54 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 03:12:54 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 03:12:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3109 [Pipeline] echo 03:12:54 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3109 [Pipeline] echo 03:12:54 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3109 [Pipeline] echo 03:12:54 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6ce023c27448a6c4148c69214f55c7deea8be790 [Pipeline] echo 03:12:54 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6ce023c [Pipeline] echo 03:12:54 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:12:55 provisioning config files... 03:12:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config2091813949526272732tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:12:55 ---> docker-login.sh 03:12:55 nexus3.edgexfoundry.org:10001 03:12:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:12:55 Configure a credential helper to remove this warning. See 03:12:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:12:55 03:12:55 Login Succeeded 03:12:55 nexus3.edgexfoundry.org:10002 03:12:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:12:56 Configure a credential helper to remove this warning. See 03:12:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:12:56 03:12:56 Login Succeeded 03:12:56 nexus3.edgexfoundry.org:10003 03:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:12:56 Configure a credential helper to remove this warning. See 03:12:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:12:56 03:12:56 Login Succeeded 03:12:56 nexus3.edgexfoundry.org:10004 03:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:12:56 Configure a credential helper to remove this warning. See 03:12:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:12:56 03:12:56 Login Succeeded 03:12:56 docker.io 03:12:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:12:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:12:57 Configure a credential helper to remove this warning. See 03:12:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:12:57 03:12:57 Login Succeeded 03:12:57 ---> docker-login.sh ends [Pipeline] } 03:12:57 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:12:57 ++ 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 03:12:57 + for file in '`ls cmd/**/Dockerfile`' 03:12:57 ++ dirname cmd/core-command/Dockerfile 03:12:57 ++ cut -d/ -f2 03:12:57 + echo core-command,cmd/core-command/Dockerfile 03:12:57 + for file in '`ls cmd/**/Dockerfile`' 03:12:57 ++ dirname cmd/core-data/Dockerfile 03:12:57 ++ cut -d/ -f2 03:12:57 + echo core-data,cmd/core-data/Dockerfile 03:12:57 + for file in '`ls cmd/**/Dockerfile`' 03:12:57 ++ dirname cmd/core-metadata/Dockerfile 03:12:57 ++ cut -d/ -f2 03:12:57 + echo core-metadata,cmd/core-metadata/Dockerfile 03:12:57 + for file in '`ls cmd/**/Dockerfile`' 03:12:57 ++ dirname cmd/security-bootstrapper/Dockerfile 03:12:57 ++ cut -d/ -f2 03:12:57 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 03:12:57 + for file in '`ls cmd/**/Dockerfile`' 03:12:57 ++ dirname cmd/security-proxy-setup/Dockerfile 03:12:57 ++ cut -d/ -f2 03:12:57 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 03:12:57 + for file in '`ls cmd/**/Dockerfile`' 03:12:57 ++ dirname cmd/security-secretstore-setup/Dockerfile 03:12:57 ++ cut -d/ -f2 03:12:57 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 03:12:57 + for file in '`ls cmd/**/Dockerfile`' 03:12:57 ++ dirname cmd/support-notifications/Dockerfile 03:12:57 ++ cut -d/ -f2 03:12:57 + echo support-notifications,cmd/support-notifications/Dockerfile 03:12:57 + for file in '`ls cmd/**/Dockerfile`' 03:12:57 ++ dirname cmd/support-scheduler/Dockerfile 03:12:57 ++ cut -d/ -f2 03:12:57 + echo support-scheduler,cmd/support-scheduler/Dockerfile 03:12:57 + for file in '`ls cmd/**/Dockerfile`' 03:12:57 ++ dirname cmd/sys-mgmt-agent/Dockerfile 03:12:57 ++ cut -d/ -f2 03:12:57 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 03:12:57 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 03:12:58 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:12:58 03:12:58 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:12:58 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:12:58 latest: Pulling from edgex-devops/git-semver 03:12:58 31603596830f: Pulling fs layer 03:12:58 2a8b12db71e7: Pulling fs layer 03:12:58 6ca5941a6612: Pulling fs layer 03:12:58 ecc8261a40a4: Pulling fs layer 03:12:58 ecc8261a40a4: Waiting 03:12:58 2a8b12db71e7: Verifying Checksum 03:12:58 2a8b12db71e7: Download complete 03:12:58 31603596830f: Verifying Checksum 03:12:58 31603596830f: Download complete 03:12:59 6ca5941a6612: Verifying Checksum 03:12:59 6ca5941a6612: Download complete 03:12:59 ecc8261a40a4: Verifying Checksum 03:12:59 ecc8261a40a4: Download complete 03:12:59 31603596830f: Pull complete 03:12:59 2a8b12db71e7: Pull complete 03:13:00 6ca5941a6612: Pull complete 03:13:00 ecc8261a40a4: Pull complete 03:13:00 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:13:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:13:00 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:13:00 prd-centos7-docker-4c-2g-26204 does not seem to be running inside a container 03:13:00 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:13:03 $ docker top 8c7e19d37fc91b7eb125327a520b00906432ba2cb2608fc9f06199620ba4eff7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:13:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:13:04 [ssh-agent] Looking for ssh-agent implementation... 03:13:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:13:04 $ docker exec 8c7e19d37fc91b7eb125327a520b00906432ba2cb2608fc9f06199620ba4eff7 ssh-agent 03:13:04 SSH_AUTH_SOCK=/tmp/ssh-B1fRtI7A86IS/agent.11 03:13:04 SSH_AGENT_PID=17 03:13:04 Running ssh-add (command line suppressed) 03:13:04 Identity added: /w/workspace/edgex-go/26@tmp/private_key_834017324405328113.key (/w/workspace/edgex-go/26@tmp/private_key_834017324405328113.key) 03:13:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:13:05 + git tag --points-at HEAD [Pipeline] } 03:13:05 $ docker exec --env ******** --env ******** 8c7e19d37fc91b7eb125327a520b00906432ba2cb2608fc9f06199620ba4eff7 ssh-agent -k 03:13:05 unset SSH_AUTH_SOCK; 03:13:05 unset SSH_AGENT_PID; 03:13:05 echo Agent pid 17 killed; 03:13:05 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:13:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:13:05 [ssh-agent] Looking for ssh-agent implementation... 03:13:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:13:05 $ docker exec 8c7e19d37fc91b7eb125327a520b00906432ba2cb2608fc9f06199620ba4eff7 ssh-agent 03:13:05 SSH_AUTH_SOCK=/tmp/ssh-3h4dMJstQcWZ/agent.45 03:13:05 SSH_AGENT_PID=50 03:13:05 Running ssh-add (command line suppressed) 03:13:05 Identity added: /w/workspace/edgex-go/26@tmp/private_key_2625352337051967886.key (/w/workspace/edgex-go/26@tmp/private_key_2625352337051967886.key) 03:13:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:13:06 + git semver init 03:13:06 # -> Open(): unable to determine branch for HEAD 03:13:06 # $GIT_DIR = /w/workspace/edgex-go/26/.git 03:13:06 # $GIT_WORK_TREE = /w/workspace/edgex-go/26 03:13:06 # $SEMVER_REMOTE_NAME = origin 03:13:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:13:06 # $SEMVER_USER_NAME = edgex-jenkins 03:13:06 # $SEMVER_BRANCH = PR-3109 03:13:06 # $SEMVER_TEMP = /tmp/semver-119739831 03:13:06 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 03:13:24 # '/tmp/semver-119739831' -> '/w/workspace/edgex-go/26/.semver' 03:13:24 # -> Force: false 03:13:24 # $SEMVER_DIR = /w/workspace/edgex-go/26/.semver [Pipeline] } 03:13:24 $ docker exec --env ******** --env ******** 8c7e19d37fc91b7eb125327a520b00906432ba2cb2608fc9f06199620ba4eff7 ssh-agent -k 03:13:24 unset SSH_AUTH_SOCK; 03:13:24 unset SSH_AGENT_PID; 03:13:24 echo Agent pid 50 killed; 03:13:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:13:25 + git semver [Pipeline] } 03:13:25 $ docker stop --time=1 8c7e19d37fc91b7eb125327a520b00906432ba2cb2608fc9f06199620ba4eff7 03:13:26 $ docker rm -f 8c7e19d37fc91b7eb125327a520b00906432ba2cb2608fc9f06199620ba4eff7 [Pipeline] // withDockerContainer [Pipeline] sh 03:13:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:13:27 Stashed 1 file(s) [Pipeline] echo 03:13:27 [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 03:13:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:13:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:13:29 + sudo service docker restart 03:13:29 + true 03:13:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 03:13:30 ========================================================= 03:13:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:13:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:13:30 + 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 . 03:13:34 Sending build context to Docker daemon 327.8MB 03:13:34 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 03:13:34 Step 2/6 : FROM ${BASE} 03:13:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:13:34 188c0c94c7c5: Pulling fs layer 03:13:34 0ef7d3d256c8: Pulling fs layer 03:13:34 de9db76c5a1d: Pulling fs layer 03:13:34 bca2f99d35d6: Pulling fs layer 03:13:34 93359f2a8cfa: Pulling fs layer 03:13:34 7c6f9722023f: Pulling fs layer 03:13:34 a35cf1a2eb13: Pulling fs layer 03:13:34 93359f2a8cfa: Waiting 03:13:34 bca2f99d35d6: Waiting 03:13:34 7c6f9722023f: Waiting 03:13:34 a35cf1a2eb13: Waiting 03:13:34 de9db76c5a1d: Verifying Checksum 03:13:34 de9db76c5a1d: Download complete 03:13:34 0ef7d3d256c8: Download complete 03:13:34 93359f2a8cfa: Download complete 03:13:34 7c6f9722023f: Verifying Checksum 03:13:34 7c6f9722023f: Download complete 03:13:34 188c0c94c7c5: Verifying Checksum 03:13:34 188c0c94c7c5: Download complete 03:13:35 188c0c94c7c5: Pull complete 03:13:36 0ef7d3d256c8: Pull complete 03:13:36 de9db76c5a1d: Pull complete 03:13:37 a35cf1a2eb13: Verifying Checksum 03:13:37 a35cf1a2eb13: Download complete 03:13:37 bca2f99d35d6: Download complete 03:13:43 Still waiting to schedule task 03:13:43 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-26201’ 03:13:43 bca2f99d35d6: Pull complete 03:13:43 93359f2a8cfa: Pull complete 03:13:43 7c6f9722023f: Pull complete 03:13:47 a35cf1a2eb13: Pull complete 03:13:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:13:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:13:47 ---> a62c8e92a672 03:13:47 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 03:13:47 ---> Running in 25e40b6d8f9a 03:13:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:13:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:13:49 (1/12) Installing libmagic (5.38-r0) 03:13:49 (2/12) Installing file (5.38-r0) 03:13:49 (3/12) Installing libc-dev (0.7.2-r3) 03:13:49 (4/12) Installing g++ (9.3.0-r2) 03:13:55 (5/12) Installing fortify-headers (1.1-r0) 03:13:55 (6/12) Installing patch (2.7.6-r6) 03:13:55 (7/12) Installing build-base (0.5-r2) 03:13:55 (8/12) Installing libsodium (1.0.18-r0) 03:13:55 (9/12) Installing pkgconf (1.7.2-r0) 03:13:55 (10/12) Installing libsodium-dev (1.0.18-r0) 03:13:55 (11/12) Installing libzmq (4.3.3-r0) 03:13:55 (12/12) Installing zeromq-dev (4.3.3-r0) 03:13:55 Executing busybox-1.31.1-r19.trigger 03:13:56 OK: 233 MiB in 51 packages 03:14:00 Removing intermediate container 25e40b6d8f9a 03:14:00 ---> e8bb4ce7138e 03:14:00 Step 4/6 : WORKDIR /edgex-go 03:14:00 ---> Running in b68fa2671fe3 03:14:00 Removing intermediate container b68fa2671fe3 03:14:00 ---> 8387335969b4 03:14:00 Step 5/6 : COPY go.mod . 03:14:00 ---> c989a2cce97b 03:14:00 Step 6/6 : RUN go mod download 03:14:00 ---> Running in 1e50a34267d4 03:14:22 Removing intermediate container 1e50a34267d4 03:14:22 ---> 79db8cd34a68 03:14:22 Successfully built 79db8cd34a68 03:14:22 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:14:23 + docker inspect -f . ci-base-image-x86_64 03:14:23 . [Pipeline] withDockerContainer 03:14:23 prd-centos7-docker-4c-2g-26204 does not seem to be running inside a container 03:14:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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 ******** ci-base-image-x86_64 cat 03:14:24 $ docker top ab649eb8c24da27a43a6480abd2c45198e8b5448a9ac83f836e14e265f3e6559 -eo pid,comm [Pipeline] { [Pipeline] sh 03:14:25 + go version 03:14:25 go version go1.15.5 linux/amd64 [Pipeline] } 03:14:25 $ docker stop --time=1 ab649eb8c24da27a43a6480abd2c45198e8b5448a9ac83f836e14e265f3e6559 03:14:26 $ docker rm -f ab649eb8c24da27a43a6480abd2c45198e8b5448a9ac83f836e14e265f3e6559 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:14:27 + docker inspect -f . ci-base-image-x86_64 03:14:27 . [Pipeline] withDockerContainer 03:14:27 prd-centos7-docker-4c-2g-26204 does not seem to be running inside a container 03:14:27 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@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 ******** ci-base-image-x86_64 cat 03:14:28 $ docker top 0b25c652255751aebfeb0b77b1117790c64ae6678fb82e222f5882e6d694e1d1 -eo pid,comm [Pipeline] { [Pipeline] echo 03:14:29 ========================================================= 03:14:29 [edgeXBuildGoParallel] Running Tests and Build... 03:14:29 ========================================================= [Pipeline] sh 03:14:29 + make test 03:14:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:14:41 ? github.com/edgexfoundry/edgex-go [no test files] 03:15:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 03:15:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 03:15:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 03:15:08 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 03:15:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 03:15:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 03:15:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 03:15:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 03:15:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 03:15:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 03:15:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 03:15:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 03:15:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 03:15:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.130s coverage: 45.9% of statements 03:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 03:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 03:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 03:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 03:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 03:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 03:15:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 03:15:17 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.117s coverage: 100.0% of statements 03:15:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.1% of statements 03:15:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 03:15:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 03:15:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 03:15:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 03:15:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 03:15:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 03:15:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.051s coverage: 100.0% of statements 03:15:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 03:15:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.063s coverage: 100.0% of statements 03:15:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 03:15:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 03:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.172s coverage: 65.8% of statements 03:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 03:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 03:15:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.469s coverage: 82.3% of statements 03:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 03:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 03:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 03:15:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 03:15:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.507s coverage: 28.6% of statements 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 03:15:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.105s coverage: 100.0% of statements 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 03:15:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.054s coverage: 100.0% of statements 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 03:15:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.208s coverage: 86.7% of statements 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 03:15:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.214s coverage: 97.5% of statements 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 03:15:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.070s coverage: 78.3% of statements 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 03:15:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 03:15:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.446s coverage: 92.8% of statements 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 03:15:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.036s coverage: 58.8% of statements 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 03:15:27 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.078s coverage: 0.1% of statements 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 03:15:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 03:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.043s coverage: 45.5% of statements 03:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.079s coverage: 79.5% of statements 03:15:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.028s coverage: 94.1% of statements 03:15:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.041s coverage: 96.3% of statements 03:15:28 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.043s coverage: 87.5% of statements 03:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.052s coverage: 94.4% of statements 03:15:41 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.048s coverage: 44.8% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.069s coverage: 92.9% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.039s coverage: 77.8% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.054s coverage: 87.2% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.056s coverage: 75.5% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.046s coverage: 80.8% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.078s coverage: 87.2% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.043s coverage: 84.2% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.077s coverage: 91.4% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.169s coverage: 63.5% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.044s coverage: 91.3% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.040s coverage: 73.7% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.037s coverage: 100.0% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.377s coverage: 68.9% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.106s coverage: 37.0% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.337s coverage: 84.0% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.051s coverage: 100.0% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.151s coverage: 47.0% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.057s coverage: 100.0% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.123s coverage: 89.4% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.728s coverage: 29.1% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.099s coverage: 99.0% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.079s coverage: 100.0% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.039s coverage: 100.0% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 03:15:51 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 03:15:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 03:15:52 GO111MODULE=on go vet ./... 03:16:24 gofmt -l . 03:16:24 [ "`gofmt -l .`" = "" ] 03:16:24 ./bin/test-go-mod-tidy.sh 03:16:24 ./bin/test-attribution-txt.sh [Pipeline] sh 03:16:24 + ls -al . 03:16:24 total 700 03:16:24 drwxrwxr-x 10 1001 1001 4096 Feb 12 03:16 . 03:16:24 drwxr-xr-x 4 root root 30 Feb 12 03:14 .. 03:16:24 -rw-rw-r-- 1 1001 1001 11 Feb 12 03:12 .dockerignore 03:16:24 drwxrwxr-x 8 1001 1001 179 Feb 12 03:12 .git 03:16:24 drwxrwxr-x 3 1001 1001 125 Feb 12 03:12 .github 03:16:24 -rw-rw-r-- 1 1001 1001 818 Feb 12 03:12 .gitignore 03:16:24 drwx------ 3 1001 1001 60 Feb 12 03:13 .semver 03:16:24 -rw-rw-r-- 1 1001 1001 166 Feb 12 03:12 .sonarcloud.properties 03:16:24 -rw-rw-r-- 1 1001 1001 7859 Feb 12 03:12 Attribution.txt 03:16:24 -rw-rw-r-- 1 1001 1001 3804 Feb 12 03:12 CONTRIBUTING.md 03:16:24 -rw-rw-r-- 1 1001 1001 931 Feb 12 03:12 Dockerfile.build 03:16:24 -rw-rw-r-- 1 1001 1001 863 Feb 12 03:12 Jenkinsfile 03:16:24 -rw-rw-r-- 1 1001 1001 10775 Feb 12 03:12 LICENSE 03:16:24 -rw-rw-r-- 1 1001 1001 5774 Feb 12 03:12 Makefile 03:16:24 -rw-rw-r-- 1 1001 1001 6524 Feb 12 03:12 README.md 03:16:24 -rw-rw-r-- 1 1001 1001 6755 Feb 12 03:12 SECURITY.md 03:16:24 -rw-rw-r-- 1 1001 1001 5 Feb 12 03:13 VERSION 03:16:24 -rw-rw-r-- 1 1001 1001 4131 Feb 12 03:12 ZMQWindows.md 03:16:24 drwxrwxr-x 2 1001 1001 117 Feb 12 03:12 bin 03:16:24 drwxrwxr-x 14 1001 1001 4096 Feb 12 03:12 cmd 03:16:24 -rw-r--r-- 1 root root 595676 Feb 12 03:15 coverage.out 03:16:24 -rw-r--r-- 1 root root 1054 Feb 12 03:16 go.mod 03:16:24 -rw-r--r-- 1 root root 19518 Feb 12 03:16 go.sum 03:16:24 drwxrwxr-x 8 1001 1001 127 Feb 12 03:12 internal 03:16:24 drwxrwxr-x 4 1001 1001 26 Feb 12 03:12 openapi 03:16:24 drwxrwxr-x 4 1001 1001 71 Feb 12 03:12 snap 03:16:24 -rw-rw-r-- 1 1001 1001 168 Feb 12 03:12 version.go [Pipeline] sh 03:16:24 + '[' -e coverage.out ] 03:16:24 + chown 1001:1001 coverage.out [Pipeline] stash 03:16:25 Stashed 1 file(s) [Pipeline] sh 03:16:25 + make build 03:16:25 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 03:16:29 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 03:16:39 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 03:16:40 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 03:16:42 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 03:16:42 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 03:16:44 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 03:16:46 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 03:16:47 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 03:16:48 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 03:16:50 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 03:16:51 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] } 03:16:53 $ docker stop --time=1 0b25c652255751aebfeb0b77b1117790c64ae6678fb82e222f5882e6d694e1d1 03:16:55 $ docker rm -f 0b25c652255751aebfeb0b77b1117790c64ae6678fb82e222f5882e6d694e1d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:16:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:16:57 03:16:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 03:16:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:16:57 latest: Pulling from edgex-devops/edgex-compose 03:16:57 cbdbe7a5bc2a: Pulling fs layer 03:16:57 ca9280d653b3: Pulling fs layer 03:16:57 7e9c9ca2126c: Pulling fs layer 03:16:58 cbdbe7a5bc2a: Download complete 03:16:58 cbdbe7a5bc2a: Pull complete 03:16:58 ca9280d653b3: Verifying Checksum 03:16:58 ca9280d653b3: Download complete 03:17:00 7e9c9ca2126c: Verifying Checksum 03:17:00 7e9c9ca2126c: Download complete 03:17:00 ca9280d653b3: Pull complete 03:17:04 Running on prd-ubuntu18.04-docker-arm64-4c-16g-26214 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 03:17:04 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout 03:17:08 7e9c9ca2126c: Pull complete 03:17:08 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 03:17:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:17:08 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 03:17:08 prd-centos7-docker-4c-2g-26204 does not seem to be running inside a container 03:17:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:17:09 using credential edgex-jenkins-ssh 03:17:09 Cloning the remote Git repository 03:17:09 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:17:09 > git init /w/workspace/edgex-go/26 # timeout=10 03:17:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:17:09 > git --version # timeout=10 03:17:09 > git --version # 'git version 2.17.1' 03:17:09 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:11 $ docker top 5d6084e42219b9a431d372f9e7fbf23102dee727cc99d89eefb795bf4ef1c05d -eo pid,comm [Pipeline] { [Pipeline] sh 03:17:11 + docker-compose build --help 03:17:11 + grep parallel 03:17:13 --parallel Build images in parallel. [Pipeline] } 03:17:13 $ docker stop --time=1 5d6084e42219b9a431d372f9e7fbf23102dee727cc99d89eefb795bf4ef1c05d 03:17:14 $ docker rm -f 5d6084e42219b9a431d372f9e7fbf23102dee727cc99d89eefb795bf4ef1c05d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:17:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 03:17:15 . [Pipeline] withDockerContainer 03:17:15 prd-centos7-docker-4c-2g-26204 does not seem to be running inside a container 03:17:15 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 03:17:16 $ docker top e5711c7552020582bb063a06028e8d9e979d63f74e366bc2272ecc179fd44d6b -eo pid,comm [Pipeline] { [Pipeline] sh 03:17:17 + docker-compose -f ./docker-compose-build.yml build --parallel 03:17:18 Building docker-core-command-go ... 03:17:18 Building docker-core-data-go ... 03:17:18 Building docker-core-metadata-go ... 03:17:18 Building docker-security-bootstrapper-go ... 03:17:18 Building docker-security-proxy-setup-go ... 03:17:18 Building docker-security-secretstore-setup-go ... 03:17:18 Building docker-support-notifications-go ... 03:17:18 Building docker-support-scheduler-go ... 03:17:18 Building docker-sys-mgmt-agent-go ... 03:17:18 Building docker-core-metadata-go 03:17:18 Building docker-security-proxy-setup-go 03:17:18 Building docker-support-notifications-go 03:17:18 Building docker-support-scheduler-go 03:17:18 Building docker-sys-mgmt-agent-go 03:17:30 Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage 03:17:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:17:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:17:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:17:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:17:30 using GIT_SSH to set credentials SSH Credentials for GitHub 03:17:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:17:30 > git config core.sparsecheckout # timeout=10 03:17:30 > git checkout -f f40dfc27572c9b2551adc8939acdf15ccbe93c30 # timeout=10 [Pipeline] } 03:17:31 Failed in branch arm64 03:17:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:17:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:17:57 ---> 79db8cd34a68 03:17:57 Step 3/22 : WORKDIR /edgex-go 03:17:57 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:17:57 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:17:57 ---> 79db8cd34a68 03:17:57 Step 3/23 : WORKDIR /edgex-go 03:17:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:17:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 03:17:57 ---> 79db8cd34a68 03:17:57 Step 3/26 : WORKDIR /edgex-go 03:17:57 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:17:57 Step 2/22 : FROM ${BUILDER_BASE} AS builder 03:17:57 ---> 79db8cd34a68 03:17:57 Step 3/22 : WORKDIR /edgex-go 03:17:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:17:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 03:17:57 ---> 79db8cd34a68 03:17:57 Step 3/21 : WORKDIR /edgex-go 03:17:57 ---> Running in 9e118ea18df2 03:17:57 ---> Running in 2cf0a0369172 03:17:57 ---> Running in cc92867817ea 03:17:57 ---> Running in 496dac787d4a 03:17:57 ---> Running in aa7e88964617 03:17:58 Removing intermediate container 496dac787d4a 03:17:58 ---> 7991d9eb880f 03:17:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:58 Removing intermediate container cc92867817ea 03:17:58 ---> b67e1a22f4dd 03:17:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:58 Removing intermediate container 9e118ea18df2 03:17:58 ---> 35d397cb3fdf 03:17:58 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:58 Removing intermediate container aa7e88964617 03:17:58 ---> 8169b2b7f59c 03:17:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:58 Removing intermediate container 2cf0a0369172 03:17:58 ---> eb63b8c6e8d1 03:17:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:17:58 ---> Running in 8621b2e41ff4 03:17:58 ---> Running in f699200ffe92 03:17:58 ---> Running in 40fbc2f97d0d 03:17:58 ---> Running in e6a252bb18b6 03:17:58 ---> Running in 7d60a58721c8 03:18:01 Removing intermediate container 40fbc2f97d0d 03:18:01 ---> 18171f1ee57f 03:18:01 Step 5/21 : RUN apk add --update --no-cache make git 03:18:01 ---> Running in 603390c2a5da 03:18:01 Removing intermediate container f699200ffe92 03:18:01 ---> 48a4b4eb0e62 03:18:01 Step 5/22 : RUN apk add --update --no-cache make git 03:18:01 Removing intermediate container 8621b2e41ff4 03:18:01 ---> 08aa2736c72d 03:18:01 Step 5/26 : RUN apk add --update --no-cache make bash git 03:18:01 Removing intermediate container e6a252bb18b6 03:18:01 ---> 484c4a36e783 03:18:01 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 03:18:01 Removing intermediate container 7d60a58721c8 03:18:01 ---> 53ecc9a75a0e 03:18:01 Step 5/23 : RUN apk add --update --no-cache make git 03:18:01 ---> Running in 33f439837d8f 03:18:02 ---> Running in 9322a369f4bf 03:18:02 ---> Running in eb25e958871a 03:18:02 ---> Running in 9dc489cab0d3 03:18:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:18:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:18:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:18:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:18:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:18:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:18:03 OK: 233 MiB in 51 packages 03:18:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:18:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:18:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:18:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:18:04 OK: 233 MiB in 51 packages 03:18:04 Removing intermediate container 603390c2a5da 03:18:04 ---> 9d02feb3f353 03:18:04 Step 6/21 : COPY go.mod . 03:18:04 OK: 233 MiB in 51 packages 03:18:04 OK: 233 MiB in 51 packages 03:18:04 OK: 233 MiB in 51 packages 03:18:05 ---> 5b26772e2a3f 03:18:05 Step 7/21 : RUN go mod download 03:18:05 ---> Running in 308b4c4a796d 03:18:05 Removing intermediate container 33f439837d8f 03:18:05 ---> de00121583f7 03:18:05 Step 6/22 : COPY go.mod . 03:18:05 Removing intermediate container 9dc489cab0d3 03:18:05 ---> 3a8c63c265ba 03:18:05 Step 6/23 : COPY go.mod . 03:18:05 Removing intermediate container eb25e958871a 03:18:05 ---> 014f5637e05c 03:18:05 Step 6/22 : COPY go.mod . 03:18:05 ---> 7c917b48b9ba 03:18:05 Step 7/22 : RUN go mod download 03:18:05 Removing intermediate container 9322a369f4bf 03:18:05 ---> a28cd281e5a8 03:18:05 Step 6/26 : COPY go.mod . 03:18:05 ---> Running in 71e77269aa66 03:18:06 ---> 04928e29edb5 03:18:06 Step 7/23 : RUN go mod download 03:18:06 ---> 1b80a1b084fc 03:18:06 Step 7/22 : RUN go mod download 03:18:06 ---> Running in dde6d6567117 03:18:06 ---> d83b45e55dc2 03:18:06 Step 7/26 : RUN go mod download 03:18:06 ---> Running in 4d26cdba309e 03:18:06 ---> Running in dc55ef967a7b 03:18:08 Removing intermediate container 308b4c4a796d 03:18:08 ---> 983fbf069578 03:18:08 Step 8/21 : COPY . . 03:18:08 Removing intermediate container 71e77269aa66 03:18:08 ---> 5a9bf186ec5b 03:18:08 Step 8/22 : COPY . . 03:18:08 Removing intermediate container dde6d6567117 03:18:08 ---> 16ef79503ee2 03:18:08 Step 8/23 : COPY . . 03:18:12 Removing intermediate container 4d26cdba309e 03:18:12 ---> 62449a3b6455 03:18:12 Step 8/22 : COPY . . 03:18:12 Removing intermediate container dc55ef967a7b 03:18:12 ---> ad8e12e5cfd3 03:18:12 Step 8/26 : COPY . . 03:18:59 ---> 781413617500 03:18:59 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 03:18:59 ---> 6052463a4e48 03:18:59 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 03:19:00 ---> Running in 5d0111ea964f 03:19:00 ---> Running in e6643dd00852 03:19:00 ---> bfdf25915f8a 03:19:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 03:19:00 ---> ba9291c01afe 03:19:00 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 03:19:00 ---> 2eb85d9fe8c8 03:19:00 Step 9/22 : RUN make cmd/support-notifications/support-notifications 03:19:00 ---> Running in 4392f2679f1b 03:19:00 ---> Running in 506944875df4 03:19:00 ---> Running in da8eb9b7261e 03:19:03 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 03:19:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 03:19:03 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 03:19:03 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 03:19:03 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 03:19:50 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 03:19:51 Removing intermediate container 506944875df4 03:19:51 ---> f1fbc7a8273f 03:19:51 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 03:19:51 ---> Running in 2adeee61bda8 03:19:54 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 03:19:56 Removing intermediate container 5d0111ea964f 03:19:56 ---> 13ed2c295fbe 03:19:56 03:19:56 Step 10/21 : FROM alpine:3.12 03:19:56 Removing intermediate container da8eb9b7261e 03:19:56 ---> 7041913ace70 03:19:56 03:19:56 Step 10/22 : FROM alpine:3.12 03:19:56 Removing intermediate container e6643dd00852 03:19:56 ---> 1afe28557324 03:19:56 03:19:56 Step 10/22 : FROM alpine:3.12 03:19:56 3.12: Pulling from library/alpine 03:19:56 3.12: Pulling from library/alpine 03:19:56 3.12: Pulling from library/alpine 03:19:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 03:19:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 03:19:57 Status: Downloaded newer image for alpine:3.12 03:19:57 Status: Image is up to date for alpine:3.12 03:19:57 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 03:19:57 Status: Image is up to date for alpine:3.12 03:19:57 ---> 389fef711851 03:19:57 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 03:19:57 ---> 389fef711851 03:19:57 Step 11/21 : RUN apk add --update --no-cache curl 03:19:57 ---> 389fef711851 03:19:57 Step 11/22 : RUN apk add --update --no-cache dumb-init 03:19:58 ---> Running in 3850d9d0f50a 03:19:58 ---> Running in c019e97f5482 03:19:58 ---> Running in 71631d57fe86 03:19:59 Removing intermediate container 2adeee61bda8 03:19:59 ---> cd4eb560080c 03:19:59 03:19:59 Step 11/26 : FROM docker:20.10.0 03:19:59 20.10.0: Pulling from library/docker 03:19:59 Removing intermediate container 4392f2679f1b 03:19:59 ---> 080d35ed0eed 03:19:59 03:19:59 Step 10/23 : FROM alpine:3.12 03:19:59 ---> 389fef711851 03:19:59 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:19:59 ---> Running in 92bc991c41b3 03:20:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:20:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:20:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:20:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:20:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:20:00 (1/1) Installing dumb-init (1.2.2-r1) 03:20:00 Executing busybox-1.31.1-r19.trigger 03:20:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:20:00 OK: 6 MiB in 15 packages 03:20:00 (1/2) Installing ca-certificates (20191127-r4) 03:20:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:20:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:20:01 (2/2) Installing dumb-init (1.2.2-r1) 03:20:01 Executing busybox-1.31.1-r19.trigger 03:20:01 Executing ca-certificates-20191127-r4.trigger 03:20:01 OK: 6 MiB in 16 packages 03:20:01 (1/1) Installing dumb-init (1.2.2-r1) 03:20:01 Executing busybox-1.31.1-r19.trigger 03:20:01 (1/4) Installing ca-certificates (20191127-r4) 03:20:01 OK: 6 MiB in 15 packages 03:20:01 (2/4) Installing nghttp2-libs (1.41.0-r0) 03:20:01 (3/4) Installing libcurl (7.69.1-r3) 03:20:01 (4/4) Installing curl (7.69.1-r3) 03:20:01 Executing busybox-1.31.1-r19.trigger 03:20:01 Executing ca-certificates-20191127-r4.trigger 03:20:02 OK: 7 MiB in 18 packages 03:20:03 Removing intermediate container 3850d9d0f50a 03:20:03 ---> 99ff8db4fd01 03:20:03 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:20:03 ---> Running in 0f8235748d75 03:20:04 Removing intermediate container c019e97f5482 03:20:04 ---> f6dce8cb090c 03:20:04 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 03:20:04 Removing intermediate container 92bc991c41b3 03:20:04 ---> 59b3ff388c72 03:20:04 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:20:04 Removing intermediate container 0f8235748d75 03:20:04 ---> 078de70e40b9 03:20:04 Step 13/22 : ENV APP_PORT=48085 03:20:04 Removing intermediate container 71631d57fe86 03:20:04 ---> 4555b747149f 03:20:04 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:20:04 ---> Running in c5f30ccf5b84 03:20:05 ---> Running in 4991afb8560d 03:20:05 ---> Running in 751f3c4f8c4f 03:20:05 ---> Running in f2202cb4c1de 03:20:05 Removing intermediate container c5f30ccf5b84 03:20:05 ---> c2ee133ea20c 03:20:05 Step 13/22 : ENV APP_PORT=48060 03:20:05 ---> Running in 4fd0c015cea7 03:20:05 Removing intermediate container 751f3c4f8c4f 03:20:05 ---> b60551f05acd 03:20:05 Step 14/22 : EXPOSE $APP_PORT 03:20:05 Removing intermediate container 4991afb8560d 03:20:05 ---> 3a016508d94b 03:20:05 Step 13/23 : ENV APP_PORT=48081 03:20:05 Removing intermediate container f2202cb4c1de 03:20:05 ---> 4ea36cbb236d 03:20:05 Step 13/21 : WORKDIR /edgex 03:20:05 ---> Running in c927b5b350c0 03:20:05 Removing intermediate container 4fd0c015cea7 03:20:05 ---> 6838dc982afb 03:20:05 Step 14/22 : EXPOSE $APP_PORT 03:20:05 ---> Running in e9e928a3146c 03:20:06 ---> Running in 151b75b6a444 03:20:06 ---> Running in cc6637f6befd 03:20:06 Removing intermediate container c927b5b350c0 03:20:06 ---> 443540c7d699 03:20:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:20:06 Removing intermediate container e9e928a3146c 03:20:06 ---> 7e86911a7371 03:20:06 Step 14/23 : EXPOSE $APP_PORT 03:20:06 Removing intermediate container 151b75b6a444 03:20:06 ---> 84cae7e0b231 03:20:06 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 03:20:06 Removing intermediate container cc6637f6befd 03:20:06 ---> c199b3c19c97 03:20:06 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 03:20:06 ---> Running in a0cd4f838ffc 03:20:07 Removing intermediate container a0cd4f838ffc 03:20:07 ---> 5e8f0b2f9474 03:20:07 Step 15/23 : WORKDIR / 03:20:07 ---> 94707b8faa0d 03:20:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 03:20:07 ---> 127d2f245358 03:20:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 03:20:07 ---> Running in 0f373588f510 03:20:07 ---> 24ae47cb108f 03:20:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 03:20:08 ---> f947fe39acc4 03:20:08 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 03:20:08 ---> 2228f3b2da8d 03:20:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 03:20:08 Removing intermediate container 0f373588f510 03:20:08 ---> 036e61483bfa 03:20:08 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:20:08 ---> 109a027d8d01 03:20:08 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 03:20:09 ---> 8ae91a1c07b2 03:20:09 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 03:20:09 ---> cba150eb2d8a 03:20:09 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 03:20:09 ---> 85d8185b7ecb 03:20:09 Step 18/22 : ENTRYPOINT ["/support-notifications"] 03:20:09 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 03:20:09 Status: Downloaded newer image for docker:20.10.0 03:20:09 ---> aefe523efa57 03:20:09 Step 12/26 : RUN apk add --no-cache bash 03:20:09 ---> Running in fc2f6ed1286d 03:20:09 ---> 7482ebb75626 03:20:09 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 03:20:09 ---> Running in 3aaa99b930f2 03:20:09 ---> Running in 65b672e6f0d6 03:20:09 ---> Running in 95d135c13985 03:20:10 Removing intermediate container fc2f6ed1286d 03:20:10 ---> d6ff6a41f585 03:20:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:20:10 Removing intermediate container 3aaa99b930f2 03:20:10 ---> a86cf17e76d5 03:20:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:20:10 Removing intermediate container 95d135c13985 03:20:10 ---> 30588e55b6fe 03:20:10 Step 18/21 : CMD ["--init=true"] 03:20:10 ---> Running in 054d17ec49af 03:20:10 ---> Running in 0266930eaa2f 03:20:10 ---> Running in f85e577cc1de 03:20:10 ---> 3940700600ac 03:20:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 03:20:10 Removing intermediate container 054d17ec49af 03:20:10 ---> 3eff47b99878 03:20:10 Step 20/22 : LABEL arch=x86_64 03:20:10 Removing intermediate container 0266930eaa2f 03:20:10 ---> 788eac128987 03:20:10 Step 20/22 : LABEL arch=x86_64 03:20:11 ---> Running in c651e88e3391 03:20:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:20:11 ---> Running in 5eaa9dcac70c 03:20:11 Removing intermediate container f85e577cc1de 03:20:11 ---> d291d4e550de 03:20:11 Step 19/21 : LABEL arch=x86_64 03:20:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:20:11 ---> 8f4d383e9422 03:20:11 Step 19/23 : ENTRYPOINT ["/core-metadata"] 03:20:11 ---> Running in c0fc57e723f5 03:20:11 (1/2) Installing readline (8.0.4-r0) 03:20:11 (2/2) Installing bash (5.0.17-r0) 03:20:11 Executing bash-5.0.17-r0.post-install 03:20:11 Executing busybox-1.31.1-r19.trigger 03:20:11 OK: 12 MiB in 22 packages 03:20:11 ---> Running in 3a89e3647157 03:20:11 Removing intermediate container c651e88e3391 03:20:11 ---> 8fb1257f3bf2 03:20:11 Step 21/22 : LABEL git_sha=6ce023c27448a6c4148c69214f55c7deea8be790 03:20:11 Removing intermediate container 5eaa9dcac70c 03:20:11 ---> 335487448902 03:20:11 Step 21/22 : LABEL git_sha=6ce023c27448a6c4148c69214f55c7deea8be790 03:20:11 Removing intermediate container c0fc57e723f5 03:20:11 ---> 77ecbc1c4773 03:20:11 Step 20/21 : LABEL git_sha=6ce023c27448a6c4148c69214f55c7deea8be790 03:20:11 ---> Running in 47cbf342cd08 03:20:11 ---> Running in 9d36688aeebc 03:20:11 ---> Running in 070f4881ce33 03:20:12 Removing intermediate container 3a89e3647157 03:20:12 ---> 989524a1e018 03:20:12 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:20:12 ---> Running in 9b0d5e40f8a4 03:20:12 Removing intermediate container 9d36688aeebc 03:20:12 ---> d0ce94679dc5 03:20:12 Step 22/22 : LABEL version=0.0.0 03:20:12 Removing intermediate container 47cbf342cd08 03:20:12 ---> fc031d15b0cf 03:20:12 Step 22/22 : LABEL version=0.0.0 03:20:12 Removing intermediate container 070f4881ce33 03:20:12 ---> 60017b300342 03:20:12 Step 21/21 : LABEL version=0.0.0 03:20:12 ---> Running in 2f729503299e 03:20:12 ---> Running in 3de66359c94b 03:20:12 ---> Running in c49cdb51bd89 03:20:13 Removing intermediate container 65b672e6f0d6 03:20:13 ---> 4faf8eb3c1a0 03:20:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 03:20:13 Removing intermediate container 9b0d5e40f8a4 03:20:13 ---> fb4bfecf5b71 03:20:13 Step 21/23 : LABEL arch=x86_64 03:20:13 ---> Running in 8f89474f8a97 03:20:13 Removing intermediate container 2f729503299e 03:20:13 ---> 8c3a66f7274c 03:20:13 03:20:13 ---> Running in b15ec192b68f 03:20:13 Removing intermediate container c49cdb51bd89 03:20:13 ---> 89229435b4dc 03:20:13 03:20:13 Removing intermediate container 3de66359c94b 03:20:13 ---> b7c57902f314 03:20:13 03:20:14 Removing intermediate container 8f89474f8a97 03:20:14 ---> be47c8883464 03:20:14 Step 14/26 : ENV APP_PORT=48090 03:20:14 Successfully built 8c3a66f7274c 03:20:14 Successfully built 89229435b4dc 03:20:14 Successfully built b7c57902f314 03:20:14 Removing intermediate container b15ec192b68f 03:20:14 ---> 501e40e7b7c5 03:20:14 Step 22/23 : LABEL git_sha=6ce023c27448a6c4148c69214f55c7deea8be790 03:20:14 Successfully tagged docker-support-scheduler-go:latest 03:20:14 Successfully tagged docker-support-notifications-go:latest 03:20:14  Building docker-support-notifications-go ... done Building docker-core-command-go 03:20:14  Building docker-support-scheduler-go ... done Building docker-security-bootstrapper-go 03:20:14 Successfully tagged docker-security-proxy-setup-go:latest 03:20:14  Building docker-security-proxy-setup-go ... done Building docker-core-data-go 03:20:14 ---> Running in 9c4171c05d7c 03:20:14 ---> Running in 3a7cc89babc5 03:20:14 Removing intermediate container 9c4171c05d7c 03:20:14 ---> 3e0f7ceded08 03:20:14 Step 15/26 : EXPOSE $APP_PORT 03:20:14 ---> Running in aa22da7d6846 03:20:14 Removing intermediate container 3a7cc89babc5 03:20:14 ---> 5f8ba34a9083 03:20:14 Step 23/23 : LABEL version=0.0.0 03:20:14 ---> Running in 7c4e09f54497 03:20:14 Removing intermediate container aa22da7d6846 03:20:14 ---> d0d9cafd6e26 03:20:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 03:20:14 Removing intermediate container 7c4e09f54497 03:20:14 ---> 2ca4eb2b0683 03:20:14 03:20:15 Successfully built 2ca4eb2b0683 03:20:15 Successfully tagged docker-core-metadata-go:latest 03:20:15 Building docker-security-secretstore-setup-go 03:20:15  Building docker-core-metadata-go ... done  ---> 0042bf7010d3 03:20:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 03:20:18 ---> 09065c3657ca 03:20:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 03:20:19 ---> 672fd42e9d8a 03:20:19 Step 19/26 : RUN apk --no-cache add py3-pip 03:20:19 ---> Running in 9acada24554b 03:20:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:20:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:20:21 (1/33) Installing libbz2 (1.0.8-r1) 03:20:21 (2/33) Installing expat (2.2.9-r1) 03:20:21 (3/33) Installing libffi (3.3-r2) 03:20:21 (4/33) Installing gdbm (1.13-r1) 03:20:21 (5/33) Installing xz-libs (5.2.5-r0) 03:20:21 (6/33) Installing sqlite-libs (3.32.1-r0) 03:20:21 (7/33) Installing python3 (3.8.5-r0) 03:20:25 (8/33) Installing py3-appdirs (1.4.4-r1) 03:20:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 03:20:25 (10/33) Installing py3-parsing (2.4.7-r0) 03:20:25 (11/33) Installing py3-six (1.15.0-r0) 03:20:25 (12/33) Installing py3-packaging (20.4-r0) 03:20:25 (13/33) Installing py3-setuptools (47.0.0-r0) 03:20:25 (14/33) Installing py3-chardet (3.0.4-r4) 03:20:25 (15/33) Installing py3-idna (2.9-r0) 03:20:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 03:20:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 03:20:25 (18/33) Installing py3-requests (2.23.0-r0) 03:20:25 (19/33) Installing py3-msgpack (1.0.0-r0) 03:20:25 (20/33) Installing py3-lockfile (0.12.2-r3) 03:20:26 (21/33) Installing py3-cachecontrol (0.12.6-r0) 03:20:26 (22/33) Installing py3-colorama (0.4.3-r0) 03:20:26 (23/33) Installing py3-distlib (0.3.0-r0) 03:20:26 (24/33) Installing py3-distro (1.5.0-r1) 03:20:26 (25/33) Installing py3-webencodings (0.5.1-r3) 03:20:26 (26/33) Installing py3-html5lib (1.0.1-r4) 03:20:26 (27/33) Installing py3-pytoml (0.1.21-r0) 03:20:26 (28/33) Installing py3-pep517 (0.8.2-r0) 03:20:26 (29/33) Installing py3-progress (1.5-r0) 03:20:26 (30/33) Installing py3-toml (0.10.1-r0) 03:20:27 (31/33) Installing py3-retrying (1.3.3-r0) 03:20:28 (32/33) Installing py3-contextlib2 (0.6.0-r0) 03:20:28 (33/33) Installing py3-pip (20.1.1-r0) 03:20:30 Executing busybox-1.31.1-r19.trigger 03:20:30 OK: 71 MiB in 55 packages 03:20:52 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:20:52 Step 2/30 : FROM ${BUILDER_BASE} AS builderStep 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:20:52 03:20:52 Step 2/24 : FROM ${BUILDER_BASE} AS builder 03:20:52 ---> 79db8cd34a68 03:20:52 Step 3/24 : WORKDIR /edgex-go 03:20:52 ---> 79db8cd34a68 03:20:52 Step 3/30 : WORKDIR /edgex-go 03:20:52 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:20:52 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:20:52 ---> 79db8cd34a68 03:20:52 Step 3/23 : WORKDIR /edgex-go 03:20:52 ---> Using cache 03:20:52 ---> eb63b8c6e8d1 03:20:52 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:20:52 ---> Using cache 03:20:52 ---> eb63b8c6e8d1 03:20:52 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:20:52 ---> Using cache 03:20:52 ---> eb63b8c6e8d1 03:20:52 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:20:52 ---> Using cache 03:20:52 ---> 484c4a36e783 03:20:52 Step 5/30 : RUN apk add --update --no-cache make git 03:20:52 ---> Using cache 03:20:52 ---> 484c4a36e783 03:20:52 Step 5/24 : RUN apk add --update --no-cache make git 03:20:52 ---> Using cache 03:20:52 ---> 484c4a36e783 03:20:52 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 03:20:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 03:20:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 03:20:53 ---> 79db8cd34a68 03:20:53 Step 3/23 : WORKDIR /edgex-go 03:20:53 ---> Using cache 03:20:53 ---> eb63b8c6e8d1 03:20:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:20:53 ---> Using cache 03:20:53 ---> 484c4a36e783 03:20:53 Step 5/23 : RUN apk add --update --no-cache make git 03:20:54 ---> Running in 54976ff84c62 03:20:54 ---> Running in 4746eb1522b2 03:20:54 ---> Running in a122d6804c8d 03:20:54 ---> Running in 3198c86ac4b4 03:20:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:20:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:20:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:20:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:20:56 Removing intermediate container 9acada24554b 03:20:56 ---> 4cbc50926884 03:20:56 Step 20/26 : RUN pip install docker-compose==1.23.2 03:20:56 ---> Running in d7836cfd863d 03:20:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:20:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:20:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:20:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:20:58 OK: 233 MiB in 51 packages 03:20:58 OK: 233 MiB in 51 packages 03:20:58 OK: 233 MiB in 51 packages 03:20:58 OK: 233 MiB in 51 packages 03:20:59 Collecting docker-compose==1.23.2 03:20:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 03:21:00 Removing intermediate container a122d6804c8d 03:21:00 ---> 9121b25098b7 03:21:00 Step 6/24 : COPY go.mod . 03:21:00 Collecting docker<4.0,>=3.6.0 03:21:00 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 03:21:00 Removing intermediate container 3198c86ac4b4 03:21:00 ---> 12e37d5ef947 03:21:00 Step 6/30 : COPY go.mod . 03:21:00 Removing intermediate container 4746eb1522b2 03:21:00 ---> 81ee0f596469 03:21:00 Step 6/23 : COPY go.mod . 03:21:00 Removing intermediate container 54976ff84c62 03:21:00 ---> b522b054076e 03:21:00 Step 6/23 : COPY go.mod . 03:21:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 03:21:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 03:21:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 03:21:00 ---> e89f7840af29 03:21:00 Step 7/24 : RUN go mod download 03:21:00 ---> 706cd8c0a76d 03:21:00 Step 7/30 : RUN go mod download 03:21:00 ---> Running in 869121a4033e 03:21:00 ---> 70867c88575c 03:21:00 Step 7/23 : RUN go mod download 03:21:00 Collecting PyYAML<4,>=3.10 03:21:00 ---> Running in c14b39f90def 03:21:00 Downloading PyYAML-3.13.tar.gz (270 kB) 03:21:00 ---> efd5da733d82 03:21:00 Step 7/23 : RUN go mod download 03:21:01 ---> Running in 5e23e85da25e 03:21:01 ---> Running in 9a4a66732333 03:21:02 Collecting docopt<0.7,>=0.6.1 03:21:02 Downloading docopt-0.6.2.tar.gz (25 kB) 03:21:03 Collecting dockerpty<0.5,>=0.4.1 03:21:03 Downloading dockerpty-0.4.1.tar.gz (13 kB) 03:21:04 Collecting texttable<0.10,>=0.9.0 03:21:04 Downloading texttable-0.9.1.tar.gz (11 kB) 03:21:05 Collecting websocket-client<1.0,>=0.32.0 03:21:05 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 03:21:05 Collecting jsonschema<3,>=2.5.1 03:21:05 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 03:21:05 Removing intermediate container 9a4a66732333 03:21:05 ---> bba681717da5 03:21:05 Step 8/23 : COPY . . 03:21:05 Collecting cached-property<2,>=1.2.0 03:21:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 03:21:05 Removing intermediate container 869121a4033e 03:21:05 ---> 87b584f4eb8f 03:21:05 Step 8/24 : COPY . . 03:21:05 Collecting docker-pycreds>=0.4.0 03:21:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 03:21:05 Removing intermediate container c14b39f90def 03:21:05 ---> 34457c2ab9a0 03:21:05 Step 8/30 : COPY . . 03:21:05 Removing intermediate container 5e23e85da25e 03:21:05 ---> a517a00bfa9d 03:21:05 Step 8/23 : COPY . . 03:21:05 Collecting idna<2.8,>=2.5 03:21:05 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 03:21:06 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) 03:21:06 Collecting urllib3<1.25,>=1.21.1 03:21:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 03:21:06 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) 03:21:06 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 03:21:06 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 03:21:06 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 03:21:06 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 03:21:06 Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, PyYAML, docopt, dockerpty, texttable, jsonschema, cached-property, docker-compose 03:21:09 Attempting uninstall: idna 03:21:09 Found existing installation: idna 2.9 03:21:09 Uninstalling idna-2.9: 03:21:10 Successfully uninstalled idna-2.9 03:21:11 Attempting uninstall: urllib3 03:21:11 Found existing installation: urllib3 1.25.9 03:21:11 Uninstalling urllib3-1.25.9: 03:21:11 Successfully uninstalled urllib3-1.25.9 03:21:12 Attempting uninstall: requests 03:21:12 Found existing installation: requests 2.23.0 03:21:12 Uninstalling requests-2.23.0: 03:21:12 Successfully uninstalled requests-2.23.0 03:21:16 Running setup.py install for PyYAML: started 03:21:21 Running setup.py install for PyYAML: finished with status 'done' 03:21:21 Running setup.py install for docopt: started 03:21:22 Running setup.py install for docopt: finished with status 'done' 03:21:22 Running setup.py install for dockerpty: started 03:21:23 Running setup.py install for dockerpty: finished with status 'done' 03:21:23 Running setup.py install for texttable: started 03:21:24 Running setup.py install for texttable: finished with status 'done' 03:21:29 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 03:21:44 Removing intermediate container d7836cfd863d 03:21:44 ---> f5fc2a7ff674 03:21:44 Step 21/26 : RUN apk --no-cache add curl 03:21:46 ---> Running in 0d26e54fb77d 03:21:46 ---> 200e672de047 03:21:46 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 03:21:46 ---> 48ecbf4692bd 03:21:46 Step 9/23 : RUN make cmd/core-command/core-command ---> e6493db14da2 03:21:46 03:21:46 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 03:21:46 ---> 4089d02b78a7 03:21:46 Step 9/23 : RUN make cmd/core-data/core-data 03:21:46 ---> Running in f53f9d1a8184 03:21:46 ---> Running in d5353a7f2ecb 03:21:46 ---> Running in 2ef32df72878 03:21:46 ---> Running in 3611df945f5a 03:21:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:21:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:21:47 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 03:21:47 (1/3) Installing nghttp2-libs (1.41.0-r0) 03:21:47 (2/3) Installing libcurl (7.69.1-r3) 03:21:47 (3/3) Installing curl (7.69.1-r3) 03:21:47 Executing busybox-1.31.1-r19.trigger 03:21:47 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 03:21:47 OK: 72 MiB in 58 packages 03:21:48 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 03:21:48 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 03:21:48 Removing intermediate container 0d26e54fb77d 03:21:48 ---> 0944b42c170a 03:21:48 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 03:21:48 ---> Running in 526a76cb9711 03:21:49 Removing intermediate container 526a76cb9711 03:21:49 ---> 893aac90fc1f 03:21:49 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:21:49 ---> Running in dd497d175f49 03:21:49 Removing intermediate container dd497d175f49 03:21:49 ---> 3baae6909733 03:21:49 Step 24/26 : LABEL arch=x86_64 03:21:49 ---> Running in 4963cac6cd69 03:21:51 Removing intermediate container 4963cac6cd69 03:21:51 ---> f001dd807dec 03:21:51 Step 25/26 : LABEL git_sha=6ce023c27448a6c4148c69214f55c7deea8be790 03:21:51 ---> Running in 7d5506f72e3b 03:21:51 Removing intermediate container 7d5506f72e3b 03:21:51 ---> 34b3caa7239a 03:21:51 Step 26/26 : LABEL version=0.0.0 03:21:51 ---> Running in b76c3f429dde 03:21:52 Removing intermediate container b76c3f429dde 03:21:52 ---> 15aec9451977 03:21:52 03:21:52 Successfully built 15aec9451977 03:21:52 Successfully tagged docker-sys-mgmt-agent-go:latest 03:22:16  Building docker-sys-mgmt-agent-go ... done 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 03:22:16 Removing intermediate container d5353a7f2ecb 03:22:16 ---> f9132b92d2cf 03:22:16 03:22:16 Step 10/30 : FROM alpine:3.12 03:22:16 ---> 389fef711851 03:22:16 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 03:22:17 ---> Running in 2578749f3beb 03:22:17 Removing intermediate container 2578749f3beb 03:22:17 ---> aa22604e75e2 03:22:17 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 03:22:17 ---> Running in c1e81c649605 03:22:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:22:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:22:19 (1/2) Installing dumb-init (1.2.2-r1) 03:22:19 (2/2) Installing su-exec (0.2-r1) 03:22:19 Executing busybox-1.31.1-r19.trigger 03:22:20 OK: 6 MiB in 16 packages 03:22:20 Removing intermediate container 3611df945f5a 03:22:20 ---> 97bf9cda966c 03:22:20 03:22:20 Step 10/24 : FROM alpine:3.12 03:22:20 ---> 389fef711851 03:22:20 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 03:22:20 Removing intermediate container f53f9d1a8184 03:22:20 ---> 4b589cf8edf8 03:22:20 03:22:20 Step 10/23 : FROM alpine:3.12 03:22:20 ---> 389fef711851 03:22:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 03:22:20 ---> Using cache 03:22:20 ---> 59b3ff388c72 03:22:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 03:22:20 ---> Using cache 03:22:20 ---> 3a016508d94b 03:22:20 Step 13/23 : ENV APP_PORT=48082 03:22:21 ---> Running in addeb1af6a8e 03:22:21 ---> Running in 7910fe0635fc 03:22:23 Removing intermediate container c1e81c649605 03:22:23 ---> efdede955feb 03:22:23 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 03:22:24 Removing intermediate container 7910fe0635fc 03:22:24 ---> c020c806b6cb 03:22:24 Step 14/23 : EXPOSE $APP_PORT 03:22:24 ---> Running in 4b466bae36df 03:22:24 Removing intermediate container 2ef32df72878 03:22:24 ---> 946cbd18e72e 03:22:24 03:22:24 Step 10/23 : FROM alpine:3.12 03:22:24 ---> 389fef711851 03:22:24 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 03:22:24 ---> Running in 21b9705a80a6 03:22:24 ---> Running in cb03ac877a07 03:22:24 Removing intermediate container 4b466bae36df 03:22:24 ---> 9086267d227e 03:22:24 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 03:22:24 ---> Running in 4bc9f74d9025 03:22:24 Removing intermediate container 21b9705a80a6 03:22:24 ---> a70b0239590f 03:22:24 Step 15/23 : WORKDIR / 03:22:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:22:24 Removing intermediate container cb03ac877a07 03:22:24 ---> 305627b4b289 03:22:24 Step 12/23 : ENV APP_PORT=48080 03:22:25 ---> Running in 61e43d9cc6a5 03:22:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:22:25 ---> Running in 5e23c8bf80c5 03:22:25 Removing intermediate container 4bc9f74d9025 03:22:25 ---> 634261a3b201 03:22:25 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 03:22:25 (1/5) Installing ca-certificates (20191127-r4) 03:22:25 ---> Running in 1b63c1e743c5 03:22:25 (2/5) Installing nghttp2-libs (1.41.0-r0) 03:22:25 (3/5) Installing libcurl (7.69.1-r3) 03:22:25 (4/5) Installing curl (7.69.1-r3) 03:22:25 (5/5) Installing dumb-init (1.2.2-r1) 03:22:25 Executing busybox-1.31.1-r19.trigger 03:22:25 Executing ca-certificates-20191127-r4.trigger 03:22:25 OK: 7 MiB in 19 packages 03:22:25 Removing intermediate container 61e43d9cc6a5 03:22:25 ---> 5061ae288626 03:22:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:22:25 Removing intermediate container 5e23c8bf80c5 03:22:25 ---> e278f7152265 03:22:25 Step 13/23 : EXPOSE $APP_PORT 03:22:25 ---> Running in 7984361333e9 03:22:26 Removing intermediate container 7984361333e9 03:22:26 ---> a10ae37b4007 03:22:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:22:26 ---> 6ca5bce9b90e 03:22:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 03:22:26 ---> Running in 77b5e24f37fc 03:22:27 Removing intermediate container addeb1af6a8e 03:22:27 ---> 21b9e70aacf7 03:22:27 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 03:22:27 ---> 7232f70a6691 03:22:27 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 03:22:27 ---> Running in a375b899a27b 03:22:27 Removing intermediate container a375b899a27b 03:22:27 ---> 3d7c8d11bd20 03:22:27 Step 13/24 : WORKDIR / 03:22:27 ---> Running in 0a5752343661 03:22:27 ---> 0b6a6b2c3d87 03:22:27 Step 19/23 : ENTRYPOINT ["/core-command"] 03:22:27 Removing intermediate container 1b63c1e743c5 03:22:27 ---> 064d6e65f244 03:22:27 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 03:22:27 ---> Running in 0516bffc7a55 03:22:28 ---> Running in b8ed13c912eb 03:22:28 Removing intermediate container 0a5752343661 03:22:28 ---> 74b96e4d0d6a 03:22:28 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 03:22:28 Removing intermediate container 0516bffc7a55 03:22:28 ---> 8c2e3e383c31 03:22:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:22:28 ---> Running in 108b7b6cc800 03:22:28 Removing intermediate container b8ed13c912eb 03:22:28 ---> 64ab404d860e 03:22:28 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 03:22:28 ---> c844b08f68c6 03:22:28 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 03:22:28 Removing intermediate container 77b5e24f37fc 03:22:28 ---> 7098a3416f1b 03:22:28 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 03:22:28 Removing intermediate container 108b7b6cc800 03:22:28 ---> b261d6f988ab 03:22:28 Step 21/23 : LABEL arch=x86_64 03:22:28 ---> Running in 6413005cbf05 03:22:28 ---> Running in 6ce3b168a29d 03:22:28 ---> dc7494ab58d3 03:22:28 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 03:22:29 ---> 7c921a2713d8 03:22:29 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 03:22:29 ---> Running in b6d1c7bec191 03:22:29 Removing intermediate container 6ce3b168a29d 03:22:29 ---> 57ad57220a38 03:22:29 Step 22/23 : LABEL git_sha=6ce023c27448a6c4148c69214f55c7deea8be790 03:22:29 ---> a81f2eff140e 03:22:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 03:22:29 ---> Running in 3055df218df7 03:22:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:22:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:22:30 Removing intermediate container 3055df218df7 03:22:30 ---> ef8cd6e5ab36 03:22:30 Step 23/23 : LABEL version=0.0.0 03:22:30 ---> 9e5776285f93 03:22:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 03:22:30 ---> Running in 798cb6c9197c 03:22:30 (1/6) Installing dumb-init (1.2.2-r1) 03:22:30 Removing intermediate container 798cb6c9197c 03:22:30 ---> 25d0932ce4b9 03:22:30 03:22:30 (2/6) Installing libgcc (9.3.0-r2) 03:22:30 (3/6) Installing libsodium (1.0.18-r0) 03:22:31 (4/6) Installing libstdc++ (9.3.0-r2) 03:22:31 ---> 87d197e588d2 03:22:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 03:22:31 Successfully built 25d0932ce4b9 03:22:31 Successfully tagged docker-core-command-go:latest 03:22:31  Building docker-core-command-go ... done Removing intermediate container b6d1c7bec191 03:22:31 ---> 93ef874c6bb9 03:22:31 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 03:22:31 (5/6) Installing libzmq (4.3.3-r0) 03:22:31 ---> cb9ec6f17a70 03:22:31 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/ 03:22:31 (6/6) Installing zeromq (4.3.3-r0) 03:22:31 ---> Running in 1422a3c830d3 03:22:31 ---> 90c57e55164a 03:22:31 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 03:22:31 Executing busybox-1.31.1-r19.trigger 03:22:31 OK: 8 MiB in 20 packages 03:22:32 ---> 8f25cdf381a2 03:22:32 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 03:22:32 Removing intermediate container 6413005cbf05 03:22:32 ---> 4fc4fb874042 03:22:32 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 03:22:32 ---> bfe9e975eeb5 03:22:32 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 03:22:32 ---> f9f5f9a6083a 03:22:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 03:22:32 Removing intermediate container 1422a3c830d3 03:22:32 ---> 190f7349320b 03:22:32 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 03:22:32 ---> Running in 1b5f3e905d8e 03:22:32 ---> 333c4cbbfbd6 03:22:32 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 03:22:33 ---> Running in 6ef7380688fd 03:22:33 Removing intermediate container 1b5f3e905d8e 03:22:33 ---> 570226409dfc 03:22:33 Step 22/24 : LABEL arch=x86_64 03:22:33 ---> Running in f801993019fa 03:22:33 ---> cc0a5448f20b 03:22:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 03:22:33 Removing intermediate container 6ef7380688fd 03:22:33 ---> bd3d99f96970 03:22:33 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 03:22:33 Removing intermediate container f801993019fa 03:22:33 ---> c2e0e4b01a61 03:22:33 Step 23/24 : LABEL git_sha=6ce023c27448a6c4148c69214f55c7deea8be790 03:22:33 ---> 3b0aec518e33 03:22:33 Step 19/23 : ENTRYPOINT ["/core-data"] 03:22:33 ---> Running in 4d20b405e1bb 03:22:33 ---> Running in 8d841e254d01 03:22:33 ---> f18337f0c122 03:22:33 Step 25/30 : RUN chmod +x /entrypoint.sh 03:22:34 ---> Running in ed18a1cad2c7 03:22:34 Removing intermediate container 4d20b405e1bb 03:22:34 ---> 4a2be03e3e88 03:22:34 Step 24/24 : LABEL version=0.0.0 03:22:34 Removing intermediate container 8d841e254d01 03:22:34 ---> 996a4848d371 03:22:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:22:34 ---> Running in 416fc9876cdc 03:22:34 ---> Running in cd2475299adc 03:22:34 Removing intermediate container 416fc9876cdc 03:22:34 ---> c13f5d1eb386 03:22:34 03:22:34 Removing intermediate container cd2475299adc 03:22:34 ---> f472aa4de5f0 03:22:34 Step 21/23 : LABEL arch=x86_64 03:22:34 ---> Running in 68caa6f0ad17 03:22:34 Successfully built c13f5d1eb386 03:22:34 Successfully tagged docker-security-secretstore-setup-go:latest 03:22:35  Building docker-security-secretstore-setup-go ... done Removing intermediate container 68caa6f0ad17 03:22:35 ---> a2992bb2cd31 03:22:35 Step 22/23 : LABEL git_sha=6ce023c27448a6c4148c69214f55c7deea8be790 03:22:35 ---> Running in b3ab4bb033a8 03:22:35 Removing intermediate container b3ab4bb033a8 03:22:35 ---> 0844208358c1 03:22:35 Step 23/23 : LABEL version=0.0.0 03:22:35 Removing intermediate container ed18a1cad2c7 03:22:35 ---> c4b1a939d337 03:22:35 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 03:22:35 ---> Running in c66e5143f7ef 03:22:35 ---> Running in acd2553ff7f3 03:22:35 Removing intermediate container c66e5143f7ef 03:22:35 ---> 4c6dfbf86ee6 03:22:35 03:22:35 Successfully built 4c6dfbf86ee6 03:22:35 Successfully tagged docker-core-data-go:latest 03:22:35  Building docker-core-data-go ... done Removing intermediate container acd2553ff7f3 03:22:35 ---> 31034f4aefb4 03:22:35 Step 27/30 : CMD ["gate"] 03:22:36 ---> Running in 6f784dd7d6ef 03:22:36 Removing intermediate container 6f784dd7d6ef 03:22:36 ---> 99a08a63d2ea 03:22:36 Step 28/30 : LABEL arch=x86_64 03:22:36 ---> Running in c57db5d692ab 03:22:36 Removing intermediate container c57db5d692ab 03:22:36 ---> 0c47a5af81e0 03:22:36 Step 29/30 : LABEL git_sha=6ce023c27448a6c4148c69214f55c7deea8be790 03:22:36 ---> Running in cf45e1d82ba8 03:22:36 Removing intermediate container cf45e1d82ba8 03:22:36 ---> 4b7ecfdeea6f 03:22:36 Step 30/30 : LABEL version=0.0.0 03:22:37 ---> Running in 75633f27dcc9 03:22:37 Removing intermediate container 75633f27dcc9 03:22:37 ---> 448e4156c4c4 03:22:37 03:22:37 Successfully built 448e4156c4c4 03:22:37 Successfully tagged docker-security-bootstrapper-go:latest 03:22:37  Building docker-security-bootstrapper-go ... done  [Pipeline] } 03:22:37 $ docker stop --time=1 e5711c7552020582bb063a06028e8d9e979d63f74e366bc2272ecc179fd44d6b 03:22:39 $ docker rm -f e5711c7552020582bb063a06028e8d9e979d63f74e366bc2272ecc179fd44d6b [Pipeline] // withDockerContainer [Pipeline] sh 03:22:40 + docker images 03:22:40 + grep docker 03:22:40 docker-security-bootstrapper-go latest 448e4156c4c4 3 seconds ago 18MB 03:22:40 docker-core-data-go latest 4c6dfbf86ee6 5 seconds ago 22.3MB 03:22:40 docker-security-secretstore-setup-go latest c13f5d1eb386 6 seconds ago 24.6MB 03:22:40 docker-core-command-go latest 25d0932ce4b9 10 seconds ago 16.9MB 03:22:40 docker-sys-mgmt-agent-go latest 15aec9451977 49 seconds ago 313MB 03:22:40 docker-core-metadata-go latest 2ca4eb2b0683 2 minutes ago 18.8MB 03:22:40 docker-security-proxy-setup-go latest b7c57902f314 2 minutes ago 24.4MB 03:22:40 docker-support-scheduler-go latest 89229435b4dc 2 minutes ago 17MB 03:22:40 docker-support-notifications-go latest 8c3a66f7274c 2 minutes ago 17.6MB 03:22:40 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 03:22:56 Still waiting to schedule task 03:22:56 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 03:23:53 Running on prd-ubuntu18.04-docker-8c-8g-26231 in /w/workspace/edgexfoundry_edgex-go_PR-3109 [Pipeline] { [Pipeline] ws 03:23:53 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout 03:23:55 using credential edgex-jenkins-ssh 03:23:55 Cloning the remote Git repository 03:23:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 03:23:55 > git init /w/workspace/edgex-go/26 # timeout=10 03:23:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:23:55 > git --version # timeout=10 03:23:55 > git --version # 'git version 2.17.1' 03:23:55 using GIT_SSH to set credentials SSH Credentials for GitHub 03:23:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:24:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:24:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:24:00 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 03:24:00 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 03:24:00 using GIT_SSH to set credentials SSH Credentials for GitHub 03:24:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3109/head:refs/remotes/origin/PR-3109 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:24:00 Merging remotes/origin/master commit dcb3fdd6978ac2035ff978e20e29c6a0a255fa1b into PR head commit f40dfc27572c9b2551adc8939acdf15ccbe93c30 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 03:24:01 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 03:24:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:24:04 ---> package-listing.sh 03:24:04 ++ facter osfamily 03:24:04 ++ tr '[:upper:]' '[:lower:]' 03:24:04 + OS_FAMILY=redhat 03:24:04 + workspace=/w/workspace/edgex-go/26 03:24:04 + START_PACKAGES=/tmp/packages_start.txt 03:24:04 + END_PACKAGES=/tmp/packages_end.txt 03:24:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:24:04 + PACKAGES=/tmp/packages_start.txt 03:24:04 + '[' /w/workspace/edgex-go/26 ']' 03:24:04 + PACKAGES=/tmp/packages_end.txt 03:24:04 + case "${OS_FAMILY}" in 03:24:04 + rpm -qa 03:24:04 + sort 03:24:09 + '[' -f /tmp/packages_start.txt ']' 03:24:09 + '[' -f /tmp/packages_end.txt ']' 03:24:09 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:24:09 + '[' /w/workspace/edgex-go/26 ']' 03:24:09 + mkdir -p /w/workspace/edgex-go/26/archives/ 03:24:09 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/26/archives/ [Pipeline] echo 03:24:09 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/26/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:24:10 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:24:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:24:10 03:24:10 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:24:10 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:24:10 alpine: Pulling from edgex-lftools-log-publisher 03:24:10 df20fa9351a1: Pulling fs layer 03:24:10 36b3adc4ff6f: Pulling fs layer 03:24:10 8ad3a11d3b57: Pulling fs layer 03:24:10 46f8f816bc3b: Pulling fs layer 03:24:10 93b61091891f: Pulling fs layer 03:24:10 93b9cdb0e59b: Pulling fs layer 03:24:10 5e14af77c1be: Pulling fs layer 03:24:10 01666e4c0597: Pulling fs layer 03:24:10 aa168da1d23b: Pulling fs layer 03:24:10 46f8f816bc3b: Waiting 03:24:10 93b9cdb0e59b: Waiting 03:24:10 93b61091891f: Waiting 03:24:10 01666e4c0597: Waiting 03:24:10 5e14af77c1be: Waiting 03:24:10 aa168da1d23b: Waiting 03:24:10 36b3adc4ff6f: Verifying Checksum 03:24:10 36b3adc4ff6f: Download complete 03:24:10 46f8f816bc3b: Download complete 03:24:10 df20fa9351a1: Verifying Checksum 03:24:10 df20fa9351a1: Download complete 03:24:10 93b9cdb0e59b: Verifying Checksum 03:24:10 93b9cdb0e59b: Download complete 03:24:10 5e14af77c1be: Verifying Checksum 03:24:10 5e14af77c1be: Download complete 03:24:10 93b61091891f: Download complete 03:24:10 01666e4c0597: Verifying Checksum 03:24:10 01666e4c0597: Download complete 03:24:11 df20fa9351a1: Pull complete 03:24:11 36b3adc4ff6f: Pull complete 03:24:11 8ad3a11d3b57: Verifying Checksum 03:24:11 8ad3a11d3b57: Download complete 03:24:12 8ad3a11d3b57: Pull complete 03:24:13 aa168da1d23b: Verifying Checksum 03:24:13 aa168da1d23b: Download complete 03:24:13 46f8f816bc3b: Pull complete 03:24:14 93b61091891f: Pull complete 03:24:14 93b9cdb0e59b: Pull complete 03:24:14 5e14af77c1be: Pull complete 03:24:15 01666e4c0597: Pull complete 03:24:25 aa168da1d23b: Pull complete 03:24:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:24:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:24:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:24:25 prd-centos7-docker-4c-2g-26204 does not seem to be running inside a container 03:24:25 $ 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/26/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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:24:28 $ docker top 4c2cc95bd7d9eb7ea48f2e0dc7fc153b68d49c11aef68ca1ced1c9eb819aa511 -eo pid,comm [Pipeline] { [Pipeline] sh 03:24:29 + touch /tmp/pre-build-complete [Pipeline] sh 03:24:29 + mkdir -p /var/log/sa [Pipeline] sh 03:24:29 + ls /var/log/sa-host 03:24:29 + sadf -c /var/log/sa-host/sa12 03:24:29 file_magic: OK 03:24:29 HZ: Using current value: 100 03:24:29 file_header: OK 03:24:29 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 03:24:29 Statistics: 03:24:29 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:24:29 File successfully converted to sysstat format version 12.2.1 03:24:29 + sadf -c /var/log/sa-host/sa23 03:24:29 file_magic: OK 03:24:29 HZ: Using current value: 100 03:24:29 file_header: OK 03:24:29 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 03:24:29 Statistics: 03:24:29 Hnuu...uuuununununu... 03:24:29 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:24:30 provisioning config files... 03:24:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/26@tmp/config3470572318608016595tmp [Pipeline] { [Pipeline] echo 03:24:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:24:30 ---> create-netrc.sh [Pipeline] } 03:24:30 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:24:30 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:24:30 ---> python-tools-install.sh [Pipeline] echo 03:24:30 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:24:31 ---> sudo-logs.sh 03:24:31 Archiving 'sudo' log.. [Pipeline] echo 03:24:31 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:24:31 ---> job-cost.sh 03:24:31 lf-activate-venv: SKIPPING 03:24:31 INFO: No Stack... 03:24:32 INFO: Retrieving Pricing Info for: v1-standard-2 03:24:33 INFO: Archiving Costs [Pipeline] echo 03:24:33 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:24:33 ---> logs-deploy.sh 03:24:33 lf-activate-venv: SKIPPING 03:24:33 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3109/26 03:24:33 INFO: archiving workspace using pattern(s): 03:24:34 Archives upload complete. 03:24:35 INFO: archiving logs to Nexus 03:24:36 ---> uname -a: 03:24:36 Linux prd-centos7-docker-4c-2g-26204.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:24:36 03:24:36 03:24:36 ---> lscpu: 03:24:36 Architecture: x86_64 03:24:36 CPU op-mode(s): 32-bit, 64-bit 03:24:36 Byte Order: Little Endian 03:24:36 Address sizes: 40 bits physical, 48 bits virtual 03:24:36 CPU(s): 4 03:24:36 On-line CPU(s) list: 0-3 03:24:36 Thread(s) per core: 1 03:24:36 Core(s) per socket: 1 03:24:36 Socket(s): 4 03:24:36 NUMA node(s): 1 03:24:36 Vendor ID: GenuineIntel 03:24:36 CPU family: 6 03:24:36 Model: 44 03:24:36 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:24:36 Stepping: 1 03:24:36 CPU MHz: 2933.438 03:24:36 BogoMIPS: 5866.87 03:24:36 Virtualization: VT-x 03:24:36 Hypervisor vendor: KVM 03:24:36 Virtualization type: full 03:24:36 L1d cache: 128 KiB 03:24:36 L1i cache: 128 KiB 03:24:36 L2 cache: 16 MiB 03:24:36 L3 cache: 64 MiB 03:24:36 NUMA node0 CPU(s): 0-3 03:24:36 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:24:36 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:24:36 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:24:36 Vulnerability Meltdown: Mitigation; PTI 03:24:36 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:24:36 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:24:36 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:24:36 Vulnerability Srbds: Not affected 03:24:36 Vulnerability Tsx async abort: Not affected 03:24:36 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 03:24:36 03:24:36 03:24:36 ---> nproc: 03:24:36 4 03:24:36 03:24:36 03:24:36 ---> df -h: 03:24:36 Filesystem Size Used Available Use% Mounted on 03:24:36 overlay 50.0G 12.5G 37.5G 25% / 03:24:36 tmpfs 64.0M 0 64.0M 0% /dev 03:24:36 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:24:36 shm 64.0M 0 64.0M 0% /dev/shm 03:24:36 /dev/vda1 50.0G 12.5G 37.5G 25% /facter-os 03:24:36 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/resolv.conf 03:24:36 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hostname 03:24:36 /dev/vda1 50.0G 12.5G 37.5G 25% /etc/hosts 03:24:36 /dev/vda1 50.0G 12.5G 37.5G 25% /run/cloud-init/result.json 03:24:36 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/sa-host 03:24:36 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/secure 03:24:36 /dev/vda1 50.0G 12.5G 37.5G 25% /var/log/auth.log 03:24:36 /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/26 03:24:36 /dev/vda1 50.0G 12.5G 37.5G 25% /w/workspace/edgex-go/26@tmp 03:24:36 03:24:36 03:24:36 ---> free -m: 03:24:36 total used free shared buff/cache available 03:24:36 Mem: 1837 699 118 0 1020 1055 03:24:36 Swap: 1023 83 940 03:24:36 03:24:36 03:24:36 ---> ip addr: 03:24:36 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:24:36 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:24:36 inet 127.0.0.1/8 scope host lo 03:24:36 valid_lft forever preferred_lft forever 03:24:36 inet6 ::1/128 scope host 03:24:36 valid_lft forever preferred_lft forever 03:24:36 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:24:36 link/ether fa:16:3e:a0:fa:2f brd ff:ff:ff:ff:ff:ff 03:24:36 inet 10.30.123.214/23 brd 10.30.123.255 scope global dynamic eth0 03:24:36 valid_lft 85646sec preferred_lft 85646sec 03:24:36 inet6 fe80::f816:3eff:fea0:fa2f/64 scope link 03:24:36 valid_lft forever preferred_lft forever 03:24:36 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:24:36 link/ether 02:42:38:03:a4:8e brd ff:ff:ff:ff:ff:ff 03:24:36 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:24:36 valid_lft forever preferred_lft forever 03:24:36 inet6 fe80::42:38ff:fe03:a48e/64 scope link 03:24:36 valid_lft forever preferred_lft forever 03:24:36 03:24:36 03:24:36 ---> sar -b -r -n DEV: 03:24:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 03:24:36 03:24:36 03:11:49 LINUX RESTART (4 CPU) 03:24:36 03:24:36 03:13:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:24:36 03:14:01 233.39 91.88 141.51 0.00 7169.67 50118.71 0.00 03:24:36 03:15:02 213.37 86.00 127.37 0.00 2912.60 16334.29 0.00 03:24:36 03:16:01 110.44 45.58 64.86 0.00 1947.96 9423.24 0.00 03:24:36 03:17:01 113.25 37.99 75.25 0.00 2501.85 17402.71 0.00 03:24:36 03:18:01 975.86 726.15 249.71 0.00 93455.81 155946.21 0.00 03:24:36 03:19:01 2594.61 2289.97 304.64 0.00 139384.63 151042.03 0.00 03:24:36 03:20:01 271.14 146.47 124.67 0.00 10001.41 22402.71 0.00 03:24:36 03:21:01 1083.41 750.89 332.52 0.00 82354.52 139890.19 0.00 03:24:36 03:22:01 2441.03 2143.12 297.91 0.00 119435.36 124727.58 0.00 03:24:36 03:23:02 211.28 53.73 157.54 0.00 6517.21 23747.63 0.00 03:24:36 03:24:01 1.64 0.10 1.54 0.00 1.49 25.55 0.00 03:24:36 Average: 752.41 581.20 171.22 0.00 42495.49 64888.39 0.00 03:24:36 03:24:36 03:13:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:24:36 03:14:01 147704 0 689280 36.63 2072 1042488 1520080 51.88 565748 923432 776 03:24:36 03:15:02 131656 0 886352 47.11 960 862576 1592752 54.36 664692 808708 78724 03:24:36 03:16:01 249708 0 801512 42.60 784 829540 1560168 53.25 607240 734480 48220 03:24:36 03:17:01 102336 0 767584 40.80 672 1010952 1550156 52.90 635924 866556 32792 03:24:36 03:18:01 369256 0 691212 36.74 0 821076 1789584 61.08 536028 763652 0 03:24:36 03:19:01 452588 0 811340 43.12 0 617616 3515952 119.99 599716 596724 48 03:24:36 03:20:01 320284 0 804100 42.74 0 757160 2084456 71.14 566748 739688 49128 03:24:36 03:21:01 408900 0 718544 38.19 0 754100 1575140 53.76 507508 730036 3796 03:24:36 03:22:01 110104 0 1154132 61.34 0 617308 3324624 113.46 820684 678352 25704 03:24:36 03:23:02 427304 0 629528 33.46 0 824712 1225396 41.82 534944 670120 20 03:24:36 03:24:01 431684 0 624952 33.21 0 824908 1191316 40.66 532780 668568 24 03:24:36 Average: 286502 0 779867 41.45 408 814767 1902693 64.94 597456 743665 21748 03:24:36 03:24:36 03:13:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:24:36 03:14:01 eth0 1201.20 1158.11 5909.37 131.40 0.00 0.00 0.00 0.00 03:24:36 03:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:14:01 veth44e915f 13.45 13.87 1.29 12.19 0.00 0.00 0.00 0.00 03:24:36 03:14:01 docker0 897.90 871.45 72.48 3053.31 0.00 0.00 0.00 0.00 03:24:36 03:15:02 veth3790ac1 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:24:36 03:15:02 eth0 135.68 111.75 487.30 19.79 0.00 0.00 0.00 0.00 03:24:36 03:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:15:02 docker0 93.56 102.61 7.43 458.97 0.00 0.00 0.00 0.00 03:24:36 03:16:01 veth3790ac1 2.06 2.06 0.17 0.17 0.00 0.00 0.00 0.00 03:24:36 03:16:01 eth0 45.93 32.38 23.41 81.57 0.00 0.00 0.00 0.00 03:24:36 03:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:16:01 docker0 2.06 2.06 0.14 0.17 0.00 0.00 0.00 0.00 03:24:36 03:17:01 eth0 172.37 129.01 1688.85 20.32 0.00 0.00 0.00 0.00 03:24:36 03:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:18:01 vethda46e7a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:24:36 03:18:01 vethcaeb527 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:18:01 veth73f2bd2 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:18:01 eth0 51.33 38.22 28.67 61.18 0.00 0.00 0.00 0.00 03:24:36 03:19:01 veth69cb238 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:19:01 veth49653b1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:19:01 vethda46e7a 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 03:24:36 03:19:01 veth572155d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:20:01 vethda46e7a 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:20:01 veth4d8e7a3 2.32 5.20 0.16 32.65 0.00 0.00 0.00 0.00 03:24:36 03:20:01 veth3d7fc53 2.42 5.86 0.16 30.14 0.00 0.00 0.00 0.00 03:24:36 03:20:01 eth0 2821.89 2251.71 13071.15 446.89 0.00 0.00 0.00 0.00 03:24:36 03:21:01 vethda46e7a 0.00 0.43 0.00 0.02 0.00 0.00 0.00 0.00 03:24:36 03:21:01 veth713cd56 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:21:01 vethebd586a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:21:01 eth0 185.93 112.06 1029.10 85.54 0.00 0.00 0.00 0.00 03:24:36 03:22:01 vethda46e7a 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:24:36 03:22:01 veth2c877d7 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:24:36 03:22:01 veth865b082 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 03:24:36 03:22:01 veth71d0307 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 03:24:36 03:23:02 eth0 3081.54 2405.80 14150.03 614.80 0.00 0.00 0.00 0.00 03:24:36 03:23:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:24:36 03:23:02 docker0 1075.45 1142.52 84.97 4428.61 0.00 0.00 0.00 0.00 03:24:36 03:24:01 eth0 1.02 0.34 0.33 0.17 0.00 0.00 0.00 0.00 03:24:36 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 Average: eth0 188.20 159.81 950.67 46.31 0.00 0.00 0.00 0.00 03:24:36 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:24:36 Average: docker0 98.08 104.19 7.75 403.86 0.00 0.00 0.00 0.00 03:24:36 03:24:36 03:24:36 ---> sar -P ALL: 03:24:36 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/12/21 _x86_64_ (4 CPU) 03:24:36 03:24:36 03:11:49 LINUX RESTART (4 CPU) 03:24:36 03:24:36 03:13:01 CPU %user %nice %system %iowait %steal %idle 03:24:36 03:14:01 all 16.54 0.00 10.44 2.54 0.71 69.77 03:24:36 03:14:01 0 19.23 0.00 13.78 3.65 0.59 62.74 03:24:36 03:14:01 1 18.11 0.00 8.47 1.14 0.79 71.49 03:24:36 03:14:01 2 12.56 0.00 10.41 3.42 0.69 72.92 03:24:36 03:14:01 3 16.28 0.00 9.14 1.97 0.76 71.86 03:24:36 03:15:02 all 34.97 0.00 11.79 6.25 2.97 44.01 03:24:36 03:15:02 0 34.10 0.00 11.69 9.12 2.62 42.48 03:24:36 03:15:02 1 34.80 0.00 12.78 4.89 3.11 44.43 03:24:36 03:15:02 2 36.91 0.00 11.31 7.07 2.96 41.75 03:24:36 03:15:02 3 34.08 0.00 11.38 3.96 3.20 47.38 03:24:36 03:16:01 all 53.30 0.00 14.46 2.60 1.71 27.92 03:24:36 03:16:01 0 53.75 0.00 14.27 2.18 1.73 28.08 03:24:36 03:16:01 1 53.01 0.00 15.32 2.50 1.41 27.77 03:24:36 03:16:01 2 52.30 0.00 13.96 2.34 1.88 29.52 03:24:36 03:16:01 3 54.14 0.00 14.31 3.38 1.84 26.32 03:24:36 03:17:01 all 39.09 0.00 13.10 3.32 0.79 43.70 03:24:36 03:17:01 0 38.44 0.00 12.98 2.47 0.61 45.49 03:24:36 03:17:01 1 38.00 0.00 12.81 3.11 0.89 45.20 03:24:36 03:17:01 2 39.63 0.00 13.30 2.83 0.77 43.47 03:24:36 03:17:01 3 40.31 0.00 13.31 4.84 0.87 40.67 03:24:36 03:18:01 all 21.80 0.00 24.71 6.94 4.85 41.70 03:24:36 03:18:01 0 23.33 0.00 23.94 6.42 4.61 41.69 03:24:36 03:18:01 1 20.45 0.00 23.82 6.89 5.15 43.68 03:24:36 03:18:01 2 20.14 0.00 24.81 6.49 4.91 43.64 03:24:36 03:18:01 3 23.29 0.00 26.29 7.96 4.72 37.74 03:24:36 03:19:01 all 16.41 0.00 23.37 22.41 16.89 20.93 03:24:36 03:19:01 0 18.44 0.00 24.47 22.33 16.15 18.61 03:24:36 03:19:01 1 15.48 0.00 23.71 21.65 17.13 22.03 03:24:36 03:19:01 2 16.30 0.00 22.03 22.47 17.15 22.06 03:24:36 03:19:01 3 15.47 0.00 23.28 23.18 17.11 20.96 03:24:36 03:20:01 all 68.96 0.00 17.09 5.69 3.27 4.99 03:24:36 03:20:01 0 68.52 0.00 17.39 4.92 3.29 5.88 03:24:36 03:20:01 1 69.06 0.00 17.35 5.99 3.27 4.33 03:24:36 03:20:01 2 69.94 0.00 16.44 6.50 3.13 3.98 03:24:36 03:20:01 3 68.33 0.00 17.16 5.34 3.40 5.77 03:24:36 03:21:01 all 20.97 0.00 22.86 13.41 14.66 28.11 03:24:36 03:21:01 0 20.06 0.00 22.21 12.76 14.51 30.46 03:24:36 03:21:01 1 21.85 0.00 23.28 14.40 14.85 25.63 03:24:36 03:21:01 2 19.85 0.00 22.60 13.45 14.84 29.26 03:24:36 03:21:01 3 22.14 0.00 23.34 13.02 14.45 27.05 03:24:36 03:22:01 all 33.95 0.00 25.63 20.74 3.46 16.22 03:24:36 03:22:01 0 31.99 0.00 24.15 19.42 3.90 20.54 03:24:36 03:22:01 1 35.25 0.00 27.54 20.13 2.97 14.11 03:24:36 03:22:01 2 34.28 0.00 24.50 22.92 3.58 14.73 03:24:36 03:22:01 3 34.28 0.00 26.38 20.50 3.37 15.46 03:24:36 03:23:02 all 24.60 0.00 10.04 7.30 0.14 57.93 03:24:36 03:23:02 0 23.73 0.00 10.27 9.94 0.17 55.89 03:24:36 03:23:02 1 24.69 0.00 10.62 6.99 0.10 57.59 03:24:36 03:23:02 2 25.51 0.00 9.78 6.94 0.12 57.65 03:24:36 03:23:02 3 24.46 0.00 9.50 5.33 0.15 60.55 03:24:36 03:24:01 all 0.16 0.00 0.04 0.00 0.00 99.79 03:24:36 03:24:01 0 0.05 0.00 0.07 0.00 0.00 99.88 03:24:36 03:24:01 1 0.05 0.00 0.07 0.00 0.00 99.88 03:24:36 03:24:01 2 0.52 0.00 0.02 0.00 0.00 99.46 03:24:36 03:24:01 3 0.02 0.00 0.02 0.02 0.00 99.95 03:24:36 03:24:36 Average: CPU %user %nice %system %iowait %steal %idle 03:24:36 Average: all 29.75 0.00 15.74 8.31 4.55 41.65 03:24:36 Average: 0 29.87 0.00 15.91 8.50 4.42 41.31 03:24:36 Average: 1 29.72 0.00 15.94 8.00 4.58 41.76 03:24:36 Average: 2 29.47 0.00 15.35 8.62 4.62 41.94 03:24:36 Average: 3 29.94 0.00 15.76 8.13 4.58 41.59 03:24:36 03:24:36 03:24:36