Pull request #2913 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3+8905b2aeb998c2429dd3dac7113c428985f887cf (9ae11746986e956f93077d2bba040bd0c634fdc8) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-15968 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 Merge succeeded, producing 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 Checking out Revision 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 (PR-2913) > git config core.sparsecheckout # timeout=10 > git checkout -f 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # 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 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # timeout=10 Commit message: "build(snap): Address PR feedback" First time build. Skipping changelog. > git rev-list --no-walk 9bffdf1b0025ca2e6576b145f688295c80aec35d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 23:56:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 23:56:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 23:56:36 ========================================================= 23:56:36 EdgeX Global Pipelines Version Info 23:56:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 23:56:38 ------------------- 23:56:38 stable info: 23:56:38 ------------------- 23:56:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:56:38 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 23:56:38 Message: update stable to v1.0.172 23:56:39 ------------------- 23:56:39 experimental info: 23:56:39 ------------------- 23:56:39 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 23:56:39 Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 23:56:39 Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 23:56:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 23:56:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 23:56:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 23:56:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 23:56:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 23:56:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 23:56:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 23:56:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 23:56:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 23:56:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 23:56:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 23:56:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 23:56:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 23:56:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 23:56:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 23:56:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 23:56:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 23:56:41 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 23:56:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 23:56:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 23:56:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 23:56:41 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 23:56:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2913 [Pipeline] echo 23:56:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2913 [Pipeline] echo 23:56:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2913 [Pipeline] echo 23:56:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [Pipeline] echo 23:56:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 82ce6d1 [Pipeline] echo 23:56:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:56:42 provisioning config files... 23:56:42 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config9163419964382181553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:56:43 ---> docker-login.sh 23:56:43 nexus3.edgexfoundry.org:10001 23:56:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:56:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:56:43 Configure a credential helper to remove this warning. See 23:56:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:56:43 23:56:43 Login Succeeded 23:56:43 nexus3.edgexfoundry.org:10002 23:56:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:56:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:56:43 Configure a credential helper to remove this warning. See 23:56:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:56:43 23:56:43 Login Succeeded 23:56:43 nexus3.edgexfoundry.org:10003 23:56:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:56:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:56:43 Configure a credential helper to remove this warning. See 23:56:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:56:43 23:56:43 Login Succeeded 23:56:43 nexus3.edgexfoundry.org:10004 23:56:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:56:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:56:44 Configure a credential helper to remove this warning. See 23:56:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:56:44 23:56:44 Login Succeeded 23:56:44 docker.io 23:56:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:56:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:56:44 Configure a credential helper to remove this warning. See 23:56:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:56:44 23:56:44 Login Succeeded 23:56:44 ---> docker-login.sh ends [Pipeline] } 23:56:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:56:45 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 23:56:45 + for file in '`ls cmd/**/Dockerfile`' 23:56:45 ++ dirname cmd/core-command/Dockerfile 23:56:45 ++ cut -d/ -f2 23:56:45 + echo core-command,cmd/core-command/Dockerfile 23:56:45 + for file in '`ls cmd/**/Dockerfile`' 23:56:45 ++ dirname cmd/core-data/Dockerfile 23:56:45 ++ cut -d/ -f2 23:56:45 + echo core-data,cmd/core-data/Dockerfile 23:56:45 + for file in '`ls cmd/**/Dockerfile`' 23:56:45 ++ dirname cmd/core-metadata/Dockerfile 23:56:45 ++ cut -d/ -f2 23:56:45 + echo core-metadata,cmd/core-metadata/Dockerfile 23:56:45 + for file in '`ls cmd/**/Dockerfile`' 23:56:45 ++ dirname cmd/security-bootstrap-redis/Dockerfile 23:56:45 ++ cut -d/ -f2 23:56:45 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 23:56:45 + for file in '`ls cmd/**/Dockerfile`' 23:56:45 ++ dirname cmd/security-proxy-setup/Dockerfile 23:56:45 ++ cut -d/ -f2 23:56:45 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 23:56:45 + for file in '`ls cmd/**/Dockerfile`' 23:56:45 ++ dirname cmd/security-secretstore-setup/Dockerfile 23:56:45 ++ cut -d/ -f2 23:56:45 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 23:56:45 + for file in '`ls cmd/**/Dockerfile`' 23:56:45 ++ dirname cmd/support-notifications/Dockerfile 23:56:45 ++ cut -d/ -f2 23:56:45 + echo support-notifications,cmd/support-notifications/Dockerfile 23:56:45 + for file in '`ls cmd/**/Dockerfile`' 23:56:45 ++ dirname cmd/support-scheduler/Dockerfile 23:56:45 ++ cut -d/ -f2 23:56:45 + echo support-scheduler,cmd/support-scheduler/Dockerfile 23:56:45 + for file in '`ls cmd/**/Dockerfile`' 23:56:45 ++ dirname cmd/sys-mgmt-agent/Dockerfile 23:56:45 ++ cut -d/ -f2 23:56:45 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 23:56:45 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-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 23:56:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:56:46 23:56:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 23:56:47 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:56:47 latest: Pulling from edgex-devops/git-semver 23:56:47 31603596830f: Pulling fs layer 23:56:47 2a8b12db71e7: Pulling fs layer 23:56:47 6ca5941a6612: Pulling fs layer 23:56:47 ecc8261a40a4: Pulling fs layer 23:56:47 ecc8261a40a4: Waiting 23:56:47 2a8b12db71e7: Verifying Checksum 23:56:47 2a8b12db71e7: Download complete 23:56:47 31603596830f: Verifying Checksum 23:56:47 31603596830f: Download complete 23:56:47 ecc8261a40a4: Verifying Checksum 23:56:47 ecc8261a40a4: Download complete 23:56:47 6ca5941a6612: Verifying Checksum 23:56:47 6ca5941a6612: Download complete 23:56:47 31603596830f: Pull complete 23:56:47 2a8b12db71e7: Pull complete 23:56:48 6ca5941a6612: Pull complete 23:56:49 ecc8261a40a4: Pull complete 23:56:49 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 23:56:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 23:56:49 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 23:56:49 prd-centos7-docker-4c-2g-15968 does not seem to be running inside a container 23:56:49 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 23:56:51 $ docker top 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 23:56:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:56:51 [ssh-agent] Looking for ssh-agent implementation... 23:56:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:56:52 $ docker exec 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 ssh-agent 23:56:52 SSH_AUTH_SOCK=/tmp/ssh-uH8tKGguntcX/agent.11 23:56:52 SSH_AGENT_PID=17 23:56:52 Running ssh-add (command line suppressed) 23:56:52 Identity added: /w/workspace/edgex-go/10@tmp/private_key_1479413957123634006.key (/w/workspace/edgex-go/10@tmp/private_key_1479413957123634006.key) 23:56:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:56:52 + git tag --points-at HEAD [Pipeline] } 23:56:52 $ docker exec --env ******** --env ******** 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 ssh-agent -k 23:56:53 unset SSH_AUTH_SOCK; 23:56:53 unset SSH_AGENT_PID; 23:56:53 echo Agent pid 17 killed; 23:56:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 23:56:53 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 23:56:53 [ssh-agent] Looking for ssh-agent implementation... 23:56:53 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 23:56:53 $ docker exec 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 ssh-agent 23:56:53 SSH_AUTH_SOCK=/tmp/ssh-Ty6oRY4cn5Ph/agent.47 23:56:53 SSH_AGENT_PID=52 23:56:53 Running ssh-add (command line suppressed) 23:56:53 Identity added: /w/workspace/edgex-go/10@tmp/private_key_6552919828134235509.key (/w/workspace/edgex-go/10@tmp/private_key_6552919828134235509.key) 23:56:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 23:56:54 + git semver init 23:56:54 # -> Open(): unable to determine branch for HEAD 23:56:54 # $GIT_DIR = /w/workspace/edgex-go/10/.git 23:56:54 # $GIT_WORK_TREE = /w/workspace/edgex-go/10 23:56:54 # $SEMVER_REMOTE_NAME = origin 23:56:54 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 23:56:54 # $SEMVER_USER_NAME = edgex-jenkins 23:56:54 # $SEMVER_BRANCH = PR-2913 23:56:54 # $SEMVER_TEMP = /tmp/semver-012206321 23:56:54 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 23:57:12 # '/tmp/semver-012206321' -> '/w/workspace/edgex-go/10/.semver' 23:57:12 # -> Force: false 23:57:12 # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } 23:57:12 $ docker exec --env ******** --env ******** 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 ssh-agent -k 23:57:12 unset SSH_AUTH_SOCK; 23:57:12 unset SSH_AGENT_PID; 23:57:12 echo Agent pid 52 killed; 23:57:12 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 23:57:13 + git semver [Pipeline] } 23:57:13 $ docker stop --time=1 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 23:57:14 $ docker rm -f 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 [Pipeline] // withDockerContainer [Pipeline] sh 23:57:15 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 23:57:15 Stashed 1 file(s) [Pipeline] echo 23:57:15 [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 23:57:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 23:57:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:57:17 + sudo service docker restart 23:57:17 + true 23:57:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 23:57:18 ========================================================= 23:57:18 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 23:57:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 23:57:18 + 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 . 23:57:22 Sending build context to Docker daemon 326.3MB 23:57:22 Step 1/7 : ARG BASE=golang:1.15-alpine 23:57:22 Step 2/7 : FROM ${BASE} 23:57:22 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 23:57:22 188c0c94c7c5: Pulling fs layer 23:57:22 0ef7d3d256c8: Pulling fs layer 23:57:22 de9db76c5a1d: Pulling fs layer 23:57:22 bca2f99d35d6: Pulling fs layer 23:57:22 93359f2a8cfa: Pulling fs layer 23:57:22 7c6f9722023f: Pulling fs layer 23:57:22 a35cf1a2eb13: Pulling fs layer 23:57:22 bca2f99d35d6: Waiting 23:57:22 93359f2a8cfa: Waiting 23:57:22 7c6f9722023f: Waiting 23:57:22 a35cf1a2eb13: Waiting 23:57:22 de9db76c5a1d: Download complete 23:57:22 0ef7d3d256c8: Verifying Checksum 23:57:22 0ef7d3d256c8: Download complete 23:57:22 93359f2a8cfa: Download complete 23:57:22 188c0c94c7c5: Verifying Checksum 23:57:22 188c0c94c7c5: Download complete 23:57:22 7c6f9722023f: Verifying Checksum 23:57:22 7c6f9722023f: Download complete 23:57:22 188c0c94c7c5: Pull complete 23:57:22 0ef7d3d256c8: Pull complete 23:57:23 de9db76c5a1d: Pull complete 23:57:24 a35cf1a2eb13: Verifying Checksum 23:57:24 a35cf1a2eb13: Download complete 23:57:25 bca2f99d35d6: Verifying Checksum 23:57:25 bca2f99d35d6: Download complete 23:57:30 bca2f99d35d6: Pull complete 23:57:30 93359f2a8cfa: Pull complete 23:57:30 7c6f9722023f: Pull complete 23:57:31 Still waiting to schedule task 23:57:31 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 23:57:35 a35cf1a2eb13: Pull complete 23:57:35 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 23:57:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 23:57:35 ---> a62c8e92a672 23:57:35 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 23:57:35 ---> Running in 59c522f4bb56 23:57:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 23:57:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 23:57:37 (1/12) Installing libmagic (5.38-r0) 23:57:37 (2/12) Installing file (5.38-r0) 23:57:37 (3/12) Installing libc-dev (0.7.2-r3) 23:57:38 (4/12) Installing g++ (9.3.0-r2) 23:57:46 (5/12) Installing fortify-headers (1.1-r0) 23:57:46 (6/12) Installing patch (2.7.6-r6) 23:57:46 (7/12) Installing build-base (0.5-r2) 23:57:46 (8/12) Installing libsodium (1.0.18-r0) 23:57:46 (9/12) Installing pkgconf (1.7.2-r0) 23:57:46 (10/12) Installing libsodium-dev (1.0.18-r0) 23:57:46 (11/12) Installing libzmq (4.3.3-r0) 23:57:47 (12/12) Installing zeromq-dev (4.3.3-r0) 23:57:47 Executing busybox-1.31.1-r19.trigger 23:57:47 OK: 233 MiB in 51 packages 23:57:52 Removing intermediate container 59c522f4bb56 23:57:52 ---> c665fe28aea6 23:57:52 Step 4/7 : WORKDIR /edgex-go 23:57:52 ---> Running in 13651a93a7d0 23:57:52 Removing intermediate container 13651a93a7d0 23:57:52 ---> aa9c3c8274a9 23:57:52 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 23:57:52 latest: Pulling from library/docker 23:57:52 05e7bc50f07f: Pulling fs layer 23:57:52 6db28d0fdbf6: Pulling fs layer 23:57:52 292df0bc6bf3: Pulling fs layer 23:57:52 2e060f4bd70b: Pulling fs layer 23:57:52 80e8d568a223: Pulling fs layer 23:57:52 8dc6ef1a942a: Pulling fs layer 23:57:52 2312dd95470a: Pulling fs layer 23:57:52 8dc6ef1a942a: Waiting 23:57:52 2312dd95470a: Waiting 23:57:52 80e8d568a223: Waiting 23:57:52 2e060f4bd70b: Waiting 23:57:52 292df0bc6bf3: Verifying Checksum 23:57:52 292df0bc6bf3: Download complete 23:57:52 6db28d0fdbf6: Verifying Checksum 23:57:52 6db28d0fdbf6: Download complete 23:57:52 05e7bc50f07f: Download complete 23:57:53 80e8d568a223: Verifying Checksum 23:57:53 80e8d568a223: Download complete 23:57:53 8dc6ef1a942a: Verifying Checksum 23:57:53 8dc6ef1a942a: Download complete 23:57:53 2312dd95470a: Verifying Checksum 23:57:53 2312dd95470a: Download complete 23:57:53 05e7bc50f07f: Pull complete 23:57:53 6db28d0fdbf6: Pull complete 23:57:53 292df0bc6bf3: Pull complete 23:57:54 2e060f4bd70b: Verifying Checksum 23:57:54 2e060f4bd70b: Download complete 23:57:56 2e060f4bd70b: Pull complete 23:57:56 80e8d568a223: Pull complete 23:57:56 8dc6ef1a942a: Pull complete 23:57:56 2312dd95470a: Pull complete 23:57:56 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 23:57:56 Status: Downloaded newer image for docker:latest 23:57:58 ---> ad18be1e4843 23:57:58 Step 6/7 : COPY go.mod . 23:57:58 ---> 4c16fb24a0f0 23:57:58 Step 7/7 : RUN go mod download 23:57:58 ---> Running in 2371e8af3c09 23:58:20 Removing intermediate container 2371e8af3c09 23:58:20 ---> 93e87b56c817 23:58:20 Successfully built 93e87b56c817 23:58:20 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 23:58:21 + docker inspect -f . ci-base-image-x86_64 23:58:21 . [Pipeline] withDockerContainer 23:58:21 prd-centos7-docker-4c-2g-15968 does not seem to be running inside a container 23:58:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:58:22 $ docker top e193c05224bd540e1f1954a1df9d95587f22c9e8bdc67e469500a209871b1552 -eo pid,comm [Pipeline] { [Pipeline] sh 23:58:22 + go version 23:58:22 go version go1.15.5 linux/amd64 [Pipeline] } 23:58:22 $ docker stop --time=1 e193c05224bd540e1f1954a1df9d95587f22c9e8bdc67e469500a209871b1552 23:58:23 $ docker rm -f e193c05224bd540e1f1954a1df9d95587f22c9e8bdc67e469500a209871b1552 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 23:58:24 + docker inspect -f . ci-base-image-x86_64 23:58:24 . [Pipeline] withDockerContainer 23:58:25 prd-centos7-docker-4c-2g-15968 does not seem to be running inside a container 23:58:25 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 23:58:25 $ docker top be5f4662500e11f9a2121c6777d9394f8f259df6cad995a81216e54519ee42b6 -eo pid,comm [Pipeline] { [Pipeline] echo 23:58:25 ========================================================= 23:58:25 [edgeXBuildGoParallel] Running Tests and Build... 23:58:25 ========================================================= [Pipeline] sh 23:58:26 + make test 23:58:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 23:58:34 ? github.com/edgexfoundry/edgex-go [no test files] 23:58:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 23:58:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 23:58:56 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 23:58:56 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 23:58:56 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 23:58:56 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 23:58:56 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 23:58:56 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 23:58:57 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 23:58:57 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 23:58:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 23:58:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 23:58:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 23:59:01 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements 23:59:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 23:59:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 23:59:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 23:59:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 23:59:01 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 23:59:06 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.1% of statements 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 23:59:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 23:59:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 23:59:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 68.2% of statements 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 23:59:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.123s coverage: 82.6% of statements 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 23:59:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.358s coverage: 28.6% of statements 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 23:59:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 23:59:06 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements 23:59:06 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 23:59:07 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 23:59:07 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 23:59:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements 23:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 23:59:08 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements 23:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 23:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 23:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 23:59:08 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 23:59:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.303s coverage: 93.8% of statements 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 23:59:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 23:59:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 23:59:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 23:59:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 75.5% of statements 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 23:59:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.096s coverage: 80.8% of statements 23:59:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements 23:59:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements 23:59:10 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 91.4% of statements 23:59:10 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 23:59:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 63.5% of statements 23:59:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 23:59:11 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 23:59:11 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 23:59:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements 23:59:11 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 23:59:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 23:59:11 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 23:59:13 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.330s coverage: 55.9% of statements 23:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 23:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 23:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 23:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 23:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 23:59:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements 23:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 23:59:13 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 23:59:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.315s coverage: 84.0% of statements 23:59:13 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements 23:59:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements 23:59:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 23:59:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 23:59:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.037s coverage: 100.0% of statements 23:59:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 23:59:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 23:59:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 23:59:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements 23:59:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 23:59:15 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 23:59:15 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 23:59:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.638s coverage: 29.1% of statements 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 23:59:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 23:59:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 23:59:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 23:59:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 23:59:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 23:59:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 23:59:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements 23:59:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 23:59:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 23:59:18 GO111MODULE=on go vet ./... 23:59:24 Running on prd-ubuntu18.04-docker-arm64-4c-16g-15969 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws 23:59:24 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 23:59:29 using credential edgex-jenkins-ssh 23:59:29 Cloning the remote Git repository 23:59:29 Cloning repository git@github.com:edgexfoundry/edgex-go.git 23:59:30 > git init /w/workspace/edgex-go/10 # timeout=10 23:59:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:59:30 > git --version # timeout=10 23:59:30 > git --version # 'git version 2.17.1' 23:59:30 using GIT_SSH to set credentials SSH Credentials for GitHub 23:59:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 23:59:40 gofmt -l . 23:59:40 [ "`gofmt -l .`" = "" ] 23:59:41 ./bin/test-go-mod-tidy.sh 23:59:41 ./bin/test-attribution-txt.sh [Pipeline] sh 23:59:43 + ls -al . 23:59:43 total 636 23:59:43 drwxrwxr-x 10 1001 1001 4096 Dec 14 23:59 . 23:59:43 drwxr-xr-x 4 root root 30 Dec 14 23:58 .. 23:59:43 -rw-rw-r-- 1 1001 1001 11 Dec 14 23:56 .dockerignore 23:59:43 drwxrwxr-x 8 1001 1001 179 Dec 14 23:56 .git 23:59:43 drwxrwxr-x 3 1001 1001 125 Dec 14 23:56 .github 23:59:43 -rw-rw-r-- 1 1001 1001 848 Dec 14 23:56 .gitignore 23:59:43 drwx------ 3 1001 1001 47 Dec 14 23:57 .semver 23:59:43 -rw-rw-r-- 1 1001 1001 166 Dec 14 23:56 .sonarcloud.properties 23:59:43 -rw-rw-r-- 1 1001 1001 3804 Dec 14 23:56 CONTRIBUTING.md 23:59:43 -rw-rw-r-- 1 1001 1001 1035 Dec 14 23:56 Dockerfile.build 23:59:43 -rw-rw-r-- 1 1001 1001 863 Dec 14 23:56 Jenkinsfile 23:59:43 -rw-rw-r-- 1 1001 1001 10775 Dec 14 23:56 LICENSE 23:59:43 -rw-rw-r-- 1 1001 1001 5750 Dec 14 23:56 Makefile 23:59:43 -rw-rw-r-- 1 1001 1001 6596 Dec 14 23:56 README.md 23:59:43 -rw-rw-r-- 1 1001 1001 6744 Dec 14 23:56 SECURITY.md 23:59:43 -rw-rw-r-- 1 1001 1001 5 Dec 14 23:57 VERSION 23:59:43 -rw-rw-r-- 1 1001 1001 4131 Dec 14 23:56 ZMQWindows.md 23:59:43 drwxrwxr-x 2 1001 1001 117 Dec 14 23:56 bin 23:59:43 drwxrwxr-x 14 1001 1001 4096 Dec 14 23:56 cmd 23:59:43 -rw-r--r-- 1 root root 539778 Dec 14 23:59 coverage.out 23:59:43 -rw-r--r-- 1 root root 1041 Dec 14 23:59 go.mod 23:59:43 -rw-r--r-- 1 root root 18856 Dec 14 23:59 go.sum 23:59:43 drwxrwxr-x 8 1001 1001 127 Dec 14 23:56 internal 23:59:43 drwxrwxr-x 4 1001 1001 26 Dec 14 23:56 openapi 23:59:43 drwxrwxr-x 4 1001 1001 71 Dec 14 23:56 snap 23:59:43 -rw-rw-r-- 1 1001 1001 168 Dec 14 23:56 version.go [Pipeline] sh 23:59:43 + '[' -e coverage.out ] 23:59:43 + chown 1001:1001 coverage.out [Pipeline] stash 23:59:44 Stashed 1 file(s) [Pipeline] sh 23:59:44 + make build 23:59:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 23:59:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:59:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 23:59:45 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 23:59:46 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 23:59:46 Merge succeeded, producing 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 23:59:46 Checking out Revision 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 (PR-2913) 23:59:45 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 23:59:45 using GIT_SSH to set credentials SSH Credentials for GitHub 23:59:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 23:59:46 > git config core.sparsecheckout # timeout=10 23:59:46 > git checkout -f 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # timeout=10 23:59:46 > git remote # timeout=10 23:59:46 > git config --get remote.origin.url # timeout=10 23:59:46 using GIT_SSH to set credentials SSH Credentials for GitHub 23:59:46 > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 23:59:46 > git rev-parse HEAD^{commit} # timeout=10 23:59:46 > git config core.sparsecheckout # timeout=10 23:59:46 > git checkout -f 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # timeout=10 23:59:47 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 23:59:50 Commit message: "build(snap): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 23:59:52 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 23:59:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 23:59:53 + sudo service docker restart 23:59:53 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 23:59:55 provisioning config files... 23:59:55 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4197393049787407790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 23:59:55 ---> docker-login.sh 23:59:55 nexus3.edgexfoundry.org:10001 23:59:56 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 23:59:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:57 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 23:59:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:57 Configure a credential helper to remove this warning. See 23:59:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:57 23:59:57 Login Succeeded 23:59:57 nexus3.edgexfoundry.org:10002 23:59:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:57 Configure a credential helper to remove this warning. See 23:59:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:57 23:59:57 Login Succeeded 23:59:57 nexus3.edgexfoundry.org:10003 23:59:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:57 Configure a credential helper to remove this warning. See 23:59:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:57 23:59:57 Login Succeeded 23:59:57 nexus3.edgexfoundry.org:10004 23:59:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:58 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 23:59:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:58 Configure a credential helper to remove this warning. See 23:59:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:58 23:59:58 Login Succeeded 23:59:58 docker.io 23:59:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 23:59:59 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 23:59:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 23:59:59 Configure a credential helper to remove this warning. See 23:59:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 23:59:59 23:59:59 Login Succeeded 23:59:59 ---> docker-login.sh ends [Pipeline] } 23:59:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 23:59:59 ========================================================= 23:59:59 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 23:59:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:00:00 + 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:00:00 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:00:01 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:00:02 Sending build context to Docker daemon 165.6MB 00:00:02 Step 1/7 : ARG BASE=golang:1.15-alpine 00:00:02 Step 2/7 : FROM ${BASE} 00:00:02 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:00:02 5f621e34cdf4: Pulling fs layer 00:00:02 a4357932f1b6: Pulling fs layer 00:00:02 18c013af1878: Pulling fs layer 00:00:02 00ac8860ef70: Pulling fs layer 00:00:02 63d7cb157983: Pulling fs layer 00:00:02 b116817d02f9: Pulling fs layer 00:00:02 745a02a5169b: Pulling fs layer 00:00:02 00ac8860ef70: Waiting 00:00:02 63d7cb157983: Waiting 00:00:02 b116817d02f9: Waiting 00:00:02 745a02a5169b: Waiting 00:00:02 18c013af1878: Verifying Checksum 00:00:02 18c013af1878: Download complete 00:00:02 a4357932f1b6: Verifying Checksum 00:00:02 a4357932f1b6: Download complete 00:00:02 63d7cb157983: Download complete 00:00:02 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:00:03 b116817d02f9: Verifying Checksum 00:00:03 b116817d02f9: Download complete 00:00:03 5f621e34cdf4: Verifying Checksum 00:00:03 5f621e34cdf4: Download complete 00:00:03 5f621e34cdf4: Pull complete 00:00:03 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:00:04 a4357932f1b6: Pull complete 00:00:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:00:04 18c013af1878: Pull complete 00:00:06 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:00:06 745a02a5169b: Verifying Checksum [Pipeline] } 00:00:07 $ docker stop --time=1 be5f4662500e11f9a2121c6777d9394f8f259df6cad995a81216e54519ee42b6 00:00:07 00ac8860ef70: Verifying Checksum 00:00:07 00ac8860ef70: Download complete 00:00:08 $ docker rm -f be5f4662500e11f9a2121c6777d9394f8f259df6cad995a81216e54519ee42b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:00:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:00:12 00:00:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:00:13 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:00:13 latest: Pulling from edgex-devops/edgex-compose 00:00:13 cbdbe7a5bc2a: Pulling fs layer 00:00:13 ca9280d653b3: Pulling fs layer 00:00:13 7e9c9ca2126c: Pulling fs layer 00:00:13 cbdbe7a5bc2a: Download complete 00:00:13 cbdbe7a5bc2a: Pull complete 00:00:13 ca9280d653b3: Verifying Checksum 00:00:13 ca9280d653b3: Download complete 00:00:14 ca9280d653b3: Pull complete 00:00:14 7e9c9ca2126c: Download complete 00:00:17 00ac8860ef70: Pull complete 00:00:17 63d7cb157983: Pull complete 00:00:18 b116817d02f9: Pull complete 00:00:22 745a02a5169b: Pull complete 00:00:22 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:00:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:00:22 ---> b7e6874047d6 00:00:22 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:00:22 7e9c9ca2126c: Pull complete 00:00:22 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:00:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:00:22 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:00:23 prd-centos7-docker-4c-2g-15968 does not seem to be running inside a container 00:00:23 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:00:24 $ docker top 95ee58ccdc3a4f84ad84a0bbed29affdc8c78ac91f4f24012691634f27de4ebb -eo pid,comm [Pipeline] { [Pipeline] sh 00:00:24 + docker-compose build --help 00:00:24 + grep parallel 00:00:25 ---> Running in 740d354a71a0 00:00:25 --parallel Build images in parallel. [Pipeline] } 00:00:25 $ docker stop --time=1 95ee58ccdc3a4f84ad84a0bbed29affdc8c78ac91f4f24012691634f27de4ebb 00:00:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:00:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:00:27 $ docker rm -f 95ee58ccdc3a4f84ad84a0bbed29affdc8c78ac91f4f24012691634f27de4ebb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:00:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:00:28 . [Pipeline] withDockerContainer 00:00:28 prd-centos7-docker-4c-2g-15968 does not seem to be running inside a container 00:00:28 (1/12) Installing libmagic (5.38-r0) 00:00:28 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:00:28 (2/12) Installing file (5.38-r0) 00:00:28 (3/12) Installing libc-dev (0.7.2-r3) 00:00:28 (4/12) Installing g++ (9.3.0-r2) 00:00:28 $ docker top e66a6139847eda682d654d28fe755b143426ed1e66dd70439364dc78c317c8a7 -eo pid,comm [Pipeline] { [Pipeline] sh 00:00:29 + docker-compose -f ./docker-compose-build.yml build --parallel 00:00:30 Building docker-core-command-go ... 00:00:30 Building docker-core-data-go ... 00:00:30 Building docker-core-metadata-go ... 00:00:30 Building docker-security-bootstrap-redis-go ... 00:00:30 Building docker-security-proxy-setup-go ... 00:00:30 Building docker-security-secretstore-setup-go ... 00:00:30 Building docker-support-notifications-go ... 00:00:30 Building docker-support-scheduler-go ... 00:00:30 Building docker-sys-mgmt-agent-go ... 00:00:30 Building docker-core-metadata-go 00:00:30 Building docker-security-proxy-setup-go 00:00:30 Building docker-security-bootstrap-redis-go 00:00:30 Building docker-sys-mgmt-agent-go 00:00:30 Building docker-core-command-go 00:00:38 (5/12) Installing fortify-headers (1.1-r0) 00:00:38 (6/12) Installing patch (2.7.6-r6) 00:00:38 (7/12) Installing build-base (0.5-r2) 00:00:38 (8/12) Installing libsodium (1.0.18-r0) 00:00:38 (9/12) Installing pkgconf (1.7.2-r0) 00:00:38 (10/12) Installing libsodium-dev (1.0.18-r0) 00:00:38 (11/12) Installing libzmq (4.3.3-r0) 00:00:38 (12/12) Installing zeromq-dev (4.3.3-r0) 00:00:38 Executing busybox-1.31.1-r19.trigger 00:00:38 OK: 217 MiB in 51 packages 00:00:42 Removing intermediate container 740d354a71a0 00:00:42 ---> 63d3ed61b649 00:00:42 Step 4/7 : WORKDIR /edgex-go 00:00:42 ---> Running in 2de378686269 00:00:42 Removing intermediate container 2de378686269 00:00:42 ---> e9592d3ed909 00:00:42 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:00:43 latest: Pulling from library/docker 00:00:43 a3cc7d3b244e: Pulling fs layer 00:00:43 02a3295e0d61: Pulling fs layer 00:00:43 0f4f2e6d8100: Pulling fs layer 00:00:43 330b718f631f: Pulling fs layer 00:00:43 a93816041522: Pulling fs layer 00:00:43 bdb6da89ff94: Pulling fs layer 00:00:43 2a70c0c122f4: Pulling fs layer 00:00:43 330b718f631f: Waiting 00:00:43 a93816041522: Waiting 00:00:43 bdb6da89ff94: Waiting 00:00:43 2a70c0c122f4: Waiting 00:00:43 a3cc7d3b244e: Verifying Checksum 00:00:43 02a3295e0d61: Verifying Checksum 00:00:43 02a3295e0d61: Download complete 00:00:43 0f4f2e6d8100: Verifying Checksum 00:00:43 0f4f2e6d8100: Download complete 00:00:43 a93816041522: Verifying Checksum 00:00:43 a93816041522: Download complete 00:00:43 bdb6da89ff94: Verifying Checksum 00:00:43 bdb6da89ff94: Download complete 00:00:43 2a70c0c122f4: Verifying Checksum 00:00:43 2a70c0c122f4: Download complete 00:00:44 a3cc7d3b244e: Pull complete 00:00:45 02a3295e0d61: Pull complete 00:00:45 0f4f2e6d8100: Pull complete 00:00:45 330b718f631f: Verifying Checksum 00:00:45 330b718f631f: Download complete 00:00:49 330b718f631f: Pull complete 00:00:49 a93816041522: Pull complete 00:00:50 bdb6da89ff94: Pull complete 00:00:50 2a70c0c122f4: Pull complete 00:00:50 Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 00:00:50 Status: Downloaded newer image for docker:latest 00:00:53 ---> 77eca0aa7bef 00:00:53 Step 6/7 : COPY go.mod . 00:00:54 ---> 15e896fc1a8d 00:00:54 Step 7/7 : RUN go mod download 00:00:54 ---> Running in adb10398f85c 00:00:57 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:00:57 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:00:57 ---> 93e87b56c817 00:00:57 Step 3/27 : WORKDIR /edgex-go 00:00:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:00:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:00:57 ---> 93e87b56c817 00:00:57 Step 3/21 : WORKDIR /edgex-go 00:00:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:00:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:00:58 ---> 93e87b56c817 00:00:58 Step 3/22 : WORKDIR /edgex-go 00:00:58 ---> Running in 003135d355a3 00:00:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:00:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:00:58 ---> 93e87b56c817 00:00:58 Step 3/22 : WORKDIR /edgex-go 00:00:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:00:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:00:58 ---> 93e87b56c817 00:00:58 Step 3/22 : WORKDIR /edgex-go 00:00:58 ---> Running in a0ab36ac200b 00:00:58 ---> Running in e58d3bede4e6 00:00:58 ---> Running in 35553997ddff 00:00:58 ---> Running in cb51237455e9 00:00:59 Removing intermediate container 003135d355a3 00:00:59 ---> f48fe68dcb8d 00:00:59 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:00:59 Removing intermediate container 35553997ddff 00:00:59 ---> cf6e6723c4b0 00:00:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:00:59 Removing intermediate container a0ab36ac200b 00:00:59 ---> b4ee9e941612 00:00:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:00:59 Removing intermediate container cb51237455e9 00:00:59 ---> a8a675a429c9 00:00:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:00:59 Removing intermediate container e58d3bede4e6 00:00:59 ---> bfd7b2b22f1a 00:00:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:00:59 ---> Running in c2a88d13832b 00:00:59 ---> Running in 19e9cae759a0 00:00:59 ---> Running in 1e089bdf1cc6 00:00:59 ---> Running in 37ba16181d5b 00:00:59 ---> Running in 69ea9cac9d44 00:01:01 Removing intermediate container c2a88d13832b 00:01:01 ---> 9339334da6fb 00:01:01 Step 5/22 : RUN apk update && apk add make git 00:01:01 Removing intermediate container 19e9cae759a0 00:01:01 ---> 1000bff95fc5 00:01:01 Step 5/27 : RUN apk update && apk add make bash git 00:01:01 ---> Running in c70c69bc8af1 00:01:01 Removing intermediate container 37ba16181d5b 00:01:01 ---> e0f5586f7cf5 00:01:01 Step 5/21 : RUN apk update && apk add make git 00:01:01 ---> Running in 87e592869e90 00:01:01 Removing intermediate container 1e089bdf1cc6 00:01:01 ---> bf7c2f973228 00:01:01 Step 5/22 : RUN apk update && apk add make git 00:01:02 Removing intermediate container 69ea9cac9d44 00:01:02 ---> be6a7aa82223 00:01:02 Step 5/22 : RUN apk update && apk add make git 00:01:02 ---> Running in 3ccc8edc3fa7 00:01:02 ---> Running in 4d8346ac90a2 00:01:02 ---> Running in 9492d4913097 00:01:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:01:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:01:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:01:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:01:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:01:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:01:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:01:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:01:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:01:04 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:01:04 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:01:04 OK: 12750 distinct packages available 00:01:04 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:01:04 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:01:04 OK: 12750 distinct packages available 00:01:04 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:01:04 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:01:04 OK: 12750 distinct packages available 00:01:04 OK: 233 MiB in 51 packages 00:01:04 OK: 233 MiB in 51 packages 00:01:04 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:01:04 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:01:04 OK: 12750 distinct packages available 00:01:04 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:01:04 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:01:04 OK: 12750 distinct packages available 00:01:04 OK: 233 MiB in 51 packages 00:01:05 OK: 233 MiB in 51 packages 00:01:05 OK: 233 MiB in 51 packages 00:01:05 Removing intermediate container c70c69bc8af1 00:01:05 ---> 9ce1440154c2 00:01:05 Step 6/22 : COPY go.mod . 00:01:05 Removing intermediate container 87e592869e90 00:01:05 ---> c98236c47f38 00:01:05 Step 6/27 : COPY go.mod . 00:01:05 ---> ea5e1b0dfffb 00:01:05 Step 7/22 : RUN go mod download 00:01:05 Removing intermediate container 3ccc8edc3fa7 00:01:05 ---> efcaa214e3c0 00:01:05 Step 6/21 : COPY go.mod . 00:01:06 ---> Running in 597a573da35a 00:01:06 Removing intermediate container 9492d4913097 00:01:06 ---> 819f19c84d79 00:01:06 Step 6/22 : COPY go.mod . 00:01:06 ---> 0a86d69f8370 00:01:06 Step 7/27 : RUN go mod download 00:01:06 Removing intermediate container 4d8346ac90a2 00:01:06 ---> f7d197a81758 00:01:06 Step 6/22 : COPY go.mod . 00:01:06 ---> 31d5d0ee5b13 00:01:06 Step 7/21 : RUN go mod download 00:01:06 ---> Running in 4a0ccc2844b5 00:01:06 ---> 7e4776d4c460 00:01:06 Step 7/22 : RUN go mod download 00:01:06 ---> 4a29b136b510 00:01:06 Step 7/22 : RUN go mod download 00:01:06 ---> Running in 2d779b29df23 00:01:06 ---> Running in 1d76e96c682a 00:01:06 ---> Running in 85f608184c41 00:01:08 Removing intermediate container 4a0ccc2844b5 00:01:08 ---> 0bff5805315c 00:01:08 Step 8/27 : COPY . . 00:01:08 Removing intermediate container 597a573da35a 00:01:08 ---> b701a89d4879 00:01:08 Step 8/22 : COPY . . 00:01:13 Removing intermediate container 1d76e96c682a 00:01:13 ---> 285f72794474 00:01:13 Step 8/22 : COPY . . 00:01:21 Removing intermediate container adb10398f85c 00:01:21 ---> b6e83fc8be33 00:01:21 Successfully built b6e83fc8be33 00:01:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:01:21 + docker inspect -f . ci-base-image-arm64 00:01:21 . [Pipeline] withDockerContainer 00:01:21 prd-ubuntu18.04-docker-arm64-4c-16g-15969 does not seem to be running inside a container 00:01:21 Removing intermediate container 85f608184c41 00:01:21 ---> 2e6fcaf2fdf3 00:01:21 Step 8/22 : COPY . . 00:01:21 Removing intermediate container 2d779b29df23 00:01:21 ---> d2eb46fdbcdb 00:01:21 Step 8/21 : COPY . . 00:01:21 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:01:23 $ docker top 3c5466fb1089dd12cc733320a33d1a801523945aac09cbf0c12822425914edc5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:01:24 + go version 00:01:24 go version go1.15.5 linux/arm64 [Pipeline] } 00:01:24 $ docker stop --time=1 3c5466fb1089dd12cc733320a33d1a801523945aac09cbf0c12822425914edc5 00:01:26 $ docker rm -f 3c5466fb1089dd12cc733320a33d1a801523945aac09cbf0c12822425914edc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:01:27 + docker inspect -f . ci-base-image-arm64 00:01:27 . [Pipeline] withDockerContainer 00:01:27 prd-ubuntu18.04-docker-arm64-4c-16g-15969 does not seem to be running inside a container 00:01:27 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:01:29 $ docker top 8392615a663f4ecb83183538e38c809149510c1856fb61fd2a7050a37108e253 -eo pid,comm [Pipeline] { [Pipeline] echo 00:01:29 ========================================================= 00:01:29 [edgeXBuildGoParallel] Running Tests and Build... 00:01:29 ========================================================= [Pipeline] sh 00:01:30 + make test 00:01:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:01:48 ---> 2609a18db82e 00:01:48 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:01:48 ---> 9b5eb91e8439 00:01:48 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:01:50 ---> Running in 423cf9b70214 00:01:50 ---> Running in 1a7a9033e540 00:01:52 ---> 2b25d0e880a4 00:01:52 Step 9/22 : RUN make cmd/core-command/core-command 00:01:52 ? github.com/edgexfoundry/edgex-go [no test files] 00:01:53 ---> Running in 96540e9f9dff 00:01:55 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:01:55 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:01:55 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:01:55 ---> 491a2e0b8360 00:01:55 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:01:55 ---> d57d55d7379a 00:01:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:01:55 ---> Running in 0320fce4c93b 00:01:55 ---> Running in 1d1deea47765 00:01:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:01:56 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:02:23 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:02:29 Removing intermediate container 0320fce4c93b 00:02:29 ---> b23a65111e41 00:02:29 00:02:29 Step 10/22 : FROM alpine:3.10 00:02:29 Removing intermediate container 423cf9b70214 00:02:29 ---> b5e2931e529d 00:02:29 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:02:29 3.10: Pulling from library/alpine 00:02:29 ---> Running in 8ac98de2d79c 00:02:29 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:02:29 Status: Downloaded newer image for alpine:3.10 00:02:29 ---> be4e4bea2c2e 00:02:29 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:02:30 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:02:31 ---> Running in 02b680cfc291 00:02:31 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:02:32 Removing intermediate container 1d1deea47765 00:02:32 ---> dfa514e7b597 00:02:32 00:02:32 Step 10/21 : FROM alpine 00:02:32 latest: Pulling from library/alpine 00:02:33 Removing intermediate container 96540e9f9dff 00:02:33 ---> 351c0606c989 00:02:33 00:02:33 Step 10/22 : FROM scratch 00:02:33 ---> 00:02:33 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:02:33 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:02:33 Status: Downloaded newer image for alpine:latest 00:02:33 ---> b14afc6dfb98 00:02:33 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:02:33 ---> Running in 239348af67cb 00:02:33 ---> Running in f19c1136d8cb 00:02:33 Removing intermediate container 239348af67cb 00:02:33 ---> 38997dc4c3d8 00:02:33 Step 12/22 : ENV APP_PORT=48082 00:02:34 ---> Running in e97b3ac3f970 00:02:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:02:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:02:34 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:02:34 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:02:34 OK: 10348 distinct packages available 00:02:34 (1/5) Installing ca-certificates (20191127-r2) 00:02:34 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:02:34 (3/5) Installing libcurl (7.66.0-r3) 00:02:34 (4/5) Installing curl (7.66.0-r3) 00:02:34 (5/5) Installing dumb-init (1.2.2-r1) 00:02:34 Executing busybox-1.30.1-r3.trigger 00:02:34 Executing ca-certificates-20191127-r2.trigger 00:02:34 OK: 7 MiB in 19 packages 00:02:35 Removing intermediate container 8ac98de2d79c 00:02:35 ---> 638b85c1915c 00:02:35 00:02:35 Step 11/27 : FROM docker:latest 00:02:35 ---> aefe523efa57 00:02:35 Step 12/27 : RUN apk add --no-cache bash 00:02:37 Removing intermediate container e97b3ac3f970 00:02:37 ---> 362615e0924f 00:02:37 Step 13/22 : EXPOSE $APP_PORT 00:02:37 Removing intermediate container 1a7a9033e540 00:02:37 ---> 5bafcaa77d7f 00:02:37 00:02:37 Step 10/22 : FROM scratch 00:02:37 ---> 00:02:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:02:37 ---> Using cache 00:02:37 ---> 38997dc4c3d8 00:02:37 Step 12/22 : ENV APP_PORT=48081 00:02:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:02:37 ---> Running in 5d96111cfaf3 00:02:37 ---> Running in 1002f2cb8889 00:02:37 ---> Running in 9860ca2da7bb 00:02:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:02:37 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:02:37 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:02:37 OK: 12747 distinct packages available 00:02:37 Removing intermediate container 1002f2cb8889 00:02:37 ---> c0cc8ffde219 00:02:37 Step 14/22 : WORKDIR / 00:02:37 (1/4) Installing ca-certificates (20191127-r4) 00:02:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:02:37 (3/4) Installing libcurl (7.69.1-r3) 00:02:37 (4/4) Installing curl (7.69.1-r3) 00:02:37 Executing busybox-1.31.1-r19.trigger 00:02:37 Executing ca-certificates-20191127-r4.trigger 00:02:37 OK: 7 MiB in 18 packages 00:02:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:02:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:02:38 (1/2) Installing readline (8.0.4-r0) 00:02:38 (2/2) Installing bash (5.0.17-r0) 00:02:38 Executing bash-5.0.17-r0.post-install 00:02:38 Executing busybox-1.31.1-r19.trigger 00:02:38 OK: 12 MiB in 22 packages 00:02:38 Removing intermediate container 9860ca2da7bb 00:02:38 ---> 50b3c78a0a41 00:02:38 Step 13/22 : EXPOSE $APP_PORT 00:02:38 ---> Running in 5cdf21b5d49e 00:02:38 Removing intermediate container 02b680cfc291 00:02:38 ---> 3c30ae31d054 00:02:38 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:02:38 ---> Running in 24dedcd5d339 00:02:38 ---> Running in 082e7e82b0e2 00:02:38 Removing intermediate container 5cdf21b5d49e 00:02:38 ---> 7d7eda32513b 00:02:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:02:40 Removing intermediate container 24dedcd5d339 00:02:40 ---> acec8a5043c1 00:02:40 Step 14/22 : WORKDIR / 00:02:40 Removing intermediate container 082e7e82b0e2 00:02:40 ---> 87a717b9e054 00:02:40 Step 13/22 : WORKDIR / 00:02:40 ---> Running in 1aa42406f9dd 00:02:40 Removing intermediate container 5d96111cfaf3 00:02:40 ---> cdacbfaaed6d 00:02:40 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:02:40 ---> 454ce84a1840 00:02:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:02:40 Removing intermediate container f19c1136d8cb 00:02:40 ---> 623ff2b5ee62 00:02:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:02:40 ---> Running in 2ae95a3fad99 00:02:40 ---> Running in 1bdb497d3f99 00:02:40 ---> Running in bb2cb5ba3e14 00:02:40 Removing intermediate container 1aa42406f9dd 00:02:40 ---> 771ae4e4997e 00:02:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:02:40 Removing intermediate container 2ae95a3fad99 00:02:40 ---> 6416e2d94cab 00:02:40 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:02:41 ---> 8107be8a0ef4 00:02:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:02:41 Removing intermediate container bb2cb5ba3e14 00:02:41 ---> 4bc3a9694a8c 00:02:41 ---> 26f3761e7fa3 00:02:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:02:41 Step 13/21 : WORKDIR /edgex 00:02:41 ---> Running in 4f3a3c95bcaf 00:02:41 ---> 578fa4ba9a1f 00:02:41 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:02:41 ---> 43d534d3865a 00:02:41 Step 18/22 : ENTRYPOINT ["/core-command"] 00:02:41 Removing intermediate container 4f3a3c95bcaf 00:02:41 ---> f3aa13cb5a56 00:02:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:02:41 ---> Running in 581c5a922490 00:02:42 ---> f35bfb144dda 00:02:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:02:42 ---> 0e171196f63b 00:02:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:02:42 Removing intermediate container 1bdb497d3f99 00:02:42 ---> 96b97463b03c 00:02:42 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:02:42 Removing intermediate container 581c5a922490 00:02:42 ---> 064e4e14c20f 00:02:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:02:42 ---> Running in cd06b46ad957 00:02:42 ---> Running in a7197c588fba 00:02:42 ---> 4c6cced8a8d3 00:02:42 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:02:42 ---> 973a5fc5c16b 00:02:42 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:02:42 ---> 5b842677d224 00:02:42 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:02:42 ---> Running in 0e98c6f99feb 00:02:43 Removing intermediate container a7197c588fba 00:02:43 ---> e87069b1ac54 00:02:43 Step 20/22 : LABEL arch=x86_64 00:02:43 Removing intermediate container cd06b46ad957 00:02:43 ---> 224babf42c1b 00:02:43 Step 15/27 : ENV APP_PORT=48090 00:02:43 ---> 4abc648699c3 00:02:43 Step 18/22 : RUN chmod +x entrypoint.sh 00:02:43 ---> Running in 3f1d0917d4dc 00:02:43 Removing intermediate container 0e98c6f99feb 00:02:43 ---> c7848545c929 00:02:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:02:43 ---> Running in 27ebf0b7adc3 00:02:43 ---> e0acc2e9d667 00:02:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:02:43 ---> Running in 290cd631e3d3 00:02:43 ---> Running in 37b7a00fd6fd 00:02:43 Removing intermediate container 3f1d0917d4dc 00:02:43 ---> 798ae3c81a7a 00:02:43 Step 21/22 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:02:44 Removing intermediate container 27ebf0b7adc3 00:02:44 ---> a70dee7a23e9 00:02:44 Step 16/27 : EXPOSE $APP_PORT 00:02:44 ---> Running in 76c78b2c0524 00:02:44 Removing intermediate container 290cd631e3d3 00:02:44 ---> 86ede7307688 00:02:44 Step 20/22 : LABEL arch=x86_64 00:02:44 ---> 750871985790 00:02:44 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:02:44 ---> Running in ab94bf8f64bc 00:02:44 ---> Running in d9d4222ab82b 00:02:44 ---> Running in 8f276d8d7b8f 00:02:44 Removing intermediate container 76c78b2c0524 00:02:44 ---> 2df4585075d7 00:02:44 Step 22/22 : LABEL version=0.0.0 00:02:44 Removing intermediate container ab94bf8f64bc 00:02:44 ---> 59ee67b0d857 00:02:44 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:02:44 ---> Running in 59b4e79e11fe 00:02:45 Removing intermediate container 8f276d8d7b8f 00:02:45 ---> e3fd1b980a71 00:02:45 Step 18/21 : CMD ["--init=true"] 00:02:45 Removing intermediate container d9d4222ab82b 00:02:45 ---> b646c1f471f2 00:02:45 Step 21/22 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:02:45 ---> Running in 77ccfe841ce0 00:02:45 Removing intermediate container 59b4e79e11fe 00:02:45 ---> a628a6a957db 00:02:45 00:02:45 ---> Running in ce82daba1c9f 00:02:45 ---> 8e4c021cbcde 00:02:45 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:02:45 Successfully built a628a6a957db 00:02:45 Removing intermediate container 37b7a00fd6fd 00:02:45 ---> d771e48bb7e9 00:02:45 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:02:45 Successfully tagged docker-core-command-go:latest 00:02:45  Building docker-core-command-go ... done Building docker-core-data-go 00:02:45 Removing intermediate container 77ccfe841ce0 00:02:45 ---> c7752ad2f33e 00:02:45 Step 19/21 : LABEL arch=x86_64 00:02:45 ---> Running in c5b908db1a3f 00:02:45 Removing intermediate container ce82daba1c9f 00:02:45 ---> 52882906d0da 00:02:45 Step 22/22 : LABEL version=0.0.0 00:02:45 ---> 6beb39e67f1f 00:02:45 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:02:45 ---> Running in ba662264cfb4 00:02:46 ---> Running in e3fbc296d37e 00:02:46 Removing intermediate container c5b908db1a3f 00:02:46 ---> da2a9f435d55 00:02:46 Step 20/22 : LABEL arch=x86_64 00:02:46 Removing intermediate container ba662264cfb4 00:02:46 ---> 79547d3a0a4d 00:02:46 Step 20/21 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:02:47 ---> Running in 00ed8870cf71 00:02:47 Removing intermediate container e3fbc296d37e 00:02:47 ---> 2e8607ef2b1b 00:02:47 00:02:47 ---> Running in e34388534a3e 00:02:47 ---> d4f09d28c309 00:02:47 Step 20/27 : RUN apk --no-cache add py3-pip 00:02:47 Successfully built 2e8607ef2b1b 00:02:47 Successfully tagged docker-core-metadata-go:latest 00:02:47 Building docker-security-secretstore-setup-go 00:02:50  Building docker-core-metadata-go ... done Removing intermediate container e34388534a3e 00:02:50 ---> 8569f1b0db42 00:02:50 Step 21/21 : LABEL version=0.0.0 00:02:50 Removing intermediate container 00ed8870cf71 00:02:50 ---> 79676fd983ef 00:02:50 Step 21/22 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:02:54 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:02:54 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:02:54 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:02:54 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:02:54 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:02:54 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:02:54 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:02:55 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:02:55 ---> Running in fd0fdca4c2d0 00:02:56 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:02:57 ---> Running in a2a921951708 00:02:57 ---> Running in 87cff7dd2057 00:02:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:02:58 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:02:58 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:03:00 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:03:00 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:03:00 ---> 93e87b56c817 00:03:00 Step 3/23 : WORKDIR /edgex-go 00:03:00 ---> Using cache 00:03:00 ---> bfd7b2b22f1a 00:03:00 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:03:00 ---> Using cache 00:03:00 ---> be6a7aa82223 00:03:00 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:03:02 Removing intermediate container a2a921951708 00:03:02 ---> c50f63cbf19e 00:03:02 00:03:02 ---> Running in 1527fde9d5b6 00:03:02 Removing intermediate container 87cff7dd2057 00:03:02 ---> fa67b1cd9522 00:03:02 Step 22/22 : LABEL version=0.0.0 00:03:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:03:02 Successfully built c50f63cbf19e 00:03:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:03:03 (1/33) Installing libbz2 (1.0.8-r1) 00:03:03 (2/33) Installing expat (2.2.9-r1) 00:03:03 (3/33) Installing libffi (3.3-r2) 00:03:03 (4/33) Installing gdbm (1.13-r1) 00:03:03 (5/33) Installing xz-libs (5.2.5-r0) 00:03:03 Successfully tagged docker-security-proxy-setup-go:latest 00:03:03 Building docker-support-scheduler-go 00:03:03  Building docker-security-proxy-setup-go ... done (6/33) Installing sqlite-libs (3.32.1-r0) 00:03:03 (7/33) Installing python3 (3.8.5-r0) 00:03:04 ---> Running in bfef5ac43b14 00:03:07 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.238s coverage: 46.6% of statements 00:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:03:07 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:03:07 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:03:07 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:03:07 ---> 93e87b56c817 00:03:07 Step 3/24 : WORKDIR /edgex-go 00:03:07 ---> Using cache 00:03:07 ---> bfd7b2b22f1a 00:03:07 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:03:07 ---> Using cache 00:03:07 ---> be6a7aa82223 00:03:07 Step 5/24 : RUN apk update && apk add make git 00:03:07 ---> Using cache 00:03:07 ---> 819f19c84d79 00:03:07 Step 6/24 : COPY go.mod . 00:03:07 ---> Using cache 00:03:07 ---> 7e4776d4c460 00:03:07 Step 7/24 : RUN go mod download 00:03:07 ---> Using cache 00:03:07 ---> 285f72794474 00:03:07 Step 8/24 : COPY . . 00:03:07 ---> Using cache 00:03:07 ---> 2b25d0e880a4 00:03:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:03:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:03:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:03:11 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:03:11 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:03:11 OK: 12750 distinct packages available 00:03:11 (8/33) Installing py3-appdirs (1.4.4-r1) 00:03:11 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:03:11 (10/33) Installing py3-parsing (2.4.7-r0) 00:03:11 (11/33) Installing py3-six (1.15.0-r0) 00:03:11 OK: 233 MiB in 51 packages 00:03:11 (12/33) Installing py3-packaging (20.4-r0) 00:03:11 ---> Running in f7d9a5450882 00:03:11 (13/33) Installing py3-setuptools (47.0.0-r0) 00:03:11 Removing intermediate container bfef5ac43b14 00:03:11 ---> f0e53f619772 00:03:11 00:03:12 (14/33) Installing py3-chardet (3.0.4-r4) 00:03:12 (15/33) Installing py3-idna (2.9-r0) 00:03:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:03:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:03:12 Successfully built f0e53f619772 00:03:14 (18/33) Installing py3-requests (2.23.0-r0) 00:03:14 (19/33) Installing py3-msgpack (1.0.0-r0) 00:03:14 Successfully tagged docker-security-bootstrap-redis-go:latest 00:03:14 Building docker-support-notifications-go 00:03:14  Building docker-security-bootstrap-redis-go ... done (20/33) Installing py3-lockfile (0.12.2-r3) 00:03:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:03:14 (22/33) Installing py3-colorama (0.4.3-r0) 00:03:14 (23/33) Installing py3-distlib (0.3.0-r0) 00:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.590s coverage: 27.1% of statements 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.617s coverage: 68.9% of statements 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:03:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.681s coverage: 82.6% of statements 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:03:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:03:15 (24/33) Installing py3-distro (1.5.0-r1) 00:03:16 (25/33) Installing py3-webencodings (0.5.1-r3) 00:03:16 (26/33) Installing py3-html5lib (1.0.1-r4) 00:03:16 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:03:16 (27/33) Installing py3-pytoml (0.1.21-r0) 00:03:16 (28/33) Installing py3-pep517 (0.8.2-r0) 00:03:16 (29/33) Installing py3-progress (1.5-r0) 00:03:16 (30/33) Installing py3-toml (0.10.1-r0) 00:03:17 (31/33) Installing py3-retrying (1.3.3-r0) 00:03:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:03:18 (33/33) Installing py3-pip (20.1.1-r0) 00:03:18 Removing intermediate container 1527fde9d5b6 00:03:18 ---> 8a5a76e69d55 00:03:18 Step 6/23 : COPY go.mod . 00:03:19 Executing busybox-1.31.1-r19.trigger 00:03:19 OK: 71 MiB in 55 packages 00:03:21 ---> 042d30216655 00:03:21 Step 7/23 : RUN go mod download 00:03:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.217s coverage: 28.6% of statements 00:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:03:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements 00:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:03:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements 00:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:03:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements 00:03:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:03:22 ---> Running in 3d64d750a080 00:03:22 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:03:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:03:22 ---> 93e87b56c817 00:03:22 Step 3/21 : WORKDIR /edgex-go 00:03:22 ---> Using cache 00:03:22 ---> bfd7b2b22f1a 00:03:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:03:22 ---> Using cache 00:03:22 ---> be6a7aa82223 00:03:22 Step 5/21 : RUN apk update && apk add make git 00:03:22 ---> Using cache 00:03:22 ---> 819f19c84d79 00:03:22 Step 6/21 : COPY go.mod . 00:03:22 ---> Using cache 00:03:22 ---> 7e4776d4c460 00:03:22 Step 7/21 : RUN go mod download 00:03:22 ---> Using cache 00:03:22 ---> 285f72794474 00:03:22 Step 8/21 : COPY . . 00:03:22 ---> Using cache 00:03:22 ---> 2b25d0e880a4 00:03:22 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:03:23 ---> Running in d4d2796f44f0 00:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.305s coverage: 97.5% of statements 00:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:03:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 78.3% of statements 00:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:03:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:03:24 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:03:28 Removing intermediate container 3d64d750a080 00:03:28 ---> cdce57696f26 00:03:28 Step 8/23 : COPY . . 00:03:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.094s coverage: 93.8% of statements 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:03:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:03:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:03:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:03:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:03:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements 00:03:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.158s coverage: 87.2% of statements 00:03:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements 00:03:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.4% of statements 00:03:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:03:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.682s coverage: 63.5% of statements 00:03:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:03:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:03:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.088s coverage: 100.0% of statements 00:03:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements 00:03:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 00:03:35 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:03:35 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:03:35 ---> 93e87b56c817 00:03:35 Step 3/24 : WORKDIR /edgex-go 00:03:35 ---> Using cache 00:03:35 ---> bfd7b2b22f1a 00:03:35 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:03:35 ---> Using cache 00:03:35 ---> be6a7aa82223 00:03:35 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:03:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.143s coverage: 73.7% of statements 00:03:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements 00:03:39 ---> Running in f14aafb945c9 00:03:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:03:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:03:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.938s coverage: 55.9% of statements 00:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:03:41 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.345s coverage: 37.0% of statements 00:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:03:41 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.698s coverage: 84.0% of statements 00:03:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements 00:03:42 Removing intermediate container fd0fdca4c2d0 00:03:42 ---> dcb840aae8ae 00:03:42 Step 21/27 : RUN pip install docker-compose==1.23.2 00:03:43 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:03:43 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:03:43 OK: 12750 distinct packages available 00:03:44 OK: 233 MiB in 51 packages 00:03:45 ---> Running in 769715c3af1c 00:03:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.395s coverage: 47.1% of statements 00:03:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:03:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:03:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.075s coverage: 100.0% of statements 00:03:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:03:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:03:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:03:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements 00:03:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:03:50 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements 00:03:50 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:03:50 Removing intermediate container f14aafb945c9 00:03:50 ---> 0593d420fb62 00:03:50 Step 6/24 : COPY go.mod . 00:03:52 Removing intermediate container f7d9a5450882 00:03:52 ---> fca62bbb9de9 00:03:52 00:03:52 Step 10/24 : FROM alpine:3.10 00:03:52 ---> be4e4bea2c2e 00:03:52 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:03:52 ---> Using cache 00:03:52 ---> 3c30ae31d054 00:03:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:03:53 ---> 4be1c5d8c703 00:03:53 Step 7/24 : RUN go mod download 00:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.997s coverage: 29.1% of statements 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.182s coverage: 99.0% of statements 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:03:55 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:03:55 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:03:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:03:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:03:55 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:03:55 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements 00:03:55 Collecting docker-compose==1.23.2 00:03:55 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:03:56 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 00:03:56 ---> Running in e33fef44898b 00:03:56 ---> Running in c46a285265b0 00:03:56 Collecting websocket-client<1.0,>=0.32.0 00:03:56 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:03:56 ---> 091c18f0ff96 00:03:56 Step 9/23 : RUN make cmd/core-data/core-data 00:03:56 Removing intermediate container d4d2796f44f0 00:03:56 ---> 70797d4a5688 00:03:56 00:03:56 Step 10/21 : FROM scratch 00:03:56 ---> 00:03:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:03:56 Collecting jsonschema<3,>=2.5.1 00:03:56 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:03:56 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:03:56 Removing intermediate container e33fef44898b 00:03:56 ---> cda667ad6c07 00:03:56 Step 13/24 : WORKDIR / 00:03:56 ---> Running in 02081911d412 00:03:56 Collecting docopt<0.7,>=0.6.1 00:03:56 Downloading docopt-0.6.2.tar.gz (25 kB) 00:03:56 ---> Using cache 00:03:56 ---> 38997dc4c3d8 00:03:56 Step 12/21 : ENV APP_PORT=48085 00:03:56 ---> Running in 28f4ec086ba9 00:03:56 ---> Running in b411a563f480 00:03:57 Removing intermediate container 28f4ec086ba9 00:03:57 ---> d36e35fa8907 00:03:57 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:03:57 Removing intermediate container b411a563f480 00:03:57 ---> 21c65757d408 00:03:57 Step 13/21 : EXPOSE $APP_PORT 00:03:57 ---> Running in fa9d0a726c71 00:03:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:03:57 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:03:57 ---> 080bbb66fd55 00:03:57 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:03:57 Removing intermediate container fa9d0a726c71 00:03:57 ---> d6769b254c74 00:03:57 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:03:57 Collecting PyYAML<4,>=3.10 00:03:57 Downloading PyYAML-3.13.tar.gz (270 kB) 00:03:58 GO111MODULE=on go vet ./... 00:03:58 Collecting texttable<0.10,>=0.9.0 00:03:58 Downloading texttable-0.9.1.tar.gz (11 kB) 00:03:58 ---> 87d623bcf857 00:03:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:03:58 ---> 7af238536ac4 00:03:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:03:59 Removing intermediate container c46a285265b0 00:03:59 ---> afb98d8e3f71 00:03:59 Step 8/24 : COPY . . 00:03:59 ---> 5be8f910c428 00:03:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:03:59 Collecting cached-property<2,>=1.2.0 00:03:59 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:03:59 Collecting docker<4.0,>=3.6.0 00:03:59 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:04:00 ---> a09c67181049 00:04:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:04:00 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:04:00 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:04:02 Collecting dockerpty<0.5,>=0.4.1 00:04:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:04:05 ---> 70af5a1b8004 00:04:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:04:05 Collecting docker-pycreds>=0.4.0 00:04:05 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:04:06 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:04:06 ---> 9e8c14c88c7f 00:04:06 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:04:06 Collecting urllib3<1.25,>=1.21.1 00:04:06 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:04:06 ---> Running in e34aa3fb33f0 00:04:06 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:04:06 Collecting idna<2.8,>=2.5 00:04:07 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:04:07 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:04:07 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:04:07 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:04:07 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:04:07 Installing collected packages: websocket-client, jsonschema, docopt, PyYAML, texttable, cached-property, docker-pycreds, urllib3, idna, requests, docker, dockerpty, docker-compose 00:04:09 Removing intermediate container e34aa3fb33f0 00:04:09 ---> d6e19e121911 00:04:09 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:04:09 ---> 756c4e13a0a9 00:04:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:04:09 Running setup.py install for docopt: started 00:04:10 ---> Running in b52232f4d66c 00:04:11 Running setup.py install for docopt: finished with status 'done' 00:04:11 Running setup.py install for PyYAML: started 00:04:12 Running setup.py install for PyYAML: finished with status 'done' 00:04:12 Running setup.py install for texttable: started 00:04:13 ---> d0fb9864174c 00:04:13 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:04:13 Running setup.py install for texttable: finished with status 'done' 00:04:13 Removing intermediate container b52232f4d66c 00:04:13 ---> ac376ad1140c 00:04:13 Step 19/21 : LABEL arch=x86_64 00:04:14 Attempting uninstall: urllib3 00:04:14 Found existing installation: urllib3 1.25.9 00:04:14 Uninstalling urllib3-1.25.9: 00:04:14 Successfully uninstalled urllib3-1.25.9 00:04:15 ---> Running in c1182e7781ab 00:04:15 ---> Running in 964651376ad6 00:04:15 Attempting uninstall: idna 00:04:15 Found existing installation: idna 2.9 00:04:15 Uninstalling idna-2.9: 00:04:15 Successfully uninstalled idna-2.9 00:04:16 Attempting uninstall: requests 00:04:16 Found existing installation: requests 2.23.0 00:04:16 Uninstalling requests-2.23.0: 00:04:16 Successfully uninstalled requests-2.23.0 00:04:17 Removing intermediate container 964651376ad6 00:04:17 ---> ac98fb29103c 00:04:17 Step 20/21 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:04:19 Running setup.py install for dockerpty: started 00:04:19 ---> Running in e77f611abee2 00:04:19 Running setup.py install for dockerpty: finished with status 'done' 00:04:21 Removing intermediate container e77f611abee2 00:04:21 ---> c5526d382d61 00:04:21 Step 21/21 : LABEL version=0.0.0 00:04:21 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:04:21 ---> Running in fb28907a887b 00:04:22 ---> 553f5d8aea90 00:04:22 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:04:22 Removing intermediate container c1182e7781ab 00:04:22 ---> 9eed4b255667 00:04:22 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:04:22 ---> Running in fe3449ab7d73 00:04:22 ---> Running in 8bf31e5512ec 00:04:22 Removing intermediate container fb28907a887b 00:04:22 ---> a654d8d463d6 00:04:22 00:04:22 Successfully built a654d8d463d6 00:04:22 Successfully tagged docker-support-scheduler-go:latest 00:04:22  Building docker-support-scheduler-go ... done Removing intermediate container 8bf31e5512ec 00:04:22 ---> 0aa6037ea139 00:04:22 Step 22/24 : LABEL arch=x86_64 00:04:22 ---> Running in 5d7de381b493 00:04:24 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:04:25 Removing intermediate container 5d7de381b493 00:04:25 ---> 01f430c71e0a 00:04:25 Step 23/24 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:04:26 ---> Running in 448bd2081c9d 00:04:26 Removing intermediate container 769715c3af1c 00:04:26 ---> 7f1300a5deec 00:04:26 Step 22/27 : RUN apk --no-cache add curl 00:04:26 ---> Running in ad3427d1d3c4 00:04:26 Removing intermediate container 448bd2081c9d 00:04:26 ---> 691987a5dfba 00:04:26 Step 24/24 : LABEL version=0.0.0 00:04:28 ---> Running in ed0f1ac8b360 00:04:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:04:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:04:28 Removing intermediate container ed0f1ac8b360 00:04:28 ---> 621bf8cf3685 00:04:28 00:04:28 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:04:28 (2/3) Installing libcurl (7.69.1-r3) 00:04:28 (3/3) Installing curl (7.69.1-r3) 00:04:28 Executing busybox-1.31.1-r19.trigger 00:04:28 OK: 72 MiB in 58 packages 00:04:28 Successfully built 621bf8cf3685 00:04:28 Successfully tagged docker-security-secretstore-setup-go:latest 00:04:30  Building docker-security-secretstore-setup-go ... done Removing intermediate container ad3427d1d3c4 00:04:30 ---> 91422d4b1b91 00:04:30 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:04:31 ---> Running in 35a6d8b33c57 00:04:32 Removing intermediate container 02081911d412 00:04:32 ---> 5c7f190977b6 00:04:32 00:04:32 Step 10/23 : FROM alpine 00:04:32 ---> b14afc6dfb98 00:04:32 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:04:32 Removing intermediate container 35a6d8b33c57 00:04:32 ---> 53df80220472 00:04:32 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:04:32 ---> Running in cbb8b9f3aa43 00:04:32 ---> Running in cb4800b50e30 00:04:32 Removing intermediate container cbb8b9f3aa43 00:04:32 ---> 079d3e785152 00:04:32 Step 12/23 : ENV APP_PORT=48080 00:04:32 Removing intermediate container cb4800b50e30 00:04:32 ---> b5904a84f33d 00:04:32 Step 25/27 : LABEL arch=x86_64 00:04:32 ---> Running in 308409e78576 00:04:32 ---> Running in 090db87e26d9 00:04:33 Removing intermediate container 308409e78576 00:04:33 ---> d33105dec955 00:04:33 Step 13/23 : EXPOSE $APP_PORT 00:04:33 Removing intermediate container 090db87e26d9 00:04:33 ---> f6e5a7ba9166 00:04:33 Step 26/27 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:04:33 ---> Running in ac94655af9cb 00:04:33 ---> Running in eb85ef3a9e1a 00:04:33 Removing intermediate container ac94655af9cb 00:04:33 ---> 3a00f2431ab0 00:04:33 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:04:33 Removing intermediate container eb85ef3a9e1a 00:04:33 ---> 3a170d370061 00:04:33 Step 27/27 : LABEL version=0.0.0 00:04:33 ---> Running in 8ea3a8508780 00:04:33 ---> Running in ae8e86896adb 00:04:34 Removing intermediate container ae8e86896adb 00:04:34 ---> 347d0cb51bf7 00:04:34 00:04:34 Successfully built 347d0cb51bf7 00:04:34 Successfully tagged docker-sys-mgmt-agent-go:latest 00:04:35  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 8ea3a8508780 00:04:35 ---> 963d27008770 00:04:35 Step 15/23 : RUN apk --no-cache add zeromq 00:04:35 ---> Running in 066228c17408 00:04:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:04:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:04:37 (1/5) Installing libgcc (9.3.0-r2) 00:04:37 (2/5) Installing libsodium (1.0.18-r0) 00:04:37 (3/5) Installing libstdc++ (9.3.0-r2) 00:04:37 (4/5) Installing libzmq (4.3.3-r0) 00:04:38 (5/5) Installing zeromq (4.3.3-r0) 00:04:38 Executing busybox-1.31.1-r19.trigger 00:04:38 OK: 8 MiB in 19 packages 00:04:39 Removing intermediate container 066228c17408 00:04:39 ---> e0cadbe5e982 00:04:39 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:04:40 ---> 5e1208a1d829 00:04:40 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:04:40 Removing intermediate container fe3449ab7d73 00:04:40 ---> a4743c193bca 00:04:40 00:04:40 Step 10/24 : FROM scratch 00:04:40 ---> 00:04:40 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:04:41 ---> Running in 2f1249e452f5 00:04:41 Removing intermediate container 2f1249e452f5 00:04:41 ---> be5e79fdf151 00:04:41 Step 12/24 : ENV APP_PORT=48060 00:04:41 ---> 18425a3d5782 00:04:41 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:04:41 ---> Running in 8994cbe3c976 00:04:41 Removing intermediate container 8994cbe3c976 00:04:41 ---> 3287fa679095 00:04:41 Step 13/24 : EXPOSE $APP_PORT 00:04:41 ---> 3e5161397543 00:04:41 Step 19/23 : ENTRYPOINT ["/core-data"] 00:04:41 ---> Running in b27a38da30b3 00:04:41 ---> Running in 9d63f3b1b856 00:04:41 Removing intermediate container b27a38da30b3 00:04:41 ---> e5daa203ed79 00:04:41 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:04:42 Removing intermediate container 9d63f3b1b856 00:04:42 ---> 8abefabd3bc9 00:04:42 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:04:42 ---> Running in b6b1f86319ae 00:04:42 ---> 056ee265f32c 00:04:42 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:04:42 Removing intermediate container b6b1f86319ae 00:04:42 ---> 8e8262fb620a 00:04:42 Step 21/23 : LABEL arch=x86_64 00:04:42 ---> Running in 34f2b1965689 00:04:42 Removing intermediate container 34f2b1965689 00:04:42 ---> 57a1f2b1da43 00:04:42 Step 22/23 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:04:43 ---> Running in 69beeaba62f5 00:04:43 ---> d8cef4db2def 00:04:43 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:04:43 Removing intermediate container 69beeaba62f5 00:04:43 ---> d2fe5ac6d2ce 00:04:43 Step 23/23 : LABEL version=0.0.0 00:04:43 ---> Running in 661ce0dc5e7f 00:04:43 ---> eb1dbad37f09 00:04:43 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:04:43 Removing intermediate container 661ce0dc5e7f 00:04:43 ---> 806270484517 00:04:43 00:04:43 Successfully built 806270484517 00:04:43 Successfully tagged docker-core-data-go:latest 00:04:44  Building docker-core-data-go ... done  ---> 51d875421b73 00:04:44 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:04:44 ---> 9af472ba3177 00:04:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:04:45 ---> c4aea26c940d 00:04:45 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:04:45 ---> Running in 702f5e222cdd 00:04:45 Removing intermediate container 702f5e222cdd 00:04:45 ---> 44267113e74a 00:04:45 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:04:45 ---> Running in 876db2384f97 00:04:45 Removing intermediate container 876db2384f97 00:04:45 ---> 78a7a9511ab0 00:04:45 Step 22/24 : LABEL arch=x86_64 00:04:45 ---> Running in 9099cdec94e5 00:04:45 Removing intermediate container 9099cdec94e5 00:04:45 ---> c51040c66127 00:04:45 Step 23/24 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:04:45 ---> Running in 9db22a6635f7 00:04:45 Removing intermediate container 9db22a6635f7 00:04:45 ---> c75a1da81a0c 00:04:45 Step 24/24 : LABEL version=0.0.0 00:04:45 ---> Running in 311be81c31b7 00:04:46 Removing intermediate container 311be81c31b7 00:04:46 ---> 5bdf6d376799 00:04:46 00:04:46 Successfully built 5bdf6d376799 00:04:46 Successfully tagged docker-support-notifications-go:latest 00:04:46  Building docker-support-notifications-go ... done  [Pipeline] } 00:04:46 $ docker stop --time=1 e66a6139847eda682d654d28fe755b143426ed1e66dd70439364dc78c317c8a7 00:04:48 $ docker rm -f e66a6139847eda682d654d28fe755b143426ed1e66dd70439364dc78c317c8a7 [Pipeline] // withDockerContainer [Pipeline] sh 00:04:48 + docker images 00:04:48 + grep docker 00:04:48 docker-support-notifications-go latest 5bdf6d376799 3 seconds ago 13.6MB 00:04:48 docker-core-data-go latest 806270484517 5 seconds ago 23.8MB 00:04:48 docker-sys-mgmt-agent-go latest 347d0cb51bf7 15 seconds ago 313MB 00:04:48 docker-security-secretstore-setup-go latest 621bf8cf3685 20 seconds ago 24.7MB 00:04:48 docker-support-scheduler-go latest a654d8d463d6 26 seconds ago 12.3MB 00:04:48 docker-security-bootstrap-redis-go latest f0e53f619772 About a minute ago 15.8MB 00:04:48 docker-security-proxy-setup-go latest c50f63cbf19e About a minute ago 24.6MB 00:04:48 docker-core-metadata-go latest 2e8607ef2b1b 2 minutes ago 14.5MB 00:04:48 docker-core-command-go latest a628a6a957db 2 minutes ago 12.2MB 00:04:48 docker latest aefe523efa57 3 days 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:05:04 Still waiting to schedule task 00:05:04 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:05:06 gofmt -l . 00:05:06 [ "`gofmt -l .`" = "" ] 00:05:09 ./bin/test-go-mod-tidy.sh 00:05:09 ./bin/test-attribution-txt.sh [Pipeline] sh 00:05:14 + ls -al . 00:05:14 total 664 00:05:14 drwxrwxr-x 9 1001 1001 4096 Dec 15 00:05 . 00:05:14 drwxr-xr-x 4 root root 4096 Dec 15 00:01 .. 00:05:14 -rw-rw-r-- 1 1001 1001 11 Dec 14 23:59 .dockerignore 00:05:14 drwxrwxr-x 8 1001 1001 4096 Dec 14 23:59 .git 00:05:14 drwxrwxr-x 3 1001 1001 4096 Dec 14 23:59 .github 00:05:14 -rw-rw-r-- 1 1001 1001 848 Dec 14 23:59 .gitignore 00:05:14 -rw-rw-r-- 1 1001 1001 166 Dec 14 23:59 .sonarcloud.properties 00:05:14 -rw-rw-r-- 1 1001 1001 3804 Dec 14 23:59 CONTRIBUTING.md 00:05:14 -rw-rw-r-- 1 1001 1001 1035 Dec 14 23:59 Dockerfile.build 00:05:14 -rw-rw-r-- 1 1001 1001 863 Dec 14 23:59 Jenkinsfile 00:05:14 -rw-rw-r-- 1 1001 1001 10775 Dec 14 23:59 LICENSE 00:05:14 -rw-rw-r-- 1 1001 1001 5750 Dec 14 23:59 Makefile 00:05:14 -rw-rw-r-- 1 1001 1001 6596 Dec 14 23:59 README.md 00:05:14 -rw-rw-r-- 1 1001 1001 6744 Dec 14 23:59 SECURITY.md 00:05:14 -rw-rw-r-- 1 1001 1001 5 Dec 14 23:57 VERSION 00:05:14 -rw-rw-r-- 1 1001 1001 4131 Dec 14 23:59 ZMQWindows.md 00:05:14 drwxrwxr-x 2 1001 1001 4096 Dec 14 23:59 bin 00:05:14 drwxrwxr-x 14 1001 1001 4096 Dec 14 23:59 cmd 00:05:14 -rw-r--r-- 1 root root 539778 Dec 15 00:03 coverage.out 00:05:14 -rw-r--r-- 1 root root 1041 Dec 15 00:05 go.mod 00:05:14 -rw-r--r-- 1 root root 18856 Dec 15 00:05 go.sum 00:05:14 drwxrwxr-x 8 1001 1001 4096 Dec 14 23:59 internal 00:05:14 drwxrwxr-x 4 1001 1001 4096 Dec 14 23:59 openapi 00:05:14 drwxrwxr-x 4 1001 1001 4096 Dec 14 23:59 snap 00:05:14 -rw-rw-r-- 1 1001 1001 168 Dec 14 23:59 version.go [Pipeline] sh 00:05:15 + '[' -e coverage.out ] 00:05:15 + chown 1001:1001 coverage.out [Pipeline] stash 00:05:15 Warning: overwriting stash ‘coverage-report’ 00:05:16 Stashed 1 file(s) [Pipeline] sh 00:05:17 + make build 00:05:17 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:05:27 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:05:54 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:05:57 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:06:00 Running on prd-ubuntu18.04-docker-8c-8g-15971 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws 00:06:01 Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout 00:06:03 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:06:03 using credential edgex-jenkins-ssh 00:06:03 Cloning the remote Git repository 00:06:03 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:06:03 > git init /w/workspace/edgex-go/10 # timeout=10 00:06:03 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:06:03 > git --version # timeout=10 00:06:03 > git --version # 'git version 2.17.1' 00:06:03 using GIT_SSH to set credentials SSH Credentials for GitHub 00:06:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:06:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:06:09 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:06:12 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:06:12 Merge succeeded, producing 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:06:12 Checking out Revision 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 (PR-2913) 00:06:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:06:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:06:11 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:06:11 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:06:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:06:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:06:12 > git config core.sparsecheckout # timeout=10 00:06:12 > git checkout -f 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # timeout=10 00:06:12 > git remote # timeout=10 00:06:12 > git config --get remote.origin.url # timeout=10 00:06:12 using GIT_SSH to set credentials SSH Credentials for GitHub 00:06:12 > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 00:06:12 > git rev-parse HEAD^{commit} # timeout=10 00:06:12 > git config core.sparsecheckout # timeout=10 00:06:12 > git checkout -f 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # timeout=10 00:06:15 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:06:15 Commit message: "build(snap): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:06:17 + echo snap-build.sh 00:06:17 snap-build.sh 00:06:17 + SNAP_BASE_DIR=. 00:06:17 + '[' '!' -z /w/workspace/edgex-go/10 ']' 00:06:17 + SNAP_BASE_DIR=/w/workspace/edgex-go/10 00:06:17 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' 00:06:17 [snap-build] Building snap in dir [/w/workspace/edgex-go/10] 00:06:17 + cd /w/workspace/edgex-go/10 00:06:17 + sudo apt-get remove -qy --purge lxd lxd-client 00:06:17 Reading package lists... 00:06:17 Building dependency tree... 00:06:17 Reading state information... 00:06:17 The following packages were automatically installed and are no longer required: 00:06:17 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:06:17 uidmap xdelta3 00:06:17 Use 'sudo apt autoremove' to remove them. 00:06:17 The following packages will be REMOVED: 00:06:17 lxd* lxd-client* 00:06:17 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:06:17 After this operation, 31.7 MB disk space will be freed. 00:06:19 (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:06:19 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:06:19 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:06:19 Removing lxd dnsmasq configuration 00:06:19 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:06:20 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:06:21 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:06:21 (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:06:21 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:06:22 Processing triggers for systemd (237-3ubuntu10.42) ... 00:06:22 Processing triggers for ureadahead (0.100.0-21) ... 00:06: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:06:24 + sudo snap remove --purge lxd 00:06:24 snap "lxd" is not installed 00:06:24 + sudo groupadd --force --system lxd 00:06:24 ++ whoami 00:06:24 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:06:24 + newgrp - lxd 00:06:24 + sudo snap install lxd 00:06:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:06:31 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:06:32 2020-12-15T00:06:29Z INFO Waiting for automatic snapd restart... [Pipeline] } 00:06:34 $ docker stop --time=1 8392615a663f4ecb83183538e38c809149510c1856fb61fd2a7050a37108e253 00:06:36 $ docker rm -f 8392615a663f4ecb83183538e38c809149510c1856fb61fd2a7050a37108e253 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:06:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:06:38 00:06:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:06:39 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:06:39 latest: Pulling from edgex-devops/edgex-compose-arm64 00:06:39 29e5d40040c1: Pulling fs layer 00:06:39 1ce36da41761: Pulling fs layer 00:06:39 25b303627fd3: Pulling fs layer 00:06:40 29e5d40040c1: Download complete 00:06:40 1ce36da41761: Verifying Checksum 00:06:40 1ce36da41761: Download complete 00:06:40 29e5d40040c1: Pull complete 00:06:42 1ce36da41761: Pull complete 00:06:42 25b303627fd3: Verifying Checksum 00:06:42 25b303627fd3: Download complete 00:06:47 lxd 4.8 from Canonical* installed 00:06:47 + sudo lxd init --auto 00:06:52 25b303627fd3: Pull complete 00:06:52 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:06:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:06:52 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:06:52 prd-ubuntu18.04-docker-arm64-4c-16g-15969 does not seem to be running inside a container 00:06:52 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:06:55 + sudo snap install --classic snapcraft 00:06:56 $ docker top a077204efc8d6db17e2e5d07351e2886ba91296931ac5c591845c52e01c4f1b4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:06:57 + + docker-composegrep build parallel --help 00:06:57 00:07:00 --parallel Build images in parallel. 00:07:00 snapcraft 4.4.4 from Canonical* installed 00:07:00 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:07:00 + patch --verbose -p1 00:07:00 Hmm... Looks like a unified diff to me... 00:07:00 The text leading up to this was: 00:07:00 -------------------------- 00:07:00 |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 00:07:00 |From: Tony Espy 00:07:00 |Date: Wed, 2 Dec 2020 17:38:31 -0500 00:07:00 |Subject: [PATCH] optimize snap build for pipeline CI check 00:07:00 | 00:07:00 |This patch is used by the EdgeX CI pipeline builds to 00:07:00 |optimize the snap CI check run for pull requests. When 00:07:00 |applied, it essentially strips out everything (apps and 00:07:00 |parts) from the snapcraft.yaml file except those required 00:07:00 |to build edgex-go, as the whole idea of the CI check is to 00:07:00 |catch changes to edgex-go that break the snap build. 00:07:00 | 00:07:00 |In general, anyone updating snapcraft.yaml will also need 00:07:00 |to update this patch file, otherwise it may fail to apply, 00:07:00 |resulting in a failed snap build CI check in the associated 00:07:00 |pull request. 00:07:00 | 00:07:00 |Note - in addition to applying this patch, the pipeline also 00:07:00 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:07:00 |need to build the finally binary .snap file (and it won't 00:07:00 |work with the patch applied). This further reduces the build 00:07:00 |time. 00:07:00 |--- 00:07:00 | snap/snapcraft.yaml | 466 +------------------------------------------- 00:07:00 | 1 file changed, 2 insertions(+), 464 deletions(-) 00:07:00 | 00:07:00 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:07:00 |index b265277c..d7e1de37 100644 00:07:00 |--- a/snap/snapcraft.yaml 00:07:00 |+++ b/snap/snapcraft.yaml 00:07:00 -------------------------- 00:07:00 patching file snap/snapcraft.yaml 00:07:00 Using Plan A... 00:07:00 Hunk #1 FAILED at 75. 00:07:00 Hunk #2 FAILED at 136. 00:07:00 Hunk #3 succeeded at 271 (offset -21 lines). 00:07:00 Hunk #4 succeeded at 283 with fuzz 2 (offset -24 lines). 00:07:00 Hunk #5 succeeded at 291 (offset -24 lines). 00:07:00 Hunk #6 succeeded at 298 (offset -24 lines). 00:07:00 Hunk #7 succeeded at 325 (offset -24 lines). 00:07:00 Hunk #8 succeeded at 359 (offset -24 lines). 00:07:00 Hunk #9 succeeded at 410 (offset -29 lines). 00:07:00 2 out of 9 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:07:00 Hmm... Ignoring the trailing garbage. 00:07:00 done [Pipeline] } 00:07:00 $ docker stop --time=1 a077204efc8d6db17e2e5d07351e2886ba91296931ac5c591845c52e01c4f1b4 00:07:02 $ docker rm -f a077204efc8d6db17e2e5d07351e2886ba91296931ac5c591845c52e01c4f1b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:07:03 Failed in branch amd64 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:07:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:07:04 . [Pipeline] withDockerContainer 00:07:04 prd-ubuntu18.04-docker-arm64-4c-16g-15969 does not seem to be running inside a container 00:07:04 $ 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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:07:05 $ docker top 836bf4e74a942067ad458d95b3e4118aed7ed0933e07957d4ba754219ebcdd62 -eo pid,comm [Pipeline] { [Pipeline] sh 00:07:06 + docker-compose -f ./docker-compose-build.yml build --parallel 00:07:10 Building docker-core-command-go ... 00:07:10 Building docker-core-data-go ... 00:07:10 Building docker-core-metadata-go ... 00:07:10 Building docker-security-bootstrap-redis-go ... 00:07:10 Building docker-security-proxy-setup-go ... 00:07:10 Building docker-security-secretstore-setup-go ... 00:07:10 Building docker-support-notifications-go ... 00:07:10 Building docker-support-scheduler-go ... 00:07:10 Building docker-sys-mgmt-agent-go ... 00:07:10 Building docker-sys-mgmt-agent-go 00:07:10 Building docker-support-notifications-go 00:07:10 Building docker-core-command-go 00:07:10 Building docker-security-secretstore-setup-go 00:07:10 Building docker-security-bootstrap-redis-go 00:08:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:08:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:08:31 ---> b6e83fc8be33 00:08:31 Step 3/22 : WORKDIR /edgex-go 00:08:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:08:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:08:31 ---> b6e83fc8be33 00:08:31 Step 3/24 : WORKDIR /edgex-go 00:08:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:08:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:08:31 ---> b6e83fc8be33 00:08:31 Step 3/22 : WORKDIR /edgex-go 00:08:31 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:08:31 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:08:31 ---> b6e83fc8be33 00:08:31 Step 3/27 : WORKDIR /edgex-go 00:08:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:08:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:08:31 ---> b6e83fc8be33 00:08:31 Step 3/24 : WORKDIR /edgex-go 00:08:31 ---> Running in 3953cd86dbef 00:08:31 ---> Running in d6f9749d7446 00:08:31 ---> Running in ec57b4109865 00:08:31 ---> Running in e4c6a095ff4a 00:08:31 ---> Running in 957d4629e196 00:08:31 Removing intermediate container ec57b4109865 00:08:31 ---> bfb35688f6bc 00:08:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:08:31 Removing intermediate container 957d4629e196 00:08:31 ---> a814c0518adc 00:08:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:08:31 Removing intermediate container 3953cd86dbef 00:08:31 ---> ba2550a92694 00:08:31 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:08:31 Removing intermediate container e4c6a095ff4a 00:08:31 ---> f9ffd1dcac7c 00:08:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:08:31 Removing intermediate container d6f9749d7446 00:08:31 ---> 1c731964a8f1 00:08:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:08:31 ---> Running in 3a4dba50f6f3 00:08:31 ---> Running in a2f307abe5d9 00:08:31 ---> Running in aa4dc305c9b5 00:08:31 ---> Running in de687b51b1a0 00:08:31 ---> Running in 948e32e1ff58 00:08:31 Removing intermediate container 3a4dba50f6f3 00:08:31 ---> ea8985250bb1 00:08:31 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:08:31 ---> Running in 1223f021ffe2 00:08:31 Removing intermediate container aa4dc305c9b5 00:08:31 ---> 24b7353155a6 00:08:31 Step 5/24 : RUN apk update && apk add make git 00:08:31 ---> Running in f850e6c8944c 00:08:31 Removing intermediate container 948e32e1ff58 00:08:31 ---> a586906614d3 00:08:31 Step 5/22 : RUN apk update && apk add make git 00:08:31 Removing intermediate container de687b51b1a0 00:08:31 ---> f1163c68482e 00:08:31 Step 5/27 : RUN apk update && apk add make bash git 00:08:31 Removing intermediate container a2f307abe5d9 00:08:31 ---> fb5b1b3332b7 00:08:31 Step 5/22 : RUN apk update && apk add make git 00:08:31 ---> Running in 261640ea006e 00:08:31 ---> Running in e962327896fa 00:08:31 ---> Running in 07897dd0a661 00:08:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:08:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:08:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:08:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:08:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:08:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:08:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:08:32 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:08:32 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:08:32 OK: 12620 distinct packages available 00:08:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:08:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:08:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:08:32 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:08:32 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:08:32 OK: 12620 distinct packages available 00:08:32 OK: 217 MiB in 51 packages 00:08:33 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:08:33 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:08:33 OK: 12620 distinct packages available 00:08:33 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:08:33 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:08:33 OK: 12620 distinct packages available 00:08:33 OK: 217 MiB in 51 packages 00:08:33 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:08:33 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:08:33 OK: 12620 distinct packages available 00:08:34 OK: 217 MiB in 51 packages 00:08:34 OK: 217 MiB in 51 packages 00:08:34 OK: 217 MiB in 51 packages 00:08:35 Removing intermediate container 1223f021ffe2 00:08:35 ---> 6d898e207770 00:08:35 Step 6/24 : COPY go.mod . 00:08:35 Removing intermediate container f850e6c8944c 00:08:35 ---> 6fe202522089 00:08:35 Step 6/24 : COPY go.mod . 00:08:35 ---> 6ec042e0da64 00:08:35 Step 7/24 : RUN go mod download 00:08:36 ---> Running in 4a8af6312e73 00:08:36 Removing intermediate container e962327896fa 00:08:36 ---> ccafb0818a5a 00:08:36 Step 6/22 : COPY go.mod . 00:08:36 ---> c7503df534ed 00:08:36 Step 7/24 : RUN go mod download 00:08:36 Removing intermediate container 261640ea006e 00:08:36 ---> 630d4f46bea9 00:08:36 Step 6/27 : COPY go.mod . 00:08:36 Removing intermediate container 07897dd0a661 00:08:36 ---> 174c72315b7b 00:08:36 Step 6/22 : COPY go.mod . 00:08:36 ---> Running in 1a6e90360631 00:08:37 ---> 341410f4ecba 00:08:37 Step 7/22 : RUN go mod download 00:08:37 ---> Running in 8686c1ad0002 00:08:37 ---> 767ab989ddb6 00:08:37 Step 7/27 : RUN go mod download 00:08:37 ---> 87dc9c9a50da 00:08:37 Step 7/22 : RUN go mod download 00:08:38 ---> Running in 15e3a2b7c8f2 00:08:38 ---> Running in ce4e3bf876b5 00:08:40 Removing intermediate container 4a8af6312e73 00:08:40 ---> fb72e3feaf44 00:08:40 Step 8/24 : COPY . . 00:08:40 Removing intermediate container 1a6e90360631 00:08:40 ---> 295504d8187f 00:08:40 Step 8/24 : COPY . . 00:08:44 Removing intermediate container 8686c1ad0002 00:08:44 ---> 7b587096f768 00:08:44 Step 8/22 : COPY . . 00:08:45 Removing intermediate container ce4e3bf876b5 00:08:45 ---> 373c5dfcd4ef 00:08:45 Step 8/22 : COPY . . 00:08:45 Removing intermediate container 15e3a2b7c8f2 00:08:45 ---> 624932f1d951 00:08:45 Step 8/27 : COPY . . 00:09:07 ---> 061c3b9c4b73 00:09:07 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:09:07 ---> 5f1d39735eec 00:09:07 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:09:07 ---> 8f72d7ae25cf 00:09:07 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:09:07 ---> Running in 010158972ee5 00:09:07 ---> 1f7d04f49471 00:09:07 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:09:07 ---> be001851f1de 00:09:07 Step 9/22 : RUN make cmd/core-command/core-command 00:09:07 ---> Running in 5bfdd086f8d1 00:09:07 ---> Running in f091e25854d2 00:09:07 ---> Running in f0e32bc776a8 00:09:07 ---> Running in 59e7e7801062 00:09:07 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:09:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:09:08 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:09:08 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:09:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:10:30 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:10:38 Removing intermediate container 5bfdd086f8d1 00:10:38 ---> 2585f22be104 00:10:38 00:10:38 Step 10/22 : FROM alpine:3.10 00:10:38 3.10: Pulling from library/alpine 00:10:39 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:10:39 Status: Downloaded newer image for alpine:3.10 00:10:39 ---> 536a684cf733 00:10:39 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:10:40 ---> Running in 80ed23f608ad 00:10:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:10:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:10:43 Removing intermediate container 59e7e7801062 00:10:43 ---> 514180ae9fb1 00:10:43 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:10:44 Removing intermediate container f091e25854d2 00:10:44 ---> c9b92637f905 00:10:44 00:10:44 Step 10/24 : FROM alpine:3.10 00:10:44 ---> 536a684cf733 00:10:44 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:10:44 ---> Running in c442f1bc0ae6 00:10:44 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:10:44 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:10:44 OK: 10169 distinct packages available 00:10:44 ---> Running in 053dadcf72c2 00:10:45 (1/5) Installing ca-certificates (20191127-r2) 00:10:45 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:10:45 (3/5) Installing libcurl (7.66.0-r3) 00:10:45 (4/5) Installing curl (7.66.0-r3) 00:10:45 (5/5) Installing dumb-init (1.2.2-r1) 00:10:45 Executing busybox-1.30.1-r3.trigger 00:10:45 Executing ca-certificates-20191127-r2.trigger 00:10:45 OK: 7 MiB in 19 packages 00:10:46 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:10:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:10:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:10:47 v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:10:47 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:10:47 OK: 10169 distinct packages available 00:10:48 (1/5) Installing ca-certificates (20191127-r2) 00:10:48 Removing intermediate container 80ed23f608ad 00:10:48 ---> b1f9c7f0a5f0 00:10:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:10:48 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:10:48 (3/5) Installing libcurl (7.66.0-r3) 00:10:48 (4/5) Installing curl (7.66.0-r3) 00:10:48 (5/5) Installing dumb-init (1.2.2-r1) 00:10:48 Executing busybox-1.30.1-r3.trigger 00:10:48 Executing ca-certificates-20191127-r2.trigger 00:10:48 ---> Running in 3f7c6f9abb04 00:10:49 OK: 7 MiB in 19 packages 00:10:49 Removing intermediate container 3f7c6f9abb04 00:10:49 ---> dce887ba2e69 00:10:49 Step 13/22 : WORKDIR / 00:10:49 ---> Running in 8e68d511055e 00:10:51 Removing intermediate container 8e68d511055e 00:10:51 ---> e6e466b9848d 00:10:51 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:10:52 Removing intermediate container 053dadcf72c2 00:10:52 ---> a2a5a0bff381 00:10:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:10:53 ---> Running in 2d018a18f962 00:10:53 ---> d1f6bbe1cf9e 00:10:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:10:53 Removing intermediate container c442f1bc0ae6 00:10:53 ---> 7ae0b8b3d3e4 00:10:53 00:10:53 Step 11/27 : FROM docker:latest 00:10:53 ---> eeaf43b92773 00:10:53 Step 12/27 : RUN apk add --no-cache bash 00:10:54 Removing intermediate container 2d018a18f962 00:10:54 ---> 6edeedc20fa8 00:10:54 Step 13/24 : WORKDIR / 00:10:54 ---> Running in a7fc206b8b99 00:10:54 ---> Running in d78f6f9d4c5d 00:10:54 ---> 6f95bc0e89ea 00:10:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:10:55 Removing intermediate container d78f6f9d4c5d 00:10:55 ---> c9e3e0c38002 00:10:55 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:10:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:10:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:10:56 ---> 45927ad756f9 00:10:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:10:57 ---> 3cafe2d2cdbe 00:10:57 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:10:57 (1/2) Installing readline (8.0.4-r0) 00:10:57 (2/2) Installing bash (5.0.17-r0) 00:10:57 Executing bash-5.0.17-r0.post-install 00:10:57 Executing busybox-1.31.1-r19.trigger 00:10:57 OK: 12 MiB in 22 packages 00:10:58 ---> ec72e47a519f 00:10:58 Step 18/22 : RUN chmod +x entrypoint.sh 00:10:58 ---> Running in 76dad068de89 00:10:58 ---> 7f123f9f3782 00:10:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:10:59 Removing intermediate container f0e32bc776a8 00:10:59 ---> 27db2a1ede41 00:10:59 00:10:59 Step 10/22 : FROM scratch 00:10:59 ---> 00:10:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:10:59 Removing intermediate container 010158972ee5 00:10:59 ---> b9ed6f3a66a8 00:10:59 00:10:59 Step 10/24 : FROM scratch 00:10:59 ---> 00:10:59 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:10:59 ---> Running in f7c9abc7b2c5 00:10:59 ---> Running in 245b9adf6f08 00:10:59 Removing intermediate container a7fc206b8b99 00:10:59 ---> ce6e530fe43e 00:10:59 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:10:59 ---> 131f7c23ccf5 00:10:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:11:00 ---> Running in 863cde01b2b3 00:11:00 Removing intermediate container f7c9abc7b2c5 00:11:00 ---> c122504e6c5f 00:11:00 Step 12/22 : ENV APP_PORT=48082 00:11:00 Removing intermediate container 245b9adf6f08 00:11:00 ---> 033bbb1a964e 00:11:00 Step 12/24 : ENV APP_PORT=48060 00:11:00 ---> Running in 5186f6754d11 00:11:00 ---> Running in 4283ccfbcb93 00:11:01 Removing intermediate container 5186f6754d11 00:11:01 ---> e0128e9930ba 00:11:01 Step 13/24 : EXPOSE $APP_PORT 00:11:01 Removing intermediate container 4283ccfbcb93 00:11:01 ---> d2ea9a3fbcbc 00:11:01 Step 13/22 : EXPOSE $APP_PORT 00:11:01 ---> Running in 95324acc910c 00:11:01 ---> Running in c2226937b931 00:11:01 ---> d1044535a242 00:11:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:11:01 Removing intermediate container 76dad068de89 00:11:01 ---> 60f15d8f78ec 00:11:01 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:11:01 ---> Running in 12eade3b78c3 00:11:02 Removing intermediate container 95324acc910c 00:11:02 ---> 78cd0a1cd04a 00:11:02 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:11:02 Removing intermediate container c2226937b931 00:11:02 ---> 60567601535f 00:11:02 Step 14/22 : WORKDIR / 00:11:02 ---> Running in 4f9dc5d383ae 00:11:02 Removing intermediate container 12eade3b78c3 00:11:02 ---> 61016e428d06 00:11:02 Step 20/22 : LABEL arch=arm64 00:11:03 ---> Running in ce6b7e4550e8 00:11:03 ---> 24a03bdfc3e7 00:11:03 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:11:03 ---> b880f0e09342 00:11:03 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:11:03 Removing intermediate container 863cde01b2b3 00:11:03 ---> 40d4b6c34cc3 00:11:03 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:11:03 Removing intermediate container 4f9dc5d383ae 00:11:03 ---> e92f4fd374d3 00:11:03 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:11:03 ---> Running in bf73fca1a97a 00:11:03 Removing intermediate container ce6b7e4550e8 00:11:03 ---> 9cb0f5d5bdef 00:11:03 Step 21/22 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:11:03 ---> Running in 6f1f42ed3bd7 00:11:04 ---> 9972ef93e7f0 00:11:04 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:11:04 Removing intermediate container bf73fca1a97a 00:11:04 ---> d07c2985c305 00:11:04 Step 15/27 : ENV APP_PORT=48090 00:11:04 ---> 8fd7e6049465 00:11:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:11:04 ---> Running in ae4ade6ccaf8 00:11:04 Removing intermediate container 6f1f42ed3bd7 00:11:04 ---> bd1df38fd8b6 00:11:04 Step 22/22 : LABEL version=0.0.0 00:11:04 ---> Running in fb5990ca19ec 00:11:05 ---> 0e2229f117f8 00:11:05 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:11:05 ---> Running in 4e8827343a2c 00:11:06 Removing intermediate container fb5990ca19ec 00:11:06 ---> 8dc92494d531 00:11:06 Step 16/27 : EXPOSE $APP_PORT 00:11:06 Removing intermediate container 4e8827343a2c 00:11:06 ---> bb481bd006d3 00:11:06 00:11:06 ---> Running in 5a0e0cc8794b 00:11:06 Successfully built bb481bd006d3 00:11:06 ---> 7f1ef63b3cc5 00:11:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:11:06 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:11:06  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go 00:11:07 Removing intermediate container 5a0e0cc8794b 00:11:07 ---> 04b02a916f4f 00:11:07 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:11:07 ---> ff6523dd6623 00:11:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:11:08 Removing intermediate container ae4ade6ccaf8 00:11:08 ---> 86699c4fec0c 00:11:08 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:11:08 ---> deac31aab0d6 00:11:08 Step 18/22 : ENTRYPOINT ["/core-command"] 00:11:08 ---> Running in 5749069d9edc 00:11:09 ---> 0a17236995ca 00:11:09 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:11:09 ---> Running in cee509acfd55 00:11:09 ---> a263ff7baf6a 00:11:09 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:11:10 Removing intermediate container 5749069d9edc 00:11:10 ---> e821a5dd97ef 00:11:10 Step 22/24 : LABEL arch=arm64 00:11:10 Removing intermediate container cee509acfd55 00:11:10 ---> 953a08bad4eb 00:11:10 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:11:10 ---> Running in 048404e13f7b 00:11:11 ---> Running in 610e5cb2d87c 00:11:12 ---> 0062e914a2d0 00:11:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:11:12 ---> 1bbcc4c400ca 00:11:12 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:11:12 Removing intermediate container 610e5cb2d87c 00:11:12 ---> 011b9373a09c 00:11:12 Step 20/22 : LABEL arch=arm64 00:11:12 Removing intermediate container 048404e13f7b 00:11:12 ---> 7e6652f3d488 00:11:12 Step 23/24 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:11:12 ---> Running in 1dded0a518fd 00:11:12 ---> Running in 4e0e04ed121b 00:11:13 ---> d962424527c3 00:11:13 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:11:13 ---> 54fb9c2334bb 00:11:13 Step 20/27 : RUN apk --no-cache add py3-pip 00:11:13 ---> Running in 33204bd4f0d0 00:11:13 ---> Running in be6abfe52803 00:11:13 Removing intermediate container 4e0e04ed121b 00:11:13 ---> f95aa11fbd54 00:11:13 Step 24/24 : LABEL version=0.0.0 00:11:13 Removing intermediate container 1dded0a518fd 00:11:13 ---> 47720840c2ef 00:11:13 Step 21/22 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:11:13 ---> Running in 5fa8df83cd2b 00:11:13 ---> Running in 44355c561250 00:11:14 Removing intermediate container 33204bd4f0d0 00:11:14 ---> 248c1084bc8d 00:11:14 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:11:14 ---> Running in d6e36b6d49bf 00:11:14 Removing intermediate container 5fa8df83cd2b 00:11:14 ---> a9e3a38140e6 00:11:14 00:11:14 Removing intermediate container 44355c561250 00:11:14 ---> 4f3b1b4b27a5 00:11:14 Step 22/22 : LABEL version=0.0.0 00:11:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:11:14 Removing intermediate container d6e36b6d49bf 00:11:14 ---> 39218c128986 00:11:14 Step 22/24 : LABEL arch=arm64 00:11:15 Successfully built a9e3a38140e6 00:11:15 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:11:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:11:15  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 00:11:15 ---> Running in 0693554f7ee5 00:11:15 ---> Running in 8d7488bed239 00:11:15 Removing intermediate container 0693554f7ee5 00:11:15 ---> f0efdf152c59 00:11:15 00:11:15 (1/33) Installing libbz2 (1.0.8-r1) 00:11:15 (2/33) Installing expat (2.2.9-r1) 00:11:15 (3/33) Installing libffi (3.3-r2) 00:11:15 (4/33) Installing gdbm (1.13-r1) 00:11:15 (5/33) Installing xz-libs (5.2.5-r0) 00:11:15 (6/33) Installing sqlite-libs (3.32.1-r0) 00:11:16 (7/33) Installing python3 (3.8.5-r0) 00:11:16 Successfully built f0efdf152c59 00:11:16 Successfully tagged docker-core-command-go-arm64:latest 00:11:16  Building docker-core-command-go ... done Building docker-security-proxy-setup-go 00:11:16 Removing intermediate container 8d7488bed239 00:11:16 ---> 8959a0c5e0ae 00:11:16 Step 23/24 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:11:17 ---> Running in a438f0b5bd02 00:11:17 (8/33) Installing py3-appdirs (1.4.4-r1) 00:11:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:11:17 (10/33) Installing py3-parsing (2.4.7-r0) 00:11:17 (11/33) Installing py3-six (1.15.0-r0) 00:11:17 (12/33) Installing py3-packaging (20.4-r0) 00:11:17 (13/33) Installing py3-setuptools (47.0.0-r0) 00:11:17 Removing intermediate container a438f0b5bd02 00:11:17 ---> 87bfdc8222da 00:11:17 Step 24/24 : LABEL version=0.0.0 00:11:17 (14/33) Installing py3-chardet (3.0.4-r4) 00:11:18 (15/33) Installing py3-idna (2.9-r0) 00:11:18 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:11:18 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:11:18 (18/33) Installing py3-requests (2.23.0-r0) 00:11:18 (19/33) Installing py3-msgpack (1.0.0-r0) 00:11:18 (20/33) Installing py3-lockfile (0.12.2-r3) 00:11:18 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:11:18 (22/33) Installing py3-colorama (0.4.3-r0) 00:11:18 (23/33) Installing py3-distlib (0.3.0-r0) 00:11:18 (24/33) Installing py3-distro (1.5.0-r1) 00:11:18 ---> Running in 512af5cf8daa 00:11:18 (25/33) Installing py3-webencodings (0.5.1-r3) 00:11:18 (26/33) Installing py3-html5lib (1.0.1-r4) 00:11:18 (27/33) Installing py3-pytoml (0.1.21-r0) 00:11:18 (28/33) Installing py3-pep517 (0.8.2-r0) 00:11:18 (29/33) Installing py3-progress (1.5-r0) 00:11:18 (30/33) Installing py3-toml (0.10.1-r0) 00:11:18 (31/33) Installing py3-retrying (1.3.3-r0) 00:11:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:11:18 (33/33) Installing py3-pip (20.1.1-r0) 00:11:18 Executing busybox-1.31.1-r19.trigger 00:11:18 OK: 71 MiB in 55 packages 00:11:19 Removing intermediate container 512af5cf8daa 00:11:19 ---> e2ee93861d5d 00:11:19 00:11:20 Successfully built e2ee93861d5d 00:11:20 Successfully tagged docker-support-notifications-go-arm64:latest 00:11:20  Building docker-support-notifications-go ... done Building docker-core-metadata-go 00:11:28 Removing intermediate container be6abfe52803 00:11:28 ---> 99acb5d987dc 00:11:28 Step 21/27 : RUN pip install docker-compose==1.23.2 00:11:29 ---> Running in 25621ea6ee07 00:11:34 Collecting docker-compose==1.23.2 00:11:34 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:11:35 Collecting dockerpty<0.5,>=0.4.1 00:11:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:11:37 Collecting jsonschema<3,>=2.5.1 00:11:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:11:38 Collecting texttable<0.10,>=0.9.0 00:11:38 Downloading texttable-0.9.1.tar.gz (11 kB) 00:11:40 Collecting docopt<0.7,>=0.6.1 00:11:40 Downloading docopt-0.6.2.tar.gz (25 kB) 00:11:43 Collecting docker<4.0,>=3.6.0 00:11:43 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:11:43 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:11:43 Collecting cached-property<2,>=1.2.0 00:11:43 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:11:43 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:11:43 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:11:43 ---> b6e83fc8be33 00:11:43 Step 3/23 : WORKDIR /edgex-go 00:11:43 ---> Using cache 00:11:43 ---> 1c731964a8f1 00:11:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:11:43 ---> Using cache 00:11:43 ---> a586906614d3 00:11:43 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:11:45 Collecting PyYAML<4,>=3.10 00:11:45 Downloading PyYAML-3.13.tar.gz (270 kB) 00:11:48 ---> Running in 2b4d8852cf42 00:11:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:11:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:11:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:11:51 Collecting websocket-client<1.0,>=0.32.0 00:11:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:11:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:11:51 Collecting docker-pycreds>=0.4.0 00:11:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:11:51 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:11:51 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:11:52 v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:11:52 v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] 00:11:52 OK: 12620 distinct packages available 00:11:52 Collecting urllib3<1.25,>=1.21.1 00:11:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:11:52 OK: 217 MiB in 51 packages 00:11:52 Collecting idna<2.8,>=2.5 00:11:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:11:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:11:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:11:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:11:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:11:54 Installing collected packages: dockerpty, jsonschema, texttable, docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, PyYAML, docker-compose 00:11:54 Running setup.py install for dockerpty: started 00:11:56 Running setup.py install for dockerpty: finished with status 'done' 00:11:57 Running setup.py install for texttable: started 00:11:57 Removing intermediate container 2b4d8852cf42 00:11:57 ---> d3da14deb015 00:11:57 Step 6/23 : COPY go.mod . 00:11:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:11:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:11:57 ---> b6e83fc8be33 00:11:58 Step 3/21 : WORKDIR /edgex-go 00:11:58 ---> Using cache 00:11:58 ---> 1c731964a8f1 00:11:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:11:58 ---> Using cache 00:11:58 ---> a586906614d3 00:11:58 Step 5/21 : RUN apk update && apk add make git 00:11:58 ---> Using cache 00:11:58 ---> ccafb0818a5a 00:11:58 Step 6/21 : COPY go.mod . 00:11:58 ---> Using cache 00:11:58 ---> 341410f4ecba 00:11:58 Step 7/21 : RUN go mod download 00:11:58 ---> Using cache 00:11:58 ---> 7b587096f768 00:11:58 Step 8/21 : COPY . . 00:11:58 ---> Using cache 00:11:58 ---> 8f72d7ae25cf 00:11:58 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:11:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:11:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:11:58 ---> b6e83fc8be33 00:11:58 Step 3/21 : WORKDIR /edgex-go 00:11:58 ---> Using cache 00:11:58 ---> 1c731964a8f1 00:11:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:11:58 ---> Using cache 00:11:58 ---> a586906614d3 00:11:58 Step 5/21 : RUN apk update && apk add make git 00:11:58 ---> Using cache 00:11:58 ---> ccafb0818a5a 00:11:58 Step 6/21 : COPY go.mod . 00:11:58 ---> Using cache 00:11:58 ---> 341410f4ecba 00:11:58 Step 7/21 : RUN go mod download 00:11:58 ---> Using cache 00:11:58 ---> 7b587096f768 00:11:58 Step 8/21 : COPY . . 00:11:58 ---> Using cache 00:11:58 ---> 8f72d7ae25cf 00:11:58 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:11:58 ---> 6d0fbf2d8bca 00:11:58 Step 7/23 : RUN go mod download 00:11:58 ---> Running in 7d00c9f01af6 00:11:59 ---> Running in 3eed887ed45f 00:11:59 Running setup.py install for texttable: finished with status 'done' 00:11:59 Running setup.py install for docopt: started 00:11:59 ---> Running in 2304379764e3 00:12:01 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:12:01 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:12:02 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:12:02 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:12:02 ---> b6e83fc8be33 00:12:02 Step 3/22 : WORKDIR /edgex-go 00:12:02 ---> Using cache 00:12:02 ---> 1c731964a8f1 00:12:02 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:12:02 ---> Using cache 00:12:02 ---> a586906614d3 00:12:02 Step 5/22 : RUN apk update && apk add make git 00:12:02 ---> Using cache 00:12:02 ---> ccafb0818a5a 00:12:02 Step 6/22 : COPY go.mod . 00:12:02 ---> Using cache 00:12:02 ---> 341410f4ecba 00:12:02 Step 7/22 : RUN go mod download 00:12:02 ---> Using cache 00:12:02 ---> 7b587096f768 00:12:02 Step 8/22 : COPY . . 00:12:02 ---> Using cache 00:12:02 ---> 8f72d7ae25cf 00:12:02 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:12:02 Running setup.py install for docopt: finished with status 'done' 00:12:02 Attempting uninstall: urllib3 00:12:02 Found existing installation: urllib3 1.25.9 00:12:02 Uninstalling urllib3-1.25.9: 00:12:02 ---> Running in 6172d8ed832d 00:12:02 Successfully uninstalled urllib3-1.25.9 00:12:03 Attempting uninstall: idna 00:12:03 Found existing installation: idna 2.9 00:12:03 Uninstalling idna-2.9: 00:12:03 Successfully uninstalled idna-2.9 00:12:04 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:12:04 Removing intermediate container 2304379764e3 00:12:04 ---> ae5f8ecb0225 00:12:04 Step 8/23 : COPY . . 00:12:04 Attempting uninstall: requests 00:12:04 Found existing installation: requests 2.23.0 00:12:04 Uninstalling requests-2.23.0: 00:12:05 Successfully uninstalled requests-2.23.0 00:12:07 Running setup.py install for PyYAML: started 00:12:11 Running setup.py install for PyYAML: finished with status 'done' 00:12:12 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:12:22 Removing intermediate container 25621ea6ee07 00:12:22 ---> 35a18beea2df 00:12:22 Step 22/27 : RUN apk --no-cache add curl 00:12:22 ---> Running in d416857044e6 00:12:22 ---> be0bbef29797 00:12:22 Step 9/23 : RUN make cmd/core-data/core-data 00:12:22 ---> Running in 7f07a17665a8 00:12:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:12:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:12:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:12:25 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:12:25 (2/3) Installing libcurl (7.69.1-r3) 00:12:25 (3/3) Installing curl (7.69.1-r3) 00:12:25 Executing busybox-1.31.1-r19.trigger 00:12:25 OK: 71 MiB in 58 packages 00:12:27 Removing intermediate container d416857044e6 00:12:27 ---> ccd3dee0e5c9 00:12:27 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:12:27 ---> Running in 816e53676935 00:12:28 Removing intermediate container 816e53676935 00:12:28 ---> 1fa95faaa176 00:12:28 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:12:28 ---> Running in 7211c1814cc1 00:12:29 Removing intermediate container 7211c1814cc1 00:12:29 ---> a4bd34f32340 00:12:29 Step 25/27 : LABEL arch=arm64 00:12:29 ---> Running in 2d3fa2819c12 00:12:30 Removing intermediate container 2d3fa2819c12 00:12:30 ---> 58c0ec4fb941 00:12:30 Step 26/27 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:12:30 ---> Running in 74e6c9627264 00:12:30 Removing intermediate container 74e6c9627264 00:12:30 ---> b882a4a6e17b 00:12:30 Step 27/27 : LABEL version=0.0.0 00:12:31 ---> Running in 3375f4358014 00:12:32 Removing intermediate container 3375f4358014 00:12:32 ---> 0b6b8e1bdb28 00:12:32 00:12:32 Successfully built 0b6b8e1bdb28 00:12:32 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:13:11  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:13:26 Removing intermediate container 7d00c9f01af6 00:13:26 ---> dd9d80aec4d0 00:13:26 00:13:26 Step 10/21 : FROM alpine 00:13:26 latest: Pulling from library/alpine 00:13:26 Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 00:13:26 Status: Downloaded newer image for alpine:latest 00:13:26 ---> dd36a01c3f31 00:13:26 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:13:26 ---> Running in 4cb7d4d52cf3 00:13:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:13:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:13:29 v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:13:29 v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:13:29 OK: 12617 distinct packages available 00:13:29 (1/4) Installing ca-certificates (20191127-r4) 00:13:29 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:13:29 (3/4) Installing libcurl (7.69.1-r3) 00:13:29 (4/4) Installing curl (7.69.1-r3) 00:13:29 Executing busybox-1.31.1-r19.trigger 00:13:29 Executing ca-certificates-20191127-r4.trigger 00:13:30 OK: 7 MiB in 18 packages 00:13:33 Removing intermediate container 4cb7d4d52cf3 00:13:33 ---> a3080c401d1f 00:13:33 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:13:33 ---> Running in a8cc37c708ef 00:13:33 Removing intermediate container a8cc37c708ef 00:13:33 ---> a409615202e5 00:13:33 Step 13/21 : WORKDIR /edgex 00:13:33 ---> Running in bc607fb07193 00:13:34 Removing intermediate container bc607fb07193 00:13:34 ---> cd2872dceeab 00:13:34 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:13:36 ---> 627fd9f14aca 00:13:36 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:13:38 ---> f10ae847b7f3 00:13:38 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:13:41 ---> b1a838ab829b 00:13:41 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:13:41 Removing intermediate container 3eed887ed45f 00:13:41 ---> 19e6700dfe6b 00:13:41 00:13:41 Step 10/21 : FROM scratch 00:13:41 ---> 00:13:41 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:13:41 ---> Using cache 00:13:41 ---> c122504e6c5f 00:13:41 Step 12/21 : ENV APP_PORT=48085 00:13:41 ---> Running in c959eed96095 00:13:41 ---> Running in cfcf26a7b3bc 00:13:42 Removing intermediate container c959eed96095 00:13:42 ---> 0f7b8d9f82d7 00:13:42 Step 18/21 : CMD ["--init=true"] 00:13:42 Removing intermediate container cfcf26a7b3bc 00:13:42 ---> ef5d3edbc5c6 00:13:42 Step 13/21 : EXPOSE $APP_PORT 00:13:42 ---> Running in 92c0bbffa7b2 00:13:42 ---> Running in 1c4c82d2ea5b 00:13:43 Removing intermediate container 92c0bbffa7b2 00:13:43 Removing intermediate container 1c4c82d2ea5b 00:13:43 ---> a84f652c8a20 00:13:43 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:13:43 ---> 5f55020f5068 00:13:43 Step 19/21 : LABEL arch=arm64 00:13:43 ---> Running in cc69bf2f5d4b 00:13:44 Removing intermediate container cc69bf2f5d4b 00:13:44 ---> d7a59d4c2d39 00:13:44 Step 20/21 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:13:44 ---> Running in 94e300ceb9a4 00:13:44 ---> db9a95a9e147 00:13:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:13:45 Removing intermediate container 94e300ceb9a4 00:13:45 ---> 8ed4a0dfe096 00:13:45 Step 21/21 : LABEL version=0.0.0 00:13:45 ---> Running in 47a503870783 00:13:46 Removing intermediate container 47a503870783 00:13:46 ---> 1876b429fbd1 00:13:46 00:13:46 ---> 88de98c7585c 00:13:46 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:13:47 Successfully built 1876b429fbd1 00:13:47 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:13:47  Building docker-security-proxy-setup-go ... done  ---> 59b20752f52f 00:13:47 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:13:48 ---> Running in 173fc6c9e364 00:13:48 Removing intermediate container 173fc6c9e364 00:13:48 ---> f14c2d5ce4c6 00:13:48 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:13:49 ---> Running in fe68585cec78 00:13:49 Removing intermediate container fe68585cec78 00:13:49 ---> a436d9fb0d14 00:13:49 Step 19/21 : LABEL arch=arm64 00:13:50 ---> Running in c8ce58d1ce54 00:13:50 Removing intermediate container c8ce58d1ce54 00:13:50 ---> 581e010716b9 00:13:50 Step 20/21 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:13:50 ---> Running in fce56affbcc3 00:13:51 Removing intermediate container fce56affbcc3 00:13:51 ---> df874e368fb7 00:13:51 Step 21/21 : LABEL version=0.0.0 00:13:51 ---> Running in 4eac592cd57c 00:13:52 Removing intermediate container 4eac592cd57c 00:13:52 ---> d557a7f44f0d 00:13:52 00:13:52 Successfully built d557a7f44f0d 00:13:52 Successfully tagged docker-support-scheduler-go-arm64:latest 00:13:59  Building docker-support-scheduler-go ... done Removing intermediate container 6172d8ed832d 00:13:59 ---> 4f73401727a6 00:13:59 00:13:59 Step 10/22 : FROM scratch 00:13:59 ---> 00:13:59 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:13:59 ---> Using cache 00:13:59 ---> c122504e6c5f 00:13:59 Step 12/22 : ENV APP_PORT=48081 00:13:59 ---> Running in 35f8d5cf536f 00:13:59 Removing intermediate container 35f8d5cf536f 00:13:59 ---> 3cd393d56c7a 00:13:59 Step 13/22 : EXPOSE $APP_PORT 00:13:59 ---> Running in 293fb821f578 00:14:00 Removing intermediate container 293fb821f578 00:14:00 ---> 3a44481dc295 00:14:00 Step 14/22 : WORKDIR / 00:14:00 ---> Running in c153b8ad06f9 00:14:00 Removing intermediate container c153b8ad06f9 00:14:00 ---> 922a977f3189 00:14:00 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:14:01 ---> 2940d174e2e2 00:14:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:14:03 ---> f8835ef207c4 00:14:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:14:04 ---> 234a1a8a3c22 00:14:04 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:14:04 ---> Running in 8f971edaceb1 00:14:04 Removing intermediate container 8f971edaceb1 00:14:04 ---> 1117ce80ee32 00:14:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:14:04 ---> Running in 7bd46fc1a465 00:14:05 Removing intermediate container 7bd46fc1a465 00:14:05 ---> 32ddd5026b12 00:14:05 Step 20/22 : LABEL arch=arm64 00:14:05 ---> Running in 3ef0cfe656d6 00:14:06 Removing intermediate container 3ef0cfe656d6 00:14:06 ---> ad2d4fe12863 00:14:06 Step 21/22 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:14:06 ---> Running in 92201daecebd 00:14:06 Removing intermediate container 92201daecebd 00:14:06 ---> f733569d190e 00:14:06 Step 22/22 : LABEL version=0.0.0 00:14:06 ---> Running in 02b98553d224 00:14:07 Removing intermediate container 02b98553d224 00:14:07 ---> 9689665a0f93 00:14:07 00:14:07 Successfully built 9689665a0f93 00:14:07 Successfully tagged docker-core-metadata-go-arm64:latest 00:14:11  Building docker-core-metadata-go ... done Removing intermediate container 7f07a17665a8 00:14:11 ---> 8d89593d0a32 00:14:11 00:14:11 Step 10/23 : FROM alpine 00:14:11 ---> dd36a01c3f31 00:14:11 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:14:11 ---> Running in 34f06b022681 00:14:11 Removing intermediate container 34f06b022681 00:14:11 ---> 246cfd5d7b59 00:14:11 Step 12/23 : ENV APP_PORT=48080 00:14:11 ---> Running in 9aa4f57a1ad9 00:14:11 Removing intermediate container 9aa4f57a1ad9 00:14:11 ---> 073c9c33c94d 00:14:11 Step 13/23 : EXPOSE $APP_PORT 00:14:12 ---> Running in 054112e93cee 00:14:12 Removing intermediate container 054112e93cee 00:14:12 ---> 4f55ccc4d0ec 00:14:12 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:14:12 ---> Running in cb91d5759be0 00:14:14 Removing intermediate container cb91d5759be0 00:14:14 ---> ceb67f2953e2 00:14:14 Step 15/23 : RUN apk --no-cache add zeromq 00:14:14 ---> Running in efa5d9e236c3 00:14:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:14:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:14:17 (1/5) Installing libgcc (9.3.0-r2) 00:14:17 (2/5) Installing libsodium (1.0.18-r0) 00:14:17 (3/5) Installing libstdc++ (9.3.0-r2) 00:14:17 (4/5) Installing libzmq (4.3.3-r0) 00:14:18 (5/5) Installing zeromq (4.3.3-r0) 00:14:18 Executing busybox-1.31.1-r19.trigger 00:14:18 OK: 8 MiB in 19 packages 00:14:19 Removing intermediate container efa5d9e236c3 00:14:19 ---> 4e60f60e2a68 00:14:19 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:14:20 ---> 9c5b832d3077 00:14:20 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:14:21 ---> b647b659eb77 00:14:21 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:14:22 ---> 8b07b5e11291 00:14:22 Step 19/23 : ENTRYPOINT ["/core-data"] 00:14:22 ---> Running in 992eb29b90ee 00:14:22 Removing intermediate container 992eb29b90ee 00:14:22 ---> 3ca6188530cb 00:14:22 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:14:23 ---> Running in 5514565ec4af 00:14:23 Removing intermediate container 5514565ec4af 00:14:23 ---> 2bbc20edfbb6 00:14:23 Step 21/23 : LABEL arch=arm64 00:14:23 ---> Running in 3bbc18f388db 00:14:24 Removing intermediate container 3bbc18f388db 00:14:24 ---> 80ea0cba2abc 00:14:24 Step 22/23 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 00:14:24 ---> Running in 28e35f898474 00:14:24 Removing intermediate container 28e35f898474 00:14:24 ---> 11e76a88e827 00:14:24 Step 23/23 : LABEL version=0.0.0 00:14:24 ---> Running in 0bbad013c251 00:14:25 Removing intermediate container 0bbad013c251 00:14:25 ---> 3c3b65a306f9 00:14:25 00:14:25 Successfully built 3c3b65a306f9 00:14:25 Successfully tagged docker-core-data-go-arm64:latest 00:14:26  Building docker-core-data-go ... done  [Pipeline] } 00:14:26 $ docker stop --time=1 836bf4e74a942067ad458d95b3e4118aed7ed0933e07957d4ba754219ebcdd62 00:14:28 $ docker rm -f 836bf4e74a942067ad458d95b3e4118aed7ed0933e07957d4ba754219ebcdd62 [Pipeline] // withDockerContainer [Pipeline] sh 00:14:29 + docker images 00:14:29 + grep docker 00:14:29 docker-core-data-go-arm64 latest 3c3b65a306f9 4 seconds ago 22.4MB 00:14:29 docker-core-metadata-go-arm64 latest 9689665a0f93 23 seconds ago 13.6MB 00:14:29 docker-support-scheduler-go-arm64 latest d557a7f44f0d 37 seconds ago 11.5MB 00:14:29 docker-security-proxy-setup-go-arm64 latest 1876b429fbd1 43 seconds ago 23.4MB 00:14:29 docker-sys-mgmt-agent-go-arm64 latest 0b6b8e1bdb28 About a minute ago 300MB 00:14:29 docker-support-notifications-go-arm64 latest e2ee93861d5d 3 minutes ago 12.9MB 00:14:29 docker-core-command-go-arm64 latest f0efdf152c59 3 minutes ago 11.4MB 00:14:29 docker-security-secretstore-setup-go-arm64 latest a9e3a38140e6 3 minutes ago 23.5MB 00:14:29 docker-security-bootstrap-redis-go-arm64 latest bb481bd006d3 3 minutes ago 15.2MB 00:14:29 docker latest eeaf43b92773 3 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:14:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:14:35 ---> package-listing.sh 00:14:35 ++ facter osfamily 00:14:35 ++ tr '[:upper:]' '[:lower:]' 00:14:35 + OS_FAMILY=redhat 00:14:35 + workspace=/w/workspace/edgex-go/10 00:14:35 + START_PACKAGES=/tmp/packages_start.txt 00:14:35 + END_PACKAGES=/tmp/packages_end.txt 00:14:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:14:35 + PACKAGES=/tmp/packages_start.txt 00:14:35 + '[' /w/workspace/edgex-go/10 ']' 00:14:35 + PACKAGES=/tmp/packages_end.txt 00:14:35 + case "${OS_FAMILY}" in 00:14:35 + rpm -qa 00:14:35 + sort 00:14:40 + '[' -f /tmp/packages_start.txt ']' 00:14:40 + '[' -f /tmp/packages_end.txt ']' 00:14:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:14:40 + '[' /w/workspace/edgex-go/10 ']' 00:14:40 + mkdir -p /w/workspace/edgex-go/10/archives/ 00:14:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo 00:14:40 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/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:14:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:14:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:14:41 00:14:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:14:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:14:41 alpine: Pulling from edgex-lftools-log-publisher 00:14:41 df20fa9351a1: Pulling fs layer 00:14:41 36b3adc4ff6f: Pulling fs layer 00:14:41 8ad3a11d3b57: Pulling fs layer 00:14:41 46f8f816bc3b: Pulling fs layer 00:14:41 93b61091891f: Pulling fs layer 00:14:41 93b9cdb0e59b: Pulling fs layer 00:14:41 5e14af77c1be: Pulling fs layer 00:14:41 01666e4c0597: Pulling fs layer 00:14:41 aa168da1d23b: Pulling fs layer 00:14:41 46f8f816bc3b: Waiting 00:14:41 93b61091891f: Waiting 00:14:41 93b9cdb0e59b: Waiting 00:14:41 5e14af77c1be: Waiting 00:14:41 01666e4c0597: Waiting 00:14:41 aa168da1d23b: Waiting 00:14:41 36b3adc4ff6f: Verifying Checksum 00:14:41 36b3adc4ff6f: Download complete 00:14:42 46f8f816bc3b: Verifying Checksum 00:14:42 46f8f816bc3b: Download complete 00:14:42 df20fa9351a1: Verifying Checksum 00:14:42 df20fa9351a1: Download complete 00:14:42 93b9cdb0e59b: Verifying Checksum 00:14:42 93b9cdb0e59b: Download complete 00:14:42 5e14af77c1be: Verifying Checksum 00:14:42 5e14af77c1be: Download complete 00:14:42 93b61091891f: Verifying Checksum 00:14:42 93b61091891f: Download complete 00:14:42 01666e4c0597: Verifying Checksum 00:14:42 01666e4c0597: Download complete 00:14:42 df20fa9351a1: Pull complete 00:14:42 36b3adc4ff6f: Pull complete 00:14:42 8ad3a11d3b57: Verifying Checksum 00:14:42 8ad3a11d3b57: Download complete 00:14:43 8ad3a11d3b57: Pull complete 00:14:43 46f8f816bc3b: Pull complete 00:14:44 aa168da1d23b: Verifying Checksum 00:14:44 aa168da1d23b: Download complete 00:14:45 93b61091891f: Pull complete 00:14:45 93b9cdb0e59b: Pull complete 00:14:45 5e14af77c1be: Pull complete 00:14:45 01666e4c0597: Pull complete 00:14:54 aa168da1d23b: Pull complete 00:14:54 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:14:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:14:54 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:14:54 prd-centos7-docker-4c-2g-15968 does not seem to be running inside a container 00:14:54 $ 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/10/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/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:15:01 $ docker top 71a3969e3d3395a38ae4659a2c24ca2c51d4a9e5e9cc4c189eebfda8743c7565 -eo pid,comm [Pipeline] { [Pipeline] sh 00:15:01 + touch /tmp/pre-build-complete [Pipeline] sh 00:15:02 + mkdir -p /var/log/sa [Pipeline] sh 00:15:02 + ls /var/log/sa-host 00:15:02 + sadf -c /var/log/sa-host/sa14 00:15:02 file_magic: OK 00:15:02 HZ: Using current value: 100 00:15:02 file_header: OK 00:15:02 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:15:02 Statistics: 00:15:02 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:15:02 File successfully converted to sysstat format version 12.2.1 00:15:02 + sadf -c /var/log/sa-host/sa15 00:15:02 file_magic: OK 00:15:02 HZ: Using current value: 100 00:15:02 file_header: OK 00:15:02 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:15:02 Statistics: 00:15:02 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:15:02 File successfully converted to sysstat format version 12.2.1 00:15:02 + sadf -c /var/log/sa-host/sa23 00:15:02 file_magic: OK 00:15:02 HZ: Using current value: 100 00:15:02 file_header: OK 00:15:02 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:15:02 Statistics: 00:15:02 Hnuu...uuuununununu... 00:15:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:15:03 provisioning config files... 00:15:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config2478274146963978516tmp [Pipeline] { [Pipeline] echo 00:15:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:15:03 ---> create-netrc.sh [Pipeline] } 00:15:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:15:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:15:04 ---> python-tools-install.sh [Pipeline] echo 00:15:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:15:04 ---> sudo-logs.sh 00:15:04 Archiving 'sudo' log.. [Pipeline] echo 00:15:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:15:04 ---> job-cost.sh 00:15:04 lf-activate-venv: SKIPPING 00:15:04 INFO: No Stack... 00:15:06 INFO: Retrieving Pricing Info for: v1-standard-2 00:15:07 INFO: Archiving Costs [Pipeline] echo 00:15:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:15:07 ---> logs-deploy.sh 00:15:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2913/10 00:15:07 INFO: archiving workspace using pattern(s): 00:15:08 Archives upload complete. 00:15:09 INFO: archiving logs to Nexus 00:15:09 ---> uname -a: 00:15:09 Linux prd-centos7-docker-4c-2g-15968.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:15:09 00:15:09 00:15:09 ---> lscpu: 00:15:09 Architecture: x86_64 00:15:09 CPU op-mode(s): 32-bit, 64-bit 00:15:09 Byte Order: Little Endian 00:15:09 Address sizes: 40 bits physical, 48 bits virtual 00:15:09 CPU(s): 4 00:15:09 On-line CPU(s) list: 0-3 00:15:09 Thread(s) per core: 1 00:15:09 Core(s) per socket: 1 00:15:09 Socket(s): 4 00:15:09 NUMA node(s): 1 00:15:09 Vendor ID: GenuineIntel 00:15:09 CPU family: 6 00:15:09 Model: 44 00:15:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:15:09 Stepping: 1 00:15:09 CPU MHz: 2933.438 00:15:09 BogoMIPS: 5866.87 00:15:09 Virtualization: VT-x 00:15:09 Hypervisor vendor: KVM 00:15:09 Virtualization type: full 00:15:09 L1d cache: 128 KiB 00:15:09 L1i cache: 128 KiB 00:15:09 L2 cache: 16 MiB 00:15:09 L3 cache: 64 MiB 00:15:09 NUMA node0 CPU(s): 0-3 00:15:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:15:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:15:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:15:09 Vulnerability Meltdown: Mitigation; PTI 00:15:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:15:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:15:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:15:09 Vulnerability Srbds: Not affected 00:15:09 Vulnerability Tsx async abort: Not affected 00:15:09 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:15:09 00:15:09 00:15:09 ---> nproc: 00:15:09 4 00:15:09 00:15:09 00:15:09 ---> df -h: 00:15:09 Filesystem Size Used Available Use% Mounted on 00:15:09 overlay 50.0G 12.2G 37.8G 24% / 00:15:09 tmpfs 64.0M 0 64.0M 0% /dev 00:15:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:15:09 shm 64.0M 0 64.0M 0% /dev/shm 00:15:09 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 00:15:09 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 00:15:09 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 00:15:09 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 00:15:09 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 00:15:09 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 00:15:09 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 00:15:09 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 00:15:09 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/10 00:15:09 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/10@tmp 00:15:09 00:15:09 00:15:09 ---> free -m: 00:15:09 total used free shared buff/cache available 00:15:09 Mem: 1837 720 142 0 974 1032 00:15:09 Swap: 1023 43 980 00:15:09 00:15:09 00:15:09 ---> ip addr: 00:15:09 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:15:09 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:15:09 inet 127.0.0.1/8 scope host lo 00:15:09 valid_lft forever preferred_lft forever 00:15:09 inet6 ::1/128 scope host 00:15:09 valid_lft forever preferred_lft forever 00:15:09 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:15:09 link/ether fa:16:3e:28:6d:f8 brd ff:ff:ff:ff:ff:ff 00:15:09 inet 10.30.123.69/23 brd 10.30.123.255 scope global dynamic eth0 00:15:09 valid_lft 85250sec preferred_lft 85250sec 00:15:09 inet6 fe80::f816:3eff:fe28:6df8/64 scope link 00:15:09 valid_lft forever preferred_lft forever 00:15:09 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:15:09 link/ether 02:42:d6:24:fc:46 brd ff:ff:ff:ff:ff:ff 00:15:09 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:15:09 valid_lft forever preferred_lft forever 00:15:09 inet6 fe80::42:d6ff:fe24:fc46/64 scope link 00:15:09 valid_lft forever preferred_lft forever 00:15:09 00:15:09 00:15:09 ---> sar -b -r -n DEV: 00:15:09 Linux 3.10.0-1160.6.1.el7.x86_64 (prd-centos7-docker-4c-2g-15968.vexxhost.local) 12/15/20 _x86_64_ (4 CPU) 00:15:09 00:15:09 00:00:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:15:09 00:01:01 1085.06 828.61 256.45 0.00 92516.42 166278.07 0.00 00:15:09 00:02:01 2315.36 1992.14 323.22 0.00 144842.43 151450.80 0.00 00:15:09 00:03:02 565.28 300.71 264.56 0.00 64314.82 80574.79 0.00 00:15:09 00:04:01 1840.08 1491.46 348.62 0.00 112476.55 116731.40 0.00 00:15:09 00:05:01 741.41 508.11 233.31 0.00 32857.79 45356.79 0.00 00:15:09 00:06:01 1.42 0.18 1.23 0.00 2.66 17.87 0.00 00:15:09 00:07:01 0.90 0.67 0.23 0.00 133.13 2.20 0.00 00:15:09 00:08:01 1.60 1.32 0.28 0.00 100.33 3.36 0.00 00:15:09 00:09:01 0.30 0.00 0.30 0.00 0.00 2.80 0.00 00:15:09 00:10:01 0.22 0.00 0.22 0.00 0.00 1.82 0.00 00:15:09 00:11:01 2.42 1.82 0.60 0.00 60.63 7.16 0.00 00:15:09 00:12:01 1.23 0.03 1.20 0.00 1.07 17.99 0.00 00:15:09 00:13:02 0.25 0.00 0.25 0.00 0.00 4.10 0.00 00:15:09 00:14:01 0.14 0.00 0.14 0.00 0.00 2.35 0.00 00:15:09 00:15:01 160.20 74.68 85.52 0.00 7474.88 18684.55 0.00 00:15:09 Average: 447.95 346.80 101.15 0.00 30348.25 38666.09 0.00 00:15:09 00:15:09 00:00:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:15:09 00:01:01 452792 0 669616 35.59 80 759056 1348380 46.02 480272 737328 0 00:15:09 00:02:01 116352 0 1260788 67.01 80 504324 4307888 147.02 758664 740520 30132 00:15:09 00:03:02 63108 0 765460 40.68 80 1052896 2124652 72.51 701028 880780 22176 00:15:09 00:04:01 57464 0 796840 42.35 80 1027160 2081816 71.05 586020 992196 71060 00:15:09 00:05:01 395924 0 646180 34.34 80 839360 1241336 42.36 512248 733760 20 00:15:09 00:06:01 405396 0 636732 33.84 80 839336 1156404 39.47 504452 733752 12 00:15:09 00:07:01 399004 0 639188 33.97 80 843272 1156488 39.47 510796 734688 8 00:15:09 00:08:01 396072 0 639068 33.97 80 846324 1156404 39.47 510296 737732 8 00:15:09 00:09:01 395916 0 639216 33.97 80 846332 1156368 39.46 510424 737732 8 00:15:09 00:10:01 396448 0 638676 33.94 80 846340 1156368 39.46 510452 737732 8 00:15:09 00:11:01 394112 0 639984 34.01 80 847368 1156428 39.47 510724 738284 8 00:15:09 00:12:01 394556 0 639504 33.99 80 847404 1156452 39.47 511048 738420 8 00:15:09 00:13:02 394284 0 639760 34.00 80 847420 1156544 39.47 511092 738436 20 00:15:09 00:14:01 394744 0 639288 33.98 80 847432 1156500 39.47 510920 738436 8 00:15:09 00:15:01 193788 0 718312 38.18 80 969364 1740156 59.39 536532 869236 8 00:15:09 Average: 323331 0 707241 37.59 80 850893 1550146 52.90 544331 772602 8232 00:15:09 00:15:09 00:00:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:15:09 00:01:01 eth0 206.29 168.60 1696.09 71.63 0.00 0.00 0.00 0.00 00:15:09 00:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:01:01 veth11568e3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:15:09 00:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:02:01 vethf3480c2 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:15:09 00:02:01 veth87a2834 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:15:09 00:02:01 veth0a124f9 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:15:09 00:02:01 eth0 50.27 27.30 167.08 12.15 0.00 0.00 0.00 0.00 00:15:09 00:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:02:01 veth11568e3 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:15:09 00:03:02 veth07b0b20 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:03:02 eth0 84.78 64.08 183.57 80.70 0.00 0.00 0.00 0.00 00:15:09 00:03:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:03:02 veth11568e3 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:15:09 00:03:02 docker0 1075.97 1011.09 84.66 3747.42 0.00 0.00 0.00 0.00 00:15:09 00:04:01 veth8f15a7c 3.54 3.96 0.43 16.71 0.00 0.00 0.00 0.00 00:15:09 00:04:01 eth0 96.60 49.36 420.60 20.65 0.00 0.00 0.00 0.00 00:15:09 00:04:01 vethcb3a2f9 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:15:09 00:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:04:01 veth11568e3 0.00 0.12 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:04:01 docker0 27.48 53.35 1.79 385.50 0.00 0.00 0.00 0.00 00:15:09 00:05:01 eth0 67.06 39.50 121.80 77.19 0.00 0.00 0.00 0.00 00:15:09 00:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:05:01 docker0 6.47 14.03 0.44 84.22 0.00 0.00 0.00 0.00 00:15:09 00:06:01 eth0 0.78 0.33 0.42 0.04 0.00 0.00 0.00 0.00 00:15:09 00:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:07:01 eth0 0.68 0.47 0.35 0.24 0.00 0.00 0.00 0.00 00:15:09 00:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:08:01 eth0 0.12 0.08 0.01 0.03 0.00 0.00 0.00 0.00 00:15:09 00:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:09:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:15:09 00:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:10:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:15:09 00:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:11:01 eth0 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 00:15:09 00:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:12:01 eth0 0.20 0.20 0.08 0.07 0.00 0.00 0.00 0.00 00:15:09 00:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:13:02 eth0 0.25 0.18 0.12 0.07 0.00 0.00 0.00 0.00 00:15:09 00:13:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:13:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:14:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:15:01 eth0 228.72 196.80 2172.38 68.29 0.00 0.00 0.00 0.00 00:15:09 00:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 00:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 Average: eth0 49.14 36.55 318.04 22.12 0.00 0.00 0.00 0.00 00:15:09 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:15:09 Average: docker0 4.19 7.46 0.25 48.16 0.00 0.00 0.00 0.00 00:15:09 00:15:09 00:15:09 ---> sar -P ALL: 00:15:09 Linux 3.10.0-1160.6.1.el7.x86_64 (prd-centos7-docker-4c-2g-15968.vexxhost.local) 12/15/20 _x86_64_ (4 CPU) 00:15:09 00:15:09 00:00:01 CPU %user %nice %system %iowait %steal %idle 00:15:09 00:01:01 all 22.13 0.00 21.76 6.59 0.07 49.45 00:15:09 00:01:01 0 20.89 0.00 20.89 6.20 0.09 51.94 00:15:09 00:01:01 1 23.37 0.00 21.69 7.96 0.07 46.91 00:15:09 00:01:01 2 21.52 0.00 21.85 6.98 0.09 49.57 00:15:09 00:01:01 3 22.74 0.00 22.62 5.22 0.05 49.37 00:15:09 00:02:01 all 22.48 0.00 22.78 31.45 0.12 23.16 00:15:09 00:02:01 0 22.68 0.00 20.75 32.97 0.12 23.48 00:15:09 00:02:01 1 22.55 0.00 22.26 27.58 0.09 27.53 00:15:09 00:02:01 2 22.10 0.00 23.85 29.98 0.14 23.93 00:15:09 00:02:01 3 22.60 0.00 24.31 35.31 0.14 17.64 00:15:09 00:03:02 all 44.59 0.00 16.00 19.29 0.05 20.06 00:15:09 00:03:02 0 44.61 0.00 14.41 20.10 0.03 20.84 00:15:09 00:03:02 1 43.57 0.00 17.13 19.29 0.09 19.92 00:15:09 00:03:02 2 44.74 0.00 15.95 17.45 0.02 21.85 00:15:09 00:03:02 3 45.42 0.00 16.53 20.36 0.07 17.63 00:15:09 00:04:01 all 32.92 0.00 20.67 27.59 0.06 18.76 00:15:09 00:04:01 0 33.21 0.00 19.36 29.95 0.07 17.42 00:15:09 00:04:01 1 32.92 0.00 20.66 28.21 0.07 18.13 00:15:09 00:04:01 2 32.61 0.00 21.76 26.63 0.05 18.96 00:15:09 00:04:01 3 32.94 0.00 20.91 25.54 0.05 20.56 00:15:09 00:05:01 all 28.32 0.00 13.10 15.46 0.05 43.06 00:15:09 00:05:01 0 27.40 0.00 12.70 15.51 0.07 44.32 00:15:09 00:05:01 1 28.89 0.00 12.63 14.67 0.03 43.78 00:15:09 00:05:01 2 28.30 0.00 13.25 15.96 0.07 42.41 00:15:09 00:05:01 3 28.70 0.00 13.81 15.72 0.03 41.74 00:15:09 00:06:01 all 0.15 0.00 0.05 0.00 0.00 99.80 00:15:09 00:06:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:15:09 00:06:01 1 0.52 0.00 0.03 0.02 0.00 99.43 00:15:09 00:06:01 2 0.03 0.00 0.05 0.00 0.00 99.92 00:15:09 00:06:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:15:09 00:07:01 all 0.06 0.00 0.04 0.01 0.00 99.88 00:15:09 00:07:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:15:09 00:07:01 1 0.12 0.00 0.07 0.02 0.00 99.80 00:15:09 00:07:01 2 0.05 0.00 0.05 0.02 0.00 99.88 00:15:09 00:07:01 3 0.05 0.00 0.02 0.02 0.02 99.90 00:15:09 00:08:01 all 0.02 0.00 0.03 0.00 0.00 99.95 00:15:09 00:08:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:15:09 00:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:15:09 00:08:01 2 0.03 0.00 0.05 0.00 0.02 99.90 00:15:09 00:08:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:15:09 00:09:01 all 0.03 0.00 0.04 0.00 0.00 99.93 00:15:09 00:09:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:15:09 00:09:01 1 0.00 0.00 0.02 0.00 0.00 99.98 00:15:09 00:09:01 2 0.07 0.00 0.07 0.00 0.00 99.87 00:15:09 00:09:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:15:09 00:10:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:15:09 00:10:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:15:09 00:10:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:15:09 00:10:01 2 0.52 0.00 0.02 0.00 0.00 99.47 00:15:09 00:10:01 3 0.03 0.00 0.00 0.00 0.00 99.97 00:15:09 00:11:01 all 0.16 0.00 0.05 0.02 0.00 99.77 00:15:09 00:11:01 0 0.03 0.00 0.07 0.05 0.00 99.85 00:15:09 00:11:01 1 0.05 0.00 0.07 0.00 0.00 99.88 00:15:09 00:11:01 2 0.53 0.00 0.05 0.03 0.00 99.38 00:15:09 00:11:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:15:09 00:15:09 00:11:01 CPU %user %nice %system %iowait %steal %idle 00:15:09 00:12:01 all 0.16 0.00 0.03 0.00 0.00 99.81 00:15:09 00:12:01 0 0.00 0.00 0.03 0.00 0.00 99.97 00:15:09 00:12:01 1 0.08 0.00 0.05 0.00 0.00 99.87 00:15:09 00:12:01 2 0.53 0.00 0.03 0.00 0.00 99.43 00:15:09 00:12:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:15:09 00:13:02 all 0.19 0.00 0.03 0.00 0.00 99.78 00:15:09 00:13:02 0 0.10 0.00 0.02 0.00 0.00 99.88 00:15:09 00:13:02 1 0.05 0.00 0.05 0.00 0.00 99.90 00:15:09 00:13:02 2 0.50 0.00 0.02 0.00 0.00 99.48 00:15:09 00:13:02 3 0.12 0.00 0.03 0.00 0.00 99.85 00:15:09 00:14:01 all 0.17 0.00 0.02 0.00 0.00 99.81 00:15:09 00:14:01 0 0.10 0.00 0.02 0.00 0.00 99.88 00:15:09 00:14:01 1 0.03 0.00 0.03 0.00 0.02 99.92 00:15:09 00:14:01 2 0.53 0.00 0.03 0.00 0.00 99.44 00:15:09 00:14:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:15:09 00:15:01 all 5.60 0.00 4.24 4.22 0.02 85.91 00:15:09 00:15:01 0 4.83 0.00 4.07 2.76 0.03 88.30 00:15:09 00:15:01 1 5.38 0.00 4.01 6.24 0.02 84.36 00:15:09 00:15:01 2 5.41 0.00 4.47 2.88 0.02 87.22 00:15:09 00:15:01 3 6.81 0.00 4.42 5.00 0.02 83.75 00:15:09 Average: all 10.23 0.00 6.43 6.79 0.03 76.53 00:15:09 Average: 0 10.02 0.00 6.02 6.99 0.03 76.93 00:15:09 Average: 1 10.24 0.00 6.42 6.75 0.02 76.56 00:15:09 Average: 2 10.28 0.00 6.60 6.50 0.03 76.59 00:15:09 Average: 3 10.36 0.00 6.66 6.93 0.02 76.02 00:15:09 00:15:09 00:15:09