Pull request #2902 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1992864e475353449935db46579569393126d03+ea5d7be70bf78d25df2f442b65fefbdc258c073e (6c83ac546aaf27fa96278fb2efeb8b8fc2c10e4c) 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 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 d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-13550’ is offline; ‘prd-centos7-docker-4c-2g-13552’ is offline; ‘prd-centos7-docker-4c-2g-13567’ is offline; ‘prd-centos7-docker-8c-8g-13560’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-8c-8g-13562’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13569 in /w/workspace/edgexfoundry_edgex-go_PR-2902 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [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/7 # 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 ea5d7be70bf78d25df2f442b65fefbdc258c073e into PR head commit d1992864e475353449935db46579569393126d03 Merge succeeded, producing d1992864e475353449935db46579569393126d03 Checking out Revision d1992864e475353449935db46579569393126d03 (PR-2902) > 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/2902/head:refs/remotes/origin/PR-2902 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1992864e475353449935db46579569393126d03 # 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 ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1992864e475353449935db46579569393126d03 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 0c16485c15b8c70b63bf024649347eeea60e9644 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:32:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:32:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:32:25 ========================================================= 09:32:25 EdgeX Global Pipelines Version Info 09:32:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh 09:32:27 ------------------- 09:32:27 stable info: 09:32:27 ------------------- 09:32:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:32:27 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 09:32:27 Message: update stable to v1.0.167 09:32:28 ------------------- 09:32:28 experimental info: 09:32:28 ------------------- 09:32:28 Commited By: **** collab-it+edgex@linuxfoundation.org 09:32:28 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 09:32:28 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 09:32:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:32:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:32:31 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:32:31 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 09:32:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2902 [Pipeline] echo 09:32:31 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2902 [Pipeline] echo 09:32:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2902 [Pipeline] echo 09:32:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d1992864e475353449935db46579569393126d03 [Pipeline] echo 09:32:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d199286 [Pipeline] echo 09:32:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:32:32 provisioning config files... 09:32:32 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3377349954318810931tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:32:32 ---> docker-login.sh 09:32:32 nexus3.edgexfoundry.org:10001 09:32:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:33 Configure a credential helper to remove this warning. See 09:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:33 09:32:33 Login Succeeded 09:32:33 nexus3.edgexfoundry.org:10002 09:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:33 Configure a credential helper to remove this warning. See 09:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:33 09:32:33 Login Succeeded 09:32:33 nexus3.edgexfoundry.org:10003 09:32:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:33 Configure a credential helper to remove this warning. See 09:32:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:33 09:32:33 Login Succeeded 09:32:33 nexus3.edgexfoundry.org:10004 09:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:34 Configure a credential helper to remove this warning. See 09:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:34 09:32:34 Login Succeeded 09:32:34 docker.io 09:32:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:32:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:32:34 Configure a credential helper to remove this warning. See 09:32:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:32:34 09:32:34 Login Succeeded 09:32:34 ---> docker-login.sh ends [Pipeline] } 09:32:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:32:35 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 09:32:35 + for file in '`ls cmd/**/Dockerfile`' 09:32:35 ++ dirname cmd/core-command/Dockerfile 09:32:35 ++ cut -d/ -f2 09:32:35 + echo core-command,cmd/core-command/Dockerfile 09:32:35 + for file in '`ls cmd/**/Dockerfile`' 09:32:35 ++ dirname cmd/core-data/Dockerfile 09:32:35 ++ cut -d/ -f2 09:32:35 + echo core-data,cmd/core-data/Dockerfile 09:32:35 + for file in '`ls cmd/**/Dockerfile`' 09:32:35 ++ dirname cmd/core-metadata/Dockerfile 09:32:35 ++ cut -d/ -f2 09:32:35 + echo core-metadata,cmd/core-metadata/Dockerfile 09:32:35 + for file in '`ls cmd/**/Dockerfile`' 09:32:35 ++ cut -d/ -f2 09:32:35 ++ dirname cmd/security-bootstrap-redis/Dockerfile 09:32:35 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 09:32:35 + for file in '`ls cmd/**/Dockerfile`' 09:32:35 ++ dirname cmd/security-proxy-setup/Dockerfile 09:32:35 ++ cut -d/ -f2 09:32:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 09:32:35 + for file in '`ls cmd/**/Dockerfile`' 09:32:35 ++ dirname cmd/security-secrets-setup/Dockerfile 09:32:35 ++ cut -d/ -f2 09:32:35 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 09:32:35 + for file in '`ls cmd/**/Dockerfile`' 09:32:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 09:32:35 ++ cut -d/ -f2 09:32:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 09:32:35 + for file in '`ls cmd/**/Dockerfile`' 09:32:35 ++ dirname cmd/support-logging/Dockerfile 09:32:35 ++ cut -d/ -f2 09:32:35 + echo support-logging,cmd/support-logging/Dockerfile 09:32:35 + for file in '`ls cmd/**/Dockerfile`' 09:32:35 ++ dirname cmd/support-notifications/Dockerfile 09:32:35 ++ cut -d/ -f2 09:32:35 + echo support-notifications,cmd/support-notifications/Dockerfile 09:32:35 + for file in '`ls cmd/**/Dockerfile`' 09:32:35 ++ dirname cmd/support-scheduler/Dockerfile 09:32:35 ++ cut -d/ -f2 09:32:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 09:32:35 + for file in '`ls cmd/**/Dockerfile`' 09:32:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 09:32:35 ++ cut -d/ -f2 09:32:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 09:32:35 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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 09:32:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:32:36 09:32:36 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:32:36 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:32:36 latest: Pulling from edgex-devops/git-semver 09:32:36 31603596830f: Pulling fs layer 09:32:36 2a8b12db71e7: Pulling fs layer 09:32:36 6ca5941a6612: Pulling fs layer 09:32:36 ecc8261a40a4: Pulling fs layer 09:32:36 ecc8261a40a4: Waiting 09:32:36 2a8b12db71e7: Download complete 09:32:37 31603596830f: Verifying Checksum 09:32:37 31603596830f: Download complete 09:32:37 ecc8261a40a4: Verifying Checksum 09:32:37 ecc8261a40a4: Download complete 09:32:37 6ca5941a6612: Verifying Checksum 09:32:37 6ca5941a6612: Download complete 09:32:38 31603596830f: Pull complete 09:32:38 2a8b12db71e7: Pull complete 09:32:39 6ca5941a6612: Pull complete 09:32:40 ecc8261a40a4: Pull complete 09:32:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:32:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:32:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:32:40 prd-centos7-docker-4c-2g-13569 does not seem to be running inside a container 09:32:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:32:43 $ docker top a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:32:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:32:43 [ssh-agent] Looking for ssh-agent implementation... 09:32:44 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:32:44 $ docker exec a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 ssh-agent 09:32:44 SSH_AUTH_SOCK=/tmp/ssh-gpALcZRXbrsD/agent.11 09:32:44 SSH_AGENT_PID=16 09:32:44 Running ssh-add (command line suppressed) 09:32:44 Identity added: /w/workspace/edgex-go/7@tmp/private_key_259970682629704197.key (/w/workspace/edgex-go/7@tmp/private_key_259970682629704197.key) 09:32:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:32:45 + git tag --points-at HEAD [Pipeline] } 09:32:45 $ docker exec --env ******** --env ******** a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 ssh-agent -k 09:32:45 unset SSH_AUTH_SOCK; 09:32:45 unset SSH_AGENT_PID; 09:32:45 echo Agent pid 16 killed; 09:32:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:32:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:32:46 [ssh-agent] Looking for ssh-agent implementation... 09:32:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:32:46 $ docker exec a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 ssh-agent 09:32:46 SSH_AUTH_SOCK=/tmp/ssh-MlZFoEjMdH1q/agent.45 09:32:46 SSH_AGENT_PID=51 09:32:46 Running ssh-add (command line suppressed) 09:32:47 Identity added: /w/workspace/edgex-go/7@tmp/private_key_4892266052550962075.key (/w/workspace/edgex-go/7@tmp/private_key_4892266052550962075.key) 09:32:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:32:47 + git semver init 09:32:47 # -> Open(): unable to determine branch for HEAD 09:32:47 # $GIT_DIR = /w/workspace/edgex-go/7/.git 09:32:47 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 09:32:47 # $SEMVER_REMOTE_NAME = origin 09:32:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:32:47 # $SEMVER_USER_NAME = edgex-jenkins 09:32:47 # $SEMVER_BRANCH = PR-2902 09:32:47 # $SEMVER_TEMP = /tmp/semver-250834432 09:32:47 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 09:33:22 # '/tmp/semver-250834432' -> '/w/workspace/edgex-go/7/.semver' 09:33:22 # -> Force: false 09:33:22 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 09:33:22 $ docker exec --env ******** --env ******** a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 ssh-agent -k 09:33:23 unset SSH_AUTH_SOCK; 09:33:23 unset SSH_AGENT_PID; 09:33:23 echo Agent pid 51 killed; 09:33:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:33:24 + git semver [Pipeline] } 09:33:24 $ docker stop --time=1 a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 09:33:26 $ docker rm -f a1ee545f395f263fbc5ae13f0041c24bcaa00885f69501002a848ce500024697 [Pipeline] // withDockerContainer [Pipeline] sh 09:33:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:33:28 Stashed 1 file(s) [Pipeline] echo 09:33:28 [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 09:33:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:33:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:33:29 + sudo service docker restart 09:33:29 + true 09:33:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 09:33:31 ========================================================= 09:33:31 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:33:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:33:31 + 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 . 09:33:38 Sending build context to Docker daemon 325.9MB 09:33:38 Step 1/7 : ARG BASE=golang:1.15-alpine 09:33:38 Step 2/7 : FROM ${BASE} 09:33:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:33:38 df20fa9351a1: Pulling fs layer 09:33:38 ed8968b2872e: Pulling fs layer 09:33:38 a92cc7c5fd73: Pulling fs layer 09:33:38 e871e8e8d7a9: Pulling fs layer 09:33:38 e73272ec9a57: Pulling fs layer 09:33:38 1e910a182e73: Pulling fs layer 09:33:38 4e634b169226: Pulling fs layer 09:33:38 e871e8e8d7a9: Waiting 09:33:38 e73272ec9a57: Waiting 09:33:38 1e910a182e73: Waiting 09:33:38 4e634b169226: Waiting 09:33:38 a92cc7c5fd73: Download complete 09:33:38 ed8968b2872e: Verifying Checksum 09:33:38 ed8968b2872e: Download complete 09:33:39 e73272ec9a57: Verifying Checksum 09:33:39 e73272ec9a57: Download complete 09:33:39 1e910a182e73: Download complete 09:33:39 df20fa9351a1: Verifying Checksum 09:33:39 df20fa9351a1: Download complete 09:33:40 df20fa9351a1: Pull complete 09:33:41 ed8968b2872e: Pull complete 09:33:42 a92cc7c5fd73: Pull complete 09:33:43 Still waiting to schedule task 09:33:43 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 09:33:44 4e634b169226: Verifying Checksum 09:33:44 4e634b169226: Download complete 09:33:45 e871e8e8d7a9: Verifying Checksum 09:33:45 e871e8e8d7a9: Download complete 09:33:58 e871e8e8d7a9: Pull complete 09:33:58 e73272ec9a57: Pull complete 09:33:58 1e910a182e73: Pull complete 09:34:05 4e634b169226: Pull complete 09:34:05 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 09:34:05 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:34:05 ---> f7629b54cfaa 09:34:05 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 09:34:05 ---> Running in 8f1ac67847a3 09:34:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:34:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:34:07 (1/12) Installing libmagic (5.38-r0) 09:34:07 (2/12) Installing file (5.38-r0) 09:34:07 (3/12) Installing libc-dev (0.7.2-r3) 09:34:07 (4/12) Installing g++ (9.3.0-r2) 09:34:16 (5/12) Installing fortify-headers (1.1-r0) 09:34:16 (6/12) Installing patch (2.7.6-r6) 09:34:16 (7/12) Installing build-base (0.5-r2) 09:34:16 (8/12) Installing libsodium (1.0.18-r0) 09:34:16 (9/12) Installing pkgconf (1.7.2-r0) 09:34:16 (10/12) Installing libsodium-dev (1.0.18-r0) 09:34:16 (11/12) Installing libzmq (4.3.3-r0) 09:34:16 (12/12) Installing zeromq-dev (4.3.3-r0) 09:34:16 Executing busybox-1.31.1-r16.trigger 09:34:16 OK: 233 MiB in 51 packages 09:34:20 Removing intermediate container 8f1ac67847a3 09:34:20 ---> a0ae7cb0bd05 09:34:20 Step 4/7 : WORKDIR /edgex-go 09:34:20 ---> Running in eb4e85b460b9 09:34:20 Removing intermediate container eb4e85b460b9 09:34:20 ---> c7b44833b779 09:34:20 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 09:34:21 latest: Pulling from library/docker 09:34:21 188c0c94c7c5: Pulling fs layer 09:34:21 0c7c675703d6: Pulling fs layer 09:34:21 cc8c12a437cb: Pulling fs layer 09:34:21 c5dafad2182a: Pulling fs layer 09:34:21 5aa711733414: Pulling fs layer 09:34:21 058f73b55e4b: Pulling fs layer 09:34:21 8c9c664faf12: Pulling fs layer 09:34:21 c5dafad2182a: Waiting 09:34:21 058f73b55e4b: Waiting 09:34:21 8c9c664faf12: Waiting 09:34:21 5aa711733414: Waiting 09:34:21 cc8c12a437cb: Verifying Checksum 09:34:21 cc8c12a437cb: Download complete 09:34:21 0c7c675703d6: Verifying Checksum 09:34:21 0c7c675703d6: Download complete 09:34:21 188c0c94c7c5: Verifying Checksum 09:34:21 188c0c94c7c5: Download complete 09:34:22 058f73b55e4b: Verifying Checksum 09:34:22 058f73b55e4b: Download complete 09:34:22 5aa711733414: Verifying Checksum 09:34:22 5aa711733414: Download complete 09:34:22 8c9c664faf12: Verifying Checksum 09:34:22 8c9c664faf12: Download complete 09:34:22 188c0c94c7c5: Pull complete 09:34:23 0c7c675703d6: Pull complete 09:34:24 cc8c12a437cb: Pull complete 09:34:24 c5dafad2182a: Verifying Checksum 09:34:24 c5dafad2182a: Download complete 09:34:27 c5dafad2182a: Pull complete 09:34:27 5aa711733414: Pull complete 09:34:27 058f73b55e4b: Pull complete 09:34:28 8c9c664faf12: Pull complete 09:34:28 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 09:34:28 Status: Downloaded newer image for docker:latest 09:34:30 ---> 42a8064a2485 09:34:30 Step 6/7 : COPY go.mod . 09:34:30 ---> 6a30a0534570 09:34:30 Step 7/7 : RUN go mod download 09:34:30 ---> Running in 2f054ea067da 09:34:57 Removing intermediate container 2f054ea067da 09:34:57 ---> c348b385cac6 09:34:57 Successfully built c348b385cac6 09:34:57 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:34:58 + docker inspect -f . ci-base-image-x86_64 09:34:58 . [Pipeline] withDockerContainer 09:34:58 prd-centos7-docker-4c-2g-13569 does not seem to be running inside a container 09:34:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:35:00 $ docker top e25921de24a7bbf2d2c5b972cb331841a58c9e9a43448f33f4f236790675d542 -eo pid,comm [Pipeline] { [Pipeline] sh 09:35:01 + go version 09:35:01 go version go1.15.2 linux/amd64 [Pipeline] } 09:35:01 $ docker stop --time=1 e25921de24a7bbf2d2c5b972cb331841a58c9e9a43448f33f4f236790675d542 09:35:03 $ docker rm -f e25921de24a7bbf2d2c5b972cb331841a58c9e9a43448f33f4f236790675d542 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:35:04 + docker inspect -f . ci-base-image-x86_64 09:35:04 . [Pipeline] withDockerContainer 09:35:04 prd-centos7-docker-4c-2g-13569 does not seem to be running inside a container 09:35:04 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:35:05 $ docker top d1bfd7a2e3aa7703306803a392730be1d38bfb7c2ad8de86e27efd9b052b4cd2 -eo pid,comm [Pipeline] { [Pipeline] echo 09:35:05 ========================================================= 09:35:05 [edgeXBuildGoParallel] Running Tests and Build... 09:35:05 ========================================================= [Pipeline] sh 09:35:06 + make test 09:35:06 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:35:22 ? github.com/edgexfoundry/edgex-go [no test files] 09:35:50 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 09:36:00 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13572 in /w/workspace/edgexfoundry_edgex-go_PR-2902 [Pipeline] { [Pipeline] ws 09:36:00 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:36:02 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:36:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:36:03 + sudo service docker restart 09:36:03 + true 09:36:06 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 09:36:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 09:36:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 09:36:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 09:36:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:36:06 provisioning config files... 09:36:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config7850701310380145859tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:36:07 ---> docker-login.sh 09:36:07 nexus3.edgexfoundry.org:10001 09:36:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:08 Configure a credential helper to remove this warning. See 09:36:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:08 09:36:08 Login Succeeded 09:36:08 nexus3.edgexfoundry.org:10002 09:36:09 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.106s 09:36:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 09:36:09 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 09:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:09 Configure a credential helper to remove this warning. See 09:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:09 09:36:09 Login Succeeded 09:36:09 nexus3.edgexfoundry.org:10003 09:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:09 Configure a credential helper to remove this warning. See 09:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:09 09:36:09 Login Succeeded 09:36:09 nexus3.edgexfoundry.org:10004 09:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:10 Configure a credential helper to remove this warning. See 09:36:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:10 09:36:10 Login Succeeded 09:36:10 docker.io 09:36:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 09:36:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:36:11 Configure a credential helper to remove this warning. See 09:36:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:36:11 09:36:11 Login Succeeded 09:36:11 ---> docker-login.sh ends [Pipeline] } 09:36:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 09:36:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 09:36:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 09:36:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 09:36:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] echo 09:36:11 ========================================================= 09:36:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:36:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:36:12 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 09:36:12 unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/edgex-go/7/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 09:36:13 Failed in branch arm64 09:36:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.136s coverage: 46.6% of statements 09:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 09:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 09:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 09:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 09:36:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 09:36:21 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.457s coverage: 27.1% of statements 09:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 09:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 09:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 09:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 09:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 09:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 09:36:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.068s coverage: 100.0% of statements 09:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 09:36:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.086s coverage: 100.0% of statements 09:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 09:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 09:36:21 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.133s coverage: 68.4% of statements 09:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 09:36:21 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 09:36:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.476s coverage: 83.3% of statements 09:36:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 09:36:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 09:36:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 09:36:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 09:36:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.679s coverage: 28.6% of statements 09:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 09:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 09:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 09:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 09:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 09:36:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements 09:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 09:36:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.090s coverage: 100.0% of statements 09:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 09:36:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.184s coverage: 86.7% of statements 09:36:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 09:36:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.310s coverage: 97.5% of statements 09:36:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 09:36:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.079s coverage: 79.0% of statements 09:36:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 09:36:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 09:36:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 09:36:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 09:36:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.718s coverage: 95.7% of statements 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 09:36:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.112s coverage: 58.8% of statements 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 09:36:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.106s coverage: 0.0% of statements [no tests to run] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 09:36:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.287s coverage: 63.5% of statements 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 09:36:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 09:36:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.079s coverage: 100.0% of statements 09:36:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.068s coverage: 91.3% of statements 09:36:32 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.126s coverage: 100.0% of statements 09:36:32 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.133s coverage: 73.7% of statements 09:36:33 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.100s coverage: 100.0% of statements 09:36:36 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.111s coverage: 55.9% of statements 09:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 09:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 09:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 09:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 09:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 09:36:36 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 24.268s coverage: 86.3% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 2.639s coverage: 72.2% of statements 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.997s coverage: 72.1% of statements 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.121s coverage: 82.4% of statements 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.048s coverage: 48.4% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.782s coverage: 28.8% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.054s coverage: 96.8% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.155s coverage: 37.2% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.401s coverage: 84.1% of statements 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.079s coverage: 42.9% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.075s coverage: 100.0% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.066s coverage: 83.8% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.369s coverage: 47.1% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.036s coverage: 100.0% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.084s coverage: 100.0% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.216s coverage: 29.1% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.101s coverage: 99.0% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.058s coverage: 100.0% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.119s coverage: 87.9% of statements 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 09:36:59 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.042s coverage: 32.1% of statements 09:36:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 09:36:59 GO111MODULE=on go vet ./... 09:37:47 gofmt -l . 09:37:47 [ "`gofmt -l .`" = "" ] 09:37:47 ./bin/test-go-mod-tidy.sh 09:37:47 ./bin/test-attribution-txt.sh [Pipeline] sh 09:37:49 + ls -al . 09:37:49 total 644 09:37:49 drwxrwxr-x 10 1001 1001 4096 Nov 26 09:37 . 09:37:49 drwxr-xr-x 4 root root 28 Nov 26 09:35 .. 09:37:49 -rw-rw-r-- 1 1001 1001 11 Nov 26 09:32 .dockerignore 09:37:49 drwxrwxr-x 8 1001 1001 179 Nov 26 09:32 .git 09:37:49 drwxrwxr-x 3 1001 1001 125 Nov 26 09:32 .github 09:37:49 -rw-rw-r-- 1 1001 1001 971 Nov 26 09:32 .gitignore 09:37:49 drwx------ 3 1001 1001 47 Nov 26 09:33 .semver 09:37:49 -rw-rw-r-- 1 1001 1001 166 Nov 26 09:32 .sonarcloud.properties 09:37:49 -rw-rw-r-- 1 1001 1001 3804 Nov 26 09:32 CONTRIBUTING.md 09:37:49 -rw-rw-r-- 1 1001 1001 1035 Nov 26 09:32 Dockerfile.build 09:37:49 -rw-rw-r-- 1 1001 1001 863 Nov 26 09:32 Jenkinsfile 09:37:49 -rw-rw-r-- 1 1001 1001 10775 Nov 26 09:32 LICENSE 09:37:49 -rw-rw-r-- 1 1001 1001 6581 Nov 26 09:32 Makefile 09:37:49 -rw-rw-r-- 1 1001 1001 6447 Nov 26 09:32 README.md 09:37:49 -rw-rw-r-- 1 1001 1001 259 Nov 26 09:32 SECURITY.md 09:37:49 -rw-rw-r-- 1 1001 1001 5 Nov 26 09:33 VERSION 09:37:49 -rw-rw-r-- 1 1001 1001 4131 Nov 26 09:32 ZMQWindows.md 09:37:49 drwxrwxr-x 2 1001 1001 117 Nov 26 09:32 bin 09:37:49 drwxrwxr-x 15 1001 1001 4096 Nov 26 09:32 cmd 09:37:49 -rw-r--r-- 1 root root 549148 Nov 26 09:36 coverage.out 09:37:49 -rw-r--r-- 1 root root 1041 Nov 26 09:37 go.mod 09:37:49 -rw-r--r-- 1 root root 18848 Nov 26 09:37 go.sum 09:37:49 drwxrwxr-x 8 1001 1001 127 Nov 26 09:32 internal 09:37:49 drwxrwxr-x 4 1001 1001 26 Nov 26 09:32 openapi 09:37:49 drwxrwxr-x 4 1001 1001 71 Nov 26 09:32 snap 09:37:49 -rw-rw-r-- 1 1001 1001 168 Nov 26 09:32 version.go [Pipeline] sh 09:37:49 + '[' -e coverage.out ] 09:37:49 + chown 1001:1001 coverage.out [Pipeline] stash 09:37:49 Stashed 1 file(s) [Pipeline] sh 09:37:50 + make build 09:37:50 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 09:38:13 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 09:38:20 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 09:38:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 09:38:26 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 09:38:29 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 09:38:30 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 09:38:33 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 09:38:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 09:38:37 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 09:38:41 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 09:38:43 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 09:38:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } 09:38:47 $ docker stop --time=1 d1bfd7a2e3aa7703306803a392730be1d38bfb7c2ad8de86e27efd9b052b4cd2 09:38:49 $ docker rm -f d1bfd7a2e3aa7703306803a392730be1d38bfb7c2ad8de86e27efd9b052b4cd2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:38:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:38:52 09:38:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 09:38:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:38:53 latest: Pulling from edgex-devops/edgex-compose 09:38:53 cbdbe7a5bc2a: Pulling fs layer 09:38:53 ca9280d653b3: Pulling fs layer 09:38:53 7e9c9ca2126c: Pulling fs layer 09:38:55 cbdbe7a5bc2a: Verifying Checksum 09:38:55 cbdbe7a5bc2a: Download complete 09:38:56 ca9280d653b3: Verifying Checksum 09:38:56 ca9280d653b3: Download complete 09:38:56 cbdbe7a5bc2a: Pull complete 09:38:59 ca9280d653b3: Pull complete 09:39:00 7e9c9ca2126c: Verifying Checksum 09:39:00 7e9c9ca2126c: Download complete 09:39:11 7e9c9ca2126c: Pull complete 09:39:11 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 09:39:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:39:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 09:39:11 prd-centos7-docker-4c-2g-13569 does not seem to be running inside a container 09:39:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 09:39:15 $ docker top a1d628ce39cde3e48d275e5d026b3b4f26a0b7317c3b378ba59ae8a317575a72 -eo pid,comm [Pipeline] { [Pipeline] sh 09:39:16 + docker-compose build --help 09:39:16 + grep parallel 09:39:18 --parallel Build images in parallel. [Pipeline] } 09:39:18 $ docker stop --time=1 a1d628ce39cde3e48d275e5d026b3b4f26a0b7317c3b378ba59ae8a317575a72 09:39:20 $ docker rm -f a1d628ce39cde3e48d275e5d026b3b4f26a0b7317c3b378ba59ae8a317575a72 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:39:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 09:39:21 . [Pipeline] withDockerContainer 09:39:21 prd-centos7-docker-4c-2g-13569 does not seem to be running inside a container 09:39:21 $ 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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@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 09:39:23 $ docker top 75b5c1c5677d24ccf7f6c725c1c94b9e1050c5a4cee3bd208ee427f0203cf5f1 -eo pid,comm [Pipeline] { [Pipeline] sh 09:39:24 + docker-compose -f ./docker-compose-build.yml build --parallel 09:39:25 Building docker-core-command-go ... 09:39:25 Building docker-core-data-go ... 09:39:25 Building docker-core-metadata-go ... 09:39:25 Building docker-security-bootstrap-redis-go ... 09:39:25 Building docker-security-proxy-setup-go ... 09:39:25 Building docker-security-secrets-setup-go ... 09:39:25 Building docker-security-secretstore-setup-go ... 09:39:25 Building docker-support-logging-go ... 09:39:25 Building docker-support-notifications-go ... 09:39:25 Building docker-support-scheduler-go ... 09:39:25 Building docker-sys-mgmt-agent-go ... 09:39:25 Building docker-security-secretstore-setup-go 09:39:25 Building docker-support-scheduler-go 09:39:25 Building docker-core-metadata-go 09:39:25 Building docker-sys-mgmt-agent-go 09:39:25 Building docker-security-bootstrap-redis-go 09:40:23 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 09:40:23 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:40:23 ---> c348b385cac6 09:40:23 Step 3/24 : WORKDIR /edgex-go 09:40:23 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 09:40:23 Step 2/27 : FROM ${BUILDER_BASE} AS builder 09:40:23 ---> c348b385cac6 09:40:23 Step 3/27 : WORKDIR /edgex-goStep 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 09:40:23 09:40:23 Step 2/21 : FROM ${BUILDER_BASE} AS builder 09:40:23 ---> c348b385cac6 09:40:23 Step 3/21 : WORKDIR /edgex-go 09:40:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:40:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:40:23 ---> c348b385cac6 09:40:23 Step 3/22 : WORKDIR /edgex-go 09:40:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:40:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:40:23 ---> c348b385cac6 09:40:23 Step 3/22 : WORKDIR /edgex-go 09:40:23 ---> Running in 48fe007c5a8c 09:40:23 ---> Running in 34ef48f885d3 09:40:23 ---> Running in 81aff5f645c9 09:40:23 ---> Running in 5a893cc825b6 09:40:23 ---> Running in 814011de5c02 09:40:23 Removing intermediate container 81aff5f645c9 09:40:23 ---> ccb0d0458231 09:40:23 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:40:23 Removing intermediate container 814011de5c02 09:40:23 ---> c36966cc34c7 09:40:23 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:40:23 Removing intermediate container 5a893cc825b6 09:40:23 ---> 129010e2ba68 09:40:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:40:23 Removing intermediate container 34ef48f885d3 09:40:23 ---> 021041063bd5 09:40:23 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:40:23 Removing intermediate container 48fe007c5a8c 09:40:23 ---> 288bc369b54f 09:40:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:40:23 ---> Running in 19bb53aa26ce 09:40:23 ---> Running in 20b2305f5f39 09:40:23 ---> Running in 525686ff34f3 09:40:23 ---> Running in 800e81ae5864 09:40:23 ---> Running in eca4b1f78a4c 09:40:25 Removing intermediate container 20b2305f5f39 09:40:25 ---> a373fee385c8 09:40:25 Step 5/21 : RUN apk update && apk add make git 09:40:25 ---> Running in 18329792d634 09:40:25 Removing intermediate container 525686ff34f3 09:40:25 ---> 40b954075891 09:40:25 Step 5/24 : RUN apk update && apk add make git 09:40:25 Removing intermediate container 19bb53aa26ce 09:40:25 ---> 7cd51ecebeca 09:40:25 Step 5/27 : RUN apk update && apk add make bash git 09:40:25 ---> Running in 5f3dc71f0d7d 09:40:25 ---> Running in b39ce6fd7da7 09:40:25 Removing intermediate container eca4b1f78a4c 09:40:25 ---> d75ce6489a36 09:40:25 Step 5/22 : RUN apk update && apk add make git 09:40:25 Removing intermediate container 800e81ae5864 09:40:25 ---> 994b3a6f73eb 09:40:25 Step 5/22 : RUN apk update && apk add make git 09:40:25 ---> Running in 1f01234bd292 09:40:26 ---> Running in fa44122a6969 09:40:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:40:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:40:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:40:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:40:27 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:40:27 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:40:27 OK: 12754 distinct packages available 09:40:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:40:28 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:40:28 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:40:28 OK: 12754 distinct packages available 09:40:28 OK: 233 MiB in 51 packages 09:40:28 OK: 233 MiB in 51 packages 09:40:28 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:40:28 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:40:28 OK: 12754 distinct packages available 09:40:28 OK: 233 MiB in 51 packages 09:40:29 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:40:29 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:40:29 OK: 12754 distinct packages available 09:40:29 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:40:29 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:40:29 OK: 12754 distinct packages available 09:40:29 OK: 233 MiB in 51 packages 09:40:30 OK: 233 MiB in 51 packages 09:40:30 Removing intermediate container 18329792d634 09:40:30 ---> 0558cbedbda1 09:40:30 Step 6/21 : COPY go.mod . 09:40:30 Removing intermediate container 5f3dc71f0d7d 09:40:30 ---> 4be1505e1425 09:40:30 Step 6/24 : COPY go.mod . 09:40:30 Removing intermediate container b39ce6fd7da7 09:40:30 ---> 56f282d2b8a1 09:40:30 Step 6/27 : COPY go.mod . 09:40:31 Removing intermediate container fa44122a6969 09:40:31 ---> b1d4786f8c41 09:40:31 Step 6/22 : COPY go.mod . 09:40:31 ---> 1175a5b651d4 09:40:31 Step 7/24 : RUN go mod download 09:40:31 ---> 9947f4b60c73 09:40:31 Step 7/21 : RUN go mod download 09:40:31 ---> Running in cf5bb40c9d33 09:40:31 ---> Running in 2686560f547f 09:40:31 Removing intermediate container 1f01234bd292 09:40:31 ---> b05f834562ae 09:40:31 Step 6/22 : COPY go.mod . 09:40:31 ---> 89ccb3f907ed 09:40:31 Step 7/27 : RUN go mod download 09:40:31 ---> e25db964b5e1 09:40:31 Step 7/22 : RUN go mod download 09:40:32 ---> Running in a8b99f732d3a 09:40:32 ---> Running in 346e0c008ca6 09:40:32 ---> 34e48fb1745a 09:40:32 Step 7/22 : RUN go mod download 09:40:33 ---> Running in 84b1dff52812 09:40:36 Removing intermediate container cf5bb40c9d33 09:40:36 ---> fbe86c984929 09:40:36 Step 8/24 : COPY . . 09:40:36 Removing intermediate container 2686560f547f 09:40:36 ---> 9a9f9540766b 09:40:36 Step 8/21 : COPY . . 09:40:36 Removing intermediate container a8b99f732d3a 09:40:36 ---> 5c5b3efff38e 09:40:36 Step 8/22 : COPY . . 09:40:37 Removing intermediate container 346e0c008ca6 09:40:37 ---> 19aec706d827 09:40:37 Step 8/27 : COPY . . 09:40:40 Removing intermediate container 84b1dff52812 09:40:40 ---> 8364140fec0d 09:40:40 Step 8/22 : COPY . . 09:41:37 ---> bceec14791f8 09:41:37 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 09:41:37 ---> 6ae2955a44dc 09:41:37 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 09:41:37 ---> 571d690ec5c8 09:41:37 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 09:41:37 ---> Running in a7e4aa2f35b7 09:41:37 ---> 62bb1222a67f 09:41:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 09:41:37 ---> Running in b2c124828ad4 09:41:37 ---> 4507d5be0b43 09:41:37 Step 9/22 : RUN make cmd/core-metadata/core-metadata 09:41:37 ---> Running in e0882a56da01 09:41:37 ---> Running in 1021cd80c82b 09:41:37 ---> Running in 6497a51f7808 09:41:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 09:41:37 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 09:41:37 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 09:41:37 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 09:41:37 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 09:42:24 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 09:42:26 Removing intermediate container a7e4aa2f35b7 09:42:26 ---> 41ffb227d773 09:42:26 09:42:26 Step 10/22 : FROM alpine:3.10 09:42:27 3.10: Pulling from library/alpine 09:42:29 Removing intermediate container b2c124828ad4 09:42:29 ---> 458dd627dcb2 09:42:29 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 09:42:29 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 09:42:29 Status: Downloaded newer image for alpine:3.10 09:42:29 ---> be4e4bea2c2e 09:42:29 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:42:29 ---> Running in 7c1bc49eb1dc 09:42:30 ---> Running in 619bf6c52052 09:42:31 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 09:42:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 09:42:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 09:42:33 v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:42:33 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:42:33 OK: 10348 distinct packages available 09:42:33 (1/5) Installing ca-certificates (20191127-r2) 09:42:34 (2/5) Installing nghttp2-libs (1.39.2-r1) 09:42:34 (3/5) Installing libcurl (7.66.0-r1) 09:42:34 (4/5) Installing curl (7.66.0-r1) 09:42:34 (5/5) Installing dumb-init (1.2.2-r1) 09:42:34 Executing busybox-1.30.1-r3.trigger 09:42:34 Executing ca-certificates-20191127-r2.trigger 09:42:34 OK: 7 MiB in 19 packages 09:42:37 Removing intermediate container 1021cd80c82b 09:42:37 ---> 56055e0d4fc0 09:42:37 09:42:37 Step 10/24 : FROM alpine:3.10 09:42:37 ---> be4e4bea2c2e 09:42:37 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 09:42:37 Removing intermediate container e0882a56da01 09:42:37 ---> 721cad6af1f0 09:42:37 09:42:37 Step 10/21 : FROM scratch 09:42:37 ---> 09:42:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:42:37 ---> Running in 06723514a0f9 09:42:37 ---> Running in db5ff7c80fa8 09:42:38 Removing intermediate container 7c1bc49eb1dc 09:42:38 ---> 04b241166fc5 09:42:38 09:42:38 Step 11/27 : FROM docker:latest 09:42:38 ---> 6972c414f322 09:42:38 Step 12/27 : RUN apk add --no-cache bash 09:42:39 ---> Running in 7dd739f06932 09:42:39 Removing intermediate container db5ff7c80fa8 09:42:39 ---> 87b31fb5275e 09:42:39 Step 12/21 : ENV APP_PORT=48085 09:42:39 Removing intermediate container 619bf6c52052 09:42:39 ---> 167a81b48809 09:42:39 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 09:42:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 09:42:39 ---> Running in 198746cfeac3 09:42:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 09:42:40 ---> Running in 1213a3eb9171 09:42:40 v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 09:42:40 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 09:42:40 OK: 10348 distinct packages available 09:42:40 (1/5) Installing ca-certificates (20191127-r2) 09:42:42 (2/5) Installing nghttp2-libs (1.39.2-r1) 09:42:42 (3/5) Installing libcurl (7.66.0-r1) 09:42:42 (4/5) Installing curl (7.66.0-r1) 09:42:42 (5/5) Installing dumb-init (1.2.2-r1) 09:42:42 Executing busybox-1.30.1-r3.trigger 09:42:42 Executing ca-certificates-20191127-r2.trigger 09:42:42 OK: 7 MiB in 19 packages 09:42:42 Removing intermediate container 198746cfeac3 09:42:42 ---> a57f40edd5d5 09:42:42 Step 13/21 : EXPOSE $APP_PORT 09:42:43 ---> Running in f542a780b20b 09:42:43 Removing intermediate container 1213a3eb9171 09:42:43 ---> 8fb9266ae9e7 09:42:43 Step 13/22 : WORKDIR / 09:42:43 ---> Running in 14a89545b821 09:42:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:42:43 Removing intermediate container f542a780b20b 09:42:43 ---> 4840c408e7f9 09:42:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 09:42:43 Removing intermediate container 6497a51f7808 09:42:43 ---> ea590fdd1b27 09:42:43 09:42:43 Step 10/22 : FROM scratch 09:42:43 ---> 09:42:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:42:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:42:43 ---> Using cache 09:42:43 ---> 87b31fb5275e 09:42:43 Step 12/22 : ENV APP_PORT=48081 09:42:44 ---> Running in a8ddab346a8e 09:42:44 (1/2) Installing readline (8.0.4-r0) 09:42:44 (2/2) Installing bash (5.0.17-r0) 09:42:44 Executing bash-5.0.17-r0.post-install 09:42:44 Executing busybox-1.31.1-r19.trigger 09:42:44 OK: 12 MiB in 22 packages 09:42:44 Removing intermediate container 14a89545b821 09:42:44 ---> e712692bd612 09:42:44 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 09:42:44 Removing intermediate container a8ddab346a8e 09:42:44 ---> becb2b668423 09:42:44 Step 13/22 : EXPOSE $APP_PORT 09:42:44 Removing intermediate container 06723514a0f9 09:42:44 ---> e214057e06c0 09:42:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:42:44 ---> 4e63a0847df5 09:42:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 09:42:44 ---> Running in 98add7760a0b 09:42:44 ---> Running in 04bf44ee0960 09:42:45 ---> bc0336b77e9a 09:42:45 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 09:42:45 Removing intermediate container 04bf44ee0960 09:42:45 ---> fe5067c6849b 09:42:45 Step 13/24 : WORKDIR / 09:42:45 Removing intermediate container 98add7760a0b 09:42:45 ---> 78c7fc753705 09:42:45 Step 14/22 : WORKDIR / 09:42:45 Removing intermediate container 7dd739f06932 09:42:45 ---> 6fd67ad22c77 09:42:45 Step 13/27 : RUN rm -rf /var/cache/apk/* 09:42:45 ---> Running in 9e6639dea763 09:42:45 ---> Running in f5766e37b2f9 09:42:45 ---> 084549e94692 09:42:45 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 09:42:46 ---> cebfe54e0c3e 09:42:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 09:42:46 ---> Running in 633f264a8de3 09:42:46 Removing intermediate container f5766e37b2f9 09:42:46 ---> 868aabb575d8 09:42:46 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 09:42:46 Removing intermediate container 9e6639dea763 09:42:46 ---> e2a56d268191 09:42:46 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 09:42:46 ---> bce6886526d1 09:42:46 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 09:42:46 ---> 9c87b86c10d0 09:42:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 09:42:46 ---> Running in 3c2adfe6611a 09:42:47 ---> 68c486bd663e 09:42:47 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 09:42:47 ---> 12db96f9a747 09:42:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 09:42:47 Removing intermediate container 3c2adfe6611a 09:42:47 ---> c2551a5c03b0 09:42:47 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:42:47 ---> Running in 329bd7f7c0e1 09:42:47 ---> 69422581564e 09:42:47 Step 18/22 : RUN chmod +x entrypoint.sh 09:42:47 ---> 4cd129a20bdf 09:42:47 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 09:42:47 ---> Running in 161f8cc47f38 09:42:47 Removing intermediate container 329bd7f7c0e1 09:42:47 ---> 75c12e14681e 09:42:47 Step 19/21 : LABEL arch=x86_64 09:42:48 ---> Running in ce0b79cfe62e 09:42:48 Removing intermediate container 633f264a8de3 09:42:48 ---> 50a6b442ed0e 09:42:48 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 09:42:48 ---> 6944de549c68 09:42:48 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 09:42:48 ---> eaf1ba466227 09:42:48 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 09:42:48 ---> Running in 698dc30eadf6 09:42:48 Removing intermediate container ce0b79cfe62e 09:42:48 ---> 6d5ace0c829d 09:42:48 Step 20/21 : LABEL git_sha=d1992864e475353449935db46579569393126d03 09:42:49 ---> Running in a49ba1b8a3b3 09:42:49 Removing intermediate container 698dc30eadf6 09:42:49 ---> 501d6bccefe2 09:42:49 Step 15/27 : ENV APP_PORT=48090 09:42:49 ---> c1194df7c2b3 09:42:49 Step 18/22 : ENTRYPOINT ["/core-metadata"] 09:42:49 ---> Running in c5549be5406b 09:42:49 ---> Running in 468c291020d7 09:42:50 ---> 6b6fd6155bdc 09:42:50 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 09:42:50 Removing intermediate container a49ba1b8a3b3 09:42:50 ---> ff11e7a32e28 09:42:50 Step 21/21 : LABEL version=0.0.0 09:42:50 Removing intermediate container c5549be5406b 09:42:50 ---> f40756c43de8 09:42:50 Step 16/27 : EXPOSE $APP_PORT 09:42:50 ---> Running in 0e6a9e343118 09:42:50 Removing intermediate container 468c291020d7 09:42:50 ---> 43bf7dc9b665 09:42:50 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:42:50 ---> Running in 470c2ff3f330 09:42:50 Removing intermediate container 161f8cc47f38 09:42:50 ---> fdbe91697211 09:42:50 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 09:42:50 ---> Running in 41054dd47079 09:42:50 ---> Running in 4439525dea5d 09:42:50 Removing intermediate container 0e6a9e343118 09:42:50 ---> 978ab95cf991 09:42:50 09:42:51 Removing intermediate container 470c2ff3f330 09:42:51 ---> ee7879b215ed 09:42:51 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 09:42:51 ---> a88a7f089f6c 09:42:51 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 09:42:51 Removing intermediate container 41054dd47079 09:42:51 ---> 7cd539c88495 09:42:51 Step 20/22 : LABEL arch=x86_64 09:42:51 Removing intermediate container 4439525dea5d 09:42:51 ---> 4333fcc986d1 09:42:51 Step 20/22 : LABEL arch=x86_64 09:42:51 ---> Running in c9fa6b2bc6f7 09:42:51 ---> Running in 5859b7c52cce 09:42:51 Successfully built 978ab95cf991 09:42:51 ---> 3745acc76da8 09:42:51 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:42:51 Successfully tagged docker-support-scheduler-go:latest 09:42:51  Building docker-support-scheduler-go ... done Building docker-core-data-go 09:42:52 Removing intermediate container c9fa6b2bc6f7 09:42:52 ---> 06fa2d1f17ec 09:42:52 Step 21/22 : LABEL git_sha=d1992864e475353449935db46579569393126d03 09:42:52 ---> Running in 93e8076f692d 09:42:52 ---> dbf30c1af666 09:42:52 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 09:42:52 Removing intermediate container 5859b7c52cce 09:42:52 ---> 742ee219c5af 09:42:52 Step 21/22 : LABEL git_sha=d1992864e475353449935db46579569393126d03 09:42:52 ---> Running in c8d3ef4ca817 09:42:52 ---> Running in da1384b96f4e 09:42:52 ---> 5d988336b199 09:42:52 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 09:42:52 Removing intermediate container c8d3ef4ca817 09:42:52 ---> 03f002341c22 09:42:52 Step 22/22 : LABEL version=0.0.0 09:42:53 ---> Running in fd5aa3b29aa9 09:42:53 Removing intermediate container da1384b96f4e 09:42:53 ---> aba503580e56 09:42:53 Step 22/22 : LABEL version=0.0.0 09:42:55 ---> c112c1e0a0cd 09:42:55 Step 20/27 : RUN apk --no-cache add py3-pip 09:42:55 ---> Running in 518b9d5bb81c 09:42:56 Removing intermediate container fd5aa3b29aa9 09:42:56 ---> b8d43beaf8af 09:42:56 09:42:56 ---> Running in a69694c3f3be 09:42:57 Successfully built b8d43beaf8af 09:42:57 Removing intermediate container 518b9d5bb81c 09:42:57 ---> d5701353009b 09:42:57 09:42:57 Successfully tagged docker-core-metadata-go:latest 09:42:57 Building docker-security-secrets-setup-go 09:42:58  Building docker-core-metadata-go ... done Successfully built d5701353009b 09:42:58 Successfully tagged docker-security-bootstrap-redis-go:latest 09:42:58 Building docker-security-proxy-setup-go 09:42:58  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 93e8076f692d 09:42:58 ---> 460f962bba50 09:42:58 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 09:42:58 ---> Running in c9a5466af9e2 09:43:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:43:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:43:00 (1/33) Installing libbz2 (1.0.8-r1) 09:43:00 Removing intermediate container c9a5466af9e2 09:43:00 ---> 8a38f4d8a37d 09:43:00 Step 22/24 : LABEL arch=x86_64 09:43:00 (2/33) Installing expat (2.2.9-r1) 09:43:00 (3/33) Installing libffi (3.3-r2) 09:43:00 (4/33) Installing gdbm (1.13-r1) 09:43:01 (5/33) Installing xz-libs (5.2.5-r0) 09:43:01 (6/33) Installing sqlite-libs (3.32.1-r0) 09:43:01 (7/33) Installing python3 (3.8.5-r0) 09:43:01 ---> Running in 4d16e5e9cb6c 09:43:06 Removing intermediate container 4d16e5e9cb6c 09:43:06 ---> bd4a63e20f6c 09:43:06 Step 23/24 : LABEL git_sha=d1992864e475353449935db46579569393126d03 09:43:07 (8/33) Installing py3-appdirs (1.4.4-r1) 09:43:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 09:43:07 (10/33) Installing py3-parsing (2.4.7-r0) 09:43:07 (11/33) Installing py3-six (1.15.0-r0) 09:43:07 (12/33) Installing py3-packaging (20.4-r0) 09:43:07 ---> Running in a0f7a76ec0d8 09:43:07 (13/33) Installing py3-setuptools (47.0.0-r0) 09:43:07 (14/33) Installing py3-chardet (3.0.4-r4) 09:43:07 (15/33) Installing py3-idna (2.9-r0) 09:43:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 09:43:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 09:43:08 (18/33) Installing py3-requests (2.23.0-r0) 09:43:08 (19/33) Installing py3-msgpack (1.0.0-r0) 09:43:08 (20/33) Installing py3-lockfile (0.12.2-r3) 09:43:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 09:43:10 (22/33) Installing py3-colorama (0.4.3-r0) 09:43:10 (23/33) Installing py3-distlib (0.3.0-r0) 09:43:10 (24/33) Installing py3-distro (1.5.0-r1) 09:43:11 (25/33) Installing py3-webencodings (0.5.1-r3) 09:43:11 Removing intermediate container a0f7a76ec0d8 09:43:11 ---> 297aa8992758 09:43:11 Step 24/24 : LABEL version=0.0.0 09:43:11 (26/33) Installing py3-html5lib (1.0.1-r4) 09:43:11 (27/33) Installing py3-pytoml (0.1.21-r0) 09:43:11 (28/33) Installing py3-pep517 (0.8.2-r0) 09:43:11 (29/33) Installing py3-progress (1.5-r0) 09:43:11 (30/33) Installing py3-toml (0.10.1-r0) 09:43:12 (31/33) Installing py3-retrying (1.3.3-r0) 09:43:12 ---> Running in cd90e09f0b1e 09:43:12 (32/33) Installing py3-contextlib2 (0.6.0-r0) 09:43:12 (33/33) Installing py3-pip (20.1.1-r0) 09:43:12 Executing busybox-1.31.1-r19.trigger 09:43:12 OK: 71 MiB in 55 packages 09:43:13 Removing intermediate container cd90e09f0b1e 09:43:13 ---> 9e2ba8c7d5fe 09:43:13 09:43:13 Successfully built 9e2ba8c7d5fe 09:43:14 Successfully tagged docker-security-secretstore-setup-go:latest 09:43:14 Building docker-support-logging-go 09:43:21  Building docker-security-secretstore-setup-go ... done Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 09:43:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 09:43:21 ---> c348b385cac6 09:43:21 Step 3/23 : WORKDIR /edgex-go 09:43:21 ---> Using cache 09:43:21 ---> 288bc369b54f 09:43:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:43:21 ---> Using cache 09:43:21 ---> d75ce6489a36 09:43:21 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 09:43:23 ---> Running in 8a440c8b213b 09:43:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:43:29 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:43:30 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:43:30 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:43:30 OK: 12754 distinct packages available 09:43:30 OK: 233 MiB in 51 packages 09:43:34 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 09:43:34 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 09:43:34 ---> c348b385cac6 09:43:34 Step 3/29 : WORKDIR /edgex-go 09:43:34 ---> Using cache 09:43:34 ---> 288bc369b54f 09:43:34 Step 4/29 : RUN apk update && apk add make git 09:43:34 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 09:43:34 Step 2/20 : FROM ${BUILDER_BASE} AS builder 09:43:34 ---> c348b385cac6 09:43:34 Step 3/20 : WORKDIR /edgex-go 09:43:34 ---> Using cache 09:43:34 ---> 288bc369b54f 09:43:34 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:43:34 ---> Using cache 09:43:34 ---> d75ce6489a36 09:43:34 Step 5/20 : RUN apk update && apk add make git 09:43:34 ---> Using cache 09:43:34 ---> b05f834562ae 09:43:34 Step 6/20 : COPY go.mod . 09:43:34 ---> Using cache 09:43:34 ---> 34e48fb1745a 09:43:34 Step 7/20 : RUN go mod download 09:43:34 ---> Using cache 09:43:34 ---> 8364140fec0d 09:43:34 Step 8/20 : COPY . . 09:43:34 ---> Using cache 09:43:34 ---> 4507d5be0b43 09:43:34 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 09:43:37 ---> Running in 2888998ccdd0 09:43:37 ---> Running in 1c079fc05a2c 09:43:37 Removing intermediate container 8a440c8b213b 09:43:37 ---> d4858853d396 09:43:37 Step 6/23 : COPY go.mod . 09:43:38 ---> 455d11add56b 09:43:38 Step 7/23 : RUN go mod download 09:43:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 09:43:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:43:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:43:40 ---> Running in cc0f5ec435d6 09:43:41 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:43:41 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:43:41 OK: 12754 distinct packages available 09:43:42 OK: 233 MiB in 51 packages 09:43:46 Removing intermediate container 2888998ccdd0 09:43:46 ---> 464f3b18f391 09:43:46 Step 5/29 : COPY go.mod . 09:43:46 ---> 61d8ce971ec9 09:43:46 Step 6/29 : RUN go mod download 09:43:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:43:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:43:47 ---> c348b385cac6 09:43:47 Step 3/22 : WORKDIR /edgex-go 09:43:47 ---> Using cache 09:43:47 ---> 288bc369b54f 09:43:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:43:47 ---> Using cache 09:43:47 ---> d75ce6489a36 09:43:47 Step 5/22 : RUN apk update && apk add make && apk add bash git 09:43:48 ---> Running in b2cf209574fd 09:43:48 ---> Running in 7108e6b7e569 09:43:49 Removing intermediate container cc0f5ec435d6 09:43:49 ---> e8cf331b4ba8 09:43:49 Step 8/23 : COPY . . 09:43:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:43:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:43:52 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:43:52 v3.12.1-51-g991a1b26b6 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:43:52 OK: 12754 distinct packages available 09:43:52 OK: 233 MiB in 51 packages 09:43:53 OK: 233 MiB in 51 packages 09:43:55 Removing intermediate container b2cf209574fd 09:43:55 ---> b97dd298291b 09:43:55 Step 7/29 : COPY . . 09:43:58 Removing intermediate container 7108e6b7e569 09:43:58 ---> d6744da6624d 09:43:58 Step 6/22 : COPY go.mod . 09:44:00 Removing intermediate container a69694c3f3be 09:44:00 ---> 0c23837693d9 09:44:00 Step 21/27 : RUN pip install docker-compose==1.23.2 09:44:04 ---> b6ec792302c0 09:44:04 Step 7/22 : RUN go mod download 09:44:04 ---> Running in e6f7142fc1ae 09:44:05 ---> Running in e7f42aeb6e9a 09:44:14 Removing intermediate container e7f42aeb6e9a 09:44:14 ---> b52be7869c4f 09:44:14 Step 8/22 : COPY . . 09:44:27 Removing intermediate container 1c079fc05a2c 09:44:27 ---> 9b57a9c34c78 09:44:27 09:44:27 Step 10/20 : FROM alpine 09:44:27 latest: Pulling from library/alpine 09:44:27 Collecting docker-compose==1.23.2 09:44:27 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 09:44:27 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 09:44:28 Collecting docopt<0.7,>=0.6.1 09:44:28 Downloading docopt-0.6.2.tar.gz (25 kB) 09:44:28 Status: Downloaded newer image for alpine:latest 09:44:28 ---> d6e46aa2470d 09:44:28 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 09:44:29 ---> Running in e5f82cf34bd3 09:44:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:44:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:44:32 Collecting texttable<0.10,>=0.9.0 09:44:32 Downloading texttable-0.9.1.tar.gz (11 kB) 09:44:32 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:44:32 v3.12.1-56-geced618e39 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:44:32 OK: 12746 distinct packages available 09:44:33 (1/4) Installing ca-certificates (20191127-r4) 09:44:33 (2/4) Installing nghttp2-libs (1.41.0-r0) 09:44:33 (3/4) Installing libcurl (7.69.1-r1) 09:44:33 (4/4) Installing curl (7.69.1-r1) 09:44:33 Executing busybox-1.31.1-r19.trigger 09:44:33 Executing ca-certificates-20191127-r4.trigger 09:44:33 OK: 7 MiB in 18 packages 09:44:34 Collecting docker<4.0,>=3.6.0 09:44:34 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 09:44:36 Collecting websocket-client<1.0,>=0.32.0 09:44:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 09:44:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 09:44:37 Collecting jsonschema<3,>=2.5.1 09:44:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 09:44:37 Collecting PyYAML<4,>=3.10 09:44:38 Downloading PyYAML-3.13.tar.gz (270 kB) 09:44:40 Removing intermediate container e5f82cf34bd3 09:44:40 ---> b99a76b2f8bc 09:44:40 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 09:44:40 ---> 42aa3c2c0441 09:44:40 Step 9/23 : RUN make cmd/core-data/core-data 09:44:40 ---> Running in e8baf80e3e41 09:44:41 ---> Running in e1a2423bdf4d 09:44:41 Collecting cached-property<2,>=1.2.0 09:44:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 09:44:41 Collecting dockerpty<0.5,>=0.4.1 09:44:41 Downloading dockerpty-0.4.1.tar.gz (13 kB) 09:44:43 Removing intermediate container e8baf80e3e41 09:44:43 ---> ccbabd6fe268 09:44:43 Step 13/20 : WORKDIR /edgex 09:44:43 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 09:44:43 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 09:44:44 ---> d39b275bae02 09:44:44 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 09:44:44 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 09:44:44 ---> Running in 28472801f2fe 09:44:44 Collecting docker-pycreds>=0.4.0 09:44:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 09:44:44 ---> Running in b22a70865f3e 09:44:44 Collecting idna<2.8,>=2.5 09:44:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 09:44:45 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) 09:44:45 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) 09:44:45 Collecting urllib3<1.25,>=1.21.1 09:44:45 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 09:44:45 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 09:44:45 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 09:44:45 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 09:44:45 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 09:44:45 Removing intermediate container 28472801f2fe 09:44:45 ---> b74b37d0cb73 09:44:45 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 09:44:45 Installing collected packages: docopt, texttable, docker-pycreds, idna, urllib3, requests, websocket-client, docker, jsonschema, PyYAML, cached-property, dockerpty, docker-compose 09:44:45 Running setup.py install for docopt: started 09:44:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 09:44:47 Running setup.py install for docopt: finished with status 'done' 09:44:47 Running setup.py install for texttable: started 09:44:47 ---> 20c06257c261 09:44:47 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 09:44:47 Running setup.py install for texttable: finished with status 'done' 09:44:48 Attempting uninstall: idna 09:44:48 Found existing installation: idna 2.9 09:44:48 Uninstalling idna-2.9: 09:44:48 Successfully uninstalled idna-2.9 09:44:49 ---> 3c8e9a59e96a 09:44:49 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 09:44:49 Attempting uninstall: urllib3 09:44:49 Found existing installation: urllib3 1.25.9 09:44:49 Uninstalling urllib3-1.25.9: 09:44:49 Successfully uninstalled urllib3-1.25.9 09:44:50 ---> Running in 1bdace1b9f3d 09:44:51 Attempting uninstall: requests 09:44:51 Found existing installation: requests 2.23.0 09:44:51 Uninstalling requests-2.23.0: 09:44:51 Successfully uninstalled requests-2.23.0 09:44:53 Removing intermediate container 1bdace1b9f3d 09:44:53 ---> 912146d1753b 09:44:53 Step 17/20 : CMD ["--init=true"] 09:44:53 ---> Running in 1583200bcfaf 09:44:53 ---> 140e4619429f 09:44:53 Step 9/22 : RUN make cmd/support-logging/support-logging 09:44:54 ---> Running in 9502260e25fc 09:44:54 Removing intermediate container 1583200bcfaf 09:44:54 ---> 5a1578f95169 09:44:54 Step 18/20 : LABEL arch=x86_64 09:44:54 Running setup.py install for PyYAML: started 09:44:55 ---> Running in 36eb0231caf2 09:44:55 Removing intermediate container 36eb0231caf2 09:44:55 ---> 20d79986eb56 09:44:55 Step 19/20 : LABEL git_sha=d1992864e475353449935db46579569393126d03 09:44:56 ---> Running in b5f9ce51d59b 09:44:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 09:44:56 Running setup.py install for PyYAML: finished with status 'done' 09:44:56 Running setup.py install for dockerpty: started 09:44:56 Removing intermediate container b5f9ce51d59b 09:44:56 ---> bf06773eed1d 09:44:56 Step 20/20 : LABEL version=0.0.0 09:44:56 ---> Running in 2171e8c2f8bd 09:44:56 Removing intermediate container 2171e8c2f8bd 09:44:56 ---> 4c1c27a32120 09:44:56 09:44:57 Running setup.py install for dockerpty: finished with status 'done' 09:44:57 Successfully built 4c1c27a32120 09:44:57 Successfully tagged docker-security-proxy-setup-go:latest 09:44:57 Building docker-core-command-go 09:44:58  Building docker-security-proxy-setup-go ... done 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 09:45:11 Removing intermediate container e6f7142fc1ae 09:45:11 ---> da816dfe98f9 09:45:11 Step 22/27 : RUN apk --no-cache add curl 09:45:12 ---> Running in e65702c340a8 09:45:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:45:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:45:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 09:45:14 (2/3) Installing libcurl (7.69.1-r1) 09:45:14 (3/3) Installing curl (7.69.1-r1) 09:45:14 Executing busybox-1.31.1-r19.trigger 09:45:14 OK: 72 MiB in 58 packages 09:45:20 Removing intermediate container e65702c340a8 09:45:20 ---> 38e6f1296e20 09:45:20 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 09:45:20 ---> Running in cf35e55c696b 09:45:22 Removing intermediate container cf35e55c696b 09:45:22 ---> 9cfda006ae58 09:45:22 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:45:23 ---> Running in 2ea87663d3c1 09:45:26 Removing intermediate container 2ea87663d3c1 09:45:26 ---> 9059e5d6e85f 09:45:26 Step 25/27 : LABEL arch=x86_64 09:45:28 ---> Running in 2349139779d5 09:45:30 Removing intermediate container 2349139779d5 09:45:30 ---> 8c197a2f6cf1 09:45:30 Step 26/27 : LABEL git_sha=d1992864e475353449935db46579569393126d03 09:45:31 ---> Running in 6ebbc8bc6500 09:45:33 Removing intermediate container b22a70865f3e 09:45:33 ---> f2f49131313a 09:45:33 09:45:33 Step 9/29 : FROM alpine:latest 09:45:33 ---> d6e46aa2470d 09:45:33 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 09:45:33 Removing intermediate container 6ebbc8bc6500 09:45:33 ---> 792a62d33a06 09:45:33 Step 27/27 : LABEL version=0.0.0 09:45:34 ---> Running in 01da8f65d44f 09:45:35 ---> Running in 92fb76a2a570 09:45:36 Removing intermediate container 01da8f65d44f 09:45:36 ---> 785655c63716 09:45:36 Step 11/29 : USER root 09:45:36 ---> Running in a59fdc422ba0 09:45:37 Removing intermediate container 92fb76a2a570 09:45:37 ---> 916a5c6cd8f6 09:45:37 09:45:38 Successfully built 916a5c6cd8f6 09:45:38 Removing intermediate container a59fdc422ba0 09:45:38 ---> a2df4588d336 09:45:38 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 09:45:38 Successfully tagged docker-sys-mgmt-agent-go:latest 09:45:38  Building docker-sys-mgmt-agent-go ... done Building docker-support-notifications-go 09:45:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 09:45:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 09:45:40 ---> c348b385cac6 09:45:40 Step 3/22 : WORKDIR /edgex-go 09:45:41 ---> Using cache 09:45:41 ---> 288bc369b54f 09:45:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:45:41 ---> Using cache 09:45:41 ---> d75ce6489a36 09:45:41 Step 5/22 : RUN apk update && apk add make git 09:45:41 ---> Using cache 09:45:41 ---> b05f834562ae 09:45:41 Step 6/22 : COPY go.mod . 09:45:41 ---> Using cache 09:45:41 ---> 34e48fb1745a 09:45:41 Step 7/22 : RUN go mod download 09:45:41 ---> Using cache 09:45:41 ---> 8364140fec0d 09:45:41 Step 8/22 : COPY . . 09:45:41 ---> Using cache 09:45:41 ---> 4507d5be0b43 09:45:41 Step 9/22 : RUN make cmd/core-command/core-command 09:45:41 ---> Running in b013ca6aa51a 09:45:43 ---> Running in a58eda5d0a93 09:45:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:45:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:45:45 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 09:45:45 v3.12.1-56-geced618e39 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 09:45:45 OK: 12746 distinct packages available 09:45:45 (1/2) Installing ca-certificates (20191127-r4) 09:45:45 (2/2) Installing dumb-init (1.2.2-r1) 09:45:45 Executing busybox-1.31.1-r19.trigger 09:45:46 Executing ca-certificates-20191127-r4.trigger 09:45:46 OK: 6 MiB in 16 packages 09:45:48 Removing intermediate container 9502260e25fc 09:45:48 ---> 39ec031dbcfd 09:45:48 09:45:48 Step 10/22 : FROM scratch 09:45:48 ---> 09:45:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:45:48 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 09:45:53 Removing intermediate container b013ca6aa51a 09:45:53 ---> c0185526a77c 09:45:53 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 09:45:53 ---> Running in 1142c78c8c3f 09:45:53 ---> Running in aaebfaf4f0d4 09:45:54 Removing intermediate container 1142c78c8c3f 09:45:54 ---> 8bec42155be3 09:45:54 Step 12/22 : ENV APP_PORT=48061 09:45:55 Removing intermediate container aaebfaf4f0d4 09:45:55 ---> d9062779026f 09:45:55 Step 14/29 : WORKDIR $BASE_DIR 09:45:55 ---> Running in 12874a69d808 09:45:56 ---> Running in 1a0ff005569a 09:45:57 Removing intermediate container 12874a69d808 09:45:57 ---> a6a6fdee0ee9 09:45:57 Step 13/22 : EXPOSE $APP_PORT 09:45:57 ---> Running in 8699fa94a46a 09:45:58 Removing intermediate container 1a0ff005569a 09:45:58 ---> 838fe48f8fb6 09:45:58 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 09:45:58 Removing intermediate container e1a2423bdf4d 09:45:58 ---> e537c06094d1 09:45:58 09:45:58 Step 10/23 : FROM alpine 09:45:58 ---> d6e46aa2470d 09:45:58 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:46:00 ---> Running in caef45e5d02e 09:46:00 ---> Running in 54ee1adeec3e 09:46:00 Removing intermediate container 8699fa94a46a 09:46:00 ---> 7823bc537cad 09:46:00 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 09:46:03 ---> 66b860c170d2 09:46:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 09:46:03 Removing intermediate container 54ee1adeec3e 09:46:03 ---> bedd9ad67362 09:46:03 Step 12/23 : ENV APP_PORT=48080 09:46:04 ---> Running in 106c576164fe 09:46:05 ---> 9f7014ecbafe 09:46:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 09:46:05 Removing intermediate container 106c576164fe 09:46:05 ---> 4063b07ca4e7 09:46:05 Step 13/23 : EXPOSE $APP_PORT 09:46:05 ---> Running in 4c82bab88990 09:46:07 Removing intermediate container 4c82bab88990 09:46:07 ---> 24385f9aa52f 09:46:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:07 Removing intermediate container caef45e5d02e 09:46:07 ---> 6b35c9b30098 09:46:07 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 09:46:07 ---> Running in 19aa62204e99 09:46:07 ---> 5d5247628aa4 09:46:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 09:46:10 ---> 84d57bc9a5c5 09:46:10 Step 18/22 : ENTRYPOINT ["/support-logging"] 09:46:10 ---> 79ddd9d82675 09:46:10 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 09:46:10 ---> Running in dce1f7a39912 09:46:12 Removing intermediate container dce1f7a39912 09:46:12 ---> 785d383100e4 09:46:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:46:12 ---> Running in 66e2aa4b905f 09:46:12 ---> 2c9437d0f6bf 09:46:12 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 09:46:12 Removing intermediate container 19aa62204e99 09:46:12 ---> bdd5a5bc9105 09:46:12 Step 15/23 : RUN apk --no-cache add zeromq 09:46:13 ---> Running in ef292caac328 09:46:13 Removing intermediate container 66e2aa4b905f 09:46:13 ---> b39a2dfefbf4 09:46:13 Step 20/22 : LABEL arch=x86_64 09:46:13 ---> Running in a5ce3ff5fde0 09:46:13 ---> 5e349363a62d 09:46:13 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 09:46:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:46:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 09:46:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder 09:46:15 ---> c348b385cac6 09:46:15 Step 3/24 : WORKDIR /edgex-go 09:46:15 ---> Using cache 09:46:15 ---> 288bc369b54f 09:46:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:46:15 ---> Using cache 09:46:15 ---> d75ce6489a36 09:46:15 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 09:46:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:46:16 Removing intermediate container a5ce3ff5fde0 09:46:16 ---> 181ba8fc90e4 09:46:16 Step 21/22 : LABEL git_sha=d1992864e475353449935db46579569393126d03 09:46:16 ---> Running in a2eaef841376 09:46:16 ---> f554e7a9a4b4 09:46:16 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 09:46:16 ---> Running in ce51f06bdfed 09:46:17 Removing intermediate container ce51f06bdfed 09:46:17 ---> c89abc176864 09:46:17 Step 22/22 : LABEL version=0.0.0 09:46:17 (1/5) Installing libgcc (9.3.0-r2) 09:46:17 ---> Running in 57bc824aa921 09:46:17 (2/5) Installing libsodium (1.0.18-r0) 09:46:17 ---> 825c050d9f54 09:46:17 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 09:46:17 (3/5) Installing libstdc++ (9.3.0-r2) 09:46:17 ---> Running in d8c247d5d371 09:46:17 (4/5) Installing libzmq (4.3.3-r0) 09:46:17 (5/5) Installing zeromq (4.3.3-r0) 09:46:17 Removing intermediate container 57bc824aa921 09:46:17 ---> 2fa32bf848e4 09:46:17 09:46:17 Executing busybox-1.31.1-r19.trigger 09:46:17 OK: 8 MiB in 19 packages 09:46:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:46:18 Successfully built 2fa32bf848e4 09:46:18 Successfully tagged docker-support-logging-go:latest 09:46:19  Building docker-support-logging-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:46:19 Removing intermediate container ef292caac328 09:46:19 ---> 9dd8b3c25a22 09:46:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 09:46:20 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 09:46:20 v3.12.1-56-geced618e39 [http://nl.alpinelinux.org/alpine/v3.12/community] 09:46:20 OK: 12754 distinct packages available 09:46:20 Removing intermediate container d8c247d5d371 09:46:20 ---> cbc0c88f9583 09:46:20 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 09:46:20 ---> 8c9730a33f0b 09:46:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 09:46:20 OK: 233 MiB in 51 packages 09:46:20 ---> c5ca374ff193 09:46:20 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 09:46:20 ---> Running in afcdcdcfd77d 09:46:21 ---> 7bf6f6e667cf 09:46:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 09:46:21 Removing intermediate container a2eaef841376 09:46:21 ---> 6634670d8129 09:46:21 Step 6/24 : COPY go.mod . 09:46:22 ---> 9b1fdcbcc4df 09:46:22 Step 19/23 : ENTRYPOINT ["/core-data"] 09:46:22 ---> 8dc29f32c9a2 09:46:22 Step 7/24 : RUN go mod download 09:46:22 ---> Running in ede9ede6286d 09:46:22 ---> Running in 80061358b4bf 09:46:22 Removing intermediate container ede9ede6286d 09:46:22 ---> 07c2646d5b3e 09:46:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:46:22 Removing intermediate container afcdcdcfd77d 09:46:22 ---> 33ba67296a81 09:46:22 Step 24/29 : RUN chmod 755 security-secrets-setup 09:46:23 ---> Running in 9d3f56e1b963 09:46:23 ---> Running in 05d064fa5d12 09:46:23 Removing intermediate container 9d3f56e1b963 09:46:23 ---> 9a01ea195289 09:46:23 Step 21/23 : LABEL arch=x86_64 09:46:24 ---> Running in d73d5f2c944c 09:46:24 Removing intermediate container d73d5f2c944c 09:46:24 ---> 171f2f6310c0 09:46:24 Step 22/23 : LABEL git_sha=d1992864e475353449935db46579569393126d03 09:46:26 ---> Running in 46b2a87edd63 09:46:26 Removing intermediate container a58eda5d0a93 09:46:26 ---> 1807a4c17219 09:46:26 09:46:26 Step 10/22 : FROM scratch 09:46:26 ---> 09:46:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 09:46:26 ---> Using cache 09:46:26 ---> 87b31fb5275e 09:46:26 Step 12/22 : ENV APP_PORT=48082 09:46:26 Removing intermediate container 80061358b4bf 09:46:26 ---> cae3edc78c7b 09:46:26 Step 8/24 : COPY . . 09:46:26 Removing intermediate container 46b2a87edd63 09:46:26 ---> a18ea568adca 09:46:26 Step 23/23 : LABEL version=0.0.0 09:46:26 Removing intermediate container 05d064fa5d12 09:46:26 ---> e2c836eae1c6 09:46:26 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 09:46:26 ---> Running in 2dc463225d94 09:46:27 ---> Running in a76a3eb79974 09:46:27 ---> Running in 9f4da87066a9 09:46:27 Removing intermediate container 2dc463225d94 09:46:27 ---> d4f1447a141c 09:46:27 Step 13/22 : EXPOSE $APP_PORT 09:46:27 Removing intermediate container 9f4da87066a9 09:46:27 ---> 65475a011ca5 09:46:27 Step 26/29 : CMD [ "generate" ] 09:46:28 Removing intermediate container a76a3eb79974 09:46:28 ---> c5af755626f2 09:46:28 09:46:28 ---> Running in b2c3b84e3e3d 09:46:28 ---> Running in dd103ddd24b6 09:46:28 Successfully built c5af755626f2 09:46:29 Successfully tagged docker-core-data-go:latest 09:46:31  Building docker-core-data-go ... done Removing intermediate container dd103ddd24b6 09:46:31 ---> b4922a96c435 09:46:31 Step 27/29 : LABEL arch=x86_64 09:46:31 Removing intermediate container b2c3b84e3e3d 09:46:31 ---> e9ee16fa8ddf 09:46:31 Step 14/22 : WORKDIR / 09:46:31 ---> Running in 5fd4cc18f830 09:46:31 ---> Running in aab186a248ee 09:46:33 Removing intermediate container 5fd4cc18f830 09:46:33 ---> 33977bd62111 09:46:33 Step 28/29 : LABEL git_sha=d1992864e475353449935db46579569393126d03 09:46:34 ---> Running in d43ff1fd5d30 09:46:34 Removing intermediate container aab186a248ee 09:46:34 ---> 37b3b94217e4 09:46:34 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 09:46:35 ---> d68aaca7b1d0 09:46:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 09:46:36 Removing intermediate container d43ff1fd5d30 09:46:36 ---> f6cecfd55169 09:46:36 Step 29/29 : LABEL version=0.0.0 09:46:36 ---> Running in 830a0601e60d 09:46:38 Removing intermediate container 830a0601e60d 09:46:38 ---> 393b26606b23 09:46:38 09:46:38 ---> 838675cd331d 09:46:38 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 09:46:38 Successfully built 393b26606b23 09:46:38 Successfully tagged docker-security-secrets-setup-go:latest 09:46:39  Building docker-security-secrets-setup-go ... done  ---> 03080ee1a7d4 09:46:39 Step 18/22 : ENTRYPOINT ["/core-command"] 09:46:40 ---> Running in 9c6b939b0347 09:46:40 Removing intermediate container 9c6b939b0347 09:46:40 ---> 9c34d36eef41 09:46:40 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:46:41 ---> Running in 4167bad9392c 09:46:41 Removing intermediate container 4167bad9392c 09:46:41 ---> 1881137c1fcc 09:46:41 Step 20/22 : LABEL arch=x86_64 09:46:42 ---> Running in 9de7a6e5e011 09:46:42 Removing intermediate container 9de7a6e5e011 09:46:42 ---> 9e0e61797e53 09:46:42 Step 21/22 : LABEL git_sha=d1992864e475353449935db46579569393126d03 09:46:43 ---> Running in 599abfee9a73 09:46:43 Removing intermediate container 599abfee9a73 09:46:43 ---> 3b8aa058c350 09:46:43 Step 22/22 : LABEL version=0.0.0 09:46:44 ---> Running in 5fb48106fbd6 09:46:45 Removing intermediate container 5fb48106fbd6 09:46:45 ---> 4faf99e831e7 09:46:45 09:46:45 Successfully built 4faf99e831e7 09:46:45 Successfully tagged docker-core-command-go:latest 09:46:48  Building docker-core-command-go ... done  ---> 6e724b088343 09:46:48 Step 9/24 : RUN make cmd/support-notifications/support-notifications 09:46:48 ---> Running in 596b632d9704 09:46:49 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 09:47:16 Removing intermediate container 596b632d9704 09:47:16 ---> 9880839de7b3 09:47:16 09:47:16 Step 10/24 : FROM scratch 09:47:16 ---> 09:47:16 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 09:47:16 ---> Using cache 09:47:16 ---> 8bec42155be3 09:47:16 Step 12/24 : ENV APP_PORT=48060 09:47:16 ---> Running in 56929a084839 09:47:16 Removing intermediate container 56929a084839 09:47:16 ---> bf9a339e033e 09:47:16 Step 13/24 : EXPOSE $APP_PORT 09:47:16 ---> Running in d35f5e1eb54d 09:47:16 Removing intermediate container d35f5e1eb54d 09:47:16 ---> 2459162e4e05 09:47:16 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 09:47:16 ---> 4bb31972e88e 09:47:16 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 09:47:17 ---> 2cbd29f6d9e3 09:47:17 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 09:47:18 ---> c009beb39726 09:47:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 09:47:18 ---> bd6c9f98217c 09:47:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 09:47:20 ---> 758bb89d4ca9 09:47:20 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 09:47:20 ---> 71cfa1c80fc1 09:47:20 Step 20/24 : ENTRYPOINT ["/support-notifications"] 09:47:20 ---> Running in 832e2dd2ca9c 09:47:21 Removing intermediate container 832e2dd2ca9c 09:47:21 ---> ba831bbe875b 09:47:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:47:21 ---> Running in 815a5428c527 09:47:21 Removing intermediate container 815a5428c527 09:47:21 ---> 754fd082a19f 09:47:21 Step 22/24 : LABEL arch=x86_64 09:47:21 ---> Running in 626f9cc320c7 09:47:22 Removing intermediate container 626f9cc320c7 09:47:22 ---> fc6d24b33784 09:47:22 Step 23/24 : LABEL git_sha=d1992864e475353449935db46579569393126d03 09:47:22 ---> Running in 76013f851dc2 09:47:22 Removing intermediate container 76013f851dc2 09:47:22 ---> d6345e9f993a 09:47:22 Step 24/24 : LABEL version=0.0.0 09:47:22 ---> Running in a6edb7e59cb2 09:47:23 Removing intermediate container a6edb7e59cb2 09:47:23 ---> 5a6be9a5336f 09:47:23 09:47:23 Successfully built 5a6be9a5336f 09:47:23 Successfully tagged docker-support-notifications-go:latest 09:47:24  Building docker-support-notifications-go ... done  [Pipeline] } 09:47:24 $ docker stop --time=1 75b5c1c5677d24ccf7f6c725c1c94b9e1050c5a4cee3bd208ee427f0203cf5f1 09:47:26 $ docker rm -f 75b5c1c5677d24ccf7f6c725c1c94b9e1050c5a4cee3bd208ee427f0203cf5f1 [Pipeline] // withDockerContainer [Pipeline] sh 09:47:26 + docker images 09:47:26 + grep docker 09:47:27 docker-support-notifications-go latest 5a6be9a5336f 4 seconds ago 13.6MB 09:47:27 docker-core-command-go latest 4faf99e831e7 43 seconds ago 12.2MB 09:47:27 docker-security-secrets-setup-go latest 393b26606b23 50 seconds ago 24MB 09:47:27 docker-core-data-go latest c5af755626f2 About a minute ago 23.7MB 09:47:27 docker-support-logging-go latest 2fa32bf848e4 About a minute ago 11.1MB 09:47:27 docker-sys-mgmt-agent-go latest 916a5c6cd8f6 About a minute ago 290MB 09:47:27 docker-security-proxy-setup-go latest 4c1c27a32120 2 minutes ago 15.8MB 09:47:27 docker-security-secretstore-setup-go latest 9e2ba8c7d5fe 4 minutes ago 24.8MB 09:47:27 docker-security-bootstrap-redis-go latest d5701353009b 4 minutes ago 15.9MB 09:47:27 docker-core-metadata-go latest b8d43beaf8af 4 minutes ago 14.5MB 09:47:27 docker-support-scheduler-go latest 978ab95cf991 4 minutes ago 12.3MB 09:47:27 docker latest 6972c414f322 5 weeks ago 217MB [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 09:47:43 Still waiting to schedule task 09:47:43 All nodes of label ‘centos7-docker-8c-8g’ are offline 09:48:41 Running on prd-centos7-docker-8c-8g-13573 in /w/workspace/edgexfoundry_edgex-go_PR-2902 [Pipeline] { [Pipeline] ws 09:48:41 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout [Pipeline] sh 09:48:43 ++ grep snapcraft.yaml 09:48:43 ++ find /w/workspace/edgex-go/7 09:48:43 + grep -Po '^name: \K(.*)' [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 09:48:44 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 09:48:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 09:48:47 ---> package-listing.sh 09:48:47 ++ facter osfamily 09:48:47 ++ tr '[:upper:]' '[:lower:]' 09:48:48 + OS_FAMILY=redhat 09:48:48 + workspace=/w/workspace/edgex-go/7 09:48:48 + START_PACKAGES=/tmp/packages_start.txt 09:48:48 + END_PACKAGES=/tmp/packages_end.txt 09:48:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 09:48:48 + PACKAGES=/tmp/packages_start.txt 09:48:48 + '[' /w/workspace/edgex-go/7 ']' 09:48:48 + PACKAGES=/tmp/packages_end.txt 09:48:48 + case "${OS_FAMILY}" in 09:48:48 + sort 09:48:48 + rpm -qa 09:48:53 + '[' -f /tmp/packages_start.txt ']' 09:48:53 + '[' -f /tmp/packages_end.txt ']' 09:48:53 + diff /tmp/packages_start.txt /tmp/packages_end.txt 09:48:53 + '[' /w/workspace/edgex-go/7 ']' 09:48:53 + mkdir -p /w/workspace/edgex-go/7/archives/ 09:48:53 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 09:48:53 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/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 09:48:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 09:48:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:48:55 09:48:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 09:48:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:48:56 alpine: Pulling from edgex-lftools-log-publisher 09:48:56 df20fa9351a1: Already exists 09:48:56 36b3adc4ff6f: Pulling fs layer 09:48:56 8ad3a11d3b57: Pulling fs layer 09:48:56 46f8f816bc3b: Pulling fs layer 09:48:56 93b61091891f: Pulling fs layer 09:48:56 93b9cdb0e59b: Pulling fs layer 09:48:56 5e14af77c1be: Pulling fs layer 09:48:56 01666e4c0597: Pulling fs layer 09:48:56 aa168da1d23b: Pulling fs layer 09:48:56 93b61091891f: Waiting 09:48:56 93b9cdb0e59b: Waiting 09:48:56 5e14af77c1be: Waiting 09:48:56 01666e4c0597: Waiting 09:48:56 aa168da1d23b: Waiting 09:48:56 46f8f816bc3b: Verifying Checksum 09:48:56 46f8f816bc3b: Download complete 09:48:56 36b3adc4ff6f: Verifying Checksum 09:48:56 36b3adc4ff6f: Download complete 09:48:56 93b9cdb0e59b: Verifying Checksum 09:48:56 93b9cdb0e59b: Download complete 09:48:56 5e14af77c1be: Verifying Checksum 09:48:56 5e14af77c1be: Download complete 09:48:56 01666e4c0597: Verifying Checksum 09:48:56 01666e4c0597: Download complete 09:48:56 36b3adc4ff6f: Pull complete 09:48:57 93b61091891f: Verifying Checksum 09:48:57 93b61091891f: Download complete 09:48:57 8ad3a11d3b57: Download complete 09:49:00 8ad3a11d3b57: Pull complete 09:49:00 46f8f816bc3b: Pull complete 09:49:02 93b61091891f: Pull complete 09:49:02 aa168da1d23b: Verifying Checksum 09:49:02 aa168da1d23b: Download complete 09:49:04 93b9cdb0e59b: Pull complete 09:49:05 5e14af77c1be: Pull complete 09:49:05 01666e4c0597: Pull complete 09:49:18 aa168da1d23b: Pull complete 09:49:18 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 09:49:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 09:49:18 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 09:49:18 prd-centos7-docker-4c-2g-13569 does not seem to be running inside a container 09:49:18 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/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/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 09:49:22 $ docker top a2020ec5ed91f203eac66fe0d6af836bf7780d8791ef8e7f8973e5e4a740ec13 -eo pid,comm [Pipeline] { [Pipeline] sh 09:49:23 + touch /tmp/pre-build-complete [Pipeline] sh 09:49:24 + mkdir -p /var/log/sa [Pipeline] sh 09:49:24 + ls /var/log/sa-host 09:49:24 + sadf -c /var/log/sa-host/sa23 09:49:24 file_magic: OK 09:49:24 HZ: Using current value: 100 09:49:24 file_header: OK 09:49:24 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 09:49:24 Statistics: 09:49:24 Hnuu...uuuununununu... 09:49:24 File successfully converted to sysstat format version 12.2.1 09:49:24 + sadf -c /var/log/sa-host/sa26 09:49:24 file_magic: OK 09:49:24 HZ: Using current value: 100 09:49:24 file_header: OK 09:49:24 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 09:49:24 Statistics: 09:49:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 09:49:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 09:49:25 provisioning config files... 09:49:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config5341811838292074837tmp [Pipeline] { [Pipeline] echo 09:49:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 09:49:26 ---> create-netrc.sh [Pipeline] } 09:49:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 09:49:27 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 09:49:27 ---> python-tools-install.sh [Pipeline] echo 09:49:27 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 09:49:28 ---> sudo-logs.sh 09:49:28 Archiving 'sudo' log.. [Pipeline] echo 09:49:28 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 09:49:28 ---> job-cost.sh 09:49:28 lf-activate-venv: SKIPPING 09:49:28 INFO: No Stack... 09:49:29 INFO: Retrieving Pricing Info for: v1-standard-2 09:49:29 INFO: Archiving Costs [Pipeline] echo 09:49:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 09:49:30 ---> logs-deploy.sh 09:49:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2902/7 09:49:30 INFO: archiving workspace using pattern(s): 09:49:32 Archives upload complete. 09:49:32 INFO: archiving logs to Nexus 09:49:34 ---> uname -a: 09:49:34 Linux prd-centos7-docker-4c-2g-13569.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 09:49:34 09:49:34 09:49:34 ---> lscpu: 09:49:34 Architecture: x86_64 09:49:34 CPU op-mode(s): 32-bit, 64-bit 09:49:34 Byte Order: Little Endian 09:49:34 Address sizes: 40 bits physical, 48 bits virtual 09:49:34 CPU(s): 4 09:49:34 On-line CPU(s) list: 0-3 09:49:34 Thread(s) per core: 1 09:49:34 Core(s) per socket: 1 09:49:34 Socket(s): 4 09:49:34 NUMA node(s): 1 09:49:34 Vendor ID: GenuineIntel 09:49:34 CPU family: 6 09:49:34 Model: 44 09:49:34 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 09:49:34 Stepping: 1 09:49:34 CPU MHz: 2933.438 09:49:34 BogoMIPS: 5866.87 09:49:34 Virtualization: VT-x 09:49:34 Hypervisor vendor: KVM 09:49:34 Virtualization type: full 09:49:34 L1d cache: 128 KiB 09:49:34 L1i cache: 128 KiB 09:49:34 L2 cache: 16 MiB 09:49:34 L3 cache: 64 MiB 09:49:34 NUMA node0 CPU(s): 0-3 09:49:34 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 09:49:34 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 09:49:34 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 09:49:34 Vulnerability Meltdown: Mitigation; PTI 09:49:34 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 09:49:34 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 09:49:34 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 09:49:34 Vulnerability Srbds: Not affected 09:49:34 Vulnerability Tsx async abort: Not affected 09:49:34 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 09:49:34 09:49:34 09:49:34 ---> nproc: 09:49:34 4 09:49:34 09:49:34 09:49:34 ---> df -h: 09:49:34 Filesystem Size Used Available Use% Mounted on 09:49:34 overlay 50.0G 13.5G 36.4G 27% / 09:49:34 tmpfs 64.0M 0 64.0M 0% /dev 09:49:34 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 09:49:34 shm 64.0M 0 64.0M 0% /dev/shm 09:49:34 /dev/vda1 50.0G 13.5G 36.4G 27% /facter-os 09:49:34 /dev/vda1 50.0G 13.5G 36.4G 27% /etc/resolv.conf 09:49:34 /dev/vda1 50.0G 13.5G 36.4G 27% /etc/hostname 09:49:34 /dev/vda1 50.0G 13.5G 36.4G 27% /etc/hosts 09:49:34 /dev/vda1 50.0G 13.5G 36.4G 27% /var/log/auth.log 09:49:34 /dev/vda1 50.0G 13.5G 36.4G 27% /run/cloud-init/result.json 09:49:34 /dev/vda1 50.0G 13.5G 36.4G 27% /var/log/sa-host 09:49:34 /dev/vda1 50.0G 13.5G 36.4G 27% /var/log/secure 09:49:34 /dev/vda1 50.0G 13.5G 36.4G 27% /w/workspace/edgex-go/7 09:49:34 /dev/vda1 50.0G 13.5G 36.4G 27% /w/workspace/edgex-go/7@tmp 09:49:34 09:49:34 09:49:34 ---> free -m: 09:49:34 total used free shared buff/cache available 09:49:34 Mem: 1837 691 122 0 1023 1058 09:49:34 Swap: 1023 91 932 09:49:34 09:49:34 09:49:34 ---> ip addr: 09:49:34 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 09:49:34 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 09:49:34 inet 127.0.0.1/8 scope host lo 09:49:34 valid_lft forever preferred_lft forever 09:49:34 inet6 ::1/128 scope host 09:49:34 valid_lft forever preferred_lft forever 09:49:34 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 09:49:34 link/ether fa:16:3e:23:e0:d3 brd ff:ff:ff:ff:ff:ff 09:49:34 inet 10.30.123.158/23 brd 10.30.123.255 scope global dynamic eth0 09:49:34 valid_lft 85310sec preferred_lft 85310sec 09:49:34 inet6 fe80::f816:3eff:fe23:e0d3/64 scope link 09:49:34 valid_lft forever preferred_lft forever 09:49:34 3: docker0: mtu 1500 qdisc noqueue state DOWN 09:49:34 link/ether 02:42:df:12:30:a4 brd ff:ff:ff:ff:ff:ff 09:49:34 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 09:49:34 valid_lft forever preferred_lft forever 09:49:34 inet6 fe80::42:dfff:fe12:30a4/64 scope link 09:49:34 valid_lft forever preferred_lft forever 09:49:34 09:49:34 09:49:34 ---> sar -b -r -n DEV: 09:49:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) 09:49:34 09:49:34 09:31:10 LINUX RESTART (4 CPU) 09:49:34 09:49:34 09:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 09:49:34 09:33:01 58.53 15.66 42.87 0.00 4918.48 8072.94 0.00 09:49:34 09:34:02 154.67 59.06 95.61 0.00 5084.04 38008.29 0.00 09:49:34 09:35:01 230.18 59.19 170.99 0.00 3972.41 37569.82 0.00 09:49:34 09:36:01 153.90 98.19 55.71 0.00 3703.10 5764.20 0.00 09:49:34 09:37:01 91.58 39.63 51.95 0.00 1235.01 5502.64 0.00 09:49:34 09:38:02 91.89 44.58 47.31 0.00 2358.41 4227.99 0.00 09:49:34 09:39:01 43.41 6.61 36.80 0.00 650.50 12895.82 0.00 09:49:34 09:40:02 323.85 129.52 194.33 0.00 65881.68 128832.55 0.00 09:49:34 09:41:03 2370.11 2117.84 252.27 0.00 121256.88 130116.33 0.00 09:49:34 09:42:02 1033.98 903.74 130.24 0.00 52596.69 57648.53 0.00 09:49:34 09:43:02 343.16 123.88 219.29 0.00 28725.60 52088.29 0.00 09:49:34 09:44:03 1526.99 1229.36 297.62 0.00 106735.11 119781.73 0.00 09:49:34 09:45:02 1683.12 1388.92 294.20 0.00 85963.91 85430.63 0.00 09:49:34 09:46:03 1255.68 997.53 258.16 0.00 60439.47 65505.50 0.00 09:49:34 09:47:02 1062.78 838.64 224.14 0.00 40735.00 49501.15 0.00 09:49:34 09:48:01 83.41 43.33 40.08 0.00 5594.33 4846.05 0.00 09:49:34 09:49:01 65.08 57.13 7.96 0.00 4848.24 1101.21 0.00 09:49:34 Average: 622.80 480.28 142.52 0.00 35167.78 47735.20 0.00 09:49:34 09:49:34 09:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 09:49:34 09:33:01 68356 0 670892 35.66 2620 1139676 1401252 47.82 566572 1040084 108120 09:49:34 09:34:02 97544 0 704744 37.46 2532 1076724 1584616 54.08 612592 930000 75804 09:49:34 09:35:01 301116 0 688676 36.60 1592 890160 1252984 42.76 503228 805160 44 09:49:34 09:36:01 201924 0 806392 42.86 780 872448 1810852 61.80 691396 713596 64880 09:49:34 09:37:01 382916 0 767880 40.81 724 730024 1562984 53.34 558904 658440 17624 09:49:34 09:38:02 111940 0 868888 46.18 724 899992 1511900 51.60 738152 743556 50160 09:49:34 09:39:01 185056 0 767388 40.79 648 928452 1591372 54.31 637788 788212 69900 09:49:34 09:40:02 72176 0 836684 44.47 100 972584 2284284 77.96 766104 833612 23472 09:49:34 09:41:03 73020 0 835448 44.40 100 972976 2335412 79.70 761024 820316 74424 09:49:34 09:42:02 202928 0 1151360 61.19 100 527156 3542416 120.90 781376 632596 58432 09:49:34 09:43:02 68004 0 722588 38.40 100 1090852 1475484 50.36 703788 855904 75864 09:49:34 09:44:03 98108 0 771444 41.00 100 1011892 2169964 74.06 624220 914060 26856 09:49:34 09:45:02 75324 0 1048688 55.74 92 757440 3023964 103.20 651272 890328 65156 09:49:34 09:46:03 83432 0 886620 47.12 72 911420 2972988 101.46 703464 857700 7860 09:49:34 09:47:02 416536 0 669640 35.59 72 795296 1715856 58.56 379184 852144 50120 09:49:34 09:48:01 550472 0 606152 32.22 72 724848 1206820 41.19 369228 735708 8 09:49:34 09:49:01 262384 0 637316 33.87 72 981772 1373512 46.88 421804 966656 82916 09:49:34 Average: 191249 0 790635 42.02 618 899042 1930392 65.88 615888 825769 50096 09:49:34 09:49:34 09:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 09:49:34 09:33:01 veth39cdaa8 550.89 455.11 55.88 1850.83 0.00 0.00 0.00 0.00 09:49:34 09:33:01 eth0 1032.64 1061.56 5022.84 145.59 0.00 0.00 0.00 0.00 09:49:34 09:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:33:01 docker0 550.89 454.97 48.34 1850.82 0.00 0.00 0.00 0.00 09:49:34 09:34:02 eth0 430.73 358.76 3632.33 41.25 0.00 0.00 0.00 0.00 09:49:34 09:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:34:02 docker0 120.15 144.23 13.34 792.97 0.00 0.00 0.00 0.00 09:49:34 09:35:01 eth0 382.33 231.34 2062.96 29.27 0.00 0.00 0.00 0.00 09:49:34 09:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:35:01 vethed8e738 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:35:01 docker0 143.75 182.30 10.28 847.12 0.00 0.00 0.00 0.00 09:49:34 09:36:01 vethcffccc0 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:49:34 09:36:01 eth0 29.77 25.31 21.43 66.10 0.00 0.00 0.00 0.00 09:49:34 09:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:37:01 vethcffccc0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:37:01 eth0 25.31 19.17 19.78 11.05 0.00 0.00 0.00 0.00 09:49:34 09:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:38:02 vethcffccc0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:38:02 eth0 14.05 10.60 11.71 6.41 0.00 0.00 0.00 0.00 09:49:34 09:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:39:01 eth0 193.86 165.13 1717.15 94.55 0.00 0.00 0.00 0.00 09:49:34 09:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:40:02 eth0 22.65 16.93 24.20 9.47 0.00 0.00 0.00 0.00 09:49:34 09:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:40:02 veth7c6470d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:49:34 09:40:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:41:03 eth0 42.68 27.70 159.88 9.14 0.00 0.00 0.00 0.00 09:49:34 09:41:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:41:03 veth7c6470d 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 09:49:34 09:41:03 docker0 12.98 22.62 0.73 144.82 0.00 0.00 0.00 0.00 09:49:34 09:42:02 veth61a7309 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:49:34 09:42:02 veth8d35ccd 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:49:34 09:42:02 veth845fc1a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 09:49:34 09:42:02 eth0 6.69 4.91 4.99 2.77 0.00 0.00 0.00 0.00 09:49:34 09:43:02 eth0 122.59 66.27 436.73 77.11 0.00 0.00 0.00 0.00 09:49:34 09:43:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:49:34 09:43:02 veth7c6470d 0.00 0.69 0.00 0.03 0.00 0.00 0.00 0.00 09:49:34 09:43:02 veth7067e69 14.13 49.48 0.93 258.26 0.00 0.00 0.00 0.00 09:49:34 09:44:03 vethd27e991 0.00 0.26 0.00 0.02 0.00 0.00 0.00 0.00 09:49:34 09:44:03 eth0 60.03 38.13 166.89 17.88 0.00 0.00 0.00 0.00 09:49:34 09:44:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:44:03 veth7c6470d 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 09:49:34 09:45:02 veth2d2a5c6 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 09:49:34 09:45:02 vethd50a612 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:49:34 09:45:02 veth7e4f3e7 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:49:34 09:45:02 eth0 62.83 50.92 89.87 98.94 0.00 0.00 0.00 0.00 09:49:34 09:46:03 vethf41f4da 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:46:03 vethd591548 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 09:49:34 09:46:03 eth0 48.60 34.19 95.79 16.33 0.00 0.00 0.00 0.00 09:49:34 09:46:03 vethfd66a70 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:47:02 veth35d9df5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 09:49:34 09:47:02 eth0 70.94 50.31 111.15 92.20 0.00 0.00 0.00 0.00 09:49:34 09:47:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 09:49:34 09:47:02 veth7c6470d 0.00 1.30 0.00 0.06 0.00 0.00 0.00 0.00 09:49:34 09:48:01 eth0 11.89 9.20 10.27 4.93 0.00 0.00 0.00 0.00 09:49:34 09:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:48:01 docker0 895.76 942.43 77.15 4399.15 0.00 0.00 0.00 0.00 09:49:34 09:49:01 eth0 142.03 115.98 1515.07 13.29 0.00 0.00 0.00 0.00 09:49:34 09:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 09:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 Average: eth0 158.65 134.48 887.45 43.02 0.00 0.00 0.00 0.00 09:49:34 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 09:49:34 Average: docker0 51.94 54.64 4.47 255.07 0.00 0.00 0.00 0.00 09:49:34 09:49:34 09:49:34 ---> sar -P ALL: 09:49:34 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) 09:49:34 09:49:34 09:31:10 LINUX RESTART (4 CPU) 09:49:34 09:49:34 09:32:01 CPU %user %nice %system %iowait %steal %idle 09:49:34 09:33:01 all 7.13 0.00 4.08 1.17 18.48 69.13 09:49:34 09:33:01 0 6.18 0.00 4.27 0.32 20.69 68.54 09:49:34 09:33:01 1 6.73 0.00 3.27 1.32 19.21 69.47 09:49:34 09:33:01 2 9.04 0.00 4.70 0.68 16.99 68.60 09:49:34 09:33:01 3 6.61 0.00 4.12 2.37 16.98 69.91 09:49:34 09:34:02 all 8.11 0.00 4.30 1.12 22.52 63.95 09:49:34 09:34:02 0 7.86 0.00 3.26 0.69 23.48 64.70 09:49:34 09:34:02 1 10.72 0.00 5.49 0.94 23.15 59.70 09:49:34 09:34:02 2 5.63 0.00 3.62 1.73 21.55 67.47 09:49:34 09:34:02 3 8.24 0.00 4.86 1.12 21.88 63.90 09:49:34 09:35:01 all 6.23 0.00 6.28 4.29 14.45 68.75 09:49:34 09:35:01 0 6.41 0.00 6.01 3.23 15.59 68.77 09:49:34 09:35:01 1 5.89 0.00 6.20 4.65 14.37 68.89 09:49:34 09:35:01 2 6.31 0.00 6.18 4.66 13.65 69.21 09:49:34 09:35:01 3 6.30 0.00 6.75 4.61 14.20 68.14 09:49:34 09:36:01 all 32.09 0.00 10.19 3.05 26.40 28.26 09:49:34 09:36:01 0 32.51 0.00 10.15 2.71 26.09 28.54 09:49:34 09:36:01 1 34.29 0.00 10.31 3.15 25.84 26.42 09:49:34 09:36:01 2 29.21 0.00 10.44 3.53 26.81 30.01 09:49:34 09:36:01 3 32.44 0.00 9.88 2.80 26.86 28.02 09:49:34 09:37:01 all 39.54 0.00 10.48 2.15 25.05 22.78 09:49:34 09:37:01 0 33.99 0.00 9.61 1.52 26.81 28.08 09:49:34 09:37:01 1 36.38 0.00 11.49 2.63 27.71 21.79 09:49:34 09:37:01 2 38.03 0.00 10.75 2.52 23.71 25.00 09:49:34 09:37:01 3 50.46 0.00 10.08 1.95 21.75 15.76 09:49:34 09:38:02 all 33.34 0.00 14.14 3.75 26.75 22.02 09:49:34 09:38:02 0 30.06 0.00 12.95 4.46 29.36 23.19 09:49:34 09:38:02 1 34.24 0.00 15.15 4.25 26.63 19.74 09:49:34 09:38:02 2 33.87 0.00 13.57 2.37 24.85 25.34 09:49:34 09:38:02 3 35.31 0.00 14.94 3.91 26.11 19.73 09:49:34 09:39:01 all 12.64 0.00 7.47 0.75 25.54 53.61 09:49:34 09:39:01 0 12.12 0.00 7.46 1.42 26.80 52.21 09:49:34 09:39:01 1 13.29 0.00 7.29 0.15 25.52 53.75 09:49:34 09:39:01 2 12.08 0.00 8.00 0.88 25.31 53.73 09:49:34 09:39:01 3 13.08 0.00 7.14 0.54 24.48 54.77 09:49:34 09:40:02 all 10.77 0.00 11.38 4.40 26.95 46.50 09:49:34 09:40:02 0 11.43 0.00 10.79 4.19 26.60 46.99 09:49:34 09:40:02 1 9.29 0.00 11.13 5.27 26.79 47.52 09:49:34 09:40:02 2 10.57 0.00 12.67 3.99 27.56 45.21 09:49:34 09:40:02 3 11.81 0.00 10.96 4.12 26.88 46.22 09:49:34 09:41:03 all 11.67 0.00 15.06 21.60 25.81 25.86 09:49:34 09:41:03 0 10.87 0.00 14.44 20.85 26.42 27.41 09:49:34 09:41:03 1 12.06 0.00 15.17 23.04 25.76 23.98 09:49:34 09:41:03 2 11.35 0.00 15.44 21.90 24.87 26.44 09:49:34 09:41:03 3 12.43 0.00 15.21 20.59 26.18 25.58 09:49:34 09:42:02 all 31.71 0.00 10.86 15.25 27.80 14.38 09:49:34 09:42:02 0 27.57 0.00 10.08 16.73 29.89 15.73 09:49:34 09:42:02 1 32.77 0.00 11.11 15.51 28.35 12.26 09:49:34 09:42:02 2 32.98 0.00 11.22 13.69 25.95 16.16 09:49:34 09:42:02 3 33.56 0.00 11.05 15.06 27.03 13.31 09:49:34 09:43:02 all 34.98 0.00 14.47 10.08 22.53 17.94 09:49:34 09:43:02 0 33.94 0.00 14.45 9.44 22.97 19.19 09:49:34 09:43:02 1 34.97 0.00 13.53 11.35 22.57 17.59 09:49:34 09:43:02 2 36.72 0.00 14.61 9.91 21.00 17.76 09:49:34 09:43:02 3 34.24 0.00 15.36 9.59 23.62 17.18 09:49:34 09:49:34 09:43:02 CPU %user %nice %system %iowait %steal %idle 09:49:34 09:44:03 all 19.71 0.00 18.31 20.03 24.07 17.88 09:49:34 09:44:03 0 19.37 0.00 17.65 22.06 24.06 16.85 09:49:34 09:44:03 1 18.80 0.00 18.50 19.84 23.81 19.05 09:49:34 09:44:03 2 19.15 0.00 17.82 21.09 24.52 17.41 09:49:34 09:44:03 3 21.56 0.00 19.27 17.06 23.90 18.22 09:49:34 09:45:02 all 26.20 0.00 16.47 23.92 20.52 12.88 09:49:34 09:45:02 0 25.16 0.00 16.34 25.85 20.34 12.31 09:49:34 09:45:02 1 25.78 0.00 15.95 23.60 20.26 14.41 09:49:34 09:45:02 2 26.84 0.00 15.41 23.03 19.65 15.07 09:49:34 09:45:02 3 27.06 0.00 18.28 23.18 21.89 9.59 09:49:34 09:46:03 all 33.26 0.00 16.04 16.35 25.25 9.10 09:49:34 09:46:03 0 32.53 0.00 16.42 15.10 26.73 9.22 09:49:34 09:46:03 1 31.70 0.00 17.69 18.37 25.62 6.62 09:49:34 09:46:03 2 33.18 0.00 14.43 16.71 24.80 10.87 09:49:34 09:46:03 3 35.55 0.00 15.71 15.22 23.91 9.61 09:49:34 09:47:02 all 25.73 0.00 15.09 10.69 18.33 30.17 09:49:34 09:47:02 0 25.02 0.00 13.76 11.86 19.64 29.71 09:49:34 09:47:02 1 26.56 0.00 15.21 9.33 17.87 31.04 09:49:34 09:47:02 2 26.01 0.00 15.96 10.89 18.07 29.08 09:49:34 09:47:02 3 25.30 0.00 15.43 10.71 17.72 30.83 09:49:34 09:48:01 all 3.82 0.00 3.18 2.25 9.28 81.47 09:49:34 09:48:01 0 3.77 0.00 3.32 2.12 9.24 81.55 09:49:34 09:48:01 1 4.64 0.00 3.55 3.05 8.83 79.93 09:49:34 09:48:01 2 3.11 0.00 2.33 1.44 10.38 82.74 09:49:34 09:48:01 3 3.77 0.00 3.54 2.39 8.67 81.64 09:49:34 09:49:01 all 1.68 0.00 1.27 1.57 5.38 90.10 09:49:34 09:49:01 0 1.29 0.00 1.26 0.83 5.77 90.85 09:49:34 09:49:01 1 1.61 0.00 1.04 1.35 5.47 90.53 09:49:34 09:49:01 2 1.35 0.00 1.21 1.58 5.74 90.12 09:49:34 09:49:01 3 2.47 0.00 1.60 2.52 4.54 88.87 09:49:34 Average: all 19.23 0.00 10.29 8.10 21.32 41.06 09:49:34 Average: 0 18.22 0.00 9.89 8.12 22.24 41.53 09:49:34 Average: 1 19.24 0.00 10.45 8.40 21.46 40.45 09:49:34 Average: 2 19.11 0.00 10.27 8.04 20.78 41.81 09:49:34 Average: 3 20.39 0.00 10.55 7.83 20.80 40.44 09:49:34 09:49:34 09:49:34