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 fa73db002611977724c74faadafd397fb3003e92 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from fa73db002611977724c74faadafd397fb3003e92 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-18766 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/34 [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/34 # 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 fa73db002611977724c74faadafd397fb3003e92 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing 8f10267bcd361eb88b372cd8190b7778f04a985d Checking out Revision 8f10267bcd361eb88b372cd8190b7778f04a985d (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 fa73db002611977724c74faadafd397fb3003e92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f10267bcd361eb88b372cd8190b7778f04a985d # timeout=10 Commit message: "Merge commit 'fa73db002611977724c74faadafd397fb3003e92' 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:33 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:33 ========================================================= 00:31:33 EdgeX Global Pipelines Version Info 00:31:33 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3efc2c03ecbe3e95dde7cf7b53b1d03c5e2dd004 # timeout=10 00:31:36 ------------------- 00:31:36 stable info: 00:31:36 ------------------- 00:31:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:36 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:36 Message: update stable to v1.0.173 00:31:37 ------------------- 00:31:37 experimental info: 00:31:37 ------------------- 00:31:37 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:37 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 00:31:37 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:37 [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:38 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f10267bcd361eb88b372cd8190b7778f04a985d [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f10267 [Pipeline] echo 00:31:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:41 provisioning config files... 00:31:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/34@tmp/config100120877116212783tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:41 ---> docker-login.sh 00:31:41 nexus3.edgexfoundry.org:10001 00:31:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:42 Configure a credential helper to remove this warning. See 00:31:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:42 00:31:42 Login Succeeded 00:31:42 nexus3.edgexfoundry.org:10002 00:31:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:43 Configure a credential helper to remove this warning. See 00:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:43 00:31:43 Login Succeeded 00:31:43 nexus3.edgexfoundry.org:10003 00:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:43 Configure a credential helper to remove this warning. See 00:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:43 00:31:43 Login Succeeded 00:31:43 nexus3.edgexfoundry.org:10004 00:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:43 Configure a credential helper to remove this warning. See 00:31:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:43 00:31:43 Login Succeeded 00:31:43 docker.io 00:31:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:44 Configure a credential helper to remove this warning. See 00:31:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:44 00:31:44 Login Succeeded 00:31:44 ---> docker-login.sh ends [Pipeline] } 00:31:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:44 ++ 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:44 + for file in '`ls cmd/**/Dockerfile`' 00:31:44 ++ dirname cmd/core-command/Dockerfile 00:31:44 ++ cut -d/ -f2 00:31:44 + echo core-command,cmd/core-command/Dockerfile 00:31:44 + for file in '`ls cmd/**/Dockerfile`' 00:31:44 ++ dirname cmd/core-data/Dockerfile 00:31:44 ++ cut -d/ -f2 00:31:44 + echo core-data,cmd/core-data/Dockerfile 00:31:44 + for file in '`ls cmd/**/Dockerfile`' 00:31:44 ++ cut -d/ -f2 00:31:44 ++ dirname cmd/core-metadata/Dockerfile 00:31:44 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:44 + for file in '`ls cmd/**/Dockerfile`' 00:31:44 ++ cut -d/ -f2 00:31:44 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:44 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:44 + for file in '`ls cmd/**/Dockerfile`' 00:31:44 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:44 ++ cut -d/ -f2 00:31:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:44 + for file in '`ls cmd/**/Dockerfile`' 00:31:44 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:44 ++ cut -d/ -f2 00:31:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:44 + for file in '`ls cmd/**/Dockerfile`' 00:31:44 ++ dirname cmd/support-notifications/Dockerfile 00:31:44 ++ cut -d/ -f2 00:31:44 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:44 + for file in '`ls cmd/**/Dockerfile`' 00:31:44 ++ dirname cmd/support-scheduler/Dockerfile 00:31:44 ++ cut -d/ -f2 00:31:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:44 + for file in '`ls cmd/**/Dockerfile`' 00:31:44 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:44 ++ cut -d/ -f2 00:31:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:44 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:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:45 00:31:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:47 latest: Pulling from edgex-devops/git-semver 00:31:47 31603596830f: Pulling fs layer 00:31:47 2a8b12db71e7: Pulling fs layer 00:31:47 6ca5941a6612: Pulling fs layer 00:31:47 ecc8261a40a4: Pulling fs layer 00:31:47 ecc8261a40a4: Waiting 00:31:47 2a8b12db71e7: Verifying Checksum 00:31:47 2a8b12db71e7: Download complete 00:31:47 31603596830f: Verifying Checksum 00:31:47 31603596830f: Download complete 00:31:47 ecc8261a40a4: Verifying Checksum 00:31:47 ecc8261a40a4: Download complete 00:31:48 31603596830f: Pull complete 00:31:48 2a8b12db71e7: Pull complete 00:31:49 6ca5941a6612: Verifying Checksum 00:31:49 6ca5941a6612: Download complete 00:31:51 6ca5941a6612: Pull complete 00:31:51 ecc8261a40a4: Pull complete 00:31:51 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:51 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:51 prd-centos7-docker-4c-2g-18766 does not seem to be running inside a container 00:31:52 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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:55 $ docker top b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:55 [ssh-agent] Looking for ssh-agent implementation... 00:31:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:56 $ docker exec b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 ssh-agent 00:31:56 SSH_AUTH_SOCK=/tmp/ssh-SKLI3c8TWDqK/agent.12 00:31:56 SSH_AGENT_PID=18 00:31:56 Running ssh-add (command line suppressed) 00:31:57 Identity added: /w/workspace/edgex-go/34@tmp/private_key_5027251348659167456.key (/w/workspace/edgex-go/34@tmp/private_key_5027251348659167456.key) 00:31:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:57 + git tag --points-at HEAD [Pipeline] } 00:31:58 $ docker exec --env ******** --env ******** b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 ssh-agent -k 00:31:58 unset SSH_AUTH_SOCK; 00:31:58 unset SSH_AGENT_PID; 00:31:58 echo Agent pid 18 killed; 00:31:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:58 [ssh-agent] Looking for ssh-agent implementation... 00:31:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:59 $ docker exec b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 ssh-agent 00:31:59 SSH_AUTH_SOCK=/tmp/ssh-4UbyGWuqO5RY/agent.47 00:31:59 SSH_AGENT_PID=52 00:31:59 Running ssh-add (command line suppressed) 00:31:59 Identity added: /w/workspace/edgex-go/34@tmp/private_key_8122669881490686030.key (/w/workspace/edgex-go/34@tmp/private_key_8122669881490686030.key) 00:31:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:00 + git semver init 00:32:00 # -> Open(): unable to determine branch for HEAD 00:32:00 # $GIT_DIR = /w/workspace/edgex-go/34/.git 00:32:00 # $GIT_WORK_TREE = /w/workspace/edgex-go/34 00:32:00 # $SEMVER_REMOTE_NAME = origin 00:32:00 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:00 # $SEMVER_USER_NAME = edgex-jenkins 00:32:00 # $SEMVER_BRANCH = PR-2858 00:32:00 # $SEMVER_TEMP = /tmp/semver-806945781 00:32:00 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:33 # '/tmp/semver-806945781' -> '/w/workspace/edgex-go/34/.semver' 00:32:33 # -> Force: false 00:32:33 # $SEMVER_DIR = /w/workspace/edgex-go/34/.semver [Pipeline] } 00:32:33 $ docker exec --env ******** --env ******** b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 ssh-agent -k 00:32:33 unset SSH_AUTH_SOCK; 00:32:33 unset SSH_AGENT_PID; 00:32:33 echo Agent pid 52 killed; 00:32:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:34 + git semver [Pipeline] } 00:32:34 $ docker stop --time=1 b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 00:32:35 $ docker rm -f b788d1615e60ab703b83cd2db16d81cb6a7278a96d3ee8fd413b7a71743f6462 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:36 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:37 Stashed 1 file(s) [Pipeline] echo 00:32:37 [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:38 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:38 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:38 + sudo service docker restart 00:32:38 + true 00:32:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:40 ========================================================= 00:32:40 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:40 + 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:47 Sending build context to Docker daemon 326.4MB 00:32:47 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:47 Step 2/6 : FROM ${BASE} 00:32:47 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:47 188c0c94c7c5: Pulling fs layer 00:32:47 0ef7d3d256c8: Pulling fs layer 00:32:47 de9db76c5a1d: Pulling fs layer 00:32:47 bca2f99d35d6: Pulling fs layer 00:32:47 93359f2a8cfa: Pulling fs layer 00:32:47 7c6f9722023f: Pulling fs layer 00:32:47 a35cf1a2eb13: Pulling fs layer 00:32:47 bca2f99d35d6: Waiting 00:32:47 93359f2a8cfa: Waiting 00:32:47 7c6f9722023f: Waiting 00:32:47 a35cf1a2eb13: Waiting 00:32:47 de9db76c5a1d: Verifying Checksum 00:32:47 de9db76c5a1d: Download complete 00:32:47 0ef7d3d256c8: Verifying Checksum 00:32:47 0ef7d3d256c8: Download complete 00:32:47 93359f2a8cfa: Verifying Checksum 00:32:47 93359f2a8cfa: Download complete 00:32:48 7c6f9722023f: Verifying Checksum 00:32:48 7c6f9722023f: Download complete 00:32:48 188c0c94c7c5: Verifying Checksum 00:32:48 188c0c94c7c5: Download complete 00:32:49 188c0c94c7c5: Pull complete 00:32:50 0ef7d3d256c8: Pull complete 00:32:50 de9db76c5a1d: Pull complete 00:32:51 a35cf1a2eb13: Verifying Checksum 00:32:51 a35cf1a2eb13: Download complete 00:32:52 Still waiting to schedule task 00:32:52 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:54 bca2f99d35d6: Verifying Checksum 00:32:54 bca2f99d35d6: Download complete 00:33:04 bca2f99d35d6: Pull complete 00:33:04 93359f2a8cfa: Pull complete 00:33:04 7c6f9722023f: Pull complete 00:33:11 a35cf1a2eb13: Pull complete 00:33:11 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:33:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:11 ---> a62c8e92a672 00:33:11 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:33:11 ---> Running in fd201659cb3f 00:33:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:13 (1/12) Installing libmagic (5.38-r0) 00:33:14 (2/12) Installing file (5.38-r0) 00:33:14 (3/12) Installing libc-dev (0.7.2-r3) 00:33:14 (4/12) Installing g++ (9.3.0-r2) 00:33:17 (5/12) Installing fortify-headers (1.1-r0) 00:33:17 (6/12) Installing patch (2.7.6-r6) 00:33:17 (7/12) Installing build-base (0.5-r2) 00:33:17 (8/12) Installing libsodium (1.0.18-r0) 00:33:17 (9/12) Installing pkgconf (1.7.2-r0) 00:33:17 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:17 (11/12) Installing libzmq (4.3.3-r0) 00:33:18 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:18 Executing busybox-1.31.1-r19.trigger 00:33:18 OK: 233 MiB in 51 packages 00:33:22 Removing intermediate container fd201659cb3f 00:33:22 ---> 9ecae8f46c13 00:33:22 Step 4/6 : WORKDIR /edgex-go 00:33:22 ---> Running in be9142d56515 00:33:22 Removing intermediate container be9142d56515 00:33:22 ---> 371a7d8619eb 00:33:22 Step 5/6 : COPY go.mod . 00:33:23 ---> 7c685a9df9e5 00:33:23 Step 6/6 : RUN go mod download 00:33:23 ---> Running in 3083de0e133b 00:33:55 Removing intermediate container 3083de0e133b 00:33:55 ---> b3ee19a67476 00:33:55 Successfully built b3ee19a67476 00:33:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:56 + docker inspect -f . ci-base-image-x86_64 00:33:56 . [Pipeline] withDockerContainer 00:33:56 prd-centos7-docker-4c-2g-18766 does not seem to be running inside a container 00:33:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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:58 $ docker top c612e8c5e5433d4a1dd7f5f21a563fc1a48a1c9ec375567a75c6bc2916d296a4 -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:59 + go version 00:34:00 go version go1.15.5 linux/amd64 [Pipeline] } 00:34:00 $ docker stop --time=1 c612e8c5e5433d4a1dd7f5f21a563fc1a48a1c9ec375567a75c6bc2916d296a4 00:34:02 $ docker rm -f c612e8c5e5433d4a1dd7f5f21a563fc1a48a1c9ec375567a75c6bc2916d296a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:03 + docker inspect -f . ci-base-image-x86_64 00:34:03 . [Pipeline] withDockerContainer 00:34:03 prd-centos7-docker-4c-2g-18766 does not seem to be running inside a container 00:34:03 $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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:34:05 $ docker top c844f86d0c5dff540dd5eb48c014bbd24231589453e2edc2e8105fd74cd73112 -eo pid,comm [Pipeline] { [Pipeline] echo 00:34:06 ========================================================= 00:34:06 [edgeXBuildGoParallel] Running Tests and Build... 00:34:06 ========================================================= [Pipeline] sh 00:34:07 + make test 00:34:07 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:25 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:48 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:56 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:35:00 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:35:01 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:35:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:35:08 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.145s coverage: 46.6% of statements 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:35:08 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.326s coverage: 27.0% of statements 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.096s coverage: 100.0% of statements 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.160s coverage: 77.1% of statements 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:35:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.278s coverage: 82.4% of statements 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:35:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.765s coverage: 28.6% of statements 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.107s coverage: 100.0% of statements 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:35:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.073s coverage: 100.0% of statements 00:35:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:35:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.183s coverage: 86.7% of statements 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:35:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.239s coverage: 97.5% of statements 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:35:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.099s coverage: 78.3% of statements 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:35:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:35:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.736s coverage: 93.8% of statements 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:35:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.107s coverage: 58.8% of statements 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:35:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.1% of statements 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:35:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.079s coverage: 100.0% of statements 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:35:21 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.104s coverage: 75.5% of statements 00:35:21 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:35:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements 00:35:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements 00:35:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.092s coverage: 84.2% of statements 00:35:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.4% of statements 00:35:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.245s coverage: 63.5% of statements 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:35:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.047s coverage: 100.0% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.091s coverage: 91.3% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 00:35:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements 00:35:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements 00:35:29 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.765s coverage: 55.9% of statements 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:35:29 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.149s coverage: 37.0% of statements 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:35:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.953s coverage: 84.0% of statements 00:35:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.068s coverage: 100.0% of statements 00:35:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-18772 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { 00:35:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.174s coverage: 47.1% of statements 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:35:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.080s coverage: 100.0% of statements 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:35:34 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.168s coverage: 100.0% of statements 00:35:34 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [Pipeline] ws 00:35:35 Running in /w/workspace/edgex-go/34 [Pipeline] { [Pipeline] checkout 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.057s coverage: 29.1% of statements 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.090s coverage: 99.0% of statements 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.075s coverage: 100.0% of statements 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.080s coverage: 0.0% of statements 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.066s coverage: 100.0% of statements 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.136s coverage: 87.9% of statements 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:35:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.108s coverage: 100.0% of statements 00:35:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 00:35:38 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.058s coverage: 100.0% of statements 00:35:38 GO111MODULE=on go vet ./... 00:35:40 using credential edgex-jenkins-ssh 00:35:40 Cloning the remote Git repository 00:35:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:41 > git init /w/workspace/edgex-go/34 # timeout=10 00:35:41 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:41 > git --version # timeout=10 00:35:41 > git --version # 'git version 2.17.1' 00:35:41 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:57 Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 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:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:56 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:56 > 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 > git config core.sparsecheckout # timeout=10 00:35:57 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:35:58 Merge succeeded, producing 456697ee8a13550882bb1f426add5c4504be27ae 00:35:58 Checking out Revision 456697ee8a13550882bb1f426add5c4504be27ae (PR-2858) 00:35:57 > git remote # timeout=10 00:35:57 > git config --get remote.origin.url # timeout=10 00:35:57 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:57 > git merge fa73db002611977724c74faadafd397fb3003e92 # 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 456697ee8a13550882bb1f426add5c4504be27ae # timeout=10 00:36:02 Commit message: "Merge commit 'fa73db002611977724c74faadafd397fb3003e92' 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:02 > git rev-list --no-walk 3efc2c03ecbe3e95dde7cf7b53b1d03c5e2dd004 # timeout=10 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 + true 00:36:05 + sudo service docker restart [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/34@tmp/config8708121314567030935tmp [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:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:08 Configure a credential helper to remove this warning. See 00:36:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:08 00:36:08 Login Succeeded 00:36:08 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: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: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:11 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 [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 63d7cb157983: Waiting 00:36:14 b116817d02f9: Waiting 00:36:14 745a02a5169b: Waiting 00:36:14 00ac8860ef70: Waiting 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:15 5f621e34cdf4: Pull complete 00:36:16 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:26 gofmt -l . 00:36:26 [ "`gofmt -l .`" = "" ] 00:36:27 ./bin/test-go-mod-tidy.sh 00:36:28 ./bin/test-attribution-txt.sh 00:36:29 00ac8860ef70: Pull complete 00:36:29 63d7cb157983: Pull complete 00:36:29 b116817d02f9: Pull complete [Pipeline] sh 00:36:31 + ls -al . 00:36:31 total 640 00:36:31 drwxrwxr-x 10 1001 1001 4096 Jan 7 00:36 . 00:36:31 drwxr-xr-x 4 root root 30 Jan 7 00:34 .. 00:36:31 -rw-rw-r-- 1 1001 1001 11 Jan 7 00:31 .dockerignore 00:36:31 drwxrwxr-x 8 1001 1001 179 Jan 7 00:31 .git 00:36:31 drwxrwxr-x 3 1001 1001 125 Jan 7 00:31 .github 00:36:31 -rw-rw-r-- 1 1001 1001 824 Jan 7 00:31 .gitignore 00:36:31 drwx------ 3 1001 1001 47 Jan 7 00:32 .semver 00:36:31 -rw-rw-r-- 1 1001 1001 166 Jan 7 00:31 .sonarcloud.properties 00:36:31 -rw-rw-r-- 1 1001 1001 3804 Jan 7 00:31 CONTRIBUTING.md 00:36:31 -rw-rw-r-- 1 1001 1001 931 Jan 7 00:31 Dockerfile.build 00:36:31 -rw-rw-r-- 1 1001 1001 863 Jan 7 00:31 Jenkinsfile 00:36:31 -rw-rw-r-- 1 1001 1001 10775 Jan 7 00:31 LICENSE 00:36:31 -rw-rw-r-- 1 1001 1001 5750 Jan 7 00:31 Makefile 00:36:31 -rw-rw-r-- 1 1001 1001 6511 Jan 7 00:31 README.md 00:36:31 -rw-rw-r-- 1 1001 1001 6744 Jan 7 00:31 SECURITY.md 00:36:31 -rw-rw-r-- 1 1001 1001 5 Jan 7 00:32 VERSION 00:36:31 -rw-rw-r-- 1 1001 1001 4131 Jan 7 00:31 ZMQWindows.md 00:36:31 drwxrwxr-x 2 1001 1001 117 Jan 7 00:31 bin 00:36:31 drwxrwxr-x 14 1001 1001 4096 Jan 7 00:31 cmd 00:36:31 -rw-r--r-- 1 root root 541590 Jan 7 00:35 coverage.out 00:36:31 -rw-r--r-- 1 root root 979 Jan 7 00:36 go.mod 00:36:31 -rw-r--r-- 1 root root 19019 Jan 7 00:36 go.sum 00:36:31 drwxrwxr-x 8 1001 1001 127 Jan 7 00:31 internal 00:36:31 drwxrwxr-x 4 1001 1001 26 Jan 7 00:31 openapi 00:36:31 drwxrwxr-x 4 1001 1001 71 Jan 7 00:31 snap 00:36:31 -rw-rw-r-- 1 1001 1001 168 Jan 7 00:31 version.go [Pipeline] sh 00:36:32 + '[' -e coverage.out ] 00:36:32 + chown 1001:1001 coverage.out [Pipeline] stash 00:36:32 Stashed 1 file(s) [Pipeline] sh 00:36:32 745a02a5169b: Pull complete 00:36:32 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:32 ---> b7e6874047d6 00:36: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:36:32 + make build 00:36:32 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:36:35 ---> Running in 3da643b76460 00:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 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 (2/12) Installing file (5.38-r0) 00:36:39 (3/12) Installing libc-dev (0.7.2-r3) 00:36:39 (4/12) Installing g++ (9.3.0-r2) 00:36:44 (5/12) Installing fortify-headers (1.1-r0) 00:36:44 (6/12) Installing patch (2.7.6-r6) 00:36:44 (7/12) Installing build-base (0.5-r2) 00:36:44 (8/12) Installing libsodium (1.0.18-r0) 00:36:44 (9/12) Installing pkgconf (1.7.2-r0) 00:36:44 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:44 (11/12) Installing libzmq (4.3.3-r0) 00:36:44 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:44 Executing busybox-1.31.1-r19.trigger 00:36:44 OK: 217 MiB in 51 packages 00:36:49 Removing intermediate container 3da643b76460 00:36:49 ---> fefa9eb18526 00:36:49 Step 4/6 : WORKDIR /edgex-go 00:36:49 ---> Running in b2ae12ab4778 00:36:49 Removing intermediate container b2ae12ab4778 00:36:49 ---> 8acdf840aaa5 00:36:49 Step 5/6 : COPY go.mod . 00:36:50 ---> e365962979bc 00:36:50 Step 6/6 : RUN go mod download 00:36:50 ---> Running in 3ce60bc40393 00:36:52 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: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:36: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:36:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:37:03 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:37:07 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:37:11 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:13 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:37:17 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:37:17 Removing intermediate container 3ce60bc40393 00:37:17 ---> e17be7a3b50d 00:37:17 Successfully built e17be7a3b50d 00:37:17 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:17 + docker inspect -f . ci-base-image-arm64 00:37:17 . [Pipeline] withDockerContainer 00:37:18 prd-ubuntu18.04-docker-arm64-4c-16g-18772 does not seem to be running inside a container 00:37:18 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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:19 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:37:19 $ docker top f243e2fba832735766597bca571c437d43c6975b43841e4545301f4d6ba7b263 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:20 + go version 00:37:20 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:20 $ docker stop --time=1 f243e2fba832735766597bca571c437d43c6975b43841e4545301f4d6ba7b263 00:37:22 $ docker rm -f f243e2fba832735766597bca571c437d43c6975b43841e4545301f4d6ba7b263 [Pipeline] // withDockerContainer [Pipeline] } 00:37:23 $ docker stop --time=1 c844f86d0c5dff540dd5eb48c014bbd24231589453e2edc2e8105fd74cd73112 00:37:25 $ docker rm -f c844f86d0c5dff540dd5eb48c014bbd24231589453e2edc2e8105fd74cd73112 [Pipeline] } [Pipeline] // withDockerContainer [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // script [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:37:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:27 + docker inspect -f . ci-base-image-arm64 00:37:27 . [Pipeline] withDockerContainer 00:37:28 00:37:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:28 prd-ubuntu18.04-docker-arm64-4c-16g-18772 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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 $ docker top 9b456e71dde68fc55b44a402d872e8c9539cc31d39f51776e72a0c8e9b1af432 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:30 ========================================================= 00:37:30 [edgeXBuildGoParallel] Running Tests and Build... 00:37:30 ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 00:37:30 + make test 00:37:30 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:30 latest: Pulling from edgex-devops/edgex-compose 00:37:30 cbdbe7a5bc2a: Pulling fs layer 00:37:30 ca9280d653b3: Pulling fs layer 00:37:30 7e9c9ca2126c: Pulling fs layer 00:37:31 cbdbe7a5bc2a: Verifying Checksum 00:37:31 cbdbe7a5bc2a: Download complete 00:37:32 ca9280d653b3: Verifying Checksum 00:37:32 ca9280d653b3: Download complete 00:37:32 cbdbe7a5bc2a: Pull complete 00:37:35 ca9280d653b3: Pull complete 00:37:35 7e9c9ca2126c: Verifying Checksum 00:37:35 7e9c9ca2126c: Download complete 00:37:46 7e9c9ca2126c: Pull complete 00:37:46 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:37:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:46 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:37:46 prd-centos7-docker-4c-2g-18766 does not seem to be running inside a container 00:37:46 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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:37:49 $ docker top 72cab62699f0d8173ade3a498d7aa9bebc26b2b7881b9b9fb5c5c1e6538f866a -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:50 + + docker-compose build --helpgrep 00:37:50 parallel 00:37:51 --parallel Build images in parallel. [Pipeline] } 00:37:51 $ docker stop --time=1 72cab62699f0d8173ade3a498d7aa9bebc26b2b7881b9b9fb5c5c1e6538f866a 00:37:53 $ docker rm -f 72cab62699f0d8173ade3a498d7aa9bebc26b2b7881b9b9fb5c5c1e6538f866a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:37:54 . [Pipeline] withDockerContainer 00:37:54 prd-centos7-docker-4c-2g-18766 does not seem to be running inside a container 00:37:54 $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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:37:56 $ docker top 11183bb453cff4415a0061e796e06db186a907bae29b50c1a20fdf88b77708b5 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:57 + docker-compose -f ./docker-compose-build.yml build --parallel 00:37:57 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:59 Building docker-core-command-go ... 00:37:59 Building docker-core-data-go ... 00:37:59 Building docker-core-metadata-go ... 00:37:59 Building docker-security-bootstrap-redis-go ... 00:37:59 Building docker-security-proxy-setup-go ... 00:37:59 Building docker-security-secretstore-setup-go ... 00:37:59 Building docker-support-notifications-go ... 00:37:59 Building docker-support-scheduler-go ... 00:37:59 Building docker-sys-mgmt-agent-go ... 00:37:59 Building docker-security-proxy-setup-go 00:37:59 Building docker-support-scheduler-go 00:37:59 Building docker-sys-mgmt-agent-go 00:37:59 Building docker-core-data-go 00:37:59 Building docker-core-command-go 00:38:36 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:56 ---> b3ee19a67476 00:38:56 Step 3/23 : WORKDIR /edgex-go 00:38:56 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:56 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:38:56 ---> b3ee19a67476 00:38:56 Step 3/26 : WORKDIR /edgex-go 00:38:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:56 ---> b3ee19a67476 00:38:56 Step 3/21 : WORKDIR /edgex-go 00:38:56 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:56 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:56 ---> b3ee19a67476 00:38:56 Step 3/21 : WORKDIR /edgex-go 00:38:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:56 ---> b3ee19a67476 00:38:56 Step 3/22 : WORKDIR /edgex-go 00:38:56 ---> Running in 8f0824c304de 00:38:56 ---> Running in 8ce3da9929cc 00:38:56 ---> Running in e066786a7c73 00:38:56 ---> Running in 02fedfdc668f 00:38:56 ---> Running in 950bca16fb22 00:38:56 Removing intermediate container 8ce3da9929cc 00:38:56 ---> f82bddf6d6b9 00:38:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:56 Removing intermediate container e066786a7c73 00:38:56 ---> 511e13d82bf5 00:38:56 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:56 Removing intermediate container 950bca16fb22 00:38:56 ---> 3af2b559bae0 00:38:56 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:56 Removing intermediate container 8f0824c304de 00:38:56 ---> 2824e9baef6d 00:38:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:56 Removing intermediate container 02fedfdc668f 00:38:56 ---> db6a16aa656d 00:38:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:56 ---> Running in 904dd76829ad 00:38:56 ---> Running in d06c9d303bbc 00:38:56 ---> Running in b03f49356e81 00:38:56 ---> Running in a1481c307c48 00:38:56 ---> Running in 7ee21eb3c7b9 00:38:56 Removing intermediate container d06c9d303bbc 00:38:56 ---> ec505cf96d78 00:38:56 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:38:56 Removing intermediate container 7ee21eb3c7b9 00:38:56 ---> f605238fe606 00:38:56 Step 5/22 : RUN apk add --update --no-cache make git 00:38:56 ---> Running in ca0863cd9714 00:38:56 ---> Running in 9e52b0ad4fa4 00:38:57 Removing intermediate container 904dd76829ad 00:38:57 ---> cb60cbcd75b9 00:38:57 Step 5/21 : RUN apk add --update --no-cache make git 00:38:57 Removing intermediate container a1481c307c48 00:38:57 ---> 0fdd07e2276f 00:38:57 Step 5/26 : RUN apk add --update --no-cache make bash git 00:38:57 Removing intermediate container b03f49356e81 00:38:57 ---> f80d966a0e32 00:38:57 Step 5/21 : RUN apk add --update --no-cache make git 00:38:57 ---> Running in d288a6351435 00:38:57 ---> Running in 1ded5a136742 00:38:57 ---> Running in eaa078e1cc5c 00:38:58 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:58 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:00 OK: 233 MiB in 51 packages 00:39:00 OK: 233 MiB in 51 packages 00:39:01 OK: 233 MiB in 51 packages 00:39:01 OK: 233 MiB in 51 packages 00:39:02 Removing intermediate container ca0863cd9714 00:39:02 ---> 6f741a99710e 00:39:02 Step 6/23 : COPY go.mod . 00:39:02 Removing intermediate container d288a6351435 00:39:02 ---> 4f3e72077aff 00:39:02 Step 6/21 : COPY go.mod . 00:39:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:02 Removing intermediate container 9e52b0ad4fa4 00:39:02 ---> 19cdfed9a5f9 00:39:02 Step 6/22 : COPY go.mod . 00:39:02 Removing intermediate container 1ded5a136742 00:39:02 ---> f04434a4ffcc 00:39:02 Step 6/26 : COPY go.mod . 00:39:02 ---> 35ee814a287c 00:39:02 Step 7/23 : RUN go mod download 00:39:02 ---> 7d8bd934d7a1 00:39:02 Step 7/21 : RUN go mod download 00:39:02 ---> Running in eece1a89eb5c 00:39:03 ---> Running in 6a3dae6c7be7 00:39:03 ---> d345521f526a 00:39:03 Step 7/22 : RUN go mod download 00:39:03 ---> b209c28ee02a 00:39:03 Step 7/26 : RUN go mod download 00:39:03 ---> Running in 219fdcab8ef9 00:39:03 ---> Running in b91974b2267d 00:39:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:05 OK: 233 MiB in 51 packages 00:39:06 Removing intermediate container eaa078e1cc5c 00:39:06 ---> c48242692d68 00:39:06 Step 6/21 : COPY go.mod . 00:39:06 ---> 8927c0ce2ba4 00:39:06 Step 7/21 : RUN go mod download 00:39:07 Removing intermediate container 219fdcab8ef9 00:39:07 ---> 2c1025dd6021 00:39:07 Step 8/22 : COPY . . 00:39:07 ---> Running in fa60bcfb7ac6 00:39:07 Removing intermediate container b91974b2267d 00:39:07 ---> a71fdcb65777 00:39:07 Step 8/26 : COPY . . 00:39:07 Removing intermediate container 6a3dae6c7be7 00:39:07 ---> 5616e22dda93 00:39:07 Step 8/21 : COPY . . 00:39:07 Removing intermediate container eece1a89eb5c 00:39:07 ---> c0847de8c3c7 00:39:07 Step 8/23 : COPY . . 00:39:11 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.292s coverage: 46.6% of statements 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:16 Removing intermediate container fa60bcfb7ac6 00:39:16 ---> 3f2f66cb5c21 00:39:16 Step 8/21 : COPY . . 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.576s coverage: 27.0% of statements 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.073s coverage: 100.0% of statements 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.084s coverage: 100.0% of statements 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:17 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.272s coverage: 77.1% of statements 00:39:17 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:17 ? 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.685s 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:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.310s 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.148s 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.100s 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.324s 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.335s 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:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.175s coverage: 78.3% of statements 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.112s coverage: 93.8% of statements 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.060s coverage: 58.8% of statements 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.197s coverage: 0.1% of statements 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.060s coverage: 100.0% of statements 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.100s coverage: 75.5% of statements 00:39:37 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.082s coverage: 80.8% of statements 00:39:37 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.160s coverage: 87.2% of statements 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.168s coverage: 84.2% of statements 00:39:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.217s coverage: 91.4% of statements 00:39:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.686s coverage: 63.5% of statements 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.099s coverage: 100.0% of statements 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.057s coverage: 73.7% of statements 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.930s coverage: 55.9% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.386s coverage: 37.0% of statements 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:50 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.842s coverage: 84.0% of statements 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.415s coverage: 47.1% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.113s coverage: 100.0% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.105s coverage: 100.0% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.843s coverage: 29.1% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.186s coverage: 99.0% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.128s coverage: 100.0% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.055s coverage: 100.0% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:03 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.093s coverage: 100.0% of statements 00:40:03 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 00:40:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements 00:40:05 GO111MODULE=on go vet ./... 00:40:13 ---> f1da13677d29 00:40:13 Step 9/23 : RUN make cmd/core-data/core-data ---> 3c035afaa308 00:40:13 ---> e9ac6e11600f 00:40:13 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:40:13 Step 9/22 : RUN make cmd/core-command/core-command 00:40:13 00:40:13 ---> 2688ff217c20 00:40:13 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:40:13 ---> Running in da15a416461d 00:40:13 ---> Running in 875f85fd4ce2 00:40:13 ---> Running in d497cf26c10e 00:40:13 ---> Running in 508e2a8f364f 00:40:13 ---> cb9a958fb400 00:40:13 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:40:13 ---> Running in f3148947ece0 00:40:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:40:13 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:40:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:40:13 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:40:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:40: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 00:41:06 Removing intermediate container 508e2a8f364f 00:41:06 ---> 45e0230c8084 00:41:06 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:41:06 ---> Running in fb07322cf327 00:41:06 Removing intermediate container d497cf26c10e 00:41:06 ---> 2856150b429a 00:41:06 00:41:06 Step 10/22 : FROM scratch 00:41:06 ---> 00:41:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:06 Removing intermediate container 875f85fd4ce2 00:41:06 ---> bde438ad0fb0 00:41:06 00:41:06 Step 10/21 : FROM scratch 00:41:06 ---> 00:41:06 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:06 ---> Running in f24bfcc08e60 00:41:06 ---> Running in 6994ee95c852 00:41:06 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:07 Removing intermediate container 6994ee95c852 00:41:07 ---> e719e0ee4789 00:41:07 Step 12/22 : ENV APP_PORT=48082 00:41:07 Removing intermediate container f24bfcc08e60 00:41:07 ---> 38f97dca02dd 00:41:07 Step 12/21 : ENV APP_PORT=48085 00:41:07 ---> Running in 4454097e9e17 00:41:07 ---> Running in 4c819d1717cc 00:41:08 Removing intermediate container f3148947ece0 00:41:08 ---> 44448daba5e5 00:41:08 00:41:08 Step 10/21 : FROM alpine:3.12 00:41:08 Removing intermediate container 4454097e9e17 00:41:08 ---> 4373a845fddc 00:41:08 Step 13/22 : EXPOSE $APP_PORT 00:41:08 Removing intermediate container 4c819d1717cc 00:41:08 ---> 834a56d305d8 00:41:08 Step 13/21 : EXPOSE $APP_PORT 00:41:08 3.12: Pulling from library/alpine 00:41:08 ---> Running in 2ee3e1494d65 00:41:08 ---> Running in 9ac9bc08173e 00:41:09 Removing intermediate container 2ee3e1494d65 00:41:09 Removing intermediate container 9ac9bc08173e 00:41:09 ---> f7f703867e39 00:41:09 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:41:09 ---> 6f549e55601a 00:41:09 Step 14/22 : WORKDIR / 00:41:09 ---> Running in 01139a30a056 00:41:09 Removing intermediate container fb07322cf327 00:41:09 ---> 5b47f8d85c1a 00:41:09 00:41:09 Step 11/26 : FROM docker:20.10.0 00:41:09 20.10.0: Pulling from library/docker 00:41:10 ---> b0daf5aae705 00:41:10 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:41:10 Removing intermediate container 01139a30a056 00:41:10 ---> 8fdf3ba5945e 00:41:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:41:11 ---> 4e08d5a40cca 00:41:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:41:11 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:41:11 Status: Downloaded newer image for alpine:3.12 00:41:11 ---> 389fef711851 00:41:11 Step 11/21 : RUN apk add --update --no-cache curl 00:41:12 ---> Running in 17740a61dd48 00:41:13 ---> 09cc7d5eb240 00:41:13 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:41:13 gofmt -l . 00:41:14 ---> 910ffb8e3c70 00:41:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:41:14 ---> aa7a1be91f41 00:41:14 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:41:14 Removing intermediate container da15a416461d 00:41:14 ---> cef0f6a431fb 00:41:14 00:41:14 Step 10/23 : FROM alpine:3.12 00:41:14 ---> 389fef711851 00:41:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:41:15 ---> Running in 36ed5dd01f17 00:41:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:15 ---> Running in 839baac90e2f 00:41:15 ---> f89f71e953e5 00:41:15 Step 18/22 : ENTRYPOINT ["/core-command"] 00:41:15 Removing intermediate container 36ed5dd01f17 00:41:15 ---> b084be377ae9 00:41:15 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:15 Removing intermediate container 839baac90e2f 00:41:15 ---> c2532c35fbbb 00:41:15 Step 12/23 : ENV APP_PORT=48080 00:41:15 ---> Running in 8daec7a651c5 00:41:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:15 [ "`gofmt -l .`" = "" ] 00:41:15 ---> Running in 8928b6cb2c93 00:41:15 ---> Running in bf522224ee05 00:41:15 Removing intermediate container 8daec7a651c5 00:41:15 ---> c2639d9bbaa5 00:41:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:16 Removing intermediate container 8928b6cb2c93 00:41:16 ---> d94044172614 00:41:16 Step 19/21 : LABEL arch=x86_64 00:41:16 ---> Running in 35ffaba07a13 00:41:16 Removing intermediate container bf522224ee05 00:41:16 ---> 6cafef6bdfea 00:41:16 Step 13/23 : EXPOSE $APP_PORT 00:41:16 ---> Running in 017777f87eed 00:41:16 ---> Running in 6e9bed131e10 00:41:16 (1/4) Installing ca-certificates (20191127-r4) 00:41:16 Removing intermediate container 35ffaba07a13 00:41:16 ---> 4706b41e6946 00:41:16 Step 20/22 : LABEL arch=x86_64 00:41:16 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:41:16 (3/4) Installing libcurl (7.69.1-r3) 00:41:16 (4/4) Installing curl (7.69.1-r3) 00:41:16 Executing busybox-1.31.1-r19.trigger 00:41:16 Executing ca-certificates-20191127-r4.trigger 00:41:17 Removing intermediate container 017777f87eed 00:41:17 ---> bebe6fb0485d 00:41:17 Step 20/21 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:41:17 OK: 7 MiB in 18 packages 00:41:17 ---> Running in f5f4e2a1cd78 00:41:17 ---> Running in c2b167866948 00:41:17 Removing intermediate container 6e9bed131e10 00:41:17 ---> 55a1fec45b74 00:41:17 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:17 ---> Running in 1fce32ed2cbb 00:41:17 Removing intermediate container f5f4e2a1cd78 00:41:17 ---> 8575d9730842 00:41:17 Step 21/22 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:41:17 Removing intermediate container c2b167866948 00:41:17 ---> 4bbf570bbf3d 00:41:17 Step 21/21 : LABEL version=0.0.0 00:41:17 ---> Running in a2281253a913 00:41:18 ---> Running in 2583cf59444f 00:41:18 ./bin/test-go-mod-tidy.sh 00:41:18 Removing intermediate container a2281253a913 00:41:18 ---> f6cef3c94ba0 00:41:18 Step 22/22 : LABEL version=0.0.0 00:41:18 Removing intermediate container 2583cf59444f 00:41:18 ---> 2aac1f860227 00:41:18 00:41:18 Removing intermediate container 17740a61dd48 00:41:18 ---> f87de4e7fbe6 00:41:18 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:41:18 ---> Running in 36a3e95af8c5 00:41:18 ---> Running in 66f72385f80d 00:41:18 ./bin/test-attribution-txt.sh 00:41:19 Successfully built 2aac1f860227 00:41:19 Successfully tagged docker-support-scheduler-go:latest 00:41:19 Building docker-support-notifications-go 00:41:19  Building docker-support-scheduler-go ... done Removing intermediate container 66f72385f80d 00:41:19 ---> d133cec00286 00:41:19 Step 13/21 : WORKDIR /edgex 00:41:19 Removing intermediate container 36a3e95af8c5 00:41:19 ---> 7aad24e0690d 00:41:19 00:41:19 ---> Running in 51157ff77ed3 00:41:19 Successfully built 7aad24e0690d 00:41:19 Successfully tagged docker-core-command-go:latest 00:41:19 Building docker-security-bootstrap-redis-go 00:41:20  Building docker-core-command-go ... done Removing intermediate container 1fce32ed2cbb 00:41:20 ---> 43ecb645cf69 00:41:20 Step 15/23 : RUN apk add --update --no-cache zeromq 00:41:20 Removing intermediate container 51157ff77ed3 00:41:20 ---> edf02ffdbcf6 00:41:20 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:41:20 ---> Running in ea298e48e200 00:41:21 ---> 1a4a11874fb9 00:41:21 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:41:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh 00:41:24 + ls -al . 00:41:24 total 668 00:41:24 drwxrwxr-x 9 1001 1001 4096 Jan 7 00:41 . 00:41:24 drwxr-xr-x 4 root root 4096 Jan 7 00:37 .. 00:41:24 -rw-rw-r-- 1 1001 1001 11 Jan 7 00:35 .dockerignore 00:41:24 drwxrwxr-x 8 1001 1001 4096 Jan 7 00:36 .git 00:41:24 drwxrwxr-x 3 1001 1001 4096 Jan 7 00:35 .github 00:41:24 -rw-rw-r-- 1 1001 1001 824 Jan 7 00:35 .gitignore 00:41:24 -rw-rw-r-- 1 1001 1001 166 Jan 7 00:35 .sonarcloud.properties 00:41:24 -rw-rw-r-- 1 1001 1001 3804 Jan 7 00:35 CONTRIBUTING.md 00:41:24 -rw-rw-r-- 1 1001 1001 931 Jan 7 00:35 Dockerfile.build 00:41:24 -rw-rw-r-- 1 1001 1001 863 Jan 7 00:35 Jenkinsfile 00:41:24 -rw-rw-r-- 1 1001 1001 10775 Jan 7 00:35 LICENSE 00:41:24 -rw-rw-r-- 1 1001 1001 5750 Jan 7 00:35 Makefile 00:41:24 -rw-rw-r-- 1 1001 1001 6511 Jan 7 00:35 README.md 00:41:24 -rw-rw-r-- 1 1001 1001 6744 Jan 7 00:35 SECURITY.md 00:41:24 -rw-rw-r-- 1 1001 1001 5 Jan 7 00:32 VERSION 00:41:24 -rw-rw-r-- 1 1001 1001 4131 Jan 7 00:35 ZMQWindows.md 00:41:24 drwxrwxr-x 2 1001 1001 4096 Jan 7 00:35 bin 00:41:24 drwxrwxr-x 14 1001 1001 4096 Jan 7 00:35 cmd 00:41:24 -rw-r--r-- 1 root root 541590 Jan 7 00:40 coverage.out 00:41:24 -rw-r--r-- 1 root root 979 Jan 7 00:41 go.mod 00:41:24 -rw-r--r-- 1 root root 19019 Jan 7 00:41 go.sum 00:41:24 drwxrwxr-x 8 1001 1001 4096 Jan 7 00:35 internal 00:41:24 drwxrwxr-x 4 1001 1001 4096 Jan 7 00:35 openapi 00:41:24 drwxrwxr-x 4 1001 1001 4096 Jan 7 00:35 snap 00:41:24 -rw-rw-r-- 1 1001 1001 168 Jan 7 00:35 version.go [Pipeline] sh 00:41:24 ---> 48e4802e8cc7 00:41:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:41:25 + '[' -e coverage.out ] 00:41:25 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:25 Warning: overwriting stash ‘coverage-report’ 00:41:26 Stashed 1 file(s) [Pipeline] sh 00:41:26 ---> 188ef6e616f2 00:41:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:41:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:26 ---> Running in 80293041d533 00:41:27 + make build 00:41:27 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:27 Removing intermediate container 80293041d533 00:41:27 ---> 6ca3becc0d75 00:41:27 Step 18/21 : CMD ["--init=true"] 00:41:28 ---> Running in 74d2c399292f 00:41:29 Removing intermediate container 74d2c399292f 00:41:29 ---> 7ec6d2831c00 00:41:29 Step 19/21 : LABEL arch=x86_64 00:41:29 ---> Running in b46d8cc2a2f0 00:41:30 Removing intermediate container b46d8cc2a2f0 00:41:30 ---> 4468722cce01 00:41:30 Step 20/21 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:41:30 ---> Running in cfa00518dca0 00:41:30 Removing intermediate container cfa00518dca0 00:41:30 ---> 9d2fc85af1b5 00:41:30 Step 21/21 : LABEL version=0.0.0 00:41:31 ---> Running in 63a02938af30 00:41:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:41:31 Status: Downloaded newer image for docker:20.10.0 00:41:31 ---> aefe523efa57 00:41:31 Step 12/26 : RUN apk add --no-cache bash 00:41:31 ---> Running in 82c8b1942b7b 00:41:31 Removing intermediate container 63a02938af30 00:41:31 ---> 0041041208c6 00:41:31 00:41:31 Successfully built 0041041208c6 00:41:31 Successfully tagged docker-security-proxy-setup-go:latest 00:41:31 Building docker-security-secretstore-setup-go 00:41:32  Building docker-security-proxy-setup-go ... done (1/5) Installing libgcc (9.3.0-r2) 00:41:33 (2/5) Installing libsodium (1.0.18-r0) 00:41:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:34 (3/5) Installing libstdc++ (9.3.0-r2) 00:41:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:35 (1/2) Installing readline (8.0.4-r0) 00:41:35 (2/2) Installing bash (5.0.17-r0) 00:41:35 Executing bash-5.0.17-r0.post-install 00:41:35 Executing busybox-1.31.1-r19.trigger 00:41:35 OK: 12 MiB in 22 packages 00:41:37 (4/5) Installing libzmq (4.3.3-r0) 00:41:37 (5/5) Installing zeromq (4.3.3-r0) 00:41:37 Executing busybox-1.31.1-r19.trigger 00:41:37 OK: 8 MiB in 19 packages 00:41:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:41:38 Removing intermediate container 82c8b1942b7b 00:41:38 ---> aa91e05c700f 00:41:38 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:41:39 ---> Running in ec4605140fd4 00:41:41 Removing intermediate container ec4605140fd4 00:41:41 ---> 478ad55d8380 00:41:41 Step 14/26 : ENV APP_PORT=48090 00:41:41 Removing intermediate container ea298e48e200 00:41:41 ---> 4ad04ed46e1d 00:41:41 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:41:41 ---> Running in 7700a12d5c4a 00:41:42 ---> 00381aa654b9 00:41:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:41:42 Removing intermediate container 7700a12d5c4a 00:41:42 ---> e2af8e9d3db2 00:41:42 Step 15/26 : EXPOSE $APP_PORT 00:41:42 ---> Running in 52628adf2c49 00:41:43 Removing intermediate container 52628adf2c49 00:41:43 ---> b9b5ccca946c 00:41:43 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:41:44 ---> 05fb8eda2abd 00:41:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:41:46 ---> 140b5be7840b 00:41:46 Step 19/23 : ENTRYPOINT ["/core-data"] 00:41:46 ---> ae0d692ce5bc 00:41:46 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:41:47 ---> Running in 455aa5530cee 00:41:49 Removing intermediate container 455aa5530cee 00:41:49 ---> a77f9de87883 00:41:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:49 ---> dd74784e7e75 00:41:49 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:41:50 ---> Running in 3a31aaace388 00:41:51 Removing intermediate container 3a31aaace388 00:41:51 ---> ba89a5d354f1 00:41:51 Step 21/23 : LABEL arch=x86_64 00:41:51 ---> Running in 6dfeff43e5d7 00:41:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:41:52 ---> b3ee19a67476 00:41:52 Step 3/22 : WORKDIR /edgex-go 00:41:52 ---> Using cache 00:41:52 ---> db6a16aa656d 00:41:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:52 ---> Using cache 00:41:52 ---> f605238fe606 00:41:52 Step 5/22 : RUN apk add --update --no-cache make git 00:41:52 ---> Using cache 00:41:52 ---> 19cdfed9a5f9 00:41:52 Step 6/22 : COPY go.mod . 00:41:52 ---> Using cache 00:41:52 ---> d345521f526a 00:41:52 Step 7/22 : RUN go mod download 00:41:52 ---> Using cache 00:41:52 ---> 2c1025dd6021 00:41:52 Step 8/22 : COPY . . 00:41:52 ---> Using cache 00:41:52 ---> e9ac6e11600f 00:41:52 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:41:52 ---> d211896ffed2 00:41:52 Step 19/26 : RUN apk --no-cache add py3-pip 00:41:53 Removing intermediate container 6dfeff43e5d7 00:41:53 ---> 49affaf1ea64 00:41:53 Step 22/23 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:41:53 ---> Running in 13a1eb468be6 00:41:53 ---> Running in 58338d937849 00:41:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:41:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:41:53 ---> b3ee19a67476 00:41:53 Step 3/24 : WORKDIR /edgex-go 00:41:53 ---> Using cache 00:41:53 ---> db6a16aa656d 00:41:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:41:53 ---> Using cache 00:41:53 ---> f605238fe606 00:41:53 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:41:54 ---> Running in c0d80c320114 00:41:54 ---> Running in bf4c5f8ec72d 00:41:55 Removing intermediate container c0d80c320114 00:41:55 ---> 6325ddfeb059 00:41:55 Step 23/23 : LABEL version=0.0.0 00:41:55 ---> Running in 30353d46f6c0 00:41:57 Removing intermediate container 30353d46f6c0 00:41:57 ---> d090e230b2d1 00:41:57 00:41:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:57 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:41:57 Successfully built d090e230b2d1 00:41:58 Successfully tagged docker-core-data-go:latest 00:41:58 Building docker-core-metadata-go 00:41:58  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:59 (1/33) Installing libbz2 (1.0.8-r1) 00:41:59 (2/33) Installing expat (2.2.9-r1) 00:41:59 (3/33) Installing libffi (3.3-r2) 00:41:59 (4/33) Installing gdbm (1.13-r1) 00:42:00 (5/33) Installing xz-libs (5.2.5-r0) 00:42:00 (6/33) Installing sqlite-libs (3.32.1-r0) 00:42:00 (7/33) Installing python3 (3.8.5-r0) 00:42:00 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:42:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:42:04 ---> b3ee19a67476 00:42:04 Step 3/24 : WORKDIR /edgex-go 00:42:04 ---> Using cache 00:42:04 ---> db6a16aa656d 00:42:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:04 ---> Using cache 00:42:04 ---> f605238fe606 00:42:04 Step 5/24 : RUN apk add --update --no-cache make git 00:42:04 ---> Using cache 00:42:04 ---> 19cdfed9a5f9 00:42:04 Step 6/24 : COPY go.mod . 00:42:04 ---> Using cache 00:42:04 ---> d345521f526a 00:42:04 Step 7/24 : RUN go mod download 00:42:04 ---> Using cache 00:42:04 ---> 2c1025dd6021 00:42:04 Step 8/24 : COPY . . 00:42:04 ---> Using cache 00:42:04 ---> e9ac6e11600f 00:42:04 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:42:05 OK: 233 MiB in 51 packages 00:42:05 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:42:07 ---> Running in 6eb2b6908cb9 00:42:07 (8/33) Installing py3-appdirs (1.4.4-r1) 00:42:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:42:07 (10/33) Installing py3-parsing (2.4.7-r0) 00:42:07 (11/33) Installing py3-six (1.15.0-r0) 00:42:07 (12/33) Installing py3-packaging (20.4-r0) 00:42:07 (13/33) Installing py3-setuptools (47.0.0-r0) 00:42:07 (14/33) Installing py3-chardet (3.0.4-r4) 00:42:08 (15/33) Installing py3-idna (2.9-r0) 00:42:09 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:42:09 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:42:09 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:09 (18/33) Installing py3-requests (2.23.0-r0) 00:42:09 (19/33) Installing py3-msgpack (1.0.0-r0) 00:42:09 (20/33) Installing py3-lockfile (0.12.2-r3) 00:42:09 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:42:09 (22/33) Installing py3-colorama (0.4.3-r0) 00:42:09 Removing intermediate container bf4c5f8ec72d 00:42:09 ---> 0665f040c775 00:42:09 Step 6/24 : COPY go.mod . 00:42:09 (23/33) Installing py3-distlib (0.3.0-r0) 00:42:10 (24/33) Installing py3-distro (1.5.0-r1) 00:42:10 (25/33) Installing py3-webencodings (0.5.1-r3) 00:42:10 (26/33) Installing py3-html5lib (1.0.1-r4) 00:42:10 ---> 9f1b944b91f4 00:42:10 Step 7/24 : RUN go mod download 00:42:10 (27/33) Installing py3-pytoml (0.1.21-r0) 00:42:10 (28/33) Installing py3-pep517 (0.8.2-r0) 00:42:10 (29/33) Installing py3-progress (1.5-r0) 00:42:10 (30/33) Installing py3-toml (0.10.1-r0) 00:42:11 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:42:11 (31/33) Installing py3-retrying (1.3.3-r0) 00:42:11 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:42:11 (33/33) Installing py3-pip (20.1.1-r0) 00:42:11 ---> Running in fa25ef8eadbd 00:42:11 Executing busybox-1.31.1-r19.trigger 00:42:11 OK: 71 MiB in 55 packages 00:42:12 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:20 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:20 Removing intermediate container fa25ef8eadbd 00:42:20 ---> 00cbe894dcea 00:42:20 Step 8/24 : COPY . . 00:42:25 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:29 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:33 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:35 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:36 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:42:36 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:42:36 ---> b3ee19a67476 00:42:36 Step 3/22 : WORKDIR /edgex-go 00:42:36 ---> Using cache 00:42:36 ---> db6a16aa656d 00:42:36 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:42:36 ---> Using cache 00:42:36 ---> f605238fe606 00:42:36 Step 5/22 : RUN apk add --update --no-cache make git 00:42:36 ---> Using cache 00:42:36 ---> 19cdfed9a5f9 00:42:36 Step 6/22 : COPY go.mod . 00:42:36 ---> Using cache 00:42:36 ---> d345521f526a 00:42:36 Step 7/22 : RUN go mod download 00:42:36 ---> Using cache 00:42:36 ---> 2c1025dd6021 00:42:36 Step 8/22 : COPY . . 00:42:36 ---> Using cache 00:42:36 ---> e9ac6e11600f 00:42:36 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:42:37 ---> Running in 2044c410bb2f 00:42:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:39 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:40 Removing intermediate container 13a1eb468be6 00:42:40 ---> cec7fda7bfe9 00:42:40 00:42:40 Step 10/22 : FROM alpine:3.12 00:42:40 ---> 389fef711851 00:42:40 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:42:42 ---> Running in 5031a3ee7098 00:42: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:42:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:42:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:42:47 (1/5) Installing ca-certificates (20191127-r4) 00:42:47 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:42:47 (3/5) Installing libcurl (7.69.1-r3) 00:42:47 (4/5) Installing curl (7.69.1-r3) 00:42:47 (5/5) Installing dumb-init (1.2.2-r1) 00:42:47 Executing busybox-1.31.1-r19.trigger 00:42:47 Executing ca-certificates-20191127-r4.trigger 00:42:47 OK: 7 MiB in 19 packages [Pipeline] } 00:42:47 $ docker stop --time=1 9b456e71dde68fc55b44a402d872e8c9539cc31d39f51776e72a0c8e9b1af432 00:42:50 $ docker rm -f 9b456e71dde68fc55b44a402d872e8c9539cc31d39f51776e72a0c8e9b1af432 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:52 00:42:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:53 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:53 29e5d40040c1: Pulling fs layer 00:42:53 1ce36da41761: Pulling fs layer 00:42:53 25b303627fd3: Pulling fs layer 00:42:53 29e5d40040c1: Verifying Checksum 00:42:53 29e5d40040c1: Download complete 00:42:54 1ce36da41761: Verifying Checksum 00:42:54 1ce36da41761: Download complete 00:42:54 29e5d40040c1: Pull complete 00:42:54 Removing intermediate container 5031a3ee7098 00:42:54 ---> f724e3a71ffc 00:42:54 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:42:54 Removing intermediate container 6eb2b6908cb9 00:42:54 ---> 97213f7a270f 00:42:54 00:42:54 Step 10/24 : FROM alpine:3.12 00:42:54 ---> 389fef711851 00:42:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:42:54 ---> Using cache 00:42:54 ---> f724e3a71ffc 00:42:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:42:54 ---> Running in 1955b5ed1d2b 00:42:54 ---> Running in 2de2b86420ac 00:42:55 1ce36da41761: Pull complete 00:42:56 Removing intermediate container 1955b5ed1d2b 00:42:56 ---> 41934e07e70b 00:42:56 Step 13/22 : WORKDIR / 00:42:56 Removing intermediate container 2de2b86420ac 00:42:56 ---> 7032db4e7b45 00:42:56 Step 13/24 : WORKDIR / 00:42:56 25b303627fd3: Verifying Checksum 00:42:56 25b303627fd3: Download complete 00:42:56 ---> Running in 5d466e524261 00:42:57 ---> Running in 3d42d10cb054 00:42:57 Removing intermediate container 58338d937849 00:42:57 ---> f35f9b4b6a81 00:42:57 Step 20/26 : RUN pip install docker-compose==1.23.2 00:42:59 ---> Running in 9e87c8d048e6 00:43:00 Removing intermediate container 3d42d10cb054 00:43:00 ---> 2f82ed7bb785 00:43:00 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:43:00 Removing intermediate container 5d466e524261 00:43:00 ---> c1d83be03d42 00:43:00 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:43:01 ---> 78a98da76d96 00:43:01 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:43:02 ---> 7a564be66856 00:43:02 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:43:04 ---> fc76ad95ba9d 00:43:04 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:43:04 ---> b621175ed43a 00:43:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:43:05 ---> bbd29f16df02 00:43:05 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:43:05 ---> Running in 422d7957c07c 00:43:05 ---> bdfa4d6f743a 00:43:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:43:05 ---> 4df8478abdac 00:43:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:43:06 ---> 0368562b0e41 00:43:06 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:43:06 ---> e2ae88edfe3a 00:43:06 Step 18/22 : RUN chmod +x entrypoint.sh 00:43:06 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:43:06 ---> Running in dc671478eeb1 00:43:07 25b303627fd3: Pull complete 00:43:07 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:07 prd-ubuntu18.04-docker-arm64-4c-16g-18772 does not seem to be running inside a container 00:43:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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:43:08 ---> e7e36f97c3f4 00:43:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:43:09 ---> 8bd11c21df74 00:43:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:43:09 ---> Running in caa1d5ccb70d 00:43:10 Removing intermediate container dc671478eeb1 00:43:10 ---> 120409660ba3 00:43:10 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:43:10 ---> Running in 4c1c8e376393 00:43:10 $ docker top 923a7691f3cf825df0a72f8a56994960c03a35a4455aa14d9e8c1d3bb8a2c453 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:11 Collecting docker-compose==1.23.2 00:43:11 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:43:11 Removing intermediate container 4c1c8e376393 00:43:11 ---> e3efdb0b7b45 00:43:11 Step 20/22 : LABEL arch=x86_64 00:43:11 ---> Running in 03ceafd5a362 00:43:11 + docker-compose build --help 00:43:11 + grep parallel 00:43:12 Collecting PyYAML<4,>=3.10 00:43:12 Downloading PyYAML-3.13.tar.gz (270 kB) 00:43:13 Removing intermediate container 03ceafd5a362 00:43:13 ---> 30447e5251e7 00:43:13 Step 21/22 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:43:13 Removing intermediate container caa1d5ccb70d 00:43:13 ---> b0a72e387489 00:43:13 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:43:13 ---> Running in 21a4bf5422fa 00:43:13 ---> Running in e1416a3663ef 00:43:13 Removing intermediate container 21a4bf5422fa 00:43:13 ---> 025d3b23d513 00:43:13 Step 22/22 : LABEL version=0.0.0 00:43:13 Collecting dockerpty<0.5,>=0.4.1 00:43:13 Removing intermediate container e1416a3663ef 00:43:13 ---> 777024fb8acd 00:43:13 Step 22/24 : LABEL arch=x86_64 00:43:13 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:43:13 ---> Running in 32c31aa7f7f7 00:43:14 ---> Running in a261d75be74f 00:43:14 Removing intermediate container 32c31aa7f7f7 00:43:14 ---> 693f20e347dd 00:43:14 00:43:14 Removing intermediate container a261d75be74f 00:43:14 ---> b98aba31b813 00:43:14 Step 23/24 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:43:15 Collecting jsonschema<3,>=2.5.1 00:43:15 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:43:16 Successfully built 693f20e347dd 00:43:16 ---> Running in 1edddccad28e 00:43:16 Successfully tagged docker-security-bootstrap-redis-go:latest 00:43:16  Building docker-security-bootstrap-redis-go ... done Collecting websocket-client<1.0,>=0.32.0 00:43:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:43:17 Collecting docker<4.0,>=3.6.0 00:43:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:43:17 Removing intermediate container 1edddccad28e 00:43:17 ---> 09ed9aa63999 00:43:17 Step 24/24 : LABEL version=0.0.0 00:43:17 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:43:18 Collecting texttable<0.10,>=0.9.0 00:43:18 Downloading texttable-0.9.1.tar.gz (11 kB) 00:43:18 ---> Running in fdb1bfedd5c5 00:43:18 Removing intermediate container 2044c410bb2f 00:43:18 ---> eb2853199ae3 00:43:18 00:43:18 Step 10/22 : FROM scratch 00:43:18 ---> 00:43:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:43:18 --parallel Build images in parallel. [Pipeline] } 00:43:18 $ docker stop --time=1 923a7691f3cf825df0a72f8a56994960c03a35a4455aa14d9e8c1d3bb8a2c453 00:43:19 Collecting cached-property<2,>=1.2.0 00:43:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:43:19 ---> Using cache 00:43:19 ---> 38f97dca02dd 00:43:19 Step 12/22 : ENV APP_PORT=48081 00:43:19 Removing intermediate container fdb1bfedd5c5 00:43:19 ---> 4b6e03233382 00:43:19 00:43:19 ---> Running in f3d9d4d9ec5b 00:43:19 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:43:19 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:43:19 Successfully built 4b6e03233382 00:43:19 Collecting docopt<0.7,>=0.6.1 00:43:19 Downloading docopt-0.6.2.tar.gz (25 kB) 00:43:19 Successfully tagged docker-security-secretstore-setup-go:latest 00:43:20  Building docker-security-secretstore-setup-go ... done Removing intermediate container f3d9d4d9ec5b 00:43:20 ---> 0af1caf31990 00:43:20 Step 13/22 : EXPOSE $APP_PORT 00:43:20 ---> Running in 241ac0b81a8e 00:43:20 $ docker rm -f 923a7691f3cf825df0a72f8a56994960c03a35a4455aa14d9e8c1d3bb8a2c453 00:43:20 Removing intermediate container 241ac0b81a8e 00:43:20 ---> 53b2fbf4078b 00:43:20 Step 14/22 : WORKDIR / 00:43:20 Collecting docker-pycreds>=0.4.0 00:43:20 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:43:20 ---> Running in fe7bba5a094e [Pipeline] // withDockerContainer [Pipeline] writeFile 00:43:21 Collecting urllib3<1.25,>=1.21.1 00:43:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:43:21 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:43:21 Collecting idna<2.8,>=2.5 00:43:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:21 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:43:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:43:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:43:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:43:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:43:21 Removing intermediate container fe7bba5a094e 00:43:21 ---> c48d0efaf2b6 00:43:21 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:43:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:21 . [Pipeline] withDockerContainer 00:43:21 Installing collected packages: PyYAML, dockerpty, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, texttable, cached-property, docopt, docker-compose 00:43:21 Running setup.py install for PyYAML: started 00:43:21 prd-ubuntu18.04-docker-arm64-4c-16g-18772 does not seem to be running inside a container 00:43:22 $ 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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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:43:22 ---> 6f66e69307cd 00:43:22 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:43:22 Running setup.py install for PyYAML: finished with status 'done' 00:43:22 Running setup.py install for dockerpty: started 00:43:23 $ docker top 998e6a6a537494089f193921c52c9022f00ae2ef2632fa14e89520dcfd5a2594 -eo pid,comm 00:43:23 Running setup.py install for dockerpty: finished with status 'done' [Pipeline] { [Pipeline] sh 00:43:24 ---> bdb39db3b63b 00:43:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:43:24 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:24 Attempting uninstall: urllib3 00:43:24 Found existing installation: urllib3 1.25.9 00:43:24 Uninstalling urllib3-1.25.9: 00:43:24 Successfully uninstalled urllib3-1.25.9 00:43:25 ---> 11c1d847a0e9 00:43:25 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:43:25 Attempting uninstall: idna 00:43:25 Found existing installation: idna 2.9 00:43:25 Uninstalling idna-2.9: 00:43:25 Successfully uninstalled idna-2.9 00:43:25 ---> Running in 58f4179afad5 00:43:25 Attempting uninstall: requests 00:43:25 Found existing installation: requests 2.23.0 00:43:25 Uninstalling requests-2.23.0: 00:43:25 Successfully uninstalled requests-2.23.0 00:43:26 Removing intermediate container 58f4179afad5 00:43:26 ---> c7371a57a7fc 00:43:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:26 ---> Running in 738a629ffefb 00:43:27 Running setup.py install for texttable: started 00:43:27 Removing intermediate container 738a629ffefb 00:43:27 ---> 893bfe20cf34 00:43:27 Step 20/22 : LABEL arch=x86_64 00:43:27 ---> Running in cfc522bddd10 00:43:27 Running setup.py install for texttable: finished with status 'done' 00:43:27 Running setup.py install for docopt: started 00:43:28 Removing intermediate container cfc522bddd10 00:43:28 ---> 460fef07eeef 00:43:28 Step 21/22 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:43:28 ---> Running in e0d489e6319d 00:43:28 Removing intermediate container e0d489e6319d 00:43:28 ---> fe2dfd817bec 00:43:28 Step 22/22 : LABEL version=0.0.0 00:43:28 ---> Running in d227c88a8282 00:43:28 Running setup.py install for docopt: finished with status 'done' 00:43:29 Removing intermediate container d227c88a8282 00:43:29 ---> 6d42e5295b42 00:43:29 00:43:29 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:43:30 Successfully built 6d42e5295b42 00:43:30 Successfully tagged docker-core-metadata-go:latest 00:43:31 Building docker-core-command-go ... 00:43:31 Building docker-core-data-go ... 00:43:31 Building docker-core-metadata-go ... 00:43:31 Building docker-security-bootstrap-redis-go ... 00:43:31 Building docker-security-proxy-setup-go ... 00:43:31 Building docker-security-secretstore-setup-go ... 00:43:31 Building docker-support-notifications-go ... 00:43:31 Building docker-support-scheduler-go ... 00:43:31 Building docker-sys-mgmt-agent-go ... 00:43:31 Building docker-security-secretstore-setup-go 00:43:31 Building docker-security-bootstrap-redis-go 00:43:31 Building docker-sys-mgmt-agent-go 00:43:31 Building docker-support-notifications-go 00:43:31 Building docker-core-data-go 00:43:32  Building docker-core-metadata-go ... done Removing intermediate container 422d7957c07c 00:43:32 ---> ffc42dcc9f1a 00:43:32 00:43:32 Step 10/24 : FROM scratch 00:43:32 ---> 00:43:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:43:32 ---> Running in 671fdd1c0aca 00:43:33 Removing intermediate container 671fdd1c0aca 00:43:33 ---> 7effc09eb474 00:43:33 Step 12/24 : ENV APP_PORT=48060 00:43:33 ---> Running in b712d107e74f 00:43:34 Removing intermediate container b712d107e74f 00:43:34 ---> 65601eecfd34 00:43:34 Step 13/24 : EXPOSE $APP_PORT 00:43:34 Removing intermediate container 9e87c8d048e6 00:43:34 ---> c99c8103d1cf 00:43:34 Step 21/26 : RUN apk --no-cache add curl 00:43:34 ---> Running in 2de4df836d52 00:43:34 ---> Running in 179ca8f82637 00:43:34 Removing intermediate container 2de4df836d52 00:43:35 ---> 156b718a040d 00:43:35 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:43:35 ---> ab3c1a1b1551 00:43:35 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:43:35 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:43:36 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:43:36 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:43:36 (2/3) Installing libcurl (7.69.1-r3) 00:43:36 (3/3) Installing curl (7.69.1-r3) 00:43:36 Executing busybox-1.31.1-r19.trigger 00:43:36 OK: 72 MiB in 58 packages 00:43:36 ---> 284dae3c3ab4 00:43:36 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:43:37 ---> c0f0a043cc36 00:43:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:43:37 Removing intermediate container 179ca8f82637 00:43:37 ---> b9059de9c170 00:43:37 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:43:37 ---> Running in 70e00360b57c 00:43:37 Removing intermediate container 70e00360b57c 00:43:37 ---> a22ae4a5eba1 00:43:37 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:37 ---> 285a1beee2ab 00:43:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:43:37 ---> Running in cafaae929744 00:43:38 Removing intermediate container cafaae929744 00:43:38 ---> 60cd9cc3aca6 00:43:38 Step 24/26 : LABEL arch=x86_64 00:43:38 ---> Running in 7ec652310267 00:43:38 ---> d61521618872 00:43:38 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:43:39 Removing intermediate container 7ec652310267 00:43:39 ---> 8eb7d9bb1acf 00:43:39 Step 25/26 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:43:39 ---> Running in cbeaea4d754f 00:43:39 ---> 7f922a9c5764 00:43:39 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:43:39 ---> Running in 23326cdf10c4 00:43:39 Removing intermediate container cbeaea4d754f 00:43:39 ---> a4251281db99 00:43:39 Step 26/26 : LABEL version=0.0.0 00:43:39 ---> Running in 93eaba145943 00:43:39 Removing intermediate container 23326cdf10c4 00:43:39 ---> 3973dca483a8 00:43:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:43:39 ---> Running in 82fad85e1bd7 00:43:39 Removing intermediate container 93eaba145943 00:43:39 ---> b66580124ea6 00:43:39 00:43:39 Successfully built b66580124ea6 00:43:39 Successfully tagged docker-sys-mgmt-agent-go:latest 00:43:39 Removing intermediate container 82fad85e1bd7 00:43:39 ---> b3a2efdc5f74 00:43:39 Step 22/24 : LABEL arch=x86_64 00:43:40  Building docker-sys-mgmt-agent-go ... done  ---> Running in c7075f3bb85a 00:43:40 Removing intermediate container c7075f3bb85a 00:43:40 ---> eb7defebb844 00:43:40 Step 23/24 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:43:40 ---> Running in 361f92a6fb8c 00:43:40 Removing intermediate container 361f92a6fb8c 00:43:40 ---> 15ca4de3ba0b 00:43:40 Step 24/24 : LABEL version=0.0.0 00:43:40 ---> Running in 666b56037338 00:43:41 Removing intermediate container 666b56037338 00:43:41 ---> ac082aea0c51 00:43:41 00:43:42 Successfully built ac082aea0c51 00:43:42 Successfully tagged docker-support-notifications-go:latest 00:43:42  Building docker-support-notifications-go ... done  [Pipeline] } 00:43:42 $ docker stop --time=1 11183bb453cff4415a0061e796e06db186a907bae29b50c1a20fdf88b77708b5 00:43:44 $ docker rm -f 11183bb453cff4415a0061e796e06db186a907bae29b50c1a20fdf88b77708b5 [Pipeline] // withDockerContainer [Pipeline] sh 00:43:45 + docker images 00:43:45 + grep docker 00:43:45 docker-support-notifications-go latest ac082aea0c51 4 seconds ago 12MB 00:43:45 docker-sys-mgmt-agent-go latest b66580124ea6 6 seconds ago 313MB 00:43:45 docker-core-metadata-go latest 6d42e5295b42 17 seconds ago 13MB 00:43:45 docker-security-secretstore-setup-go latest 4b6e03233382 27 seconds ago 24.6MB 00:43:45 docker-security-bootstrap-redis-go latest 693f20e347dd 31 seconds ago 15.8MB 00:43:45 docker-core-data-go latest d090e230b2d1 About a minute ago 22.3MB 00:43:45 docker-security-proxy-setup-go latest 0041041208c6 2 minutes ago 24.5MB 00:43:45 docker-core-command-go latest 7aad24e0690d 2 minutes ago 10.6MB 00:43:45 docker-support-scheduler-go latest 2aac1f860227 2 minutes ago 10.7MB 00:43:45 docker 20.10.0 aefe523efa57 3 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:44:02 Still waiting to schedule task 00:44:02 Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ 00:44:39 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:39 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:39 ---> e17be7a3b50d 00:44:39 Step 3/26 : WORKDIR /edgex-go 00:44:39 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:39 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:39 ---> e17be7a3b50d 00:44:39 Step 3/23 : WORKDIR /edgex-go 00:44:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:39 ---> e17be7a3b50d 00:44:39 Step 3/24 : WORKDIR /edgex-go 00:44:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:39 ---> e17be7a3b50d 00:44:39 Step 3/24 : WORKDIR /edgex-go 00:44:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:39 ---> e17be7a3b50d 00:44:39 Step 3/22 : WORKDIR /edgex-go 00:44:42 ---> Running in a9ce5be17874 00:44:42 ---> Running in 73e98d70c0c5 00:44:42 ---> Running in 0d92c7fc079b 00:44:42 ---> Running in 407b027d7062 00:44:42 ---> Running in 7f4ac1b9876c 00:44:42 Removing intermediate container 0d92c7fc079b 00:44:42 ---> 6b119f7799f2 00:44:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:43 Removing intermediate container 7f4ac1b9876c 00:44:43 ---> af34fc9a309b 00:44:43 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:43 Removing intermediate container a9ce5be17874 00:44:43 ---> 937c629d8c40 00:44:43 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:43 Removing intermediate container 73e98d70c0c5 00:44:43 Removing intermediate container 407b027d7062 00:44:43 ---> 40aa14c49447 00:44:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:43 ---> 95f040d46846 00:44:43 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:43 ---> Running in a71197ce6067 00:44:43 ---> Running in 5f5f30a40cef 00:44:43 ---> Running in 41c3d3df51b1 00:44:43 ---> Running in 4eb43b537eb6 00:44:43 ---> Running in 4bbe6d5e856d 00:44:46 Removing intermediate container 5f5f30a40cef 00:44:46 ---> 98262088c15b 00:44:46 Step 5/26 : RUN apk add --update --no-cache make bash git 00:44:47 ---> Running in 27afe6811916 00:44:47 Removing intermediate container a71197ce6067 00:44:47 ---> 7982bf3ad00f 00:44:47 Step 5/22 : RUN apk add --update --no-cache make git 00:44:47 Removing intermediate container 41c3d3df51b1 00:44:47 ---> 11818f61e35c 00:44:47 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:44:47 ---> Running in c691d47ef152 00:44:47 ---> Running in ba50f2f503c9 00:44:47 Removing intermediate container 4eb43b537eb6 00:44:47 Removing intermediate container 4bbe6d5e856d 00:44:47 ---> db54e154a9a3 00:44:47 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:47 ---> 513963cf752c 00:44:47 Step 5/24 : RUN apk add --update --no-cache make git 00:44:48 ---> Running in 279e436443cc 00:44:48 ---> Running in 60be1956ef21 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:51 OK: 217 MiB in 51 packages 00:44:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:52 Removing intermediate container 27afe6811916 00:44:52 ---> 9c24fa286b25 00:44:52 Step 6/26 : COPY go.mod . 00:44:52 OK: 217 MiB in 51 packages 00:44:53 ---> 937735a57055 00:44:53 Step 7/26 : RUN go mod download 00:44:53 ---> Running in 150cb85e73cc 00:44:54 OK: 217 MiB in 51 packages 00:44:54 Removing intermediate container 60be1956ef21 00:44:54 ---> 81b91ff347c5 00:44:54 Step 6/24 : COPY go.mod . 00:44:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:55 ---> 751875d8b445 00:44:55 Step 7/24 : RUN go mod download 00:44:55 ---> Running in 8a3949987359 00:44:55 Removing intermediate container c691d47ef152 00:44:55 ---> 7c3a613d1d87 00:44:55 Step 6/23 : COPY go.mod . 00:44:56 OK: 217 MiB in 51 packages 00:44:57 ---> 6cc6ab214d4d 00:44:57 Step 7/23 : RUN go mod download 00:44:57 ---> Running in cde60f01714b 00:44:57 Removing intermediate container 150cb85e73cc 00:44:57 ---> 48e8ede5b8bb 00:44:57 Step 8/26 : COPY . . 00:44:57 OK: 217 MiB in 51 packages 00:44:57 Removing intermediate container 279e436443cc 00:44:57 ---> 2cd1d71c0b89 00:44:57 Step 6/24 : COPY go.mod . 00:44:59 ---> 3c56d1378b23 00:44:59 Step 7/24 : RUN go mod download 00:44:59 ---> Running in eba59a005f11 00:45:00 Removing intermediate container ba50f2f503c9 00:45:00 ---> 0d7420bc55fd 00:45:00 Step 6/22 : COPY go.mod . 00:45:00 Removing intermediate container 8a3949987359 00:45:00 ---> a3bc4594d905 00:45:00 Step 8/24 : COPY . . 00:45:01 ---> 098f43304451 00:45:01 Step 7/22 : RUN go mod download 00:45:02 ---> Running in 0ea61d4c515f 00:45:02 Removing intermediate container cde60f01714b 00:45:02 ---> eb9b5a27e4b6 00:45:02 Step 8/23 : COPY . . 00:45:06 Removing intermediate container eba59a005f11 00:45:06 ---> 354231534480 00:45:06 Step 8/24 : COPY . . 00:45:06 Removing intermediate container 0ea61d4c515f 00:45:06 ---> a54319636939 00:45:06 Step 8/22 : COPY . . 00:45:28 ---> 7163c1326183 00:45:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:45:28 ---> b8a206d0ca8c 00:45:28 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:45:28 ---> 0c6f5aeabc1a 00:45:28 Step 9/23 : RUN make cmd/core-data/core-data 00:45:28 ---> Running in 39130d74d30e 00:45:28 ---> ee627746a4fd 00:45:28 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:28 ---> c76660efeb5e 00:45:28 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:45:28 ---> Running in 112250b4ca43 00:45:28 ---> Running in 7a56ab0f78bb 00:45:28 ---> Running in 2959799106f2 00:45:28 ---> Running in dc38add59b66 00:45:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:45:29 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:45:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45:30 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:45:30 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:46:38 Running on prd-ubuntu18.04-docker-8c-8g-18778 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:46:38 Running in /w/workspace/edgex-go/34 [Pipeline] { [Pipeline] checkout 00:46:40 using credential edgex-jenkins-ssh 00:46:40 Cloning the remote Git repository 00:46:40 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:46:40 > git init /w/workspace/edgex-go/34 # timeout=10 00:46:40 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:46:40 > git --version # timeout=10 00:46:40 > git --version # 'git version 2.17.1' 00:46:40 using GIT_SSH to set credentials SSH Credentials for GitHub 00:46:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:46:50 Merging remotes/origin/master commit fa73db002611977724c74faadafd397fb3003e92 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:46:50 Merge succeeded, producing 8eb55814ab00fd30b50cda57482fb5d0b5152b5c 00:46:50 Checking out Revision 8eb55814ab00fd30b50cda57482fb5d0b5152b5c (PR-2858) 00:46:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:46:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:46:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:46:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:46:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:46:50 > 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:46:50 > git config core.sparsecheckout # timeout=10 00:46:50 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:46:50 > git remote # timeout=10 00:46:50 > git config --get remote.origin.url # timeout=10 00:46:50 using GIT_SSH to set credentials SSH Credentials for GitHub 00:46:50 > git merge fa73db002611977724c74faadafd397fb3003e92 # timeout=10 00:46:50 > git rev-parse HEAD^{commit} # timeout=10 00:46:50 > git config core.sparsecheckout # timeout=10 00:46:50 > git checkout -f 8eb55814ab00fd30b50cda57482fb5d0b5152b5c # timeout=10 00:46:54 Commit message: "Merge commit 'fa73db002611977724c74faadafd397fb3003e92' into HEAD" 00:46:54 First time build. Skipping changelog. 00:46:54 > git rev-list --no-walk 3efc2c03ecbe3e95dde7cf7b53b1d03c5e2dd004 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:46:55 + echo snap-build.sh 00:46:55 snap-build.sh 00:46:55 + SNAP_BASE_DIR=. 00:46:55 + '[' '!' -z /w/workspace/edgex-go/34 ']' 00:46:55 + SNAP_BASE_DIR=/w/workspace/edgex-go/34 00:46:55 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/34]' 00:46:55 [snap-build] Building snap in dir [/w/workspace/edgex-go/34] 00:46:55 + cd /w/workspace/edgex-go/34 00:46:55 + sudo apt-get remove -qy --purge lxd lxd-client 00:46:55 Reading package lists... 00:46:55 Building dependency tree... 00:46:55 Reading state information... 00:46:56 The following packages were automatically installed and are no longer required: 00:46:56 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:46:56 uidmap xdelta3 00:46:56 Use 'sudo apt autoremove' to remove them. 00:46:56 The following packages will be REMOVED: 00:46:56 lxd* lxd-client* 00:46:56 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:46:56 After this operation, 31.7 MB disk space will be freed. 00:46:57 (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:46:57 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:46:58 Removing lxd dnsmasq configuration 00:46:58 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:46:58 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:46:59 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:46:59 (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:46:59 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:47:00 Processing triggers for systemd (237-3ubuntu10.42) ... 00:47:01 Processing triggers for ureadahead (0.100.0-21) ... 00:47:02 + sudo snap remove --purge lxd 00:47:02 snap "lxd" is not installed 00:47:02 + sudo groupadd --force --system lxd 00:47:02 ++ whoami 00:47:02 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:47:02 + newgrp - lxd 00:47:02 + sudo snap install lxd 00:47:07 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:47:11 Removing intermediate container 2959799106f2 00:47:11 ---> 1017a471b063 00:47:11 00:47:11 Step 10/22 : FROM alpine:3.12 00:47:11 3.12: Pulling from library/alpine 00:47:12 2021-01-07T00:47:09Z INFO Waiting for automatic snapd restart... 00:47:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:15 Status: Downloaded newer image for alpine:3.12 00:47:15 ---> afeebe901d6b 00:47:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:15 Removing intermediate container dc38add59b66 00:47:15 ---> 53902a046448 00:47:15 00:47:15 Step 10/24 : FROM alpine:3.12 00:47:15 ---> afeebe901d6b 00:47:15 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:47:15 ---> Running in 2e4bfd9998ce 00:47:15 ---> Running in 1d92a2f78620 00:47:16 Removing intermediate container 39130d74d30e 00:47:16 ---> 65e589d16a7b 00:47:16 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:16 ---> Running in 15db9a4f00a7 00:47:18 Removing intermediate container 7a56ab0f78bb 00:47:18 ---> a398746fd79c 00:47:18 00:47:18 Step 10/24 : FROM scratch 00:47:18 ---> 00:47:18 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:47:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:19 ---> Running in 15d0826f8b2a 00:47: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:47:19 (1/5) Installing ca-certificates (20191127-r4) 00:47:19 (1/5) Installing ca-certificates (20191127-r4) 00:47:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:19 Removing intermediate container 15d0826f8b2a 00:47:19 ---> 4d7a66598271 00:47:19 Step 12/24 : ENV APP_PORT=48060 00:47:19 (3/5) Installing libcurl (7.69.1-r3) 00:47:19 (4/5) Installing curl (7.69.1-r3) 00:47:19 (5/5) Installing dumb-init (1.2.2-r1) 00:47:19 Executing busybox-1.31.1-r19.trigger 00:47:19 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:19 (3/5) Installing libcurl (7.69.1-r3) 00:47:20 (4/5) Installing curl (7.69.1-r3) 00:47:20 (5/5) Installing dumb-init (1.2.2-r1) 00:47:20 Executing busybox-1.31.1-r19.trigger 00:47:20 Executing ca-certificates-20191127-r4.trigger 00:47:20 Executing ca-certificates-20191127-r4.trigger 00:47:20 ---> Running in 47f0c413b810 00:47:20 OK: 7 MiB in 19 packages 00:47:20 OK: 7 MiB in 19 packages 00:47:21 Removing intermediate container 47f0c413b810 00:47:21 ---> 5c268be25a97 00:47:21 Step 13/24 : EXPOSE $APP_PORT 00:47:21 ---> Running in af81fd67eb0d 00:47:22 Removing intermediate container af81fd67eb0d 00:47:22 ---> b6e6215c0238 00:47:22 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:47:23 Removing intermediate container 1d92a2f78620 00:47:23 ---> 67c410f1b2aa 00:47:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:47:23 ---> d5e26eb81b3a 00:47:23 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:47:23 Removing intermediate container 2e4bfd9998ce 00:47:23 ---> 0a09604a0ab8 00:47:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:24 ---> Running in 53cb8717fd54 00:47:24 ---> Running in 0d8a59095300 00:47:25 Removing intermediate container 53cb8717fd54 00:47:25 ---> d275438aa546 00:47:25 Step 13/22 : WORKDIR / 00:47:25 Removing intermediate container 0d8a59095300 00:47:25 ---> 09808af2d9d8 00:47:25 Step 13/24 : WORKDIR / 00:47:25 Removing intermediate container 15db9a4f00a7 00:47:25 ---> 8a4173f70172 00:47:25 00:47:25 Step 11/26 : FROM docker:20.10.0 00:47:25 ---> Running in 1b7da81f2e97 00:47:25 20.10.0: Pulling from library/docker 00:47:25 ---> Running in b534c348446b 00:47:25 ---> 65646b566e82 00:47:25 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:47:26 Removing intermediate container b534c348446b 00:47:26 ---> 126ae8701220 00:47:26 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:47:26 Removing intermediate container 1b7da81f2e97 00:47:26 ---> 9ebe565416cd 00:47:26 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:47:27 lxd 4.9 from Canonical* installed 00:47:27 + sudo lxd init --auto 00:47:28 ---> b9a5a6c90823 00:47:28 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:47:29 ---> e14d394c42c2 00:47:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:47:29 ---> dec904c6aedf 00:47:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:47:29 ---> 15c7f2f860f3 00:47:29 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:31 ---> c58ce1f4bffe 00:47:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:47:31 ---> 7bcb892fb120 00:47:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:32 ---> 6d87be38e473 00:47:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:47:34 ---> 431eea420ac4 00:47:34 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:47:34 ---> 5b977fc753dd 00:47:34 ---> 861677c36fb9 00:47:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup .Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:47:34 00:47:35 + sudo snap install --classic snapcraft 00:47:36 ---> 70b9571a90f8 00:47:36 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:47:36 ---> 4aca45258cc4 00:47:36 Step 18/22 : RUN chmod +x entrypoint.sh 00:47:37 ---> Running in 686983abafbc 00:47:37 ---> Running in 8d427862b8dc 00:47:37 ---> de539f80d70e 00:47:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:37 Removing intermediate container 686983abafbc 00:47:37 ---> 95244bafbbeb 00:47:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:38 ---> Running in 642147002b41 00:47:38 ---> bbf955076ed0 00:47:38 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:47:39 ---> Running in a901f6112060 00:47:40 Removing intermediate container 642147002b41 00:47:40 ---> 461cd9dc6ec1 00:47:40 Step 22/24 : LABEL arch=arm64 00:47:40 ---> Running in 6480fad55577 00:47:41 Removing intermediate container 112250b4ca43 00:47:41 ---> 87d380b7c6e6 00:47:41 00:47:41 Step 10/23 : FROM alpine:3.12 00:47:41 ---> afeebe901d6b 00:47:41 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:41 Removing intermediate container 6480fad55577 00:47:41 ---> 907277b76dab 00:47:41 Step 23/24 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:47:41 ---> Running in 70deec9e2239 00:47:42 Removing intermediate container 8d427862b8dc 00:47:42 ---> 2d654129b384 00:47:42 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:47:42 ---> Running in 9784d053256f 00:47:42 snapcraft 4.4.4 from Canonical* installed 00:47:42 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:47:42 + patch --verbose -p1 00:47:42 Hmm... Looks like a unified diff to me... 00:47:42 The text leading up to this was: 00:47:42 -------------------------- 00:47:42 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:47:42 |From: Tony Espy 00:47:42 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:47:42 |Subject: [PATCH] optimize snap build for pipeline CI check 00:47:42 | 00:47:42 |This patch is used by the EdgeX CI pipeline builds to 00:47:42 |optimize the snap CI check run for pull requests. When 00:47:42 |applied, it essentially strips out everything (apps and 00:47:42 |parts) from the snapcraft.yaml file except those required 00:47:42 |to build edgex-go, as the whole idea of the CI check is to 00:47:42 |catch changes to edgex-go that break the snap build. 00:47:42 | 00:47:42 |In general, anyone updating snapcraft.yaml will also need 00:47:42 |to update this patch file, otherwise it may fail to apply, 00:47:42 |resulting in a failed snap build CI check in the associated 00:47:42 |pull request. 00:47:42 | 00:47:42 |Note - in addition to applying this patch, the pipeline also 00:47:42 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:47:42 |need to build the finally binary .snap file (and it won't 00:47:42 |work with the patch applied). This further reduces the build 00:47:42 |time. 00:47:42 |--- 00:47:42 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:47:42 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:47:42 | 00:47:42 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:47:42 |index 1e537489..faf42425 100644 00:47:42 |--- a/snap/snapcraft.yaml 00:47:42 |+++ b/snap/snapcraft.yaml 00:47:42 -------------------------- 00:47:42 patching file snap/snapcraft.yaml 00:47:42 Using Plan A... 00:47:42 Hunk #1 succeeded at 73. 00:47:42 Hunk #2 succeeded at 202 with fuzz 1. 00:47:42 Hunk #3 succeeded at 214. 00:47:42 Hunk #4 FAILED at 222. 00:47:42 Hunk #5 succeeded at 300 (offset 1 line). 00:47:42 Hunk #6 succeeded at 327 (offset 1 line). 00:47:42 Hunk #7 succeeded at 361 (offset 1 line). 00:47:42 Hunk #8 FAILED at 411. 00:47:42 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:47:42 Hmm... Ignoring the trailing garbage. 00:47:42 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } 00:47:42 ---> Running in 1c24541e1757 00:47:42 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [Pipeline] // node [Pipeline] } 00:47:42 Status: Downloaded newer image for docker:20.10.0 00:47:42 ---> eeaf43b92773 00:47:42 Step 12/26 : RUN apk add --no-cache bash 00:47:42 Removing intermediate container 70deec9e2239 00:47:42 ---> 0e87f1d25c5f 00:47:42 Step 12/23 : ENV APP_PORT=48080 [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 00:47:42 ---> Running in 159402237bee 00:47:42 ---> Running in e207c1d4f206 [Pipeline] } 00:47:42 Failed in branch amd64 00:47:43 Removing intermediate container 9784d053256f 00:47:43 ---> ef0ee2abdae9 00:47:43 Step 24/24 : LABEL version=0.0.0 00:47:43 Removing intermediate container 1c24541e1757 00:47:43 ---> 1cf9e5f0cfb0 00:47:43 Step 20/22 : LABEL arch=arm64 00:47:43 ---> Running in 025df9b1c541 00:47:43 ---> Running in b5aa23418661 00:47:43 Removing intermediate container e207c1d4f206 00:47:43 Removing intermediate container a901f6112060 00:47:43 ---> 89358bd2cf9b 00:47:43 Step 13/23 : EXPOSE $APP_PORT 00:47:43 ---> dee02337580c 00:47:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:44 ---> Running in f1361b55f956 00:47:44 ---> Running in ce837f2d38a6 00:47:44 Removing intermediate container 025df9b1c541 00:47:44 ---> 98ed7c459b44 00:47:44 Step 21/22 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:47:44 Removing intermediate container b5aa23418661 00:47:44 ---> 61db0ed9a33a 00:47:44 00:47:44 ---> Running in a28f795f5e94 00:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:44 Successfully built 61db0ed9a33a 00:47:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:44 Successfully tagged docker-support-notifications-go-arm64:latest 00:47:44  Building docker-support-notifications-go ... done Building docker-core-command-go 00:47:44 Removing intermediate container f1361b55f956 00:47:44 Removing intermediate container ce837f2d38a6 00:47:44 ---> 2482aacdc2b6 00:47:45 Step 22/24 : LABEL arch=arm64 00:47:45 ---> 8c7cdbb6a816 00:47:45 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:45 Removing intermediate container a28f795f5e94 00:47:45 ---> a753a3917527 00:47:45 Step 22/22 : LABEL version=0.0.0 00:47:45 ---> Running in de8c82d7378d 00:47:45 ---> Running in 97fa7b5f99b2 00:47:45 ---> Running in 70d05d602f15 00:47:45 (1/2) Installing readline (8.0.4-r0) 00:47:45 (2/2) Installing bash (5.0.17-r0) 00:47:45 Executing bash-5.0.17-r0.post-install 00:47:45 Executing busybox-1.31.1-r19.trigger 00:47:45 OK: 12 MiB in 22 packages 00:47:46 Removing intermediate container de8c82d7378d 00:47:46 ---> d03e471d2d30 00:47:46 Step 23/24 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:47:46 Removing intermediate container 70d05d602f15 00:47:46 ---> 253e3d16d5b2 00:47:46 00:47:47 ---> Running in 4c033807a6c7 00:47:47 Successfully built 253e3d16d5b2 00:47:47 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:47:47  Building docker-security-bootstrap-redis-go ... done Building docker-security-proxy-setup-go 00:47:48 Removing intermediate container 4c033807a6c7 00:47:48 ---> 2fe7f328b2b2 00:47:48 Step 24/24 : LABEL version=0.0.0 00:47:48 ---> Running in 0162da646229 00:47:48 Removing intermediate container 159402237bee 00:47:48 ---> f4c03d04646a 00:47:48 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:48 ---> Running in 505e703ccba2 00:47:49 Removing intermediate container 0162da646229 00:47:49 ---> 79e320afaaaa 00:47:49 00:47:49 Removing intermediate container 97fa7b5f99b2 00:47:49 ---> bb99feca4121 00:47:49 Step 15/23 : RUN apk add --update --no-cache zeromq 00:47:49 Successfully built 79e320afaaaa 00:47:49 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:49  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 00:47:50 Removing intermediate container 505e703ccba2 00:47:50 ---> 5dccb18957f7 00:47:50 Step 14/26 : ENV APP_PORT=48090 00:47:50 ---> Running in 05c27006a367 00:47:50 ---> Running in e58db17da3e8 00:47:51 Removing intermediate container e58db17da3e8 00:47:51 ---> 632da4d7f523 00:47:51 Step 15/26 : EXPOSE $APP_PORT 00:47:52 ---> Running in 67e7b58b5c36 00:47:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:53 Removing intermediate container 67e7b58b5c36 00:47:53 ---> 609d47878aac 00:47:53 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:54 (1/5) Installing libgcc (9.3.0-r2) 00:47:54 (2/5) Installing libsodium (1.0.18-r0) 00:47:54 (3/5) Installing libstdc++ (9.3.0-r2) 00:47:54 (4/5) Installing libzmq (4.3.3-r0) 00:47:54 (5/5) Installing zeromq (4.3.3-r0) 00:47:55 Executing busybox-1.31.1-r19.trigger 00:47:55 OK: 8 MiB in 19 packages 00:47:57 ---> c3b99312acb8 00:47:57 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:58 ---> 6c64106c7d4b 00:47:58 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:58 Removing intermediate container 05c27006a367 00:47:58 ---> ac67885b6046 00:47:58 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:47:59 ---> e62f31d25a41 00:47:59 Step 19/26 : RUN apk --no-cache add py3-pip 00:47:59 ---> f645972c3ed4 00:47:59 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:48:00 ---> Running in 4cf9cb54a4db 00:48:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:02 ---> 1431953e310a 00:48:02 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:48:02 (1/33) Installing libbz2 (1.0.8-r1) 00:48:02 (2/33) Installing expat (2.2.9-r1) 00:48:02 (3/33) Installing libffi (3.3-r2) 00:48:02 (4/33) Installing gdbm (1.13-r1) 00:48:02 (5/33) Installing xz-libs (5.2.5-r0) 00:48:02 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:02 (7/33) Installing python3 (3.8.5-r0) 00:48:04 ---> f1eeb697ab56 00:48:04 Step 19/23 : ENTRYPOINT ["/core-data"] 00:48:05 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:05 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:05 (11/33) Installing py3-six (1.15.0-r0) 00:48:05 (12/33) Installing py3-packaging (20.4-r0) 00:48:05 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:05 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:05 (15/33) Installing py3-idna (2.9-r0) 00:48:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:05 (18/33) Installing py3-requests (2.23.0-r0) 00:48:05 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:05 ---> Running in 49795a2e0cab 00:48:05 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:05 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:05 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:05 (24/33) Installing py3-distro (1.5.0-r1) 00:48:05 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:06 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:06 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:06 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:06 (29/33) Installing py3-progress (1.5-r0) 00:48:06 (30/33) Installing py3-toml (0.10.1-r0) 00:48:06 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:06 (33/33) Installing py3-pip (20.1.1-r0) 00:48:06 Removing intermediate container 49795a2e0cab 00:48:06 ---> 960dbab79d80 00:48:06 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:06 Executing busybox-1.31.1-r19.trigger 00:48:06 OK: 71 MiB in 55 packages 00:48:06 ---> Running in 715366bf5374 00:48:08 Removing intermediate container 715366bf5374 00:48:08 ---> e85d5054c845 00:48:08 Step 21/23 : LABEL arch=arm64 00:48:08 ---> Running in 63b197ec97b5 00:48:09 Removing intermediate container 63b197ec97b5 00:48:09 ---> d3fe60ac0b64 00:48:09 Step 22/23 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:48:09 ---> Running in 390eb22ef9ef 00:48:11 Removing intermediate container 390eb22ef9ef 00:48:11 ---> d0a2f75cbc6d 00:48:11 Step 23/23 : LABEL version=0.0.0 00:48:12 ---> Running in b00a74c7406d 00:48:13 Removing intermediate container b00a74c7406d 00:48:13 ---> 661f24c008f7 00:48:13 00:48:14 Successfully built 661f24c008f7 00:48:14 Successfully tagged docker-core-data-go-arm64:latest 00:48:14 Building docker-core-metadata-go 00:48:17  Building docker-core-data-go ... done Removing intermediate container 4cf9cb54a4db 00:48:17 ---> 67d30bcc436d 00:48:17 Step 20/26 : RUN pip install docker-compose==1.23.2 00:48:18 ---> Running in ff3ab63cd213 00:48:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:23 ---> e17be7a3b50d 00:48:23 Step 3/22 : WORKDIR /edgex-go 00:48:23 ---> Using cache 00:48:23 ---> 95f040d46846 00:48:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:23 ---> Using cache 00:48:23 ---> db54e154a9a3 00:48:23 Step 5/22 : RUN apk add --update --no-cache make git 00:48:25 Collecting docker-compose==1.23.2 00:48:25 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:25 ---> Running in f93b447e7385 00:48:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:27 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:27 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:27 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:27 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:27 ---> e17be7a3b50d 00:48:27 Step 3/21 : WORKDIR /edgex-go 00:48:27 ---> Using cache 00:48:27 ---> 95f040d46846 00:48:27 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:27 ---> Using cache 00:48:27 ---> db54e154a9a3 00:48:27 Step 5/21 : RUN apk add --update --no-cache make git 00:48:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:28 Collecting dockerpty<0.5,>=0.4.1 00:48:28 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:28 OK: 217 MiB in 51 packages 00:48:28 ---> Running in 844618ad091c 00:48:29 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:29 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:29 ---> e17be7a3b50d 00:48:29 Step 3/21 : WORKDIR /edgex-go 00:48:29 ---> Using cache 00:48:29 ---> 95f040d46846 00:48:29 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:29 ---> Using cache 00:48:29 ---> db54e154a9a3 00:48:29 Step 5/21 : RUN apk add --update --no-cache make git 00:48:30 ---> Running in b6069fce45de 00:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:31 Removing intermediate container f93b447e7385 00:48:31 ---> 06b0a7942f8f 00:48:31 Step 6/22 : COPY go.mod . 00:48:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:32 Collecting docker<4.0,>=3.6.0 00:48:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:32 ---> 6257afbecb65 00:48:32 Step 7/22 : RUN go mod download 00:48:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:33 OK: 217 MiB in 51 packages 00:48:33 ---> Running in dbccf05b13fe 00:48:33 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:48:34 OK: 217 MiB in 51 packages 00:48:34 Collecting websocket-client<1.0,>=0.32.0 00:48:34 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:48:35 Collecting PyYAML<4,>=3.10 00:48:35 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:35 Removing intermediate container 844618ad091c 00:48:35 ---> 934697faa9a7 00:48:35 Step 6/21 : COPY go.mod . 00:48:35 Removing intermediate container b6069fce45de 00:48:35 ---> c9271818b522 00:48:35 Step 6/21 : COPY go.mod . 00:48:37 ---> 5a90c6e939b5 00:48:37 Step 7/21 : RUN go mod download 00:48:37 ---> 2c70699fdc97 00:48:37 Step 7/21 : RUN go mod download 00:48:37 ---> Running in 5b2967ae88a2 00:48:38 ---> Running in b6a166aac028 00:48:39 Removing intermediate container dbccf05b13fe 00:48:39 ---> 02ff41574740 00:48:39 Step 8/22 : COPY . . 00:48:40 Collecting jsonschema<3,>=2.5.1 00:48:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:41 Collecting docopt<0.7,>=0.6.1 00:48:41 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:44 ---> e17be7a3b50d 00:48:44 Step 3/22 : WORKDIR /edgex-go 00:48:44 ---> Using cache 00:48:44 ---> 95f040d46846 00:48:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:44 ---> Using cache 00:48:44 ---> db54e154a9a3 00:48:44 Step 5/22 : RUN apk add --update --no-cache make git 00:48:44 ---> Using cache 00:48:44 ---> c9271818b522 00:48:44 Step 6/22 : COPY go.mod . 00:48:44 ---> Using cache 00:48:44 ---> 2c70699fdc97 00:48:44 Step 7/22 : RUN go mod download 00:48:44 ---> Running in 1e96ebd403fc 00:48:45 Collecting cached-property<2,>=1.2.0 00:48:45 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:45 Removing intermediate container b6a166aac028 00:48:45 ---> a11613b70a0f 00:48:45 Step 8/21 : COPY . . 00:48:45 Collecting texttable<0.10,>=0.9.0 00:48:45 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:46 Removing intermediate container 5b2967ae88a2 00:48:46 ---> 085b6a61f21e 00:48:46 Step 8/21 : COPY . . 00:48:49 Collecting idna<2.8,>=2.5 00:48:49 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:48:49 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:48:50 Collecting urllib3<1.25,>=1.21.1 00:48:50 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:48:51 Removing intermediate container 1e96ebd403fc 00:48:51 ---> afc7babec9cc 00:48:51 Step 8/22 : COPY . . 00:48:51 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:48:51 Collecting docker-pycreds>=0.4.0 00:48:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:48:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:48:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:48:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:48:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:48:53 Installing collected packages: idna, urllib3, requests, dockerpty, docker-pycreds, websocket-client, docker, PyYAML, jsonschema, docopt, cached-property, texttable, docker-compose 00:48:53 Attempting uninstall: idna 00:48:53 Found existing installation: idna 2.9 00:48:53 Uninstalling idna-2.9: 00:48:53 Successfully uninstalled idna-2.9 00:48:54 Attempting uninstall: urllib3 00:48:54 Found existing installation: urllib3 1.25.9 00:48:54 Uninstalling urllib3-1.25.9: 00:48:54 Successfully uninstalled urllib3-1.25.9 00:48:54 Attempting uninstall: requests 00:48:54 Found existing installation: requests 2.23.0 00:48:54 Uninstalling requests-2.23.0: 00:48:55 Successfully uninstalled requests-2.23.0 00:48:55 Running setup.py install for dockerpty: started 00:48:58 Running setup.py install for dockerpty: finished with status 'done' 00:49:01 Running setup.py install for PyYAML: started 00:49:03 Running setup.py install for PyYAML: finished with status 'done' 00:49:04 Running setup.py install for docopt: started 00:49:05 ---> e3cebecbe92c 00:49:05 Step 9/22 : RUN make cmd/core-command/core-command 00:49:07 ---> Running in 82d884968dfa 00:49:07 Running setup.py install for docopt: finished with status 'done' 00:49:07 Running setup.py install for texttable: started 00:49:09 ---> 26120e00116e 00:49:09 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:49:09 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:49:09 ---> Running in 18d9e54cd147 00:49:10 Running setup.py install for texttable: finished with status 'done' 00:49:11 ---> 97fd9e09a7df 00:49:11 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:11 ---> Running in c04d5fd20a33 00:49:11 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:49:12 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:49:14 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:49:16 ---> acdf18e0f36b 00:49:16 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:49:16 ---> Running in 1cc481fcf55f 00:49:19 Removing intermediate container ff3ab63cd213 00:49:19 ---> 2950f948c5b5 00:49:19 Step 21/26 : RUN apk --no-cache add curl 00:49:19 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:49:19 ---> Running in b73fb1f652bc 00:49:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:22 (2/3) Installing libcurl (7.69.1-r3) 00:49:22 (3/3) Installing curl (7.69.1-r3) 00:49:22 Executing busybox-1.31.1-r19.trigger 00:49:22 OK: 71 MiB in 58 packages 00:49:24 Removing intermediate container b73fb1f652bc 00:49:24 ---> e7eb2aa7925c 00:49:24 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:49:24 ---> Running in 177d08853be0 00:49:24 Removing intermediate container 177d08853be0 00:49:24 ---> 92e4cda2a3b5 00:49:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:24 ---> Running in 89d401f07cc3 00:49:25 Removing intermediate container 89d401f07cc3 00:49:25 ---> 5ce68d469bb3 00:49:25 Step 24/26 : LABEL arch=arm64 00:49:25 ---> Running in 16c3ac276c61 00:49:26 Removing intermediate container 16c3ac276c61 00:49:26 ---> a948c277f7b3 00:49:26 Step 25/26 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:49:26 ---> Running in 5cb1a452b522 00:49:27 Removing intermediate container 5cb1a452b522 00:49:27 ---> e6be71df4171 00:49:27 Step 26/26 : LABEL version=0.0.0 00:49:27 ---> Running in d3e57c3d9b19 00:49:28 Removing intermediate container d3e57c3d9b19 00:49:28 ---> c6f936162b1b 00:49:28 00:49:28 Successfully built c6f936162b1b 00:49:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:24  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:50:31 Removing intermediate container 82d884968dfa 00:50:31 ---> 6806eab758f1 00:50:31 00:50:31 Step 10/22 : FROM scratch 00:50:31 ---> 00:50:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:31 ---> Running in bb9c4daa8ccc 00:50:32 Removing intermediate container bb9c4daa8ccc 00:50:32 ---> 63172d5e0c0d 00:50:32 Step 12/22 : ENV APP_PORT=48082 00:50:33 ---> Running in 852deaff6bef 00:50:34 Removing intermediate container 852deaff6bef 00:50:34 ---> 8ed482a4c422 00:50:34 Step 13/22 : EXPOSE $APP_PORT 00:50:34 ---> Running in 5084f5124ca5 00:50:35 Removing intermediate container 5084f5124ca5 00:50:35 ---> aae6a7413246 00:50:35 Step 14/22 : WORKDIR / 00:50:35 ---> Running in 17df8b995d6e 00:50:37 Removing intermediate container 17df8b995d6e 00:50:37 ---> 64ba2d6542b3 00:50:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:50:37 Removing intermediate container 18d9e54cd147 00:50:37 ---> 1049dba72151 00:50:37 00:50:37 Step 10/21 : FROM scratch 00:50:37 ---> 00:50:37 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:37 ---> Using cache 00:50:37 ---> 63172d5e0c0d 00:50:37 Step 12/21 : ENV APP_PORT=48085 00:50:38 ---> Running in 8b0418d5830c 00:50:38 Removing intermediate container c04d5fd20a33 00:50:38 ---> 1d561bcc5271 00:50:38 00:50:38 Step 10/21 : FROM alpine:3.12 00:50:38 ---> afeebe901d6b 00:50:38 Step 11/21 : RUN apk add --update --no-cache curl 00:50:38 ---> f7837d742ca4 00:50:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:38 ---> Running in f18bf13d2c2c 00:50:38 Removing intermediate container 8b0418d5830c 00:50:38 ---> 4bad03757ecd 00:50:38 Step 13/21 : EXPOSE $APP_PORT 00:50:38 ---> Running in 717ac45a1846 00:50:39 Removing intermediate container 717ac45a1846 00:50:39 ---> cc58459e1129 00:50:39 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:50:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:40 ---> 0cdadf6fe9cb 00:50:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:40 ---> 5bea744b31eb 00:50:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:41 (1/4) Installing ca-certificates (20191127-r4) 00:50:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:41 (3/4) Installing libcurl (7.69.1-r3) 00:50:41 (4/4) Installing curl (7.69.1-r3) 00:50:41 Executing busybox-1.31.1-r19.trigger 00:50:41 Executing ca-certificates-20191127-r4.trigger 00:50:41 OK: 7 MiB in 18 packages 00:50:41 ---> d196bd1a42d7 00:50:41 Step 18/22 : ENTRYPOINT ["/core-command"] 00:50:41 ---> Running in d7f3c2502c2f 00:50:43 ---> acbd005929f6 00:50:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:43 Removing intermediate container d7f3c2502c2f 00:50:43 ---> 99ee968055bd 00:50:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:43 ---> Running in 5c8a658357db 00:50:43 ---> fdc10de9239e 00:50:43 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:50:43 Removing intermediate container 5c8a658357db 00:50:43 ---> d7308626bc9c 00:50:43 Step 20/22 : LABEL arch=arm64 00:50:43 ---> Running in 38e4c82d0641 00:50:43 Removing intermediate container f18bf13d2c2c 00:50:43 ---> 33be1544a688 00:50:43 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:44 ---> Running in 82f3a0585fbc 00:50:44 ---> Running in 38d36f966c95 00:50:44 Removing intermediate container 38e4c82d0641 00:50:44 ---> 5982a87805ce 00:50:44 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:44 Removing intermediate container 82f3a0585fbc 00:50:44 ---> cdfe264a62ce 00:50:44 Step 21/22 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:50:45 ---> Running in b6de8410a729 00:50:45 Removing intermediate container 38d36f966c95 00:50:45 ---> 0ec356e5f076 00:50:45 Step 13/21 : WORKDIR /edgex 00:50:45 ---> Running in 22720cd58c0a 00:50:45 ---> Running in a336f8a5dc87 00:50:45 Removing intermediate container b6de8410a729 00:50:45 ---> f880f4fc44a8 00:50:45 Step 19/21 : LABEL arch=arm64 00:50:45 ---> Running in bce7c516d9cb 00:50:45 Removing intermediate container 22720cd58c0a 00:50:45 ---> 031ca9c475c7 00:50:45 Step 22/22 : LABEL version=0.0.0 00:50:46 Removing intermediate container a336f8a5dc87 00:50:46 ---> 3daf702e984b 00:50:46 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:46 ---> Running in c8e9c6c8dda0 00:50:46 Removing intermediate container bce7c516d9cb 00:50:46 ---> f139ba7f1d5a 00:50:46 Step 20/21 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:50:46 ---> Running in 9bc562961439 00:50:46 Removing intermediate container c8e9c6c8dda0 00:50:46 ---> bad662d66db5 00:50:46 00:50:47 Successfully built bad662d66db5 00:50:47 ---> 25718784fad0 00:50:47 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:47 Removing intermediate container 9bc562961439 00:50:47 ---> 1910b7ac7004 00:50:47 Step 21/21 : LABEL version=0.0.0 00:50:47 Successfully tagged docker-core-command-go-arm64:latest 00:50:47  Building docker-core-command-go ... done  ---> Running in 438fd23f9b2c 00:50:48 Removing intermediate container 1cc481fcf55f 00:50:48 ---> 4bdc6c2c5a7e 00:50:48 00:50:48 Step 10/22 : FROM scratch 00:50:48 ---> 00:50:48 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:48 ---> Using cache 00:50:48 ---> 63172d5e0c0d 00:50:48 Step 12/22 : ENV APP_PORT=48081 00:50:48 ---> Running in 8b6b3feb02b6 00:50:48 Removing intermediate container 438fd23f9b2c 00:50:48 ---> 57b901bfaf7d 00:50:48 00:50:48 ---> 411878a5cb8f 00:50:48 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:49 Successfully built 57b901bfaf7d 00:50:49 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:49  Building docker-support-scheduler-go ... done Removing intermediate container 8b6b3feb02b6 00:50:49 ---> f96fcaec5f8b 00:50:49 Step 13/22 : EXPOSE $APP_PORT 00:50:49 ---> Running in 6f1f75697ec9 00:50:50 Removing intermediate container 6f1f75697ec9 00:50:50 ---> b0fe82226d21 00:50:50 Step 14/22 : WORKDIR / 00:50:50 ---> Running in 36e103de8a0c 00:50:50 ---> f377c07a0b68 00:50:50 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:50 ---> Running in e8cf3c5983b6 00:50:50 Removing intermediate container 36e103de8a0c 00:50:50 ---> b85e39a690f5 00:50:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:50:50 Removing intermediate container e8cf3c5983b6 00:50:50 ---> dbbc4c61bb32 00:50:50 Step 18/21 : CMD ["--init=true"] 00:50:50 ---> Running in ad13571b9cce 00:50:51 ---> 0d8f35ca6e74 00:50:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:51 Removing intermediate container ad13571b9cce 00:50:51 ---> 6d06a595c562 00:50:51 Step 19/21 : LABEL arch=arm64 00:50:51 ---> Running in 139f4e049daa 00:50:52 Removing intermediate container 139f4e049daa 00:50:52 ---> 6ac222e0715e 00:50:52 Step 20/21 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:50:52 ---> Running in 1df399d32948 00:50:52 ---> 49a41c457fa0 00:50:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:53 Removing intermediate container 1df399d32948 00:50:53 ---> 03403cdfaf84 00:50:53 Step 21/21 : LABEL version=0.0.0 00:50:53 ---> Running in 58f55e1bdda7 00:50:53 ---> de071370626c 00:50:53 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:50:53 ---> Running in e5c93ce45e63 00:50:53 Removing intermediate container 58f55e1bdda7 00:50:53 ---> 05c3413ecf69 00:50:53 00:50:54 Successfully built 05c3413ecf69 00:50:54 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:50:54  Building docker-security-proxy-setup-go ... done Removing intermediate container e5c93ce45e63 00:50:54 ---> 7c32832e87c2 00:50:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:54 ---> Running in 48e958040d0b 00:50:54 Removing intermediate container 48e958040d0b 00:50:54 ---> 9d8a70385e97 00:50:54 Step 20/22 : LABEL arch=arm64 00:50:54 ---> Running in d85cfdbd8c11 00:50:55 Removing intermediate container d85cfdbd8c11 00:50:55 ---> 83f90288099a 00:50:55 Step 21/22 : LABEL git_sha=8f10267bcd361eb88b372cd8190b7778f04a985d 00:50:55 ---> Running in 0741441d6cbe 00:50:55 Removing intermediate container 0741441d6cbe 00:50:55 ---> ab5aaa415b4d 00:50:55 Step 22/22 : LABEL version=0.0.0 00:50:55 ---> Running in 5ee4a7e12fd2 00:50:56 Removing intermediate container 5ee4a7e12fd2 00:50:56 ---> 4923f6bc442c 00:50:56 00:50:56 Successfully built 4923f6bc442c 00:50:56 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:56  Building docker-core-metadata-go ... done  [Pipeline] } 00:50:56 $ docker stop --time=1 998e6a6a537494089f193921c52c9022f00ae2ef2632fa14e89520dcfd5a2594 00:50:58 $ docker rm -f 998e6a6a537494089f193921c52c9022f00ae2ef2632fa14e89520dcfd5a2594 [Pipeline] // withDockerContainer [Pipeline] sh 00:50:59 + docker images 00:50:59 + grep docker 00:50:59 docker-core-metadata-go-arm64 latest 4923f6bc442c 3 seconds ago 12.2MB 00:50:59 docker-security-proxy-setup-go-arm64 latest 05c3413ecf69 6 seconds ago 23.3MB 00:50:59 docker-support-scheduler-go-arm64 latest 57b901bfaf7d 11 seconds ago 10MB 00:50:59 docker-core-command-go-arm64 latest bad662d66db5 13 seconds ago 9.98MB 00:50:59 docker-sys-mgmt-agent-go-arm64 latest c6f936162b1b About a minute ago 300MB 00:50:59 docker-core-data-go-arm64 latest 661f24c008f7 2 minutes ago 21MB 00:50:59 docker-security-secretstore-setup-go-arm64 latest 79e320afaaaa 3 minutes ago 23.4MB 00:50:59 docker-security-bootstrap-redis-go-arm64 latest 253e3d16d5b2 3 minutes ago 15.1MB 00:50:59 docker-support-notifications-go-arm64 latest 61db0ed9a33a 3 minutes ago 11.4MB 00:50:59 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:51:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:05 ---> package-listing.sh 00:51:05 ++ facter osfamily 00:51:05 ++ tr '[:upper:]' '[:lower:]' 00:51:05 + OS_FAMILY=redhat 00:51:05 + workspace=/w/workspace/edgex-go/34 00:51:05 + START_PACKAGES=/tmp/packages_start.txt 00:51:05 + END_PACKAGES=/tmp/packages_end.txt 00:51:05 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:05 + PACKAGES=/tmp/packages_start.txt 00:51:05 + '[' /w/workspace/edgex-go/34 ']' 00:51:05 + PACKAGES=/tmp/packages_end.txt 00:51:05 + case "${OS_FAMILY}" in 00:51:05 + rpm -qa 00:51:05 + sort 00:51:12 + '[' -f /tmp/packages_start.txt ']' 00:51:12 + '[' -f /tmp/packages_end.txt ']' 00:51:12 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:12 + '[' /w/workspace/edgex-go/34 ']' 00:51:12 + mkdir -p /w/workspace/edgex-go/34/archives/ 00:51:12 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/34/archives/ [Pipeline] echo 00:51:12 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/34/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:12 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:13 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:14 00:51:14 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:14 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:14 alpine: Pulling from edgex-lftools-log-publisher 00:51:14 df20fa9351a1: Pulling fs layer 00:51:14 36b3adc4ff6f: Pulling fs layer 00:51:14 8ad3a11d3b57: Pulling fs layer 00:51:14 46f8f816bc3b: Pulling fs layer 00:51:14 93b61091891f: Pulling fs layer 00:51:14 93b9cdb0e59b: Pulling fs layer 00:51:14 5e14af77c1be: Pulling fs layer 00:51:14 01666e4c0597: Pulling fs layer 00:51:14 aa168da1d23b: Pulling fs layer 00:51:14 93b9cdb0e59b: Waiting 00:51:14 5e14af77c1be: Waiting 00:51:14 01666e4c0597: Waiting 00:51:14 46f8f816bc3b: Waiting 00:51:14 93b61091891f: Waiting 00:51:14 aa168da1d23b: Waiting 00:51:15 36b3adc4ff6f: Verifying Checksum 00:51:15 36b3adc4ff6f: Download complete 00:51:15 46f8f816bc3b: Verifying Checksum 00:51:15 46f8f816bc3b: Download complete 00:51:15 df20fa9351a1: Verifying Checksum 00:51:15 df20fa9351a1: Download complete 00:51:15 93b9cdb0e59b: Verifying Checksum 00:51:15 93b9cdb0e59b: Download complete 00:51:15 93b61091891f: Verifying Checksum 00:51:15 93b61091891f: Download complete 00:51:15 5e14af77c1be: Verifying Checksum 00:51:15 5e14af77c1be: Download complete 00:51:15 01666e4c0597: Verifying Checksum 00:51:15 01666e4c0597: Download complete 00:51:16 df20fa9351a1: Pull complete 00:51:16 8ad3a11d3b57: Verifying Checksum 00:51:16 8ad3a11d3b57: Download complete 00:51:16 36b3adc4ff6f: Pull complete 00:51:18 8ad3a11d3b57: Pull complete 00:51:18 46f8f816bc3b: Pull complete 00:51:21 aa168da1d23b: Verifying Checksum 00:51:21 aa168da1d23b: Download complete 00:51:22 93b61091891f: Pull complete 00:51:23 93b9cdb0e59b: Pull complete 00:51:23 5e14af77c1be: Pull complete 00:51:23 01666e4c0597: Pull complete 00:51:42 aa168da1d23b: Pull complete 00:51:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:42 prd-centos7-docker-4c-2g-18766 does not seem to be running inside a container 00:51:43 $ 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/34/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/34 -v /w/workspace/edgex-go/34:/w/workspace/edgex-go/34:rw,z -v /w/workspace/edgex-go/34@tmp:/w/workspace/edgex-go/34@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:51:46 $ docker top e7d3447806a6e179a28c0c3b7bfd37245151782973a46c26af23b7614951277c -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:47 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:47 + mkdir -p /var/log/sa [Pipeline] sh 00:51:48 + ls /var/log/sa-host 00:51:48 + sadf -c /var/log/sa-host/sa07 00:51:48 file_magic: OK 00:51:48 HZ: Using current value: 100 00:51:48 file_header: OK 00:51:48 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:51:48 Statistics: 00:51:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:51:48 File successfully converted to sysstat format version 12.2.1 00:51:48 + sadf -c /var/log/sa-host/sa23 00:51:48 file_magic: OK 00:51:48 HZ: Using current value: 100 00:51:48 file_header: OK 00:51:48 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:51:48 Statistics: 00:51:48 Hnuu...uuuununununu... 00:51:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:48 provisioning config files... 00:51:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/34@tmp/config8181696690220043175tmp [Pipeline] { [Pipeline] echo 00:51:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:48 ---> create-netrc.sh [Pipeline] } 00:51:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:49 ---> python-tools-install.sh [Pipeline] echo 00:51:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:50 ---> sudo-logs.sh 00:51:50 Archiving 'sudo' log.. [Pipeline] echo 00:51:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:51 ---> job-cost.sh 00:51:51 lf-activate-venv: SKIPPING 00:51:51 INFO: No Stack... 00:51:52 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:53 INFO: Archiving Costs [Pipeline] echo 00:51:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:53 ---> logs-deploy.sh 00:51:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/34 00:51:53 INFO: archiving workspace using pattern(s): 00:51:55 Archives upload complete. 00:51:56 INFO: archiving logs to Nexus 00:51:58 ---> uname -a: 00:51:58 Linux prd-centos7-docker-4c-2g-18766.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:51:58 00:51:58 00:51:58 ---> lscpu: 00:51:58 Architecture: x86_64 00:51:58 CPU op-mode(s): 32-bit, 64-bit 00:51:58 Byte Order: Little Endian 00:51:58 Address sizes: 40 bits physical, 48 bits virtual 00:51:58 CPU(s): 4 00:51:58 On-line CPU(s) list: 0-3 00:51:58 Thread(s) per core: 1 00:51:58 Core(s) per socket: 1 00:51:58 Socket(s): 4 00:51:58 NUMA node(s): 1 00:51:58 Vendor ID: GenuineIntel 00:51:58 CPU family: 6 00:51:58 Model: 44 00:51:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:51:58 Stepping: 1 00:51:58 CPU MHz: 2933.438 00:51:58 BogoMIPS: 5866.87 00:51:58 Virtualization: VT-x 00:51:58 Hypervisor vendor: KVM 00:51:58 Virtualization type: full 00:51:58 L1d cache: 128 KiB 00:51:58 L1i cache: 128 KiB 00:51:58 L2 cache: 16 MiB 00:51:58 L3 cache: 64 MiB 00:51:58 NUMA node0 CPU(s): 0-3 00:51:58 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:51:58 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:51:58 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:51:58 Vulnerability Meltdown: Mitigation; PTI 00:51:58 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:51:58 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:51:58 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:51:58 Vulnerability Srbds: Not affected 00:51:58 Vulnerability Tsx async abort: Not affected 00:51:58 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:51:58 00:51:58 00:51:58 ---> nproc: 00:51:58 4 00:51:58 00:51:58 00:51:58 ---> df -h: 00:51:58 Filesystem Size Used Available Use% Mounted on 00:51:58 overlay 50.0G 11.6G 38.4G 23% / 00:51:58 tmpfs 64.0M 0 64.0M 0% /dev 00:51:58 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:51:58 shm 64.0M 0 64.0M 0% /dev/shm 00:51:58 /dev/vda1 50.0G 11.6G 38.4G 23% /facter-os 00:51:58 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/resolv.conf 00:51:58 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hostname 00:51:58 /dev/vda1 50.0G 11.6G 38.4G 23% /etc/hosts 00:51:58 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/auth.log 00:51:58 /dev/vda1 50.0G 11.6G 38.4G 23% /run/cloud-init/result.json 00:51:58 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/sa-host 00:51:58 /dev/vda1 50.0G 11.6G 38.4G 23% /var/log/secure 00:51:58 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/34 00:51:58 /dev/vda1 50.0G 11.6G 38.4G 23% /w/workspace/edgex-go/34@tmp 00:51:58 00:51:58 00:51:58 ---> free -m: 00:51:58 total used free shared buff/cache available 00:51:58 Mem: 1837 705 150 0 981 1047 00:51:58 Swap: 1023 79 944 00:51:58 00:51:58 00:51:58 ---> ip addr: 00:51:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:51:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:51:58 inet 127.0.0.1/8 scope host lo 00:51:58 valid_lft forever preferred_lft forever 00:51:58 inet6 ::1/128 scope host 00:51:58 valid_lft forever preferred_lft forever 00:51:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:51:58 link/ether fa:16:3e:43:ac:39 brd ff:ff:ff:ff:ff:ff 00:51:58 inet 10.30.123.166/23 brd 10.30.123.255 scope global dynamic eth0 00:51:58 valid_lft 85100sec preferred_lft 85100sec 00:51:58 inet6 fe80::f816:3eff:fe43:ac39/64 scope link 00:51:58 valid_lft forever preferred_lft forever 00:51:58 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:51:58 link/ether 02:42:b2:53:f0:ab brd ff:ff:ff:ff:ff:ff 00:51:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:51:58 valid_lft forever preferred_lft forever 00:51:58 inet6 fe80::42:b2ff:fe53:f0ab/64 scope link 00:51:58 valid_lft forever preferred_lft forever 00:51:58 00:51:58 00:51:58 ---> sar -b -r -n DEV: 00:51:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/07/21 _x86_64_ (4 CPU) 00:51:58 00:51:58 00:30:00 LINUX RESTART (4 CPU) 00:51:58 00:51:58 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:51:58 00:32:02 56.82 14.19 42.63 0.00 4736.20 7966.41 0.00 00:51:58 00:33:01 129.82 54.35 75.46 0.00 4758.29 35776.97 0.00 00:51:58 00:34:01 260.06 87.97 172.10 0.00 4105.83 26820.72 0.00 00:51:58 00:35:01 137.33 75.83 61.51 0.00 2257.78 6686.04 0.00 00:51:58 00:36:02 114.38 63.10 51.28 0.00 2135.76 4761.54 0.00 00:51:58 00:37:01 73.55 30.47 43.08 0.00 1994.46 7122.97 0.00 00:51:58 00:38:02 98.13 16.59 81.54 0.00 2536.18 22534.67 0.00 00:51:58 00:39:01 905.66 685.58 220.08 0.00 89843.08 143336.65 0.00 00:51:58 00:40:02 2484.91 2235.08 249.84 0.00 130396.71 142973.34 0.00 00:51:58 00:41:02 320.67 214.61 106.06 0.00 17314.84 16723.07 0.00 00:51:58 00:42:02 1161.97 851.39 310.58 0.00 75407.63 114465.00 0.00 00:51:58 00:43:01 1359.27 1085.28 274.00 0.00 68457.74 76152.29 0.00 00:51:58 00:44:01 234.03 74.78 159.25 0.00 6424.30 13177.41 0.00 00:51:58 00:45:01 1.65 0.47 1.18 0.00 11.97 15.61 0.00 00:51:58 00:46:01 2.15 1.35 0.80 0.00 49.12 15.31 0.00 00:51:58 00:47:01 0.32 0.03 0.28 0.00 1.07 2.91 0.00 00:51:58 00:48:02 0.20 0.00 0.20 0.00 0.00 1.78 0.00 00:51:58 00:49:01 0.15 0.00 0.15 0.00 0.00 2.05 0.00 00:51:58 00:50:01 0.40 0.03 0.37 0.00 0.93 5.44 0.00 00:51:58 00:51:01 0.35 0.00 0.35 0.00 0.00 5.74 0.00 00:51:58 Average: 367.90 275.36 92.54 0.00 20552.97 30948.03 0.00 00:51:58 00:51:58 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:51:58 00:32:02 103724 0 656504 34.89 2620 1118696 1343516 45.85 513968 1058500 18412 00:51:58 00:33:01 67116 0 725756 38.57 2516 1086156 1594896 54.43 720024 871600 21444 00:51:58 00:34:01 316312 0 729068 38.75 1380 834784 1318012 44.98 471968 821044 48 00:51:58 00:35:01 198404 0 805392 42.80 920 876828 1657600 56.57 643576 761456 42696 00:51:58 00:36:02 262936 0 971600 51.64 556 646452 1961648 66.95 744236 590956 53260 00:51:58 00:37:01 330880 0 744924 39.59 556 805184 1335496 45.58 577760 686152 41088 00:51:58 00:38:02 53244 0 755436 40.15 448 1072416 1293720 44.15 640928 901160 97056 00:51:58 00:39:01 399056 0 718688 38.20 4 763796 1538192 52.50 555960 717612 0 00:51:58 00:40:02 69888 0 832772 44.26 4 978880 2358012 80.48 779696 806924 63864 00:51:58 00:41:02 313628 0 785952 41.77 4 781960 2070768 70.67 596960 709816 74576 00:51:58 00:42:02 65464 0 727920 38.69 4 1088156 2045304 69.80 678240 909116 99720 00:51:58 00:43:01 136456 0 732904 38.95 4 1012180 2060480 70.32 528116 967896 1132 00:51:58 00:44:01 374960 0 626864 33.32 4 879716 1225924 41.84 482096 781268 20 00:51:58 00:45:01 380128 0 621316 33.02 4 880096 1184036 40.41 479412 780368 16 00:51:58 00:46:01 378756 0 621932 33.05 4 880852 1183668 40.40 479808 780816 28 00:51:58 00:47:01 378880 0 621884 33.05 4 880776 1183716 40.40 480216 780800 8 00:51:58 00:48:02 378524 0 622208 33.07 4 880808 1183752 40.40 480272 780832 12 00:51:58 00:49:01 379544 0 621180 33.01 4 880816 1183548 40.39 479692 780832 8 00:51:58 00:50:01 379552 0 621188 33.01 4 880800 1183548 40.39 479696 780832 8 00:51:58 00:51:01 379580 0 621128 33.01 4 880832 1183544 40.39 479892 780864 12 00:51:58 Average: 267352 0 708231 37.64 452 905509 1504469 51.35 564626 802442 25670 00:51:58 00:51:58 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:51:58 00:32:02 vethd38db01 103.35 73.98 12.14 337.58 0.00 0.00 0.00 0.00 00:51:58 00:32:02 eth0 656.69 468.88 3507.13 88.40 0.00 0.00 0.00 0.00 00:51:58 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:32:02 docker0 103.35 73.87 10.73 337.57 0.00 0.00 0.00 0.00 00:51:58 00:33:01 eth0 839.77 906.26 5228.61 97.34 0.00 0.00 0.00 0.00 00:51:58 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:33:01 docker0 648.53 531.44 53.84 2348.13 0.00 0.00 0.00 0.00 00:51:58 00:34:01 veth47ead0a 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 00:51:58 00:34:01 eth0 176.87 104.42 846.00 17.39 0.00 0.00 0.00 0.00 00:51:58 00:34:01 veth5fac7f4 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 00:51:58 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:35:01 eth0 24.71 17.05 23.01 9.94 0.00 0.00 0.00 0.00 00:51:58 00:35:01 vethf00582b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:58 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:35:01 docker0 828.21 748.91 69.66 3473.75 0.00 0.00 0.00 0.00 00:51:58 00:36:02 eth0 40.31 32.70 22.94 82.73 0.00 0.00 0.00 0.00 00:51:58 00:36:02 vethf00582b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:36:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:37:01 eth0 21.47 15.83 18.46 9.81 0.00 0.00 0.00 0.00 00:51:58 00:37:01 vethf00582b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:38:02 eth0 189.24 146.39 1689.63 81.31 0.00 0.00 0.00 0.00 00:51:58 00:38:02 vethf4313c7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:51:58 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:39:01 veth01b77db 1.39 1.83 0.09 7.50 0.00 0.00 0.00 0.00 00:51:58 00:39:01 eth0 31.04 22.95 133.99 5.26 0.00 0.00 0.00 0.00 00:51:58 00:39:01 vethf4313c7 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:40:02 eth0 19.18 12.36 32.75 6.13 0.00 0.00 0.00 0.00 00:51:58 00:40:02 vethf4313c7 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:58 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:40:02 docker0 836.55 765.38 69.90 3581.87 0.00 0.00 0.00 0.00 00:51:58 00:41:02 eth0 10.84 7.72 8.20 4.56 0.00 0.00 0.00 0.00 00:51:58 00:41:02 vethf4313c7 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:41:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:41:02 veth1361f1a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:51:58 00:42:02 veth0a304a2 23.52 32.30 1.57 112.64 0.00 0.00 0.00 0.00 00:51:58 00:42:02 vethd3290ae 1.25 1.80 0.09 10.45 0.00 0.00 0.00 0.00 00:51:58 00:42:02 eth0 257.67 216.29 1543.50 83.12 0.00 0.00 0.00 0.00 00:51:58 00:42:02 vethf4313c7 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 00:51:58 00:43:01 vethe37d21a 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 00:51:58 00:43:01 eth0 106.68 73.20 281.05 80.01 0.00 0.00 0.00 0.00 00:51:58 00:43:01 vethf4313c7 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:43:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:51:58 00:44:01 eth0 58.80 43.03 89.30 20.88 0.00 0.00 0.00 0.00 00:51:58 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:44:01 docker0 943.18 919.79 76.13 4171.29 0.00 0.00 0.00 0.00 00:51:58 00:45:01 eth0 0.20 0.13 0.06 0.02 0.00 0.00 0.00 0.00 00:51:58 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:46:01 eth0 0.32 0.28 0.14 0.08 0.00 0.00 0.00 0.00 00:51:58 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:47:01 eth0 1.28 0.45 0.35 0.21 0.00 0.00 0.00 0.00 00:51:58 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:48:02 eth0 0.76 0.40 0.30 0.21 0.00 0.00 0.00 0.00 00:51:58 00:48:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:48:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:49:01 eth0 0.14 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:51:58 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:50:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 00:51:58 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:51:01 eth0 0.23 0.17 0.14 0.07 0.00 0.00 0.00 0.00 00:51:58 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 Average: eth0 121.58 103.09 669.93 29.37 0.00 0.00 0.00 0.00 00:51:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:51:58 Average: docker0 47.37 46.19 3.82 209.48 0.00 0.00 0.00 0.00 00:51:58 00:51:58 00:51:58 ---> sar -P ALL: 00:51:58 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/07/21 _x86_64_ (4 CPU) 00:51:58 00:51:58 00:30:00 LINUX RESTART (4 CPU) 00:51:58 00:51:58 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:51:58 00:32:02 all 5.08 0.00 3.33 1.11 12.75 77.73 00:51:58 00:32:02 0 4.97 0.00 3.51 1.08 13.14 77.31 00:51:58 00:32:02 1 5.71 0.00 3.39 0.68 13.51 76.71 00:51:58 00:32:02 2 4.94 0.00 3.31 0.34 12.05 79.35 00:51:58 00:32:02 3 4.72 0.00 3.12 2.31 12.31 77.54 00:51:58 00:33:01 all 9.24 0.00 4.47 1.03 17.33 67.93 00:51:58 00:33:01 0 11.54 0.00 4.83 0.95 18.22 64.45 00:51:58 00:33:01 1 7.12 0.00 4.46 1.10 16.70 70.62 00:51:58 00:33:01 2 11.55 0.00 4.98 0.93 16.35 66.20 00:51:58 00:33:01 3 6.87 0.00 3.63 1.13 18.03 70.34 00:51:58 00:34:01 all 5.32 0.00 5.80 5.29 14.98 68.60 00:51:58 00:34:01 0 5.54 0.00 5.95 3.97 15.94 68.59 00:51:58 00:34:01 1 4.61 0.00 5.43 4.47 14.46 71.02 00:51:58 00:34:01 2 5.39 0.00 5.93 5.58 14.70 68.40 00:51:58 00:34:01 3 5.76 0.00 5.89 7.16 14.82 66.37 00:51:58 00:35:01 all 35.31 0.00 10.83 3.49 22.22 28.15 00:51:58 00:35:01 0 31.31 0.00 10.27 2.19 23.63 32.61 00:51:58 00:35:01 1 37.57 0.00 10.04 4.41 21.99 25.99 00:51:58 00:35:01 2 34.36 0.00 10.69 3.62 22.60 28.72 00:51:58 00:35:01 3 38.21 0.00 12.37 3.81 20.59 25.02 00:51:58 00:36:02 all 42.28 0.00 13.37 2.21 24.38 17.76 00:51:58 00:36:02 0 41.99 0.00 13.20 1.97 22.93 19.91 00:51:58 00:36:02 1 48.50 0.00 14.26 3.01 23.83 10.40 00:51:58 00:36:02 2 38.43 0.00 12.57 2.47 25.55 20.98 00:51:58 00:36:02 3 40.52 0.00 13.48 1.44 25.19 19.36 00:51:58 00:37:01 all 27.01 0.00 12.04 2.17 23.25 35.54 00:51:58 00:37:01 0 24.72 0.00 11.71 2.14 24.35 37.08 00:51:58 00:37:01 1 30.22 0.00 13.32 2.20 21.40 32.85 00:51:58 00:37:01 2 26.00 0.00 11.41 2.14 23.28 37.17 00:51:58 00:37:01 3 27.13 0.00 11.72 2.18 23.96 35.00 00:51:58 00:38:02 all 7.79 0.00 6.85 0.73 23.52 61.11 00:51:58 00:38:02 0 8.65 0.00 7.86 1.12 24.34 58.03 00:51:58 00:38:02 1 6.81 0.00 6.17 0.51 24.24 62.25 00:51:58 00:38:02 2 8.38 0.00 6.83 0.87 22.66 61.25 00:51:58 00:38:02 3 7.35 0.00 6.57 0.41 22.83 62.84 00:51:58 00:39:01 all 13.22 0.00 14.72 7.41 33.98 30.68 00:51:58 00:39:01 0 14.27 0.00 15.56 7.53 33.95 28.69 00:51:58 00:39:01 1 12.14 0.00 14.32 7.19 33.87 32.48 00:51:58 00:39:01 2 13.01 0.00 13.67 8.15 34.13 31.04 00:51:58 00:39:01 3 13.48 0.00 15.34 6.75 33.96 30.47 00:51:58 00:40:02 all 11.37 0.00 13.64 25.77 28.65 20.58 00:51:58 00:40:02 0 10.49 0.00 12.42 24.69 28.95 23.44 00:51:58 00:40:02 1 10.44 0.00 13.48 25.22 28.27 22.60 00:51:58 00:40:02 2 11.58 0.00 13.74 27.68 28.39 18.62 00:51:58 00:40:02 3 13.04 0.00 14.98 25.50 29.01 17.47 00:51:58 00:41:02 all 62.01 0.00 15.69 4.70 13.10 4.50 00:51:58 00:41:02 0 62.36 0.00 15.32 3.93 12.76 5.65 00:51:58 00:41:02 1 61.85 0.00 14.20 4.77 14.42 4.77 00:51:58 00:41:02 2 61.52 0.00 17.06 5.39 12.30 3.73 00:51:58 00:41:02 3 62.30 0.00 16.16 4.72 12.95 3.87 00:51:58 00:42:02 all 15.40 0.00 17.16 14.56 28.14 24.73 00:51:58 00:42:02 0 14.53 0.00 16.25 13.66 28.97 26.58 00:51:58 00:42:02 1 14.58 0.00 16.75 15.38 28.08 25.22 00:51:58 00:42:02 2 15.35 0.00 18.01 15.64 27.41 23.59 00:51:58 00:42:02 3 17.19 0.00 17.68 13.57 28.08 23.49 00:51:58 00:51:58 00:42:02 CPU %user %nice %system %iowait %steal %idle 00:51:58 00:43:01 all 39.93 0.00 20.01 14.17 19.71 6.18 00:51:58 00:43:01 0 40.83 0.00 18.81 13.51 20.31 6.54 00:51:58 00:43:01 1 40.49 0.00 21.18 13.54 18.69 6.10 00:51:58 00:43:01 2 39.01 0.00 20.17 14.89 19.47 6.47 00:51:58 00:43:01 3 39.40 0.00 19.87 14.73 20.38 5.61 00:51:58 00:44:01 all 20.36 0.00 9.88 4.57 12.89 52.29 00:51:58 00:44:01 0 18.41 0.00 9.81 4.15 13.61 54.02 00:51:58 00:44:01 1 21.96 0.00 10.59 6.57 12.64 48.24 00:51:58 00:44:01 2 20.39 0.00 9.74 3.88 12.66 53.32 00:51:58 00:44:01 3 20.73 0.00 9.39 3.70 12.65 53.52 00:51:58 00:45:01 all 0.08 0.00 0.05 0.01 0.51 99.34 00:51:58 00:45:01 0 0.03 0.00 0.05 0.00 0.35 99.57 00:51:58 00:45:01 1 0.13 0.00 0.05 0.02 0.55 99.25 00:51:58 00:45:01 2 0.03 0.00 0.05 0.00 0.83 99.09 00:51:58 00:45:01 3 0.13 0.00 0.07 0.02 0.32 99.47 00:51:58 00:46:01 all 0.09 0.00 0.25 0.02 2.34 97.30 00:51:58 00:46:01 0 0.02 0.00 0.13 0.00 2.33 97.52 00:51:58 00:46:01 1 0.23 0.00 0.25 0.00 2.49 97.04 00:51:58 00:46:01 2 0.08 0.00 0.25 0.07 2.44 97.16 00:51:58 00:46:01 3 0.03 0.00 0.40 0.00 2.09 97.48 00:51:58 00:47:01 all 0.06 0.00 0.03 0.01 0.70 99.20 00:51:58 00:47:01 0 0.03 0.00 0.05 0.00 0.99 98.93 00:51:58 00:47:01 1 0.02 0.00 0.02 0.00 0.81 99.16 00:51:58 00:47:01 2 0.08 0.00 0.00 0.03 0.47 99.42 00:51:58 00:47:01 3 0.12 0.00 0.05 0.00 0.53 99.30 00:51:58 00:48:02 all 0.11 0.00 0.09 0.00 0.57 99.23 00:51:58 00:48:02 0 0.02 0.00 0.00 0.00 0.17 99.82 00:51:58 00:48:02 1 0.05 0.00 0.22 0.00 0.37 99.37 00:51:58 00:48:02 2 0.10 0.00 0.08 0.00 1.07 98.74 00:51:58 00:48:02 3 0.26 0.00 0.07 0.00 0.66 99.01 00:51:58 00:49:01 all 0.08 0.00 0.04 0.00 0.46 99.41 00:51:58 00:49:01 0 0.02 0.00 0.02 0.00 0.19 99.78 00:51:58 00:49:01 1 0.03 0.00 0.03 0.00 0.57 99.36 00:51:58 00:49:01 2 0.05 0.00 0.07 0.00 0.69 99.19 00:51:58 00:49:01 3 0.24 0.00 0.03 0.00 0.41 99.32 00:51:58 00:50:01 all 0.07 0.00 0.03 0.00 0.46 99.43 00:51:58 00:50:01 0 0.00 0.00 0.03 0.00 0.23 99.73 00:51:58 00:50:01 1 0.02 0.00 0.03 0.00 0.28 99.67 00:51:58 00:50:01 2 0.05 0.00 0.03 0.00 0.74 99.17 00:51:58 00:50:01 3 0.23 0.00 0.03 0.00 0.58 99.15 00:51:58 00:51:01 all 0.10 0.00 0.04 0.00 0.45 99.41 00:51:58 00:51:01 0 0.05 0.00 0.02 0.00 0.18 99.75 00:51:58 00:51:01 1 0.05 0.00 0.07 0.00 0.53 99.35 00:51:58 00:51:01 2 0.02 0.00 0.03 0.00 0.81 99.14 00:51:58 00:51:01 3 0.28 0.00 0.05 0.00 0.28 99.38 00:51:58 Average: all 13.84 0.00 7.13 4.25 13.79 60.99 00:51:58 Average: 0 13.69 0.00 7.05 3.97 14.08 61.20 00:51:58 Average: 1 14.03 0.00 7.10 4.34 13.68 60.86 00:51:58 Average: 2 13.69 0.00 7.15 4.46 13.70 60.99 00:51:58 Average: 3 13.96 0.00 7.21 4.21 13.70 60.91 00:51:58 00:51:58 00:51:58