Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from eec1fc97adfe7334b0b6c27c3c0213c68a68466c+60451040515ee9eeb901ca3bb1c4662a631f475e (648a4871a62d93b2e0770849d060c98b5e33174f) 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-20315 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/24 [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/24 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit eec1fc97adfe7334b0b6c27c3c0213c68a68466c Merge succeeded, producing eec1fc97adfe7334b0b6c27c3c0213c68a68466c Checking out Revision eec1fc97adfe7334b0b6c27c3c0213c68a68466c (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f eec1fc97adfe7334b0b6c27c3c0213c68a68466c # 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 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eec1fc97adfe7334b0b6c27c3c0213c68a68466c # timeout=10 Commit message: "feat(security): Address another PR feedback" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 22:14:14 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk dc63644ea248e6ce356266c67f53ffdc1b82d084 # timeout=10 [Pipeline] withCredentials 22:14:15 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 22:14:15 ========================================================= 22:14:15 EdgeX Global Pipelines Version Info 22:14:15 ========================================================= [Pipeline] libraryResource [Pipeline] sh 22:14:16 ------------------- 22:14:16 stable info: 22:14:16 ------------------- 22:14:16 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 22:14:16 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 22:14:16 Message: update stable to v1.0.177 22:14:17 ------------------- 22:14:17 experimental info: 22:14:17 ------------------- 22:14:17 Commited By: **** collab-it+edgex@linuxfoundation.org 22:14:17 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 22:14:17 Message: update experimental to v1.0.177 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 22:14:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 22:14:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 22:14:18 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 22:14:18 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 22:14:18 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 22:14:18 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 22:14:18 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 22:14:18 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 22:14:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 22:14:18 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 22:14:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 22:14:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 22:14:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 22:14:19 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 22:14:19 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 22:14:19 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 22:14:19 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 22:14:19 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 22:14:19 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 22:14:19 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 22:14:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 22:14:19 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 22:14:19 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 22:14:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo 22:14:20 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo 22:14:20 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo 22:14:20 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eec1fc97adfe7334b0b6c27c3c0213c68a68466c [Pipeline] echo 22:14:20 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eec1fc9 [Pipeline] echo 22:14:20 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:14:20 provisioning config files... 22:14:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config2168225686817871802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:14:21 ---> docker-login.sh 22:14:21 nexus3.edgexfoundry.org:10001 22:14:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:21 Configure a credential helper to remove this warning. See 22:14:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:21 22:14:21 Login Succeeded 22:14:21 nexus3.edgexfoundry.org:10002 22:14:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:21 Configure a credential helper to remove this warning. See 22:14:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:21 22:14:21 Login Succeeded 22:14:21 nexus3.edgexfoundry.org:10003 22:14:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:22 Configure a credential helper to remove this warning. See 22:14:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:22 22:14:22 Login Succeeded 22:14:22 nexus3.edgexfoundry.org:10004 22:14:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:22 Configure a credential helper to remove this warning. See 22:14:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:22 22:14:22 Login Succeeded 22:14:22 docker.io 22:14:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:14:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:14:22 Configure a credential helper to remove this warning. See 22:14:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:14:22 22:14:22 Login Succeeded 22:14:22 ---> docker-login.sh ends [Pipeline] } 22:14:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:14:23 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 22:14:23 + for file in '`ls cmd/**/Dockerfile`' 22:14:23 ++ dirname cmd/core-command/Dockerfile 22:14:23 ++ cut -d/ -f2 22:14:23 + echo core-command,cmd/core-command/Dockerfile 22:14:23 + for file in '`ls cmd/**/Dockerfile`' 22:14:23 ++ dirname cmd/core-data/Dockerfile 22:14:23 ++ cut -d/ -f2 22:14:23 + echo core-data,cmd/core-data/Dockerfile 22:14:23 + for file in '`ls cmd/**/Dockerfile`' 22:14:23 ++ dirname cmd/core-metadata/Dockerfile 22:14:23 ++ cut -d/ -f2 22:14:23 + echo core-metadata,cmd/core-metadata/Dockerfile 22:14:23 + for file in '`ls cmd/**/Dockerfile`' 22:14:23 ++ dirname cmd/security-bootstrapper/Dockerfile 22:14:23 ++ cut -d/ -f2 22:14:23 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 22:14:23 + for file in '`ls cmd/**/Dockerfile`' 22:14:23 ++ dirname cmd/security-proxy-setup/Dockerfile 22:14:23 ++ cut -d/ -f2 22:14:23 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 22:14:23 + for file in '`ls cmd/**/Dockerfile`' 22:14:23 ++ dirname cmd/security-secretstore-setup/Dockerfile 22:14:23 ++ cut -d/ -f2 22:14:23 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 22:14:23 + for file in '`ls cmd/**/Dockerfile`' 22:14:23 ++ dirname cmd/support-notifications/Dockerfile 22:14:23 ++ cut -d/ -f2 22:14:23 + echo support-notifications,cmd/support-notifications/Dockerfile 22:14:23 + for file in '`ls cmd/**/Dockerfile`' 22:14:23 ++ dirname cmd/support-scheduler/Dockerfile 22:14:23 ++ cut -d/ -f2 22:14:23 + echo support-scheduler,cmd/support-scheduler/Dockerfile 22:14:23 + for file in '`ls cmd/**/Dockerfile`' 22:14:23 ++ dirname cmd/sys-mgmt-agent/Dockerfile 22:14:23 ++ cut -d/ -f2 22:14:23 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 22:14:23 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 22:14:24 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:14:24 22:14:24 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 22:14:24 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:14:24 latest: Pulling from edgex-devops/git-semver 22:14:24 31603596830f: Pulling fs layer 22:14:24 2a8b12db71e7: Pulling fs layer 22:14:24 6ca5941a6612: Pulling fs layer 22:14:24 ecc8261a40a4: Pulling fs layer 22:14:24 ecc8261a40a4: Waiting 22:14:24 2a8b12db71e7: Verifying Checksum 22:14:24 2a8b12db71e7: Download complete 22:14:24 31603596830f: Verifying Checksum 22:14:24 31603596830f: Download complete 22:14:24 ecc8261a40a4: Verifying Checksum 22:14:24 ecc8261a40a4: Download complete 22:14:24 6ca5941a6612: Verifying Checksum 22:14:24 6ca5941a6612: Download complete 22:14:24 31603596830f: Pull complete 22:14:24 2a8b12db71e7: Pull complete 22:14:25 6ca5941a6612: Pull complete 22:14:26 ecc8261a40a4: Pull complete 22:14:26 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 22:14:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 22:14:26 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 22:14:26 prd-centos7-docker-4c-2g-20315 does not seem to be running inside a container 22:14:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 22:14:29 $ docker top e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 22:14:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:14:29 [ssh-agent] Looking for ssh-agent implementation... 22:14:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:14:29 $ docker exec e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 ssh-agent 22:14:29 SSH_AUTH_SOCK=/tmp/ssh-3Vrltzn6KEcY/agent.12 22:14:29 SSH_AGENT_PID=17 22:14:29 Running ssh-add (command line suppressed) 22:14:29 Identity added: /w/workspace/edgex-go/24@tmp/private_key_5354967265103362623.key (/w/workspace/edgex-go/24@tmp/private_key_5354967265103362623.key) 22:14:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:14:30 + git tag --points-at HEAD [Pipeline] } 22:14:30 $ docker exec --env ******** --env ******** e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 ssh-agent -k 22:14:30 unset SSH_AUTH_SOCK; 22:14:30 unset SSH_AGENT_PID; 22:14:30 echo Agent pid 17 killed; 22:14:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 22:14:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 22:14:30 [ssh-agent] Looking for ssh-agent implementation... 22:14:30 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 22:14:30 $ docker exec e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 ssh-agent 22:14:30 SSH_AUTH_SOCK=/tmp/ssh-eK8OLSebHqVb/agent.45 22:14:30 SSH_AGENT_PID=51 22:14:30 Running ssh-add (command line suppressed) 22:14:31 Identity added: /w/workspace/edgex-go/24@tmp/private_key_6109196708794054447.key (/w/workspace/edgex-go/24@tmp/private_key_6109196708794054447.key) 22:14:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 22:14:31 + git semver init 22:14:31 # -> Open(): unable to determine branch for HEAD 22:14:31 # $GIT_DIR = /w/workspace/edgex-go/24/.git 22:14:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/24 22:14:31 # $SEMVER_REMOTE_NAME = origin 22:14:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 22:14:31 # $SEMVER_USER_NAME = edgex-jenkins 22:14:31 # $SEMVER_BRANCH = PR-2970 22:14:31 # $SEMVER_TEMP = /tmp/semver-994355409 22:14:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 22:14:58 # '/tmp/semver-994355409' -> '/w/workspace/edgex-go/24/.semver' 22:14:58 # -> Force: false 22:14:58 # $SEMVER_DIR = /w/workspace/edgex-go/24/.semver [Pipeline] } 22:14:58 $ docker exec --env ******** --env ******** e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 ssh-agent -k 22:14:58 unset SSH_AUTH_SOCK; 22:14:58 unset SSH_AGENT_PID; 22:14:58 echo Agent pid 51 killed; 22:14:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 22:14:58 + git semver [Pipeline] } 22:14:58 $ docker stop --time=1 e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 22:15:00 $ docker rm -f e4fda8c67700013e6da6ee3553f6d4de073b84ea6ccf1bccee39bca42e67fa40 [Pipeline] // withDockerContainer [Pipeline] sh 22:15:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 22:15:01 Stashed 1 file(s) [Pipeline] echo 22:15:01 [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 22:15:02 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 22:15:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:15:03 + sudo service docker restart 22:15:03 + true 22:15:03 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 22:15:03 ========================================================= 22:15:03 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 22:15:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:15:04 + 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 . 22:15:08 Sending build context to Docker daemon 326.7MB 22:15:08 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:15:08 Step 2/6 : FROM ${BASE} 22:15:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 22:15:08 188c0c94c7c5: Pulling fs layer 22:15:08 0ef7d3d256c8: Pulling fs layer 22:15:08 de9db76c5a1d: Pulling fs layer 22:15:08 bca2f99d35d6: Pulling fs layer 22:15:08 93359f2a8cfa: Pulling fs layer 22:15:08 7c6f9722023f: Pulling fs layer 22:15:08 a35cf1a2eb13: Pulling fs layer 22:15:08 bca2f99d35d6: Waiting 22:15:08 93359f2a8cfa: Waiting 22:15:08 7c6f9722023f: Waiting 22:15:08 a35cf1a2eb13: Waiting 22:15:08 de9db76c5a1d: Verifying Checksum 22:15:08 de9db76c5a1d: Download complete 22:15:08 0ef7d3d256c8: Download complete 22:15:08 93359f2a8cfa: Verifying Checksum 22:15:08 93359f2a8cfa: Download complete 22:15:08 188c0c94c7c5: Verifying Checksum 22:15:08 188c0c94c7c5: Download complete 22:15:08 7c6f9722023f: Verifying Checksum 22:15:08 7c6f9722023f: Download complete 22:15:08 188c0c94c7c5: Pull complete 22:15:08 0ef7d3d256c8: Pull complete 22:15:09 de9db76c5a1d: Pull complete 22:15:10 a35cf1a2eb13: Verifying Checksum 22:15:10 a35cf1a2eb13: Download complete 22:15:10 bca2f99d35d6: Verifying Checksum 22:15:10 bca2f99d35d6: Download complete 22:15:16 bca2f99d35d6: Pull complete 22:15:16 93359f2a8cfa: Pull complete 22:15:16 7c6f9722023f: Pull complete 22:15:17 Still waiting to schedule task 22:15:17 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 22:15:20 a35cf1a2eb13: Pull complete 22:15:21 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 22:15:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 22:15:21 ---> a62c8e92a672 22:15:21 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:15:21 ---> Running in ae78c910348c 22:15:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 22:15:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 22:15:22 (1/12) Installing libmagic (5.38-r0) 22:15:23 (2/12) Installing file (5.38-r0) 22:15:23 (3/12) Installing libc-dev (0.7.2-r3) 22:15:23 (4/12) Installing g++ (9.3.0-r2) 22:15:26 (5/12) Installing fortify-headers (1.1-r0) 22:15:26 (6/12) Installing patch (2.7.6-r6) 22:15:26 (7/12) Installing build-base (0.5-r2) 22:15:26 (8/12) Installing libsodium (1.0.18-r0) 22:15:26 (9/12) Installing pkgconf (1.7.2-r0) 22:15:26 (10/12) Installing libsodium-dev (1.0.18-r0) 22:15:26 (11/12) Installing libzmq (4.3.3-r0) 22:15:26 (12/12) Installing zeromq-dev (4.3.3-r0) 22:15:27 Executing busybox-1.31.1-r19.trigger 22:15:27 OK: 233 MiB in 51 packages 22:15:31 Removing intermediate container ae78c910348c 22:15:31 ---> ec49db99f59b 22:15:31 Step 4/6 : WORKDIR /edgex-go 22:15:31 ---> Running in c44329435496 22:15:31 Removing intermediate container c44329435496 22:15:31 ---> f1b1c7d4416a 22:15:31 Step 5/6 : COPY go.mod . 22:15:31 ---> 3ab515821616 22:15:31 Step 6/6 : RUN go mod download 22:15:31 ---> Running in bf8ff464b15b 22:15:53 Removing intermediate container bf8ff464b15b 22:15:53 ---> 4cc73369c922 22:15:53 Successfully built 4cc73369c922 22:15:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 22:15:53 + docker inspect -f . ci-base-image-x86_64 22:15:53 . [Pipeline] withDockerContainer 22:15:53 prd-centos7-docker-4c-2g-20315 does not seem to be running inside a container 22:15:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:15:54 $ docker top ee4ddaa4131b98b3bbac4e296b7f7102a9e105a9626e4bdbfcdea2a4f792d33b -eo pid,comm [Pipeline] { [Pipeline] sh 22:15:55 + go version 22:15:55 go version go1.15.5 linux/amd64 [Pipeline] } 22:15:55 $ docker stop --time=1 ee4ddaa4131b98b3bbac4e296b7f7102a9e105a9626e4bdbfcdea2a4f792d33b 22:15:56 $ docker rm -f ee4ddaa4131b98b3bbac4e296b7f7102a9e105a9626e4bdbfcdea2a4f792d33b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:15:57 + docker inspect -f . ci-base-image-x86_64 22:15:57 . [Pipeline] withDockerContainer 22:15:57 prd-centos7-docker-4c-2g-20315 does not seem to be running inside a container 22:15:57 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 22:15:58 $ docker top 182eb2528f505765f97318dd5fa48796874a3bad0c2b8b623e929e57c9c8e0f8 -eo pid,comm [Pipeline] { [Pipeline] echo 22:15:58 ========================================================= 22:15:58 [edgeXBuildGoParallel] Running Tests and Build... 22:15:58 ========================================================= [Pipeline] sh 22:15:58 + make test 22:15:58 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:16:06 ? github.com/edgexfoundry/edgex-go [no test files] 22:16:25 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:16:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:16:28 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:16:28 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:16:28 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:16:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:16:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:16:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:16:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:16:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:16:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:16:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:16:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:16:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:16:34 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.125s coverage: 46.6% of statements 22:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:16:34 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.201s coverage: 27.0% of statements 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.030s coverage: 100.0% of statements 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.045s coverage: 100.0% of statements 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.108s coverage: 67.9% of statements 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.134s coverage: 82.3% of statements 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.345s coverage: 28.6% of statements 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:16:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.042s coverage: 100.0% of statements 22:16:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:16:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements 22:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:16:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.112s coverage: 97.5% of statements 22:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:16:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements 22:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:16:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:16:43 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.382s coverage: 93.2% of statements 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:16:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.031s coverage: 58.8% of statements 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:16:43 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.1% of statements 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:16:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.037s coverage: 43.8% of statements 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 22:16:43 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:16:43 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:16:53 Expected timed out due to no TCP server 22:16:53 ================== 22:16:53 WARNING: DATA RACE 22:16:53 Read at 0x00c000212343 by goroutine 38: 22:16:53 testing.(*common).Fail() 22:16:53 /usr/local/go/src/testing/testing.go:687 +0xd0 22:16:53 testing.(*common).Errorf() 22:16:53 /usr/local/go/src/testing/testing.go:794 +0x9d 22:16:53 testing.(*T).Errorf() 22:16:53 :1 +0x75 22:16:53 github.com/stretchr/testify/assert.Fail() 22:16:53 /go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:262 +0x3a1 22:16:53 github.com/stretchr/testify/assert.True() 22:16:53 /go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:657 +0xc4 22:16:53 github.com/stretchr/testify/require.True() 22:16:53 /go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require.go:1544 +0xca 22:16:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp.TestStartListener.func2() 22:16:53 /w/workspace/edgex-go/24/internal/security/bootstrapper/tcp/listener_test.go:43 +0xe6 22:16:53 22:16:53 Previous write at 0x00c000212343 by goroutine 36: 22:16:53 testing.tRunner.func1() 22:16:53 /usr/local/go/src/testing/testing.go:1109 +0x484 22:16:53 testing.tRunner() 22:16:53 /usr/local/go/src/testing/testing.go:1127 +0x22a 22:16:53 22:16:53 Goroutine 38 (running) created at: 22:16:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp.TestStartListener() 22:16:53 /w/workspace/edgex-go/24/internal/security/bootstrapper/tcp/listener_test.go:37 +0x1ab 22:16:53 testing.tRunner() 22:16:53 /usr/local/go/src/testing/testing.go:1123 +0x202 22:16:53 22:16:53 Goroutine 36 (running) created at: 22:16:53 testing.(*T).Run() 22:16:53 /usr/local/go/src/testing/testing.go:1168 +0x5bb 22:16:53 testing.runTests.func1() 22:16:53 /usr/local/go/src/testing/testing.go:1439 +0xa6 22:16:53 testing.tRunner() 22:16:53 /usr/local/go/src/testing/testing.go:1123 +0x202 22:16:53 testing.runTests() 22:16:53 /usr/local/go/src/testing/testing.go:1437 +0x612 22:16:53 testing.(*M).Run() 22:16:53 /usr/local/go/src/testing/testing.go:1345 +0x3b3 22:16:53 main.main() 22:16:53 _testmain.go:101 +0x356 22:16:53 ================== 22:16:53 panic: Fail in goroutine after TestStartListener has completed 22:16:53 22:16:53 goroutine 55 [running]: 22:16:53 testing.(*common).Fail(0xc000212300) 22:16:53 /usr/local/go/src/testing/testing.go:688 +0x20e 22:16:53 testing.(*common).Errorf(0xc000212300, 0x72b9b1, 0x3, 0xc00004f2b0, 0x1, 0x1) 22:16:53 /usr/local/go/src/testing/testing.go:794 +0x9e 22:16:53 github.com/stretchr/testify/assert.Fail(0x7f92ee416028, 0xc000212300, 0x72e9cc, 0xe, 0x0, 0x0, 0x0, 0x58cf00) 22:16:53 /go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:262 +0x3a2 22:16:53 github.com/stretchr/testify/assert.True(0x7f92ee416028, 0xc000212300, 0xc000212300, 0x0, 0x0, 0x0, 0xc000200178) 22:16:53 /go/pkg/mod/github.com/stretchr/testify@v1.6.1/assert/assertions.go:657 +0xc5 22:16:53 github.com/stretchr/testify/require.True(0x779740, 0xc000212300, 0x3000, 0x0, 0x0, 0x0) 22:16:53 /go/pkg/mod/github.com/stretchr/testify@v1.6.1/require/require.go:1544 +0xcb 22:16:53 github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp.TestStartListener.func2(0xc000202300, 0x3039, 0xc000200170, 0xc000212300) 22:16:53 /w/workspace/edgex-go/24/internal/security/bootstrapper/tcp/listener_test.go:43 +0xe7 22:16:53 created by github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp.TestStartListener 22:16:53 /w/workspace/edgex-go/24/internal/security/bootstrapper/tcp/listener_test.go:37 +0x1ac 22:16:53 FAIL github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 10.040s 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.055s coverage: 75.5% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.030s coverage: 80.8% of statements 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.039s coverage: 84.2% of statements 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.076s coverage: 91.4% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.270s coverage: 84.0% of statements 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.036s coverage: 100.0% of statements 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.124s coverage: 47.1% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.046s coverage: 100.0% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.675s coverage: 29.1% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.043s coverage: 100.0% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/system 0.031s coverage: 0.0% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.045s coverage: 87.9% of statements 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:16:53 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 22:16:53 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 22:16:53 FAIL 22:16:53 make: *** [Makefile:98: test] Error 1 [Pipeline] } 22:16:53 $ docker stop --time=1 182eb2528f505765f97318dd5fa48796874a3bad0c2b8b623e929e57c9c8e0f8 22:16:55 $ docker rm -f 182eb2528f505765f97318dd5fa48796874a3bad0c2b8b623e929e57c9c8e0f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 22:16:57 Failed in branch amd64 22:17:11 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20316 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws 22:17:11 Running in /w/workspace/edgex-go/24 [Pipeline] { [Pipeline] checkout 22:17:16 using credential edgex-jenkins-ssh 22:17:16 Cloning the remote Git repository 22:17:16 Cloning repository git@github.com:edgexfoundry/edgex-go.git 22:17:17 > git init /w/workspace/edgex-go/24 # timeout=10 22:17:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:17:17 > git --version # timeout=10 22:17:17 > git --version # 'git version 2.17.1' 22:17:17 using GIT_SSH to set credentials SSH Credentials for GitHub 22:17:17 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 22:17:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:17:31 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 22:17:31 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 22:17:31 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 22:17:31 using GIT_SSH to set credentials SSH Credentials for GitHub 22:17:31 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 22:17:32 Merging remotes/origin/master commit 60451040515ee9eeb901ca3bb1c4662a631f475e into PR head commit eec1fc97adfe7334b0b6c27c3c0213c68a68466c 22:17:33 Merge succeeded, producing eec1fc97adfe7334b0b6c27c3c0213c68a68466c 22:17:33 Checking out Revision eec1fc97adfe7334b0b6c27c3c0213c68a68466c (PR-2970) 22:17:32 > git config core.sparsecheckout # timeout=10 22:17:32 > git checkout -f eec1fc97adfe7334b0b6c27c3c0213c68a68466c # timeout=10 22:17:33 > git remote # timeout=10 22:17:33 > git config --get remote.origin.url # timeout=10 22:17:33 using GIT_SSH to set credentials SSH Credentials for GitHub 22:17:33 > git merge 60451040515ee9eeb901ca3bb1c4662a631f475e # timeout=10 22:17:33 > git rev-parse HEAD^{commit} # timeout=10 22:17:33 > git config core.sparsecheckout # timeout=10 22:17:33 > git checkout -f eec1fc97adfe7334b0b6c27c3c0213c68a68466c # timeout=10 22:17:37 Commit message: "feat(security): Address another PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 22:17:39 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 22:17:39 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 22:17:40 + sudo service docker restart+ true 22:17:40 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 22:17:42 provisioning config files... 22:17:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/24@tmp/config6950099846800304554tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 22:17:42 ---> docker-login.sh 22:17:42 nexus3.edgexfoundry.org:10001 22:17:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:44 Configure a credential helper to remove this warning. See 22:17:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:44 22:17:44 Login Succeeded 22:17:44 nexus3.edgexfoundry.org:10002 22:17:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:44 Configure a credential helper to remove this warning. See 22:17:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:44 22:17:44 Login Succeeded 22:17:44 nexus3.edgexfoundry.org:10003 22:17:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:45 Configure a credential helper to remove this warning. See 22:17:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:45 22:17:45 Login Succeeded 22:17:45 nexus3.edgexfoundry.org:10004 22:17:45 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:45 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:45 Configure a credential helper to remove this warning. See 22:17:45 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:45 22:17:45 Login Succeeded 22:17:45 docker.io 22:17:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 22:17:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 22:17:46 Configure a credential helper to remove this warning. See 22:17:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 22:17:46 22:17:46 Login Succeeded 22:17:46 ---> docker-login.sh ends [Pipeline] } 22:17:46 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 22:17:47 ========================================================= 22:17:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 22:17:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 22:17:47 + 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 . 22:17:50 Sending build context to Docker daemon 165.7MB 22:17:50 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 22:17:50 Step 2/6 : FROM ${BASE} 22:17:50 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 22:17:50 5f621e34cdf4: Pulling fs layer 22:17:50 a4357932f1b6: Pulling fs layer 22:17:50 18c013af1878: Pulling fs layer 22:17:50 00ac8860ef70: Pulling fs layer 22:17:50 63d7cb157983: Pulling fs layer 22:17:50 b116817d02f9: Pulling fs layer 22:17:50 745a02a5169b: Pulling fs layer 22:17:50 00ac8860ef70: Waiting 22:17:50 63d7cb157983: Waiting 22:17:50 b116817d02f9: Waiting 22:17:50 745a02a5169b: Waiting 22:17:50 18c013af1878: Verifying Checksum 22:17:50 18c013af1878: Download complete 22:17:50 a4357932f1b6: Download complete 22:17:50 63d7cb157983: Verifying Checksum 22:17:50 63d7cb157983: Download complete 22:17:50 5f621e34cdf4: Verifying Checksum 22:17:50 5f621e34cdf4: Download complete 22:17:50 b116817d02f9: Verifying Checksum 22:17:50 b116817d02f9: Download complete 22:17:50 5f621e34cdf4: Pull complete 22:17:50 a4357932f1b6: Pull complete 22:17:51 18c013af1878: Pull complete 22:17:52 745a02a5169b: Verifying Checksum 22:17:52 745a02a5169b: Download complete 22:17:53 00ac8860ef70: Verifying Checksum 22:17:53 00ac8860ef70: Download complete 22:18:04 00ac8860ef70: Pull complete 22:18:04 63d7cb157983: Pull complete 22:18:04 b116817d02f9: Pull complete 22:18:08 745a02a5169b: Pull complete 22:18:08 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 22:18:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 22:18:08 ---> b7e6874047d6 22:18:08 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 22:18:11 ---> Running in 2acce8d36136 22:18:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:18:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:18:14 (1/12) Installing libmagic (5.38-r0) 22:18:14 (2/12) Installing file (5.38-r0) 22:18:14 (3/12) Installing libc-dev (0.7.2-r3) 22:18:14 (4/12) Installing g++ (9.3.0-r2) 22:18:20 (5/12) Installing fortify-headers (1.1-r0) 22:18:20 (6/12) Installing patch (2.7.6-r6) 22:18:20 (7/12) Installing build-base (0.5-r2) 22:18:20 (8/12) Installing libsodium (1.0.18-r0) 22:18:20 (9/12) Installing pkgconf (1.7.2-r0) 22:18:20 (10/12) Installing libsodium-dev (1.0.18-r0) 22:18:20 (11/12) Installing libzmq (4.3.3-r0) 22:18:20 (12/12) Installing zeromq-dev (4.3.3-r0) 22:18:20 Executing busybox-1.31.1-r19.trigger 22:18:20 OK: 217 MiB in 51 packages 22:18:25 Removing intermediate container 2acce8d36136 22:18:25 ---> f551ed56021e 22:18:25 Step 4/6 : WORKDIR /edgex-go 22:18:25 ---> Running in 30c7a9ba60f7 22:18:25 Removing intermediate container 30c7a9ba60f7 22:18:25 ---> 8cd0cd53d139 22:18:25 Step 5/6 : COPY go.mod . 22:18:25 ---> 2f38d08a9b00 22:18:25 Step 6/6 : RUN go mod download 22:18:26 ---> Running in 46a5c1fa7fd7 22:18:53 Removing intermediate container 46a5c1fa7fd7 22:18:53 ---> e55af7e7f5b4 22:18:53 Successfully built e55af7e7f5b4 22:18:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:18:53 + docker inspect -f . ci-base-image-arm64 22:18:53 . [Pipeline] withDockerContainer 22:18:53 prd-ubuntu18.04-docker-arm64-4c-16g-20316 does not seem to be running inside a container 22:18:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:18:55 $ docker top 27752cbf5b38b579fbece43f9091a83a074589e0c0e026ba8824b09c55365544 -eo pid,comm [Pipeline] { [Pipeline] sh 22:18:56 + go version 22:18:56 go version go1.15.5 linux/arm64 [Pipeline] } 22:18:56 $ docker stop --time=1 27752cbf5b38b579fbece43f9091a83a074589e0c0e026ba8824b09c55365544 22:18:58 $ docker rm -f 27752cbf5b38b579fbece43f9091a83a074589e0c0e026ba8824b09c55365544 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:18:59 + docker inspect -f . ci-base-image-arm64 22:18:59 . [Pipeline] withDockerContainer 22:18:59 prd-ubuntu18.04-docker-arm64-4c-16g-20316 does not seem to be running inside a container 22:18:59 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 22:19:00 $ docker top d1c9775956c5cbc4b10f7fcc8df619f5e5d045314bf9eaebae67538b48cc43d0 -eo pid,comm [Pipeline] { [Pipeline] echo 22:19:01 ========================================================= 22:19:01 [edgeXBuildGoParallel] Running Tests and Build... 22:19:01 ========================================================= [Pipeline] sh 22:19:01 + make test 22:19:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 22:19:23 ? github.com/edgexfoundry/edgex-go [no test files] 22:20:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 22:20:25 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 22:20:25 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 22:20:25 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 22:20:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 22:20:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 22:20:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 22:20:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 22:20:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 22:20:25 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 22:20:26 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 22:20:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 22:20:33 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 22:20:33 ? github.com/edgexfoundry/edgex-go/internal [no test files] 22:20:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.261s coverage: 46.6% of statements 22:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 22:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 22:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 22:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 22:20:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 22:20:45 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.497s coverage: 27.0% of statements 22:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 22:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 22:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 22:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 22:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 22:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 22:20:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 22:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 22:20:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 22:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 22:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 22:20:45 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.248s coverage: 67.9% of statements 22:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 22:20:45 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 22:20:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.770s coverage: 82.3% of statements 22:20:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 22:20:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 22:20:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 22:20:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 22:20:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.109s coverage: 28.6% of statements 22:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 22:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 22:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 22:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 22:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 22:20:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements 22:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 22:20:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.148s coverage: 100.0% of statements 22:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 22:20:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.311s coverage: 86.7% of statements 22:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 22:20:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.350s coverage: 97.5% of statements 22:20:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 22:20:55 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 78.3% of statements 22:20:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 22:20:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 22:20:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 22:20:55 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 22:21:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.025s coverage: 93.2% of statements 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 22:21:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 22:21:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.180s coverage: 0.1% of statements 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 22:21:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.080s coverage: 43.8% of statements 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] 22:21:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.131s coverage: 87.5% of statements 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 22:21:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 16.091s coverage: 90.2% of statements 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.108s coverage: 75.5% of statements 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.8% of statements 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.133s coverage: 87.2% of statements 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.153s coverage: 91.4% of statements 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.462s coverage: 63.5% of statements 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.081s coverage: 91.3% of statements 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.055s coverage: 100.0% of statements 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.698s coverage: 68.9% of statements 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.315s coverage: 37.0% of statements 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 22:21:18 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 22:21:18 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.565s coverage: 84.0% of statements 22:21:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements 22:21:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.332s coverage: 47.1% of statements 22:21:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 22:21:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 22:21:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 22:21:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 22:21:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 22:21:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.133s coverage: 100.0% of statements 22:21:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 22:21:25 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.106s coverage: 100.0% of statements 22:21:25 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 22:21:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.070s coverage: 29.1% of statements 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 22:21:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.192s coverage: 99.0% of statements 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 22:21:31 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.106s coverage: 100.0% of statements 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 22:21:31 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 22:21:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.062s coverage: 100.0% of statements 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 22:21:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 22:21:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 22:21:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 22:21:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 22:21:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 22:21:32 GO111MODULE=on go vet ./... 22:22:40 gofmt -l . 22:22:41 [ "`gofmt -l .`" = "" ] 22:22:43 ./bin/test-go-mod-tidy.sh 22:22:44 ./bin/test-attribution-txt.sh [Pipeline] sh 22:22:45 + ls -al . 22:22:45 total 688 22:22:45 drwxrwxr-x 9 1001 1001 4096 Jan 14 22:22 . 22:22:45 drwxr-xr-x 4 root root 4096 Jan 14 22:19 .. 22:22:45 -rw-rw-r-- 1 1001 1001 11 Jan 14 22:17 .dockerignore 22:22:45 drwxrwxr-x 8 1001 1001 4096 Jan 14 22:17 .git 22:22:45 drwxrwxr-x 3 1001 1001 4096 Jan 14 22:17 .github 22:22:45 -rw-rw-r-- 1 1001 1001 872 Jan 14 22:17 .gitignore 22:22:45 -rw-rw-r-- 1 1001 1001 166 Jan 14 22:17 .sonarcloud.properties 22:22:45 -rw-rw-r-- 1 1001 1001 7841 Jan 14 22:17 Attribution.txt 22:22:45 -rw-rw-r-- 1 1001 1001 3804 Jan 14 22:17 CONTRIBUTING.md 22:22:45 -rw-rw-r-- 1 1001 1001 931 Jan 14 22:17 Dockerfile.build 22:22:45 -rw-rw-r-- 1 1001 1001 863 Jan 14 22:17 Jenkinsfile 22:22:45 -rw-rw-r-- 1 1001 1001 10775 Jan 14 22:17 LICENSE 22:22:45 -rw-rw-r-- 1 1001 1001 6001 Jan 14 22:17 Makefile 22:22:45 -rw-rw-r-- 1 1001 1001 6524 Jan 14 22:17 README.md 22:22:45 -rw-rw-r-- 1 1001 1001 6744 Jan 14 22:17 SECURITY.md 22:22:45 -rw-rw-r-- 1 1001 1001 5 Jan 14 22:15 VERSION 22:22:45 -rw-rw-r-- 1 1001 1001 4131 Jan 14 22:17 ZMQWindows.md 22:22:45 drwxrwxr-x 2 1001 1001 4096 Jan 14 22:17 bin 22:22:45 drwxrwxr-x 15 1001 1001 4096 Jan 14 22:17 cmd 22:22:45 -rw-r--r-- 1 root root 555492 Jan 14 22:21 coverage.out 22:22:45 -rw-r--r-- 1 root root 1005 Jan 14 22:22 go.mod 22:22:45 -rw-r--r-- 1 root root 19189 Jan 14 22:22 go.sum 22:22:45 drwxrwxr-x 8 1001 1001 4096 Jan 14 22:17 internal 22:22:45 drwxrwxr-x 4 1001 1001 4096 Jan 14 22:17 openapi 22:22:45 drwxrwxr-x 4 1001 1001 4096 Jan 14 22:17 snap 22:22:45 -rw-rw-r-- 1 1001 1001 168 Jan 14 22:17 version.go [Pipeline] sh 22:22:46 + '[' -e coverage.out ] 22:22:46 + chown 1001:1001 coverage.out [Pipeline] stash 22:22:47 Stashed 1 file(s) [Pipeline] sh 22:22:48 + make build 22:22:48 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 22:22:58 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 22:23: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 22:23:22 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 22:23:27 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 22:23:28 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 22:23: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 22:23: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 22:23:40 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 22:23:44 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 22:23:47 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 22:23:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:23:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 22:24:01 $ docker stop --time=1 d1c9775956c5cbc4b10f7fcc8df619f5e5d045314bf9eaebae67538b48cc43d0 22:24:03 $ docker rm -f d1c9775956c5cbc4b10f7fcc8df619f5e5d045314bf9eaebae67538b48cc43d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:24:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:24:09 22:24:09 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 22:24:09 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:24:10 latest: Pulling from edgex-devops/edgex-compose-arm64 22:24:10 29e5d40040c1: Pulling fs layer 22:24:10 1ce36da41761: Pulling fs layer 22:24:10 25b303627fd3: Pulling fs layer 22:24:10 29e5d40040c1: Verifying Checksum 22:24:10 29e5d40040c1: Download complete 22:24:11 1ce36da41761: Verifying Checksum 22:24:11 1ce36da41761: Download complete 22:24:11 29e5d40040c1: Pull complete 22:24:12 1ce36da41761: Pull complete 22:24:12 25b303627fd3: Verifying Checksum 22:24:12 25b303627fd3: Download complete 22:24:23 25b303627fd3: Pull complete 22:24:23 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 22:24:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:24:23 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 22:24:23 prd-ubuntu18.04-docker-arm64-4c-16g-20316 does not seem to be running inside a container 22:24:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:24:26 $ docker top bb5dafb9c64321ffe6a5828969c775458efb907a3df618911d8043292fb60c41 -eo pid,comm [Pipeline] { [Pipeline] sh 22:24:27 + docker-compose build --help 22:24:27 + grep parallel 22:24:30 --parallel Build images in parallel. [Pipeline] } 22:24:31 $ docker stop --time=1 bb5dafb9c64321ffe6a5828969c775458efb907a3df618911d8043292fb60c41 22:24:33 $ docker rm -f bb5dafb9c64321ffe6a5828969c775458efb907a3df618911d8043292fb60c41 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 22:24:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 22:24:34 . [Pipeline] withDockerContainer 22:24:34 prd-ubuntu18.04-docker-arm64-4c-16g-20316 does not seem to be running inside a container 22:24:34 $ 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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 22:24:35 $ docker top f7e92f62d998bff81f0f7e1ae089b5e2247bfddc379a766a8a0748dcdb22557b -eo pid,comm [Pipeline] { [Pipeline] sh 22:24:36 + docker-compose -f ./docker-compose-build.yml build --parallel 22:24:41 Building docker-core-command-go ... 22:24:41 Building docker-core-data-go ... 22:24:41 Building docker-core-metadata-go ... 22:24:41 Building docker-security-bootstrapper-go ... 22:24:41 Building docker-security-proxy-setup-go ... 22:24:41 Building docker-security-secretstore-setup-go ... 22:24:41 Building docker-support-notifications-go ... 22:24:41 Building docker-support-scheduler-go ... 22:24:41 Building docker-sys-mgmt-agent-go ... 22:24:41 Building docker-security-proxy-setup-go 22:24:41 Building docker-security-secretstore-setup-go 22:24:41 Building docker-support-scheduler-go 22:24:41 Building docker-core-metadata-go 22:24:41 Building docker-core-command-go 22:26:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:26:02 ---> e55af7e7f5b4 22:26:02 Step 3/23 : WORKDIR /edgex-go 22:26:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:26:02 ---> e55af7e7f5b4 22:26:02 Step 3/23 : WORKDIR /edgex-go 22:26:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 22:26:02 ---> e55af7e7f5b4 22:26:02 Step 3/24 : WORKDIR /edgex-go 22:26:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 22:26:02 ---> e55af7e7f5b4 22:26:02 Step 3/21 : WORKDIR /edgex-go 22:26:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:26:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:26:02 ---> e55af7e7f5b4 22:26:02 Step 3/22 : WORKDIR /edgex-go 22:26:02 ---> Running in 5e172fdf5238 22:26:02 ---> Running in 63b375234c8f 22:26:02 ---> Running in 584b452533ca 22:26:02 ---> Running in 93bc1000e4db 22:26:02 ---> Running in 384081f6942d 22:26:02 Removing intermediate container 384081f6942d 22:26:02 ---> 57827df808b9 22:26:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:02 Removing intermediate container 584b452533ca 22:26:02 ---> 4859fc78e39c 22:26:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:02 Removing intermediate container 63b375234c8f 22:26:02 ---> f511e14452c8 22:26:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:02 Removing intermediate container 93bc1000e4db 22:26:02 ---> 7a89df02e65e 22:26:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:02 Removing intermediate container 5e172fdf5238 22:26:02 ---> f8e4e90cc4b8 22:26:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:26:02 ---> Running in ef0046975132 22:26:02 ---> Running in 6f6ffe49a98f 22:26:02 ---> Running in 8b70e393324d 22:26:02 ---> Running in 94bcb0e31da0 22:26:02 ---> Running in 04fc8f43392f 22:26:02 Removing intermediate container ef0046975132 22:26:02 ---> 3c1ff7c4d753 22:26:02 Step 5/22 : RUN apk add --update --no-cache make git 22:26:02 ---> Running in 3226e9afca22 22:26:02 Removing intermediate container 8b70e393324d 22:26:02 ---> 8c07f82f073b 22:26:02 Step 5/23 : RUN apk add --update --no-cache make git 22:26:02 Removing intermediate container 6f6ffe49a98f 22:26:02 ---> a3cfe6146125 22:26:02 Step 5/21 : RUN apk add --update --no-cache make git 22:26:02 ---> Running in 697d4f579d23 22:26:02 Removing intermediate container 94bcb0e31da0 22:26:02 ---> 14df521f45aa 22:26:02 Step 5/23 : RUN apk add --update --no-cache make git 22:26:02 ---> Running in 888c63f54776 22:26:02 Removing intermediate container 04fc8f43392f 22:26:02 ---> f34477e723f6 22:26:02 Step 5/24 : RUN apk add --update --no-cache make git 22:26:02 ---> Running in 162825f80074 22:26:02 ---> Running in b3845fb28684 22:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:02 OK: 217 MiB in 51 packages 22:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:26:03 OK: 217 MiB in 51 packages 22:26:03 OK: 217 MiB in 51 packages 22:26:04 OK: 217 MiB in 51 packages 22:26:04 OK: 217 MiB in 51 packages 22:26:04 Removing intermediate container 3226e9afca22 22:26:04 ---> d11cd34a552b 22:26:04 Step 6/22 : COPY go.mod . 22:26:04 Removing intermediate container 697d4f579d23 22:26:04 ---> 60d866bc1afe 22:26:04 Step 6/23 : COPY go.mod . 22:26:05 Removing intermediate container 888c63f54776 22:26:05 ---> 48a7cc262d81 22:26:05 Step 6/21 : COPY go.mod . 22:26:05 Removing intermediate container 162825f80074 22:26:05 ---> eed3a4aa92dd 22:26:05 Step 6/23 : COPY go.mod . 22:26:05 ---> 283490e0aba5 22:26:05 Step 7/22 : RUN go mod download 22:26:05 Removing intermediate container b3845fb28684 22:26:05 ---> 2c28e1519d47 22:26:05 Step 6/24 : COPY go.mod . 22:26:06 ---> Running in 201e48188c32 22:26:06 ---> 23b6f45a917d 22:26:06 Step 7/23 : RUN go mod download 22:26:06 ---> Running in 2203d84e5089 22:26:06 ---> 1d0b990b176f 22:26:06 Step 7/21 : RUN go mod download 22:26:06 ---> Running in 498a3bc20f51 22:26:06 ---> 9100e06267d1 22:26:06 Step 7/23 : RUN go mod download 22:26:06 ---> 3f89c21b5222 22:26:06 Step 7/24 : RUN go mod download 22:26:06 ---> Running in af92844a051e 22:26:07 ---> Running in 52fa794ebc3b 22:26:10 Removing intermediate container 201e48188c32 22:26:10 ---> dba201bbbfb5 22:26:10 Step 8/22 : COPY . . 22:26:10 Removing intermediate container 2203d84e5089 22:26:10 ---> 4d2b9e6c6c61 22:26:10 Step 8/23 : COPY . . 22:26:11 Removing intermediate container 498a3bc20f51 22:26:11 ---> 34caca3a7d45 22:26:11 Step 8/21 : COPY . . 22:26:12 Removing intermediate container af92844a051e 22:26:12 ---> 349c1eb9ec41 22:26:12 Step 8/23 : COPY . . 22:26:12 Removing intermediate container 52fa794ebc3b 22:26:12 ---> 3057b81cc94a 22:26:12 Step 8/24 : COPY . . 22:26:38 ---> 28c8dd54a520 22:26:38 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 22:26:38 ---> 11bd35b27789 22:26:38 Step 9/23 : RUN make cmd/core-metadata/core-metadata 22:26:38 ---> f683e975646c 22:26:38 Step 9/23 : RUN make cmd/core-command/core-command 22:26:38 ---> dfdb48d49649 22:26:38 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 22:26:38 ---> Running in ea2ff36f2b9e 22:26:38 ---> Running in e3a9e8f6fa53 22:26:38 ---> 608591625a09 22:26:38 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 22:26:38 ---> Running in 3a62bad1b3f1 22:26:38 ---> Running in 8d146d9fdd40 22:26:38 ---> Running in b5b86635fffa 22:26:38 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 22:26:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 22:26:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 22:26:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 22:26: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 22:28:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 22:28:01 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 22:28:13 Removing intermediate container b5b86635fffa 22:28:13 ---> ffd9f4a8c916 22:28:13 22:28:13 Step 10/24 : FROM alpine:3.12 22:28:13 3.12: Pulling from library/alpine 22:28:14 Removing intermediate container 8d146d9fdd40 22:28:14 ---> 0795013939ab 22:28:14 22:28:14 Step 10/21 : FROM alpine:3.12 22:28:14 3.12: Pulling from library/alpine 22:28:14 Removing intermediate container e3a9e8f6fa53 22:28:14 ---> 0446f60101ce 22:28:14 22:28:14 Step 10/22 : FROM alpine:3.12 22:28:14 3.12: Pulling from library/alpine 22:28:14 Removing intermediate container 3a62bad1b3f1 22:28:14 ---> 34edaf596cd4 22:28:14 22:28:14 Step 10/23 : FROM alpine:3.12 22:28:14 3.12: Pulling from library/alpine 22:28:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:28:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:28:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:28:14 Status: Downloaded newer image for alpine:3.12 22:28:14 Status: Image is up to date for alpine:3.12 22:28:14 Status: Downloaded newer image for alpine:3.12 22:28:14 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 22:28:14 Status: Image is up to date for alpine:3.12 22:28:14 ---> afeebe901d6b 22:28:14 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 22:28:14 ---> afeebe901d6b 22:28:14 Step 11/21 : RUN apk add --update --no-cache curl 22:28:14 ---> afeebe901d6b 22:28:14 Step 11/22 : RUN apk add --update --no-cache dumb-init 22:28:14 ---> afeebe901d6b 22:28:14 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:28:15 ---> Running in 3ff7a4a78819 22:28:15 ---> Running in e906fb7a22fe 22:28:15 ---> Running in 8088bc925c68 22:28:15 ---> Running in 44133081f843 22:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:28:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:28:18 (1/4) Installing ca-certificates (20191127-r4) 22:28:18 (2/4) Installing nghttp2-libs (1.41.0-r0) 22:28:18 (3/4) Installing libcurl (7.69.1-r3) 22:28:18 (4/4) Installing curl (7.69.1-r3) 22:28:18 (1/1) Installing dumb-init (1.2.2-r1) 22:28:18 Executing busybox-1.31.1-r19.trigger 22:28:18 Executing busybox-1.31.1-r19.trigger 22:28:18 OK: 5 MiB in 15 packages 22:28:18 Executing ca-certificates-20191127-r4.trigger 22:28:18 (1/1) Installing dumb-init (1.2.2-r1) 22:28:18 Executing busybox-1.31.1-r19.trigger 22:28:18 OK: 5 MiB in 15 packages 22:28:18 OK: 7 MiB in 18 packages 22:28:18 (1/5) Installing ca-certificates (20191127-r4) 22:28:18 (2/5) Installing nghttp2-libs (1.41.0-r0) 22:28:18 (3/5) Installing libcurl (7.69.1-r3) 22:28:19 (4/5) Installing curl (7.69.1-r3) 22:28:19 (5/5) Installing dumb-init (1.2.2-r1) 22:28:19 Executing busybox-1.31.1-r19.trigger 22:28:19 Executing ca-certificates-20191127-r4.trigger 22:28:19 OK: 7 MiB in 19 packages 22:28:20 Removing intermediate container 8088bc925c68 22:28:20 ---> 36eb2353ddd4 22:28:20 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:28:20 ---> Running in 3c1597ff3377 22:28:21 Removing intermediate container 44133081f843 22:28:21 ---> edc21e190ea5 22:28:21 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:28:21 ---> Running in 0a0937933fd6 22:28:21 Removing intermediate container 3c1597ff3377 22:28:21 ---> 7760bf786c58 22:28:21 Step 13/23 : ENV APP_PORT=48082 22:28:22 Removing intermediate container 3ff7a4a78819 22:28:22 ---> d264bbd94562 22:28:22 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:28:22 Removing intermediate container e906fb7a22fe 22:28:22 ---> 14fc72240559 22:28:22 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 22:28:22 ---> Running in 0950fe433fb0 22:28:22 Removing intermediate container 0a0937933fd6 22:28:22 ---> 04901aafd358 22:28:22 Step 13/22 : ENV APP_PORT=48085 22:28:22 ---> Running in 6782597b2c20 22:28:22 ---> Running in dd2fe2b0e9ff 22:28:22 ---> Running in 84a30c5034cd 22:28:23 Removing intermediate container 0950fe433fb0 22:28:23 ---> c6e44a9e83aa 22:28:23 Step 14/23 : EXPOSE $APP_PORT 22:28:23 Removing intermediate container dd2fe2b0e9ff 22:28:23 ---> 61059b1dee2a 22:28:23 Step 13/21 : WORKDIR /edgex 22:28:23 ---> Running in cac5cfe81da6 22:28:23 Removing intermediate container 6782597b2c20 22:28:23 ---> 895bff2ed01a 22:28:23 Step 13/24 : WORKDIR / 22:28:23 ---> Running in 97cc47e90603 22:28:23 Removing intermediate container 84a30c5034cd 22:28:23 ---> 4732a47c3b1e 22:28:23 Step 14/22 : EXPOSE $APP_PORT 22:28:24 Removing intermediate container ea2ff36f2b9e 22:28:24 ---> 0a8fb56a3677 22:28:24 22:28:24 Step 10/23 : FROM alpine:3.12 22:28:24 ---> afeebe901d6b 22:28:24 Step 11/23 : RUN apk add --update --no-cache dumb-init 22:28:24 ---> Using cache 22:28:24 ---> edc21e190ea5 22:28:24 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 22:28:24 ---> Using cache 22:28:24 ---> 04901aafd358 22:28:24 Step 13/23 : ENV APP_PORT=48081 22:28:24 ---> Running in ad5e668a31ec 22:28:24 ---> Running in 072d53755f08 22:28:24 ---> Running in 44ede99846b3 22:28:24 Removing intermediate container cac5cfe81da6 22:28:24 ---> dd2a15dc6f68 22:28:24 Step 15/23 : WORKDIR / 22:28:24 ---> Running in bdca3304e090 22:28:24 Removing intermediate container 97cc47e90603 22:28:24 ---> 92b9f5460cbc 22:28:24 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 22:28:24 Removing intermediate container 44ede99846b3 22:28:24 ---> 96e39572385b 22:28:24 Step 14/23 : EXPOSE $APP_PORT 22:28:24 Removing intermediate container ad5e668a31ec 22:28:24 ---> c0a583acccf3 22:28:24 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 22:28:24 Removing intermediate container 072d53755f08 22:28:24 ---> 3ac9ffde181e 22:28:24 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:25 ---> Running in 8f80a76fba93 22:28:25 Removing intermediate container bdca3304e090 22:28:25 ---> 5e3f3723b5ad 22:28:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:25 ---> 803c4cebeddb 22:28:25 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 22:28:26 Removing intermediate container 8f80a76fba93 22:28:26 ---> 5d832cbca340 22:28:26 Step 15/23 : WORKDIR / 22:28:26 ---> 76cfec72a638 22:28:26 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 22:28:26 ---> Running in 743b2b5a4f9d 22:28:26 ---> 93ae33bb44a8 22:28:26 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 22:28:26 ---> 11706fc79ed6 22:28:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 22:28:27 Removing intermediate container 743b2b5a4f9d 22:28:27 ---> 98c8660c8cb6 22:28:27 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:28:27 ---> 12fb5cce2a99 22:28:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 22:28:27 ---> 335763e8c1f5 22:28:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 22:28:27 ---> b03c35f4bbb8 22:28:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 22:28:28 ---> 57262d1478d6 22:28:28 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 22:28:28 ---> e543f527c7f5 22:28:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 22:28:28 ---> a15b46643798 22:28:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 22:28:29 ---> 82104487edc8 22:28:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 22:28:29 ---> a3e938847366 22:28:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 22:28:29 ---> Running in 1e6130444c76 22:28:29 ---> 884a95ac6b44 22:28:29 Step 19/23 : ENTRYPOINT ["/core-command"] 22:28:30 ---> Running in 7538c48cef7a 22:28:30 ---> Running in 8939bba95928 22:28:30 ---> 541b50b44464 22:28:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 22:28:30 ---> cbe1417e151e 22:28:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 22:28:30 Removing intermediate container 1e6130444c76 22:28:30 ---> abd1202d51ae 22:28:30 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:30 ---> Running in 0e0c2814c13e 22:28:31 Removing intermediate container 7538c48cef7a 22:28:31 ---> e774e7e96a37 22:28:31 Step 18/21 : CMD ["--init=true"] 22:28:31 ---> Running in a2b53eae3e8b 22:28:31 Removing intermediate container 8939bba95928 22:28:31 ---> 916a5906f86b 22:28:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:31 Removing intermediate container 0e0c2814c13e 22:28:31 ---> d9a437625ffc 22:28:31 Step 20/22 : LABEL arch=arm64 22:28:31 ---> Running in 809206a31afa 22:28:32 ---> Running in b6a1ceb59567 22:28:32 ---> e55ecb8bbd42 22:28:32 Step 19/23 : ENTRYPOINT ["/core-metadata"] 22:28:32 Removing intermediate container a2b53eae3e8b 22:28:32 ---> 65116c4f3b5e 22:28:32 Step 19/21 : LABEL arch=arm64 22:28:32 ---> dccb9d98a766 22:28:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 22:28:32 ---> Running in 786ecf852f3e 22:28:32 ---> Running in 290e1a5da337 22:28:32 Removing intermediate container 809206a31afa 22:28:32 ---> 84b010f76362 22:28:32 Step 21/23 : LABEL arch=arm64 22:28:32 ---> Running in c53bc86756a2 22:28:32 Removing intermediate container b6a1ceb59567 22:28:32 ---> 450916916e8c 22:28:32 Step 21/22 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c 22:28:32 ---> Running in f78c1a729ca0 22:28:33 Removing intermediate container 786ecf852f3e 22:28:33 ---> 2ff54f6df3a3 22:28:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:28:33 Removing intermediate container 290e1a5da337 22:28:33 ---> bad5959f0572 22:28:33 Step 20/21 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c 22:28:33 ---> Running in 3d4bef12fa70 22:28:33 Removing intermediate container c53bc86756a2 22:28:33 ---> 4f1c2bac0a4b 22:28:33 Step 22/23 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c 22:28:33 ---> 7261e6cd7360 22:28:33 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 22:28:33 ---> Running in a5cdc58431df 22:28:33 ---> Running in 364ef5633da2 22:28:33 ---> Running in 86a86ef89932 22:28:33 Removing intermediate container f78c1a729ca0 22:28:33 ---> 9407cb82301a 22:28:33 Step 22/22 : LABEL version=0.0.0 22:28:34 ---> Running in cbc63942319a 22:28:34 Removing intermediate container 3d4bef12fa70 22:28:34 ---> 185d649229e9 22:28:34 Step 21/23 : LABEL arch=arm64 22:28:34 Removing intermediate container a5cdc58431df 22:28:34 ---> 2a66aa9dc400 22:28:34 Step 21/21 : LABEL version=0.0.0 22:28:34 ---> Running in 351961cfa8d9 22:28:34 Removing intermediate container 86a86ef89932 22:28:34 ---> 526606c90f10 22:28:34 Step 23/23 : LABEL version=0.0.0 22:28:34 ---> Running in 7c0df129cb62 22:28:34 ---> Running in f557ce8bf520 22:28:34 Removing intermediate container cbc63942319a 22:28:34 ---> 1cc8bde06846 22:28:34 22:28:35 Removing intermediate container 351961cfa8d9 22:28:35 ---> cd7a8d6a131a 22:28:35 Step 22/23 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c 22:28:35 Successfully built 1cc8bde06846 22:28:35 Successfully tagged docker-support-scheduler-go-arm64:latest 22:28:35  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go 22:28:35 ---> Running in 8c60ffd7bfb3 22:28:35 Removing intermediate container 7c0df129cb62 22:28:35 ---> 946e98f97f98 22:28:35 22:28:35 Removing intermediate container f557ce8bf520 22:28:35 ---> 7185a2758579 22:28:35 22:28:35 Successfully built 946e98f97f98 22:28:36 Successfully built 7185a2758579 22:28:36 Successfully tagged docker-security-proxy-setup-go-arm64:latest 22:28:36  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 22:28:36 Successfully tagged docker-core-command-go-arm64:latest 22:28:36  Building docker-core-command-go ... done Removing intermediate container 8c60ffd7bfb3 22:28:36 Building docker-support-notifications-go 22:28:36 ---> d46e7cde606a 22:28:36 Step 23/23 : LABEL version=0.0.0 22:28:36 ---> Running in 10d0a0c00c1d 22:28:36 Removing intermediate container 364ef5633da2 22:28:36 ---> a11951b1a900 22:28:36 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 22:28:37 Removing intermediate container 10d0a0c00c1d 22:28:37 ---> 3220532c0a06 22:28:37 22:28:37 ---> Running in 1a6cfd3bec49 22:28:37 Successfully built 3220532c0a06 22:28:37 Successfully tagged docker-core-metadata-go-arm64:latest 22:28:37  Building docker-core-metadata-go ... done Building docker-core-data-go 22:28:37 Removing intermediate container 1a6cfd3bec49 22:28:37 ---> 39b4e34eb7c3 22:28:37 Step 22/24 : LABEL arch=arm64 22:28:37 ---> Running in 92fd53eaab08 22:28:38 Removing intermediate container 92fd53eaab08 22:28:38 ---> 13a61e359ec3 22:28:38 Step 23/24 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c 22:28:38 ---> Running in 974229889ea0 22:28:39 Removing intermediate container 974229889ea0 22:28:39 ---> 0f4146818913 22:28:39 Step 24/24 : LABEL version=0.0.0 22:28:39 ---> Running in a04a66d4a3f5 22:28:39 Removing intermediate container a04a66d4a3f5 22:28:39 ---> 5f2f0d9cc352 22:28:39 22:28:40 Successfully built 5f2f0d9cc352 22:28:40 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 22:29:36  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:29:36 Step 2/26 : FROM ${BUILDER_BASE} AS builder 22:29:36 ---> e55af7e7f5b4 22:29:36 Step 3/26 : WORKDIR /edgex-go 22:29:36 ---> Using cache 22:29:36 ---> f8e4e90cc4b8 22:29:36 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:36 ---> Using cache 22:29:36 ---> f34477e723f6 22:29:36 Step 5/26 : RUN apk add --update --no-cache make bash git 22:29:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:29:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 22:29:36 ---> e55af7e7f5b4 22:29:36 Step 3/22 : WORKDIR /edgex-go 22:29:36 ---> Using cache 22:29:36 ---> f8e4e90cc4b8 22:29:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:36 ---> Using cache 22:29:36 ---> f34477e723f6 22:29:36 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 22:29:36 Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:29:36 Step 2/33 : FROM ${BUILDER_BASE} AS builder 22:29:36 ---> e55af7e7f5b4 22:29:36 Step 3/33 : WORKDIR /edgex-go 22:29:36 ---> Using cache 22:29:36 ---> f8e4e90cc4b8 22:29:36 Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:36 ---> Using cache 22:29:36 ---> f34477e723f6 22:29:36 Step 5/33 : RUN apk add --update --no-cache make git 22:29:36 ---> Using cache 22:29:36 ---> 2c28e1519d47 22:29:36 Step 6/33 : COPY go.mod . 22:29:36 ---> Using cache 22:29:36 ---> 3f89c21b5222 22:29:36 Step 7/33 : RUN go mod download 22:29:36 ---> Using cache 22:29:36 ---> 3057b81cc94a 22:29:36 Step 8/33 : COPY . . 22:29:36 ---> Using cache 22:29:36 ---> 608591625a09 22:29:36 Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis 22:29:36 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 22:29:36 Step 2/23 : FROM ${BUILDER_BASE} AS builder 22:29:36 ---> e55af7e7f5b4 22:29:36 Step 3/23 : WORKDIR /edgex-go 22:29:36 ---> Using cache 22:29:36 ---> f8e4e90cc4b8 22:29:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:29:36 ---> Using cache 22:29:36 ---> f34477e723f6 22:29:36 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 22:29:36 ---> Running in be28a1d69bbe 22:29:36 ---> Running in 407df0a17396 22:29:36 ---> Running in 8794e47f3271 22:29:36 ---> Running in 6352d4f397df 22:29:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 22:29:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:29:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:29:39 OK: 217 MiB in 51 packages 22:29:39 OK: 217 MiB in 51 packages 22:29:40 OK: 217 MiB in 51 packages 22:29:42 Removing intermediate container be28a1d69bbe 22:29:42 ---> b3b6dca7dde6 22:29:42 Step 6/22 : COPY go.mod . 22:29:42 Removing intermediate container 407df0a17396 22:29:42 ---> b08644f01a47 22:29:42 Step 6/26 : COPY go.mod . 22:29:42 Removing intermediate container 6352d4f397df 22:29:42 ---> 21673d6d976c 22:29:42 Step 6/23 : COPY go.mod . 22:29:43 ---> 3ac79213b3eb 22:29:43 Step 7/26 : RUN go mod download 22:29:43 ---> Running in c7f516fe4a9e 22:29:43 ---> ae8f35c94098 22:29:43 Step 7/22 : RUN go mod download 22:29:43 ---> dd8764af0a46 22:29:43 Step 7/23 : RUN go mod download 22:29:43 ---> Running in 239025b40222 22:29:44 ---> Running in 4283e036422d 22:29:48 Removing intermediate container c7f516fe4a9e 22:29:48 ---> 01b69dd6aefb 22:29:48 Step 8/26 : COPY . . 22:29:48 Removing intermediate container 239025b40222 22:29:48 ---> 65abc5e3f088 22:29:48 Step 8/22 : COPY . . 22:29:49 Removing intermediate container 4283e036422d 22:29:49 ---> 3c3fe454c74b 22:29:49 Step 8/23 : COPY . . 22:30:11 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 22:30:18 ---> b78599c6e080 22:30:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 22:30:18 ---> c5af41eaf55d 22:30:18 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 22:30:18 ---> f77f34479d17 22:30:18 Step 9/23 : RUN make cmd/core-data/core-data 22:30:18 ---> Running in d15b619ce77a 22:30:18 ---> Running in 0781169315d0 22:30:18 ---> Running in 5683d85b7287 22:30:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 22:30:19 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 22:30:19 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 22:30:22 Removing intermediate container 8794e47f3271 22:30:22 ---> 16e15b5ea313 22:30:22 22:30:22 Step 10/33 : FROM alpine:3.12 22:30:22 ---> afeebe901d6b 22:30:22 Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec 22:30:22 ---> Running in d1e4f722e2b6 22:30:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:30:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:30:25 (1/3) Installing dumb-init (1.2.2-r1) 22:30:25 (2/3) Installing openssl (1.1.1i-r0) 22:30:25 (3/3) Installing su-exec (0.2-r1) 22:30:25 Executing busybox-1.31.1-r19.trigger 22:30:25 OK: 6 MiB in 17 packages 22:30:27 Removing intermediate container d1e4f722e2b6 22:30:27 ---> ddcc9d989d7e 22:30:27 Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 22:30:27 ---> Running in dc5aa5c4a3c1 22:30:28 Removing intermediate container dc5aa5c4a3c1 22:30:28 ---> d9ba1dbe50a2 22:30:28 Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 22:30:28 ---> Running in ccae72604835 22:30:28 Removing intermediate container ccae72604835 22:30:28 ---> 05a5b347ac07 22:30:28 Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz 22:30:28 ---> Running in 25be9f232b74 22:30:30 Connecting to github.com (140.82.112.4:443) 22:30:30 Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.217.18.116:443) 22:30:31 saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' 22:30:31 dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA 22:30:31 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved 22:30:31 dockerize 22:30:33 Removing intermediate container 25be9f232b74 22:30:33 ---> 067303addb17 22:30:33 Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init 22:30:33 ---> Running in ee9d3ab2c56c 22:30:34 Removing intermediate container ee9d3ab2c56c 22:30:34 ---> 487da503e20d 22:30:34 Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 22:30:34 ---> Running in 1eaebf347dbc 22:30:35 Removing intermediate container 1eaebf347dbc 22:30:35 ---> 87531988cdca 22:30:35 Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} 22:30:35 ---> Running in 7524f0f437c9 22:30:37 Move dockerize executable 22:30:39 Removing intermediate container 7524f0f437c9 22:30:39 ---> e2c0b2f07e62 22:30:39 Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} 22:30:39 ---> Running in ee755f785044 22:30:40 Removing intermediate container ee755f785044 22:30:40 ---> d76af5f863a0 22:30:40 Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 22:30:41 ---> 4048e850f39e 22:30:41 Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 22:30:41 ---> Running in eea0713b98b1 22:30:45 Removing intermediate container eea0713b98b1 22:30:45 ---> bad8393d259c 22:30:45 Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / 22:30:46 ---> 532d22b0dd23 22:30:46 Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 22:30:48 ---> 74208b68c167 22:30:48 Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 22:30:49 ---> 130746d94d88 22:30:49 Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ 22:30:51 ---> c638fadc4187 22:30:51 Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 22:30:52 ---> b35b57a0b682 22:30:52 Step 26/33 : VOLUME ${SECURITY_INIT_DIR} 22:30:52 ---> Running in 6e60b1758813 22:30:53 Removing intermediate container 6e60b1758813 22:30:53 ---> b1494dff51d6 22:30:53 Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 22:30:54 ---> f8a278510df0 22:30:54 Step 28/33 : RUN chmod +x /entrypoint.sh 22:30:54 ---> Running in c481944a7478 22:30:58 Removing intermediate container c481944a7478 22:30:58 ---> 7744e4736f21 22:30:58 Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] 22:30:58 ---> Running in ab353e9142a5 22:30:59 Removing intermediate container ab353e9142a5 22:30:59 ---> 8ca05753e8f5 22:30:59 Step 30/33 : CMD ["gate"] 22:31:00 ---> Running in abbacc0afc6e 22:31:00 Removing intermediate container abbacc0afc6e 22:31:00 ---> fa73634a5b72 22:31:00 Step 31/33 : LABEL arch=arm64 22:31:01 ---> Running in 1c765e6ec92e 22:31:01 Removing intermediate container 1c765e6ec92e 22:31:01 ---> ce3cef8b8e4a 22:31:01 Step 32/33 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c 22:31:02 ---> Running in 27790fef1156 22:31:03 Removing intermediate container 27790fef1156 22:31:03 ---> 18fdd71d2592 22:31:03 Step 33/33 : LABEL version=0.0.0 22:31:03 ---> Running in 338abe542bd6 22:31:04 Removing intermediate container 338abe542bd6 22:31:04 ---> eff5372678ae 22:31:04 22:31:04 Successfully built eff5372678ae 22:31:04 Successfully tagged docker-security-bootstrapper-go-arm64:latest 22:31:31  Building docker-security-bootstrapper-go ... done Removing intermediate container d15b619ce77a 22:31:31 ---> e46fa6e19c6a 22:31:31 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 22:31:31 Removing intermediate container 0781169315d0 22:31:31 ---> 2cfc2e8e9ba8 22:31:31 22:31:31 Step 10/22 : FROM alpine:3.12 22:31:31 ---> afeebe901d6b 22:31:31 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 22:31:31 ---> Running in a9500c905657 22:31:31 ---> Running in 364789b5635c 22:31:32 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 22:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:33 (1/2) Installing ca-certificates (20191127-r4) 22:31:33 (2/2) Installing dumb-init (1.2.2-r1) 22:31:34 Executing busybox-1.31.1-r19.trigger 22:31:34 Executing ca-certificates-20191127-r4.trigger 22:31:34 OK: 6 MiB in 16 packages 22:31:36 Removing intermediate container 364789b5635c 22:31:36 ---> 859a8316583b 22:31:36 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 22:31:36 ---> Running in 6d69f4f89691 22:31:36 Removing intermediate container a9500c905657 22:31:36 ---> d80516c0dae7 22:31:36 22:31:36 Step 11/26 : FROM docker:20.10.0 22:31:36 20.10.0: Pulling from library/docker 22:31:36 Removing intermediate container 6d69f4f89691 22:31:36 ---> ffa938cdbad9 22:31:36 Step 13/22 : ENV APP_PORT=48060 22:31:37 ---> Running in 5bc518fc0a5b 22:31:38 Removing intermediate container 5bc518fc0a5b 22:31:38 ---> 78e7603583b8 22:31:38 Step 14/22 : EXPOSE $APP_PORT 22:31:38 ---> Running in 373886063e5c 22:31:39 Removing intermediate container 373886063e5c 22:31:39 ---> f72ef41ca311 22:31:39 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 22:31:40 ---> 050cf4705f2d 22:31:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 22:31:42 ---> 7d682a16b964 22:31:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 22:31:44 ---> 7cfa300569f5 22:31:44 Step 18/22 : ENTRYPOINT ["/support-notifications"] 22:31:44 ---> Running in 7fc3c7143047 22:31:45 Removing intermediate container 5683d85b7287 22:31:45 ---> 005a79da924d 22:31:45 22:31:45 Step 10/23 : FROM alpine:3.12 22:31:45 ---> afeebe901d6b 22:31:45 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 22:31:45 Removing intermediate container 7fc3c7143047 22:31:45 ---> dec79acefd3b 22:31:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:45 ---> Running in f6c30c2feef2 22:31:45 ---> Running in d93698a4e7d8 22:31:46 Removing intermediate container f6c30c2feef2 22:31:46 ---> 4f0504c70a15 22:31:46 Step 12/23 : ENV APP_PORT=48080 22:31:46 Removing intermediate container d93698a4e7d8 22:31:46 ---> 715a41bdeb94 22:31:46 Step 20/22 : LABEL arch=arm64 22:31:46 ---> Running in 3fff04186ffe 22:31:46 ---> Running in a8b53943aae7 22:31:47 Removing intermediate container 3fff04186ffe 22:31:47 ---> aac67a483099 22:31:47 Step 13/23 : EXPOSE $APP_PORT 22:31:47 Removing intermediate container a8b53943aae7 22:31:47 ---> 34224cc5522e 22:31:47 Step 21/22 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c 22:31:47 ---> Running in a13fea98cd45 22:31:47 ---> Running in 680e6efe580d 22:31:47 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 22:31:47 Status: Downloaded newer image for docker:20.10.0 22:31:47 ---> eeaf43b92773 22:31:47 Step 12/26 : RUN apk add --no-cache bash 22:31:47 Removing intermediate container a13fea98cd45 22:31:47 ---> e8e3c0e87c2e 22:31:47 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 22:31:47 ---> Running in cdb268b33d14 22:31:47 Removing intermediate container 680e6efe580d 22:31:47 ---> 2d1fee0681e0 22:31:47 Step 22/22 : LABEL version=0.0.0 22:31:47 ---> Running in 002235a3e60a 22:31:48 ---> Running in 530bd93a6f55 22:31:48 Removing intermediate container 530bd93a6f55 22:31:48 ---> 0e6db46bdc89 22:31:48 22:31:49 Successfully built 0e6db46bdc89 22:31:49 Successfully tagged docker-support-notifications-go-arm64:latest 22:31:49  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:50 (1/2) Installing readline (8.0.4-r0) 22:31:50 (2/2) Installing bash (5.0.17-r0) 22:31:50 Executing bash-5.0.17-r0.post-install 22:31:50 Executing busybox-1.31.1-r19.trigger 22:31:50 OK: 12 MiB in 22 packages 22:31:50 Removing intermediate container 002235a3e60a 22:31:50 ---> f3e64d54744a 22:31:50 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 22:31:50 ---> Running in 39dbbb12392f 22:31:51 Removing intermediate container cdb268b33d14 22:31:51 ---> b07182d2b7a7 22:31:51 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 22:31:51 ---> Running in 2ba9de73b428 22:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:52 Removing intermediate container 2ba9de73b428 22:31:52 ---> f999c618f011 22:31:52 Step 14/26 : ENV APP_PORT=48090 22:31:52 ---> Running in 9a51f5e7a5d2 22:31:52 Removing intermediate container 9a51f5e7a5d2 22:31:52 ---> ae4d33db6e4b 22:31:52 Step 15/26 : EXPOSE $APP_PORT 22:31:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:52 ---> Running in 0ada69a41300 22:31:53 Removing intermediate container 0ada69a41300 22:31:53 ---> f15a3f34416a 22:31:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 22:31:53 (1/6) Installing dumb-init (1.2.2-r1) 22:31:53 (2/6) Installing libgcc (9.3.0-r2) 22:31:53 (3/6) Installing libsodium (1.0.18-r0) 22:31:53 (4/6) Installing libstdc++ (9.3.0-r2) 22:31:53 (5/6) Installing libzmq (4.3.3-r0) 22:31:53 (6/6) Installing zeromq (4.3.3-r0) 22:31:54 Executing busybox-1.31.1-r19.trigger 22:31:54 OK: 8 MiB in 20 packages 22:31:54 ---> 7de36ab08fdd 22:31:54 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 22:31:54 ---> d10eee12d2ed 22:31:54 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 22:31:55 Removing intermediate container 39dbbb12392f 22:31:55 ---> 77a24e061a5d 22:31:55 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 22:31:56 ---> b45b827e8cb1 22:31:56 Step 19/26 : RUN apk --no-cache add py3-pip 22:31:56 ---> aa56417bae14 22:31:56 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 22:31:56 ---> Running in 7768275fa451 22:31:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:31:57 ---> dc3ab6a76975 22:31:57 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 22:31:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:31:57 (1/33) Installing libbz2 (1.0.8-r1) 22:31:57 (2/33) Installing expat (2.2.9-r1) 22:31:57 (3/33) Installing libffi (3.3-r2) 22:31:57 (4/33) Installing gdbm (1.13-r1) 22:31:58 (5/33) Installing xz-libs (5.2.5-r0) 22:31:58 (6/33) Installing sqlite-libs (3.32.1-r0) 22:31:58 (7/33) Installing python3 (3.8.5-r0) 22:31:58 ---> 296d7c864fd6 22:31:58 Step 19/23 : ENTRYPOINT ["/core-data"] 22:31:58 ---> Running in 4f5d1c2e3f09 22:31:59 Removing intermediate container 4f5d1c2e3f09 22:31:59 ---> 337059eeb792 22:31:59 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:31:59 ---> Running in 4106b5fe570b 22:31:59 (8/33) Installing py3-appdirs (1.4.4-r1) 22:31:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 22:31:59 (10/33) Installing py3-parsing (2.4.7-r0) 22:31:59 (11/33) Installing py3-six (1.15.0-r0) 22:31:59 (12/33) Installing py3-packaging (20.4-r0) 22:31:59 (13/33) Installing py3-setuptools (47.0.0-r0) 22:32:00 (14/33) Installing py3-chardet (3.0.4-r4) 22:32:00 Removing intermediate container 4106b5fe570b 22:32:00 ---> 28bd22bfb300 22:32:00 Step 21/23 : LABEL arch=arm64 22:32:00 (15/33) Installing py3-idna (2.9-r0) 22:32:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 22:32:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 22:32:00 (18/33) Installing py3-requests (2.23.0-r0) 22:32:00 (19/33) Installing py3-msgpack (1.0.0-r0) 22:32:00 (20/33) Installing py3-lockfile (0.12.2-r3) 22:32:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 22:32:00 ---> Running in ad06492d74e4 22:32:00 (22/33) Installing py3-colorama (0.4.3-r0) 22:32:00 (23/33) Installing py3-distlib (0.3.0-r0) 22:32:00 (24/33) Installing py3-distro (1.5.0-r1) 22:32:00 (25/33) Installing py3-webencodings (0.5.1-r3) 22:32:00 (26/33) Installing py3-html5lib (1.0.1-r4) 22:32:00 (27/33) Installing py3-pytoml (0.1.21-r0) 22:32:00 (28/33) Installing py3-pep517 (0.8.2-r0) 22:32:00 (29/33) Installing py3-progress (1.5-r0) 22:32:00 (30/33) Installing py3-toml (0.10.1-r0) 22:32:00 (31/33) Installing py3-retrying (1.3.3-r0) 22:32:00 (32/33) Installing py3-contextlib2 (0.6.0-r0) 22:32:00 (33/33) Installing py3-pip (20.1.1-r0) 22:32:01 Executing busybox-1.31.1-r19.trigger 22:32:01 OK: 71 MiB in 55 packages 22:32:01 Removing intermediate container ad06492d74e4 22:32:01 ---> ac6d96f9a75c 22:32:01 Step 22/23 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c 22:32:01 ---> Running in dc1aa455d9f2 22:32:01 Removing intermediate container dc1aa455d9f2 22:32:01 ---> 73f35a2b0a53 22:32:01 Step 23/23 : LABEL version=0.0.0 22:32:01 ---> Running in c109933531e5 22:32:02 Removing intermediate container c109933531e5 22:32:02 ---> ed74af154af7 22:32:02 22:32:03 Successfully built ed74af154af7 22:32:03 Successfully tagged docker-core-data-go-arm64:latest 22:32:07  Building docker-core-data-go ... done Removing intermediate container 7768275fa451 22:32:07 ---> 2587afbd8c5b 22:32:07 Step 20/26 : RUN pip install docker-compose==1.23.2 22:32:07 ---> Running in e0f6c5ad8232 22:32:11 Collecting docker-compose==1.23.2 22:32:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 22:32:12 Collecting dockerpty<0.5,>=0.4.1 22:32:12 Downloading dockerpty-0.4.1.tar.gz (13 kB) 22:32:14 Collecting texttable<0.10,>=0.9.0 22:32:14 Downloading texttable-0.9.1.tar.gz (11 kB) 22:32:16 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 22:32:16 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 22:32:17 Collecting PyYAML<4,>=3.10 22:32:17 Downloading PyYAML-3.13.tar.gz (270 kB) 22:32:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 22:32:20 Collecting docker<4.0,>=3.6.0 22:32:20 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 22:32:20 Collecting cached-property<2,>=1.2.0 22:32:20 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 22:32:21 Collecting jsonschema<3,>=2.5.1 22:32:21 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 22:32:21 Collecting docopt<0.7,>=0.6.1 22:32:21 Downloading docopt-0.6.2.tar.gz (25 kB) 22:32:23 Collecting websocket-client<1.0,>=0.32.0 22:32:23 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 22:32:24 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) 22:32:24 Collecting idna<2.8,>=2.5 22:32:24 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 22:32:24 Collecting urllib3<1.25,>=1.21.1 22:32:24 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 22:32:24 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) 22:32:25 Collecting docker-pycreds>=0.4.0 22:32:25 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 22:32:25 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 22:32:25 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 22:32:25 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 22:32:25 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 22:32:26 Installing collected packages: dockerpty, texttable, idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, cached-property, jsonschema, docopt, docker-compose 22:32:26 Running setup.py install for dockerpty: started 22:32:27 Running setup.py install for dockerpty: finished with status 'done' 22:32:27 Running setup.py install for texttable: started 22:32:29 Running setup.py install for texttable: finished with status 'done' 22:32:29 Attempting uninstall: idna 22:32:29 Found existing installation: idna 2.9 22:32:29 Uninstalling idna-2.9: 22:32:29 Successfully uninstalled idna-2.9 22:32:30 Attempting uninstall: urllib3 22:32:30 Found existing installation: urllib3 1.25.9 22:32:30 Uninstalling urllib3-1.25.9: 22:32:30 Successfully uninstalled urllib3-1.25.9 22:32:30 Attempting uninstall: requests 22:32:30 Found existing installation: requests 2.23.0 22:32:30 Uninstalling requests-2.23.0: 22:32:30 Successfully uninstalled requests-2.23.0 22:32:31 Running setup.py install for PyYAML: started 22:32:33 Running setup.py install for PyYAML: finished with status 'done' 22:32:34 Running setup.py install for docopt: started 22:32:36 Running setup.py install for docopt: finished with status 'done' 22:32:37 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 22:32:40 Removing intermediate container e0f6c5ad8232 22:32:40 ---> 797dd9d7dac4 22:32:40 Step 21/26 : RUN apk --no-cache add curl 22:32:40 ---> Running in 42ddb77d6685 22:32:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 22:32:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 22:32:42 (1/3) Installing nghttp2-libs (1.41.0-r0) 22:32:42 (2/3) Installing libcurl (7.69.1-r3) 22:32:42 (3/3) Installing curl (7.69.1-r3) 22:32:42 Executing busybox-1.31.1-r19.trigger 22:32:42 OK: 71 MiB in 58 packages 22:32:43 Removing intermediate container 42ddb77d6685 22:32:43 ---> 89e8cb9fb7ba 22:32:43 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 22:32:43 ---> Running in e75d7b37acd4 22:32:44 Removing intermediate container e75d7b37acd4 22:32:44 ---> 07fed1979dbc 22:32:44 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 22:32:44 ---> Running in fb30fc6fb4e5 22:32:44 Removing intermediate container fb30fc6fb4e5 22:32:44 ---> cc8aa8ee9926 22:32:44 Step 24/26 : LABEL arch=arm64 22:32:45 ---> Running in 85e4d633e017 22:32:45 Removing intermediate container 85e4d633e017 22:32:45 ---> 15f38482beb3 22:32:45 Step 25/26 : LABEL git_sha=eec1fc97adfe7334b0b6c27c3c0213c68a68466c 22:32:45 ---> Running in 2b6c9066b6bf 22:32:45 Removing intermediate container 2b6c9066b6bf 22:32:45 ---> 32a2cbfd01cb 22:32:45 Step 26/26 : LABEL version=0.0.0 22:32:46 ---> Running in adf699d2b1c5 22:32:46 Removing intermediate container adf699d2b1c5 22:32:46 ---> beb4b195156e 22:32:46 22:32:46 Successfully built beb4b195156e 22:32:46 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 22:32:47  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 22:32:47 $ docker stop --time=1 f7e92f62d998bff81f0f7e1ae089b5e2247bfddc379a766a8a0748dcdb22557b 22:32:49 $ docker rm -f f7e92f62d998bff81f0f7e1ae089b5e2247bfddc379a766a8a0748dcdb22557b [Pipeline] // withDockerContainer [Pipeline] sh 22:32:49 + docker images 22:32:49 + grep docker 22:32:50 docker-sys-mgmt-agent-go-arm64 latest beb4b195156e 3 seconds ago 300MB 22:32:50 docker-core-data-go-arm64 latest ed74af154af7 47 seconds ago 21MB 22:32:50 docker-support-notifications-go-arm64 latest 0e6db46bdc89 About a minute ago 15.9MB 22:32:50 docker-security-bootstrapper-go-arm64 latest eff5372678ae About a minute ago 40.3MB 22:32:50 docker-security-secretstore-setup-go-arm64 latest 5f2f0d9cc352 4 minutes ago 23.4MB 22:32:50 docker-core-metadata-go-arm64 latest 3220532c0a06 4 minutes ago 17.7MB 22:32:50 docker-core-command-go-arm64 latest 7185a2758579 4 minutes ago 15.4MB 22:32:50 docker-security-proxy-setup-go-arm64 latest 946e98f97f98 4 minutes ago 23.2MB 22:32:50 docker-support-scheduler-go-arm64 latest 1cc8bde06846 4 minutes ago 15.5MB 22:32:50 docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [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] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [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 22:32:54 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 22:32:55 ---> package-listing.sh 22:32:55 ++ facter osfamily 22:32:55 ++ tr '[:upper:]' '[:lower:]' 22:32:55 + OS_FAMILY=redhat 22:32:55 + workspace=/w/workspace/edgex-go/24 22:32:55 + START_PACKAGES=/tmp/packages_start.txt 22:32:55 + END_PACKAGES=/tmp/packages_end.txt 22:32:55 + DIFF_PACKAGES=/tmp/packages_diff.txt 22:32:55 + PACKAGES=/tmp/packages_start.txt 22:32:55 + '[' /w/workspace/edgex-go/24 ']' 22:32:55 + PACKAGES=/tmp/packages_end.txt 22:32:55 + case "${OS_FAMILY}" in 22:32:55 + rpm -qa 22:32:55 + sort 22:33:01 + '[' -f /tmp/packages_start.txt ']' 22:33:01 + '[' -f /tmp/packages_end.txt ']' 22:33:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 22:33:01 + '[' /w/workspace/edgex-go/24 ']' 22:33:01 + mkdir -p /w/workspace/edgex-go/24/archives/ 22:33:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/24/archives/ [Pipeline] echo 22:33:01 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/24/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 22:33:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 22:33:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:02 22:33:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 22:33:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:02 alpine: Pulling from edgex-lftools-log-publisher 22:33:02 df20fa9351a1: Pulling fs layer 22:33:02 36b3adc4ff6f: Pulling fs layer 22:33:02 8ad3a11d3b57: Pulling fs layer 22:33:02 46f8f816bc3b: Pulling fs layer 22:33:02 93b61091891f: Pulling fs layer 22:33:02 93b9cdb0e59b: Pulling fs layer 22:33:02 5e14af77c1be: Pulling fs layer 22:33:02 01666e4c0597: Pulling fs layer 22:33:02 aa168da1d23b: Pulling fs layer 22:33:02 93b9cdb0e59b: Waiting 22:33:02 5e14af77c1be: Waiting 22:33:02 01666e4c0597: Waiting 22:33:02 aa168da1d23b: Waiting 22:33:02 46f8f816bc3b: Waiting 22:33:02 93b61091891f: Waiting 22:33:02 36b3adc4ff6f: Verifying Checksum 22:33:02 36b3adc4ff6f: Download complete 22:33:02 46f8f816bc3b: Verifying Checksum 22:33:02 46f8f816bc3b: Download complete 22:33:02 df20fa9351a1: Verifying Checksum 22:33:02 df20fa9351a1: Download complete 22:33:02 93b9cdb0e59b: Verifying Checksum 22:33:02 93b9cdb0e59b: Download complete 22:33:02 93b61091891f: Verifying Checksum 22:33:02 93b61091891f: Download complete 22:33:02 5e14af77c1be: Verifying Checksum 22:33:02 5e14af77c1be: Download complete 22:33:02 01666e4c0597: Verifying Checksum 22:33:02 01666e4c0597: Download complete 22:33:03 df20fa9351a1: Pull complete 22:33:03 36b3adc4ff6f: Pull complete 22:33:03 8ad3a11d3b57: Verifying Checksum 22:33:03 8ad3a11d3b57: Download complete 22:33:05 8ad3a11d3b57: Pull complete 22:33:05 46f8f816bc3b: Pull complete 22:33:05 aa168da1d23b: Verifying Checksum 22:33:05 aa168da1d23b: Download complete 22:33:05 93b61091891f: Pull complete 22:33:05 93b9cdb0e59b: Pull complete 22:33:05 5e14af77c1be: Pull complete 22:33:05 01666e4c0597: Pull complete 22:33:14 aa168da1d23b: Pull complete 22:33:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 22:33:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 22:33:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 22:33:14 prd-centos7-docker-4c-2g-20315 does not seem to be running inside a container 22:33:14 $ 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/24/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/24 -v /w/workspace/edgex-go/24:/w/workspace/edgex-go/24:rw,z -v /w/workspace/edgex-go/24@tmp:/w/workspace/edgex-go/24@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 22:33:17 $ docker top 459bc06c2d3dd1fe29f680b439876f86f92188e85ccd7102711aadbf00e77851 -eo pid,comm [Pipeline] { [Pipeline] sh 22:33:18 + touch /tmp/pre-build-complete [Pipeline] sh 22:33:18 + mkdir -p /var/log/sa [Pipeline] sh 22:33:19 + ls /var/log/sa-host 22:33:19 + sadf -c /var/log/sa-host/sa14 22:33:19 file_magic: OK 22:33:19 HZ: Using current value: 100 22:33:19 file_header: OK 22:33:19 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 22:33:19 Statistics: 22:33:19 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 22:33:19 File successfully converted to sysstat format version 12.2.1 22:33:19 + sadf -c /var/log/sa-host/sa23 22:33:19 file_magic: OK 22:33:19 HZ: Using current value: 100 22:33:19 file_header: OK 22:33:19 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 22:33:19 Statistics: 22:33:19 Hnuu...uuuununununu... 22:33:19 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 22:33:19 provisioning config files... 22:33:19 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/24@tmp/config8380307959961137731tmp [Pipeline] { [Pipeline] echo 22:33:19 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 22:33:19 ---> create-netrc.sh [Pipeline] } 22:33:20 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 22:33:20 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 22:33:20 ---> python-tools-install.sh [Pipeline] echo 22:33:20 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 22:33:20 ---> sudo-logs.sh 22:33:20 Archiving 'sudo' log.. [Pipeline] echo 22:33:20 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 22:33:21 ---> job-cost.sh 22:33:21 lf-activate-venv: SKIPPING 22:33:21 INFO: No Stack... 22:33:21 INFO: Retrieving Pricing Info for: v1-standard-2 22:33:22 INFO: Archiving Costs [Pipeline] echo 22:33:22 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 22:33:22 ---> logs-deploy.sh 22:33:22 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/24 22:33:22 INFO: archiving workspace using pattern(s): 22:33:25 Archives upload complete. 22:33:25 INFO: archiving logs to Nexus 22:33:26 ---> uname -a: 22:33:26 Linux prd-centos7-docker-4c-2g-20315.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 22:33:26 22:33:26 22:33:26 ---> lscpu: 22:33:26 Architecture: x86_64 22:33:26 CPU op-mode(s): 32-bit, 64-bit 22:33:26 Byte Order: Little Endian 22:33:26 Address sizes: 40 bits physical, 48 bits virtual 22:33:26 CPU(s): 4 22:33:26 On-line CPU(s) list: 0-3 22:33:26 Thread(s) per core: 1 22:33:26 Core(s) per socket: 1 22:33:26 Socket(s): 4 22:33:26 NUMA node(s): 1 22:33:26 Vendor ID: GenuineIntel 22:33:26 CPU family: 6 22:33:26 Model: 44 22:33:26 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 22:33:26 Stepping: 1 22:33:26 CPU MHz: 2933.442 22:33:26 BogoMIPS: 5866.88 22:33:26 Virtualization: VT-x 22:33:26 Hypervisor vendor: KVM 22:33:26 Virtualization type: full 22:33:26 L1d cache: 128 KiB 22:33:26 L1i cache: 128 KiB 22:33:26 L2 cache: 16 MiB 22:33:26 L3 cache: 64 MiB 22:33:26 NUMA node0 CPU(s): 0-3 22:33:26 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 22:33:26 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 22:33:26 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 22:33:26 Vulnerability Meltdown: Mitigation; PTI 22:33:26 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 22:33:26 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 22:33:26 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 22:33:26 Vulnerability Srbds: Not affected 22:33:26 Vulnerability Tsx async abort: Not affected 22:33:26 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 22:33:26 22:33:26 22:33:26 ---> nproc: 22:33:26 4 22:33:26 22:33:26 22:33:26 ---> df -h: 22:33:26 Filesystem Size Used Available Use% Mounted on 22:33:26 overlay 50.0G 7.9G 42.1G 16% / 22:33:26 tmpfs 64.0M 0 64.0M 0% /dev 22:33:26 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 22:33:26 shm 64.0M 0 64.0M 0% /dev/shm 22:33:26 /dev/vda1 50.0G 7.9G 42.1G 16% /facter-os 22:33:26 /dev/vda1 50.0G 7.9G 42.1G 16% /etc/resolv.conf 22:33:26 /dev/vda1 50.0G 7.9G 42.1G 16% /etc/hostname 22:33:26 /dev/vda1 50.0G 7.9G 42.1G 16% /etc/hosts 22:33:26 /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/auth.log 22:33:26 /dev/vda1 50.0G 7.9G 42.1G 16% /run/cloud-init/result.json 22:33:26 /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/sa-host 22:33:26 /dev/vda1 50.0G 7.9G 42.1G 16% /var/log/secure 22:33:26 /dev/vda1 50.0G 7.9G 42.1G 16% /w/workspace/edgex-go/24 22:33:26 /dev/vda1 50.0G 7.9G 42.1G 16% /w/workspace/edgex-go/24@tmp 22:33:26 22:33:26 22:33:26 ---> free -m: 22:33:26 total used free shared buff/cache available 22:33:26 Mem: 1837 785 135 0 915 959 22:33:26 Swap: 1023 3 1020 22:33:26 22:33:26 22:33:26 ---> ip addr: 22:33:26 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 22:33:26 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 22:33:26 inet 127.0.0.1/8 scope host lo 22:33:26 valid_lft forever preferred_lft forever 22:33:26 inet6 ::1/128 scope host 22:33:26 valid_lft forever preferred_lft forever 22:33:26 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 22:33:26 link/ether fa:16:3e:8d:08:03 brd ff:ff:ff:ff:ff:ff 22:33:26 inet 10.30.123.160/23 brd 10.30.123.255 scope global dynamic eth0 22:33:26 valid_lft 85207sec preferred_lft 85207sec 22:33:26 inet6 fe80::f816:3eff:fe8d:803/64 scope link 22:33:26 valid_lft forever preferred_lft forever 22:33:26 3: docker0: mtu 1500 qdisc noqueue state DOWN 22:33:26 link/ether 02:42:b9:73:65:4b brd ff:ff:ff:ff:ff:ff 22:33:26 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 22:33:26 valid_lft forever preferred_lft forever 22:33:26 inet6 fe80::42:b9ff:fe73:654b/64 scope link 22:33:26 valid_lft forever preferred_lft forever 22:33:26 22:33:26 22:33:26 ---> sar -b -r -n DEV: 22:33:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 22:33:26 22:33:26 22:13:20 LINUX RESTART (4 CPU) 22:33:26 22:33:26 22:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 22:33:26 22:15:01 127.45 64.82 62.63 0.00 8481.44 19142.13 0.00 22:33:26 22:16:02 329.78 136.03 193.74 0.00 6328.93 51149.53 0.00 22:33:26 22:17:01 144.15 46.22 97.94 0.00 2977.42 11224.22 0.00 22:33:26 22:18:01 3.96 0.02 3.95 0.00 0.27 139.33 0.00 22:33:26 22:19:01 0.23 0.00 0.23 0.00 0.00 3.80 0.00 22:33:26 22:20:01 0.38 0.02 0.37 0.00 0.53 4.88 0.00 22:33:26 22:21:01 1.18 1.00 0.18 0.00 119.90 2.28 0.00 22:33:26 22:22:01 0.25 0.00 0.25 0.00 0.00 2.93 0.00 22:33:26 22:23:01 0.28 0.00 0.28 0.00 0.00 2.88 0.00 22:33:26 22:24:01 1.55 1.27 0.28 0.00 202.63 3.08 0.00 22:33:26 22:25:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 22:33:26 22:26:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 22:33:26 22:27:01 0.28 0.00 0.28 0.00 0.00 2.83 0.00 22:33:26 22:28:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 22:33:26 22:29:01 1.73 1.52 0.22 0.00 59.28 3.65 0.00 22:33:26 22:30:01 0.83 0.02 0.82 0.00 0.53 15.74 0.00 22:33:26 22:31:01 0.27 0.00 0.27 0.00 0.00 3.33 0.00 22:33:26 22:32:01 0.22 0.00 0.22 0.00 0.00 2.98 0.00 22:33:26 22:33:01 51.90 51.63 0.27 0.00 4343.66 6.58 0.00 22:33:26 Average: 34.93 15.91 19.03 0.00 1183.93 4297.85 0.00 22:33:26 22:33:26 22:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 22:33:26 22:15:01 359716 0 608852 32.36 2620 910356 1108652 37.84 463068 857700 36 22:33:26 22:16:02 194452 0 786848 41.82 1496 898748 1432564 48.89 578700 835116 3768 22:33:26 22:17:01 490912 0 727928 38.69 748 661956 1108204 37.82 493592 616636 20 22:33:26 22:18:01 507448 0 711212 37.80 748 662136 1097756 37.46 492520 616140 16 22:33:26 22:19:01 508724 0 709924 37.73 748 662148 1082408 36.94 498904 608628 12 22:33:26 22:20:01 509232 0 709412 37.70 748 662152 1082336 36.94 497476 609584 28 22:33:26 22:21:01 505916 0 709124 37.69 748 665756 1082384 36.94 496260 614828 8 22:33:26 22:22:01 505900 0 709136 37.69 748 665760 1082336 36.94 495904 614868 8 22:33:26 22:23:01 505528 0 709504 37.71 748 665764 1082336 36.94 495788 614964 8 22:33:26 22:24:01 496452 0 712488 37.87 748 671856 1082396 36.94 501720 618232 16 22:33:26 22:25:01 496880 0 712060 37.84 748 671856 1082360 36.94 501568 618232 12 22:33:26 22:26:01 497184 0 711748 37.83 748 671864 1082336 36.94 501408 618232 8 22:33:26 22:27:01 497340 0 711588 37.82 748 671868 1082336 36.94 501556 618232 8 22:33:26 22:28:01 497260 0 711664 37.82 748 671872 1082336 36.94 501436 618232 8 22:33:26 22:29:01 494664 0 712844 37.89 748 673288 1082420 36.94 502728 618792 16 22:33:26 22:30:01 495344 0 712156 37.85 748 673296 1082400 36.94 502300 618792 20 22:33:26 22:31:01 495444 0 712056 37.84 748 673296 1082400 36.94 502432 618792 16 22:33:26 22:32:01 495304 0 712192 37.85 748 673300 1082400 36.94 502312 618792 8 22:33:26 22:33:01 358120 0 719444 38.24 748 803232 1098688 37.50 517848 739720 112 22:33:26 Average: 469043 0 711062 37.79 886 700553 1105213 37.72 502501 647080 217 22:33:26 22:33:26 22:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 22:33:26 22:15:01 eth0 1330.25 1416.90 4783.18 166.90 0.00 0.00 0.00 0.00 22:33:26 22:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:15:01 docker0 1120.41 849.41 82.72 2677.30 0.00 0.00 0.00 0.00 22:33:26 22:16:02 vethce4279d 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 22:33:26 22:16:02 eth0 490.02 387.37 3680.00 42.48 0.00 0.00 0.00 0.00 22:33:26 22:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:16:02 docker0 94.91 145.20 6.87 826.49 0.00 0.00 0.00 0.00 22:33:26 22:17:01 eth0 28.35 16.72 22.03 30.46 0.00 0.00 0.00 0.00 22:33:26 22:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:18:01 eth0 0.63 0.45 0.46 0.22 0.00 0.00 0.00 0.00 22:33:26 22:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:19:01 eth0 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 22:33:26 22:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:33:26 22:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:21:01 eth0 0.23 0.22 0.07 0.02 0.00 0.00 0.00 0.00 22:33:26 22:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:22:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:33:26 22:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:23:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:33:26 22:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:24:01 eth0 0.22 0.20 0.08 0.07 0.00 0.00 0.00 0.00 22:33:26 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:25:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 22:33:26 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:26:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:33:26 22:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:27:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:33:26 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:28:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 22:33:26 22:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:29:01 eth0 0.17 0.13 0.08 0.07 0.00 0.00 0.00 0.00 22:33:26 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:30:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 22:33:26 22:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:32:01 eth0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:33:01 eth0 7.29 4.26 6.84 2.65 0.00 0.00 0.00 0.00 22:33:26 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 22:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 Average: eth0 97.90 96.28 447.61 12.78 0.00 0.00 0.00 0.00 22:33:26 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 22:33:26 Average: docker0 64.04 52.41 4.72 184.65 0.00 0.00 0.00 0.00 22:33:26 22:33:26 22:33:26 ---> sar -P ALL: 22:33:26 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/14/21 _x86_64_ (4 CPU) 22:33:26 22:33:26 22:13:20 LINUX RESTART (4 CPU) 22:33:26 22:33:26 22:14:01 CPU %user %nice %system %iowait %steal %idle 22:33:26 22:15:01 all 12.17 0.00 5.34 2.15 0.03 80.32 22:33:26 22:15:01 0 12.54 0.00 8.41 2.24 0.02 76.78 22:33:26 22:15:01 1 11.81 0.00 4.37 5.25 0.03 78.53 22:33:26 22:15:01 2 11.08 0.00 4.31 0.80 0.03 83.78 22:33:26 22:15:01 3 13.23 0.00 4.29 0.29 0.03 82.15 22:33:26 22:16:02 all 12.41 0.00 10.42 5.98 0.06 71.13 22:33:26 22:16:02 0 13.44 0.00 10.76 4.01 0.07 71.72 22:33:26 22:16:02 1 12.20 0.00 10.18 8.39 0.07 69.15 22:33:26 22:16:02 2 12.01 0.00 10.52 5.98 0.05 71.45 22:33:26 22:16:02 3 11.97 0.00 10.23 5.54 0.05 72.21 22:33:26 22:17:01 all 52.84 0.00 12.72 4.30 0.03 30.11 22:33:26 22:17:01 0 51.71 0.00 13.08 3.97 0.03 31.20 22:33:26 22:17:01 1 53.28 0.00 12.36 4.28 0.02 30.07 22:33:26 22:17:01 2 54.01 0.00 13.09 5.13 0.03 27.73 22:33:26 22:17:01 3 52.34 0.00 12.35 3.83 0.03 31.45 22:33:26 22:18:01 all 0.16 0.00 0.07 0.00 0.00 99.77 22:33:26 22:18:01 0 0.07 0.00 0.10 0.00 0.00 99.83 22:33:26 22:18:01 1 0.37 0.00 0.03 0.00 0.00 99.60 22:33:26 22:18:01 2 0.18 0.00 0.12 0.00 0.00 99.70 22:33:26 22:18:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:33:26 22:19:01 all 0.15 0.00 0.04 0.00 0.00 99.80 22:33:26 22:19:01 0 0.02 0.00 0.02 0.00 0.02 99.95 22:33:26 22:19:01 1 0.33 0.00 0.08 0.00 0.00 99.58 22:33:26 22:19:01 2 0.23 0.00 0.03 0.00 0.00 99.73 22:33:26 22:19:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:33:26 22:20:01 all 0.12 0.00 0.05 0.00 0.01 99.82 22:33:26 22:20:01 0 0.03 0.00 0.05 0.00 0.00 99.92 22:33:26 22:20:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:33:26 22:20:01 2 0.38 0.00 0.12 0.00 0.02 99.48 22:33:26 22:20:01 3 0.03 0.00 0.00 0.00 0.02 99.95 22:33:26 22:21:01 all 0.16 0.00 0.03 0.00 0.00 99.81 22:33:26 22:21:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:33:26 22:21:01 1 0.03 0.00 0.00 0.00 0.00 99.97 22:33:26 22:21:01 2 0.52 0.00 0.03 0.00 0.00 99.45 22:33:26 22:21:01 3 0.03 0.00 0.05 0.02 0.00 99.90 22:33:26 22:22:01 all 0.15 0.00 0.04 0.00 0.00 99.81 22:33:26 22:22:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:33:26 22:22:01 1 0.02 0.00 0.03 0.00 0.00 99.95 22:33:26 22:22:01 2 0.55 0.00 0.05 0.00 0.00 99.40 22:33:26 22:22:01 3 0.02 0.00 0.05 0.00 0.00 99.93 22:33:26 22:23:01 all 0.15 0.00 0.03 0.00 0.00 99.83 22:33:26 22:23:01 0 0.02 0.00 0.00 0.00 0.00 99.98 22:33:26 22:23:01 1 0.03 0.00 0.05 0.00 0.00 99.92 22:33:26 22:23:01 2 0.52 0.00 0.05 0.00 0.00 99.43 22:33:26 22:23:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:33:26 22:24:01 all 0.15 0.00 0.05 0.00 0.00 99.80 22:33:26 22:24:01 0 0.02 0.00 0.03 0.00 0.00 99.95 22:33:26 22:24:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:33:26 22:24:01 2 0.53 0.00 0.03 0.00 0.00 99.43 22:33:26 22:24:01 3 0.02 0.00 0.07 0.02 0.00 99.90 22:33:26 22:25:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:33:26 22:25:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:33:26 22:25:01 1 0.03 0.00 0.03 0.00 0.02 99.92 22:33:26 22:25:01 2 0.53 0.00 0.05 0.00 0.00 99.42 22:33:26 22:25:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:33:26 22:33:26 22:25:01 CPU %user %nice %system %iowait %steal %idle 22:33:26 22:26:01 all 0.15 0.00 0.03 0.00 0.00 99.81 22:33:26 22:26:01 0 0.03 0.00 0.02 0.00 0.00 99.95 22:33:26 22:26:01 1 0.03 0.00 0.03 0.00 0.00 99.93 22:33:26 22:26:01 2 0.53 0.00 0.03 0.00 0.02 99.42 22:33:26 22:26:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:33:26 22:27:01 all 0.15 0.00 0.03 0.00 0.00 99.82 22:33:26 22:27:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:33:26 22:27:01 1 0.05 0.00 0.05 0.00 0.00 99.90 22:33:26 22:27:01 2 0.50 0.00 0.02 0.00 0.00 99.48 22:33:26 22:27:01 3 0.02 0.00 0.02 0.00 0.00 99.97 22:33:26 22:28:01 all 0.16 0.00 0.03 0.00 0.00 99.80 22:33:26 22:28:01 0 0.05 0.00 0.03 0.00 0.00 99.92 22:33:26 22:28:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:33:26 22:28:01 2 0.53 0.00 0.03 0.00 0.00 99.43 22:33:26 22:28:01 3 0.02 0.00 0.03 0.00 0.00 99.95 22:33:26 22:29:01 all 0.17 0.00 0.07 0.02 0.00 99.74 22:33:26 22:29:01 0 0.02 0.00 0.10 0.10 0.00 99.78 22:33:26 22:29:01 1 0.07 0.00 0.05 0.00 0.00 99.88 22:33:26 22:29:01 2 0.53 0.00 0.05 0.00 0.00 99.42 22:33:26 22:29:01 3 0.05 0.00 0.07 0.00 0.00 99.88 22:33:26 22:30:01 all 0.20 0.00 0.03 0.00 0.00 99.76 22:33:26 22:30:01 0 0.13 0.00 0.02 0.00 0.00 99.85 22:33:26 22:30:01 1 0.02 0.00 0.05 0.00 0.00 99.93 22:33:26 22:30:01 2 0.63 0.00 0.03 0.00 0.00 99.33 22:33:26 22:30:01 3 0.03 0.00 0.03 0.00 0.00 99.93 22:33:26 22:31:01 all 0.07 0.00 0.04 0.00 0.00 99.88 22:33:26 22:31:01 0 0.02 0.00 0.02 0.00 0.00 99.97 22:33:26 22:31:01 1 0.03 0.00 0.00 0.00 0.00 99.97 22:33:26 22:31:01 2 0.20 0.00 0.08 0.00 0.00 99.72 22:33:26 22:31:01 3 0.03 0.00 0.07 0.00 0.02 99.88 22:33:26 22:32:01 all 0.05 0.00 0.04 0.00 0.00 99.92 22:33:26 22:32:01 0 0.03 0.00 0.03 0.00 0.00 99.93 22:33:26 22:32:01 1 0.05 0.00 0.03 0.00 0.00 99.92 22:33:26 22:32:01 2 0.03 0.00 0.03 0.00 0.00 99.93 22:33:26 22:32:01 3 0.07 0.00 0.05 0.00 0.00 99.88 22:33:26 22:33:01 all 0.80 0.00 0.39 1.55 0.00 97.26 22:33:26 22:33:01 0 0.12 0.00 0.15 0.00 0.00 99.73 22:33:26 22:33:01 1 1.44 0.00 0.55 3.34 0.00 94.67 22:33:26 22:33:01 2 0.79 0.00 0.45 0.67 0.00 98.09 22:33:26 22:33:01 3 0.87 0.00 0.42 2.19 0.00 96.52 22:33:26 Average: all 4.09 0.00 1.51 0.72 0.01 93.68 22:33:26 Average: 0 3.98 0.00 1.68 0.53 0.01 93.81 22:33:26 Average: 1 4.06 0.00 1.43 1.10 0.01 93.40 22:33:26 Average: 2 4.30 0.00 1.49 0.64 0.01 93.55 22:33:26 Average: 3 4.01 0.00 1.42 0.61 0.01 93.95 22:33:26 22:33:26 22:33:26