Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 6aacc02e765899b5f00a422c0b56178915ca79e6 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from 6aacc02e765899b5f00a422c0b56178915ca79e6 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-18997 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/35 [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/35 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing de83ab2f7c0f2dfed139955fbee6f3694396c926 Checking out Revision de83ab2f7c0f2dfed139955fbee6f3694396c926 (PR-2858) > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # 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 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f de83ab2f7c0f2dfed139955fbee6f3694396c926 # timeout=10 Commit message: "Merge commit '6aacc02e765899b5f00a422c0b56178915ca79e6' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:34 ========================================================= 00:31:34 EdgeX Global Pipelines Version Info 00:31:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 8f10267bcd361eb88b372cd8190b7778f04a985d # timeout=10 00:31:35 ------------------- 00:31:35 stable info: 00:31:35 ------------------- 00:31:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:35 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:35 Message: update stable to v1.0.173 00:31:36 ------------------- 00:31:36 experimental info: 00:31:36 ------------------- 00:31:36 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:36 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:36 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = de83ab2f7c0f2dfed139955fbee6f3694396c926 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = de83ab2 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:40 provisioning config files... 00:31:40 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/35@tmp/config7000053683196401218tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:40 ---> docker-login.sh 00:31:40 nexus3.edgexfoundry.org:10001 00:31:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:40 Configure a credential helper to remove this warning. See 00:31:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:40 00:31:40 Login Succeeded 00:31:40 nexus3.edgexfoundry.org:10002 00:31:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:40 Configure a credential helper to remove this warning. See 00:31:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:40 00:31:40 Login Succeeded 00:31:40 nexus3.edgexfoundry.org:10003 00:31:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:41 Configure a credential helper to remove this warning. See 00:31:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:41 00:31:41 Login Succeeded 00:31:41 nexus3.edgexfoundry.org:10004 00:31:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:41 Configure a credential helper to remove this warning. See 00:31:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:41 00:31:41 Login Succeeded 00:31:41 docker.io 00:31:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:41 Configure a credential helper to remove this warning. See 00:31:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:41 00:31:41 Login Succeeded 00:31:41 ---> docker-login.sh ends [Pipeline] } 00:31:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:42 ++ 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 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/core-command/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo core-command,cmd/core-command/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/core-data/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo core-data,cmd/core-data/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/core-metadata/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/support-notifications/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/support-scheduler/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:42 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 00:31:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:43 00:31:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:43 latest: Pulling from edgex-devops/git-semver 00:31:43 31603596830f: Pulling fs layer 00:31:43 2a8b12db71e7: Pulling fs layer 00:31:43 6ca5941a6612: Pulling fs layer 00:31:43 ecc8261a40a4: Pulling fs layer 00:31:43 ecc8261a40a4: Waiting 00:31:43 2a8b12db71e7: Verifying Checksum 00:31:43 2a8b12db71e7: Download complete 00:31:43 31603596830f: Verifying Checksum 00:31:43 31603596830f: Download complete 00:31:43 6ca5941a6612: Verifying Checksum 00:31:43 6ca5941a6612: Download complete 00:31:43 ecc8261a40a4: Verifying Checksum 00:31:43 ecc8261a40a4: Download complete 00:31:44 31603596830f: Pull complete 00:31:44 2a8b12db71e7: Pull complete 00:31:44 6ca5941a6612: Pull complete 00:31:45 ecc8261a40a4: Pull complete 00:31:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:45 prd-centos7-docker-4c-2g-18997 does not seem to be running inside a container 00:31:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:47 $ docker top 16452b6812718c3c31150bcc8077545ae4c99976041f6832c44109cab1e4390f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:48 [ssh-agent] Looking for ssh-agent implementation... 00:31:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:48 $ docker exec 16452b6812718c3c31150bcc8077545ae4c99976041f6832c44109cab1e4390f ssh-agent 00:31:48 SSH_AUTH_SOCK=/tmp/ssh-QthxJjuS3d2d/agent.12 00:31:48 SSH_AGENT_PID=17 00:31:48 Running ssh-add (command line suppressed) 00:31:48 Identity added: /w/workspace/edgex-go/35@tmp/private_key_7739682948075588644.key (/w/workspace/edgex-go/35@tmp/private_key_7739682948075588644.key) 00:31:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:49 + git tag --points-at HEAD [Pipeline] } 00:31:49 $ docker exec --env ******** --env ******** 16452b6812718c3c31150bcc8077545ae4c99976041f6832c44109cab1e4390f ssh-agent -k 00:31:49 unset SSH_AUTH_SOCK; 00:31:49 unset SSH_AGENT_PID; 00:31:49 echo Agent pid 17 killed; 00:31:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:49 [ssh-agent] Looking for ssh-agent implementation... 00:31:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:49 $ docker exec 16452b6812718c3c31150bcc8077545ae4c99976041f6832c44109cab1e4390f ssh-agent 00:31:49 SSH_AUTH_SOCK=/tmp/ssh-dije2nuWzmdV/agent.45 00:31:49 SSH_AGENT_PID=50 00:31:49 Running ssh-add (command line suppressed) 00:31:49 Identity added: /w/workspace/edgex-go/35@tmp/private_key_8646516846689692162.key (/w/workspace/edgex-go/35@tmp/private_key_8646516846689692162.key) 00:31:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:50 + git semver init 00:31:50 # -> Open(): unable to determine branch for HEAD 00:31:50 # $GIT_DIR = /w/workspace/edgex-go/35/.git 00:31:50 # $GIT_WORK_TREE = /w/workspace/edgex-go/35 00:31:50 # $SEMVER_REMOTE_NAME = origin 00:31:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:50 # $SEMVER_USER_NAME = edgex-jenkins 00:31:50 # $SEMVER_BRANCH = PR-2858 00:31:50 # $SEMVER_TEMP = /tmp/semver-344572954 00:31:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:08 # '/tmp/semver-344572954' -> '/w/workspace/edgex-go/35/.semver' 00:32:08 # -> Force: false 00:32:08 # $SEMVER_DIR = /w/workspace/edgex-go/35/.semver [Pipeline] } 00:32:09 $ docker exec --env ******** --env ******** 16452b6812718c3c31150bcc8077545ae4c99976041f6832c44109cab1e4390f ssh-agent -k 00:32:09 unset SSH_AUTH_SOCK; 00:32:09 unset SSH_AGENT_PID; 00:32:09 echo Agent pid 50 killed; 00:32:09 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:09 + git semver [Pipeline] } 00:32:09 $ docker stop --time=1 16452b6812718c3c31150bcc8077545ae4c99976041f6832c44109cab1e4390f 00:32:11 $ docker rm -f 16452b6812718c3c31150bcc8077545ae4c99976041f6832c44109cab1e4390f [Pipeline] // withDockerContainer [Pipeline] sh 00:32:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:12 Stashed 1 file(s) [Pipeline] echo 00:32:12 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:32:13 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:14 + sudo service docker restart 00:32:14 + true 00:32:14 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:14 ========================================================= 00:32:14 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:14 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:32:19 Sending build context to Docker daemon 326.4MB 00:32:19 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:19 Step 2/6 : FROM ${BASE} 00:32:19 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:19 188c0c94c7c5: Pulling fs layer 00:32:19 0ef7d3d256c8: Pulling fs layer 00:32:19 de9db76c5a1d: Pulling fs layer 00:32:19 bca2f99d35d6: Pulling fs layer 00:32:19 93359f2a8cfa: Pulling fs layer 00:32:19 7c6f9722023f: Pulling fs layer 00:32:19 a35cf1a2eb13: Pulling fs layer 00:32:19 bca2f99d35d6: Waiting 00:32:19 7c6f9722023f: Waiting 00:32:19 a35cf1a2eb13: Waiting 00:32:19 93359f2a8cfa: Waiting 00:32:19 de9db76c5a1d: Verifying Checksum 00:32:19 de9db76c5a1d: Download complete 00:32:19 0ef7d3d256c8: Verifying Checksum 00:32:19 0ef7d3d256c8: Download complete 00:32:19 93359f2a8cfa: Verifying Checksum 00:32:19 93359f2a8cfa: Download complete 00:32:19 7c6f9722023f: Download complete 00:32:19 188c0c94c7c5: Verifying Checksum 00:32:19 188c0c94c7c5: Download complete 00:32:20 188c0c94c7c5: Pull complete 00:32:20 0ef7d3d256c8: Pull complete 00:32:20 de9db76c5a1d: Pull complete 00:32:21 a35cf1a2eb13: Verifying Checksum 00:32:21 a35cf1a2eb13: Download complete 00:32:22 bca2f99d35d6: Verifying Checksum 00:32:22 bca2f99d35d6: Download complete 00:32:27 Still waiting to schedule task 00:32:27 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:28 bca2f99d35d6: Pull complete 00:32:28 93359f2a8cfa: Pull complete 00:32:28 7c6f9722023f: Pull complete 00:32:32 a35cf1a2eb13: Pull complete 00:32:32 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:32 ---> a62c8e92a672 00:32:32 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:32 ---> Running in 9e641bd569af 00:32:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:34 (1/12) Installing libmagic (5.38-r0) 00:32:34 (2/12) Installing file (5.38-r0) 00:32:34 (3/12) Installing libc-dev (0.7.2-r3) 00:32:35 (4/12) Installing g++ (9.3.0-r2) 00:32:41 (5/12) Installing fortify-headers (1.1-r0) 00:32:41 (6/12) Installing patch (2.7.6-r6) 00:32:41 (7/12) Installing build-base (0.5-r2) 00:32:41 (8/12) Installing libsodium (1.0.18-r0) 00:32:41 (9/12) Installing pkgconf (1.7.2-r0) 00:32:41 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:41 (11/12) Installing libzmq (4.3.3-r0) 00:32:41 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:41 Executing busybox-1.31.1-r19.trigger 00:32:41 OK: 233 MiB in 51 packages 00:32:45 Removing intermediate container 9e641bd569af 00:32:45 ---> ab1c423d116e 00:32:45 Step 4/6 : WORKDIR /edgex-go 00:32:45 ---> Running in 23d12d249333 00:32:45 Removing intermediate container 23d12d249333 00:32:45 ---> d310149ed8c0 00:32:45 Step 5/6 : COPY go.mod . 00:32:45 ---> b7823be43b4d 00:32:45 Step 6/6 : RUN go mod download 00:32:45 ---> Running in f96ad294d6fb 00:33:07 Removing intermediate container f96ad294d6fb 00:33:07 ---> c05d3e66d5c6 00:33:07 Successfully built c05d3e66d5c6 00:33:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:07 + docker inspect -f . ci-base-image-x86_64 00:33:07 . [Pipeline] withDockerContainer 00:33:08 prd-centos7-docker-4c-2g-18997 does not seem to be running inside a container 00:33:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:08 $ docker top 206a2de454cc9b5d2670ab1694c2d89c1106f4fa4a9d8205dd923996a926c17e -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:09 + go version 00:33:09 go version go1.15.5 linux/amd64 [Pipeline] } 00:33:09 $ docker stop --time=1 206a2de454cc9b5d2670ab1694c2d89c1106f4fa4a9d8205dd923996a926c17e 00:33:11 $ docker rm -f 206a2de454cc9b5d2670ab1694c2d89c1106f4fa4a9d8205dd923996a926c17e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:11 + docker inspect -f . ci-base-image-x86_64 00:33:11 . [Pipeline] withDockerContainer 00:33:12 prd-centos7-docker-4c-2g-18997 does not seem to be running inside a container 00:33:12 $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:12 $ docker top 43e1e414f2fe97e3f83ce2e48b509573caed84865456df20624591703c084b84 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:12 ========================================================= 00:33:12 [edgeXBuildGoParallel] Running Tests and Build... 00:33:12 ========================================================= [Pipeline] sh 00:33:13 + make test 00:33:13 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:21 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:46 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.094s coverage: 46.6% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.421s coverage: 77.8% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.124s coverage: 82.4% of statements 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.410s coverage: 28.6% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.090s coverage: 100.0% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.131s coverage: 97.5% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:54 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.063s coverage: 78.3% of statements 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:54 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.340s coverage: 93.8% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.035s coverage: 58.8% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.049s coverage: 75.5% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.058s coverage: 87.2% of statements 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.058s coverage: 84.2% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.4% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 63.5% of statements 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:58 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 00:33:58 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 00:33:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.376s coverage: 55.9% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:01 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.315s coverage: 84.0% of statements 00:34:01 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.1% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.072s coverage: 100.0% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:02 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.044s coverage: 100.0% of statements 00:34:02 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.755s coverage: 29.1% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.079s coverage: 99.0% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.024s coverage: 0.0% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.028s coverage: 100.0% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.065s coverage: 100.0% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 00:34:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 00:34:05 GO111MODULE=on go vet ./... 00:34:27 gofmt -l . 00:34:27 [ "`gofmt -l .`" = "" ] 00:34:28 ./bin/test-go-mod-tidy.sh 00:34:28 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:30 + ls -al . 00:34:30 total 640 00:34:30 drwxrwxr-x 10 1001 1001 4096 Jan 8 00:34 . 00:34:30 drwxr-xr-x 4 root root 30 Jan 8 00:33 .. 00:34:30 -rw-rw-r-- 1 1001 1001 11 Jan 8 00:31 .dockerignore 00:34:30 drwxrwxr-x 8 1001 1001 179 Jan 8 00:31 .git 00:34:30 drwxrwxr-x 3 1001 1001 125 Jan 8 00:31 .github 00:34:30 -rw-rw-r-- 1 1001 1001 824 Jan 8 00:31 .gitignore 00:34:30 drwx------ 3 1001 1001 47 Jan 8 00:32 .semver 00:34:30 -rw-rw-r-- 1 1001 1001 166 Jan 8 00:31 .sonarcloud.properties 00:34:30 -rw-rw-r-- 1 1001 1001 3804 Jan 8 00:31 CONTRIBUTING.md 00:34:30 -rw-rw-r-- 1 1001 1001 931 Jan 8 00:31 Dockerfile.build 00:34:30 -rw-rw-r-- 1 1001 1001 863 Jan 8 00:31 Jenkinsfile 00:34:30 -rw-rw-r-- 1 1001 1001 10775 Jan 8 00:31 LICENSE 00:34:30 -rw-rw-r-- 1 1001 1001 5750 Jan 8 00:31 Makefile 00:34:30 -rw-rw-r-- 1 1001 1001 6524 Jan 8 00:31 README.md 00:34:30 -rw-rw-r-- 1 1001 1001 6744 Jan 8 00:31 SECURITY.md 00:34:30 -rw-rw-r-- 1 1001 1001 5 Jan 8 00:32 VERSION 00:34:30 -rw-rw-r-- 1 1001 1001 4131 Jan 8 00:31 ZMQWindows.md 00:34:30 drwxrwxr-x 2 1001 1001 117 Jan 8 00:31 bin 00:34:30 drwxrwxr-x 14 1001 1001 4096 Jan 8 00:31 cmd 00:34:30 -rw-r--r-- 1 root root 541590 Jan 8 00:34 coverage.out 00:34:30 -rw-r--r-- 1 root root 979 Jan 8 00:34 go.mod 00:34:30 -rw-r--r-- 1 root root 19019 Jan 8 00:34 go.sum 00:34:30 drwxrwxr-x 8 1001 1001 127 Jan 8 00:31 internal 00:34:30 drwxrwxr-x 4 1001 1001 26 Jan 8 00:31 openapi 00:34:30 drwxrwxr-x 4 1001 1001 71 Jan 8 00:31 snap 00:34:30 -rw-rw-r-- 1 1001 1001 168 Jan 8 00:31 version.go [Pipeline] sh 00:34:31 + '[' -e coverage.out ] 00:34:31 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:31 Stashed 1 file(s) [Pipeline] sh 00:34:31 + make build 00:34:31 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:34:35 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:34:43 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:34:43 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:34:44 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:34:45 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:34:46 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:34:47 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:34:48 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:34:50 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:34:51 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:34:52 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 [Pipeline] } 00:34:53 $ docker stop --time=1 43e1e414f2fe97e3f83ce2e48b509573caed84865456df20624591703c084b84 00:34:54 $ docker rm -f 43e1e414f2fe97e3f83ce2e48b509573caed84865456df20624591703c084b84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:57 00:34:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:58 latest: Pulling from edgex-devops/edgex-compose 00:34:58 cbdbe7a5bc2a: Pulling fs layer 00:34:58 ca9280d653b3: Pulling fs layer 00:34:58 7e9c9ca2126c: Pulling fs layer 00:34:59 cbdbe7a5bc2a: Verifying Checksum 00:34:59 cbdbe7a5bc2a: Download complete 00:34:59 cbdbe7a5bc2a: Pull complete 00:35:00 ca9280d653b3: Verifying Checksum 00:35:00 ca9280d653b3: Download complete 00:35:01 ca9280d653b3: Pull complete 00:35:02 7e9c9ca2126c: Download complete 00:35:09 7e9c9ca2126c: Pull complete 00:35:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:09 prd-centos7-docker-4c-2g-18997 does not seem to be running inside a container 00:35:09 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:12 $ docker top 51bcda8aa326d6a0b9d4803e1061391598294aedfc14870be0652a674e6dc953 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:13 + docker-compose build --help 00:35:13 + grep parallel 00:35:14 --parallel Build images in parallel. [Pipeline] } 00:35:14 $ docker stop --time=1 51bcda8aa326d6a0b9d4803e1061391598294aedfc14870be0652a674e6dc953 00:35:15 $ docker rm -f 51bcda8aa326d6a0b9d4803e1061391598294aedfc14870be0652a674e6dc953 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:16 . [Pipeline] withDockerContainer 00:35:16 prd-centos7-docker-4c-2g-18997 does not seem to be running inside a container 00:35:16 $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:17 $ docker top 4e0b0b0e4506c4a6cdd3abc60536bb558f877615a8e7198a170c743b277a7d30 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:17 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:18 Building docker-core-command-go ... 00:35:18 Building docker-core-data-go ... 00:35:18 Building docker-core-metadata-go ... 00:35:18 Building docker-security-bootstrap-redis-go ... 00:35:18 Building docker-security-proxy-setup-go ... 00:35:18 Building docker-security-secretstore-setup-go ... 00:35:18 Building docker-support-notifications-go ... 00:35:18 Building docker-support-scheduler-go ... 00:35:18 Building docker-sys-mgmt-agent-go ... 00:35:18 Building docker-security-bootstrap-redis-go 00:35:18 Building docker-core-metadata-go 00:35:18 Building docker-core-command-go 00:35:18 Building docker-sys-mgmt-agent-go 00:35:18 Building docker-security-secretstore-setup-go 00:35:28 Running on prd-ubuntu18.04-docker-arm64-4c-16g-19001 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:28 Running in /w/workspace/edgex-go/35 [Pipeline] { [Pipeline] checkout 00:35:34 using credential edgex-jenkins-ssh 00:35:34 Cloning the remote Git repository 00:35:34 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:34 > git init /w/workspace/edgex-go/35 # timeout=10 00:35:34 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:34 > git --version # timeout=10 00:35:34 > git --version # 'git version 2.17.1' 00:35:34 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:34 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:50 ---> c05d3e66d5c6 00:35:50 Step 3/22 : WORKDIR /edgex-go 00:35:50 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:50 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:50 ---> c05d3e66d5c6 00:35:50 Step 3/24 : WORKDIR /edgex-go 00:35:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:50 ---> c05d3e66d5c6 00:35:50 Step 3/22 : WORKDIR /edgex-go 00:35:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:50 ---> c05d3e66d5c6 00:35:50 Step 3/22 : WORKDIR /edgex-go 00:35:50 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:50 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:35:50 ---> c05d3e66d5c6 00:35:50 Step 3/26 : WORKDIR /edgex-go 00:35:50 ---> Running in dbdc406b7fd3 00:35:50 ---> Running in ab4b828819ec 00:35:50 ---> Running in 6e39c61d9305 00:35:50 ---> Running in c87e24e393c6 00:35:50 ---> Running in f4dc7101e1da 00:35:50 Removing intermediate container f4dc7101e1da 00:35:50 ---> 511fc9715392 00:35:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:50 Removing intermediate container ab4b828819ec 00:35:50 ---> 7e53e265b270 00:35:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:50 Removing intermediate container dbdc406b7fd3 00:35:50 ---> 5c200e8ca8e2 00:35:50 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:50 Removing intermediate container 6e39c61d9305 00:35:50 ---> 428bf76ad0a6 00:35:50 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:50 Removing intermediate container c87e24e393c6 00:35:50 ---> 357866a151f6 00:35:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:50 ---> Running in a4f2bd461acb 00:35:50 ---> Running in 7469d43ea0dd 00:35:50 ---> Running in b206f296a1c2 00:35:50 ---> Running in 07ecb1bf5db6 00:35:50 ---> Running in 09929950844e 00:35:52 Removing intermediate container 7469d43ea0dd 00:35:52 ---> 8c856c2cac2a 00:35:52 Step 5/22 : RUN apk add --update --no-cache make git 00:35:52 ---> Running in ef2b64a1eb38 00:35:52 Removing intermediate container a4f2bd461acb 00:35:52 ---> 58f8e41683f9 00:35:52 Step 5/22 : RUN apk add --update --no-cache make git 00:35:52 Removing intermediate container 07ecb1bf5db6 00:35:52 ---> b25debf1eb0d 00:35:52 Step 5/26 : RUN apk add --update --no-cache make bash git 00:35:52 Removing intermediate container 09929950844e 00:35:52 ---> 69f3cdd9e5b7 00:35:52 Step 5/22 : RUN apk add --update --no-cache make git 00:35:53 ---> Running in 5e83155383eb 00:35:53 ---> Running in bb903b019cdd 00:35:53 ---> Running in f77d4827718f 00:35:53 Removing intermediate container b206f296a1c2 00:35:53 ---> 28ad8b2d738a 00:35:53 Step 5/24 : RUN apk add --update --no-cache make git 00:35:53 ---> Running in a3141c47f893 00:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:54 OK: 233 MiB in 51 packages 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:55 OK: 233 MiB in 51 packages 00:35:55 OK: 233 MiB in 51 packages 00:35:55 OK: 233 MiB in 51 packages 00:35:55 Removing intermediate container ef2b64a1eb38 00:35:55 ---> 4a11f5d0a967 00:35:55 Step 6/22 : COPY go.mod . 00:35:55 OK: 233 MiB in 51 packages 00:35:55 ---> 567490774e60 00:35:55 Step 7/22 : RUN go mod download 00:35:55 Removing intermediate container 5e83155383eb 00:35:55 ---> 4d08a943b299 00:35:55 Step 6/22 : COPY go.mod . 00:35:56 Removing intermediate container bb903b019cdd 00:35:56 ---> e3598667e4b7 00:35:56 Step 6/26 : COPY go.mod . 00:35:56 ---> Running in 7a5cbf06480f 00:35:56 ---> 98a86cbb9fa3 00:35:56 Step 7/22 : RUN go mod download 00:35:56 Removing intermediate container f77d4827718f 00:35:56 ---> a91c1c761699 00:35:56 Step 6/22 : COPY go.mod . 00:35:56 Removing intermediate container a3141c47f893 00:35:56 ---> de4f2a94a670 00:35:56 Step 6/24 : COPY go.mod . 00:35:56 ---> cad818c486bd 00:35:56 Step 7/26 : RUN go mod download 00:35:56 ---> Running in ea2bd17da2cc 00:35:56 ---> Running in f3eae221e427 00:35:56 ---> 3389fff22d73 00:35:56 ---> 7084c5acd1e8 00:35:56 Step 7/24 : RUN go mod download 00:35:56 Step 7/22 : RUN go mod download 00:35:57 ---> Running in b96b6657d615 00:35:57 ---> Running in cf8f1e9349d6 00:35:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:56 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:57 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:57 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:57 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:35:58 Removing intermediate container 7a5cbf06480f 00:35:58 ---> 20517c3c00a6 00:35:58 Step 8/22 : COPY . . 00:35:58 Merge succeeded, producing 637ee320c564b3442b0bc98c0bd8c96f91ab5c38 00:35:58 Checking out Revision 637ee320c564b3442b0bc98c0bd8c96f91ab5c38 (PR-2858) 00:35:57 > git config core.sparsecheckout # timeout=10 00:35:57 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:35:58 > git remote # timeout=10 00:35:58 > git config --get remote.origin.url # timeout=10 00:35:58 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:58 > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 00:35:58 > git rev-parse HEAD^{commit} # timeout=10 00:35:58 > git config core.sparsecheckout # timeout=10 00:35:58 > git checkout -f 637ee320c564b3442b0bc98c0bd8c96f91ab5c38 # timeout=10 00:36:01 Removing intermediate container ea2bd17da2cc 00:36:01 ---> 9ff562c6609f 00:36:01 Step 8/22 : COPY . . 00:36:01 Removing intermediate container f3eae221e427 00:36:01 ---> a333aae880da 00:36:01 Step 8/26 : COPY . . 00:36:02 Commit message: "Merge commit '6aacc02e765899b5f00a422c0b56178915ca79e6' into HEAD" 00:36:02 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:04 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:05 + sudo service docker restart+ 00:36:05 true 00:36:02 > git rev-list --no-walk 8f10267bcd361eb88b372cd8190b7778f04a985d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:07 provisioning config files... 00:36:07 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/35@tmp/config4232558190812794409tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:07 ---> docker-login.sh 00:36:07 nexus3.edgexfoundry.org:10001 00:36:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:09 Configure a credential helper to remove this warning. See 00:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:09 00:36:09 Login Succeeded 00:36:09 nexus3.edgexfoundry.org:10002 00:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:09 Configure a credential helper to remove this warning. See 00:36:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:09 00:36:09 Login Succeeded 00:36:09 nexus3.edgexfoundry.org:10003 00:36:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:10 Configure a credential helper to remove this warning. See 00:36:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:10 00:36:10 Login Succeeded 00:36:10 nexus3.edgexfoundry.org:10004 00:36:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:10 Configure a credential helper to remove this warning. See 00:36:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:10 00:36:10 Login Succeeded 00:36:10 docker.io 00:36:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:11 Configure a credential helper to remove this warning. See 00:36:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:11 00:36:11 Login Succeeded 00:36:11 ---> docker-login.sh ends [Pipeline] } 00:36:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash 00:36:11 Removing intermediate container b96b6657d615 00:36:11 ---> 9019462c1683 00:36:11 Step 8/24 : COPY . . 00:36:11 Removing intermediate container cf8f1e9349d6 00:36:11 ---> 809f6517d87c 00:36:11 Step 8/22 : COPY . . [Pipeline] echo 00:36:11 ========================================================= 00:36:11 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:12 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 00:36:14 Sending build context to Docker daemon 165.5MB 00:36:14 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:14 Step 2/6 : FROM ${BASE} 00:36:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:14 5f621e34cdf4: Pulling fs layer 00:36:14 a4357932f1b6: Pulling fs layer 00:36:14 18c013af1878: Pulling fs layer 00:36:14 00ac8860ef70: Pulling fs layer 00:36:14 63d7cb157983: Pulling fs layer 00:36:14 b116817d02f9: Pulling fs layer 00:36:14 745a02a5169b: Pulling fs layer 00:36:14 00ac8860ef70: Waiting 00:36:14 63d7cb157983: Waiting 00:36:14 b116817d02f9: Waiting 00:36:14 745a02a5169b: Waiting 00:36:14 18c013af1878: Verifying Checksum 00:36:14 18c013af1878: Download complete 00:36:14 a4357932f1b6: Verifying Checksum 00:36:14 a4357932f1b6: Download complete 00:36:14 63d7cb157983: Verifying Checksum 00:36:14 63d7cb157983: Download complete 00:36:14 b116817d02f9: Verifying Checksum 00:36:14 b116817d02f9: Download complete 00:36:14 5f621e34cdf4: Verifying Checksum 00:36:14 5f621e34cdf4: Download complete 00:36:15 5f621e34cdf4: Pull complete 00:36:15 a4357932f1b6: Pull complete 00:36:16 18c013af1878: Pull complete 00:36:17 745a02a5169b: Verifying Checksum 00:36:17 745a02a5169b: Download complete 00:36:18 00ac8860ef70: Verifying Checksum 00:36:18 00ac8860ef70: Download complete 00:36:28 00ac8860ef70: Pull complete 00:36:28 63d7cb157983: Pull complete 00:36:28 b116817d02f9: Pull complete 00:36:33 745a02a5169b: Pull complete 00:36:33 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:33 ---> b7e6874047d6 00:36:33 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:36:35 ---> Running in 1568326d1dde 00:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:38 (1/12) Installing libmagic (5.38-r0) 00:36:38 ---> 1e905a09bbfd 00:36:38 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:36:38 (2/12) Installing file (5.38-r0) 00:36:38 (3/12) Installing libc-dev (0.7.2-r3) 00:36:38 (4/12) Installing g++ (9.3.0-r2) 00:36:38 ---> Running in 01ed54c330d7 00:36:38 ---> 3aa436b60d68 00:36:38 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:36:38 ---> 318708688059 00:36:38 Step 9/22 : RUN make cmd/core-command/core-command 00:36:39 ---> Running in 75024fa712c6 00:36:39 ---> Running in 82b09328e619 00:36:41 ---> 2f7a0b91460d 00:36:41 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:36:41 ---> d47ff55247e7 00:36:41 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:41 ---> Running in 9ed102cc0302 00:36:41 ---> Running in c3e6eef9c4d8 00:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:36:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:36:41 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:36:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:48 (5/12) Installing fortify-headers (1.1-r0) 00:36:48 (6/12) Installing patch (2.7.6-r6) 00:36:48 (7/12) Installing build-base (0.5-r2) 00:36:48 (8/12) Installing libsodium (1.0.18-r0) 00:36:48 (9/12) Installing pkgconf (1.7.2-r0) 00:36:48 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:48 (11/12) Installing libzmq (4.3.3-r0) 00:36:48 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:48 Executing busybox-1.31.1-r19.trigger 00:36:48 OK: 217 MiB in 51 packages 00:36:53 Removing intermediate container 1568326d1dde 00:36:53 ---> 6d72095892c8 00:36:53 Step 4/6 : WORKDIR /edgex-go 00:36:53 ---> Running in 89231a05d12e 00:36:53 Removing intermediate container 89231a05d12e 00:36:53 ---> c26cc82479e5 00:36:53 Step 5/6 : COPY go.mod . 00:36:54 ---> b16cc02617ba 00:36:54 Step 6/6 : RUN go mod download 00:36:54 ---> Running in 659944f4456f 00:37:08 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:12 Removing intermediate container 9ed102cc0302 00:37:12 ---> a1475dcf1ae7 00:37:12 00:37:12 Step 10/22 : FROM alpine:3.12 00:37:12 3.12: Pulling from library/alpine 00:37:16 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:16 Status: Downloaded newer image for alpine:3.12 00:37:16 ---> 389fef711851 00:37:16 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:16 Removing intermediate container 82b09328e619 00:37:16 ---> 726aa0541146 00:37:16 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:37:16 Removing intermediate container 75024fa712c6 00:37:16 ---> ab0e2578987f 00:37:16 00:37:16 Step 10/22 : FROM scratch 00:37:16 ---> 00:37:16 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:16 ---> Running in 0227b823c35b 00:37:17 ---> Running in a8e74f74d2f1 00:37:17 ---> Running in ee60f88ab2e0 00:37:17 Removing intermediate container c3e6eef9c4d8 00:37:17 ---> 8bd5fc7a9e23 00:37:17 00:37:17 Step 10/24 : FROM alpine:3.12 00:37:17 ---> 389fef711851 00:37:17 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:18 ---> Running in ed53e5eff9b0 00:37:18 Removing intermediate container ee60f88ab2e0 00:37:18 ---> 83a71cf7e360 00:37:18 Step 12/22 : ENV APP_PORT=48082 00:37:19 ---> Running in d8e50b81777f 00:37:19 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:37:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:19 Removing intermediate container 01ed54c330d7 00:37:19 ---> edbe88e86aff 00:37:19 00:37:19 Step 10/22 : FROM scratch 00:37:19 ---> 00:37:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:19 ---> Using cache 00:37:19 ---> 83a71cf7e360 00:37:19 Step 12/22 : ENV APP_PORT=48081 00:37:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:19 ---> Running in 00516972234d 00:37:19 Removing intermediate container d8e50b81777f 00:37:19 ---> 503034a82aee 00:37:19 Step 13/22 : EXPOSE $APP_PORT 00:37:19 ---> Running in fc5410a3a2d4 00:37:19 (1/5) Installing ca-certificates (20191127-r4) 00:37:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:19 Removing intermediate container 00516972234d 00:37:19 ---> 87639e8a1c51 00:37:19 Step 13/22 : EXPOSE $APP_PORT 00:37:19 (3/5) Installing libcurl (7.69.1-r3) 00:37:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:19 (4/5) Installing curl (7.69.1-r3) 00:37:19 (5/5) Installing dumb-init (1.2.2-r1) 00:37:19 Executing busybox-1.31.1-r19.trigger 00:37:19 Executing ca-certificates-20191127-r4.trigger 00:37:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:19 OK: 7 MiB in 19 packages 00:37:20 (1/5) Installing ca-certificates (20191127-r4) 00:37:20 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:20 (3/5) Installing libcurl (7.69.1-r3) 00:37:20 (4/5) Installing curl (7.69.1-r3) 00:37:20 (5/5) Installing dumb-init (1.2.2-r1) 00:37:20 Executing busybox-1.31.1-r19.trigger 00:37:20 Executing ca-certificates-20191127-r4.trigger 00:37:20 OK: 7 MiB in 19 packages 00:37:20 ---> Running in 2c950d3ed71d 00:37:20 Removing intermediate container fc5410a3a2d4 00:37:20 ---> 32b4f8eaecc9 00:37:20 Step 14/22 : WORKDIR / 00:37:20 Removing intermediate container 2c950d3ed71d 00:37:20 ---> 947291bea410 00:37:20 Step 14/22 : WORKDIR / 00:37:20 ---> Running in 32d18837d1d4 00:37:21 Removing intermediate container 659944f4456f 00:37:21 ---> 542a52469b85 00:37:21 Successfully built 542a52469b85 00:37:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:21 + docker inspect -f . ci-base-image-arm64 00:37:21 . [Pipeline] withDockerContainer 00:37:21 ---> Running in 807f6a1cdbf8 00:37:21 prd-ubuntu18.04-docker-arm64-4c-16g-19001 does not seem to be running inside a container 00:37:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:22 Removing intermediate container 32d18837d1d4 00:37:22 ---> 16ee665b396b 00:37:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:37:22 Removing intermediate container 0227b823c35b 00:37:22 ---> b0f2865f17b6 00:37:22 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:37:22 Removing intermediate container 807f6a1cdbf8 00:37:22 ---> 10f2ee657628 00:37:22 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:37:23 ---> Running in 8fdc4ee742b9 00:37:23 Removing intermediate container ed53e5eff9b0 00:37:23 ---> 6ad52d9df010 00:37:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:23 ---> 0b6d4b2c3d19 00:37:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:23 ---> 0c48d192ae7f 00:37:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:23 Removing intermediate container a8e74f74d2f1 00:37:23 ---> aae445490f4d 00:37:23 00:37:23 Step 11/26 : FROM docker:20.10.0 00:37:23 ---> Running in 09991e0afdf9 00:37:23 20.10.0: Pulling from library/docker 00:37:23 Removing intermediate container 8fdc4ee742b9 00:37:23 ---> 80e966990005 00:37:23 Step 13/22 : WORKDIR / 00:37:23 $ docker top d5cca5d1b4612dbc793caaa10beecf48d34acb4dbf390fc68596fcc297dd3897 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:24 ---> Running in e02db98e08c3 00:37:24 Removing intermediate container 09991e0afdf9 00:37:24 ---> 6c0c85308b46 00:37:24 Step 13/24 : WORKDIR / 00:37:24 ---> 5e4eb74e5146 00:37:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:24 ---> Running in afa6dc2caf2a 00:37:24 ---> 184aaa2cf53c 00:37:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:24 Removing intermediate container e02db98e08c3 00:37:24 ---> 9158c453d0e0 00:37:24 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:37:24 + go version 00:37:24 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:24 $ docker stop --time=1 d5cca5d1b4612dbc793caaa10beecf48d34acb4dbf390fc68596fcc297dd3897 00:37:25 Removing intermediate container afa6dc2caf2a 00:37:25 ---> 4795034fa365 00:37:25 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:37:25 ---> 380cbe84e9b0 00:37:25 Step 18/22 : ENTRYPOINT ["/core-command"] 00:37:25 ---> Running in 1b38376da911 00:37:25 ---> f9b6f8ee5be6 00:37:25 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:37:25 ---> 2f7b83a52711 00:37:25 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:27 ---> Running in 1a1c7ade25ff 00:37:27 ---> 1d3722402138 00:37:27 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:27 Removing intermediate container 1b38376da911 00:37:27 ---> 631efb63938d 00:37:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:27 ---> Running in f59a6309daad 00:37:27 Removing intermediate container 1a1c7ade25ff 00:37:27 ---> 8001dec90886 00:37:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:27 ---> a1aabb682744 00:37:27 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:27 ---> Running in 1d19d740a755 00:37:27 ---> bd06764ff2de 00:37:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:27 Removing intermediate container f59a6309daad 00:37:27 ---> 0a8f5a4b56a2 00:37:27 Step 20/22 : LABEL arch=x86_64 00:37:27 ---> Running in 32d0330ccf90 00:37:27 Removing intermediate container 1d19d740a755 00:37:27 ---> ec911e2bff6e 00:37:27 Step 20/22 : LABEL arch=x86_64 00:37:27 ---> 3f2fb3b00147 00:37:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:27 ---> 991395ca1495 00:37:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:37:27 ---> Running in d599e28109ae 00:37:27 $ docker rm -f d5cca5d1b4612dbc793caaa10beecf48d34acb4dbf390fc68596fcc297dd3897 00:37:27 Removing intermediate container 32d0330ccf90 00:37:27 ---> c7f9576ea2ba 00:37:27 Step 21/22 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:37:27 ---> Running in d70bb457efc4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 00:37:27 Removing intermediate container d599e28109ae 00:37:27 ---> 4fd6b31393ff 00:37:27 Step 21/22 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:37:27 ---> d1f95651376a 00:37:27 Step 18/22 : RUN chmod +x entrypoint.sh 00:37:27 ---> Running in 697ba711b485 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:28 ---> 44520bb2d3b5 00:37:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:28 ---> Running in 6093302d3c3f 00:37:28 Removing intermediate container d70bb457efc4 00:37:28 ---> de082025c952 00:37:28 Step 22/22 : LABEL version=0.0.0 00:37:28 ---> Running in c3c00731c102 00:37:28 Removing intermediate container 697ba711b485 00:37:28 ---> 16f489e6b8ad 00:37:28 Step 22/22 : LABEL version=0.0.0 00:37:28 + docker inspect -f . ci-base-image-arm64 00:37:28 . [Pipeline] withDockerContainer 00:37:28 prd-ubuntu18.04-docker-arm64-4c-16g-19001 does not seem to be running inside a container 00:37:28 $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:29 ---> Running in 360d8a8d1e82 00:37:29 Removing intermediate container c3c00731c102 00:37:29 ---> faac028b5f36 00:37:29 ---> 9f5609644029 00:37:29 00:37:29 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:30 $ docker top 678f53abf1e079b63b2e102f1a2611de51f419174f3ff4e812bd8095b124e75a -eo pid,comm 00:37:30 Successfully built 9f5609644029 00:37:30 Removing intermediate container 360d8a8d1e82 00:37:30 ---> a1f3b5e2e06b 00:37:30 00:37:30 Successfully tagged docker-core-command-go:latest 00:37:30  Building docker-core-command-go ... done Building docker-core-data-go 00:37:30 ---> b2ec8af17ba4 00:37:30 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:30 Successfully built a1f3b5e2e06b 00:37:30 Successfully tagged docker-core-metadata-go:latest 00:37:30 Building docker-support-notifications-go 00:37:30  Building docker-core-metadata-go ... done  ---> Running in 20724bfdeac2 00:37:30 Removing intermediate container 6093302d3c3f 00:37:30 ---> de0fc2172cc6 00:37:30 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:37:30 ---> Running in 2d8d2a780ba2 [Pipeline] { [Pipeline] echo 00:37:30 ========================================================= 00:37:30 [edgeXBuildGoParallel] Running Tests and Build... 00:37:30 ========================================================= [Pipeline] sh 00:37:30 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:37:30 Status: Downloaded newer image for docker:20.10.0 00:37:30 ---> aefe523efa57 00:37:30 Step 12/26 : RUN apk add --no-cache bash 00:37:30 ---> Running in d00b6dbc7246 00:37:31 Removing intermediate container 2d8d2a780ba2 00:37:31 ---> aae84a1b46aa 00:37:31 Step 20/22 : LABEL arch=x86_64 00:37:31 + make test 00:37:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:37 ---> Running in acd8edd1003b 00:37:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:37 Removing intermediate container acd8edd1003b 00:37:37 ---> d4a05e49d35e 00:37:37 Step 21/22 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:37:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:37 ---> Running in 3dbb668da741 00:37:37 Removing intermediate container 20724bfdeac2 00:37:37 ---> 4a926da2fbca 00:37:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:37 ---> Running in 8d9487dd7bc4 00:37:37 (1/2) Installing readline (8.0.4-r0) 00:37:37 (2/2) Installing bash (5.0.17-r0) 00:37:37 Executing bash-5.0.17-r0.post-install 00:37:37 Executing busybox-1.31.1-r19.trigger 00:37:38 OK: 12 MiB in 22 packages 00:37:40 Removing intermediate container 3dbb668da741 00:37:40 ---> 274eb776cea1 00:37:40 Step 22/22 : LABEL version=0.0.0 00:37:42 Removing intermediate container 8d9487dd7bc4 00:37:42 ---> 43ca77970410 00:37:42 Step 22/24 : LABEL arch=x86_64 00:37:43 ---> Running in 75234f945401 00:37:43 Removing intermediate container d00b6dbc7246 00:37:43 ---> 8e0f25fb6a9b 00:37:43 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:37:43 ---> Running in f40b8c4ef51e 00:37:44 ---> Running in 864310b9fdf1 00:37:46 Removing intermediate container 75234f945401 00:37:46 ---> 8294465d00fa 00:37:46 00:37:46 Removing intermediate container f40b8c4ef51e 00:37:46 ---> 7c6851e98b29 00:37:46 Step 23/24 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:37:46 Successfully built 8294465d00fa 00:37:46 Successfully tagged docker-security-bootstrap-redis-go:latest 00:37:46  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go 00:37:48 Removing intermediate container 864310b9fdf1 00:37:48 ---> 969cfae56150 00:37:48 Step 14/26 : ENV APP_PORT=48090 00:37:48 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:48 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:37:48 ---> c05d3e66d5c6 00:37:48 Step 3/23 : WORKDIR /edgex-go 00:37:48 ---> Using cache 00:37:48 ---> 357866a151f6 00:37:48 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:48 ---> Using cache 00:37:48 ---> 69f3cdd9e5b7 00:37:48 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:37:48 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:48 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:48 ---> c05d3e66d5c6 00:37:48 Step 3/24 : WORKDIR /edgex-go 00:37:48 ---> Using cache 00:37:48 ---> 357866a151f6 00:37:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:48 ---> Using cache 00:37:48 ---> 69f3cdd9e5b7 00:37:48 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:37:50 ---> Running in 147a1acb2497 00:37:50 ---> Running in 843030b96eb1 00:37:50 ---> Running in 16c6cdf5a1c4 00:37:50 ---> Running in 12031397df0e 00:37:53 Removing intermediate container 147a1acb2497 00:37:53 ---> 33ffc059351a 00:37:53 Step 24/24 : LABEL version=0.0.0 00:37:53 Removing intermediate container 843030b96eb1 00:37:53 ---> 0632b287b890 00:37:53 Step 15/26 : EXPOSE $APP_PORT 00:37:53 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:56 ---> Running in 8b74bd9d6d47 00:37:56 ---> Running in 580d5146c43a 00:37:56 Removing intermediate container 580d5146c43a 00:37:56 ---> c0169ec73344 00:37:56 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:37:56 Removing intermediate container 8b74bd9d6d47 00:37:56 ---> aaad1da6e780 00:37:56 00:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:57 Successfully built aaad1da6e780 00:37:57 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:57  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 00:37:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:58 OK: 233 MiB in 51 packages 00:37:58 OK: 233 MiB in 51 packages 00:38:01 ---> b201e7ea729f 00:38:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:38:01 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:01 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:01 ---> c05d3e66d5c6 00:38:01 Step 3/21 : WORKDIR /edgex-go 00:38:01 ---> Using cache 00:38:01 ---> 357866a151f6 00:38:01 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:01 ---> Using cache 00:38:01 ---> 69f3cdd9e5b7 00:38:01 Step 5/21 : RUN apk add --update --no-cache make git 00:38:01 ---> Using cache 00:38:01 ---> a91c1c761699 00:38:01 Step 6/21 : COPY go.mod . 00:38:01 ---> Using cache 00:38:01 ---> 3389fff22d73 00:38:01 Step 7/21 : RUN go mod download 00:38:01 ---> Using cache 00:38:01 ---> 809f6517d87c 00:38:01 Step 8/21 : COPY . . 00:38:01 ---> Using cache 00:38:01 ---> 2f7a0b91460d 00:38:01 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:38:03 ---> Running in af48cffe8dce 00:38:03 ---> 29880fb7d04d 00:38:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:38:03 Removing intermediate container 16c6cdf5a1c4 00:38:03 ---> 2569c9e2c827 00:38:03 Step 6/24 : COPY go.mod . 00:38:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:38:04 Removing intermediate container 12031397df0e 00:38:04 ---> 7eb4ca3c7008 00:38:04 Step 6/23 : COPY go.mod . 00:38:05 ---> b43a6ae71cac 00:38:05 Step 19/26 : RUN apk --no-cache add py3-pip 00:38:06 ---> f67a284fd621 00:38:06 Step 7/24 : RUN go mod download 00:38:06 ---> Running in 6d2cbe4b092e 00:38:06 ---> a63e2bcd9b8c 00:38:06 Step 7/23 : RUN go mod download 00:38:07 ---> Running in fd509fbc6a7f 00:38:07 ---> Running in 764281b7c818 00:38:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:09 (1/33) Installing libbz2 (1.0.8-r1) 00:38:09 (2/33) Installing expat (2.2.9-r1) 00:38:09 (3/33) Installing libffi (3.3-r2) 00:38:09 (4/33) Installing gdbm (1.13-r1) 00:38:09 (5/33) Installing xz-libs (5.2.5-r0) 00:38:09 (6/33) Installing sqlite-libs (3.32.1-r0) 00:38:09 (7/33) Installing python3 (3.8.5-r0) 00:38:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:11 ---> c05d3e66d5c6 00:38:11 Step 3/21 : WORKDIR /edgex-go 00:38:11 ---> Using cache 00:38:11 ---> 357866a151f6 00:38:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:11 ---> Using cache 00:38:11 ---> 69f3cdd9e5b7 00:38:11 Step 5/21 : RUN apk add --update --no-cache make git 00:38:11 ---> Using cache 00:38:11 ---> a91c1c761699 00:38:11 Step 6/21 : COPY go.mod . 00:38:11 ---> Using cache 00:38:11 ---> 3389fff22d73 00:38:11 Step 7/21 : RUN go mod download 00:38:11 ---> Using cache 00:38:11 ---> 809f6517d87c 00:38:11 Step 8/21 : COPY . . 00:38:11 ---> Using cache 00:38:11 ---> 2f7a0b91460d 00:38:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:38:14 (8/33) Installing py3-appdirs (1.4.4-r1) 00:38:14 ---> Running in 598ef38636d9 00:38:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:38:14 (10/33) Installing py3-parsing (2.4.7-r0) 00:38:14 (11/33) Installing py3-six (1.15.0-r0) 00:38:14 (12/33) Installing py3-packaging (20.4-r0) 00:38:14 (13/33) Installing py3-setuptools (47.0.0-r0) 00:38:14 (14/33) Installing py3-chardet (3.0.4-r4) 00:38:14 (15/33) Installing py3-idna (2.9-r0) 00:38:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:38:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:38:15 (18/33) Installing py3-requests (2.23.0-r0) 00:38:15 (19/33) Installing py3-msgpack (1.0.0-r0) 00:38: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:38:15 (20/33) Installing py3-lockfile (0.12.2-r3) 00:38:15 Removing intermediate container fd509fbc6a7f 00:38:15 ---> e43a76e8ee90 00:38:15 Step 8/24 : COPY . . 00:38:15 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:38:15 (22/33) Installing py3-colorama (0.4.3-r0) 00:38:15 Removing intermediate container 764281b7c818 00:38:15 ---> 5830bed1fe6b 00:38:15 Step 8/23 : COPY . . 00:38:15 (23/33) Installing py3-distlib (0.3.0-r0) 00:38:15 (24/33) Installing py3-distro (1.5.0-r1) 00:38:15 (25/33) Installing py3-webencodings (0.5.1-r3) 00:38:15 (26/33) Installing py3-html5lib (1.0.1-r4) 00:38:15 (27/33) Installing py3-pytoml (0.1.21-r0) 00:38:16 (28/33) Installing py3-pep517 (0.8.2-r0) 00:38:16 (29/33) Installing py3-progress (1.5-r0) 00:38:16 (30/33) Installing py3-toml (0.10.1-r0) 00:38:16 (31/33) Installing py3-retrying (1.3.3-r0) 00:38:16 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:38:16 (33/33) Installing py3-pip (20.1.1-r0) 00:38:16 Executing busybox-1.31.1-r19.trigger 00:38:16 OK: 71 MiB in 55 packages 00:38:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:43 ---> 6c7a74039336 00:38:43 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:38:44 ---> 6d5ce3df33c4 00:38:44 Step 9/23 : RUN make cmd/core-data/core-data 00:38:44 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:38:45 ---> Running in c1c68fef7cb0 00:38:45 ---> Running in a6147367abff 00:38:46 Removing intermediate container af48cffe8dce 00:38:46 ---> cd7ac06f34fd 00:38:46 00:38:46 Step 10/21 : FROM scratch 00:38:46 ---> 00:38:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:46 Removing intermediate container 6d2cbe4b092e 00:38:46 ---> db1cc91a3784 00:38:46 Step 20/26 : RUN pip install docker-compose==1.23.2 00:38:46 ---> Running in 6cacc32f538a 00:38:47 ---> Using cache 00:38:47 ---> 83a71cf7e360 00:38:47 Step 12/21 : ENV APP_PORT=48085 00:38:47 ---> Running in dd64553fbb34 00:38:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:38:47 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:38:47 Removing intermediate container dd64553fbb34 00:38:47 ---> 4e3d256d9b5b 00:38:47 Step 13/21 : EXPOSE $APP_PORT 00:38:47 ---> Running in e9ca6d89e5b1 00:38:47 Removing intermediate container e9ca6d89e5b1 00:38:47 ---> bcaf8ba0c8dd 00:38:47 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:38:47 ---> dd37c9ac33fa 00:38:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:48 ---> 92bd4457c806 00:38:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:49 ---> e15b57350daa 00:38:49 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:38:49 Collecting docker-compose==1.23.2 00:38:49 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:38:50 ---> Running in d41d61104273 00:38:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:38:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:38:51 Removing intermediate container 598ef38636d9 00:38:51 ---> cd30bedc5479 00:38:51 00:38:51 Step 10/21 : FROM alpine:3.12 00:38:51 ---> 389fef711851 00:38:51 Step 11/21 : RUN apk add --update --no-cache curl 00:38:51 Collecting docopt<0.7,>=0.6.1 00:38:51 Downloading docopt-0.6.2.tar.gz (25 kB) 00:38:52 Removing intermediate container d41d61104273 00:38:52 ---> d50077429578 00:38:52 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:52 ---> Running in 534a8b04fa29 00:38:52 ---> Running in 5ea56613664c 00:38:52 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:38:53 Collecting docker<4.0,>=3.6.0 00:38:53 Removing intermediate container 5ea56613664c 00:38:53 ---> 35535875f9d8 00:38:53 Step 19/21 : LABEL arch=x86_64 00:38:53 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:38:53 ---> Running in 1b0a4ae247cc 00:38:53 Collecting cached-property<2,>=1.2.0 00:38:53 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:38:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:53 Collecting jsonschema<3,>=2.5.1 00:38:53 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:38:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:53 (1/4) Installing ca-certificates (20191127-r4) 00:38:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:38:53 (3/4) Installing libcurl (7.69.1-r3) 00:38:53 (4/4) Installing curl (7.69.1-r3) 00:38:53 Executing busybox-1.31.1-r19.trigger 00:38:53 Executing ca-certificates-20191127-r4.trigger 00:38:54 OK: 7 MiB in 18 packages 00:38:54 Removing intermediate container 1b0a4ae247cc 00:38:54 ---> f18e10e75a4e 00:38:54 Step 20/21 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:38:54 Collecting websocket-client<1.0,>=0.32.0 00:38:54 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:38:55 ---> Running in d85c734f14bd 00:38:55 Collecting dockerpty<0.5,>=0.4.1 00:38:55 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:38:56 Removing intermediate container d85c734f14bd 00:38:56 ---> 9e9ff81b4e71 00:38:56 Step 21/21 : LABEL version=0.0.0 00:38:56 Collecting texttable<0.10,>=0.9.0 00:38:56 Downloading texttable-0.9.1.tar.gz (11 kB) 00:38:57 ---> Running in ba79491bd24c 00:38:57 Removing intermediate container 534a8b04fa29 00:38:57 ---> cb0d815cd04e 00:38:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:57 ---> Running in 34604424b563 00:38:57 Removing intermediate container ba79491bd24c 00:38:57 ---> 766231dfcc13 00:38:57 00:38:57 Successfully built 766231dfcc13 00:38:57 Successfully tagged docker-support-scheduler-go:latest 00:38:57  Building docker-support-scheduler-go ... done Removing intermediate container 34604424b563 00:38:57 ---> 7e69ef429615 00:38:57 Step 13/21 : WORKDIR /edgex 00:38:57 ---> Running in 084b0f73854d 00:38:57 Collecting PyYAML<4,>=3.10 00:38:57 Downloading PyYAML-3.13.tar.gz (270 kB) 00:38:58 Removing intermediate container 084b0f73854d 00:38:58 ---> 4778dcf8d2c1 00:38:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:38:58 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:38:58 Collecting idna<2.8,>=2.5 00:38:58 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:38:59 Collecting urllib3<1.25,>=1.21.1 00:38:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:59 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:38:59 ---> a19ece44aed0 00:38:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:38:59 Collecting docker-pycreds>=0.4.0 00:38:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:38:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:38:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:38:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:38:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:38:59 Installing collected packages: idna, urllib3, requests, docopt, docker-pycreds, websocket-client, docker, cached-property, jsonschema, dockerpty, texttable, PyYAML, docker-compose 00:38:59 Attempting uninstall: idna 00:38:59 Found existing installation: idna 2.9 00:38:59 Uninstalling idna-2.9: 00:39:00 Successfully uninstalled idna-2.9 00:39:01 ---> e1469c593404 00:39:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:39:01 Attempting uninstall: urllib3 00:39:01 Found existing installation: urllib3 1.25.9 00:39:01 Uninstalling urllib3-1.25.9: 00:39:01 Successfully uninstalled urllib3-1.25.9 00:39:01 Attempting uninstall: requests 00:39:01 Found existing installation: requests 2.23.0 00:39:01 Uninstalling requests-2.23.0: 00:39:01 Successfully uninstalled requests-2.23.0 00:39:02 Running setup.py install for docopt: started 00:39:02 Running setup.py install for docopt: finished with status 'done' 00:39:02 ---> fa3d51af4784 00:39:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:03 ---> Running in 9ab53d5bc629 00:39:04 Removing intermediate container 9ab53d5bc629 00:39:04 ---> bdf975fc9352 00:39:04 Step 18/21 : CMD ["--init=true"] 00:39:05 ---> Running in 10df8f2236d6 00:39:05 Running setup.py install for dockerpty: started 00:39:05 Removing intermediate container 10df8f2236d6 00:39:05 ---> 315c6e0ea885 00:39:05 Step 19/21 : LABEL arch=x86_64 00:39:05 ---> Running in 0422fed2f3ec 00:39:05 Removing intermediate container 0422fed2f3ec 00:39:05 ---> 08b1495499ea 00:39:05 Step 20/21 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:39:05 Running setup.py install for dockerpty: finished with status 'done' 00:39:05 Running setup.py install for texttable: started 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:05 ---> Running in 09783175527e 00:39:05 Removing intermediate container 09783175527e 00:39:05 ---> 790c409a6cb7 00:39:05 Step 21/21 : LABEL version=0.0.0 00:39:06 ---> Running in a7b4fbd87b3d 00:39:06 Running setup.py install for texttable: finished with status 'done' 00:39:06 Running setup.py install for PyYAML: started 00:39:06 Removing intermediate container a7b4fbd87b3d 00:39:06 ---> e4ce0f9a13ab 00:39:06 00:39:06 Successfully built e4ce0f9a13ab 00:39:06 Successfully tagged docker-security-proxy-setup-go:latest 00:39:06  Building docker-security-proxy-setup-go ... done  Running setup.py install for PyYAML: finished with status 'done' 00:39:07 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:39:12 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.259s coverage: 46.6% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:12 Removing intermediate container c1c68fef7cb0 00:39:12 ---> d325f0743fa9 00:39:12 00:39:12 Step 10/24 : FROM scratch 00:39:12 ---> 00:39:12 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:13 ---> Running in 7531feb17103 00:39:13 Removing intermediate container 6cacc32f538a 00:39:13 ---> b37d5c749a74 00:39:13 Step 21/26 : RUN apk --no-cache add curl 00:39:13 ---> Running in 8f3a4fd71e4f 00:39:13 Removing intermediate container 7531feb17103 00:39:13 ---> e29ddb57ecb3 00:39:13 Step 12/24 : ENV APP_PORT=48060 00:39:13 ---> Running in 77957e5e7678 00:39:13 Removing intermediate container 77957e5e7678 00:39:13 ---> 53766fccc4a5 00:39:13 Step 13/24 : EXPOSE $APP_PORT 00:39:13 ---> Running in 6790b9283f2e 00:39:13 Removing intermediate container 6790b9283f2e 00:39:13 ---> 145b9cf53691 00:39:13 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:14 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:14 (2/3) Installing libcurl (7.69.1-r3) 00:39:14 (3/3) Installing curl (7.69.1-r3) 00:39:14 Executing busybox-1.31.1-r19.trigger 00:39:14 OK: 72 MiB in 58 packages 00:39:16 ---> ec207b6d7915 00:39:16 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:39:16 Removing intermediate container a6147367abff 00:39:16 ---> d552f638b7b0 00:39:16 00:39:16 Step 10/23 : FROM alpine:3.12 00:39:16 ---> 389fef711851 00:39:16 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:16 ---> Running in 72157a50d41c 00:39:17 Removing intermediate container 72157a50d41c 00:39:17 ---> 07e6a3839618 00:39:17 Step 12/23 : ENV APP_PORT=48080 00:39:17 Removing intermediate container 8f3a4fd71e4f 00:39:17 ---> eb9cd4d6015e 00:39:17 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:17 ---> Running in 53be27bce991 00:39:17 ---> 8b07b141fec0 00:39:17 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:39:17 ---> Running in f608ce9627de 00:39:17 Removing intermediate container 53be27bce991 00:39:17 ---> bf005e29cab8 00:39:17 Step 13/23 : EXPOSE $APP_PORT 00:39:17 Removing intermediate container f608ce9627de 00:39:17 ---> e06cdff545a6 00:39:17 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:18 ---> Running in 19acd0ead58a 00:39:18 ---> Running in 599ddaf75fd1 00:39:18 ---> 4ba94b846884 00:39:18 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:39:18 Removing intermediate container 19acd0ead58a 00:39:18 ---> e9ca0f109362 00:39:18 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:18 Removing intermediate container 599ddaf75fd1 00:39:18 ---> 2e47d84015c0 00:39:18 Step 24/26 : LABEL arch=x86_64 00:39:18 ---> Running in 6f1c08628b57 00:39:18 ---> Running in b2125c6d377d 00:39:18 ---> c52f47a68673 00:39:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:18 Removing intermediate container 6f1c08628b57 00:39:18 ---> fc15c9a7598a 00:39:18 Step 25/26 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:39:18 ---> Running in f10bb6be4b14 00:39:18 ---> d7466a2bce9b 00:39:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:19 Removing intermediate container f10bb6be4b14 00:39:19 ---> 676fdaef46c7 00:39:19 Step 26/26 : LABEL version=0.0.0 00:39:19 ---> Running in d2b4c41c9719 00:39:19 ---> 4ff587f6f86f 00:39:19 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.530s coverage: 27.0% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.065s coverage: 100.0% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.616s coverage: 77.8% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.662s coverage: 82.4% of statements 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:19 ---> Running in 3157cc85c5e2 00:39:19 Removing intermediate container d2b4c41c9719 00:39:19 ---> c65420e043bb 00:39:19 00:39:19 Successfully built c65420e043bb 00:39:19 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:19  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 3157cc85c5e2 00:39:19 ---> 591d685877f8 00:39:19 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:19 Removing intermediate container b2125c6d377d 00:39:19 ---> f0459fe1fffe 00:39:19 Step 15/23 : RUN apk add --update --no-cache zeromq 00:39:19 ---> Running in 1e5106a4ec95 00:39:19 ---> Running in 4e610fa4c3c8 00:39:20 Removing intermediate container 1e5106a4ec95 00:39:20 ---> e73fb4f60df7 00:39:20 Step 22/24 : LABEL arch=x86_64 00:39:20 ---> Running in f49c0e646ef9 00:39:20 Removing intermediate container f49c0e646ef9 00:39:20 ---> 478f106abfde 00:39:20 Step 23/24 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:39:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:20 ---> Running in 155132c598b3 00:39:20 Removing intermediate container 155132c598b3 00:39:20 ---> 8e07f8bb92db 00:39:20 Step 24/24 : LABEL version=0.0.0 00:39:20 ---> Running in ac744dcd1cfa 00:39:20 Removing intermediate container ac744dcd1cfa 00:39:20 ---> 553e42b9a377 00:39:20 00:39:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:21 (1/5) Installing libgcc (9.3.0-r2) 00:39:21 (2/5) Installing libsodium (1.0.18-r0) 00:39:21 (3/5) Installing libstdc++ (9.3.0-r2) 00:39:21 Successfully built 553e42b9a377 00:39:21 Successfully tagged docker-support-notifications-go:latest 00:39:22  Building docker-support-notifications-go ... done (4/5) Installing libzmq (4.3.3-r0) 00:39:22 (5/5) Installing zeromq (4.3.3-r0) 00:39:22 Executing busybox-1.31.1-r19.trigger 00:39:22 OK: 8 MiB in 19 packages 00:39:23 Removing intermediate container 4e610fa4c3c8 00:39:23 ---> e3f367c34cf1 00:39:23 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:39:23 ---> 8ada3e8438d9 00:39:23 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:39:24 ---> ecd5d58d5a46 00:39:24 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:39:24 ---> 368743950b03 00:39:24 Step 19/23 : ENTRYPOINT ["/core-data"] 00:39:24 ---> Running in 6d16df63fd12 00:39:24 Removing intermediate container 6d16df63fd12 00:39:24 ---> 27d8de12b78f 00:39:24 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:24 ---> Running in db2b53c3117e 00:39:25 Removing intermediate container db2b53c3117e 00:39:25 ---> 6d0836a382b9 00:39:25 Step 21/23 : LABEL arch=x86_64 00:39:25 ---> Running in 2f32d508ad8f 00:39:25 Removing intermediate container 2f32d508ad8f 00:39:25 ---> 5100068a9dff 00:39:25 Step 22/23 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:39:25 ---> Running in 28921ff9f8a2 00:39:25 Removing intermediate container 28921ff9f8a2 00:39:25 ---> cf61de08ad64 00:39:25 Step 23/23 : LABEL version=0.0.0 00:39:25 ---> Running in 831aaa23b02f 00:39:25 Removing intermediate container 831aaa23b02f 00:39:25 ---> 429348ab30a6 00:39:25 00:39:25 Successfully built 429348ab30a6 00:39:25 Successfully tagged docker-core-data-go:latest 00:39:26  Building docker-core-data-go ... done  [Pipeline] } 00:39:26 $ docker stop --time=1 4e0b0b0e4506c4a6cdd3abc60536bb558f877615a8e7198a170c743b277a7d30 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.302s coverage: 28.6% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.173s coverage: 100.0% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.079s coverage: 100.0% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.367s coverage: 86.7% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.373s coverage: 97.5% of statements 00:39:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:27 $ docker rm -f 4e0b0b0e4506c4a6cdd3abc60536bb558f877615a8e7198a170c743b277a7d30 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:28 + docker images 00:39:28 + grep docker 00:39:28 docker-core-data-go latest 429348ab30a6 3 seconds ago 22.3MB 00:39:28 docker-support-notifications-go latest 553e42b9a377 8 seconds ago 12MB 00:39:28 docker-sys-mgmt-agent-go latest c65420e043bb 9 seconds ago 313MB 00:39:28 docker-security-proxy-setup-go latest e4ce0f9a13ab 22 seconds ago 24.5MB 00:39:28 docker-support-scheduler-go latest 766231dfcc13 31 seconds ago 10.7MB 00:39:28 docker-security-secretstore-setup-go latest aaad1da6e780 About a minute ago 24.6MB 00:39:28 docker-security-bootstrap-redis-go latest 8294465d00fa About a minute ago 15.8MB 00:39:28 docker-core-metadata-go latest a1f3b5e2e06b About a minute ago 13MB 00:39:28 docker-core-command-go latest 9f5609644029 2 minutes ago 10.6MB 00:39:28 docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } 00:39:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.131s coverage: 78.3% of statements 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [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:39:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.096s coverage: 93.8% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.160s coverage: 0.1% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.110s coverage: 75.5% of statements 00:39:35 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.075s coverage: 80.8% of statements 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.141s coverage: 87.2% of statements 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.144s coverage: 84.2% of statements 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.276s coverage: 91.4% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.567s coverage: 63.5% of statements 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.058s coverage: 100.0% of statements 00:39:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.090s coverage: 73.7% of statements 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.082s coverage: 100.0% of statements 00:39:44 Still waiting to schedule task 00:39:44 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-19004’ 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.938s coverage: 55.9% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.416s coverage: 37.0% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.551s coverage: 84.0% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.105s coverage: 100.0% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.320s coverage: 47.1% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.148s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.124s coverage: 100.0% of statements 00:39:54 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.255s coverage: 29.1% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.175s coverage: 99.0% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.089s coverage: 100.0% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/system 0.042s coverage: 0.0% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.098s coverage: 87.9% of statements 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:00 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.060s coverage: 100.0% of statements 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.048s coverage: 32.1% of statements 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:40:02 GO111MODULE=on go vet ./... 00:41:10 gofmt -l . 00:41:10 [ "`gofmt -l .`" = "" ] 00:41:10 ./bin/test-go-mod-tidy.sh 00:41:10 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:14 + ls -al . 00:41:14 total 668 00:41:14 drwxrwxr-x 9 1001 1001 4096 Jan 8 00:41 . 00:41:14 drwxr-xr-x 4 root root 4096 Jan 8 00:37 .. 00:41:14 -rw-rw-r-- 1 1001 1001 11 Jan 8 00:35 .dockerignore 00:41:14 drwxrwxr-x 8 1001 1001 4096 Jan 8 00:36 .git 00:41:14 drwxrwxr-x 3 1001 1001 4096 Jan 8 00:35 .github 00:41:14 -rw-rw-r-- 1 1001 1001 824 Jan 8 00:35 .gitignore 00:41:14 -rw-rw-r-- 1 1001 1001 166 Jan 8 00:35 .sonarcloud.properties 00:41:14 -rw-rw-r-- 1 1001 1001 3804 Jan 8 00:35 CONTRIBUTING.md 00:41:14 -rw-rw-r-- 1 1001 1001 931 Jan 8 00:35 Dockerfile.build 00:41:14 -rw-rw-r-- 1 1001 1001 863 Jan 8 00:35 Jenkinsfile 00:41:14 -rw-rw-r-- 1 1001 1001 10775 Jan 8 00:35 LICENSE 00:41:14 -rw-rw-r-- 1 1001 1001 5750 Jan 8 00:35 Makefile 00:41:14 -rw-rw-r-- 1 1001 1001 6524 Jan 8 00:35 README.md 00:41:14 -rw-rw-r-- 1 1001 1001 6744 Jan 8 00:35 SECURITY.md 00:41:14 -rw-rw-r-- 1 1001 1001 5 Jan 8 00:32 VERSION 00:41:14 -rw-rw-r-- 1 1001 1001 4131 Jan 8 00:35 ZMQWindows.md 00:41:14 drwxrwxr-x 2 1001 1001 4096 Jan 8 00:35 bin 00:41:14 drwxrwxr-x 14 1001 1001 4096 Jan 8 00:35 cmd 00:41:14 -rw-r--r-- 1 root root 541590 Jan 8 00:40 coverage.out 00:41:14 -rw-r--r-- 1 root root 979 Jan 8 00:41 go.mod 00:41:14 -rw-r--r-- 1 root root 19019 Jan 8 00:41 go.sum 00:41:14 drwxrwxr-x 8 1001 1001 4096 Jan 8 00:35 internal 00:41:14 drwxrwxr-x 4 1001 1001 4096 Jan 8 00:35 openapi 00:41:14 drwxrwxr-x 4 1001 1001 4096 Jan 8 00:35 snap 00:41:14 -rw-rw-r-- 1 1001 1001 168 Jan 8 00:35 version.go [Pipeline] sh 00:41:15 + '[' -e coverage.out ] 00:41:15 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:15 Warning: overwriting stash ‘coverage-report’ 00:41:16 Stashed 1 file(s) [Pipeline] sh 00:41:17 + make build 00:41: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:41:18 Running on prd-ubuntu18.04-docker-8c-8g-19006 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:41:18 Running in /w/workspace/edgex-go/35 [Pipeline] { [Pipeline] checkout 00:41:21 using credential edgex-jenkins-ssh 00:41:21 Cloning the remote Git repository 00:41:21 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:21 > git init /w/workspace/edgex-go/35 # timeout=10 00:41:21 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:21 > git --version # timeout=10 00:41:21 > git --version # 'git version 2.17.1' 00:41:21 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:21 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41: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:41:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:33 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:33 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:33 Merging remotes/origin/master commit 6aacc02e765899b5f00a422c0b56178915ca79e6 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:41:34 Merge succeeded, producing 798b23c0fdba31e29efa4619ede7496e95b64f5a 00:41:34 Checking out Revision 798b23c0fdba31e29efa4619ede7496e95b64f5a (PR-2858) 00:41:33 > git config core.sparsecheckout # timeout=10 00:41:33 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:41:33 > git remote # timeout=10 00:41:33 > git config --get remote.origin.url # timeout=10 00:41:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:33 > git merge 6aacc02e765899b5f00a422c0b56178915ca79e6 # timeout=10 00:41:34 > git rev-parse HEAD^{commit} # timeout=10 00:41:34 > git config core.sparsecheckout # timeout=10 00:41:34 > git checkout -f 798b23c0fdba31e29efa4619ede7496e95b64f5a # timeout=10 00:41:37 Commit message: "Merge commit '6aacc02e765899b5f00a422c0b56178915ca79e6' into HEAD" 00:41:37 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:37 > git rev-list --no-walk 8f10267bcd361eb88b372cd8190b7778f04a985d # timeout=10 00:41:38 + echo snap-build.sh 00:41:38 snap-build.sh 00:41:38 + SNAP_BASE_DIR=. 00:41:38 + '[' '!' -z /w/workspace/edgex-go/35 ']' 00:41:38 + SNAP_BASE_DIR=/w/workspace/edgex-go/35 00:41:38 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/35]' 00:41:38 [snap-build] Building snap in dir [/w/workspace/edgex-go/35] 00:41:38 + cd /w/workspace/edgex-go/35 00:41:38 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:38 Reading package lists... 00:41:38 Building dependency tree... 00:41:38 Reading state information... 00:41:38 The following packages were automatically installed and are no longer required: 00:41:38 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:38 uidmap xdelta3 00:41:38 Use 'sudo apt autoremove' to remove them. 00:41:38 The following packages will be REMOVED: 00:41:38 lxd* lxd-client* 00:41:39 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:39 After this operation, 31.7 MB disk space will be freed. 00:41:40 (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:41:40 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:41 Removing lxd dnsmasq configuration 00:41:41 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:41 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:42 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:42 (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:41:42 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:44 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:44 Processing triggers for ureadahead (0.100.0-21) ... 00:41:45 + sudo snap remove --purge lxd 00:41:45 snap "lxd" is not installed 00:41:45 + sudo groupadd --force --system lxd 00:41:45 ++ whoami 00:41:45 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:45 + newgrp - lxd 00:41:45 + sudo snap install lxd 00:41:50 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:41:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:54 2021-01-08T00:41:51Z INFO Waiting for automatic snapd restart... 00:41:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:41:58 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:42:04 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:42:08 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:42:09 lxd 4.9 from Canonical* installed 00:42:09 + sudo lxd init --auto 00:42:12 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:42:15 + sudo snap install --classic snapcraft 00:42: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:42:19 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:42:20 snapcraft 4.4.4 from Canonical* installed 00:42:20 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:20 + patch --verbose -p1 00:42:20 Hmm... Looks like a unified diff to me... 00:42:20 The text leading up to this was: 00:42:20 -------------------------- 00:42:20 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:20 |From: Tony Espy 00:42:20 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:42:20 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:20 | 00:42:20 |This patch is used by the EdgeX CI pipeline builds to 00:42:20 |optimize the snap CI check run for pull requests. When 00:42:20 |applied, it essentially strips out everything (apps and 00:42:20 |parts) from the snapcraft.yaml file except those required 00:42:20 |to build edgex-go, as the whole idea of the CI check is to 00:42:20 |catch changes to edgex-go that break the snap build. 00:42:20 | 00:42:20 |In general, anyone updating snapcraft.yaml will also need 00:42:20 |to update this patch file, otherwise it may fail to apply, 00:42:20 |resulting in a failed snap build CI check in the associated 00:42:20 |pull request. 00:42:20 | 00:42:20 |Note - in addition to applying this patch, the pipeline also 00:42:20 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:20 |need to build the finally binary .snap file (and it won't 00:42:20 |work with the patch applied). This further reduces the build 00:42:20 |time. 00:42:20 |--- 00:42:20 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:42:20 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:42:20 | 00:42:20 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:20 |index 1e537489..faf42425 100644 00:42:20 |--- a/snap/snapcraft.yaml 00:42:20 |+++ b/snap/snapcraft.yaml 00:42:20 -------------------------- 00:42:20 patching file snap/snapcraft.yaml 00:42:20 Using Plan A... 00:42:20 Hunk #1 succeeded at 73. 00:42:20 Hunk #2 succeeded at 202 with fuzz 1. 00:42:20 Hunk #3 succeeded at 214. 00:42:20 Hunk #4 FAILED at 222. 00:42:20 Hunk #5 succeeded at 300 (offset 1 line). 00:42:20 Hunk #6 succeeded at 327 (offset 1 line). 00:42:20 Hunk #7 succeeded at 361 (offset 1 line). 00:42:20 Hunk #8 FAILED at 411. 00:42:20 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:42:20 Hmm... Ignoring the trailing garbage. 00:42:20 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:42:22 Failed in branch amd64 00:42:22 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 [Pipeline] } 00:42:27 $ docker stop --time=1 678f53abf1e079b63b2e102f1a2611de51f419174f3ff4e812bd8095b124e75a 00:42:30 $ docker rm -f 678f53abf1e079b63b2e102f1a2611de51f419174f3ff4e812bd8095b124e75a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:31 00:42:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:32 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:32 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:32 29e5d40040c1: Pulling fs layer 00:42:32 1ce36da41761: Pulling fs layer 00:42:32 25b303627fd3: Pulling fs layer 00:42:32 29e5d40040c1: Verifying Checksum 00:42:32 29e5d40040c1: Download complete 00:42:33 1ce36da41761: Verifying Checksum 00:42:33 1ce36da41761: Download complete 00:42:33 29e5d40040c1: Pull complete 00:42:34 1ce36da41761: Pull complete 00:42:34 25b303627fd3: Download complete 00:42:44 25b303627fd3: Pull complete 00:42:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:45 prd-ubuntu18.04-docker-arm64-4c-16g-19001 does not seem to be running inside a container 00:42:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:48 $ docker top 0a15dc9ccb993884dba5fcec2fd94f44849af436a26b22a21478c9ab3a67c1f1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:49 + docker-compose build+ --helpgrep 00:42:49 parallel 00:42:52 --parallel Build images in parallel. [Pipeline] } 00:42:53 $ docker stop --time=1 0a15dc9ccb993884dba5fcec2fd94f44849af436a26b22a21478c9ab3a67c1f1 00:42:54 $ docker rm -f 0a15dc9ccb993884dba5fcec2fd94f44849af436a26b22a21478c9ab3a67c1f1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:55 . [Pipeline] withDockerContainer 00:42:56 prd-ubuntu18.04-docker-arm64-4c-16g-19001 does not seem to be running inside a container 00:42:56 $ 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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:57 $ docker top 6571be519ac00e671e6f05d53cfff51ad4e8d732cab891192fd130b14a9d5757 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:58 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:02 Building docker-core-command-go ... 00:43:02 Building docker-core-data-go ... 00:43:02 Building docker-core-metadata-go ... 00:43:02 Building docker-security-bootstrap-redis-go ... 00:43:02 Building docker-security-proxy-setup-go ... 00:43:02 Building docker-security-secretstore-setup-go ... 00:43:02 Building docker-support-notifications-go ... 00:43:02 Building docker-support-scheduler-go ... 00:43:02 Building docker-sys-mgmt-agent-go ... 00:43:02 Building docker-sys-mgmt-agent-go 00:43:02 Building docker-support-notifications-go 00:43:02 Building docker-core-command-go 00:43:02 Building docker-core-metadata-go 00:43:02 Building docker-security-proxy-setup-go 00:44:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:10 ---> 542a52469b85 00:44:10 Step 3/22 : WORKDIR /edgex-go 00:44:10 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:10 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:10 ---> 542a52469b85 00:44:10 Step 3/21 : WORKDIR /edgex-go 00:44:10 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:10 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:10 ---> 542a52469b85 00:44:10 Step 3/24 : WORKDIR /edgex-go 00:44:10 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:10 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:10 ---> 542a52469b85 00:44:10 Step 3/26 : WORKDIR /edgex-go 00:44:10 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:10 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:10 ---> 542a52469b85 00:44:10 Step 3/22 : WORKDIR /edgex-go 00:44:10 ---> Running in f40ef7d35fb6 00:44:10 ---> Running in 11302753b919 00:44:10 ---> Running in d7c067f907e5 00:44:10 ---> Running in 24d8b3ff6f1d 00:44:10 ---> Running in c070c0c88097 00:44:11 Removing intermediate container 24d8b3ff6f1d 00:44:11 ---> 0a357d48848f 00:44:11 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:11 Removing intermediate container f40ef7d35fb6 00:44:11 ---> a35e2dcb3dd2 00:44:11 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:11 Removing intermediate container c070c0c88097 00:44:11 ---> 1464f7bc8fe5 00:44:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:11 Removing intermediate container d7c067f907e5 00:44:11 ---> 3a406f0f04da 00:44:11 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:11 Removing intermediate container 11302753b919 00:44:11 ---> b74b4ef6d752 00:44:11 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:11 ---> Running in 97a9229b8d33 00:44:11 ---> Running in 3b254232d383 00:44:11 ---> Running in fc18e0f32b5d 00:44:11 ---> Running in ae95050ad218 00:44:12 ---> Running in 6ffedba8c0e6 00:44:15 Removing intermediate container 97a9229b8d33 00:44:15 ---> d2f6027a3609 00:44:15 Step 5/26 : RUN apk add --update --no-cache make bash git 00:44:15 ---> Running in 3115d36e7c52 00:44:15 Removing intermediate container fc18e0f32b5d 00:44:15 ---> a4008d0cb710 00:44:15 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:16 ---> Running in c67fb3469965 00:44:16 Removing intermediate container ae95050ad218 00:44:16 ---> 307a3c9f1d38 00:44:16 Step 5/22 : RUN apk add --update --no-cache make git 00:44:16 ---> Running in 0f929b84a8e5 00:44:16 Removing intermediate container 6ffedba8c0e6 00:44:16 Removing intermediate container 3b254232d383 00:44:16 ---> ec9862502014 00:44:16 Step 5/22 : RUN apk add --update --no-cache make git 00:44:16 ---> e45884650d8d 00:44:16 Step 5/21 : RUN apk add --update --no-cache make git 00:44:16 ---> Running in 699de003f7f2 00:44:16 ---> Running in ad6f627b79c7 00:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:18 OK: 217 MiB in 51 packages 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:19 OK: 217 MiB in 51 packages 00:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:19 OK: 217 MiB in 51 packages 00:44:20 Removing intermediate container 3115d36e7c52 00:44:20 ---> faa22f08a844 00:44:20 Step 6/26 : COPY go.mod . 00:44:20 OK: 217 MiB in 51 packages 00:44:20 OK: 217 MiB in 51 packages 00:44:20 Removing intermediate container c67fb3469965 00:44:20 ---> 49d574886cc6 00:44:20 Step 6/24 : COPY go.mod . 00:44:21 ---> 17863e1883ee 00:44:21 Step 7/26 : RUN go mod download 00:44:21 ---> Running in 8b9fdf0662ec 00:44:21 Removing intermediate container 0f929b84a8e5 00:44:21 ---> d11f2ba6545b 00:44:21 Step 6/22 : COPY go.mod . 00:44:22 Removing intermediate container ad6f627b79c7 00:44:22 ---> 07439f1cc8de 00:44:22 Step 6/21 : COPY go.mod . 00:44:22 Removing intermediate container 699de003f7f2 00:44:22 ---> 72627fb14d24 00:44:22 Step 6/22 : COPY go.mod . 00:44:22 ---> 0f7ed118208e 00:44:22 Step 7/24 : RUN go mod download 00:44:22 ---> Running in dcaf3d53473a 00:44:22 ---> 0d8a3e2e5eb7 00:44:22 Step 7/22 : RUN go mod download 00:44:22 ---> Running in 39ca23f76562 00:44:23 ---> e53777c48d41 00:44:23 Step 7/21 : RUN go mod download 00:44:23 ---> 10c5e5d79d3c 00:44:23 Step 7/22 : RUN go mod download 00:44:23 ---> Running in d47b67c2e4da 00:44:23 ---> Running in 5872427828f5 00:44:25 Removing intermediate container 8b9fdf0662ec 00:44:25 ---> 135f12ad7e36 00:44:25 Step 8/26 : COPY . . 00:44:26 Removing intermediate container dcaf3d53473a 00:44:26 ---> 267c3e03a398 00:44:26 Step 8/24 : COPY . . 00:44:27 Removing intermediate container 39ca23f76562 00:44:27 ---> 04d4fcec07d7 00:44:27 Step 8/22 : COPY . . 00:44:28 Removing intermediate container d47b67c2e4da 00:44:28 ---> 3899d4cb1fb2 00:44:28 Step 8/21 : COPY . . 00:44:28 Removing intermediate container 5872427828f5 00:44:28 ---> c5dbb9f39ce3 00:44:28 Step 8/22 : COPY . . 00:44:55 ---> 60ecbc6bd1c8 00:44:55 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:44:55 ---> 77bcea101f04 00:44:55 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:44:55 ---> 78c4cbad57c6 00:44:55 Step 9/22 : RUN make cmd/core-command/core-command 00:44:55 ---> 86c7734823de 00:44:55 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:44:55 ---> 43e310e87e74 00:44:55 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:44:55 ---> Running in 022a771b9214 00:44:55 ---> Running in bf183dd0d18f 00:44:55 ---> Running in 642fb5bb247e 00:44:55 ---> Running in c2ea56d87bb0 00:44:55 ---> Running in 22b0ab4599d2 00:44: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:44:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:44: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:44: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:44:55 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:46:32 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:46:34 Removing intermediate container 022a771b9214 00:46:34 ---> f3fb91902e39 00:46:34 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:46:35 ---> Running in 1948bcd16741 00:46:37 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:46:38 Removing intermediate container 22b0ab4599d2 00:46:38 ---> 0e45a3e050fb 00:46:38 00:46:38 Step 10/21 : FROM alpine:3.12 00:46:38 3.12: Pulling from library/alpine 00:46:38 Removing intermediate container 642fb5bb247e 00:46:38 ---> a30941f1dbc9 00:46:38 00:46:38 Step 10/22 : FROM scratch 00:46:38 ---> 00:46:38 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:38 Removing intermediate container bf183dd0d18f 00:46:38 ---> 46b317b830c6 00:46:38 00:46:38 Step 10/24 : FROM scratch 00:46:38 ---> 00:46:38 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:46:39 ---> Running in eb839c127771 00:46:39 ---> Running in 54b36cec360b 00:46:40 Removing intermediate container eb839c127771 00:46:40 ---> 040323ff6210 00:46:40 Step 12/22 : ENV APP_PORT=48082 00:46:40 Removing intermediate container 54b36cec360b 00:46:40 ---> 84a0d418c17a 00:46:40 Step 12/24 : ENV APP_PORT=48060 00:46:40 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:46:40 Status: Downloaded newer image for alpine:3.12 00:46:40 ---> afeebe901d6b 00:46:40 Step 11/21 : RUN apk add --update --no-cache curl 00:46:40 ---> Running in 4cde3170ef45 00:46:40 ---> Running in 1eb44a8c284d 00:46:40 ---> Running in 4495fbbe9148 00:46:41 Removing intermediate container 1eb44a8c284d 00:46:41 ---> 4ec41324b5de 00:46:41 Step 13/24 : EXPOSE $APP_PORT 00:46:41 Removing intermediate container 4cde3170ef45 00:46:41 ---> f700c3515622 00:46:41 Step 13/22 : EXPOSE $APP_PORT 00:46:41 ---> Running in 9ffd43bac61f 00:46:41 ---> Running in a72b99ff92f5 00:46:41 Removing intermediate container 1948bcd16741 00:46:41 ---> 53ab6366cdff 00:46:41 00:46:41 Step 11/26 : FROM docker:20.10.0 00:46:41 20.10.0: Pulling from library/docker 00:46:42 Removing intermediate container 9ffd43bac61f 00:46:42 ---> 78bc656bba5e 00:46:42 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:46:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:42 Removing intermediate container a72b99ff92f5 00:46:42 ---> f80c2ce7d774 00:46:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:42 Step 14/22 : WORKDIR / 00:46:43 ---> Running in 8e0102748abd 00:46:43 (1/4) Installing ca-certificates (20191127-r4) 00:46:43 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:46:43 (3/4) Installing libcurl (7.69.1-r3) 00:46:43 (4/4) Installing curl (7.69.1-r3) 00:46:43 Executing busybox-1.31.1-r19.trigger 00:46:43 Executing ca-certificates-20191127-r4.trigger 00:46:43 OK: 7 MiB in 18 packages 00:46:44 ---> bfc35771a081 00:46:44 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:46:44 Removing intermediate container 8e0102748abd 00:46:44 ---> 0410afee22eb 00:46:44 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:46:47 ---> afeb84c99b46 00:46:47 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:46:47 Removing intermediate container 4495fbbe9148 00:46:47 ---> 343d68882387 00:46:47 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:47 ---> 7f61c9a0cd0a 00:46:47 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:46:47 ---> Running in f3941d88ff1f 00:46:49 ---> 082e602ed6b4 00:46:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:46:49 Removing intermediate container f3941d88ff1f 00:46:49 ---> 185001b3e088 00:46:49 Step 13/21 : WORKDIR /edgex 00:46:49 ---> 723641c9bdd5 00:46:49 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:46:49 ---> Running in 14b8c0e8a94b 00:46:50 Removing intermediate container c2ea56d87bb0 00:46:50 ---> 8b7a359b56f0 00:46:50 00:46:50 Step 10/22 : FROM scratch 00:46:50 ---> 00:46:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:46:50 ---> Using cache 00:46:50 ---> 040323ff6210 00:46:50 Step 12/22 : ENV APP_PORT=48081 00:46:50 ---> e35e04916e4d 00:46:50 Step 18/22 : ENTRYPOINT ["/core-command"] 00:46:50 ---> Running in 9d6eef43f4d7 00:46:51 ---> Running in e4474b4c4e41 00:46:51 Removing intermediate container 14b8c0e8a94b 00:46:51 ---> 4cc6a1668f63 00:46:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:46:51 ---> a4aa854b6f48 00:46:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:46:51 Removing intermediate container 9d6eef43f4d7 00:46:51 ---> bcaeb06a65d4 00:46:51 Step 13/22 : EXPOSE $APP_PORT 00:46:51 Removing intermediate container e4474b4c4e41 00:46:51 ---> fd82c324c83c 00:46:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:51 ---> Running in 25fcad56336a 00:46:52 ---> Running in 62adb7e59c4b 00:46:52 ---> 4667c719aaa2 00:46:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:46:53 Removing intermediate container 25fcad56336a 00:46:53 ---> 8cedec4513e5 00:46:53 Step 14/22 : WORKDIR / 00:46:53 ---> 55e055352415 00:46:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:46:53 ---> Running in 50c4bfe48289 00:46:53 Removing intermediate container 62adb7e59c4b 00:46:53 ---> f48d236bda34 00:46:53 Step 20/22 : LABEL arch=arm64 00:46:53 ---> Running in e42d79e9db17 00:46:54 ---> eb96f0b223a9 00:46:54 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:46:54 ---> 7bfdf041e913 00:46:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:46:54 Removing intermediate container 50c4bfe48289 00:46:54 ---> 53c3b0ee9eb8 00:46:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:46:54 ---> Running in f9a0aefc6ef9 00:46:54 Removing intermediate container e42d79e9db17 00:46:54 ---> 8ea8f157df38 00:46:54 Step 21/22 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:46:55 ---> Running in 2894f593cadd 00:46:55 Removing intermediate container f9a0aefc6ef9 00:46:55 ---> 21290aeea62a 00:46:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:46:55 ---> c7a2469b3720 00:46:55 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:46:55 ---> Running in 8f902e8ac631 00:46:55 ---> 98d7b684e65a 00:46:55 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:46:55 Removing intermediate container 2894f593cadd 00:46:55 ---> 57acca69c12a 00:46:55 Step 22/22 : LABEL version=0.0.0 00:46:56 ---> Running in 4b27a19f618a 00:46:56 ---> Running in 353374c0a55b 00:46:56 Removing intermediate container 8f902e8ac631 00:46:56 ---> 4aa1d0c30eb7 00:46:56 Step 22/24 : LABEL arch=arm64 00:46:56 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:46:56 Status: Downloaded newer image for docker:20.10.0 00:46:56 ---> eeaf43b92773 00:46:56 Step 12/26 : RUN apk add --no-cache bash 00:46:56 ---> Running in 113c584e2467 00:46:56 ---> Running in ce6ff6fcc9f5 00:46:56 Removing intermediate container 353374c0a55b 00:46:56 ---> 4895c0841f77 00:46:56 00:46:57 Removing intermediate container 4b27a19f618a 00:46:57 ---> fa019ef84bd9 00:46:57 Step 18/21 : CMD ["--init=true"] 00:46:57 ---> Running in fdae8da53af8 00:46:57 Removing intermediate container 113c584e2467 00:46:57 ---> 3eb161447866 00:46:57 Step 23/24 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:46:57 ---> 984f548ce3c4 00:46:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:46:57 Successfully built 4895c0841f77 00:46:57 Successfully tagged docker-core-command-go-arm64:latest 00:46:57  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 00:46:57 ---> Running in 3b3408d0a707 00:46:57 Removing intermediate container fdae8da53af8 00:46:57 ---> 67d568bcb63d 00:46:57 Step 19/21 : LABEL arch=arm64 00:46:58 ---> Running in e9b693536f33 00:46:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:58 Removing intermediate container 3b3408d0a707 00:46:58 ---> b32672cb3cd0 00:46:58 Step 24/24 : LABEL version=0.0.0 00:46:58 ---> 527058a78522 00:46:58 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:46:58 ---> Running in e415e241e3cc 00:46:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:58 ---> Running in 567c3108dcb9 00:46:58 Removing intermediate container e9b693536f33 00:46:58 ---> 983338805cf7 00:46:58 Step 20/21 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:46:59 (1/2) Installing readline (8.0.4-r0) 00:46:59 (2/2) Installing bash (5.0.17-r0) 00:46:59 Executing bash-5.0.17-r0.post-install 00:46:59 Executing busybox-1.31.1-r19.trigger 00:46:59 OK: 12 MiB in 22 packages 00:47:00 ---> Running in bfc3b1c6f977 00:47:00 Removing intermediate container e415e241e3cc 00:47:00 ---> 46ecf39930a8 00:47:00 00:47:00 Successfully built 46ecf39930a8 00:47:00 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:00 Removing intermediate container 567c3108dcb9 00:47:00 ---> 8c5c3bc265d7 00:47:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:00 Building docker-security-secretstore-setup-go 00:47:00  Building docker-support-notifications-go ... done Removing intermediate container bfc3b1c6f977 00:47:00 ---> 1114ccb47199 00:47:00 Step 21/21 : LABEL version=0.0.0 00:47:00 ---> Running in 6b837d9c22a2 00:47:01 ---> Running in 4050cabd8559 00:47:01 Removing intermediate container 6b837d9c22a2 00:47:01 ---> 642c5c865327 00:47:01 Step 20/22 : LABEL arch=arm64 00:47:02 Removing intermediate container ce6ff6fcc9f5 00:47:02 ---> 4a67b9343941 00:47:02 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:02 ---> Running in 7dae7db992e8 00:47:02 Removing intermediate container 4050cabd8559 00:47:02 ---> aadd7a93ff23 00:47:02 00:47:02 ---> Running in 07c1c8fe3bdc 00:47:03 Successfully built aadd7a93ff23 00:47:03 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:03  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 00:47:03 Removing intermediate container 7dae7db992e8 00:47:03 ---> 80226c3ae62b 00:47:03 Step 21/22 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:47:03 Removing intermediate container 07c1c8fe3bdc 00:47:03 ---> 02cf41152afe 00:47:03 Step 14/26 : ENV APP_PORT=48090 00:47:03 ---> Running in b7a0f77e88c6 00:47:03 ---> Running in 3c3e7823e9df 00:47:04 Removing intermediate container b7a0f77e88c6 00:47:04 ---> c8464ebf3351 00:47:04 Step 22/22 : LABEL version=0.0.0 00:47:04 Removing intermediate container 3c3e7823e9df 00:47:04 ---> df3f1f5f85a5 00:47:04 Step 15/26 : EXPOSE $APP_PORT 00:47:04 ---> Running in d1902482c3a4 00:47:05 ---> Running in 8ea8c8de9d18 00:47:05 Removing intermediate container d1902482c3a4 00:47:05 ---> 83c4e0befa1e 00:47:05 00:47:05 Successfully built 83c4e0befa1e 00:47:06 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:06  Building docker-core-metadata-go ... done Building docker-core-data-go 00:47:06 Removing intermediate container 8ea8c8de9d18 00:47:06 ---> 42882ca1da7d 00:47:06 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:08 ---> 498982d18b53 00:47:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:09 ---> e07b76891dcf 00:47:09 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:10 ---> 59fa4dd63a48 00:47:10 Step 19/26 : RUN apk --no-cache add py3-pip 00:47:10 ---> Running in e4b083f9814a 00:47:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:12 (1/33) Installing libbz2 (1.0.8-r1) 00:47:12 (2/33) Installing expat (2.2.9-r1) 00:47:12 (3/33) Installing libffi (3.3-r2) 00:47:12 (4/33) Installing gdbm (1.13-r1) 00:47:12 (5/33) Installing xz-libs (5.2.5-r0) 00:47:12 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:12 (7/33) Installing python3 (3.8.5-r0) 00:47:14 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:14 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:14 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:14 (11/33) Installing py3-six (1.15.0-r0) 00:47:14 (12/33) Installing py3-packaging (20.4-r0) 00:47:14 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:14 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:14 (15/33) Installing py3-idna (2.9-r0) 00:47:14 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:14 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:14 (18/33) Installing py3-requests (2.23.0-r0) 00:47:14 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:14 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:14 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:14 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:14 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:14 (24/33) Installing py3-distro (1.5.0-r1) 00:47:14 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:14 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:14 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:14 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:14 (29/33) Installing py3-progress (1.5-r0) 00:47:14 (30/33) Installing py3-toml (0.10.1-r0) 00:47:14 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:14 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:14 (33/33) Installing py3-pip (20.1.1-r0) 00:47:15 Executing busybox-1.31.1-r19.trigger 00:47:15 OK: 71 MiB in 55 packages 00:47:27 Removing intermediate container e4b083f9814a 00:47:27 ---> 37950d90a0fa 00:47:27 Step 20/26 : RUN pip install docker-compose==1.23.2 00:47:27 ---> Running in 5f987eb08499 00:47:31 Collecting docker-compose==1.23.2 00:47:32 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:47:33 Collecting websocket-client<1.0,>=0.32.0 00:47:33 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:47:34 Collecting PyYAML<4,>=3.10 00:47:34 Downloading PyYAML-3.13.tar.gz (270 kB) 00:47:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:47:37 ---> 542a52469b85 00:47:37 Step 3/22 : WORKDIR /edgex-go 00:47:37 ---> Using cache 00:47:37 ---> b74b4ef6d752 00:47:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:37 ---> Using cache 00:47:37 ---> e45884650d8d 00:47:37 Step 5/22 : RUN apk add --update --no-cache make git 00:47:37 ---> Using cache 00:47:37 ---> 07439f1cc8de 00:47:37 Step 6/22 : COPY go.mod . 00:47:37 ---> Using cache 00:47:37 ---> e53777c48d41 00:47:37 Step 7/22 : RUN go mod download 00:47:37 ---> Using cache 00:47:37 ---> 3899d4cb1fb2 00:47:37 Step 8/22 : COPY . . 00:47:37 ---> Using cache 00:47:37 ---> 43e310e87e74 00:47:37 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:47:37 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:47:38 Collecting jsonschema<3,>=2.5.1 00:47:38 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:47:40 Collecting dockerpty<0.5,>=0.4.1 00:47:40 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:47:40 ---> Running in 31dfa0956b3b 00:47:42 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:47:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:43 ---> 542a52469b85 00:47:43 Step 3/24 : WORKDIR /edgex-go 00:47:43 ---> Using cache 00:47:43 ---> b74b4ef6d752 00:47:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:43 ---> Using cache 00:47:43 ---> e45884650d8d 00:47:43 Step 5/24 : RUN apk add --update --no-cache make git 00:47:43 ---> Using cache 00:47:43 ---> 07439f1cc8de 00:47:43 Step 6/24 : COPY go.mod . 00:47:43 ---> Using cache 00:47:43 ---> e53777c48d41 00:47:43 Step 7/24 : RUN go mod download 00:47:43 ---> Using cache 00:47:43 ---> 3899d4cb1fb2 00:47:43 Step 8/24 : COPY . . 00:47:43 ---> Using cache 00:47:43 ---> 43e310e87e74 00:47:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:44 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:47:44 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:47:44 ---> Running in 7c42d5161bbe 00:47:44 Collecting texttable<0.10,>=0.9.0 00:47:44 Downloading texttable-0.9.1.tar.gz (11 kB) 00:47:46 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:47:46 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:46 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:47:46 ---> 542a52469b85 00:47:46 Step 3/21 : WORKDIR /edgex-go 00:47:46 ---> Using cache 00:47:46 ---> b74b4ef6d752 00:47:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:46 ---> Using cache 00:47:46 ---> e45884650d8d 00:47:46 Step 5/21 : RUN apk add --update --no-cache make git 00:47:46 ---> Using cache 00:47:46 ---> 07439f1cc8de 00:47:46 Step 6/21 : COPY go.mod . 00:47:46 ---> Using cache 00:47:46 ---> e53777c48d41 00:47:46 Step 7/21 : RUN go mod download 00:47:46 ---> Using cache 00:47:46 ---> 3899d4cb1fb2 00:47:46 Step 8/21 : COPY . . 00:47:46 ---> Using cache 00:47:46 ---> 43e310e87e74 00:47:46 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:47:47 ---> Running in b5df16b2c527 00:47:47 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:47:47 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:47:47 ---> 542a52469b85 00:47:47 Step 3/23 : WORKDIR /edgex-go 00:47:47 ---> Using cache 00:47:47 ---> b74b4ef6d752 00:47:47 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:47 ---> Using cache 00:47:47 ---> e45884650d8d 00:47:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:47:47 ---> Running in 17566078923c 00:47:47 Collecting docopt<0.7,>=0.6.1 00:47:47 Downloading docopt-0.6.2.tar.gz (25 kB) 00:47:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:50 OK: 217 MiB in 51 packages 00:47:51 Collecting docker<4.0,>=3.6.0 00:47:51 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:47:52 Collecting cached-property<2,>=1.2.0 00:47:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:47:52 Removing intermediate container 17566078923c 00:47:52 ---> 910721bce1b8 00:47:52 Step 6/23 : COPY go.mod . 00:47:52 Collecting idna<2.8,>=2.5 00:47:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:47:52 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:47:53 ---> 2ec4fab480ff 00:47:53 Step 7/23 : RUN go mod download 00:47:53 ---> Running in cef7f494f9f0 00:47:54 Collecting urllib3<1.25,>=1.21.1 00:47:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:47:54 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:47:55 Collecting docker-pycreds>=0.4.0 00:47:55 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:47:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:47:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:47:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:47:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:47:57 Installing collected packages: websocket-client, PyYAML, jsonschema, dockerpty, idna, urllib3, requests, texttable, docopt, docker-pycreds, docker, cached-property, docker-compose 00:47:57 Running setup.py install for PyYAML: started 00:47:57 Removing intermediate container cef7f494f9f0 00:47:57 ---> 4e698f1a9918 00:47:57 Step 8/23 : COPY . . 00:48:00 Running setup.py install for PyYAML: finished with status 'done' 00:48:00 Running setup.py install for dockerpty: started 00:48:06 Running setup.py install for dockerpty: finished with status 'done' 00:48:06 Attempting uninstall: idna 00:48:06 Found existing installation: idna 2.9 00:48:06 Uninstalling idna-2.9: 00:48:06 Successfully uninstalled idna-2.9 00:48:06 Attempting uninstall: urllib3 00:48:06 Found existing installation: urllib3 1.25.9 00:48:06 Uninstalling urllib3-1.25.9: 00:48:07 Successfully uninstalled urllib3-1.25.9 00:48:08 Attempting uninstall: requests 00:48:08 Found existing installation: requests 2.23.0 00:48:08 Uninstalling requests-2.23.0: 00:48:08 Successfully uninstalled requests-2.23.0 00:48:09 Running setup.py install for texttable: started 00:48:11 Running setup.py install for texttable: finished with status 'done' 00:48:11 Running setup.py install for docopt: started 00:48:14 Running setup.py install for docopt: finished with status 'done' 00:48:14 ---> 9a241ef8b822 00:48:14 Step 9/23 : RUN make cmd/core-data/core-data 00:48:15 ---> Running in 9e853a8a6d1a 00:48: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:48:17 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:48:22 Removing intermediate container 5f987eb08499 00:48:22 ---> 928d693e15bf 00:48:22 Step 21/26 : RUN apk --no-cache add curl 00:48:22 ---> Running in 74cad8ae2bf5 00:48:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:24 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:48:24 (2/3) Installing libcurl (7.69.1-r3) 00:48:24 (3/3) Installing curl (7.69.1-r3) 00:48:24 Executing busybox-1.31.1-r19.trigger 00:48:25 OK: 71 MiB in 58 packages 00:48:27 Removing intermediate container 74cad8ae2bf5 00:48:27 ---> 6fffd1c7e50b 00:48:27 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:48:27 ---> Running in 757ef0e58613 00:48:27 Removing intermediate container 757ef0e58613 00:48:27 ---> 29de36531c23 00:48:27 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:28 ---> Running in 3406bb8f7591 00:48:28 Removing intermediate container 3406bb8f7591 00:48:28 ---> f8a36c18f3c3 00:48:28 Step 24/26 : LABEL arch=arm64 00:48:29 ---> Running in 9f69fd5ebf16 00:48:29 Removing intermediate container 9f69fd5ebf16 00:48:29 ---> a3ba7edc382b 00:48:29 Step 25/26 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:48:29 ---> Running in 4d5b9ff3eb36 00:48:30 Removing intermediate container 4d5b9ff3eb36 00:48:30 ---> 5aba8ad708b4 00:48:30 Step 26/26 : LABEL version=0.0.0 00:48:30 ---> Running in 7054c61be91a 00:48:31 Removing intermediate container 7054c61be91a 00:48:31 ---> 4b79b94ee3cf 00:48:31 00:48:31 Successfully built 4b79b94ee3cf 00:48:31 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:48:58  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:49:05 Removing intermediate container 31dfa0956b3b 00:49:05 ---> 97fe6448ca21 00:49:05 00:49:05 Step 10/22 : FROM alpine:3.12 00:49:05 ---> afeebe901d6b 00:49:05 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:49:05 ---> Running in edeec19f2699 00:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:08 (1/5) Installing ca-certificates (20191127-r4) 00:49:08 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:49:08 (3/5) Installing libcurl (7.69.1-r3) 00:49:08 (4/5) Installing curl (7.69.1-r3) 00:49:08 (5/5) Installing dumb-init (1.2.2-r1) 00:49:08 Executing busybox-1.31.1-r19.trigger 00:49:08 Executing ca-certificates-20191127-r4.trigger 00:49:08 OK: 7 MiB in 19 packages 00:49:11 Removing intermediate container edeec19f2699 00:49:11 ---> 2283398a7e10 00:49:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:49:11 Removing intermediate container 7c42d5161bbe 00:49:11 ---> d6ae9d279c7a 00:49:11 00:49:11 Step 10/24 : FROM alpine:3.12 00:49:11 ---> afeebe901d6b 00:49:11 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:49:11 ---> Using cache 00:49:11 ---> 2283398a7e10 00:49:11 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:11 ---> Running in 8f4ec96a9ebb 00:49:11 ---> Running in 4a68c7e4a0f8 00:49:12 Removing intermediate container 8f4ec96a9ebb 00:49:12 ---> a54837278271 00:49:12 Step 13/22 : WORKDIR / 00:49:12 ---> Running in b1da12ec92f2 00:49:13 Removing intermediate container 4a68c7e4a0f8 00:49:13 ---> d467239955d7 00:49:13 Step 13/24 : WORKDIR / 00:49:13 ---> Running in 5c472f4f9044 00:49:13 Removing intermediate container b1da12ec92f2 00:49:13 ---> a4dba5780e86 00:49:13 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:49:14 Removing intermediate container 5c472f4f9044 00:49:14 ---> a2f65c3ef9a4 00:49:14 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:15 ---> 06728907eaf8 00:49:15 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:49:16 ---> 329436c59678 00:49:16 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:18 ---> 4efa533d581b 00:49:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:49:18 ---> 2b7a992891b9 00:49:18 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:19 Removing intermediate container b5df16b2c527 00:49:19 ---> 680b3cd4769b 00:49:19 00:49:19 Step 10/21 : FROM scratch 00:49:19 ---> 00:49:19 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:19 ---> Using cache 00:49:19 ---> 040323ff6210 00:49:19 Step 12/21 : ENV APP_PORT=48085 00:49:19 ---> 5d0c9f7b02e0 00:49:19 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:49:19 ---> Running in 9d8dee865ef8 00:49:20 ---> 6145fe36336d 00:49:20 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:20 Removing intermediate container 9d8dee865ef8 00:49:20 ---> ff30ecdb8906 00:49:20 Step 13/21 : EXPOSE $APP_PORT 00:49:20 ---> Running in 9c4a62e4f879 00:49:21 ---> 552b3a0eaeb0 00:49:21 Step 18/22 : RUN chmod +x entrypoint.sh 00:49:21 Removing intermediate container 9c4a62e4f879 00:49:21 ---> 864d95da7056 00:49:21 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:49:21 ---> Running in e925f2d8ac17 00:49:22 ---> ab7c37731739 00:49:22 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:23 ---> 8c74796eee43 00:49:23 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:25 ---> 5c3043c3051b 00:49:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:26 ---> c13bfa1ced9b 00:49:26 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:26 Removing intermediate container e925f2d8ac17 00:49:26 ---> 4b1433e72ee0 00:49:26 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:49:26 ---> Running in 03fac94aac17 00:49:27 ---> d1f176df88f2 00:49:27 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:49:27 ---> Running in 4fb3e10ee9dd 00:49:27 Removing intermediate container 03fac94aac17 00:49:27 ---> 09b798ada64e 00:49:27 Step 20/22 : LABEL arch=arm64 00:49:28 ---> 843b64458941 00:49:28 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:49:28 ---> Running in 2a81f82558ed 00:49:28 ---> Running in 172d8cbedf9e 00:49:29 Removing intermediate container 2a81f82558ed 00:49:29 ---> f9ec7db810aa 00:49:29 Step 21/22 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:49:29 Removing intermediate container 172d8cbedf9e 00:49:29 ---> 9f1f2144a669 00:49:29 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:29 ---> Running in 2d5f10146d9e 00:49:29 ---> Running in 442d93872230 00:49:30 Removing intermediate container 442d93872230 00:49:30 ---> 8da234a518a6 00:49:30 Step 19/21 : LABEL arch=arm64 00:49:30 Removing intermediate container 2d5f10146d9e 00:49:30 ---> 02828528d02c 00:49:30 Step 22/22 : LABEL version=0.0.0 00:49:30 ---> Running in 10c07c8fc3c8 00:49:30 ---> Running in 8210c370144e 00:49:30 Removing intermediate container 4fb3e10ee9dd 00:49:30 ---> c0174feaf72f 00:49:30 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:30 ---> Running in 3f3ae8cc45df 00:49:30 Removing intermediate container 10c07c8fc3c8 00:49:30 ---> 2a8c78eb2270 00:49:30 Step 20/21 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:49:31 Removing intermediate container 8210c370144e 00:49:31 ---> 5e8301e30a54 00:49:31 00:49:31 ---> Running in dab7dd53e848 00:49:31 Removing intermediate container 3f3ae8cc45df 00:49:31 ---> ba18c86afcc2 00:49:31 Step 22/24 : LABEL arch=arm64 00:49:31 ---> Running in cce5c862c007 00:49:31 Successfully built 5e8301e30a54 00:49:31 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:49:31  Building docker-security-bootstrap-redis-go ... done Removing intermediate container dab7dd53e848 00:49:31 ---> 0faeac77eca5 00:49:31 Step 21/21 : LABEL version=0.0.0 00:49:31 ---> Running in 608656cc2d46 00:49:32 Removing intermediate container cce5c862c007 00:49:32 ---> 4498712e65e9 00:49:32 Step 23/24 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:49:32 ---> Running in 7cb709cd8043 00:49:32 Removing intermediate container 608656cc2d46 00:49:32 ---> 724ca8f27213 00:49:32 00:49:32 Successfully built 724ca8f27213 00:49:33 Successfully tagged docker-support-scheduler-go-arm64:latest 00:49:33  Building docker-support-scheduler-go ... done Removing intermediate container 7cb709cd8043 00:49:33 ---> c6e431075578 00:49:33 Step 24/24 : LABEL version=0.0.0 00:49:33 ---> Running in 7c971f3da62d 00:49:33 Removing intermediate container 7c971f3da62d 00:49:33 ---> 0130db3ad6c6 00:49:33 00:49:34 Successfully built 0130db3ad6c6 00:49:34 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:42  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9e853a8a6d1a 00:49:42 ---> 7008cb4c3f03 00:49:42 00:49:42 Step 10/23 : FROM alpine:3.12 00:49:42 ---> afeebe901d6b 00:49:42 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:42 ---> Running in 2941270893b0 00:49:43 Removing intermediate container 2941270893b0 00:49:43 ---> 64b5d38deca2 00:49:43 Step 12/23 : ENV APP_PORT=48080 00:49:43 ---> Running in b9f88c608f24 00:49:43 Removing intermediate container b9f88c608f24 00:49:43 ---> 02b2fdc2400b 00:49:43 Step 13/23 : EXPOSE $APP_PORT 00:49:43 ---> Running in 403bf81d7958 00:49:44 Removing intermediate container 403bf81d7958 00:49:44 ---> 6201108f0ab2 00:49:44 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:44 ---> Running in c1341c8fea1c 00:49:46 Removing intermediate container c1341c8fea1c 00:49:46 ---> 5de70b57ff62 00:49:46 Step 15/23 : RUN apk add --update --no-cache zeromq 00:49:46 ---> Running in e2418c50f2f3 00:49:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:50 (1/5) Installing libgcc (9.3.0-r2) 00:49:50 (2/5) Installing libsodium (1.0.18-r0) 00:49:50 (3/5) Installing libstdc++ (9.3.0-r2) 00:49:51 (4/5) Installing libzmq (4.3.3-r0) 00:49:51 (5/5) Installing zeromq (4.3.3-r0) 00:49:52 Executing busybox-1.31.1-r19.trigger 00:49:52 OK: 8 MiB in 19 packages 00:49:53 Removing intermediate container e2418c50f2f3 00:49:53 ---> 59cf80518a27 00:49:53 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:49:54 ---> b200d9cabb96 00:49:54 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:49:55 ---> e249655d0603 00:49:55 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:49:55 ---> 702b50317426 00:49:55 Step 19/23 : ENTRYPOINT ["/core-data"] 00:49:55 ---> Running in 2c815c22c882 00:49:56 Removing intermediate container 2c815c22c882 00:49:56 ---> 2393a44b392f 00:49:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:56 ---> Running in 5541204b997a 00:49:56 Removing intermediate container 5541204b997a 00:49:56 ---> 7d23fa4f2a76 00:49:56 Step 21/23 : LABEL arch=arm64 00:49:56 ---> Running in 2c5c354266a9 00:49:57 Removing intermediate container 2c5c354266a9 00:49:57 ---> 36820d6521b7 00:49:57 Step 22/23 : LABEL git_sha=de83ab2f7c0f2dfed139955fbee6f3694396c926 00:49:57 ---> Running in 9a1fbf88ca6f 00:49:57 Removing intermediate container 9a1fbf88ca6f 00:49:57 ---> d96810711225 00:49:57 Step 23/23 : LABEL version=0.0.0 00:49:58 ---> Running in 578eb12d0ec1 00:49:58 Removing intermediate container 578eb12d0ec1 00:49:58 ---> 011734551443 00:49:58 00:49:58 Successfully built 011734551443 00:49:58 Successfully tagged docker-core-data-go-arm64:latest 00:49:59  Building docker-core-data-go ... done  [Pipeline] } 00:49:59 $ docker stop --time=1 6571be519ac00e671e6f05d53cfff51ad4e8d732cab891192fd130b14a9d5757 00:50:01 $ docker rm -f 6571be519ac00e671e6f05d53cfff51ad4e8d732cab891192fd130b14a9d5757 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:01 + grep docker 00:50:01 + docker images 00:50:02 docker-core-data-go-arm64 latest 011734551443 3 seconds ago 21MB 00:50:02 docker-security-secretstore-setup-go-arm64 latest 0130db3ad6c6 28 seconds ago 23.4MB 00:50:02 docker-support-scheduler-go-arm64 latest 724ca8f27213 29 seconds ago 10MB 00:50:02 docker-security-bootstrap-redis-go-arm64 latest 5e8301e30a54 31 seconds ago 15.1MB 00:50:02 docker-sys-mgmt-agent-go-arm64 latest 4b79b94ee3cf About a minute ago 300MB 00:50:02 docker-core-metadata-go-arm64 latest 83c4e0befa1e 2 minutes ago 12.2MB 00:50:02 docker-security-proxy-setup-go-arm64 latest aadd7a93ff23 3 minutes ago 23.3MB 00:50:02 docker-support-notifications-go-arm64 latest 46ecf39930a8 3 minutes ago 11.4MB 00:50:02 docker-core-command-go-arm64 latest 4895c0841f77 3 minutes ago 9.98MB 00:50:02 docker 20.10.0 eeaf43b92773 3 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:50:05 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:50:06 ---> package-listing.sh 00:50:06 ++ facter osfamily 00:50:06 ++ tr '[:upper:]' '[:lower:]' 00:50:06 + OS_FAMILY=redhat 00:50:06 + workspace=/w/workspace/edgex-go/35 00:50:06 + START_PACKAGES=/tmp/packages_start.txt 00:50:06 + END_PACKAGES=/tmp/packages_end.txt 00:50:06 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:50:06 + PACKAGES=/tmp/packages_start.txt 00:50:06 + '[' /w/workspace/edgex-go/35 ']' 00:50:06 + PACKAGES=/tmp/packages_end.txt 00:50:06 + case "${OS_FAMILY}" in 00:50:06 + rpm -qa 00:50:06 + sort 00:50:11 + '[' -f /tmp/packages_start.txt ']' 00:50:11 + '[' -f /tmp/packages_end.txt ']' 00:50:11 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:50:11 + '[' /w/workspace/edgex-go/35 ']' 00:50:11 + mkdir -p /w/workspace/edgex-go/35/archives/ 00:50:11 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/35/archives/ [Pipeline] echo 00:50:11 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/35/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:50:11 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:50:12 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:12 00:50:12 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:50:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:12 alpine: Pulling from edgex-lftools-log-publisher 00:50:12 df20fa9351a1: Pulling fs layer 00:50:12 36b3adc4ff6f: Pulling fs layer 00:50:12 8ad3a11d3b57: Pulling fs layer 00:50:12 46f8f816bc3b: Pulling fs layer 00:50:12 93b61091891f: Pulling fs layer 00:50:12 93b9cdb0e59b: Pulling fs layer 00:50:12 5e14af77c1be: Pulling fs layer 00:50:12 01666e4c0597: Pulling fs layer 00:50:12 aa168da1d23b: Pulling fs layer 00:50:12 46f8f816bc3b: Waiting 00:50:12 93b61091891f: Waiting 00:50:12 93b9cdb0e59b: Waiting 00:50:12 01666e4c0597: Waiting 00:50:12 aa168da1d23b: Waiting 00:50:12 36b3adc4ff6f: Download complete 00:50:12 46f8f816bc3b: Download complete 00:50:12 df20fa9351a1: Verifying Checksum 00:50:12 df20fa9351a1: Download complete 00:50:12 8ad3a11d3b57: Verifying Checksum 00:50:12 8ad3a11d3b57: Download complete 00:50:12 5e14af77c1be: Verifying Checksum 00:50:12 5e14af77c1be: Download complete 00:50:12 01666e4c0597: Download complete 00:50:13 df20fa9351a1: Pull complete 00:50:13 93b61091891f: Download complete 00:50:13 36b3adc4ff6f: Pull complete 00:50:13 93b9cdb0e59b: Verifying Checksum 00:50:13 93b9cdb0e59b: Download complete 00:50:14 8ad3a11d3b57: Pull complete 00:50:14 46f8f816bc3b: Pull complete 00:50:14 aa168da1d23b: Verifying Checksum 00:50:14 aa168da1d23b: Download complete 00:50:16 93b61091891f: Pull complete 00:50:16 93b9cdb0e59b: Pull complete 00:50:17 5e14af77c1be: Pull complete 00:50:17 01666e4c0597: Pull complete 00:50:25 aa168da1d23b: Pull complete 00:50:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:50:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:50:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:50:25 prd-centos7-docker-4c-2g-18997 does not seem to be running inside a container 00:50:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/35/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/35 -v /w/workspace/edgex-go/35:/w/workspace/edgex-go/35:rw,z -v /w/workspace/edgex-go/35@tmp:/w/workspace/edgex-go/35@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:50:30 $ docker top 8cd7b02c255cf207bc90f8e994f2bcaa296fd4130742b11cb852d1df4265b585 -eo pid,comm [Pipeline] { [Pipeline] sh 00:50:30 + touch /tmp/pre-build-complete [Pipeline] sh 00:50:31 + mkdir -p /var/log/sa [Pipeline] sh 00:50:31 + ls /var/log/sa-host 00:50:31 + sadf -c /var/log/sa-host/sa08 00:50:31 file_magic: OK 00:50:31 HZ: Using current value: 100 00:50:31 file_header: OK 00:50:31 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:50:31 Statistics: 00:50:31 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:50:31 File successfully converted to sysstat format version 12.2.1 00:50:31 + sadf -c /var/log/sa-host/sa23 00:50:31 file_magic: OK 00:50:31 HZ: Using current value: 100 00:50:31 file_header: OK 00:50:31 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:50:31 Statistics: 00:50:31 Hnuu...uuuununununu... 00:50:31 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:50:31 provisioning config files... 00:50:31 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/35@tmp/config7887960620048432320tmp [Pipeline] { [Pipeline] echo 00:50:31 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:50:32 ---> create-netrc.sh [Pipeline] } 00:50:32 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:50:32 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:50:32 ---> python-tools-install.sh [Pipeline] echo 00:50:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:50:32 ---> sudo-logs.sh 00:50:32 Archiving 'sudo' log.. [Pipeline] echo 00:50:32 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:50:33 ---> job-cost.sh 00:50:33 lf-activate-venv: SKIPPING 00:50:33 INFO: No Stack... 00:50:34 INFO: Retrieving Pricing Info for: v1-standard-2 00:50:34 INFO: Archiving Costs [Pipeline] echo 00:50:34 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:50:35 ---> logs-deploy.sh 00:50:35 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/35 00:50:35 INFO: archiving workspace using pattern(s): 00:50:36 Archives upload complete. 00:50:36 INFO: archiving logs to Nexus 00:50:37 ---> uname -a: 00:50:37 Linux prd-centos7-docker-4c-2g-18997.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:50:37 00:50:37 00:50:37 ---> lscpu: 00:50:37 Architecture: x86_64 00:50:37 CPU op-mode(s): 32-bit, 64-bit 00:50:37 Byte Order: Little Endian 00:50:37 Address sizes: 40 bits physical, 48 bits virtual 00:50:37 CPU(s): 4 00:50:37 On-line CPU(s) list: 0-3 00:50:37 Thread(s) per core: 1 00:50:37 Core(s) per socket: 1 00:50:37 Socket(s): 4 00:50:37 NUMA node(s): 1 00:50:37 Vendor ID: GenuineIntel 00:50:37 CPU family: 6 00:50:37 Model: 44 00:50:37 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:50:37 Stepping: 1 00:50:37 CPU MHz: 2933.438 00:50:37 BogoMIPS: 5866.87 00:50:37 Virtualization: VT-x 00:50:37 Hypervisor vendor: KVM 00:50:37 Virtualization type: full 00:50:37 L1d cache: 128 KiB 00:50:37 L1i cache: 128 KiB 00:50:37 L2 cache: 16 MiB 00:50:37 L3 cache: 64 MiB 00:50:37 NUMA node0 CPU(s): 0-3 00:50:37 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:50:37 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:50:37 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:50:37 Vulnerability Meltdown: Mitigation; PTI 00:50:37 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:50:37 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:50:37 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:50:37 Vulnerability Srbds: Not affected 00:50:37 Vulnerability Tsx async abort: Not affected 00:50:37 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:50:37 00:50:37 00:50:37 ---> nproc: 00:50:37 4 00:50:37 00:50:37 00:50:37 ---> df -h: 00:50:37 Filesystem Size Used Available Use% Mounted on 00:50:37 overlay 50.0G 12.0G 38.0G 24% / 00:50:37 tmpfs 64.0M 0 64.0M 0% /dev 00:50:37 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:50:37 shm 64.0M 0 64.0M 0% /dev/shm 00:50:37 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 00:50:37 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 00:50:37 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 00:50:37 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 00:50:37 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 00:50:37 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 00:50:37 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 00:50:37 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 00:50:37 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/35 00:50:37 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/35@tmp 00:50:37 00:50:37 00:50:37 ---> free -m: 00:50:37 total used free shared buff/cache available 00:50:37 Mem: 1837 725 157 0 954 1026 00:50:37 Swap: 1023 51 972 00:50:37 00:50:37 00:50:37 ---> ip addr: 00:50:37 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:50:37 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:50:37 inet 127.0.0.1/8 scope host lo 00:50:37 valid_lft forever preferred_lft forever 00:50:37 inet6 ::1/128 scope host 00:50:37 valid_lft forever preferred_lft forever 00:50:37 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:50:37 link/ether fa:16:3e:a1:2f:a6 brd ff:ff:ff:ff:ff:ff 00:50:37 inet 10.30.123.14/23 brd 10.30.123.255 scope global dynamic eth0 00:50:37 valid_lft 85214sec preferred_lft 85214sec 00:50:37 inet6 fe80::f816:3eff:fea1:2fa6/64 scope link 00:50:37 valid_lft forever preferred_lft forever 00:50:37 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:50:37 link/ether 02:42:90:53:a8:fa brd ff:ff:ff:ff:ff:ff 00:50:37 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:50:37 valid_lft forever preferred_lft forever 00:50:37 inet6 fe80::42:90ff:fe53:a8fa/64 scope link 00:50:37 valid_lft forever preferred_lft forever 00:50:37 00:50:37 00:50:37 ---> sar -b -r -n DEV: 00:50:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 00:50:37 00:50:37 00:30:40 LINUX RESTART (4 CPU) 00:50:37 00:50:37 00:31:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:50:37 00:32:01 148.26 51.49 96.77 0.00 8549.80 44600.63 0.00 00:50:37 00:33:01 292.36 109.48 182.88 0.00 7020.75 52018.76 0.00 00:50:37 00:34:01 202.38 87.39 114.99 0.00 2925.97 14572.15 0.00 00:50:37 00:35:01 154.01 83.18 70.83 0.00 3833.34 14694.96 0.00 00:50:37 00:36:04 1272.66 967.99 304.67 0.00 110380.22 172676.08 0.00 00:50:37 00:37:02 1765.09 1477.79 287.29 0.00 124767.23 138067.96 0.00 00:50:37 00:38:01 1203.73 864.47 339.26 0.00 88221.95 130372.91 0.00 00:50:37 00:39:02 1398.18 1073.45 324.74 0.00 89630.93 96349.72 0.00 00:50:37 00:40:01 140.19 26.89 113.30 0.00 4172.86 11095.65 0.00 00:50:37 00:41:01 1.63 0.43 1.20 0.00 17.85 15.60 0.00 00:50:37 00:42:01 0.33 0.02 0.32 0.00 0.53 3.33 0.00 00:50:37 00:43:01 1.52 1.30 0.22 0.00 98.87 1.95 0.00 00:50:37 00:44:01 0.30 0.02 0.28 0.00 0.53 3.85 0.00 00:50:37 00:45:01 0.22 0.00 0.22 0.00 0.00 2.20 0.00 00:50:37 00:46:01 2.21 1.93 0.28 0.00 70.31 3.25 0.00 00:50:37 00:47:01 1.05 0.28 0.77 0.00 129.78 15.09 0.00 00:50:37 00:48:01 0.30 0.00 0.30 0.00 0.00 3.68 0.00 00:50:37 00:49:01 0.30 0.05 0.25 0.00 0.93 2.93 0.00 00:50:37 00:50:01 0.18 0.00 0.18 0.00 0.00 2.08 0.00 00:50:37 Average: 345.77 248.96 96.81 0.00 23133.98 35578.07 0.00 00:50:37 00:50:37 00:31:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:50:37 00:32:01 65928 0 793736 42.19 2620 1019260 1456616 49.71 672840 939820 20 00:50:37 00:33:01 77592 0 797168 42.37 1532 1005252 1532380 52.30 654524 853800 62924 00:50:37 00:34:01 318188 0 767160 40.77 636 795560 1747024 59.62 610740 678072 54388 00:50:37 00:35:01 241572 0 730196 38.81 620 909156 1312972 44.81 550752 821268 58560 00:50:37 00:36:04 52408 0 811684 43.14 40 1017412 2100628 71.69 653536 960112 54768 00:50:37 00:37:02 270204 0 1023540 54.40 40 587760 4081620 139.30 679396 666036 25888 00:50:37 00:38:01 305120 0 721248 38.33 40 855136 1530956 52.25 444232 909420 9412 00:50:37 00:39:02 145004 0 873348 46.42 40 863152 2168196 74.00 701744 774948 0 00:50:37 00:40:01 389668 0 645896 34.33 40 845940 1193784 40.74 540072 709276 8 00:50:37 00:41:01 390008 0 645044 34.28 40 846452 1188632 40.57 540028 709448 8 00:50:37 00:42:01 392428 0 642632 34.15 40 846444 1158964 39.55 538244 709192 8 00:50:37 00:43:01 389584 0 642484 34.15 40 849436 1158976 39.55 538436 712172 8 00:50:37 00:44:01 389684 0 642376 34.14 40 849444 1158964 39.55 538252 712188 8 00:50:37 00:45:01 389872 0 642180 34.13 40 849452 1158952 39.55 538228 712188 16 00:50:37 00:46:01 388628 0 642008 34.12 40 850868 1158832 39.55 537980 713036 20 00:50:37 00:47:01 381556 0 645220 34.29 40 854728 1158952 39.55 544336 714068 20 00:50:37 00:48:01 382304 0 644472 34.25 40 854728 1158832 39.55 543748 714068 16 00:50:37 00:49:01 381416 0 645368 34.30 40 854720 1158892 39.55 544324 714068 20 00:50:37 00:50:01 381228 0 645524 34.31 40 854752 1158952 39.55 544436 714096 20 00:50:37 Average: 301705 0 715857 38.05 316 863666 1512796 51.63 574518 759857 14006 00:50:37 00:50:37 00:31:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:50:37 00:32:01 veth98ddc0f 871.75 831.90 82.83 2719.22 0.00 0.00 0.00 0.00 00:50:37 00:32:01 eth0 1812.94 1525.07 6458.76 207.12 0.00 0.00 0.00 0.00 00:50:37 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:32:01 docker0 871.75 831.77 70.91 2719.21 0.00 0.00 0.00 0.00 00:50:37 00:33:01 eth0 484.64 402.87 3659.42 44.21 0.00 0.00 0.00 0.00 00:50:37 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:33:01 docker0 150.50 187.42 10.48 827.76 0.00 0.00 0.00 0.00 00:50:37 00:34:01 eth0 41.09 22.33 37.22 15.12 0.00 0.00 0.00 0.00 00:50:37 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:34:01 veth7d8abc5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:50:37 00:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:35:01 eth0 252.40 224.06 1514.62 104.93 0.00 0.00 0.00 0.00 00:50:37 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:36:04 veth1c09c71 0.00 0.45 0.00 0.02 0.00 0.00 0.00 0.00 00:50:37 00:36:04 eth0 105.15 84.86 351.37 59.38 0.00 0.00 0.00 0.00 00:50:37 00:36:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:36:04 docker0 35.02 38.12 2.28 141.31 0.00 0.00 0.00 0.00 00:50:37 00:37:02 veth1c09c71 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:37:02 veth5f525d5 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:50:37 00:37:02 vetha76a803 0.00 0.14 0.00 0.01 0.00 0.00 0.00 0.00 00:50:37 00:37:02 eth0 15.06 7.46 12.07 6.33 0.00 0.00 0.00 0.00 00:50:37 00:38:01 veth1c09c71 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 00:50:37 00:38:01 eth0 163.85 116.22 1481.65 23.29 0.00 0.00 0.00 0.00 00:50:37 00:38:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:50:37 00:38:01 vethc6ef7b1 4.50 2.12 29.53 0.14 0.00 0.00 0.00 0.00 00:50:37 00:39:02 veth1c09c71 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:50:37 00:39:02 eth0 100.33 60.10 390.35 91.85 0.00 0.00 0.00 0.00 00:50:37 00:39:02 veth05fbbff 3.83 4.58 0.51 19.98 0.00 0.00 0.00 0.00 00:50:37 00:39:02 vetha6612a1 0.00 0.21 0.00 0.01 0.00 0.00 0.00 0.00 00:50:37 00:40:01 eth0 58.12 42.83 104.50 36.88 0.00 0.00 0.00 0.00 00:50:37 00:40:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:50:37 00:40:01 docker0 1113.98 1158.21 87.33 4344.52 0.00 0.00 0.00 0.00 00:50:37 00:41:01 eth0 6.84 7.71 0.71 20.46 0.00 0.00 0.00 0.00 00:50:37 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:42:01 eth0 5.68 4.91 0.75 10.21 0.00 0.00 0.00 0.00 00:50:37 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:43:01 eth0 1.02 0.63 0.54 0.84 0.00 0.00 0.00 0.00 00:50:37 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:44:01 eth0 1.80 0.30 0.39 0.20 0.00 0.00 0.00 0.00 00:50:37 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:45:01 eth0 0.53 0.33 0.27 0.20 0.00 0.00 0.00 0.00 00:50:37 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:46:01 eth0 0.27 0.08 0.01 0.04 0.00 0.00 0.00 0.00 00:50:37 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:47:01 eth0 1.12 0.47 0.45 0.24 0.00 0.00 0.00 0.00 00:50:37 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:48:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 00:50:37 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:49:01 eth0 1.10 0.28 0.32 0.16 0.00 0.00 0.00 0.00 00:50:37 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:50:01 eth0 0.90 0.37 0.32 0.24 0.00 0.00 0.00 0.00 00:50:37 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 Average: eth0 159.69 130.80 734.53 32.74 0.00 0.00 0.00 0.00 00:50:37 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:50:37 Average: docker0 57.78 60.08 4.53 225.36 0.00 0.00 0.00 0.00 00:50:37 00:50:37 00:50:37 ---> sar -P ALL: 00:50:37 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/08/21 _x86_64_ (4 CPU) 00:50:37 00:50:37 00:30:40 LINUX RESTART (4 CPU) 00:50:37 00:50:37 00:31:02 CPU %user %nice %system %iowait %steal %idle 00:50:37 00:32:01 all 20.77 0.00 9.94 5.23 0.06 64.00 00:50:37 00:32:01 0 24.10 0.00 13.78 8.99 0.09 53.04 00:50:37 00:32:01 1 17.11 0.00 8.49 4.19 0.05 70.16 00:50:37 00:32:01 2 17.97 0.00 8.53 4.78 0.05 68.67 00:50:37 00:32:01 3 23.91 0.00 8.99 2.97 0.05 64.07 00:50:37 00:33:01 all 13.32 0.00 9.30 5.16 0.09 72.13 00:50:37 00:33:01 0 14.85 0.00 10.11 6.14 0.12 68.79 00:50:37 00:33:01 1 14.08 0.00 8.25 4.67 0.07 72.93 00:50:37 00:33:01 2 10.98 0.00 10.03 5.14 0.10 73.74 00:50:37 00:33:01 3 13.39 0.00 8.79 4.71 0.07 73.04 00:50:37 00:34:01 all 48.69 0.00 12.58 6.20 0.05 32.48 00:50:37 00:34:01 0 47.66 0.00 12.82 6.37 0.07 33.08 00:50:37 00:34:01 1 50.57 0.00 11.96 4.26 0.05 33.15 00:50:37 00:34:01 2 48.69 0.00 13.09 8.05 0.05 30.12 00:50:37 00:34:01 3 47.82 0.00 12.44 6.12 0.03 33.59 00:50:37 00:35:01 all 43.15 0.00 13.39 1.99 0.08 41.38 00:50:37 00:35:01 0 42.94 0.00 13.93 2.79 0.09 40.25 00:50:37 00:35:01 1 42.34 0.00 13.05 1.51 0.09 43.02 00:50:37 00:35:01 2 44.31 0.00 13.43 2.07 0.09 40.09 00:50:37 00:35:01 3 43.02 0.00 13.16 1.60 0.07 42.15 00:50:37 00:36:04 all 20.30 0.00 24.37 14.59 0.08 40.66 00:50:37 00:36:04 0 19.07 0.00 23.91 12.86 0.10 44.06 00:50:37 00:36:04 1 21.05 0.00 24.22 16.39 0.07 38.28 00:50:37 00:36:04 2 19.44 0.00 25.20 14.19 0.10 41.07 00:50:37 00:36:04 3 21.65 0.00 24.16 14.91 0.07 39.21 00:50:37 00:37:02 all 42.43 0.00 20.60 22.34 0.12 14.51 00:50:37 00:37:02 0 42.97 0.00 20.86 23.12 0.11 12.94 00:50:37 00:37:02 1 42.01 0.00 20.53 19.36 0.14 17.96 00:50:37 00:37:02 2 41.42 0.00 20.86 23.58 0.17 13.96 00:50:37 00:37:02 3 43.29 0.00 20.13 23.35 0.07 13.16 00:50:37 00:38:01 all 26.42 0.00 18.80 26.40 0.08 28.30 00:50:37 00:38:01 0 25.33 0.00 18.27 28.63 0.09 27.69 00:50:37 00:38:01 1 26.33 0.00 18.78 21.47 0.09 33.33 00:50:37 00:38:01 2 26.29 0.00 18.80 31.36 0.07 23.48 00:50:37 00:38:01 3 27.74 0.00 19.37 24.12 0.07 28.70 00:50:37 00:39:02 all 41.89 0.00 20.69 28.29 0.08 9.05 00:50:37 00:39:02 0 43.19 0.00 19.60 28.69 0.09 8.43 00:50:37 00:39:02 1 41.46 0.00 21.06 28.41 0.07 9.00 00:50:37 00:39:02 2 41.38 0.00 20.98 28.78 0.07 8.79 00:50:37 00:39:02 3 41.53 0.00 21.13 27.27 0.10 9.96 00:50:37 00:40:01 all 9.22 0.00 5.14 6.88 0.04 78.72 00:50:37 00:40:01 0 8.21 0.00 5.13 7.61 0.03 79.02 00:50:37 00:40:01 1 8.64 0.00 5.83 6.79 0.05 78.69 00:50:37 00:40:01 2 10.42 0.00 4.88 6.86 0.03 77.81 00:50:37 00:40:01 3 9.63 0.00 4.70 6.27 0.03 79.37 00:50:37 00:41:01 all 0.10 0.00 0.07 0.01 0.00 99.82 00:50:37 00:41:01 0 0.07 0.00 0.07 0.00 0.00 99.87 00:50:37 00:41:01 1 0.13 0.00 0.07 0.02 0.00 99.78 00:50:37 00:41:01 2 0.08 0.00 0.10 0.02 0.00 99.80 00:50:37 00:41:01 3 0.12 0.00 0.07 0.00 0.00 99.82 00:50:37 00:42:01 all 0.12 0.00 0.23 0.00 0.00 99.65 00:50:37 00:42:01 0 0.08 0.00 0.20 0.00 0.00 99.72 00:50:37 00:42:01 1 0.15 0.00 0.35 0.00 0.00 99.50 00:50:37 00:42:01 2 0.17 0.00 0.28 0.00 0.02 99.53 00:50:37 00:42:01 3 0.08 0.00 0.08 0.00 0.00 99.83 00:50:37 00:50:37 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:50:37 00:43:01 all 0.11 0.00 0.04 0.00 0.00 99.85 00:50:37 00:43:01 0 0.05 0.00 0.03 0.00 0.00 99.92 00:50:37 00:43:01 1 0.33 0.00 0.03 0.00 0.00 99.63 00:50:37 00:43:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:50:37 00:43:01 3 0.05 0.00 0.05 0.00 0.00 99.90 00:50:37 00:44:01 all 0.15 0.00 0.03 0.00 0.00 99.83 00:50:37 00:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:50:37 00:44:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:50:37 00:44:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:50:37 00:44:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:50:37 00:45:01 all 0.15 0.00 0.02 0.00 0.00 99.82 00:50:37 00:45:01 0 0.07 0.00 0.07 0.00 0.02 99.85 00:50:37 00:45:01 1 0.52 0.00 0.02 0.00 0.00 99.47 00:50:37 00:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:50:37 00:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:50:37 00:46:01 all 0.16 0.00 0.07 0.02 0.00 99.75 00:50:37 00:46:01 0 0.05 0.00 0.05 0.00 0.00 99.90 00:50:37 00:46:01 1 0.52 0.00 0.05 0.00 0.02 99.42 00:50:37 00:46:01 2 0.03 0.00 0.07 0.00 0.00 99.90 00:50:37 00:46:01 3 0.05 0.00 0.10 0.08 0.00 99.77 00:50:37 00:47:01 all 0.15 0.00 0.05 0.00 0.00 99.80 00:50:37 00:47:01 0 0.03 0.00 0.08 0.00 0.00 99.88 00:50:37 00:47:01 1 0.52 0.00 0.03 0.00 0.00 99.45 00:50:37 00:47:01 2 0.02 0.00 0.02 0.00 0.00 99.97 00:50:37 00:47:01 3 0.03 0.00 0.07 0.02 0.00 99.88 00:50:37 00:48:01 all 0.05 0.00 0.05 0.00 0.00 99.91 00:50:37 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:50:37 00:48:01 1 0.08 0.00 0.03 0.00 0.00 99.88 00:50:37 00:48:01 2 0.08 0.00 0.12 0.00 0.00 99.80 00:50:37 00:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:50:37 00:49:01 all 0.07 0.00 0.03 0.00 0.00 99.90 00:50:37 00:49:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:50:37 00:49:01 1 0.03 0.00 0.02 0.02 0.00 99.93 00:50:37 00:49:01 2 0.18 0.00 0.07 0.00 0.00 99.75 00:50:37 00:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 00:50:37 00:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 00:50:37 00:50:01 0 0.03 0.00 0.05 0.00 0.00 99.92 00:50:37 00:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:50:37 00:50:01 2 0.37 0.00 0.05 0.00 0.00 99.58 00:50:37 00:50:01 3 0.17 0.00 0.02 0.00 0.00 99.82 00:50:37 Average: all 13.72 0.00 6.97 5.99 0.04 73.27 00:50:37 Average: 0 13.80 0.00 7.17 6.42 0.04 72.57 00:50:37 Average: 1 13.70 0.00 6.85 5.50 0.04 73.91 00:50:37 Average: 2 13.43 0.00 7.03 6.38 0.04 73.13 00:50:37 Average: 3 13.97 0.00 6.84 5.68 0.03 73.48 00:50:37 00:50:37 00:50:37