Branch indexing 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 0cea5eced03dc86d44e4ba9cb19c7cab53834b11+c48b5c69e3d7e3b718e5d15324ffdda642aa0234 (4a869adc2918705eb38dc247d82b01ea8758a80d) 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-29402 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/7 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 Merge succeeded, producing ea90a067355d61d123892062d0c9e4a1eb0e56ea Checking out Revision ea90a067355d61d123892062d0c9e4a1eb0e56ea (PR-3223) > 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/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # 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 c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea90a067355d61d123892062d0c9e4a1eb0e56ea # timeout=10 Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:50 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:51 ========================================================= 00:31:51 EdgeX Global Pipelines Version Info 00:31:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 7d547e0edfe485c87fa842b675b0221fdd1090ce # timeout=10 00:31:52 ------------------- 00:31:52 stable info: 00:31:52 ------------------- 00:31:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:52 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:31:52 Message: update stable to v1.0.184 00:31:53 ------------------- 00:31:53 experimental info: 00:31:53 ------------------- 00:31:53 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:53 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 00:31:53 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:55 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3223 [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3223 [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3223 [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ea90a067355d61d123892062d0c9e4a1eb0e56ea [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ea90a06 [Pipeline] echo 00:31:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:56 provisioning config files... 00:31:56 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config5789521513474742709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:57 ---> docker-login.sh 00:31:57 nexus3.edgexfoundry.org:10001 00:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:57 Configure a credential helper to remove this warning. See 00:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:57 00:31:57 Login Succeeded 00:31:57 nexus3.edgexfoundry.org:10002 00:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:57 Configure a credential helper to remove this warning. See 00:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:57 00:31:57 Login Succeeded 00:31:57 nexus3.edgexfoundry.org:10003 00:31:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:57 Configure a credential helper to remove this warning. See 00:31:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:57 00:31:57 Login Succeeded 00:31:57 nexus3.edgexfoundry.org:10004 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:58 Login Succeeded 00:31:58 docker.io 00:31:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:58 Configure a credential helper to remove this warning. See 00:31:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:58 00:31:58 Login Succeeded 00:31:58 ---> docker-login.sh ends [Pipeline] } 00:31:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:58 ++ 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 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/core-command/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo core-command,cmd/core-command/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/core-data/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo core-data,cmd/core-data/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/core-metadata/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/security-bootstrapper/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/support-notifications/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/support-scheduler/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:58 + for file in '`ls cmd/**/Dockerfile`' 00:31:58 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:58 ++ cut -d/ -f2 00:31:58 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:59 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 00:31:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:59 00:31:59 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:00 latest: Pulling from edgex-devops/git-semver 00:32:00 31603596830f: Pulling fs layer 00:32:00 2a8b12db71e7: Pulling fs layer 00:32:00 6ca5941a6612: Pulling fs layer 00:32:00 ecc8261a40a4: Pulling fs layer 00:32:00 ecc8261a40a4: Waiting 00:32:00 2a8b12db71e7: Verifying Checksum 00:32:00 2a8b12db71e7: Download complete 00:32:00 31603596830f: Verifying Checksum 00:32:00 31603596830f: Download complete 00:32:00 ecc8261a40a4: Verifying Checksum 00:32:00 ecc8261a40a4: Download complete 00:32:00 6ca5941a6612: Verifying Checksum 00:32:00 6ca5941a6612: Download complete 00:32:00 31603596830f: Pull complete 00:32:00 2a8b12db71e7: Pull complete 00:32:01 6ca5941a6612: Pull complete 00:32:02 ecc8261a40a4: Pull complete 00:32:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:02 prd-centos7-docker-4c-2g-29402 does not seem to be running inside a container 00:32:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:05 $ docker top 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:05 [ssh-agent] Looking for ssh-agent implementation... 00:32:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:05 $ docker exec 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 ssh-agent 00:32:05 SSH_AUTH_SOCK=/tmp/ssh-URl9eQ6CgMvA/agent.12 00:32:05 SSH_AGENT_PID=18 00:32:05 Running ssh-add (command line suppressed) 00:32:06 Identity added: /w/workspace/edgex-go/7@tmp/private_key_6006505522968946114.key (/w/workspace/edgex-go/7@tmp/private_key_6006505522968946114.key) 00:32:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:06 + git tag --points-at HEAD [Pipeline] } 00:32:06 $ docker exec --env ******** --env ******** 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 ssh-agent -k 00:32:06 unset SSH_AUTH_SOCK; 00:32:06 unset SSH_AGENT_PID; 00:32:06 echo Agent pid 18 killed; 00:32:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:06 [ssh-agent] Looking for ssh-agent implementation... 00:32:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:06 $ docker exec 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 ssh-agent 00:32:07 SSH_AUTH_SOCK=/tmp/ssh-Ue0asiIQ6H4o/agent.48 00:32:07 SSH_AGENT_PID=53 00:32:07 Running ssh-add (command line suppressed) 00:32:07 Identity added: /w/workspace/edgex-go/7@tmp/private_key_3584484807851119993.key (/w/workspace/edgex-go/7@tmp/private_key_3584484807851119993.key) 00:32:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:07 + git semver init 00:32:07 # -> Open(): unable to determine branch for HEAD 00:32:07 # $GIT_DIR = /w/workspace/edgex-go/7/.git 00:32:07 # $GIT_WORK_TREE = /w/workspace/edgex-go/7 00:32:07 # $SEMVER_REMOTE_NAME = origin 00:32:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:07 # $SEMVER_USER_NAME = edgex-jenkins 00:32:07 # $SEMVER_BRANCH = PR-3223 00:32:07 # $SEMVER_TEMP = /tmp/semver-214250229 00:32:07 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:39 # '/tmp/semver-214250229' -> '/w/workspace/edgex-go/7/.semver' 00:32:39 # -> Force: false 00:32:39 # $SEMVER_DIR = /w/workspace/edgex-go/7/.semver [Pipeline] } 00:32:40 $ docker exec --env ******** --env ******** 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 ssh-agent -k 00:32:40 unset SSH_AUTH_SOCK; 00:32:40 unset SSH_AGENT_PID; 00:32:40 echo Agent pid 53 killed; 00:32:40 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:41 + git semver [Pipeline] } 00:32:41 $ docker stop --time=1 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 00:32:42 $ docker rm -f 321324bb6ffa107df7f96ab5fe4de94d3bde96a35b82d5a95be9154e04e0b6e8 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:43 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:44 Stashed 1 file(s) [Pipeline] echo 00:32:44 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:46 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:46 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:46 + sudo service docker restart 00:32:46 + true 00:32:46 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:47 ========================================================= 00:32:47 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:47 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:47 + 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 . 00:32:52 Sending build context to Docker daemon 328.5MB 00:32:52 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:52 Step 2/6 : FROM ${BASE} 00:32:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:52 188c0c94c7c5: Pulling fs layer 00:32:52 0ef7d3d256c8: Pulling fs layer 00:32:52 de9db76c5a1d: Pulling fs layer 00:32:52 bca2f99d35d6: Pulling fs layer 00:32:52 93359f2a8cfa: Pulling fs layer 00:32:52 7c6f9722023f: Pulling fs layer 00:32:52 a35cf1a2eb13: Pulling fs layer 00:32:52 93359f2a8cfa: Waiting 00:32:52 7c6f9722023f: Waiting 00:32:52 a35cf1a2eb13: Waiting 00:32:52 bca2f99d35d6: Waiting 00:32:52 de9db76c5a1d: Verifying Checksum 00:32:52 de9db76c5a1d: Download complete 00:32:52 0ef7d3d256c8: Download complete 00:32:52 93359f2a8cfa: Verifying Checksum 00:32:52 93359f2a8cfa: Download complete 00:32:52 7c6f9722023f: Verifying Checksum 00:32:52 7c6f9722023f: Download complete 00:32:52 188c0c94c7c5: Verifying Checksum 00:32:52 188c0c94c7c5: Download complete 00:32:52 188c0c94c7c5: Pull complete 00:32:53 0ef7d3d256c8: Pull complete 00:32:53 de9db76c5a1d: Pull complete 00:32:55 a35cf1a2eb13: Verifying Checksum 00:32:55 a35cf1a2eb13: Download complete 00:32:55 bca2f99d35d6: Verifying Checksum 00:32:55 bca2f99d35d6: Download complete 00:32:59 Still waiting to schedule task 00:32:59 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:03 bca2f99d35d6: Pull complete 00:33:03 93359f2a8cfa: Pull complete 00:33:03 7c6f9722023f: Pull complete 00:33:06 a35cf1a2eb13: Pull complete 00:33:06 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:06 ---> a62c8e92a672 00:33:06 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 00:33:06 ---> Running in 530a0a071213 00:33:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:08 (1/12) Installing libmagic (5.38-r0) 00:33:08 (2/12) Installing file (5.38-r0) 00:33:09 (3/12) Installing libc-dev (0.7.2-r3) 00:33:09 (4/12) Installing g++ (9.3.0-r2) 00:33:31 (5/12) Installing fortify-headers (1.1-r0) 00:33:31 (6/12) Installing patch (2.7.6-r6) 00:33:31 (7/12) Installing build-base (0.5-r2) 00:33:31 (8/12) Installing libsodium (1.0.18-r0) 00:33:31 (9/12) Installing pkgconf (1.7.2-r0) 00:33:31 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:31 (11/12) Installing libzmq (4.3.3-r0) 00:33:31 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:31 Executing busybox-1.31.1-r19.trigger 00:33:31 OK: 233 MiB in 51 packages 00:33:34 Removing intermediate container 530a0a071213 00:33:34 ---> f1c533ca6930 00:33:34 Step 4/6 : WORKDIR /edgex-go 00:33:34 ---> Running in fb7c5167600a 00:33:34 Removing intermediate container fb7c5167600a 00:33:34 ---> 29656546843a 00:33:34 Step 5/6 : COPY go.mod . 00:33:34 ---> 59d9e9cb1205 00:33:34 Step 6/6 : RUN go mod download 00:33:34 ---> Running in 41103465a8c3 00:34:01 Removing intermediate container 41103465a8c3 00:34:01 ---> 3484e918a8f5 00:34:01 Successfully built 3484e918a8f5 00:34:01 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:34:01 + docker inspect -f . ci-base-image-x86_64 00:34:01 . [Pipeline] withDockerContainer 00:34:01 prd-centos7-docker-4c-2g-29402 does not seem to be running inside a container 00:34:01 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:02 $ docker top 8ccf5e8565049aebd9e1f031426a7b9a90822bd6dd56446fb967b19f8637ad95 -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:03 + go version 00:34:03 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:03 $ docker stop --time=1 8ccf5e8565049aebd9e1f031426a7b9a90822bd6dd56446fb967b19f8637ad95 00:34:04 $ docker rm -f 8ccf5e8565049aebd9e1f031426a7b9a90822bd6dd56446fb967b19f8637ad95 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:05 + docker inspect -f . ci-base-image-x86_64 00:34:05 . [Pipeline] withDockerContainer 00:34:05 prd-centos7-docker-4c-2g-29402 does not seem to be running inside a container 00:34:05 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:34:06 $ docker top 2ad4eafb3ecbcbd18faccbf8eeb3a8103135e3cb450b936b5eeb994be37ab53f -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:06 ========================================================= 00:34:06 [edgeXBuildGoParallel] Running Tests and Build... 00:34:06 ========================================================= [Pipeline] sh 00:34:07 + make test 00:34:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:17 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:39 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:53 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.113s coverage: 45.9% of statements 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:34:53 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:34:53 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.088s coverage: 100.0% of statements 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.290s coverage: 27.1% of statements 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:54 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.035s coverage: 100.0% of statements 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:54 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.092s coverage: 71.3% of statements 00:34:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.193s coverage: 82.9% of statements 00:34:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:56 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.056s coverage: 78.9% of statements 00:34:56 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.376s coverage: 28.6% of statements 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.114s coverage: 86.7% of statements 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:59 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.067s coverage: 78.3% of statements 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.481s coverage: 92.8% of statements 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.067s coverage: 0.1% of statements 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:02 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.039s coverage: 47.1% of statements 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.048s coverage: 79.5% of statements 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.045s coverage: 94.1% of statements 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements 00:35:02 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.049s coverage: 87.5% of statements 00:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.050s coverage: 94.4% of statements 00:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements 00:35:14 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.064s coverage: 81.4% of statements 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.079s coverage: 92.9% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.045s coverage: 87.2% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.053s coverage: 87.2% of statements 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.6% of statements 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 91.6% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.175s coverage: 62.4% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.047s coverage: 91.3% of statements 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.323s coverage: 69.0% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 38.4% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.062s coverage: 89.5% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.036s coverage: 84.8% of statements 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.0% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.072s coverage: 100.0% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.138s coverage: 87.1% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.056s coverage: 100.0% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.090s coverage: 96.5% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.036s coverage: 100.0% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.032s coverage: 100.0% of statements 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements 00:35:27 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:35:27 GO111MODULE=on go vet ./... 00:35:56 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29409 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws 00:35:56 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 00:35:59 gofmt -l . 00:35:59 [ "`gofmt -l .`" = "" ] 00:35:59 ./bin/test-go-mod-tidy.sh 00:35:59 ./bin/test-attribution-txt.sh [Pipeline] sh 00:36:01 + ls -al . 00:36:01 total 740 00:36:01 drwxrwxr-x 10 1001 1001 4096 Mar 11 00:36 . 00:36:01 drwxr-xr-x 4 root root 28 Mar 11 00:34 .. 00:36:01 -rw-rw-r-- 1 1001 1001 11 Mar 11 00:31 .dockerignore 00:36:01 drwxrwxr-x 8 1001 1001 179 Mar 11 00:31 .git 00:36:01 drwxrwxr-x 3 1001 1001 125 Mar 11 00:31 .github 00:36:01 -rw-rw-r-- 1 1001 1001 818 Mar 11 00:31 .gitignore 00:36:01 drwx------ 3 1001 1001 60 Mar 11 00:32 .semver 00:36:01 -rw-rw-r-- 1 1001 1001 166 Mar 11 00:31 .sonarcloud.properties 00:36:01 -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:31 Attribution.txt 00:36:01 -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:31 CONTRIBUTING.md 00:36:01 -rw-rw-r-- 1 1001 1001 931 Mar 11 00:31 Dockerfile.build 00:36:01 -rw-rw-r-- 1 1001 1001 863 Mar 11 00:31 Jenkinsfile 00:36:01 -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:31 LICENSE 00:36:01 -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:31 Makefile 00:36:01 -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:31 README.md 00:36:01 -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:31 SECURITY.md 00:36:01 -rw-rw-r-- 1 1001 1001 5 Mar 11 00:32 VERSION 00:36:01 -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:31 ZMQWindows.md 00:36:01 drwxrwxr-x 2 1001 1001 117 Mar 11 00:31 bin 00:36:01 drwxrwxr-x 14 1001 1001 4096 Mar 11 00:31 cmd 00:36:01 -rw-r--r-- 1 root root 628838 Mar 11 00:35 coverage.out 00:36:01 -rw-r--r-- 1 root root 1055 Mar 11 00:35 go.mod 00:36:01 -rw-r--r-- 1 root root 21981 Mar 11 00:35 go.sum 00:36:01 drwxrwxr-x 8 1001 1001 127 Mar 11 00:31 internal 00:36:01 drwxrwxr-x 4 1001 1001 26 Mar 11 00:31 openapi 00:36:01 drwxrwxr-x 4 1001 1001 71 Mar 11 00:31 snap 00:36:01 -rw-rw-r-- 1 1001 1001 168 Mar 11 00:31 version.go [Pipeline] sh 00:36:01 + '[' -e coverage.out ] 00:36:01 + chown 1001:1001 coverage.out [Pipeline] stash 00:36:01 Stashed 1 file(s) [Pipeline] sh 00:36:01 using credential edgex-jenkins-ssh 00:36:01 Cloning the remote Git repository 00:36:01 + make build 00:36:01 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 00:36:01 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:36:02 > git init /w/workspace/edgex-go/7 # timeout=10 00:36:02 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:02 > git --version # timeout=10 00:36:02 > git --version # 'git version 2.17.1' 00:36:02 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:08 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 00:36:16 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 00:36:18 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 00:36:20 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 00:36:20 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 00:36:22 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 00:36:24 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 00:36:25 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 00:36:27 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 00:36:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:27 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:27 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:28 Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 00:36:28 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 00:36:29 Merge succeeded, producing 48433427e5e7c9bc9c2f0d75244b4538c84f8772 00:36:29 Checking out Revision 48433427e5e7c9bc9c2f0d75244b4538c84f8772 (PR-3223) 00:36:28 > git config core.sparsecheckout # timeout=10 00:36:28 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 00:36:28 > git remote # timeout=10 00:36:28 > git config --get remote.origin.url # timeout=10 00:36:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:28 > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 00:36:29 > git rev-parse HEAD^{commit} # timeout=10 00:36:29 > git config core.sparsecheckout # timeout=10 00:36:29 > git checkout -f 48433427e5e7c9bc9c2f0d75244b4538c84f8772 # timeout=10 00:36:30 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] } 00:36:32 $ docker stop --time=1 2ad4eafb3ecbcbd18faccbf8eeb3a8103135e3cb450b936b5eeb994be37ab53f 00:36:33 Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" 00:36:33 First time build. Skipping changelog. 00:36:34 $ docker rm -f 2ad4eafb3ecbcbd18faccbf8eeb3a8103135e3cb450b936b5eeb994be37ab53f 00:36:33 > git rev-list --no-walk 7d547e0edfe485c87fa842b675b0221fdd1090ce # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:36 00:36:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:36:37 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 00:36:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:37 latest: Pulling from edgex-devops/edgex-compose 00:36:37 cbdbe7a5bc2a: Pulling fs layer 00:36:37 ca9280d653b3: Pulling fs layer 00:36:37 7e9c9ca2126c: Pulling fs layer [Pipeline] sh 00:36:37 cbdbe7a5bc2a: Verifying Checksum 00:36:37 cbdbe7a5bc2a: Download complete 00:36:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:38 cbdbe7a5bc2a: Pull complete 00:36:38 + true 00:36:38 + sudo service docker restart 00:36:38 ca9280d653b3: Verifying Checksum 00:36:38 ca9280d653b3: Download complete 00:36:39 ca9280d653b3: Pull complete 00:36:39 7e9c9ca2126c: Verifying Checksum 00:36:39 7e9c9ca2126c: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:40 provisioning config files... 00:36:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/7@tmp/config3022482864117214804tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:40 ---> docker-login.sh 00:36:40 nexus3.edgexfoundry.org:10001 00:36:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:42 Configure a credential helper to remove this warning. See 00:36:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:42 00:36:42 Login Succeeded 00:36:42 nexus3.edgexfoundry.org:10002 00:36:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:42 Configure a credential helper to remove this warning. See 00:36:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:42 00:36:42 Login Succeeded 00:36:42 nexus3.edgexfoundry.org:10003 00:36:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:42 Configure a credential helper to remove this warning. See 00:36:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:42 00:36:42 Login Succeeded 00:36:42 nexus3.edgexfoundry.org:10004 00:36:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:43 Configure a credential helper to remove this warning. See 00:36:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:43 00:36:43 Login Succeeded 00:36:43 docker.io 00:36:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:44 Configure a credential helper to remove this warning. See 00:36:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:44 00:36:44 Login Succeeded 00:36:44 ---> docker-login.sh ends [Pipeline] } 00:36:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:44 ========================================================= 00:36:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:44 + 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 . 00:36:46 7e9c9ca2126c: Pull complete 00:36:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:36:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:46 prd-centos7-docker-4c-2g-29402 does not seem to be running inside a container 00:36:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:46 Sending build context to Docker daemon 166.7MB 00:36:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:47 Step 2/6 : FROM ${BASE} 00:36:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:47 5f621e34cdf4: Pulling fs layer 00:36:47 a4357932f1b6: Pulling fs layer 00:36:47 18c013af1878: Pulling fs layer 00:36:47 00ac8860ef70: Pulling fs layer 00:36:47 63d7cb157983: Pulling fs layer 00:36:47 b116817d02f9: Pulling fs layer 00:36:47 745a02a5169b: Pulling fs layer 00:36:47 00ac8860ef70: Waiting 00:36:47 63d7cb157983: Waiting 00:36:47 b116817d02f9: Waiting 00:36:47 745a02a5169b: Waiting 00:36:47 18c013af1878: Verifying Checksum 00:36:47 a4357932f1b6: Verifying Checksum 00:36:47 a4357932f1b6: Download complete 00:36:47 63d7cb157983: Download complete 00:36:47 b116817d02f9: Verifying Checksum 00:36:47 b116817d02f9: Download complete 00:36:47 5f621e34cdf4: Verifying Checksum 00:36:47 5f621e34cdf4: Download complete 00:36:47 5f621e34cdf4: Pull complete 00:36:48 a4357932f1b6: Pull complete 00:36:48 $ docker top 305300cf68daeff833d7ddd4f923e8082c3685f937526b72eb73d92981572637 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:48 18c013af1878: Pull complete 00:36:49 + docker-compose build --help 00:36:49 + grep parallel 00:36:49 745a02a5169b: Verifying Checksum 00:36:49 745a02a5169b: Download complete 00:36:50 --parallel Build images in parallel. [Pipeline] } 00:36:50 $ docker stop --time=1 305300cf68daeff833d7ddd4f923e8082c3685f937526b72eb73d92981572637 00:36:51 00ac8860ef70: Verifying Checksum 00:36:51 00ac8860ef70: Download complete 00:36:51 $ docker rm -f 305300cf68daeff833d7ddd4f923e8082c3685f937526b72eb73d92981572637 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:52 . [Pipeline] withDockerContainer 00:36:52 prd-centos7-docker-4c-2g-29402 does not seem to be running inside a container 00:36:52 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:53 $ docker top 8d719d32f32917d96090a414579c91fab4f86c8ec6265a2bb3a289546a0eab03 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:54 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:55 Building docker-core-command-go ... 00:36:55 Building docker-core-data-go ... 00:36:55 Building docker-core-metadata-go ... 00:36:55 Building docker-security-bootstrapper-go ... 00:36:55 Building docker-security-proxy-setup-go ... 00:36:55 Building docker-security-secretstore-setup-go ... 00:36:55 Building docker-support-notifications-go ... 00:36:55 Building docker-support-scheduler-go ... 00:36:55 Building docker-sys-mgmt-agent-go ... 00:36:55 Building docker-support-notifications-go 00:36:55 Building docker-support-scheduler-go 00:36:55 Building docker-security-secretstore-setup-go 00:36:55 Building docker-core-metadata-go 00:36:55 Building docker-security-proxy-setup-go 00:37:01 00ac8860ef70: Pull complete 00:37:01 63d7cb157983: Pull complete 00:37:01 b116817d02f9: Pull complete 00:37:06 745a02a5169b: Pull complete 00:37:06 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:37:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:37:06 ---> b7e6874047d6 00:37:06 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 00:37:09 ---> Running in e2838a10e646 00:37:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:37:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:37:13 (1/12) Installing libmagic (5.38-r0) 00:37:14 (2/12) Installing file (5.38-r0) 00:37:14 (3/12) Installing libc-dev (0.7.2-r3) 00:37:14 (4/12) Installing g++ (9.3.0-r2) 00:37:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:34 ---> 3484e918a8f5 00:37:34 Step 3/21 : WORKDIR /edgex-go 00:37:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:34 ---> 3484e918a8f5 00:37:34 Step 3/22 : WORKDIR /edgex-go 00:37:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:34 ---> 3484e918a8f5 00:37:34 Step 3/22 : WORKDIR /edgex-go 00:37:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:34 ---> 3484e918a8f5 00:37:34 Step 3/24 : WORKDIR /edgex-go 00:37:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:34 ---> 3484e918a8f5 00:37:34 Step 3/23 : WORKDIR /edgex-go 00:37:35 ---> Running in 47582a31dd64 00:37:35 ---> Running in c9091e0d411f 00:37:35 ---> Running in 1d5fc9e447d0 00:37:35 ---> Running in 1de916c7a00c 00:37:35 ---> Running in ca2a68a19461 00:37:36 Removing intermediate container 1de916c7a00c 00:37:36 ---> 73ad4baf92cf 00:37:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:36 Removing intermediate container c9091e0d411f 00:37:36 ---> e1b992e3929f 00:37:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:36 Removing intermediate container 47582a31dd64 00:37:36 ---> 323a4530d8ac 00:37:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:36 Removing intermediate container 1d5fc9e447d0 00:37:36 ---> 32f20b2da42f 00:37:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:36 Removing intermediate container ca2a68a19461 00:37:36 ---> bb404f8df613 00:37:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:36 ---> Running in d55dd90238a3 00:37:36 ---> Running in 9313bd6610a1 00:37:36 ---> Running in 701b6a8d192b 00:37:36 ---> Running in 8cc4e4bbd7c3 00:37:36 ---> Running in 30f9fae98c81 00:37:36 (5/12) Installing fortify-headers (1.1-r0) 00:37:36 (6/12) Installing patch (2.7.6-r6) 00:37:36 (7/12) Installing build-base (0.5-r2) 00:37:36 (8/12) Installing libsodium (1.0.18-r0) 00:37:36 (9/12) Installing pkgconf (1.7.2-r0) 00:37:36 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:36 (11/12) Installing libzmq (4.3.3-r0) 00:37:36 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:37 Executing busybox-1.31.1-r19.trigger 00:37:37 OK: 217 MiB in 51 packages 00:37:38 Removing intermediate container d55dd90238a3 00:37:38 ---> 625da493b93a 00:37:38 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:37:38 ---> Running in c9f61b910a24 00:37:38 Removing intermediate container 9313bd6610a1 00:37:38 ---> b4900b9c32fc 00:37:38 Step 5/22 : RUN apk add --update --no-cache make git 00:37:38 Removing intermediate container 701b6a8d192b 00:37:38 ---> 62899d708360 00:37:38 Step 5/21 : RUN apk add --update --no-cache make git 00:37:38 Removing intermediate container 8cc4e4bbd7c3 00:37:38 ---> 52685ba3afdf 00:37:38 Step 5/23 : RUN apk add --update --no-cache make git 00:37:38 ---> Running in 6b5b5cd35122 00:37:39 ---> Running in 4912ded510dd 00:37:39 ---> Running in e796389fbfec 00:37:39 Removing intermediate container 30f9fae98c81 00:37:39 ---> 68e302a4b61e 00:37:39 Step 5/24 : RUN apk add --update --no-cache make git 00:37:39 ---> Running in 95cbb35b5986 00:37:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:41 Removing intermediate container e2838a10e646 00:37:41 ---> 13d40a0b2736 00:37:41 Step 4/6 : WORKDIR /edgex-go 00:37:41 ---> Running in a74c42d96a17 00:37:41 OK: 233 MiB in 51 packages 00:37:41 Removing intermediate container a74c42d96a17 00:37:41 ---> 59fecf4c9e8c 00:37:41 Step 5/6 : COPY go.mod . 00:37:41 OK: 233 MiB in 51 packages 00:37:42 OK: 233 MiB in 51 packages 00:37:42 ---> 52c59bde7927 00:37:42 Step 6/6 : RUN go mod download 00:37:42 Removing intermediate container c9f61b910a24 00:37:42 ---> b493e783e1a7 00:37:42 Step 6/22 : COPY go.mod . 00:37:42 OK: 233 MiB in 51 packages 00:37:42 OK: 233 MiB in 51 packages 00:37:42 ---> Running in b497066d4909 00:37:42 Removing intermediate container 6b5b5cd35122 00:37:42 ---> 74b2d46132ea 00:37:42 Step 6/22 : COPY go.mod . 00:37:42 ---> 723a5ed68285 00:37:42 Step 7/22 : RUN go mod download 00:37:42 ---> Running in c0e8a96433b8 00:37:43 Removing intermediate container 4912ded510dd 00:37:43 ---> 8741d762dd8a 00:37:43 Step 6/21 : COPY go.mod . 00:37:43 ---> c0fadbc19df4 00:37:43 Step 7/22 : RUN go mod download 00:37:43 ---> Running in d4b35e7ef921 00:37:43 Removing intermediate container e796389fbfec 00:37:43 ---> f2088b6d5b3f 00:37:43 Step 6/23 : COPY go.mod . 00:37:43 Removing intermediate container 95cbb35b5986 00:37:43 ---> 3d3ef128c9e6 00:37:43 Step 6/24 : COPY go.mod . 00:37:43 ---> 14b8a0f203f1 00:37:43 Step 7/21 : RUN go mod download 00:37:43 ---> Running in b4aa50e37a3e 00:37:44 ---> 70a08c07c3c7 00:37:44 Step 7/23 : RUN go mod download 00:37:44 ---> 1892486e3c03 00:37:44 Step 7/24 : RUN go mod download 00:37:44 ---> Running in c69ed0086f32 00:37:44 ---> Running in 89ad0eab1a47 00:37:45 Removing intermediate container c0e8a96433b8 00:37:45 ---> 9a150499cc6d 00:37:45 Step 8/22 : COPY . . 00:37:46 Removing intermediate container d4b35e7ef921 00:37:46 ---> d41bad56abbe 00:37:46 Step 8/22 : COPY . . 00:37:46 Removing intermediate container b4aa50e37a3e 00:37:46 ---> 4f894466306b 00:37:46 Step 8/21 : COPY . . 00:37:48 Removing intermediate container c69ed0086f32 00:37:48 ---> 6f58f6f4e2f7 00:37:48 Step 8/23 : COPY . . 00:37:50 Removing intermediate container 89ad0eab1a47 00:37:50 ---> a1949f30c4aa 00:37:50 Step 8/24 : COPY . . 00:38:09 Removing intermediate container b497066d4909 00:38:09 ---> 5f6d1fbbfa16 00:38:09 Successfully built 5f6d1fbbfa16 00:38:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:38:09 + docker inspect -f . ci-base-image-arm64 00:38:09 . [Pipeline] withDockerContainer 00:38:09 prd-ubuntu18.04-docker-arm64-4c-16g-29409 does not seem to be running inside a container 00:38:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:11 $ docker top 974f2b8e42fda9a41e4d4d61df6a083d3b27b373c5062a4f13b2cffaa3b76951 -eo pid,comm [Pipeline] { [Pipeline] sh 00:38:12 + go version 00:38:12 go version go1.15.5 linux/arm64 [Pipeline] } 00:38:12 $ docker stop --time=1 974f2b8e42fda9a41e4d4d61df6a083d3b27b373c5062a4f13b2cffaa3b76951 00:38:14 $ docker rm -f 974f2b8e42fda9a41e4d4d61df6a083d3b27b373c5062a4f13b2cffaa3b76951 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:38:15 + docker inspect -f . ci-base-image-arm64 00:38:15 . [Pipeline] withDockerContainer 00:38:15 prd-ubuntu18.04-docker-arm64-4c-16g-29409 does not seem to be running inside a container 00:38:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:38:17 $ docker top dd087ffdfbc8b154af1c1892f40c6bb9f413d038ec719ecf7c7635122d90f29b -eo pid,comm [Pipeline] { [Pipeline] echo 00:38:17 ========================================================= 00:38:17 [edgeXBuildGoParallel] Running Tests and Build... 00:38:17 ========================================================= [Pipeline] sh 00:38:18 + make test 00:38:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:38:29 ---> 984ea7fb771f 00:38:29 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:38:29 ---> eafad280c2c0 00:38:29 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:29 ---> Running in d2b1ffcbb608 00:38:29 ---> Running in e3be8fedf2d4 00:38:29 ---> fa5058b82530 00:38:29 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:38:29 ---> 452cfc9997a9 00:38:29 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:38:29 ---> f6b5f70f3c17 00:38:29 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:38:29 ---> Running in 2bb50bde1a26 00:38:29 ---> Running in 40c4e09c38a9 00:38:29 ---> Running in 87e7a8667009 00:38:29 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 00:38:29 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 00:38:29 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 00:38:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:29 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 00:38:41 ? github.com/edgexfoundry/edgex-go [no test files] 00:39:08 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 00:39:08 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 00:39:16 Removing intermediate container 2bb50bde1a26 00:39:16 ---> 1e10dee3edb4 00:39:16 00:39:16 Step 10/24 : FROM alpine:3.12 00:39:16 3.12: Pulling from library/alpine 00:39:18 Removing intermediate container e3be8fedf2d4 00:39:18 ---> 74547de86fbc 00:39:18 00:39:18 Step 10/21 : FROM alpine:3.12 00:39:18 3.12: Pulling from library/alpine 00:39:18 Removing intermediate container 40c4e09c38a9 00:39:18 ---> ba44815e8038 00:39:18 00:39:18 Step 10/22 : FROM alpine:3.12 00:39:18 Removing intermediate container d2b1ffcbb608 00:39:18 ---> 047c4429e250 00:39:18 00:39:18 Step 10/22 : FROM alpine:3.12 00:39:18 3.12: Pulling from library/alpine 00:39:18 3.12: Pulling from library/alpine 00:39:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:39:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:39:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:39:18 Status: Downloaded newer image for alpine:3.12 00:39:18 Status: Downloaded newer image for alpine:3.12 00:39:18 Status: Image is up to date for alpine:3.12 00:39:18 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:39:18 Status: Image is up to date for alpine:3.12 00:39:18 ---> 88dd2752d2ea 00:39:18 Step 11/21 : RUN apk add --update --no-cache curl 00:39:18 ---> 88dd2752d2ea 00:39:18 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:39:18 ---> 88dd2752d2ea 00:39:18 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:39:18 ---> 88dd2752d2ea 00:39:18 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:39:20 ---> Running in 000e91a63519 00:39:20 ---> Running in 8790ed5ed96f 00:39:20 ---> Running in 3372e0e60c0a 00:39:20 ---> Running in 19808245eebf 00:39:20 Removing intermediate container 87e7a8667009 00:39:20 ---> 17394e209869 00:39:20 00:39:20 Step 10/23 : FROM alpine:3.12 00:39:20 ---> 88dd2752d2ea 00:39:20 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:39:20 ---> Running in e9eb97543ab2 00:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:21 (1/5) Installing ca-certificates (20191127-r4) 00:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:21 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:39:21 (3/5) Installing libcurl (7.69.1-r3) 00:39:21 (4/5) Installing curl (7.69.1-r3) 00:39:21 (5/5) Installing dumb-init (1.2.2-r1) 00:39:21 Executing busybox-1.31.1-r19.trigger 00:39:21 Executing ca-certificates-20191127-r4.trigger 00:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:21 OK: 7 MiB in 19 packages 00:39:21 (1/4) Installing ca-certificates (20191127-r4) 00:39:21 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:21 (3/4) Installing libcurl (7.69.1-r3) 00:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:21 (4/4) Installing curl (7.69.1-r3) 00:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:21 Executing busybox-1.31.1-r19.trigger 00:39:21 Executing ca-certificates-20191127-r4.trigger 00:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:21 (1/1) Installing dumb-init (1.2.2-r1) 00:39:21 Executing busybox-1.31.1-r19.trigger 00:39:21 OK: 6 MiB in 15 packages 00:39:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:21 OK: 7 MiB in 18 packages 00:39:22 (1/2) Installing ca-certificates (20191127-r4) 00:39:22 (1/1) Installing dumb-init (1.2.2-r1) 00:39:22 Executing busybox-1.31.1-r19.trigger 00:39:22 OK: 6 MiB in 15 packages 00:39:22 (2/2) Installing dumb-init (1.2.2-r1) 00:39:22 Executing busybox-1.31.1-r19.trigger 00:39:22 Executing ca-certificates-20191127-r4.trigger 00:39:22 OK: 6 MiB in 16 packages 00:39:24 Removing intermediate container 000e91a63519 00:39:24 ---> 87753d9cc5a4 00:39:24 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:24 Removing intermediate container 3372e0e60c0a 00:39:24 ---> 4ebed5a87dff 00:39:24 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:25 ---> Running in 037eeb5ad3b1 00:39:25 ---> Running in 1cc0e371e9d1 00:39:25 Removing intermediate container e9eb97543ab2 00:39:25 ---> 4d38cb7cd489 00:39:25 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:39:25 Removing intermediate container 8790ed5ed96f 00:39:25 ---> 11d97f890c5c 00:39:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:39:25 Removing intermediate container 19808245eebf 00:39:25 ---> d5fb90337691 00:39:25 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:25 ---> Running in 8c7b2df872ed 00:39:25 ---> Running in 1c15b30416b5 00:39:25 Removing intermediate container 037eeb5ad3b1 00:39:25 ---> 32ae68adb156 00:39:25 Step 13/24 : WORKDIR / 00:39:26 Removing intermediate container 1cc0e371e9d1 00:39:26 ---> e281015d6e65 00:39:26 Step 13/22 : ENV APP_PORT=48085 00:39:26 ---> Running in 10d1c2c655e8 00:39:26 ---> Running in 260d0796a4e3 00:39:26 ---> Running in b808b5d89775 00:39:26 Removing intermediate container 8c7b2df872ed 00:39:26 ---> 79c8ebe1556a 00:39:26 Step 13/23 : ENV APP_PORT=48081 00:39:26 Removing intermediate container 1c15b30416b5 00:39:26 ---> 23c8008334f9 00:39:26 Step 13/22 : ENV APP_PORT=48060 00:39:26 Removing intermediate container 10d1c2c655e8 00:39:26 ---> 5d3f9f31c908 00:39:26 Step 13/21 : WORKDIR /edgex 00:39:26 ---> Running in c8f778493379 00:39:26 ---> Running in c6732a4d75be 00:39:26 ---> Running in 6d972d654041 00:39:26 Removing intermediate container 260d0796a4e3 00:39:26 ---> 45cd642adc69 00:39:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:39:26 Removing intermediate container b808b5d89775 00:39:26 ---> d88c1d1e3c25 00:39:26 Step 14/22 : EXPOSE $APP_PORT 00:39:27 ---> Running in 00bb1e109fd7 00:39:27 Removing intermediate container c8f778493379 00:39:27 ---> 6cba90dee524 00:39:27 Step 14/23 : EXPOSE $APP_PORT 00:39:27 Removing intermediate container c6732a4d75be 00:39:27 ---> f1d76580d4bb 00:39:27 Step 14/22 : EXPOSE $APP_PORT 00:39:27 Removing intermediate container 6d972d654041 00:39:27 ---> 282e0db6acfa 00:39:27 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:27 ---> bf24dce3d7fb 00:39:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:39:27 Removing intermediate container 00bb1e109fd7 00:39:27 ---> 303257d93131 00:39:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:27 ---> Running in d162c6be7769 00:39:27 ---> Running in 2bbe94bf12ea 00:39:27 ---> 00f607450411 00:39:27 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:27 ---> cfaa67aed168 00:39:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:39:27 Removing intermediate container d162c6be7769 00:39:27 ---> 983cd13581ac 00:39:27 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:27 ---> 91df55c3c29b 00:39:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:28 Removing intermediate container 2bbe94bf12ea 00:39:28 ---> d4fba0e9eed0 00:39:28 Step 15/23 : WORKDIR / 00:39:28 ---> ddb2ef497a8f 00:39:28 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:39:28 ---> Running in 1f7fd70246c2 00:39:28 ---> 82c28cd2b425 00:39:28 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:28 ---> 58f09eebfd57 00:39:28 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:28 Removing intermediate container 1f7fd70246c2 00:39:28 ---> b50626a388d8 00:39:28 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:28 ---> 38faadfc4c99 00:39:28 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:29 ---> 8881d94a97c6 00:39:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:39:29 ---> 1fdb8ce45518 00:39:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:29 ---> fcaa21e9831c 00:39:29 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:39:29 ---> 6af4690cb160 00:39:29 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:29 ---> 50181c3025d2 00:39:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:29 ---> Running in 4250becc9122 00:39:29 ---> Running in c4b94ffe81f3 00:39:29 ---> 697f1a538e3f 00:39:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:39:29 Removing intermediate container 4250becc9122 00:39:29 ---> 1a9b7a8a730a 00:39:29 Step 18/21 : CMD ["--init=true"] 00:39:29 Removing intermediate container c4b94ffe81f3 00:39:29 ---> ed2f0fba26cb 00:39:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:29 ---> feaf3ab0ffea 00:39:29 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:39:30 ---> Running in 08888ade691d 00:39:30 ---> Running in c057d9178e5a 00:39:30 ---> Running in 28c81e5f9322 00:39:30 ---> 20f2f7ff74ec 00:39:30 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:30 ---> 2bbc159306f3 00:39:30 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/ 00:39:30 Removing intermediate container 08888ade691d 00:39:30 ---> a7270edf2c4c 00:39:30 Step 19/21 : LABEL arch=x86_64 00:39:30 ---> Running in 80875fbaf1b9 00:39:30 ---> Running in 87127c256a38 00:39:31 Removing intermediate container 28c81e5f9322 00:39:31 ---> c6f96bbc85b3 00:39:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:31 Removing intermediate container c057d9178e5a 00:39:31 ---> c4f1422856d1 00:39:31 Step 20/22 : LABEL arch=x86_64 00:39:31 ---> dce90ba10750 00:39:31 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:39:31 ---> Running in cd336e8f4d8a 00:39:31 ---> Running in d6cdf7c283fd 00:39:31 ---> Running in a297c703b225 00:39:31 Removing intermediate container 87127c256a38 00:39:31 ---> 86e7c61ddc1e 00:39:31 Step 20/21 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:39:31 ---> Running in b906e1ef64ed 00:39:31 Removing intermediate container cd336e8f4d8a 00:39:31 ---> 04d4d138f964 00:39:31 Step 20/22 : LABEL arch=x86_64 00:39:31 Removing intermediate container d6cdf7c283fd 00:39:31 ---> 95362f658893 00:39:31 Step 21/22 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:39:31 ---> Running in 88719702a919 00:39:31 Removing intermediate container a297c703b225 00:39:31 ---> a883b6a3af71 00:39:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:31 ---> Running in 3d1c2041b447 00:39:31 ---> Running in adcbb186ab49 00:39:31 Removing intermediate container b906e1ef64ed 00:39:31 ---> 73fde30fa521 00:39:31 Step 21/21 : LABEL version=0.0.0 00:39:32 Removing intermediate container 88719702a919 00:39:32 ---> c36954308768 00:39:32 Step 21/22 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:39:32 ---> Running in 58e36d307010 00:39:32 ---> Running in 1d4eb483cfc7 00:39:32 Removing intermediate container 3d1c2041b447 00:39:32 ---> e4bf2ae57e0b 00:39:32 Step 22/22 : LABEL version=0.0.0 00:39:32 Removing intermediate container adcbb186ab49 00:39:32 ---> 282f1e48eb08 00:39:32 Step 21/23 : LABEL arch=x86_64 00:39:32 ---> Running in 7ec06d7d8fee 00:39:32 ---> Running in eda0bc225401 00:39:32 Removing intermediate container 1d4eb483cfc7 00:39:32 ---> 9f9304b6359a 00:39:32 Step 22/22 : LABEL version=0.0.0 00:39:32 Removing intermediate container 58e36d307010 00:39:32 ---> cdb6323b2a30 00:39:32 00:39:32 ---> Running in a9565140f088 00:39:33 Removing intermediate container 80875fbaf1b9 00:39:33 ---> 67712d3f8704 00:39:33 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:39:33 Removing intermediate container eda0bc225401 00:39:33 ---> 19be56bb88e1 00:39:33 Step 22/23 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:39:33 Removing intermediate container 7ec06d7d8fee 00:39:33 ---> a62068217f85 00:39:33 00:39:33 Successfully built cdb6323b2a30 00:39:33 ---> Running in 07d8b53d6d5b 00:39:33 Successfully tagged docker-security-proxy-setup-go:latest 00:39:33  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:39:33 ---> Running in 4afb68e8162f 00:39:33 Removing intermediate container a9565140f088 00:39:33 ---> 429f94deca6b 00:39:33 00:39:33 Successfully built a62068217f85 00:39:33 Successfully tagged docker-support-scheduler-go:latest 00:39:33  Building docker-support-scheduler-go ... done Building docker-core-command-go 00:39:33 Successfully built 429f94deca6b 00:39:33 Removing intermediate container 07d8b53d6d5b 00:39:33 ---> 99c7f2eaa70f 00:39:33 Step 22/24 : LABEL arch=x86_64 00:39:33 Successfully tagged docker-support-notifications-go:latest 00:39:33  Building docker-support-notifications-go ... done Building docker-core-data-go 00:39:33 Removing intermediate container 4afb68e8162f 00:39:33 ---> ff21edf8f899 00:39:33 Step 23/23 : LABEL version=0.0.0 00:39:34 ---> Running in 167c85523815 00:39:34 ---> Running in ba3a26c63d82 00:39:34 Removing intermediate container 167c85523815 00:39:34 ---> 7adacfd1b781 00:39:34 Step 23/24 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:39:34 Removing intermediate container ba3a26c63d82 00:39:34 ---> bb0c7d797316 00:39:34 00:39:34 ---> Running in 7511bc60a52e 00:39:34 Successfully built bb0c7d797316 00:39:34 Successfully tagged docker-core-metadata-go:latest 00:39:34 Building docker-security-bootstrapper-go 00:39:34  Building docker-core-metadata-go ... done Removing intermediate container 7511bc60a52e 00:39:34 ---> 2543241f4755 00:39:34 Step 24/24 : LABEL version=0.0.0 00:39:34 ---> Running in 2dec7b072a8b 00:39:34 Removing intermediate container 2dec7b072a8b 00:39:34 ---> d180b2313bbc 00:39:34 00:39:35 Successfully built d180b2313bbc 00:39:35 Successfully tagged docker-security-secretstore-setup-go:latest 00:39:50 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:40:01  Building docker-security-secretstore-setup-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:01 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:40:01 ---> 3484e918a8f5 00:40:01 Step 3/26 : WORKDIR /edgex-go 00:40:01 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:01 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:01 ---> 3484e918a8f5 00:40:01 Step 3/23 : WORKDIR /edgex-go 00:40:02 ---> Using cache 00:40:02 ---> bb404f8df613 00:40:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:02 ---> Using cache 00:40:02 ---> bb404f8df613 00:40:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:02 ---> Using cache 00:40:02 ---> 68e302a4b61e 00:40:02 Step 5/26 : RUN apk add --update --no-cache make bash git 00:40:02 ---> Using cache 00:40:02 ---> 68e302a4b61e 00:40:02 Step 5/23 : RUN apk add --update --no-cache make git 00:40:02 ---> Using cache 00:40:02 ---> 3d3ef128c9e6 00:40:02 Step 6/23 : COPY go.mod . 00:40:02 ---> Using cache 00:40:02 ---> 1892486e3c03 00:40:02 Step 7/23 : RUN go mod download 00:40:02 ---> Using cache 00:40:02 ---> a1949f30c4aa 00:40:02 Step 8/23 : COPY . . 00:40:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:40:02 ---> 3484e918a8f5 00:40:02 Step 3/23 : WORKDIR /edgex-go 00:40:02 ---> Using cache 00:40:02 ---> bb404f8df613 00:40:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:02 ---> Using cache 00:40:02 ---> 68e302a4b61e 00:40:02 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:40:02 ---> Using cache 00:40:02 ---> f6b5f70f3c17 00:40:02 Step 9/23 : RUN make cmd/core-command/core-command 00:40:02 Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:40:02 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:40:02 ---> 3484e918a8f5 00:40:02 Step 3/31 : WORKDIR /edgex-go 00:40:02 ---> Using cache 00:40:02 ---> bb404f8df613 00:40:02 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:02 ---> Using cache 00:40:02 ---> 68e302a4b61e 00:40:02 Step 5/31 : RUN apk add --update --no-cache make git 00:40:02 ---> Using cache 00:40:02 ---> 3d3ef128c9e6 00:40:02 Step 6/31 : COPY go.mod . 00:40:02 ---> Using cache 00:40:02 ---> 1892486e3c03 00:40:02 Step 7/31 : RUN go mod download 00:40:02 ---> Using cache 00:40:02 ---> a1949f30c4aa 00:40:02 Step 8/31 : COPY . . 00:40:02 ---> Using cache 00:40:02 ---> f6b5f70f3c17 00:40:02 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:40:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:40:04 ---> Running in f752c0c775d8 00:40:04 ---> Running in a4b233f69552 00:40:04 ---> Running in 1168fb17fc5f 00:40:04 ---> Running in 34e78a967f63 00:40:05 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 00:40:05 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 00:40:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:06 OK: 233 MiB in 51 packages 00:40:06 OK: 233 MiB in 51 packages 00:40:08 Removing intermediate container a4b233f69552 00:40:08 ---> ff786add86e7 00:40:08 Step 6/26 : COPY go.mod . 00:40:08 Removing intermediate container 34e78a967f63 00:40:08 ---> 52a69777cd58 00:40:08 Step 6/23 : COPY go.mod . 00:40:08 ---> 838a61430e74 00:40:08 Step 7/26 : RUN go mod download 00:40:09 ---> Running in f0a3022b4d2d 00:40:09 ---> ea1140b69bbd 00:40:09 Step 7/23 : RUN go mod download 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.436s coverage: 45.9% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.325s coverage: 100.0% of statements 00:40:10 ---> Running in e478964b664c 00:40:12 Removing intermediate container e478964b664c 00:40:12 ---> 3836c3f7c378 00:40:12 Step 8/23 : COPY . . 00:40:12 Removing intermediate container f0a3022b4d2d 00:40:13 ---> bd93f2ae465b 00:40:13 Step 8/26 : COPY . . 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.568s coverage: 27.1% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:40:16 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.104s coverage: 100.0% of statements 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:40:16 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:40:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.331s coverage: 71.3% of statements 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:40:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.523s coverage: 82.9% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.233s coverage: 78.9% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.332s coverage: 28.6% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.175s coverage: 100.0% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.341s coverage: 86.7% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.363s coverage: 97.5% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:40:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.140s coverage: 78.3% of statements 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:40:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.294s coverage: 92.8% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.262s coverage: 0.1% of statements 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:40:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.094s coverage: 47.1% of statements 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.099s coverage: 79.5% of statements 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.055s coverage: 94.1% of statements 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.084s coverage: 96.3% of statements 00:40:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements 00:40:46 Removing intermediate container 1168fb17fc5f 00:40:46 ---> ac0fffca44ac 00:40:46 00:40:46 Step 10/23 : FROM alpine:3.12Removing intermediate container f752c0c775d8 00:40:46 00:40:46 ---> 88dd2752d2ea 00:40:46 ---> 3f86a573f61c 00:40:46 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:40:46 00:40:46 Step 10/31 : FROM alpine:3.12 00:40:46 ---> 88dd2752d2ea 00:40:46 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:40:46 ---> b0fbe49e303b 00:40:46 Step 9/23 : RUN make cmd/core-data/core-data 00:40:46 ---> Using cache 00:40:46 ---> 4d38cb7cd489 00:40:46 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:40:46 ---> Using cache 00:40:46 ---> 79c8ebe1556a 00:40:46 Step 13/23 : ENV APP_PORT=48082 00:40:46 ---> 7b8a82efe867 00:40:46 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:40:46 ---> Running in b855695ecb66 00:40:46 ---> Running in 5ec812d502b7 00:40:46 ---> Running in e11c0e7e1aae 00:40:46 ---> Running in 046185717d8d 00:40:46 Removing intermediate container 046185717d8d 00:40:46 ---> 83994e7c3818 00:40:46 Step 14/23 : EXPOSE $APP_PORT 00:40:46 Removing intermediate container e11c0e7e1aae 00:40:46 ---> fadf66abf72e 00:40:46 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:40:46 ---> Running in 8a8cce39de4e 00:40:46 ---> Running in 8a2c7e5136f8 00:40:46 Removing intermediate container 8a8cce39de4e 00:40:46 ---> d7e57e2c6667 00:40:46 Step 15/23 : WORKDIR / 00:40:46 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 00:40:46 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:46 ---> Running in c76c40e0ea01 00:40:46 Removing intermediate container c76c40e0ea01 00:40:46 ---> f65d5fcce76e 00:40:46 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:46 ---> 4ae78c124c60 00:40:46 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:46 (1/2) Installing dumb-init (1.2.2-r1) 00:40:46 (2/2) Installing su-exec (0.2-r1) 00:40:46 Executing busybox-1.31.1-r19.trigger 00:40:46 OK: 6 MiB in 16 packages 00:40:46 ---> 330141f26b09 00:40:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:46 Removing intermediate container 8a2c7e5136f8 00:40:46 ---> 07f97fd5ce67 00:40:46 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:40:46 ---> Running in 3bb790077096 00:40:46 ---> f41c55c4b5f1 00:40:46 Step 19/23 : ENTRYPOINT ["/core-command"] 00:40:46 ---> Running in 7c36689bff21 00:40:46 Removing intermediate container 3bb790077096 00:40:46 ---> 577b4a56d261 00:40:46 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:40:46 ---> Running in c1f9ded41800 00:40:46 Removing intermediate container 7c36689bff21 00:40:46 ---> d71d89f17462 00:40:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:46 ---> Running in b1f69212ce99 00:40:46 Removing intermediate container c1f9ded41800 00:40:46 ---> d23ff1e37edd 00:40:46 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:40:46 ---> Running in 2fef6e85f0c3 00:40:46 Removing intermediate container b1f69212ce99 00:40:46 ---> 824c0184361e 00:40:46 Step 21/23 : LABEL arch=x86_64 00:40:46 ---> Running in 21989d51ab3a 00:40:46 Removing intermediate container 21989d51ab3a 00:40:46 ---> 0b24f35d2881 00:40:46 Step 22/23 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:40:46 ---> Running in e783f2cfd02d 00:40:47 Removing intermediate container e783f2cfd02d 00:40:47 ---> 2611bd2f4fa4 00:40:47 Step 23/23 : LABEL version=0.0.0 00:40:48 ---> Running in add4876b1e51 00:40:48 Removing intermediate container add4876b1e51 00:40:48 ---> 137ec8dca7c7 00:40:48 00:40:48 Removing intermediate container 2fef6e85f0c3 00:40:48 ---> bdc80a95eff5 00:40:48 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:40:48 Successfully built 137ec8dca7c7 00:40:48 ---> Running in 5fcd1ac8e99c 00:40:48 Successfully tagged docker-core-command-go:latest 00:40:49  Building docker-core-command-go ... done Removing intermediate container 5fcd1ac8e99c 00:40:49 ---> 445e9bccce65 00:40:49 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:40:49 ---> e0afe64a4097 00:40:49 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:40:49 ---> Running in 2fb68e3dd62a 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.092s coverage: 94.4% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.059s coverage: 44.8% of statements 00:40:50 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 6.119s coverage: 81.4% of statements 00:40:53 Removing intermediate container 2fb68e3dd62a 00:40:53 ---> d89bd6b0c057 00:40:53 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:40:53 ---> cb889221f07e 00:40:53 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:40:54 ---> ab3333239d7b 00:40:54 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:40:56 ---> f26229a6bfdf 00:40:56 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:40:56 ---> 04b764b23557 00:40:56 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:40:57 ---> 6a4702977025 00:40:57 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:40:57 ---> Running in b311631603b1 00:40:57 Removing intermediate container b311631603b1 00:40:57 ---> e23d44ee5abd 00:40:57 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:40:58 ---> 0fd2886e9249 00:40:58 Step 26/31 : RUN chmod +x /entrypoint.sh 00:40:58 ---> Running in d58bb243624e 00:41:01 Removing intermediate container d58bb243624e 00:41:01 ---> 2e9d6befda32 00:41:01 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:41:01 ---> Running in 9c44a21657e3 00:41:01 Removing intermediate container 9c44a21657e3 00:41:01 ---> 79188fc9df46 00:41:01 Step 28/31 : CMD ["gate"] 00:41:02 ---> Running in 5d150bace8e3 00:41:02 Removing intermediate container 5d150bace8e3 00:41:02 ---> af203b5ded84 00:41:02 Step 29/31 : LABEL arch=x86_64 00:41:02 ---> Running in 82bee33fc18b 00:41:02 Removing intermediate container 82bee33fc18b 00:41:02 ---> 04c2f570929e 00:41:02 Step 30/31 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:41:03 ---> Running in ddce6616b3c6 00:41:03 Removing intermediate container ddce6616b3c6 00:41:03 ---> aa2fbf6df604 00:41:03 Step 31/31 : LABEL version=0.0.0 00:41:04 ---> Running in cfebad5ca697 00:41:04 Removing intermediate container b855695ecb66 00:41:04 ---> 521d74ed8d93 00:41:04 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:41:05 ---> Running in f07450598b5f 00:41:05 Removing intermediate container cfebad5ca697 00:41:05 ---> df8c901b8184 00:41:05 00:41:05 Successfully built df8c901b8184 00:41:05 Successfully tagged docker-security-bootstrapper-go:latest 00:41:05  Building docker-security-bootstrapper-go ... done 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 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.135s coverage: 92.9% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.055s coverage: 77.8% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.056s coverage: 100.0% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.089s coverage: 75.5% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.132s coverage: 87.2% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.6% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.174s coverage: 91.6% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.562s coverage: 62.4% of statements 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:41:06 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.077s coverage: 100.0% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements 00:41:06 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 00:41:08 Removing intermediate container 5ec812d502b7 00:41:08 ---> 12147fb33b13 00:41:08 00:41:08 Step 10/23 : FROM alpine:3.12 00:41:08 ---> 88dd2752d2ea 00:41:08 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:08 ---> Running in c6e7dee402a3 00:41:08 Removing intermediate container f07450598b5f 00:41:08 ---> 14a2bf499a1b 00:41:08 00:41:08 Step 11/26 : FROM docker:20.10.0 00:41:08 20.10.0: Pulling from library/docker 00:41:08 Removing intermediate container c6e7dee402a3 00:41:08 ---> 34ec5fa3c14e 00:41:08 Step 12/23 : ENV APP_PORT=48080 00:41:08 ---> Running in 8706a0a372c5 00:41:09 Removing intermediate container 8706a0a372c5 00:41:09 ---> 8ff106d8ebc1 00:41:09 Step 13/23 : EXPOSE $APP_PORT 00:41:09 ---> Running in 66bb5101ab26 00:41:09 Removing intermediate container 66bb5101ab26 00:41:09 ---> a60acca9b3a4 00:41:09 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.895s coverage: 69.0% of statements 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:41:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] 00:41:09 ---> Running in 0a4035238ef2 00:41:12 Removing intermediate container 0a4035238ef2 00:41:12 ---> 6baed7b65eb3 00:41:12 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:41:12 ---> Running in 0cf914fade57 00:41:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.383s coverage: 38.4% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.190s coverage: 89.5% of statements 00:41:12 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] 00:41:12 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.100s coverage: 84.8% of statements 00:41:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:14 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:41:14 Status: Downloaded newer image for docker:20.10.0 00:41:14 ---> aefe523efa57 00:41:14 Step 12/26 : RUN apk add --no-cache bash 00:41:14 (1/6) Installing dumb-init (1.2.2-r1) 00:41:14 (2/6) Installing libgcc (9.3.0-r2) 00:41:14 (3/6) Installing libsodium (1.0.18-r0) 00:41:14 ---> Running in b218c2e26855 00:41:14 (4/6) Installing libstdc++ (9.3.0-r2) 00:41:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:15 (5/6) Installing libzmq (4.3.3-r0) 00:41:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:15 (1/2) Installing readline (8.0.4-r0) 00:41:15 (2/2) Installing bash (5.0.17-r0) 00:41:15 Executing bash-5.0.17-r0.post-install 00:41:15 Executing busybox-1.31.1-r19.trigger 00:41:15 OK: 12 MiB in 22 packages 00:41:15 (6/6) Installing zeromq (4.3.3-r0) 00:41:15 Executing busybox-1.31.1-r19.trigger 00:41:15 OK: 8 MiB in 20 packages 00:41:16 Removing intermediate container b218c2e26855 00:41:16 ---> 936bf0e50db4 00:41:16 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:41:16 ---> Running in 3b29d3a4015b 00:41:16 Removing intermediate container 0cf914fade57 00:41:16 ---> 9cf3b3debc5b 00:41:16 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:41:16 Removing intermediate container 3b29d3a4015b 00:41:16 ---> df8e704098e3 00:41:16 Step 14/26 : ENV APP_PORT=48090 00:41:16 ---> Running in 10f79903f509 00:41:16 ---> 6caed443c7da 00:41:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:41:16 Removing intermediate container 10f79903f509 00:41:16 ---> e95674346fae 00:41:16 Step 15/26 : EXPOSE $APP_PORT 00:41:16 ---> Running in 22f6a8fce9c6 00:41:18 Removing intermediate container 22f6a8fce9c6 00:41:18 ---> 5e45aa9b73a7 00:41:18 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:41:18 ---> e8117ec83003 00:41:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:41:18 ---> f18c5502ce69 00:41:18 Step 19/23 : ENTRYPOINT ["/core-data"] 00:41:18 ---> d8c0dc620601 00:41:18 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:41:18 ---> Running in 98bb31b30751 00:41:18 Removing intermediate container 98bb31b30751 00:41:18 ---> ea7f04297c6c 00:41:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:18 ---> Running in 68c3e7528f41 00:41:18 ---> a4ad50eb7b7f 00:41:18 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:41:19 Removing intermediate container 68c3e7528f41 00:41:19 ---> c04fd080afb2 00:41:19 Step 21/23 : LABEL arch=x86_64 00:41:19 ---> Running in f7ba18bd29ef 00:41:19 ---> bfe217609068 00:41:19 Step 19/26 : RUN apk --no-cache add py3-pip 00:41:19 ---> Running in 0051345c5a29 00:41:19 Removing intermediate container f7ba18bd29ef 00:41:19 ---> 1527a51b3b17 00:41:19 Step 22/23 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.497s coverage: 47.0% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.142s coverage: 100.0% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.123s coverage: 100.0% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:41:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.447s coverage: 87.1% of statements 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:41:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:41:19 ---> Running in a553ac01afb8 00:41:19 Removing intermediate container a553ac01afb8 00:41:19 ---> 96a877e063d9 00:41:19 Step 23/23 : LABEL version=0.0.0 00:41:19 ---> Running in 170c5bac49ab 00:41:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:20 Removing intermediate container 170c5bac49ab 00:41:20 ---> 2b6bf7774d01 00:41:20 00:41:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:20 Successfully built 2b6bf7774d01 00:41:20 Successfully tagged docker-core-data-go:latest 00:41:20  Building docker-core-data-go ... done (1/33) Installing libbz2 (1.0.8-r1) 00:41:20 (2/33) Installing expat (2.2.9-r1) 00:41:20 (3/33) Installing libffi (3.3-r2) 00:41:20 (4/33) Installing gdbm (1.13-r1) 00:41:20 (5/33) Installing xz-libs (5.2.5-r0) 00:41:20 (6/33) Installing sqlite-libs (3.32.1-r0) 00:41:20 (7/33) Installing python3 (3.8.5-r1) 00:41:21 (8/33) Installing py3-appdirs (1.4.4-r1) 00:41:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:41:21 (10/33) Installing py3-parsing (2.4.7-r0) 00:41:21 (11/33) Installing py3-six (1.15.0-r0) 00:41:21 (12/33) Installing py3-packaging (20.4-r0) 00:41:21 (13/33) Installing py3-setuptools (47.0.0-r0) 00:41:21 (14/33) Installing py3-chardet (3.0.4-r4) 00:41:21 (15/33) Installing py3-idna (2.9-r0) 00:41:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:41:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:41:21 (18/33) Installing py3-requests (2.23.0-r0) 00:41:21 (19/33) Installing py3-msgpack (1.0.0-r0) 00:41:21 (20/33) Installing py3-lockfile (0.12.2-r3) 00:41:21 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:41:21 (22/33) Installing py3-colorama (0.4.3-r0) 00:41:21 (23/33) Installing py3-distlib (0.3.0-r0) 00:41:21 (24/33) Installing py3-distro (1.5.0-r1) 00:41:21 (25/33) Installing py3-webencodings (0.5.1-r3) 00:41:21 (26/33) Installing py3-html5lib (1.0.1-r4) 00:41:21 (27/33) Installing py3-pytoml (0.1.21-r0) 00:41:21 (28/33) Installing py3-pep517 (0.8.2-r0) 00:41:21 (29/33) Installing py3-progress (1.5-r0) 00:41:21 (30/33) Installing py3-toml (0.10.1-r0) 00:41:21 (31/33) Installing py3-retrying (1.3.3-r0) 00:41:21 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:41:21 (33/33) Installing py3-pip (20.1.1-r0) 00:41:22 Executing busybox-1.31.1-r19.trigger 00:41:22 OK: 71 MiB in 55 packages 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.468s coverage: 29.1% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.236s coverage: 99.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.092s coverage: 100.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.201s coverage: 96.5% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.089s coverage: 0.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.072s coverage: 100.0% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.090s coverage: 87.9% of statements 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:41:28 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:41:29 GO111MODULE=on go vet ./... 00:41:30 Removing intermediate container 0051345c5a29 00:41:30 ---> 3e81ec7dd37c 00:41:30 Step 20/26 : RUN pip install docker-compose==1.23.2 00:41:30 ---> Running in 77ec59035520 00:41:32 Collecting docker-compose==1.23.2 00:41:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:41:32 Collecting websocket-client<1.0,>=0.32.0 00:41:32 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:41:32 Collecting texttable<0.10,>=0.9.0 00:41:32 Downloading texttable-0.9.1.tar.gz (11 kB) 00:41:33 Collecting jsonschema<3,>=2.5.1 00:41:33 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:41:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:41:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:41:33 Collecting docker<4.0,>=3.6.0 00:41:33 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:41:33 Collecting cached-property<2,>=1.2.0 00:41:33 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:41:33 Collecting PyYAML<4,>=3.10 00:41:33 Downloading PyYAML-3.13.tar.gz (270 kB) 00:41:34 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:41:34 Collecting dockerpty<0.5,>=0.4.1 00:41:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:41:35 Collecting docopt<0.7,>=0.6.1 00:41:35 Downloading docopt-0.6.2.tar.gz (25 kB) 00:41:35 Collecting urllib3<1.25,>=1.21.1 00:41:35 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:41:35 Collecting idna<2.8,>=2.5 00:41:35 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:41:35 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) 00:41:35 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) 00:41:36 Collecting docker-pycreds>=0.4.0 00:41:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:41:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:41:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:41:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:41:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:41:36 Installing collected packages: websocket-client, texttable, jsonschema, urllib3, idna, requests, docker-pycreds, docker, cached-property, PyYAML, dockerpty, docopt, docker-compose 00:41:36 Running setup.py install for texttable: started 00:41:36 Running setup.py install for texttable: finished with status 'done' 00:41:36 Attempting uninstall: urllib3 00:41:36 Found existing installation: urllib3 1.25.9 00:41:36 Uninstalling urllib3-1.25.9: 00:41:36 Successfully uninstalled urllib3-1.25.9 00:41:37 Attempting uninstall: idna 00:41:37 Found existing installation: idna 2.9 00:41:37 Uninstalling idna-2.9: 00:41:37 Successfully uninstalled idna-2.9 00:41:37 Attempting uninstall: requests 00:41:37 Found existing installation: requests 2.23.0 00:41:37 Uninstalling requests-2.23.0: 00:41:37 Successfully uninstalled requests-2.23.0 00:41:38 Running setup.py install for PyYAML: started 00:41:38 Running setup.py install for PyYAML: finished with status 'done' 00:41:38 Running setup.py install for dockerpty: started 00:41:38 Running setup.py install for dockerpty: finished with status 'done' 00:41:38 Running setup.py install for docopt: started 00:41:39 Running setup.py install for docopt: finished with status 'done' 00:41:39 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:41:44 Removing intermediate container 77ec59035520 00:41:44 ---> a4a5eb990eb5 00:41:44 Step 21/26 : RUN apk --no-cache add curl 00:41:44 ---> Running in f722f14899f1 00:41:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:44 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:41:44 (2/3) Installing libcurl (7.69.1-r3) 00:41:44 (3/3) Installing curl (7.69.1-r3) 00:41:44 Executing busybox-1.31.1-r19.trigger 00:41:44 OK: 72 MiB in 58 packages 00:41:44 Removing intermediate container f722f14899f1 00:41:44 ---> 3a6b75175ee5 00:41:44 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:41:44 ---> Running in debf98722fea 00:41:45 Removing intermediate container debf98722fea 00:41:45 ---> 0b3d6e159d61 00:41:45 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:45 ---> Running in 065d115e87eb 00:41:45 Removing intermediate container 065d115e87eb 00:41:45 ---> 648d2bdf2141 00:41:45 Step 24/26 : LABEL arch=x86_64 00:41:45 ---> Running in 6da650bd665d 00:41:45 Removing intermediate container 6da650bd665d 00:41:45 ---> 986e19644d20 00:41:45 Step 25/26 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:41:45 ---> Running in 60fd4f552fa2 00:41:45 Removing intermediate container 60fd4f552fa2 00:41:45 ---> 13910da877a7 00:41:45 Step 26/26 : LABEL version=0.0.0 00:41:45 ---> Running in 00e35c1ff663 00:41:45 Removing intermediate container 00e35c1ff663 00:41:45 ---> 000b7aa09645 00:41:45 00:41:46 Successfully built 000b7aa09645 00:41:46 Successfully tagged docker-sys-mgmt-agent-go:latest 00:41:46  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:41:46 $ docker stop --time=1 8d719d32f32917d96090a414579c91fab4f86c8ec6265a2bb3a289546a0eab03 00:41:48 $ docker rm -f 8d719d32f32917d96090a414579c91fab4f86c8ec6265a2bb3a289546a0eab03 [Pipeline] // withDockerContainer [Pipeline] sh 00:41:48 + docker images 00:41:48 + grep docker 00:41:48 docker-sys-mgmt-agent-go latest 000b7aa09645 3 seconds ago 313MB 00:41:48 docker-core-data-go latest 2b6bf7774d01 29 seconds ago 22.6MB 00:41:48 docker-security-bootstrapper-go latest df8c901b8184 44 seconds ago 18.7MB 00:41:48 docker-core-command-go latest 137ec8dca7c7 About a minute ago 17.2MB 00:41:48 docker-security-secretstore-setup-go latest d180b2313bbc 2 minutes ago 24.9MB 00:41:48 docker-core-metadata-go latest bb0c7d797316 2 minutes ago 19MB 00:41:48 docker-support-scheduler-go latest a62068217f85 2 minutes ago 17.3MB 00:41:48 docker-support-notifications-go latest 429f94deca6b 2 minutes ago 17.8MB 00:41:48 docker-security-proxy-setup-go latest cdb6323b2a30 2 minutes ago 24.7MB 00:41:48 docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:42:04 Still waiting to schedule task 00:42:04 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:43:06 gofmt -l . 00:43:06 [ "`gofmt -l .`" = "" ] 00:43:06 ./bin/test-go-mod-tidy.sh 00:43:06 ./bin/test-attribution-txt.sh [Pipeline] sh 00:43:07 + ls -al . 00:43:07 total 768 00:43:07 drwxrwxr-x 9 1001 1001 4096 Mar 11 00:43 . 00:43:07 drwxr-xr-x 4 root root 4096 Mar 11 00:38 .. 00:43:07 -rw-rw-r-- 1 1001 1001 11 Mar 11 00:36 .dockerignore 00:43:07 drwxrwxr-x 8 1001 1001 4096 Mar 11 00:36 .git 00:43:07 drwxrwxr-x 3 1001 1001 4096 Mar 11 00:36 .github 00:43:07 -rw-rw-r-- 1 1001 1001 818 Mar 11 00:36 .gitignore 00:43:07 -rw-rw-r-- 1 1001 1001 166 Mar 11 00:36 .sonarcloud.properties 00:43:07 -rw-rw-r-- 1 1001 1001 8607 Mar 11 00:36 Attribution.txt 00:43:07 -rw-rw-r-- 1 1001 1001 3804 Mar 11 00:36 CONTRIBUTING.md 00:43:07 -rw-rw-r-- 1 1001 1001 931 Mar 11 00:36 Dockerfile.build 00:43:07 -rw-rw-r-- 1 1001 1001 863 Mar 11 00:36 Jenkinsfile 00:43:07 -rw-rw-r-- 1 1001 1001 10775 Mar 11 00:36 LICENSE 00:43:07 -rw-rw-r-- 1 1001 1001 5774 Mar 11 00:36 Makefile 00:43:07 -rw-rw-r-- 1 1001 1001 6548 Mar 11 00:36 README.md 00:43:07 -rw-rw-r-- 1 1001 1001 6755 Mar 11 00:36 SECURITY.md 00:43:07 -rw-rw-r-- 1 1001 1001 5 Mar 11 00:32 VERSION 00:43:07 -rw-rw-r-- 1 1001 1001 4131 Mar 11 00:36 ZMQWindows.md 00:43:07 drwxrwxr-x 2 1001 1001 4096 Mar 11 00:36 bin 00:43:07 drwxrwxr-x 14 1001 1001 4096 Mar 11 00:36 cmd 00:43:07 -rw-r--r-- 1 root root 628838 Mar 11 00:41 coverage.out 00:43:07 -rw-r--r-- 1 root root 1055 Mar 11 00:42 go.mod 00:43:07 -rw-r--r-- 1 root root 21981 Mar 11 00:42 go.sum 00:43:07 drwxrwxr-x 8 1001 1001 4096 Mar 11 00:36 internal 00:43:07 drwxrwxr-x 4 1001 1001 4096 Mar 11 00:36 openapi 00:43:07 drwxrwxr-x 4 1001 1001 4096 Mar 11 00:36 snap 00:43:07 -rw-rw-r-- 1 1001 1001 168 Mar 11 00:36 version.go [Pipeline] sh 00:43:08 + '[' -e coverage.out ] 00:43:08 + chown 1001:1001 coverage.out [Pipeline] stash 00:43:08 Warning: overwriting stash ‘coverage-report’ 00:43:09 Stashed 1 file(s) [Pipeline] sh 00:43:10 + make build 00:43:10 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 00:43:22 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 00:43:22 Running on prd-ubuntu18.04-docker-8c-8g-29418 in /w/workspace/edgexfoundry_edgex-go_PR-3223 [Pipeline] { [Pipeline] ws 00:43:22 Running in /w/workspace/edgex-go/7 [Pipeline] { [Pipeline] checkout 00:43:25 using credential edgex-jenkins-ssh 00:43:25 Cloning the remote Git repository 00:43:25 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:43:25 > git init /w/workspace/edgex-go/7 # timeout=10 00:43:25 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:25 > git --version # timeout=10 00:43:25 > git --version # 'git version 2.17.1' 00:43:25 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:29 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:29 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:29 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3223/head:refs/remotes/origin/PR-3223 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:30 Merging remotes/origin/master commit c48b5c69e3d7e3b718e5d15324ffdda642aa0234 into PR head commit 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 00:43:30 Merge succeeded, producing fc4875735a86723b02ddb15514cd0a69069e5d38 00:43:30 Checking out Revision fc4875735a86723b02ddb15514cd0a69069e5d38 (PR-3223) 00:43:30 > git config core.sparsecheckout # timeout=10 00:43:30 > git checkout -f 0cea5eced03dc86d44e4ba9cb19c7cab53834b11 # timeout=10 00:43:30 > git remote # timeout=10 00:43:30 > git config --get remote.origin.url # timeout=10 00:43:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:30 > git merge c48b5c69e3d7e3b718e5d15324ffdda642aa0234 # timeout=10 00:43:30 > git rev-parse HEAD^{commit} # timeout=10 00:43:30 > git config core.sparsecheckout # timeout=10 00:43:30 > git checkout -f fc4875735a86723b02ddb15514cd0a69069e5d38 # timeout=10 00:43:34 Commit message: "Merge commit 'c48b5c69e3d7e3b718e5d15324ffdda642aa0234' into HEAD" 00:43:34 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:43:35 + echo snap-build.sh 00:43:35 snap-build.sh 00:43:35 + SNAP_BASE_DIR=. 00:43:35 + '[' '!' -z /w/workspace/edgex-go/7 ']' 00:43:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/7 00:43:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/7]' 00:43:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/7] 00:43:35 + cd /w/workspace/edgex-go/7 00:43:35 + sudo apt-get remove -qy --purge lxd lxd-client 00:43:35 Reading package lists... 00:43:35 Building dependency tree... 00:43:35 Reading state information... 00:43:35 The following packages were automatically installed and are no longer required: 00:43:35 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:43:35 uidmap xdelta3 00:43:35 Use 'sudo apt autoremove' to remove them. 00:43:35 The following packages will be REMOVED: 00:43:35 lxd* lxd-client* 00:43:34 > git rev-list --no-walk 7d547e0edfe485c87fa842b675b0221fdd1090ce # timeout=10 00:43:35 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:43:35 After this operation, 31.7 MB disk space will be freed. 00:43:36 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:43:36 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:37 Removing lxd dnsmasq configuration 00:43:37 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:43:38 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:43:39 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:43:39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:43:39 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:43:40 Processing triggers for systemd (237-3ubuntu10.42) ... 00:43:40 Processing triggers for ureadahead (0.100.0-21) ... 00:43:42 + sudo snap remove --purge lxd 00:43:42 snap "lxd" is not installed 00:43:42 + sudo groupadd --force --system lxd 00:43:42 ++ whoami 00:43:42 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:43:42 + newgrp - lxd 00:43:42 + sudo snap install lxd 00:43:49 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 00:43:52 2021-03-11T00:43:49Z INFO Waiting for automatic snapd restart... 00:43:53 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 00:44:00 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 00:44:01 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 00:44:07 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 00:44:10 lxd 4.12 from Canonical* installed 00:44:10 + sudo lxd init --auto 00:44:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:44:17 + sudo snap install --classic snapcraft 00:44:18 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 00:44:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:28 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 00:44:33 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 00:44:39 snapcraft 4.5.4 from Canonical* installed 00:44:39 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:44:39 + patch --verbose -p1 00:44:39 Hmm... Looks like a unified diff to me... 00:44:39 The text leading up to this was: 00:44:39 -------------------------- 00:44:39 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:44:39 |From: Tony Espy 00:44:39 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:44:39 |Subject: [PATCH] optimize snap build for pipeline CI check 00:44:39 | 00:44:39 |This patch is used by the EdgeX CI pipeline builds to 00:44:39 |optimize the snap CI check run for pull requests. When 00:44:39 |applied, it essentially strips out everything (apps and 00:44:39 |parts) from the snapcraft.yaml file except those required 00:44:39 |to build edgex-go, as the whole idea of the CI check is to 00:44:39 |catch changes to edgex-go that break the snap build. 00:44:39 | 00:44:39 |In general, anyone updating snapcraft.yaml will also need 00:44:39 |to update this patch file, otherwise it may fail to apply, 00:44:39 |resulting in a failed snap build CI check in the associated 00:44:39 |pull request. 00:44:39 | 00:44:39 |Note - in addition to applying this patch, the pipeline also 00:44:39 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:44:39 |need to build the finally binary .snap file (and it won't 00:44:39 |work with the patch applied). This further reduces the build 00:44:39 |time. 00:44:39 |--- 00:44:39 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:44:39 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:44:39 | 00:44:39 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:44:39 |index 1e537489..faf42425 100644 00:44:39 |--- a/snap/snapcraft.yaml 00:44:39 |+++ b/snap/snapcraft.yaml 00:44:39 -------------------------- 00:44:39 patching file snap/snapcraft.yaml 00:44:39 Using Plan A... 00:44:39 Hunk #1 FAILED at 73. 00:44:39 Hunk #2 succeeded at 296 with fuzz 1 (offset 25 lines). 00:44:39 Hunk #3 succeeded at 308 (offset 22 lines). 00:44:39 Hunk #4 succeeded at 316 (offset 22 lines). 00:44:39 Hunk #5 succeeded at 323 (offset 22 lines). 00:44:39 Hunk #6 succeeded at 350 (offset 22 lines). 00:44:39 Hunk #7 succeeded at 384 (offset 22 lines). 00:44:39 Hunk #8 succeeded at 446 (offset 33 lines). 00:44:39 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:44:39 Hmm... Ignoring the trailing garbage. 00:44:39 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:44:40 Failed in branch amd64 [Pipeline] } 00:44:43 $ docker stop --time=1 dd087ffdfbc8b154af1c1892f40c6bb9f413d038ec719ecf7c7635122d90f29b 00:44:46 $ docker rm -f dd087ffdfbc8b154af1c1892f40c6bb9f413d038ec719ecf7c7635122d90f29b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:48 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:48 00:44:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:49 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:49 29e5d40040c1: Pulling fs layer 00:44:49 1ce36da41761: Pulling fs layer 00:44:49 25b303627fd3: Pulling fs layer 00:44:50 29e5d40040c1: Verifying Checksum 00:44:50 29e5d40040c1: Download complete 00:44:50 29e5d40040c1: Pull complete 00:44:50 1ce36da41761: Verifying Checksum 00:44:50 1ce36da41761: Download complete 00:44:52 1ce36da41761: Pull complete 00:44:52 25b303627fd3: Verifying Checksum 00:44:52 25b303627fd3: Download complete 00:45:03 25b303627fd3: Pull complete 00:45:03 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:45:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:03 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:45:03 prd-ubuntu18.04-docker-arm64-4c-16g-29409 does not seem to be running inside a container 00:45:03 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:06 $ docker top abb361848679cbb1d568344601541a6583b12f67342be88c3d6743120123dd40 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:07 + + docker-composegrep build parallel --help 00:45:07 00:45:12 --parallel Build images in parallel. [Pipeline] } 00:45:12 $ docker stop --time=1 abb361848679cbb1d568344601541a6583b12f67342be88c3d6743120123dd40 00:45:14 $ docker rm -f abb361848679cbb1d568344601541a6583b12f67342be88c3d6743120123dd40 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:15 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:15 . [Pipeline] withDockerContainer 00:45:15 prd-ubuntu18.04-docker-arm64-4c-16g-29409 does not seem to be running inside a container 00:45:15 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:17 $ docker top ca3a93bcbc8779f31a3e46a0119e9138b77fa86af58387c7d6c971cca65bb4bd -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:18 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:22 Building docker-core-command-go ... 00:45:22 Building docker-core-data-go ... 00:45:22 Building docker-core-metadata-go ... 00:45:22 Building docker-security-bootstrapper-go ... 00:45:22 Building docker-security-proxy-setup-go ... 00:45:22 Building docker-security-secretstore-setup-go ... 00:45:22 Building docker-support-notifications-go ... 00:45:22 Building docker-support-scheduler-go ... 00:45:22 Building docker-sys-mgmt-agent-go ... 00:45:22 Building docker-security-proxy-setup-go 00:45:22 Building docker-security-secretstore-setup-go 00:45:22 Building docker-support-scheduler-go 00:45:22 Building docker-core-metadata-go 00:45:22 Building docker-core-command-go 00:46:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:31 ---> 5f6d1fbbfa16 00:46:31 Step 3/22 : WORKDIR /edgex-go 00:46:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:31 ---> 5f6d1fbbfa16 00:46:31 Step 3/23 : WORKDIR /edgex-go 00:46:31 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:31 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:31 ---> 5f6d1fbbfa16 00:46:31 Step 3/21 : WORKDIR /edgex-go 00:46:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:31 ---> 5f6d1fbbfa16 00:46:31 Step 3/23 : WORKDIR /edgex-go 00:46:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:46:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:31 ---> 5f6d1fbbfa16 00:46:31 Step 3/24 : WORKDIR /edgex-go 00:46:36 ---> Running in d70e33210da0 00:46:36 ---> Running in bdceb0346b0e 00:46:36 ---> Running in 7d3c99f0435d 00:46:36 ---> Running in 8874a97c10ba 00:46:36 ---> Running in f0f110de45f2 00:46:36 Removing intermediate container 7d3c99f0435d 00:46:36 ---> 3913c59160e1 00:46:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:36 Removing intermediate container bdceb0346b0e 00:46:36 ---> 237e7bb70422 00:46:36 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:36 ---> Running in 88b753c2fe64 00:46:36 Removing intermediate container f0f110de45f2 00:46:36 ---> 5f2f714f4e7b 00:46:36 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:36 Removing intermediate container 8874a97c10ba 00:46:36 ---> da9a3c92ebf6 00:46:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:36 Removing intermediate container d70e33210da0 00:46:36 ---> d76e221b5435 00:46:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:37 ---> Running in 45224d4e8c03 00:46:37 ---> Running in f8bf489308fd 00:46:37 ---> Running in 275cb3cb24d6 00:46:37 ---> Running in 247bfc8ceb25 00:46:41 Removing intermediate container 88b753c2fe64 00:46:41 ---> 12a48d2cec4e 00:46:41 Step 5/23 : RUN apk add --update --no-cache make git 00:46:41 ---> Running in cc070043c677 00:46:41 Removing intermediate container 45224d4e8c03 00:46:41 ---> 0906ffb039b9 00:46:41 Step 5/21 : RUN apk add --update --no-cache make git 00:46:41 Removing intermediate container f8bf489308fd 00:46:41 ---> a9f8a009f92c 00:46:41 Step 5/22 : RUN apk add --update --no-cache make git 00:46:41 ---> Running in 583deb5443fa 00:46:41 ---> Running in d61e0822825d 00:46:41 Removing intermediate container 275cb3cb24d6 00:46:41 ---> ce9e82a20d06 00:46:41 Step 5/24 : RUN apk add --update --no-cache make git 00:46:41 Removing intermediate container 247bfc8ceb25 00:46:41 ---> 40d4fdba85f0 00:46:41 Step 5/23 : RUN apk add --update --no-cache make git 00:46:41 ---> Running in 387684abe1e8 00:46:41 ---> Running in d09e23d8db61 00:46:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:44 OK: 217 MiB in 51 packages 00:46:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:44 OK: 217 MiB in 51 packages 00:46:45 OK: 217 MiB in 51 packages 00:46:45 OK: 217 MiB in 51 packages 00:46:45 OK: 217 MiB in 51 packages 00:46:46 Removing intermediate container cc070043c677 00:46:46 ---> 2dd8f6661e44 00:46:46 Step 6/23 : COPY go.mod . 00:46:46 Removing intermediate container d61e0822825d 00:46:46 ---> c1729ee9322f 00:46:46 Step 6/21 : COPY go.mod . 00:46:47 ---> fae00ce8377a 00:46:47 Step 7/23 : RUN go mod download 00:46:47 Removing intermediate container 583deb5443fa 00:46:47 ---> 0a7323cab39f 00:46:47 Step 6/22 : COPY go.mod . 00:46:47 ---> Running in 9d1e85b5568f 00:46:47 Removing intermediate container 387684abe1e8 00:46:47 ---> d6384679d6a8 00:46:47 Step 6/24 : COPY go.mod . 00:46:47 Removing intermediate container d09e23d8db61 00:46:47 ---> cdd659a8a0c9 00:46:47 Step 6/23 : COPY go.mod . 00:46:47 ---> acdba4dbe3ec 00:46:47 Step 7/21 : RUN go mod download 00:46:47 ---> Running in a3598ca36440 00:46:48 ---> 137eb46d1352 00:46:48 Step 7/22 : RUN go mod download 00:46:48 ---> Running in 65fc2e69bcd4 00:46:48 ---> 7572206ee733 00:46:48 Step 7/24 : RUN go mod download 00:46:49 ---> 7286f3527e3b 00:46:49 Step 7/23 : RUN go mod download 00:46:49 ---> Running in 9b8750d1b0f2 00:46:49 ---> Running in 0a4919b7cef4 00:46:51 Removing intermediate container 9d1e85b5568f 00:46:51 ---> ae206c391131 00:46:51 Step 8/23 : COPY . . 00:46:52 Removing intermediate container a3598ca36440 00:46:52 ---> 519f2126cfb0 00:46:52 Step 8/21 : COPY . . 00:46:54 Removing intermediate container 65fc2e69bcd4 00:46:54 ---> c7a7b15ca57d 00:46:54 Step 8/22 : COPY . . 00:46:54 Removing intermediate container 0a4919b7cef4 00:46:54 ---> de47ac463cd4 00:46:54 Step 8/23 : COPY . . 00:46:54 Removing intermediate container 9b8750d1b0f2 00:46:54 ---> d8347f01120f 00:46:54 Step 8/24 : COPY . . 00:47:21 ---> 8c0a1f770ddf 00:47:21 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:47:21 ---> a59a5879720b 00:47:21 Step 9/23 : RUN make cmd/core-command/core-command 00:47:21 ---> Running in e2db516d528c 00:47:21 ---> Running in 35e77244a2a5 00:47:21 ---> 82474e268561 00:47:21 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:47:21 ---> 982d0f7d73bf 00:47:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:47:21 ---> 9e1fa422a0b5 00:47:21 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:21 ---> Running in ea417d2aeef7 00:47:21 ---> Running in 066c4f8f475d 00:47:21 ---> Running in 4f38bbb18407 00:47:22 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 00:47:23 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 00:47:23 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 00:47:23 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 00:47:23 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 00:49:00 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 00:49:00 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 00:49:23 Removing intermediate container 4f38bbb18407 00:49:23 ---> daf7af9e9d4d 00:49:23 00:49:23 Step 10/24 : FROM alpine:3.12 00:49:23 3.12: Pulling from library/alpine 00:49:23 Removing intermediate container e2db516d528c 00:49:23 ---> c2a3cfa78239 00:49:23 00:49:23 Step 10/21 : FROM alpine:3.12 00:49:23 3.12: Pulling from library/alpine 00:49:23 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:23 Digest: sha256:a295107679b0d92cb70145fc18fb53c76e79fceed7e1cf10ed763c7c102c5ebe 00:49:23 Status: Downloaded newer image for alpine:3.12 00:49:23 Status: Image is up to date for alpine:3.12 00:49:23 ---> d10569e2745f 00:49:23 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:49:23 ---> d10569e2745f 00:49:23 Step 11/21 : RUN apk add --update --no-cache curl 00:49:23 ---> Running in 91f8345bff0b 00:49:23 ---> Running in 94f051ce02a8 00:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:26 (1/5) Installing ca-certificates (20191127-r4) 00:49:26 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:26 (3/5) Installing libcurl (7.69.1-r3) 00:49:26 (1/4) Installing ca-certificates (20191127-r4) 00:49:26 (4/5) Installing curl (7.69.1-r3) 00:49:26 (5/5) Installing dumb-init (1.2.2-r1) 00:49:26 Executing busybox-1.31.1-r19.trigger 00:49:26 Executing ca-certificates-20191127-r4.trigger 00:49:26 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:49:26 (3/4) Installing libcurl (7.69.1-r3) 00:49:26 (4/4) Installing curl (7.69.1-r3) 00:49:26 Executing busybox-1.31.1-r19.trigger 00:49:26 Executing ca-certificates-20191127-r4.trigger 00:49:26 OK: 7 MiB in 19 packages 00:49:26 OK: 7 MiB in 18 packages 00:49:30 Removing intermediate container 91f8345bff0b 00:49:30 ---> c3fabc22020c 00:49:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:30 ---> Running in 296101b3f29b 00:49:30 Removing intermediate container 94f051ce02a8 00:49:30 ---> 152b45ddf6a4 00:49:30 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:30 ---> Running in 6c9228d17121 00:49:31 Removing intermediate container 296101b3f29b 00:49:31 ---> 72b65013a5dd 00:49:31 Step 13/24 : WORKDIR / 00:49:31 Removing intermediate container 6c9228d17121 00:49:31 ---> 96b91dcc21bb 00:49:31 Step 13/21 : WORKDIR /edgex 00:49:31 ---> Running in 3031021bcd81 00:49:31 ---> Running in 798d22dcefe7 00:49:32 Removing intermediate container 3031021bcd81 00:49:32 ---> 41ce44c46a37 00:49:32 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:32 Removing intermediate container 798d22dcefe7 00:49:32 ---> f8d9c5d68b02 00:49:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:49:35 ---> 4be582cb315c 00:49:35 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:49:35 ---> 5f2659a01167 00:49:35 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:37 ---> fd70c5b63e29 00:49:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:37 Removing intermediate container 35e77244a2a5 00:49:37 ---> 0b7fde1eba09 00:49:37 00:49:37 Step 10/23 : FROM alpine:3.12 00:49:37 ---> d10569e2745f 00:49:37 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:37 ---> f1e30ee17241 00:49:37 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:49:37 ---> Running in 0c35ccc66f81 00:49:37 Removing intermediate container ea417d2aeef7 00:49:37 ---> 8ba00be86631 00:49:37 00:49:37 Step 10/22 : FROM alpine:3.12 00:49:37 ---> d10569e2745f 00:49:37 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:49:38 ---> Running in ef0b4af9ef8a 00:49:38 ---> 9f22b77c47df 00:49:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:39 ---> 957d51655372 00:49:39 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:49:39 ---> Running in a20ce9574cfe 00:49:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:40 Removing intermediate container a20ce9574cfe 00:49:40 ---> 7f53892e3dd3 00:49:40 Step 18/21 : CMD ["--init=true"] 00:49:40 (1/1) Installing dumb-init (1.2.2-r1) 00:49:40 Executing busybox-1.31.1-r19.trigger 00:49:40 OK: 5 MiB in 15 packages 00:49:40 ---> bb2afcc5a9a9 00:49:40 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:40 ---> Running in 7c231befdb2e 00:49:41 (1/1) Installing dumb-init (1.2.2-r1) 00:49:41 Executing busybox-1.31.1-r19.trigger 00:49:41 OK: 5 MiB in 15 packages 00:49:42 Removing intermediate container 7c231befdb2e 00:49:42 ---> 14596fe4816d 00:49:42 Step 19/21 : LABEL arch=arm64 00:49:42 ---> Running in 8e1aefbe3e11 00:49:42 ---> 85260c0c6ca4 00:49:42 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:43 Removing intermediate container 0c35ccc66f81 00:49:43 ---> 87dee581b6b5 00:49:43 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:43 Removing intermediate container 8e1aefbe3e11 00:49:43 ---> 8377dfaef5d5 00:49:43 Step 20/21 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:49:43 ---> Running in 6cc9b07efd59 00:49:43 Removing intermediate container ef0b4af9ef8a 00:49:43 ---> b52cbb0f79c1 00:49:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:43 ---> Running in 0a2467b4dd3d 00:49:43 ---> Running in 08b08b452a33 00:49:43 ---> d7b4c9d10cb9 00:49:43 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/ 00:49:44 Removing intermediate container 066c4f8f475d 00:49:44 ---> c2336b474ac1 00:49:44 00:49:44 Step 10/23 : FROM alpine:3.12 00:49:44 ---> d10569e2745f 00:49:44 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:49:44 ---> Using cache 00:49:44 ---> b52cbb0f79c1 00:49:44 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:49:44 Removing intermediate container 6cc9b07efd59 00:49:44 ---> b0ba71fb0a2a 00:49:44 Step 13/23 : ENV APP_PORT=48082 00:49:44 ---> Running in 55bb2b2828f6 00:49:44 ---> Running in 10edd01577a8 00:49:44 ---> Running in b499aed682b4 00:49:44 Removing intermediate container 0a2467b4dd3d 00:49:44 ---> 05b4657fc314 00:49:44 Step 21/21 : LABEL version=0.0.0 00:49:44 Removing intermediate container 08b08b452a33 00:49:44 ---> 9324212f3cbd 00:49:44 Step 13/22 : ENV APP_PORT=48085 00:49:44 ---> Running in 7bacd491e077 00:49:44 ---> Running in d1f5f99066f6 00:49:45 Removing intermediate container b499aed682b4 00:49:45 ---> 741ccb1a8d2f 00:49:45 Step 13/23 : ENV APP_PORT=48081 00:49:45 Removing intermediate container 10edd01577a8 00:49:45 ---> fc448cdbe04e 00:49:45 Step 14/23 : EXPOSE $APP_PORT 00:49:45 ---> Running in 65b34ea29b0d 00:49:45 ---> Running in 62db1f672ae1 00:49:45 Removing intermediate container 7bacd491e077 00:49:45 ---> e0d2364bccef 00:49:45 Step 14/22 : EXPOSE $APP_PORT 00:49:46 Removing intermediate container d1f5f99066f6 00:49:46 ---> f00dfd7a8837 00:49:46 00:49:46 ---> Running in 3a0bddfe8836 00:49:46 Removing intermediate container 62db1f672ae1 00:49:46 Removing intermediate container 65b34ea29b0d 00:49:46 ---> ab09ae5f5b6c 00:49:46 Step 14/23 : EXPOSE $APP_PORT 00:49:46 ---> 857ea2115865 00:49:46 Step 15/23 : WORKDIR / 00:49:46 Successfully built f00dfd7a8837 00:49:46 ---> Running in 78e9c7aaf271 00:49:46 ---> Running in f574c5f75eda 00:49:46 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:49:46  Building docker-security-proxy-setup-go ... done Building docker-security-bootstrapper-go 00:49:46 Removing intermediate container 3a0bddfe8836 00:49:46 ---> 59bef5742c6f 00:49:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:47 Removing intermediate container f574c5f75eda 00:49:47 ---> d420ea90c502 00:49:47 Step 15/23 : WORKDIR / 00:49:47 ---> Running in 8eb640f28887 00:49:47 Removing intermediate container 55bb2b2828f6 00:49:47 ---> 60998e76ceca 00:49:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:47 Removing intermediate container 78e9c7aaf271 00:49:47 ---> 605bca1df32d 00:49:47 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:48 ---> Running in 81629618b82f 00:49:48 ---> 00f067c46708 00:49:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:48 Removing intermediate container 8eb640f28887 00:49:48 ---> 314c5839aed9 00:49:48 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:49:48 Removing intermediate container 81629618b82f 00:49:48 ---> 4a229da73f81 00:49:48 Step 22/24 : LABEL arch=arm64 00:49:49 ---> a2177451c31e 00:49:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:49:49 ---> Running in 8f61c1b5c0ac 00:49:49 ---> 5a52f9e01bee 00:49:49 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:49:50 ---> a2c06fd34602 00:49:50 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:50 Removing intermediate container 8f61c1b5c0ac 00:49:50 ---> bfa21ba2f160 00:49:50 Step 23/24 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:49:51 ---> Running in b57c73e33711 00:49:51 ---> 989466d38926 00:49:51 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:49:51 ---> bb6ab72327de 00:49:51 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:49:52 ---> Running in 0b49b5c14bd1 00:49:52 Removing intermediate container b57c73e33711 00:49:52 ---> 08ec2951d02f 00:49:52 Step 24/24 : LABEL version=0.0.0 00:49:52 ---> 7556e99738af 00:49:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:49:52 ---> fa13212a19b2 00:49:52 Step 19/23 : ENTRYPOINT ["/core-command"] 00:49:52 ---> Running in 6e8f0c71c14d 00:49:52 ---> Running in 969e9ccf6eab 00:49:52 Removing intermediate container 0b49b5c14bd1 00:49:52 ---> 0cc481771921 00:49:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:53 Removing intermediate container 6e8f0c71c14d 00:49:53 ---> 7b0a6325ced6 00:49:53 00:49:53 ---> Running in be1f3994436e 00:49:53 ---> 0c6c30c26fce 00:49:53 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:49:53 Successfully built 7b0a6325ced6 00:49:53 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:53  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 00:49:53 Removing intermediate container 969e9ccf6eab 00:49:53 ---> 01b13cca7547 00:49:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:54 ---> Running in 7447ef218727 00:49:54 ---> Running in f15f691f535c 00:49:54 Removing intermediate container be1f3994436e 00:49:54 ---> 95d158a33759 00:49:54 Step 20/22 : LABEL arch=arm64 00:49:54 ---> Running in 1618bdcbde4a 00:49:54 Removing intermediate container 7447ef218727 00:49:54 ---> 25cd104252ae 00:49:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:54 Removing intermediate container f15f691f535c 00:49:54 ---> 26d06a2e5053 00:49:54 Step 21/23 : LABEL arch=arm64 00:49:54 ---> Running in b8cbe0bd5f7d 00:49:54 ---> Running in 0a289bb5c967 00:49:55 Removing intermediate container 1618bdcbde4a 00:49:55 ---> b616d8dcbe90 00:49:55 Step 21/22 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:49:55 Removing intermediate container b8cbe0bd5f7d 00:49:55 ---> 91737f723b8a 00:49:55 Step 21/23 : LABEL arch=arm64 00:49:55 ---> Running in 58e8115b001c 00:49:55 ---> Running in 2332d9a1390e 00:49:55 Removing intermediate container 0a289bb5c967 00:49:55 ---> da7ceade2a46 00:49:55 Step 22/23 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:49:55 ---> Running in 06a626b21e80 00:49:55 Removing intermediate container 58e8115b001c 00:49:55 ---> 9d7c2d53db3c 00:49:55 Step 22/22 : LABEL version=0.0.0 00:49:55 Removing intermediate container 2332d9a1390e 00:49:55 ---> 64e1f636de92 00:49:55 Step 22/23 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:49:56 ---> Running in 0a293bda9053 00:49:56 Removing intermediate container 06a626b21e80 00:49:56 ---> 049f20f61f14 00:49:56 Step 23/23 : LABEL version=0.0.0 00:49:56 ---> Running in febd1ba7ae81 00:49:56 ---> Running in 6bd39452c6f6 00:49:56 Removing intermediate container 0a293bda9053 00:49:56 ---> ade4da5c69c4 00:49:56 00:49:56 Removing intermediate container febd1ba7ae81 00:49:56 ---> 333a79dae657 00:49:56 Step 23/23 : LABEL version=0.0.0 00:49:57 Removing intermediate container 6bd39452c6f6 00:49:57 ---> 29c01c8de811 00:49:57 00:49:57 ---> Running in 3953171609dd 00:49:57 Successfully built ade4da5c69c4 00:49:57 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:57  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 00:49:57 Successfully built 29c01c8de811 00:49:57 Successfully tagged docker-core-command-go-arm64:latest 00:49:57  Building docker-core-command-go ... done Building docker-core-data-go 00:49:57 Removing intermediate container 3953171609dd 00:49:57 ---> 00258d246a63 00:49:57 00:49:58 Successfully built 00258d246a63 00:49:58 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:37  Building docker-core-metadata-go ... done Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:37 Step 2/31 : FROM ${BUILDER_BASE} AS builder 00:50:37 ---> 5f6d1fbbfa16 00:50:37 Step 3/31 : WORKDIR /edgex-go 00:50:37 ---> Using cache 00:50:37 ---> d76e221b5435 00:50:37 Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:37 ---> Using cache 00:50:37 ---> ce9e82a20d06 00:50:37 Step 5/31 : RUN apk add --update --no-cache make git 00:50:37 ---> Using cache 00:50:37 ---> d6384679d6a8 00:50:37 Step 6/31 : COPY go.mod . 00:50:37 ---> Using cache 00:50:37 ---> 7572206ee733 00:50:37 Step 7/31 : RUN go mod download 00:50:37 ---> Using cache 00:50:37 ---> d8347f01120f 00:50:37 Step 8/31 : COPY . . 00:50:37 ---> Using cache 00:50:37 ---> 9e1fa422a0b5 00:50:37 Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:50:38 ---> Running in e6c79fbe5712 00:50:40 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 00:50:45 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:45 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:50:45 ---> 5f6d1fbbfa16 00:50:45 Step 3/26 : WORKDIR /edgex-go 00:50:45 ---> Using cache 00:50:45 ---> d76e221b5435 00:50:45 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:45 ---> Using cache 00:50:45 ---> ce9e82a20d06 00:50:45 Step 5/26 : RUN apk add --update --no-cache make bash git 00:50:46 ---> Running in 201a4b9b9236 00:50:46 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:46 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:50:46 ---> 5f6d1fbbfa16 00:50:46 Step 3/23 : WORKDIR /edgex-go 00:50:46 ---> Using cache 00:50:46 ---> d76e221b5435 00:50:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:46 ---> Using cache 00:50:46 ---> ce9e82a20d06 00:50:46 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:50:46 ---> Running in 1fbc02c77b67 00:50:47 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:50:47 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:47 ---> 5f6d1fbbfa16 00:50:47 Step 3/22 : WORKDIR /edgex-go 00:50:47 ---> Using cache 00:50:47 ---> d76e221b5435 00:50:47 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:47 ---> Using cache 00:50:47 ---> ce9e82a20d06 00:50:47 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:50:47 ---> Running in b2883612139b 00:50:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:50 OK: 217 MiB in 51 packages 00:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:50 OK: 217 MiB in 51 packages 00:50:51 OK: 217 MiB in 51 packages 00:50:53 Removing intermediate container 1fbc02c77b67 00:50:53 ---> a606a07cc08a 00:50:53 Step 6/23 : COPY go.mod . 00:50:53 Removing intermediate container 201a4b9b9236 00:50:53 ---> 862726f7e2a5 00:50:53 Step 6/26 : COPY go.mod . 00:50:54 Removing intermediate container b2883612139b 00:50:54 ---> 8a37808c3d2b 00:50:54 Step 6/22 : COPY go.mod . 00:50:54 ---> 768f76c48ebd 00:50:54 Step 7/26 : RUN go mod download 00:50:55 ---> 722471d33092 00:50:55 Step 7/23 : RUN go mod download 00:50:55 ---> Running in 5a163be5c3e7 00:50:55 ---> Running in 74982b57977e 00:50:55 ---> 233d5be8d058 00:50:55 Step 7/22 : RUN go mod download 00:50:55 ---> Running in e0d926d7773b 00:51:01 Removing intermediate container 5a163be5c3e7 00:51:01 ---> 23e2e2dbd9a4 00:51:01 Step 8/26 : COPY . . 00:51:01 Removing intermediate container 74982b57977e 00:51:01 ---> 7bfde9964008 00:51:01 Step 8/23 : COPY . . 00:51:01 Removing intermediate container e0d926d7773b 00:51:01 ---> e20448e097ff 00:51:01 Step 8/22 : COPY . . 00:51:33 ---> a541bea96adc 00:51:33 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:51:33 ---> 6aa6d231cfdf 00:51:33 Step 9/23 : RUN make cmd/core-data/core-data 00:51:33 ---> 61d11675236c 00:51:33 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:51:33 ---> Running in 8e332fd08b80 00:51:33 ---> Running in 4d9839a95eea 00:51:33 ---> Running in 373f698d35a6 00:51:35 Removing intermediate container e6c79fbe5712 00:51:35 ---> d64782aa7e11 00:51:35 00:51:35 Step 10/31 : FROM alpine:3.12 00:51:35 ---> d10569e2745f 00:51:35 Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:35 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 00:51:35 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 00:51:35 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 00:51:35 ---> Running in 28fa36992bcc 00:51:36 Removing intermediate container 28fa36992bcc 00:51:36 ---> e82e750c5580 00:51:36 Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec 00:51:36 ---> Running in 84ed1196cfb9 00:51:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:39 (1/2) Installing dumb-init (1.2.2-r1) 00:51:39 (2/2) Installing su-exec (0.2-r1) 00:51:39 Executing busybox-1.31.1-r19.trigger 00:51:39 OK: 5 MiB in 16 packages 00:51:40 Removing intermediate container 84ed1196cfb9 00:51:40 ---> 2b1d2696804e 00:51:40 Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init 00:51:41 ---> Running in 64fa2a1cfc8f 00:51:41 Removing intermediate container 64fa2a1cfc8f 00:51:41 ---> a0951ce4cd32 00:51:41 Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:51:41 ---> Running in d068447b2c11 00:51:42 Removing intermediate container d068447b2c11 00:51:42 ---> 0e209db219f7 00:51:42 Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:51:42 ---> Running in 1d5ae15c0bab 00:51:45 Removing intermediate container 1d5ae15c0bab 00:51:45 ---> c739b8dd1df4 00:51:45 Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} 00:51:45 ---> Running in b2cd5486de17 00:51:46 Removing intermediate container b2cd5486de17 00:51:46 ---> 9ec0230e70ec 00:51:46 Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:51:47 ---> 5ad88cc26e22 00:51:48 Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:51:48 ---> Running in 6016ee7abdfd 00:51:51 Removing intermediate container 6016ee7abdfd 00:51:51 ---> 83682e69887a 00:51:51 Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:53 ---> 21e786e29296 00:51:53 Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:51:55 ---> 4c76c6be2ad8 00:51:55 Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:51:55 ---> 6b15ffd40042 00:51:55 Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:51:56 ---> 84c17824da8f 00:51:56 Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ 00:51:57 ---> f48a45531ebf 00:51:57 Step 24/31 : VOLUME ${SECURITY_INIT_DIR} 00:51:57 ---> Running in bcce4b089c3a 00:51:58 Removing intermediate container bcce4b089c3a 00:51:58 ---> 362328bdae59 00:51:58 Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:51:59 ---> 081c1e0267fd 00:51:59 Step 26/31 : RUN chmod +x /entrypoint.sh 00:52:00 ---> Running in 91d41c30e1f3 00:52:04 Removing intermediate container 91d41c30e1f3 00:52:04 ---> d323df30fcef 00:52:04 Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] 00:52:04 ---> Running in 34309bcedd32 00:52:05 Removing intermediate container 34309bcedd32 00:52:05 ---> 27e86537a1d1 00:52:05 Step 28/31 : CMD ["gate"] 00:52:06 ---> Running in b912efd3385f 00:52:06 Removing intermediate container b912efd3385f 00:52:06 ---> bfd7c967d647 00:52:06 Step 29/31 : LABEL arch=arm64 00:52:06 ---> Running in a64e782a0408 00:52:07 Removing intermediate container a64e782a0408 00:52:07 ---> 1f6b184ffdf6 00:52:07 Step 30/31 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:52:08 ---> Running in 8b886ec51ccb 00:52:08 Removing intermediate container 8b886ec51ccb 00:52:08 ---> 030abcf38428 00:52:08 Step 31/31 : LABEL version=0.0.0 00:52:08 ---> Running in b6bad5790f48 00:52:09 Removing intermediate container b6bad5790f48 00:52:09 ---> 4f488cd3f389 00:52:09 00:52:10 Successfully built 4f488cd3f389 00:52:10 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:52:57  Building docker-security-bootstrapper-go ... done Removing intermediate container 373f698d35a6 00:52:57 ---> b5b98b088b4e 00:52:57 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:52:57 ---> Running in 481b7571d8cc 00:52:57 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 00:52:57 Removing intermediate container 481b7571d8cc 00:52:57 ---> 4af78446decf 00:52:57 00:52:57 Step 11/26 : FROM docker:20.10.0 00:52:57 20.10.0: Pulling from library/docker 00:52:58 Removing intermediate container 8e332fd08b80 00:52:58 ---> 4167c94f8d8c 00:52:58 00:52:58 Step 10/22 : FROM alpine:3.12 00:52:58 ---> d10569e2745f 00:52:58 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:52:59 ---> Running in 1a36d3ed1fca 00:53:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:01 (1/2) Installing ca-certificates (20191127-r4) 00:53:01 (2/2) Installing dumb-init (1.2.2-r1) 00:53:01 Executing busybox-1.31.1-r19.trigger 00:53:01 Executing ca-certificates-20191127-r4.trigger 00:53:02 OK: 6 MiB in 16 packages 00:53:05 Removing intermediate container 1a36d3ed1fca 00:53:05 ---> 47a44035ab78 00:53:05 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:53:05 ---> Running in c29c2601705d 00:53:06 Removing intermediate container c29c2601705d 00:53:06 ---> fa02d3b39456 00:53:06 Step 13/22 : ENV APP_PORT=48060 00:53:06 ---> Running in 4743e368f1c8 00:53:07 Removing intermediate container 4743e368f1c8 00:53:07 ---> 65fcd4e1e1d5 00:53:07 Step 14/22 : EXPOSE $APP_PORT 00:53:07 ---> Running in de6f48f4461d 00:53:07 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:53:07 Status: Downloaded newer image for docker:20.10.0 00:53:07 ---> eeaf43b92773 00:53:07 Step 12/26 : RUN apk add --no-cache bash 00:53:07 ---> Running in 670007a80b1e 00:53:08 Removing intermediate container de6f48f4461d 00:53:08 ---> 8e6970cbe893 00:53:08 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:09 Removing intermediate container 4d9839a95eea 00:53:09 ---> 48cc1f3f7763 00:53:09 00:53:09 Step 10/23 : FROM alpine:3.12 00:53:09 ---> d10569e2745f 00:53:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:53:09 ---> 6801050e1615 00:53:09 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:53:09 ---> Running in a9cbc67b24d1 00:53:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:09 Removing intermediate container a9cbc67b24d1 00:53:09 ---> 7c54fb44379a 00:53:09 Step 12/23 : ENV APP_PORT=48080 00:53:10 ---> Running in e9a559841f2d 00:53:10 (1/2) Installing readline (8.0.4-r0) 00:53:10 (2/2) Installing bash (5.0.17-r0) 00:53:10 Executing bash-5.0.17-r0.post-install 00:53:10 Executing busybox-1.31.1-r19.trigger 00:53:10 OK: 12 MiB in 22 packages 00:53:10 ---> 9b6b35b0fd8b 00:53:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:53:10 Removing intermediate container e9a559841f2d 00:53:10 ---> 86b09cc193e6 00:53:10 Step 13/23 : EXPOSE $APP_PORT 00:53:10 ---> Running in 3d65be5432ca 00:53:11 ---> f053293d29b3 00:53:11 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:53:11 Removing intermediate container 3d65be5432ca 00:53:11 ---> 25e674a4e9f2 00:53:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:11 ---> Running in 582a513503ec 00:53:11 ---> Running in 982ba28f604b 00:53:11 Removing intermediate container 670007a80b1e 00:53:11 ---> 32d998f8ffff 00:53:11 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:53:12 ---> Running in 2aa22468667a 00:53:12 Removing intermediate container 582a513503ec 00:53:12 ---> e1c9004f6356 00:53:12 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:12 ---> Running in b8db8d1e73a3 00:53:12 Removing intermediate container 2aa22468667a 00:53:12 ---> 49635e040f74 00:53:12 Step 14/26 : ENV APP_PORT=48090 00:53:12 ---> Running in 376e7921631c 00:53:12 Removing intermediate container b8db8d1e73a3 00:53:12 ---> 57cc5dd269ef 00:53:12 Step 20/22 : LABEL arch=arm64 00:53:13 ---> Running in 0939f3db7705 00:53:13 Removing intermediate container 376e7921631c 00:53:13 ---> e5982fe7e38d 00:53:13 Step 15/26 : EXPOSE $APP_PORT 00:53:13 ---> Running in 714fcd2534fe 00:53:13 Removing intermediate container 0939f3db7705 00:53:13 ---> d217530bfce2 00:53:13 Step 21/22 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:53:14 ---> Running in 467869ef335a 00:53:14 Removing intermediate container 714fcd2534fe 00:53:14 ---> e409ea1e6ca9 00:53:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:53:14 Removing intermediate container 982ba28f604b 00:53:14 ---> fc8cc6282fec 00:53:14 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:53:14 ---> Running in 4f2a5a828822 00:53:14 Removing intermediate container 467869ef335a 00:53:14 ---> 5731c4bad3ab 00:53:14 Step 22/22 : LABEL version=0.0.0 00:53:14 ---> Running in 0e28ca7633cb 00:53:15 Removing intermediate container 0e28ca7633cb 00:53:15 ---> 76e113319a1e 00:53:15 00:53:15 ---> 9c14fcf58166 00:53:15 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:53:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:16 Successfully built 76e113319a1e 00:53:16 Successfully tagged docker-support-notifications-go-arm64:latest 00:53:16  Building docker-support-notifications-go ... done  ---> fd443c5889ed 00:53:16 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:53:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:17 (1/6) Installing dumb-init (1.2.2-r1) 00:53:17 ---> dacfbb21a3f8 00:53:17 Step 19/26 : RUN apk --no-cache add py3-pip 00:53:17 (2/6) Installing libgcc (9.3.0-r2) 00:53:17 (3/6) Installing libsodium (1.0.18-r0) 00:53:17 ---> Running in 69382a074b6a 00:53:18 (4/6) Installing libstdc++ (9.3.0-r2) 00:53:18 (5/6) Installing libzmq (4.3.3-r0) 00:53:18 (6/6) Installing zeromq (4.3.3-r0) 00:53:18 Executing busybox-1.31.1-r19.trigger 00:53:18 OK: 8 MiB in 20 packages 00:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:19 (1/33) Installing libbz2 (1.0.8-r1) 00:53:19 (2/33) Installing expat (2.2.9-r1) 00:53:19 (3/33) Installing libffi (3.3-r2) 00:53:19 (4/33) Installing gdbm (1.13-r1) 00:53:19 (5/33) Installing xz-libs (5.2.5-r0) 00:53:19 (6/33) Installing sqlite-libs (3.32.1-r0) 00:53:19 (7/33) Installing python3 (3.8.5-r1) 00:53:19 Removing intermediate container 4f2a5a828822 00:53:19 ---> deb10d65a9e0 00:53:19 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:21 ---> ba7115e4927d 00:53:21 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:21 (8/33) Installing py3-appdirs (1.4.4-r1) 00:53:21 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:53:21 (10/33) Installing py3-parsing (2.4.7-r0) 00:53:21 (11/33) Installing py3-six (1.15.0-r0) 00:53:21 (12/33) Installing py3-packaging (20.4-r0) 00:53:21 (13/33) Installing py3-setuptools (47.0.0-r0) 00:53:21 (14/33) Installing py3-chardet (3.0.4-r4) 00:53:21 (15/33) Installing py3-idna (2.9-r0) 00:53:21 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:53:21 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:53:21 (18/33) Installing py3-requests (2.23.0-r0) 00:53:22 (19/33) Installing py3-msgpack (1.0.0-r0) 00:53:22 (20/33) Installing py3-lockfile (0.12.2-r3) 00:53:22 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:53:22 (22/33) Installing py3-colorama (0.4.3-r0) 00:53:22 (23/33) Installing py3-distlib (0.3.0-r0) 00:53:22 (24/33) Installing py3-distro (1.5.0-r1) 00:53:22 (25/33) Installing py3-webencodings (0.5.1-r3) 00:53:22 (26/33) Installing py3-html5lib (1.0.1-r4) 00:53:22 (27/33) Installing py3-pytoml (0.1.21-r0) 00:53:22 (28/33) Installing py3-pep517 (0.8.2-r0) 00:53:22 (29/33) Installing py3-progress (1.5-r0) 00:53:22 (30/33) Installing py3-toml (0.10.1-r0) 00:53:22 (31/33) Installing py3-retrying (1.3.3-r0) 00:53:22 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:53:22 (33/33) Installing py3-pip (20.1.1-r0) 00:53:22 Executing busybox-1.31.1-r19.trigger 00:53:22 OK: 71 MiB in 55 packages 00:53:23 ---> bacbf4126f6b 00:53:23 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:24 ---> 89a64a0bbbec 00:53:24 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:24 ---> Running in 6ebf13b3cfa2 00:53:24 Removing intermediate container 6ebf13b3cfa2 00:53:24 ---> cfe87c841103 00:53:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:25 ---> Running in 4f5dfc908f77 00:53:26 Removing intermediate container 4f5dfc908f77 00:53:26 ---> 040484b1800c 00:53:26 Step 21/23 : LABEL arch=arm64 00:53:26 ---> Running in 11be22b2e733 00:53:27 Removing intermediate container 11be22b2e733 00:53:27 ---> 7c33dc52ea3e 00:53:27 Step 22/23 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:53:27 ---> Running in 4d80c6d6a426 00:53:28 Removing intermediate container 4d80c6d6a426 00:53:28 ---> 6ba067a8b617 00:53:28 Step 23/23 : LABEL version=0.0.0 00:53:28 ---> Running in 0866e2e2a5e8 00:53:29 Removing intermediate container 0866e2e2a5e8 00:53:29 ---> cde023547bb4 00:53:29 00:53:29 Successfully built cde023547bb4 00:53:29 Successfully tagged docker-core-data-go-arm64:latest 00:53:29  Building docker-core-data-go ... done Removing intermediate container 69382a074b6a 00:53:29 ---> 169a685b11da 00:53:29 Step 20/26 : RUN pip install docker-compose==1.23.2 00:53:29 ---> Running in 1f3cd1a8b9cf 00:53:36 Collecting docker-compose==1.23.2 00:53:36 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:53:36 Collecting dockerpty<0.5,>=0.4.1 00:53:36 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:53:40 Collecting PyYAML<4,>=3.10 00:53:40 Downloading PyYAML-3.13.tar.gz (270 kB) 00:53:43 Collecting docker<4.0,>=3.6.0 00:53:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:53:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:53:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:53:45 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:53:45 Collecting texttable<0.10,>=0.9.0 00:53:45 Downloading texttable-0.9.1.tar.gz (11 kB) 00:53:48 Collecting docopt<0.7,>=0.6.1 00:53:48 Downloading docopt-0.6.2.tar.gz (25 kB) 00:53:50 Collecting jsonschema<3,>=2.5.1 00:53:50 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:53:50 Collecting websocket-client<1.0,>=0.32.0 00:53:50 Downloading websocket_client-0.58.0-py2.py3-none-any.whl (61 kB) 00:53:51 Collecting cached-property<2,>=1.2.0 00:53:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:53:51 Collecting docker-pycreds>=0.4.0 00:53:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:53:52 Collecting idna<2.8,>=2.5 00:53:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:53:52 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) 00:53:52 Collecting urllib3<1.25,>=1.21.1 00:53:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:53:53 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) 00:53:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:53:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:53:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:53:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:53:53 Installing collected packages: dockerpty, PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, texttable, docopt, jsonschema, cached-property, docker-compose 00:53:53 Running setup.py install for dockerpty: started 00:53:55 Running setup.py install for dockerpty: finished with status 'done' 00:53:55 Running setup.py install for PyYAML: started 00:53:57 Running setup.py install for PyYAML: finished with status 'done' 00:53:57 Attempting uninstall: idna 00:53:57 Found existing installation: idna 2.9 00:53:57 Uninstalling idna-2.9: 00:53:57 Successfully uninstalled idna-2.9 00:53:58 Attempting uninstall: urllib3 00:53:58 Found existing installation: urllib3 1.25.9 00:53:58 Uninstalling urllib3-1.25.9: 00:53:58 Successfully uninstalled urllib3-1.25.9 00:53:59 Attempting uninstall: requests 00:53:59 Found existing installation: requests 2.23.0 00:53:59 Uninstalling requests-2.23.0: 00:53:59 Successfully uninstalled requests-2.23.0 00:54:00 Running setup.py install for texttable: started 00:54:02 Running setup.py install for texttable: finished with status 'done' 00:54:02 Running setup.py install for docopt: started 00:54:04 Running setup.py install for docopt: finished with status 'done' 00:54:05 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.58.0 00:54:09 Removing intermediate container 1f3cd1a8b9cf 00:54:09 ---> b5eee78cd723 00:54:09 Step 21/26 : RUN apk --no-cache add curl 00:54:09 ---> Running in 8185f11dbd68 00:54:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:54:11 (2/3) Installing libcurl (7.69.1-r3) 00:54:11 (3/3) Installing curl (7.69.1-r3) 00:54:11 Executing busybox-1.31.1-r19.trigger 00:54:11 OK: 71 MiB in 58 packages 00:54:12 Removing intermediate container 8185f11dbd68 00:54:12 ---> d83f19952977 00:54:12 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:54:12 ---> Running in da1ae2d26b5f 00:54:13 Removing intermediate container da1ae2d26b5f 00:54:13 ---> 51cb0e7f2988 00:54:13 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:13 ---> Running in 08321f6c0ad6 00:54:13 Removing intermediate container 08321f6c0ad6 00:54:13 ---> 91da38512b0f 00:54:13 Step 24/26 : LABEL arch=arm64 00:54:13 ---> Running in 9c8d25ec8059 00:54:14 Removing intermediate container 9c8d25ec8059 00:54:14 ---> bafdb744afd4 00:54:14 Step 25/26 : LABEL git_sha=ea90a067355d61d123892062d0c9e4a1eb0e56ea 00:54:14 ---> Running in c688c396247a 00:54:15 Removing intermediate container c688c396247a 00:54:15 ---> ce8cb1fb58fb 00:54:15 Step 26/26 : LABEL version=0.0.0 00:54:15 ---> Running in 49afa4fe8eaa 00:54:15 Removing intermediate container 49afa4fe8eaa 00:54:15 ---> fab30023cfb3 00:54:15 00:54:16 Successfully built fab30023cfb3 00:54:16 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:54:16  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:54:16 $ docker stop --time=1 ca3a93bcbc8779f31a3e46a0119e9138b77fa86af58387c7d6c971cca65bb4bd 00:54:18 $ docker rm -f ca3a93bcbc8779f31a3e46a0119e9138b77fa86af58387c7d6c971cca65bb4bd [Pipeline] // withDockerContainer [Pipeline] sh 00:54:18 + + docker images 00:54:18 grep docker 00:54:19 docker-sys-mgmt-agent-go-arm64 latest fab30023cfb3 3 seconds ago 300MB 00:54:19 docker-core-data-go-arm64 latest cde023547bb4 50 seconds ago 21.3MB 00:54:19 docker-support-notifications-go-arm64 latest 76e113319a1e About a minute ago 16.9MB 00:54:19 docker-security-bootstrapper-go-arm64 latest 4f488cd3f389 2 minutes ago 17.8MB 00:54:19 docker-core-metadata-go-arm64 latest 00258d246a63 4 minutes ago 17.9MB 00:54:19 docker-support-scheduler-go-arm64 latest ade4da5c69c4 4 minutes ago 16.3MB 00:54:19 docker-core-command-go-arm64 latest 29c01c8de811 4 minutes ago 16.2MB 00:54:19 docker-security-secretstore-setup-go-arm64 latest 7b0a6325ced6 4 minutes ago 23.7MB 00:54:19 docker-security-proxy-setup-go-arm64 latest f00dfd7a8837 4 minutes ago 23.4MB 00:54:19 docker 20.10.0 eeaf43b92773 2 months 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 Post stage [Pipeline] libraryResource [Pipeline] sh 00:54:20 ---> job-cost.sh 00:54:20 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-wUvv 00:54:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 00:56:35 lf-activate-venv(): INFO: Adding /tmp/venv-wUvv/bin to PATH 00:56:35 INFO: No Stack... 00:56:36 INFO: Retrieving Pricing Info for: lf-standard-4 00:56:36 INFO: Archiving Costs [Pipeline] sh 00:56:36 + cat /w/workspace/edgex-go/7/archives/cost.csv 00:56:36 + cut -d, -f6 [Pipeline] lock 00:56:37 Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3223-7-stack-cost] 00:56:37 Resource [jenkins-edgexfoundry-edgex-go-PR-3223-7-stack-cost] did not exist. Created. 00:56:37 Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3223-7-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 00:56:38 + echo total: 0.20999999344348907 [Pipeline] stash 00:56:39 Stashed 1 file(s) [Pipeline] } 00:56:39 Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3223-7-stack-cost] [Pipeline] // lock [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] { (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 00:56:42 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:56:43 ---> package-listing.sh 00:56:43 ++ facter osfamily 00:56:43 ++ tr '[:upper:]' '[:lower:]' 00:56:43 + OS_FAMILY=redhat 00:56:43 + workspace=/w/workspace/edgex-go/7 00:56:43 + START_PACKAGES=/tmp/packages_start.txt 00:56:43 + END_PACKAGES=/tmp/packages_end.txt 00:56:43 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:56:43 + PACKAGES=/tmp/packages_start.txt 00:56:43 + '[' /w/workspace/edgex-go/7 ']' 00:56:43 + PACKAGES=/tmp/packages_end.txt 00:56:43 + case "${OS_FAMILY}" in 00:56:43 + rpm -qa 00:56:43 + sort 00:56:48 + '[' -f /tmp/packages_start.txt ']' 00:56:48 + '[' -f /tmp/packages_end.txt ']' 00:56:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:56:48 + '[' /w/workspace/edgex-go/7 ']' 00:56:48 + mkdir -p /w/workspace/edgex-go/7/archives/ 00:56:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/7/archives/ [Pipeline] echo 00:56:48 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:56:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:56:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:49 00:56:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:56:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:49 alpine: Pulling from edgex-lftools-log-publisher 00:56:49 df20fa9351a1: Pulling fs layer 00:56:49 36b3adc4ff6f: Pulling fs layer 00:56:49 8ad3a11d3b57: Pulling fs layer 00:56:49 46f8f816bc3b: Pulling fs layer 00:56:49 93b61091891f: Pulling fs layer 00:56:49 93b9cdb0e59b: Pulling fs layer 00:56:49 5e14af77c1be: Pulling fs layer 00:56:49 01666e4c0597: Pulling fs layer 00:56:49 aa168da1d23b: Pulling fs layer 00:56:49 93b9cdb0e59b: Waiting 00:56:49 5e14af77c1be: Waiting 00:56:49 01666e4c0597: Waiting 00:56:49 aa168da1d23b: Waiting 00:56:49 46f8f816bc3b: Waiting 00:56:49 93b61091891f: Waiting 00:56:49 36b3adc4ff6f: Verifying Checksum 00:56:49 36b3adc4ff6f: Download complete 00:56:49 46f8f816bc3b: Verifying Checksum 00:56:49 46f8f816bc3b: Download complete 00:56:49 df20fa9351a1: Verifying Checksum 00:56:49 df20fa9351a1: Download complete 00:56:49 93b9cdb0e59b: Verifying Checksum 00:56:49 93b9cdb0e59b: Download complete 00:56:49 5e14af77c1be: Download complete 00:56:49 93b61091891f: Download complete 00:56:49 01666e4c0597: Verifying Checksum 00:56:49 01666e4c0597: Download complete 00:56:50 df20fa9351a1: Pull complete 00:56:50 36b3adc4ff6f: Pull complete 00:56:50 8ad3a11d3b57: Verifying Checksum 00:56:50 8ad3a11d3b57: Download complete 00:56:51 8ad3a11d3b57: Pull complete 00:56:51 46f8f816bc3b: Pull complete 00:56:52 aa168da1d23b: Verifying Checksum 00:56:52 aa168da1d23b: Download complete 00:56:53 93b61091891f: Pull complete 00:56:53 93b9cdb0e59b: Pull complete 00:56:54 5e14af77c1be: Pull complete 00:56:54 01666e4c0597: Pull complete 00:57:02 aa168da1d23b: Pull complete 00:57:02 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:57:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:57:02 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:57:02 prd-centos7-docker-4c-2g-29402 does not seem to be running inside a container 00:57:02 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/7/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/7 -v /w/workspace/edgex-go/7:/w/workspace/edgex-go/7:rw,z -v /w/workspace/edgex-go/7@tmp:/w/workspace/edgex-go/7@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:57:12 $ docker top fea3f148331a67411841dfdec68bd69fb91ab2dbec5aecf335b1a93cfc4819ea -eo pid,comm [Pipeline] { [Pipeline] sh 00:57:12 + touch /tmp/pre-build-complete [Pipeline] sh 00:57:12 + mkdir -p /var/log/sa [Pipeline] sh 00:57:13 + ls /var/log/sa-host 00:57:13 + sadf -c /var/log/sa-host/sa11 00:57:13 file_magic: OK 00:57:13 HZ: Using current value: 100 00:57:13 file_header: OK 00:57:13 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 00:57:13 Statistics: 00:57:13 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:57:13 File successfully converted to sysstat format version 12.2.1 00:57:13 + sadf -c /var/log/sa-host/sa23 00:57:13 file_magic: OK 00:57:13 HZ: Using current value: 100 00:57:13 file_header: OK 00:57:13 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 00:57:13 Statistics: 00:57:13 Hnuu...uuuununununu... 00:57:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:57:13 provisioning config files... 00:57:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/7@tmp/config2005531504261723198tmp [Pipeline] { [Pipeline] echo 00:57:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:57:13 ---> create-netrc.sh [Pipeline] } 00:57:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:57:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:57:14 ---> python-tools-install.sh [Pipeline] echo 00:57:14 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:57:14 ---> sudo-logs.sh 00:57:14 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 00:57:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:57:15 ---> job-cost.sh 00:57:15 lf-activate-venv: SKIPPING 00:57:15 DEBUG: total: 0.20999999344348907 00:57:15 INFO: Retrieving Stack Cost... 00:57:16 INFO: Retrieving Pricing Info for: v1-standard-2 00:57:16 INFO: Archiving Costs [Pipeline] echo 00:57:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:57:17 ---> logs-deploy.sh 00:57:17 lf-activate-venv: SKIPPING 00:57:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3223/7 00:57:17 INFO: archiving workspace using pattern(s): 00:57:18 Archives upload complete. 00:57:18 INFO: archiving logs to Nexus 00:57:19 ---> uname -a: 00:57:19 Linux prd-centos7-docker-4c-2g-29402.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:57:19 00:57:19 00:57:19 ---> lscpu: 00:57:19 Architecture: x86_64 00:57:19 CPU op-mode(s): 32-bit, 64-bit 00:57:19 Byte Order: Little Endian 00:57:19 Address sizes: 40 bits physical, 48 bits virtual 00:57:19 CPU(s): 4 00:57:19 On-line CPU(s) list: 0-3 00:57:19 Thread(s) per core: 1 00:57:19 Core(s) per socket: 1 00:57:19 Socket(s): 4 00:57:19 NUMA node(s): 1 00:57:19 Vendor ID: GenuineIntel 00:57:19 CPU family: 6 00:57:19 Model: 44 00:57:19 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:57:19 Stepping: 1 00:57:19 CPU MHz: 2933.438 00:57:19 BogoMIPS: 5866.87 00:57:19 Virtualization: VT-x 00:57:19 Hypervisor vendor: KVM 00:57:19 Virtualization type: full 00:57:19 L1d cache: 128 KiB 00:57:19 L1i cache: 128 KiB 00:57:19 L2 cache: 16 MiB 00:57:19 L3 cache: 64 MiB 00:57:19 NUMA node0 CPU(s): 0-3 00:57:19 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:57:19 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:57:19 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:57:19 Vulnerability Meltdown: Mitigation; PTI 00:57:19 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:57:19 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:57:19 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:57:19 Vulnerability Srbds: Not affected 00:57:19 Vulnerability Tsx async abort: Not affected 00:57:19 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 00:57:19 00:57:19 00:57:19 ---> nproc: 00:57:19 4 00:57:19 00:57:19 00:57:19 ---> df -h: 00:57:19 Filesystem Size Used Available Use% Mounted on 00:57:19 overlay 50.0G 11.3G 38.7G 23% / 00:57:19 tmpfs 64.0M 0 64.0M 0% /dev 00:57:19 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:57:19 shm 64.0M 0 64.0M 0% /dev/shm 00:57:19 /dev/vda1 50.0G 11.3G 38.7G 23% /facter-os 00:57:19 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/resolv.conf 00:57:19 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hostname 00:57:19 /dev/vda1 50.0G 11.3G 38.7G 23% /etc/hosts 00:57:19 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/sa-host 00:57:19 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/secure 00:57:19 /dev/vda1 50.0G 11.3G 38.7G 23% /var/log/auth.log 00:57:19 /dev/vda1 50.0G 11.3G 38.7G 23% /run/cloud-init/result.json 00:57:19 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/7 00:57:19 /dev/vda1 50.0G 11.3G 38.7G 23% /w/workspace/edgex-go/7@tmp 00:57:19 00:57:19 00:57:19 ---> free -m: 00:57:19 total used free shared buff/cache available 00:57:19 Mem: 1837 731 122 0 984 1022 00:57:19 Swap: 1023 66 957 00:57:19 00:57:19 00:57:19 ---> ip addr: 00:57:19 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:57:19 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:57:19 inet 127.0.0.1/8 scope host lo 00:57:19 valid_lft forever preferred_lft forever 00:57:19 inet6 ::1/128 scope host 00:57:19 valid_lft forever preferred_lft forever 00:57:19 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:57:19 link/ether fa:16:3e:1e:53:76 brd ff:ff:ff:ff:ff:ff 00:57:19 inet 10.30.122.170/23 brd 10.30.123.255 scope global dynamic eth0 00:57:19 valid_lft 84816sec preferred_lft 84816sec 00:57:19 inet6 fe80::f816:3eff:fe1e:5376/64 scope link 00:57:19 valid_lft forever preferred_lft forever 00:57:19 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:57:19 link/ether 02:42:11:76:b5:b8 brd ff:ff:ff:ff:ff:ff 00:57:19 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:57:19 valid_lft forever preferred_lft forever 00:57:19 inet6 fe80::42:11ff:fe76:b5b8/64 scope link 00:57:19 valid_lft forever preferred_lft forever 00:57:19 00:57:19 00:57:19 ---> sar -b -r -n DEV: 00:57:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 00:57:19 00:57:19 00:30:44 LINUX RESTART (4 CPU) 00:57:19 00:57:19 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:57:19 00:32:03 165.84 81.54 84.30 0.00 8547.09 42562.79 0.00 00:57:19 00:33:01 165.69 85.57 80.12 0.00 7208.67 39112.64 0.00 00:57:19 00:34:01 187.93 46.15 141.79 0.00 2388.15 25929.34 0.00 00:57:19 00:35:01 183.65 90.86 92.79 0.00 3580.26 10476.62 0.00 00:57:19 00:36:01 137.01 74.45 62.56 0.00 3429.79 6588.50 0.00 00:57:19 00:37:02 142.83 27.38 115.46 0.00 6605.94 46572.95 0.00 00:57:19 00:38:02 2207.66 1877.41 330.25 0.00 157258.06 199797.91 0.00 00:57:19 00:39:01 1595.27 1388.01 207.27 0.00 75315.04 90242.45 0.00 00:57:19 00:40:02 1065.74 769.93 295.81 0.00 78204.19 137554.03 0.00 00:57:19 00:41:01 1648.04 1364.91 283.13 0.00 78935.99 81926.19 0.00 00:57:19 00:42:01 177.91 22.54 155.37 0.00 3527.61 26418.80 0.00 00:57:19 00:43:01 1.77 0.02 1.75 0.00 0.13 32.89 0.00 00:57:19 00:44:01 0.43 0.15 0.28 0.00 7.20 3.38 0.00 00:57:19 00:45:01 0.28 0.03 0.25 0.00 0.27 2.70 0.00 00:57:19 00:46:01 1.62 1.45 0.17 0.00 48.76 1.37 0.00 00:57:19 00:47:01 0.87 0.08 0.78 0.00 1.47 15.60 0.00 00:57:19 00:48:01 0.32 0.02 0.30 0.00 0.13 2.91 0.00 00:57:19 00:49:01 0.30 0.02 0.28 0.00 0.13 3.30 0.00 00:57:19 00:50:01 0.28 0.02 0.27 0.00 0.13 3.03 0.00 00:57:19 00:51:01 0.27 0.00 0.27 0.00 0.00 3.23 0.00 00:57:19 00:52:02 0.27 0.03 0.23 0.00 0.27 2.65 0.00 00:57:19 00:53:01 0.27 0.03 0.24 0.00 0.27 2.41 0.00 00:57:19 00:54:01 0.37 0.07 0.30 0.00 1.47 3.38 0.00 00:57:19 00:55:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 00:57:19 00:56:01 0.33 0.02 0.32 0.00 0.27 3.61 0.00 00:57:19 00:57:01 109.29 55.95 53.34 0.00 5088.06 14717.41 0.00 00:57:19 Average: 299.11 225.75 73.36 0.00 16522.39 27760.11 0.00 00:57:19 00:57:19 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:57:19 00:32:03 103396 0 609636 32.40 2620 1165892 1261596 43.06 475116 1084092 160 00:57:19 00:33:01 67696 0 692636 36.81 2484 1118728 1527672 52.14 706460 873952 47552 00:57:19 00:34:01 363848 0 660588 35.11 1500 855608 1098988 37.51 414052 824332 16 00:57:19 00:35:01 198376 0 837076 44.49 740 845352 1671556 57.05 682964 711084 60460 00:57:19 00:36:01 293424 0 732240 38.92 724 855156 1210340 41.31 532444 754324 40716 00:57:19 00:37:02 72124 0 745536 39.62 288 1063596 1241752 42.38 708960 824660 86052 00:57:19 00:38:02 80944 0 870072 46.24 8 930520 2364032 80.68 767460 804652 78408 00:57:19 00:39:01 307572 0 1008340 53.59 8 565624 3186104 108.74 630244 669924 31316 00:57:19 00:40:02 302488 0 724960 38.53 8 854088 1780060 60.75 586228 778552 27960 00:57:19 00:41:01 205488 0 841576 44.73 8 834472 2368800 80.84 725320 697764 608 00:57:19 00:42:01 180292 0 647736 34.43 8 1053508 1236880 42.21 517440 936308 20 00:57:19 00:43:01 182540 0 645436 34.30 8 1053560 1217336 41.55 516492 935420 12 00:57:19 00:44:01 182736 0 645024 34.28 8 1053776 1217336 41.55 516628 935628 8 00:57:19 00:45:01 184144 0 643608 34.21 8 1053784 1203972 41.09 515508 935404 8 00:57:19 00:46:01 183168 0 643808 34.22 8 1054560 1203972 41.09 515648 936168 20 00:57:19 00:47:01 182680 0 644280 34.24 8 1054576 1204068 41.09 516044 936200 8 00:57:19 00:48:01 182912 0 644048 34.23 8 1054576 1203972 41.09 515664 936204 8 00:57:19 00:49:01 182584 0 644364 34.25 8 1054588 1203972 41.09 515672 936208 8 00:57:19 00:50:01 182632 0 644308 34.24 8 1054596 1203972 41.09 515676 936212 16 00:57:19 00:51:01 182376 0 644560 34.26 8 1054600 1203972 41.09 515676 936216 8 00:57:19 00:52:02 181968 0 644956 34.28 8 1054612 1204068 41.09 516188 936224 8 00:57:19 00:53:01 182516 0 644404 34.25 8 1054616 1203972 41.09 515812 936228 8 00:57:19 00:54:01 182400 0 644508 34.25 8 1054628 1203972 41.09 515820 936272 8 00:57:19 00:55:01 182508 0 644392 34.25 8 1054636 1203972 41.09 515700 936276 8 00:57:19 00:56:01 182516 0 644380 34.25 8 1054640 1203972 41.09 515708 936276 8 00:57:19 00:57:01 277836 0 691604 36.76 8 912096 1205520 41.14 516460 798404 96632 00:57:19 Average: 192737 0 695541 36.97 328 992938 1424455 48.61 557130 879346 18078 00:57:19 00:57:19 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:57:19 00:32:03 eth0 1016.43 616.71 3679.13 95.66 0.00 0.00 0.00 0.00 00:57:19 00:32:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:32:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:33:01 eth0 1099.79 1392.33 5717.11 152.91 0.00 0.00 0.00 0.00 00:57:19 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:33:01 docker0 1140.12 795.15 85.92 2773.90 0.00 0.00 0.00 0.00 00:57:19 00:34:01 eth0 217.04 175.34 844.96 21.06 0.00 0.00 0.00 0.00 00:57:19 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:34:01 docker0 167.02 197.67 11.78 831.49 0.00 0.00 0.00 0.00 00:57:19 00:35:01 eth0 48.01 32.69 36.43 74.58 0.00 0.00 0.00 0.00 00:57:19 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:35:01 vethd13f35b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:57:19 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:36:01 eth0 22.97 11.90 15.49 7.80 0.00 0.00 0.00 0.00 00:57:19 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:36:01 vethd13f35b 2.43 2.43 0.20 0.20 0.00 0.00 0.00 0.00 00:57:19 00:36:01 docker0 2.43 2.43 0.16 0.20 0.00 0.00 0.00 0.00 00:57:19 00:37:02 veth9d41e29 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:57:19 00:37:02 eth0 237.93 191.74 1696.76 90.90 0.00 0.00 0.00 0.00 00:57:19 00:37:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:37:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:38:02 veth9d41e29 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 00:57:19 00:38:02 eth0 50.02 22.12 163.17 9.20 0.00 0.00 0.00 0.00 00:57:19 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:38:02 docker0 11.78 30.31 0.62 147.20 0.00 0.00 0.00 0.00 00:57:19 00:39:01 vethaaaeb7f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:57:19 00:39:01 veth1f18020 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:57:19 00:39:01 veth9d41e29 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:39:01 eth0 7.05 3.63 5.86 3.08 0.00 0.00 0.00 0.00 00:57:19 00:40:02 veth9d41e29 0.00 0.33 0.00 0.01 0.00 0.00 0.00 0.00 00:57:19 00:40:02 eth0 64.67 33.15 235.53 12.68 0.00 0.00 0.00 0.00 00:57:19 00:40:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:57:19 00:40:02 docker0 1286.33 1022.20 95.56 3797.94 0.00 0.00 0.00 0.00 00:57:19 00:41:01 veth96a5585 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:57:19 00:41:01 vetha30db31 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:57:19 00:41:01 veth9d41e29 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:41:01 eth0 52.74 32.87 111.50 83.91 0.00 0.00 0.00 0.00 00:57:19 00:42:01 eth0 206.15 138.64 1690.90 24.57 0.00 0.00 0.00 0.00 00:57:19 00:42:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:57:19 00:42:01 docker0 1333.35 1108.30 98.61 4360.94 0.00 0.00 0.00 0.00 00:57:19 00:43:01 eth0 2.55 0.55 0.71 0.36 0.00 0.00 0.00 0.00 00:57:19 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:44:01 eth0 1.68 0.70 0.83 0.58 0.00 0.00 0.00 0.00 00:57:19 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:45:01 eth0 0.25 0.08 0.02 0.04 0.00 0.00 0.00 0.00 00:57:19 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:57:19 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:47:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:57:19 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:48:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:57:19 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:57:19 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:57:19 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:51:01 eth0 0.17 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:57:19 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:52:02 eth0 0.45 0.32 0.26 0.14 0.00 0.00 0.00 0.00 00:57:19 00:52:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:52:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:53:01 eth0 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:57:19 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:54:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:55:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:56:01 eth0 0.10 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:57:19 00:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:57:01 eth0 239.75 202.55 2170.48 78.49 0.00 0.00 0.00 0.00 00:57:19 00:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 00:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 Average: eth0 124.83 108.50 624.94 25.11 0.00 0.00 0.00 0.00 00:57:19 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:57:19 Average: docker0 51.44 42.75 3.80 168.23 0.00 0.00 0.00 0.00 00:57:19 00:57:19 00:57:19 ---> sar -P ALL: 00:57:19 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 00:57:19 00:57:19 00:30:44 LINUX RESTART (4 CPU) 00:57:19 00:57:19 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:57:19 00:32:03 all 17.42 0.00 9.59 6.20 0.28 66.51 00:57:19 00:32:03 0 14.74 0.00 11.70 4.36 0.29 68.91 00:57:19 00:32:03 1 19.22 0.00 9.79 5.75 0.27 64.97 00:57:19 00:32:03 2 17.82 0.00 8.90 6.06 0.26 66.97 00:57:19 00:32:03 3 17.87 0.00 7.98 8.63 0.29 65.23 00:57:19 00:33:01 all 15.58 0.00 8.79 1.14 0.95 73.53 00:57:19 00:33:01 0 14.90 0.00 9.21 0.71 0.76 74.42 00:57:19 00:33:01 1 13.32 0.00 8.17 0.48 0.98 77.05 00:57:19 00:33:01 2 19.20 0.00 8.56 1.99 1.08 69.18 00:57:19 00:33:01 3 14.92 0.00 9.25 1.38 0.97 73.49 00:57:19 00:34:01 all 6.71 0.00 6.40 4.78 0.59 81.52 00:57:19 00:34:01 0 6.68 0.00 6.26 3.60 0.54 82.92 00:57:19 00:34:01 1 6.85 0.00 6.77 6.48 0.63 79.27 00:57:19 00:34:01 2 6.54 0.00 6.14 4.46 0.66 82.20 00:57:19 00:34:01 3 6.78 0.00 6.42 4.58 0.51 81.70 00:57:19 00:35:01 all 56.48 0.00 14.29 4.72 0.84 23.67 00:57:19 00:35:01 0 58.17 0.00 13.94 4.18 0.77 22.94 00:57:19 00:35:01 1 55.57 0.00 14.38 3.44 0.92 25.68 00:57:19 00:35:01 2 54.44 0.00 14.93 4.03 0.84 25.75 00:57:19 00:35:01 3 57.72 0.00 13.92 7.23 0.81 20.31 00:57:19 00:36:01 all 47.62 0.00 14.86 3.62 0.78 33.13 00:57:19 00:36:01 0 46.81 0.00 15.01 2.83 0.86 34.49 00:57:19 00:36:01 1 48.55 0.00 14.63 2.67 0.58 33.57 00:57:19 00:36:01 2 47.53 0.00 15.34 3.60 0.82 32.70 00:57:19 00:36:01 3 47.58 0.00 14.45 5.38 0.84 31.74 00:57:19 00:37:02 all 25.86 0.00 12.71 5.36 1.54 54.52 00:57:19 00:37:02 0 23.02 0.00 12.51 5.32 1.50 57.66 00:57:19 00:37:02 1 25.32 0.00 12.67 5.39 1.55 55.07 00:57:19 00:37:02 2 27.59 0.00 12.76 6.17 1.46 52.02 00:57:19 00:37:02 3 27.50 0.00 12.92 4.58 1.65 53.35 00:57:19 00:38:02 all 21.60 0.00 30.74 15.47 3.95 28.24 00:57:19 00:38:02 0 21.57 0.00 30.70 15.13 3.90 28.69 00:57:19 00:38:02 1 20.48 0.00 28.98 14.63 4.20 31.71 00:57:19 00:38:02 2 22.56 0.00 30.97 15.93 3.87 26.67 00:57:19 00:38:02 3 21.81 0.00 32.36 16.18 3.82 25.83 00:57:19 00:39:01 all 59.86 0.00 21.08 9.37 1.00 8.70 00:57:19 00:39:01 0 59.56 0.00 21.97 9.23 1.02 8.21 00:57:19 00:39:01 1 59.96 0.00 20.42 10.50 0.99 8.13 00:57:19 00:39:01 2 59.43 0.00 20.61 9.91 1.10 8.95 00:57:19 00:39:01 3 60.48 0.00 21.33 7.83 0.87 9.49 00:57:19 00:40:02 all 30.21 0.00 25.10 12.40 2.50 29.80 00:57:19 00:40:02 0 31.31 0.00 24.76 9.92 2.39 31.62 00:57:19 00:40:02 1 30.59 0.00 24.89 16.47 2.41 25.64 00:57:19 00:40:02 2 29.31 0.00 25.17 11.38 2.58 31.56 00:57:19 00:40:02 3 29.61 0.00 25.57 11.86 2.61 30.35 00:57:19 00:41:01 all 52.45 0.00 23.40 12.36 0.26 11.53 00:57:19 00:41:01 0 52.40 0.00 23.49 11.49 0.29 12.34 00:57:19 00:41:01 1 53.02 0.00 23.32 11.59 0.23 11.84 00:57:19 00:41:01 2 51.26 0.00 24.97 12.85 0.25 10.68 00:57:19 00:41:01 3 53.12 0.00 21.83 13.52 0.25 11.27 00:57:19 00:42:01 all 11.90 0.00 8.51 6.79 0.64 72.18 00:57:19 00:42:01 0 12.18 0.00 9.36 7.74 0.67 70.05 00:57:19 00:42:01 1 13.24 0.00 8.87 6.21 0.62 71.06 00:57:19 00:42:01 2 11.36 0.00 8.38 6.17 0.63 73.47 00:57:19 00:42:01 3 10.80 0.00 7.42 7.04 0.62 74.12 00:57:19 00:57:19 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:57:19 00:43:01 all 0.15 0.00 0.04 0.00 0.00 99.80 00:57:19 00:43:01 0 0.02 0.00 0.03 0.00 0.02 99.93 00:57:19 00:43:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:57:19 00:43:01 2 0.52 0.00 0.05 0.00 0.00 99.43 00:57:19 00:43:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:57:19 00:44:01 all 0.16 0.00 0.04 0.00 0.02 99.77 00:57:19 00:44:01 0 0.02 0.00 0.05 0.02 0.02 99.90 00:57:19 00:44:01 1 0.05 0.00 0.03 0.00 0.03 99.88 00:57:19 00:44:01 2 0.57 0.00 0.03 0.00 0.02 99.38 00:57:19 00:44:01 3 0.02 0.00 0.05 0.00 0.02 99.92 00:57:19 00:45:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:57:19 00:45:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:57:19 00:45:01 1 0.03 0.00 0.02 0.00 0.02 99.93 00:57:19 00:45:01 2 0.48 0.00 0.02 0.00 0.00 99.50 00:57:19 00:45:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:57:19 00:46:01 all 0.15 0.00 0.04 0.02 0.00 99.79 00:57:19 00:46:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:57:19 00:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:57:19 00:46:01 2 0.52 0.00 0.08 0.08 0.00 99.32 00:57:19 00:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:57:19 00:47:01 all 0.18 0.00 0.07 0.00 0.00 99.75 00:57:19 00:47:01 0 0.05 0.00 0.08 0.00 0.00 99.87 00:57:19 00:47:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:57:19 00:47:01 2 0.55 0.00 0.07 0.00 0.00 99.38 00:57:19 00:47:01 3 0.07 0.00 0.07 0.02 0.00 99.85 00:57:19 00:48:01 all 0.14 0.00 0.02 0.00 0.00 99.84 00:57:19 00:48:01 0 0.00 0.00 0.00 0.00 0.02 99.98 00:57:19 00:48:01 1 0.13 0.00 0.03 0.00 0.00 99.83 00:57:19 00:48:01 2 0.40 0.00 0.02 0.00 0.00 99.58 00:57:19 00:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:57:19 00:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:57:19 00:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:57:19 00:49:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:57:19 00:49:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:57:19 00:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:57:19 00:50:01 all 0.14 0.00 0.03 0.00 0.00 99.83 00:57:19 00:50:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:57:19 00:50:01 1 0.03 0.00 0.05 0.00 0.00 99.92 00:57:19 00:50:01 2 0.50 0.00 0.02 0.00 0.00 99.48 00:57:19 00:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:57:19 00:51:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:57:19 00:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:57:19 00:51:01 1 0.07 0.00 0.05 0.00 0.00 99.88 00:57:19 00:51:01 2 0.52 0.00 0.00 0.00 0.00 99.48 00:57:19 00:51:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:57:19 00:52:02 all 0.13 0.00 0.02 0.00 0.00 99.85 00:57:19 00:52:02 0 0.02 0.00 0.02 0.00 0.00 99.97 00:57:19 00:52:02 1 0.03 0.00 0.03 0.00 0.00 99.93 00:57:19 00:52:02 2 0.45 0.00 0.02 0.00 0.00 99.53 00:57:19 00:52:02 3 0.02 0.00 0.02 0.00 0.00 99.97 00:57:19 00:53:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:57:19 00:53:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:57:19 00:53:01 1 0.05 0.00 0.05 0.00 0.00 99.90 00:57:19 00:53:01 2 0.53 0.00 0.02 0.00 0.00 99.46 00:57:19 00:53:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:57:19 00:57:19 00:53:01 CPU %user %nice %system %iowait %steal %idle 00:57:19 00:54:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:57:19 00:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:57:19 00:54:01 1 0.52 0.00 0.02 0.02 0.00 99.45 00:57:19 00:54:01 2 0.03 0.00 0.03 0.00 0.02 99.92 00:57:19 00:54:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:57:19 00:55:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:57:19 00:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:57:19 00:55:01 1 0.53 0.00 0.02 0.00 0.00 99.45 00:57:19 00:55:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:57:19 00:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:57:19 00:56:01 all 0.14 0.00 0.02 0.00 0.00 99.83 00:57:19 00:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:57:19 00:56:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:57:19 00:56:01 2 0.02 0.00 0.05 0.02 0.00 99.92 00:57:19 00:56:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:57:19 00:57:01 all 5.60 0.00 4.16 2.11 0.04 88.09 00:57:19 00:57:01 0 4.54 0.00 4.66 1.76 0.02 89.03 00:57:19 00:57:01 1 6.04 0.00 3.79 2.86 0.05 87.26 00:57:19 00:57:01 2 5.32 0.00 4.07 1.25 0.03 89.33 00:57:19 00:57:01 3 6.51 0.00 4.12 2.57 0.05 86.75 00:57:19 Average: all 13.13 0.00 6.70 3.15 0.50 76.53 00:57:19 Average: 0 12.87 0.00 6.85 2.84 0.49 76.96 00:57:19 Average: 1 13.17 0.00 6.60 3.23 0.50 76.50 00:57:19 Average: 2 13.30 0.00 6.74 3.13 0.51 76.32 00:57:19 Average: 3 13.18 0.00 6.60 3.38 0.49 76.34 00:57:19 00:57:19 00:57:19