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 c2d5dc167efdba7037e3dd944aa45209cd29109f rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from c2d5dc167efdba7037e3dd944aa45209cd29109f Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f82e9360b4159668f7e3e090307a6179e9a8e48d using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-20709 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/41 [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/41 # 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 c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 Merge succeeded, producing c3b36e1b877475d0e12c8a17be8f4c558acd2d9e Checking out Revision c3b36e1b877475d0e12c8a17be8f4c558acd2d9e (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 c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c3b36e1b877475d0e12c8a17be8f4c558acd2d9e # timeout=10 Commit message: "Merge commit 'c2d5dc167efdba7037e3dd944aa45209cd29109f' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk eb4c59991f2e53b52f80c0dca868a97fe5a65cfa # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:13 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:13 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:13 ========================================================= 00:31:13 EdgeX Global Pipelines Version Info 00:31:13 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:31:15 ------------------- 00:31:15 stable info: 00:31:15 ------------------- 00:31:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:15 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 00:31:15 Message: update stable to v1.0.177 00:31:15 ------------------- 00:31:15 experimental info: 00:31:15 ------------------- 00:31:15 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:15 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 00:31:15 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:17 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:17 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:18 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:18 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:18 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:31:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:31:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:31:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:31:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c3b36e1b877475d0e12c8a17be8f4c558acd2d9e [Pipeline] echo 00:31:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c3b36e1 [Pipeline] echo 00:31:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:18 provisioning config files... 00:31:19 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/41@tmp/config8616522891205161113tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:19 ---> docker-login.sh 00:31:19 nexus3.edgexfoundry.org:10001 00:31:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:19 Configure a credential helper to remove this warning. See 00:31:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:19 00:31:19 Login Succeeded 00:31:19 nexus3.edgexfoundry.org:10002 00:31:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:19 Configure a credential helper to remove this warning. See 00:31:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:19 00:31:19 Login Succeeded 00:31:19 nexus3.edgexfoundry.org:10003 00:31:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:20 Configure a credential helper to remove this warning. See 00:31:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:20 00:31:20 Login Succeeded 00:31:20 nexus3.edgexfoundry.org:10004 00:31:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:20 Configure a credential helper to remove this warning. See 00:31:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:20 00:31:20 Login Succeeded 00:31:20 docker.io 00:31:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:20 Configure a credential helper to remove this warning. See 00:31:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:20 00:31:20 Login Succeeded 00:31:20 ---> docker-login.sh ends [Pipeline] } 00:31:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:21 ++ 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:21 + for file in '`ls cmd/**/Dockerfile`' 00:31:21 ++ dirname cmd/core-command/Dockerfile 00:31:21 ++ cut -d/ -f2 00:31:21 + echo core-command,cmd/core-command/Dockerfile 00:31:21 + for file in '`ls cmd/**/Dockerfile`' 00:31:21 ++ dirname cmd/core-data/Dockerfile 00:31:21 ++ cut -d/ -f2 00:31:21 + echo core-data,cmd/core-data/Dockerfile 00:31:21 + for file in '`ls cmd/**/Dockerfile`' 00:31:21 ++ dirname cmd/core-metadata/Dockerfile 00:31:21 ++ cut -d/ -f2 00:31:21 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:21 + for file in '`ls cmd/**/Dockerfile`' 00:31:21 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:21 ++ cut -d/ -f2 00:31:21 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:21 + for file in '`ls cmd/**/Dockerfile`' 00:31:21 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:21 ++ cut -d/ -f2 00:31:21 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:21 + for file in '`ls cmd/**/Dockerfile`' 00:31:21 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:21 ++ cut -d/ -f2 00:31:21 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:21 + for file in '`ls cmd/**/Dockerfile`' 00:31:21 ++ dirname cmd/support-notifications/Dockerfile 00:31:21 ++ cut -d/ -f2 00:31:21 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:21 + for file in '`ls cmd/**/Dockerfile`' 00:31:21 ++ dirname cmd/support-scheduler/Dockerfile 00:31:21 ++ cut -d/ -f2 00:31:21 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:21 + for file in '`ls cmd/**/Dockerfile`' 00:31:21 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:21 ++ cut -d/ -f2 00:31:21 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:21 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:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:22 00:31:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:22 latest: Pulling from edgex-devops/git-semver 00:31:22 31603596830f: Pulling fs layer 00:31:22 2a8b12db71e7: Pulling fs layer 00:31:22 6ca5941a6612: Pulling fs layer 00:31:22 ecc8261a40a4: Pulling fs layer 00:31:22 ecc8261a40a4: Waiting 00:31:22 2a8b12db71e7: Verifying Checksum 00:31:22 2a8b12db71e7: Download complete 00:31:22 31603596830f: Verifying Checksum 00:31:22 31603596830f: Download complete 00:31:22 ecc8261a40a4: Verifying Checksum 00:31:22 ecc8261a40a4: Download complete 00:31:22 6ca5941a6612: Verifying Checksum 00:31:22 6ca5941a6612: Download complete 00:31:23 31603596830f: Pull complete 00:31:23 2a8b12db71e7: Pull complete 00:31:24 6ca5941a6612: Pull complete 00:31:24 ecc8261a40a4: Pull complete 00:31:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:24 prd-centos7-docker-4c-2g-20709 does not seem to be running inside a container 00:31:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@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:26 $ docker top e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:26 [ssh-agent] Looking for ssh-agent implementation... 00:31:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:27 $ docker exec e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 ssh-agent 00:31:27 SSH_AUTH_SOCK=/tmp/ssh-GuaEVP6KMd7O/agent.13 00:31:27 SSH_AGENT_PID=18 00:31:27 Running ssh-add (command line suppressed) 00:31:27 Identity added: /w/workspace/edgex-go/41@tmp/private_key_7401553524043184093.key (/w/workspace/edgex-go/41@tmp/private_key_7401553524043184093.key) 00:31:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:27 + git tag --points-at HEAD [Pipeline] } 00:31:27 $ docker exec --env ******** --env ******** e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 ssh-agent -k 00:31:27 unset SSH_AUTH_SOCK; 00:31:27 unset SSH_AGENT_PID; 00:31:27 echo Agent pid 18 killed; 00:31:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:28 [ssh-agent] Looking for ssh-agent implementation... 00:31:28 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:28 $ docker exec e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 ssh-agent 00:31:28 SSH_AUTH_SOCK=/tmp/ssh-1GmRsiv8LxeA/agent.47 00:31:28 SSH_AGENT_PID=52 00:31:28 Running ssh-add (command line suppressed) 00:31:28 Identity added: /w/workspace/edgex-go/41@tmp/private_key_2223377253118138603.key (/w/workspace/edgex-go/41@tmp/private_key_2223377253118138603.key) 00:31:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:28 + git semver init 00:31:28 # -> Open(): unable to determine branch for HEAD 00:31:28 # $GIT_DIR = /w/workspace/edgex-go/41/.git 00:31:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/41 00:31:28 # $SEMVER_REMOTE_NAME = origin 00:31:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:28 # $SEMVER_USER_NAME = edgex-jenkins 00:31:28 # $SEMVER_BRANCH = PR-2858 00:31:28 # $SEMVER_TEMP = /tmp/semver-478794345 00:31:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:55 # '/tmp/semver-478794345' -> '/w/workspace/edgex-go/41/.semver' 00:31:55 # -> Force: false 00:31:55 # $SEMVER_DIR = /w/workspace/edgex-go/41/.semver [Pipeline] } 00:31:55 $ docker exec --env ******** --env ******** e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 ssh-agent -k 00:31:56 unset SSH_AUTH_SOCK; 00:31:56 unset SSH_AGENT_PID; 00:31:56 echo Agent pid 52 killed; 00:31:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:56 + git semver [Pipeline] } 00:31:56 $ docker stop --time=1 e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 00:31:58 $ docker rm -f e2d5174a6c03249467bccb68b2fa0c279bd508e86261ec13338d692c834b1e71 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:58 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:59 Stashed 1 file(s) [Pipeline] echo 00:31:59 [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:00 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:32:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:32:00 + sudo service docker restart 00:32:00 + true 00:32:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:32:01 ========================================================= 00:32:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:01 + 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:05 Sending build context to Docker daemon 326.6MB 00:32:05 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:32:05 Step 2/6 : FROM ${BASE} 00:32:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:05 188c0c94c7c5: Pulling fs layer 00:32:05 0ef7d3d256c8: Pulling fs layer 00:32:05 de9db76c5a1d: Pulling fs layer 00:32:05 bca2f99d35d6: Pulling fs layer 00:32:05 93359f2a8cfa: Pulling fs layer 00:32:05 7c6f9722023f: Pulling fs layer 00:32:05 a35cf1a2eb13: Pulling fs layer 00:32:05 93359f2a8cfa: Waiting 00:32:05 7c6f9722023f: Waiting 00:32:05 a35cf1a2eb13: Waiting 00:32:05 bca2f99d35d6: Waiting 00:32:05 de9db76c5a1d: Verifying Checksum 00:32:05 de9db76c5a1d: Download complete 00:32:05 0ef7d3d256c8: Verifying Checksum 00:32:05 0ef7d3d256c8: Download complete 00:32:05 93359f2a8cfa: Verifying Checksum 00:32:05 93359f2a8cfa: Download complete 00:32:05 188c0c94c7c5: Verifying Checksum 00:32:05 188c0c94c7c5: Download complete 00:32:05 188c0c94c7c5: Pull complete 00:32:05 0ef7d3d256c8: Pull complete 00:32:06 a35cf1a2eb13: Verifying Checksum 00:32:06 a35cf1a2eb13: Download complete 00:32:07 de9db76c5a1d: Pull complete 00:32:07 bca2f99d35d6: Verifying Checksum 00:32:07 bca2f99d35d6: Download complete 00:32:12 bca2f99d35d6: Pull complete 00:32:12 93359f2a8cfa: Pull complete 00:32:12 7c6f9722023f: Pull complete 00:32:14 Still waiting to schedule task 00:32:14 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:18 a35cf1a2eb13: Pull complete 00:32:18 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:32:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:18 ---> a62c8e92a672 00:32:18 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:32:18 ---> Running in 6b2788e7bab0 00:32:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:19 (1/12) Installing libmagic (5.38-r0) 00:32:19 (2/12) Installing file (5.38-r0) 00:32:19 (3/12) Installing libc-dev (0.7.2-r3) 00:32:19 (4/12) Installing g++ (9.3.0-r2) 00:32:25 (5/12) Installing fortify-headers (1.1-r0) 00:32:25 (6/12) Installing patch (2.7.6-r6) 00:32:25 (7/12) Installing build-base (0.5-r2) 00:32:25 (8/12) Installing libsodium (1.0.18-r0) 00:32:25 (9/12) Installing pkgconf (1.7.2-r0) 00:32:25 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:25 (11/12) Installing libzmq (4.3.3-r0) 00:32:25 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:26 Executing busybox-1.31.1-r19.trigger 00:32:26 OK: 233 MiB in 51 packages 00:32:29 Removing intermediate container 6b2788e7bab0 00:32:29 ---> 23f21b49f636 00:32:29 Step 4/6 : WORKDIR /edgex-go 00:32:29 ---> Running in 18b0ecfc535a 00:32:29 Removing intermediate container 18b0ecfc535a 00:32:29 ---> ca4fa5bfc333 00:32:29 Step 5/6 : COPY go.mod . 00:32:29 ---> 90454b50a078 00:32:29 Step 6/6 : RUN go mod download 00:32:29 ---> Running in a96573cebade 00:32:51 Removing intermediate container a96573cebade 00:32:51 ---> be3bda83cefb 00:32:51 Successfully built be3bda83cefb 00:32:51 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:51 + docker inspect -f . ci-base-image-x86_64 00:32:51 . [Pipeline] withDockerContainer 00:32:52 prd-centos7-docker-4c-2g-20709 does not seem to be running inside a container 00:32:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@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:32:52 $ docker top 0024a3e8a2824ec4da1c39f3c0a3e015bfc331d05d50c1fbbbebeb89fcb47e50 -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:53 + go version 00:32:53 go version go1.15.5 linux/amd64 [Pipeline] } 00:32:53 $ docker stop --time=1 0024a3e8a2824ec4da1c39f3c0a3e015bfc331d05d50c1fbbbebeb89fcb47e50 00:32:54 $ docker rm -f 0024a3e8a2824ec4da1c39f3c0a3e015bfc331d05d50c1fbbbebeb89fcb47e50 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:55 + docker inspect -f . ci-base-image-x86_64 00:32:55 . [Pipeline] withDockerContainer 00:32:55 prd-centos7-docker-4c-2g-20709 does not seem to be running inside a container 00:32:55 $ 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/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@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:32:56 $ docker top 0aa50bb105a266b64071d582a9c08c3747c4dc90848bad66b31b94cd9a3b09e7 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:56 ========================================================= 00:32:56 [edgeXBuildGoParallel] Running Tests and Build... 00:32:56 ========================================================= [Pipeline] sh 00:32:56 + make test 00:32:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:06 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:32 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:36 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:38 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:38 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.226s coverage: 27.0% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.094s coverage: 67.9% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.125s coverage: 82.3% of statements 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.511s coverage: 28.6% of statements 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.078s coverage: 100.0% of statements 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.039s coverage: 100.0% of statements 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.139s coverage: 86.7% of statements 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.159s coverage: 97.5% of statements 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.095s coverage: 78.3% of statements 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.475s coverage: 92.8% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.091s coverage: 0.1% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.082s coverage: 100.0% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.078s coverage: 75.5% of statements 00:33:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.055s coverage: 80.8% of statements 00:33:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.061s coverage: 84.2% of statements 00:33:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.118s coverage: 91.4% of statements 00:33:49 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.235s coverage: 63.5% of statements 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:50 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.036s coverage: 100.0% of statements 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.046s coverage: 91.3% of statements 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.065s coverage: 73.7% of statements 00:33:50 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.395s coverage: 68.9% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.131s coverage: 37.0% of statements 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:52 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.385s coverage: 84.0% of statements 00:33:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.034s coverage: 100.0% of statements 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.144s coverage: 47.1% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.090s coverage: 100.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:55 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 00:33:55 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.987s coverage: 29.1% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.120s coverage: 99.0% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.055s coverage: 100.0% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.039s coverage: 0.0% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.040s coverage: 100.0% of statements 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements 00:33:57 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 00:33:58 GO111MODULE=on go vet ./... 00:34:25 gofmt -l . 00:34:25 [ "`gofmt -l .`" = "" ] 00:34:26 ./bin/test-go-mod-tidy.sh 00:34:26 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:27 + ls -al . 00:34:27 total 656 00:34:27 drwxrwxr-x 10 1001 1001 4096 Jan 16 00:34 . 00:34:27 drwxr-xr-x 4 root root 30 Jan 16 00:32 .. 00:34:27 -rw-rw-r-- 1 1001 1001 11 Jan 16 00:31 .dockerignore 00:34:27 drwxrwxr-x 8 1001 1001 179 Jan 16 00:31 .git 00:34:27 drwxrwxr-x 3 1001 1001 125 Jan 16 00:31 .github 00:34:27 -rw-rw-r-- 1 1001 1001 824 Jan 16 00:31 .gitignore 00:34:27 drwx------ 3 1001 1001 47 Jan 16 00:31 .semver 00:34:27 -rw-rw-r-- 1 1001 1001 166 Jan 16 00:31 .sonarcloud.properties 00:34:27 -rw-rw-r-- 1 1001 1001 7744 Jan 16 00:31 Attribution.txt 00:34:27 -rw-rw-r-- 1 1001 1001 3804 Jan 16 00:31 CONTRIBUTING.md 00:34:27 -rw-rw-r-- 1 1001 1001 931 Jan 16 00:31 Dockerfile.build 00:34:27 -rw-rw-r-- 1 1001 1001 863 Jan 16 00:31 Jenkinsfile 00:34:27 -rw-rw-r-- 1 1001 1001 10775 Jan 16 00:31 LICENSE 00:34:27 -rw-rw-r-- 1 1001 1001 5750 Jan 16 00:31 Makefile 00:34:27 -rw-rw-r-- 1 1001 1001 6524 Jan 16 00:31 README.md 00:34:27 -rw-rw-r-- 1 1001 1001 6744 Jan 16 00:31 SECURITY.md 00:34:27 -rw-rw-r-- 1 1001 1001 5 Jan 16 00:31 VERSION 00:34:27 -rw-rw-r-- 1 1001 1001 4131 Jan 16 00:31 ZMQWindows.md 00:34:27 drwxrwxr-x 2 1001 1001 117 Jan 16 00:31 bin 00:34:27 drwxrwxr-x 14 1001 1001 4096 Jan 16 00:31 cmd 00:34:27 -rw-r--r-- 1 root root 550280 Jan 16 00:33 coverage.out 00:34:27 -rw-r--r-- 1 root root 981 Jan 16 00:34 go.mod 00:34:27 -rw-r--r-- 1 root root 19241 Jan 16 00:34 go.sum 00:34:27 drwxrwxr-x 8 1001 1001 127 Jan 16 00:31 internal 00:34:27 drwxrwxr-x 4 1001 1001 26 Jan 16 00:31 openapi 00:34:27 drwxrwxr-x 4 1001 1001 71 Jan 16 00:31 snap 00:34:27 -rw-rw-r-- 1 1001 1001 168 Jan 16 00:31 version.go [Pipeline] sh 00:34:28 + '[' -e coverage.out ] 00:34:28 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:28 Stashed 1 file(s) [Pipeline] sh 00:34:28 + make build 00:34:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:31 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:34:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:34:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:34:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:34:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:34:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:34:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 00:34:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:34:52 $ docker stop --time=1 0aa50bb105a266b64071d582a9c08c3747c4dc90848bad66b31b94cd9a3b09e7 00:34:53 $ docker rm -f 0aa50bb105a266b64071d582a9c08c3747c4dc90848bad66b31b94cd9a3b09e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:55 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:55 00:34:55 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:55 latest: Pulling from edgex-devops/edgex-compose 00:34:55 cbdbe7a5bc2a: Pulling fs layer 00:34:55 ca9280d653b3: Pulling fs layer 00:34:55 7e9c9ca2126c: Pulling fs layer 00:34:56 cbdbe7a5bc2a: Download complete 00:34:56 cbdbe7a5bc2a: Pull complete 00:34:56 ca9280d653b3: Verifying Checksum 00:34:56 ca9280d653b3: Download complete 00:34:57 ca9280d653b3: Pull complete 00:34:57 7e9c9ca2126c: Download complete 00:35:04 7e9c9ca2126c: Pull complete 00:35:04 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:04 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:04 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:04 prd-centos7-docker-4c-2g-20709 does not seem to be running inside a container 00:35:04 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:06 $ docker top 1058ff2cf1abf59692b1c4fce6a971d652f82be693d3772455e8d8566dedfee6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:07 + docker-compose build --help 00:35:07 + grep parallel 00:35:08 --parallel Build images in parallel. [Pipeline] } 00:35:08 $ docker stop --time=1 1058ff2cf1abf59692b1c4fce6a971d652f82be693d3772455e8d8566dedfee6 00:35:09 $ docker rm -f 1058ff2cf1abf59692b1c4fce6a971d652f82be693d3772455e8d8566dedfee6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:10 . [Pipeline] withDockerContainer 00:35:10 prd-centos7-docker-4c-2g-20709 does not seem to be running inside a container 00:35:10 $ 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/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:11 $ docker top 452edc0721b779cfaf236dc085aa18367b0591df29f3f004abbd39d3df1ed091 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:11 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:12 Building docker-core-command-go ... 00:35:12 Building docker-core-data-go ... 00:35:12 Building docker-core-metadata-go ... 00:35:12 Building docker-security-bootstrap-redis-go ... 00:35:12 Building docker-security-proxy-setup-go ... 00:35:12 Building docker-security-secretstore-setup-go ... 00:35:12 Building docker-support-notifications-go ... 00:35:12 Building docker-support-scheduler-go ... 00:35:12 Building docker-sys-mgmt-agent-go ... 00:35:12 Building docker-core-data-go 00:35:12 Building docker-security-bootstrap-redis-go 00:35:12 Building docker-security-secretstore-setup-go 00:35:12 Building docker-security-proxy-setup-go 00:35:12 Building docker-core-metadata-go 00:35:42 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20716 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:35:42 Running in /w/workspace/edgex-go/41 [Pipeline] { [Pipeline] checkout 00:35:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:44 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:44 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:44 ---> be3bda83cefb 00:35:44 Step 3/22 : WORKDIR /edgex-go 00:35:44 ---> be3bda83cefb 00:35:44 Step 3/22 : WORKDIR /edgex-go 00:35:44 ---> be3bda83cefb 00:35:44 Step 3/21 : WORKDIR /edgex-go 00:35:44 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:44 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:44 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:35:44 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:44 ---> be3bda83cefb 00:35:44 Step 3/23 : WORKDIR /edgex-go 00:35:44 ---> be3bda83cefb 00:35:44 Step 3/24 : WORKDIR /edgex-go 00:35:45 ---> Running in c7dda151c871 00:35:45 ---> Running in 11734bac0b58 00:35:45 ---> Running in a26203d12652 00:35:45 ---> Running in 58799cfa4a2f 00:35:45 ---> Running in 4f160515d096 00:35:46 Removing intermediate container 11734bac0b58 00:35:46 ---> 721613767c4a 00:35:46 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 Removing intermediate container 58799cfa4a2f 00:35:46 ---> 6138e162f92a 00:35:46 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 Removing intermediate container 4f160515d096 00:35:46 ---> 8751f24355f4 00:35:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 Removing intermediate container a26203d12652 00:35:46 ---> 74cfee45460b 00:35:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 Removing intermediate container c7dda151c871 00:35:46 ---> 60bb60584036 00:35:46 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:46 ---> Running in a7f2ab05c5f3 00:35:46 ---> Running in fcf2be722b2f 00:35:46 ---> Running in 13422a1bb5fa 00:35:46 ---> Running in 87bec4b3e45f 00:35:46 ---> Running in 8190e88fcf8e 00:35:48 using credential edgex-jenkins-ssh 00:35:48 Cloning the remote Git repository 00:35:48 Removing intermediate container 13422a1bb5fa 00:35:48 ---> ce5cf62302b8 00:35:48 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:35:48 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:48 > git init /w/workspace/edgex-go/41 # timeout=10 00:35:48 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:48 > git --version # timeout=10 00:35:48 > git --version # 'git version 2.17.1' 00:35:48 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:49 ---> Running in 7eac1140501c 00:35:49 Removing intermediate container fcf2be722b2f 00:35:49 ---> f3ad777f4e5e 00:35:49 Step 5/22 : RUN apk add --update --no-cache make git 00:35:49 Removing intermediate container 87bec4b3e45f 00:35:49 ---> adee0cdb88c7 00:35:49 Step 5/21 : RUN apk add --update --no-cache make git 00:35:49 ---> Running in dbe9bd542836 00:35:49 Removing intermediate container a7f2ab05c5f3 00:35:49 ---> b28c04e78ff2 00:35:49 Step 5/24 : RUN apk add --update --no-cache make git 00:35:49 ---> Running in 2e771227729f 00:35:50 Removing intermediate container 8190e88fcf8e 00:35:50 ---> bb27236bac1f 00:35:50 Step 5/22 : RUN apk add --update --no-cache make git 00:35:50 ---> Running in 1258a5ebb8db 00:35:50 ---> Running in 96acdf4be529 00:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:52 OK: 233 MiB in 51 packages 00:35:52 OK: 233 MiB in 51 packages 00:35:53 Removing intermediate container dbe9bd542836 00:35:53 ---> 06eba2dd7bf5 00:35:53 Step 6/22 : COPY go.mod . 00:35:53 OK: 233 MiB in 51 packages 00:35:53 Removing intermediate container 1258a5ebb8db 00:35:53 ---> 0360b5ee86a5 00:35:53 Step 6/24 : COPY go.mod . 00:35:53 OK: 233 MiB in 51 packages 00:35:53 ---> 3b4efc8d2b80 00:35:53 Step 7/22 : RUN go mod download 00:35:53 ---> Running in 3076ef836035 00:35:53 ---> 2203de2cc0b9 00:35:53 Step 7/24 : RUN go mod download 00:35:53 ---> Running in 9498fc91201b 00:35:54 Removing intermediate container 7eac1140501c 00:35:54 ---> 19aa41172c1f 00:35:54 Step 6/23 : COPY go.mod . 00:35:54 Removing intermediate container 96acdf4be529 00:35:54 ---> 09dc59305496 00:35:54 Step 6/22 : COPY go.mod . 00:35:54 ---> 42e7e3f42eb3 00:35:54 Step 7/23 : RUN go mod download 00:35:54 ---> Running in 40580366f6c1 00:35:54 OK: 233 MiB in 51 packages 00:35:54 ---> c21523fbb56b 00:35:54 Step 7/22 : RUN go mod download 00:35:54 ---> Running in 2bd23c896899 00:35:55 Removing intermediate container 2e771227729f 00:35:55 ---> 0533a36f328f 00:35:55 Step 6/21 : COPY go.mod . 00:35:56 ---> 72299a1cc98f 00:35:56 Step 7/21 : RUN go mod download 00:35:56 ---> Running in 074d57c13194 00:35:56 Removing intermediate container 40580366f6c1 00:35:56 ---> 1c823c653f1e 00:35:56 Step 8/23 : COPY . . 00:35:56 Removing intermediate container 9498fc91201b 00:35:56 ---> fbc50af8696f 00:35:56 Step 8/24 : COPY . . 00:35:57 Removing intermediate container 3076ef836035 00:35:57 ---> 8eb72aa8b8fe 00:35:57 Step 8/22 : COPY . . 00:35:58 Removing intermediate container 2bd23c896899 00:35:58 ---> 9e57d6425ba8 00:35:58 Step 8/22 : COPY . . 00:36:05 Removing intermediate container 074d57c13194 00:36:05 ---> 4856ae852240 00:36:05 Step 8/21 : COPY . . 00:36:17 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:36:19 Merge succeeded, producing 54aef7abb080ae3b8b3c15f8d03c6e2d32b5f520 00:36:19 Checking out Revision 54aef7abb080ae3b8b3c15f8d03c6e2d32b5f520 (PR-2858) 00:36:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:17 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:17 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:17 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:17 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:17 > 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:36:17 > git config core.sparsecheckout # timeout=10 00:36:17 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:36:18 > git remote # timeout=10 00:36:18 > git config --get remote.origin.url # timeout=10 00:36:18 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:18 > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 00:36:19 > git rev-parse HEAD^{commit} # timeout=10 00:36:19 > git config core.sparsecheckout # timeout=10 00:36:19 > git checkout -f 54aef7abb080ae3b8b3c15f8d03c6e2d32b5f520 # timeout=10 00:36:23 Commit message: "Merge commit 'c2d5dc167efdba7037e3dd944aa45209cd29109f' into HEAD" 00:36:23 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:36:24 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:36:23 > git rev-list --no-walk eb4c59991f2e53b52f80c0dca868a97fe5a65cfa # timeout=10 00:36:25 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:36:25 + sudo service docker restart 00:36:25 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:27 provisioning config files... 00:36:27 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/41@tmp/config1928345140956960402tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:28 ---> docker-login.sh 00:36:28 nexus3.edgexfoundry.org:10001 00:36:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:29 Configure a credential helper to remove this warning. See 00:36:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:29 00:36:29 Login Succeeded 00:36:29 nexus3.edgexfoundry.org:10002 00:36:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:30 Configure a credential helper to remove this warning. See 00:36:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:30 00:36:30 Login Succeeded 00:36:30 nexus3.edgexfoundry.org:10003 00:36:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:30 Configure a credential helper to remove this warning. See 00:36:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:30 00:36:30 Login Succeeded 00:36:30 nexus3.edgexfoundry.org:10004 00:36:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:31 Configure a credential helper to remove this warning. See 00:36:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:31 00:36:31 Login Succeeded 00:36:31 docker.io 00:36:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:31 Configure a credential helper to remove this warning. See 00:36:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:31 00:36:31 Login Succeeded 00:36:31 ---> docker-login.sh ends [Pipeline] } 00:36:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:32 ========================================================= 00:36:32 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:32 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:32 + 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:34 Sending build context to Docker daemon 165.6MB 00:36:34 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:36:34 Step 2/6 : FROM ${BASE} 00:36:34 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:34 5f621e34cdf4: Pulling fs layer 00:36:34 a4357932f1b6: Pulling fs layer 00:36:34 18c013af1878: Pulling fs layer 00:36:34 00ac8860ef70: Pulling fs layer 00:36:34 63d7cb157983: Pulling fs layer 00:36:34 b116817d02f9: Pulling fs layer 00:36:34 745a02a5169b: Pulling fs layer 00:36:34 00ac8860ef70: Waiting 00:36:34 63d7cb157983: Waiting 00:36:34 b116817d02f9: Waiting 00:36:34 745a02a5169b: Waiting 00:36:34 18c013af1878: Verifying Checksum 00:36:34 18c013af1878: Download complete 00:36:34 a4357932f1b6: Verifying Checksum 00:36:34 a4357932f1b6: Download complete 00:36:34 63d7cb157983: Verifying Checksum 00:36:34 63d7cb157983: Download complete 00:36:34 b116817d02f9: Verifying Checksum 00:36:34 b116817d02f9: Download complete 00:36:34 5f621e34cdf4: Download complete 00:36:35 5f621e34cdf4: Pull complete 00:36:35 a4357932f1b6: Pull complete 00:36:36 18c013af1878: Pull complete 00:36:37 745a02a5169b: Verifying Checksum 00:36:37 745a02a5169b: Download complete 00:36:37 ---> e5f117583a0c 00:36:37 Step 9/23 : RUN make cmd/core-data/core-data 00:36:37 ---> c83bd1770e2e 00:36:37 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:37 ---> 035528231422 00:36:37 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:36:37 ---> Running in d569f7de5b3b 00:36:37 ---> Running in fcbd7bf80f86 00:36:37 ---> Running in 98584507761f 00:36:37 ---> bfb4499dd1a4 00:36:37 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:36:37 ---> cabfb343f6e7 00:36:37 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:36:37 ---> Running in 75f97b14b70e 00:36:37 ---> Running in 4f804bd733a0 00:36:38 00ac8860ef70: Download complete 00:36:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:39 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:39 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:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:36: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:36:48 00ac8860ef70: Pull complete 00:36:48 63d7cb157983: Pull complete 00:36:49 b116817d02f9: Pull complete 00:36:52 745a02a5169b: Pull complete 00:36:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:36:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:52 ---> b7e6874047d6 00:36:52 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:56 ---> Running in b0047caa7b48 00:36:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:58 (1/12) Installing libmagic (5.38-r0) 00:36:58 (2/12) Installing file (5.38-r0) 00:36:58 (3/12) Installing libc-dev (0.7.2-r3) 00:36:58 (4/12) Installing g++ (9.3.0-r2) 00:37:04 (5/12) Installing fortify-headers (1.1-r0) 00:37:04 (6/12) Installing patch (2.7.6-r6) 00:37:04 (7/12) Installing build-base (0.5-r2) 00:37:04 (8/12) Installing libsodium (1.0.18-r0) 00:37:04 (9/12) Installing pkgconf (1.7.2-r0) 00:37:04 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:04 (11/12) Installing libzmq (4.3.3-r0) 00:37:04 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:04 Executing busybox-1.31.1-r19.trigger 00:37:04 OK: 217 MiB in 51 packages 00:37:08 Removing intermediate container b0047caa7b48 00:37:08 ---> 2403adc2f199 00:37:08 Step 4/6 : WORKDIR /edgex-go 00:37:08 ---> Running in dc6da3cf72c0 00:37:08 Removing intermediate container dc6da3cf72c0 00:37:08 ---> 561e5239d4ea 00:37:08 Step 5/6 : COPY go.mod . 00:37:09 ---> baf75bfb47cc 00:37:09 Step 6/6 : RUN go mod download 00:37:09 ---> Running in 6f9bbc6e2fd4 00:37:11 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: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:17 Removing intermediate container 4f804bd733a0 00:37:17 ---> 5d693605bab5 00:37:17 00:37:17 Step 10/22 : FROM alpine:3.12 00:37:17 3.12: Pulling from library/alpine 00:37:20 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:37:21 Status: Downloaded newer image for alpine:3.12 00:37:21 ---> 389fef711851 00:37:21 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:22 Removing intermediate container 75f97b14b70e 00:37:22 ---> 030b61023daa 00:37:22 00:37:22 Step 10/21 : FROM alpine:3.12 00:37:22 ---> 389fef711851 00:37:22 Step 11/21 : RUN apk add --update --no-cache curl 00:37:22 Removing intermediate container 98584507761f 00:37:22 ---> 6cd5d1b1a0d2 00:37:22 00:37:22 Step 10/24 : FROM alpine:3.12 00:37:22 ---> 389fef711851 00:37:22 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:37:22 ---> Running in 8b2c2b390d9b 00:37:22 ---> Running in 9f9be2bb746b 00:37:22 ---> Running in d72800db75dd 00:37:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:23 (1/5) Installing ca-certificates (20191127-r4) 00:37:23 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:23 (3/5) Installing libcurl (7.69.1-r3) 00:37:23 (4/5) Installing curl (7.69.1-r3) 00:37:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:23 (5/5) Installing dumb-init (1.2.2-r1) 00:37:23 Executing busybox-1.31.1-r19.trigger 00:37:23 Executing ca-certificates-20191127-r4.trigger 00:37:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:23 OK: 7 MiB in 19 packages 00:37:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:23 (1/4) Installing ca-certificates (20191127-r4) 00:37:24 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:37:24 (3/4) Installing libcurl (7.69.1-r3) 00:37:24 (4/4) Installing curl (7.69.1-r3) 00:37:24 Executing busybox-1.31.1-r19.trigger 00:37:24 Executing ca-certificates-20191127-r4.trigger 00:37:24 OK: 7 MiB in 18 packages 00:37:24 (1/5) Installing ca-certificates (20191127-r4) 00:37:24 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:37:24 (3/5) Installing libcurl (7.69.1-r3) 00:37:24 (4/5) Installing curl (7.69.1-r3) 00:37:24 (5/5) Installing dumb-init (1.2.2-r1) 00:37:24 Executing busybox-1.31.1-r19.trigger 00:37:24 Executing ca-certificates-20191127-r4.trigger 00:37:24 OK: 7 MiB in 19 packages 00:37:28 Removing intermediate container fcbd7bf80f86 00:37:28 ---> 79f5abdbc6cc 00:37:28 00:37:28 Step 10/22 : FROM scratch 00:37:28 ---> 00:37:28 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:28 Removing intermediate container d569f7de5b3b 00:37:28 ---> e1d39a2e4a79 00:37:28 00:37:28 Step 10/23 : FROM alpine:3.12 00:37:28 ---> 389fef711851 00:37:28 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:29 Removing intermediate container 8b2c2b390d9b 00:37:29 ---> cc8c19579dac 00:37:29 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:37:29 ---> Running in a17b33c37011 00:37:29 Removing intermediate container 9f9be2bb746b 00:37:29 ---> ffff4ce4340a 00:37:29 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:29 ---> Running in f2c5d80f1c82 00:37:29 ---> Running in 8174d117df34 00:37:29 Removing intermediate container d72800db75dd 00:37:29 ---> 398c4b6e6e24 00:37:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:30 ---> Running in 545cc82987d5 00:37:30 Removing intermediate container a17b33c37011 00:37:30 ---> 7d7874e61631 00:37:30 Step 12/22 : ENV APP_PORT=48081 00:37:30 ---> Running in bed65cd61560 00:37:30 ---> Running in eb7173b535e1 00:37:30 Removing intermediate container f2c5d80f1c82 00:37:30 ---> 679e5d171750 00:37:30 Step 12/23 : ENV APP_PORT=48080 00:37:30 Removing intermediate container 8174d117df34 00:37:30 ---> 67978b78f080 00:37:30 Step 13/22 : WORKDIR / 00:37:30 Removing intermediate container 545cc82987d5 00:37:30 ---> 547be854b721 00:37:30 Step 13/21 : WORKDIR /edgex 00:37:30 ---> Running in fa554841682b 00:37:30 ---> Running in 2071fa20acbe 00:37:30 ---> Running in affaa7f49ec1 00:37:30 Removing intermediate container bed65cd61560 00:37:30 ---> b2be27b3634c 00:37:30 Step 13/24 : WORKDIR / 00:37:30 Removing intermediate container eb7173b535e1 00:37:30 ---> f9d93b2f4378 00:37:30 Step 13/22 : EXPOSE $APP_PORT 00:37:30 ---> Running in b9b3d0cb40c3 00:37:30 ---> Running in db78ab524992 00:37:30 Removing intermediate container 2071fa20acbe 00:37:30 ---> e2830adbfed1 00:37:30 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:30 Removing intermediate container fa554841682b 00:37:30 ---> cb7c968c80dc 00:37:30 Step 13/23 : EXPOSE $APP_PORT 00:37:31 Removing intermediate container affaa7f49ec1 00:37:31 ---> ad934494032b 00:37:31 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:37:31 Removing intermediate container db78ab524992 00:37:31 ---> fcf079151e55 00:37:31 Step 14/22 : WORKDIR / 00:37:31 ---> Running in cccb85f8d808 00:37:31 Removing intermediate container b9b3d0cb40c3 00:37:31 ---> beed21b8159b 00:37:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:31 ---> Running in 67e4365c7ee1 00:37:31 ---> 6de4ea6ffe00 00:37:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:31 ---> fec49b3419b6 00:37:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:37:31 Removing intermediate container cccb85f8d808 00:37:31 ---> 8138d925b002 00:37:31 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:31 ---> 1dcf2c33ffbc 00:37:31 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:31 Removing intermediate container 67e4365c7ee1 00:37:31 ---> d8890623dcfc 00:37:31 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:31 ---> Running in ae42101f1de6 00:37:32 ---> 6c2c5bd5fb58 00:37:32 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:32 ---> 1897b66bea72 00:37:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:32 ---> 18b2762454de 00:37:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:37:32 ---> ba71571f4394 00:37:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:37:33 ---> d33d9a67e959 00:37:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:33 ---> aefb3a44ee31 00:37:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:37:33 ---> 086f7165bbc4 00:37:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:37:33 ---> cf815061b0cc 00:37:33 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:37:33 ---> Running in 887b2e75140e 00:37:33 ---> 9e0f7b5295ae 00:37:33 Step 18/22 : RUN chmod +x entrypoint.sh 00:37:34 Removing intermediate container ae42101f1de6 00:37:34 ---> d0911771b246 00:37:34 Step 15/23 : RUN apk add --update --no-cache zeromq 00:37:34 ---> 7164124c0df7 00:37:34 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:37:34 ---> Running in cd1a085b50cb 00:37:34 ---> 6afb96b00717 00:37:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:34 ---> Running in eea5c664c71b 00:37:34 Removing intermediate container 887b2e75140e 00:37:34 ---> fd27eaa54391 00:37:34 Step 18/21 : CMD ["--init=true"] 00:37:34 ---> Running in 4ac35eb0b131 00:37:34 ---> Running in 1744ab91770d 00:37:35 Removing intermediate container 4ac35eb0b131 00:37:35 ---> b2cab4f99d86 00:37:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:35 Removing intermediate container 1744ab91770d 00:37:35 ---> 0030e01dcbbf 00:37:35 Step 19/21 : LABEL arch=x86_64 00:37:35 ---> 139ee214c62b 00:37:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:35 ---> Running in 7464187e00ac 00:37:35 ---> Running in 699f8655480a 00:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:35 Removing intermediate container 7464187e00ac 00:37:35 ---> d8747e2c2f5a 00:37:35 Step 20/22 : LABEL arch=x86_64 00:37:35 Removing intermediate container 699f8655480a 00:37:35 ---> de1df93114dc 00:37:35 Step 20/21 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:37:35 ---> Running in dc5bb4dba230 00:37:35 ---> Running in db6cff26b2f8 00:37:35 ---> 40269487e34b 00:37:35 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:37:36 ---> Running in d133e70b740b 00:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:36 Removing intermediate container db6cff26b2f8 00:37:36 ---> 3df49c50a87f 00:37:36 Step 21/21 : LABEL version=0.0.0 00:37:36 Removing intermediate container dc5bb4dba230 00:37:36 ---> 0b59c5441eba 00:37:36 Step 21/22 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:37:36 ---> Running in 1813f94c130f 00:37:36 ---> Running in 05c7781ab028 00:37:36 Removing intermediate container cd1a085b50cb 00:37:36 ---> 833daa617f68 00:37:36 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:37:36 ---> Running in 4d4f126cc21c 00:37:36 Removing intermediate container 1813f94c130f 00:37:36 ---> 8f5aa9c187af 00:37:36 Step 22/22 : LABEL version=0.0.0 00:37:36 (1/5) Installing libgcc (9.3.0-r2) 00:37:36 Removing intermediate container 05c7781ab028 00:37:36 ---> f97439469016 00:37:36 00:37:36 (2/5) Installing libsodium (1.0.18-r0) 00:37:36 ---> Running in 4d9458fbe990 00:37:36 Removing intermediate container 6f9bbc6e2fd4 00:37:36 ---> 9fe8016bffde 00:37:36 Successfully built 9fe8016bffde 00:37:36 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:36 (3/5) Installing libstdc++ (9.3.0-r2) 00:37:36 Removing intermediate container 4d4f126cc21c 00:37:36 ---> 1a70f50c860a 00:37:36 Step 20/22 : LABEL arch=x86_64 00:37:36 Successfully built f97439469016 00:37:36 (4/5) Installing libzmq (4.3.3-r0) 00:37:36 ---> Running in 8a1071d1e904 00:37:37 + docker inspect -f . ci-base-image-arm64 00:37:37 . [Pipeline] withDockerContainer 00:37:37 Successfully tagged docker-security-proxy-setup-go:latest 00:37:37  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:37:37 (5/5) Installing zeromq (4.3.3-r0) 00:37:37 Removing intermediate container 4d9458fbe990 00:37:37 ---> 3c8dc74a0952 00:37:37 00:37:37 Executing busybox-1.31.1-r19.trigger 00:37:37 OK: 8 MiB in 19 packages 00:37:37 Successfully built 3c8dc74a0952 00:37:37 prd-ubuntu18.04-docker-arm64-4c-16g-20716 does not seem to be running inside a container 00:37:37 Successfully tagged docker-core-metadata-go:latest 00:37:37 Building docker-support-scheduler-go 00:37:37  Building docker-core-metadata-go ... done Removing intermediate container 8a1071d1e904 00:37:37 ---> 147c7daa8615 00:37:37 Step 21/22 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:37:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@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:37 ---> Running in ed0f954192ea 00:37:37 Removing intermediate container d133e70b740b 00:37:37 ---> 135164e47757 00:37:37 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:37 ---> Running in 169037079e79 00:37:37 Removing intermediate container ed0f954192ea 00:37:37 ---> 6c89df08c900 00:37:37 Step 22/22 : LABEL version=0.0.0 00:37:37 Removing intermediate container eea5c664c71b 00:37:37 ---> 864b3dc535b5 00:37:37 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:37:38 Removing intermediate container 169037079e79 00:37:38 ---> de05d8742132 00:37:38 Step 22/24 : LABEL arch=x86_64 00:37:38 ---> Running in 9c6533c9b51a 00:37:39 $ docker top 6aed6390f23d9b626d5467483db7cba4b09c20aec6697c1127a54840fb52d054 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:40 + go version 00:37:40 go version go1.15.5 linux/arm64 [Pipeline] } 00:37:40 $ docker stop --time=1 6aed6390f23d9b626d5467483db7cba4b09c20aec6697c1127a54840fb52d054 00:37:40 ---> Running in 58956c48ed2c 00:37:41 Removing intermediate container 9c6533c9b51a 00:37:41 ---> d0ba9f3728f5 00:37:41 00:37:41 Successfully built d0ba9f3728f5 00:37:42 $ docker rm -f 6aed6390f23d9b626d5467483db7cba4b09c20aec6697c1127a54840fb52d054 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 00:37:42 Successfully tagged docker-security-bootstrap-redis-go:latest 00:37:42  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:43 + docker inspect -f . ci-base-image-arm64 00:37:43 . [Pipeline] withDockerContainer 00:37:43 ---> 7d370376c503 00:37:43 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:43 prd-ubuntu18.04-docker-arm64-4c-16g-20716 does not seem to be running inside a container 00:37:43 $ 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/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@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:43 Removing intermediate container 58956c48ed2c 00:37:43 ---> abac69f254de 00:37:43 Step 23/24 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:37:44 ---> Running in fa8adb8daa3d 00:37:44 ---> a9a654086bc1 00:37:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:37:45 $ docker top 1d9600d8fcabeea1017e0f6b3c5e6e8bb14a0b769bc86626a437c71663341d3c -eo pid,comm 00:37:45 Removing intermediate container fa8adb8daa3d 00:37:45 ---> fd54cc97d718 00:37:45 Step 24/24 : LABEL version=0.0.0 [Pipeline] { [Pipeline] echo 00:37:45 ========================================================= 00:37:45 [edgeXBuildGoParallel] Running Tests and Build... 00:37:45 ========================================================= [Pipeline] sh 00:37:45 ---> Running in 4fd2caa3a7bd 00:37:46 + make test 00:37:46 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:50 ---> f0ba05df6b62 00:37:50 Step 19/23 : ENTRYPOINT ["/core-data"] 00:37:51 ---> Running in f9314c652b2c 00:37:51 Removing intermediate container 4fd2caa3a7bd 00:37:51 ---> b6a579c1591c 00:37:51 00:37:51 Successfully built b6a579c1591c 00:37:51 Successfully tagged docker-security-secretstore-setup-go:latest 00:37:51 Building docker-core-command-go 00:37:52  Building docker-security-secretstore-setup-go ... done Removing intermediate container f9314c652b2c 00:37:52 ---> 7beba0e8bae2 00:37:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:54 ---> Running in 4738ff4e5d62 00:37:55 Removing intermediate container 4738ff4e5d62 00:37:55 ---> 4aa2d7751650 00:37:55 Step 21/23 : LABEL arch=x86_64 00:37:55 ---> Running in 2a367045a475 00:37:57 Removing intermediate container 2a367045a475 00:37:57 ---> 5a58a04bdcf9 00:37:57 Step 22/23 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:37:57 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:57 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:37:57 ---> be3bda83cefb 00:37:57 Step 3/21 : WORKDIR /edgex-go 00:37:57 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:37:57 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:37:57 ---> be3bda83cefb 00:37:57 Step 3/26 : WORKDIR /edgex-go 00:37:57 ---> Using cache 00:37:57 ---> 60bb60584036 00:37:57 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:57 ---> Using cache 00:37:57 ---> 60bb60584036 00:37:57 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:57 ---> Using cache 00:37:57 ---> Using cache 00:37:57 ---> adee0cdb88c7 00:37:57 Step 5/21 : RUN apk add --update --no-cache make git 00:37:57 ---> adee0cdb88c7 00:37:57 Step 5/26 : RUN apk add --update --no-cache make bash git 00:37:57 ---> Using cache 00:37:57 ---> 0533a36f328f 00:37:57 Step 6/21 : COPY go.mod . 00:37:57 ---> Using cache 00:37:57 ---> 72299a1cc98f 00:37:57 Step 7/21 : RUN go mod download 00:37:57 ---> Using cache 00:37:57 ---> 4856ae852240 00:37:57 Step 8/21 : COPY . . 00:37:58 ---> Using cache 00:37:58 ---> bfb4499dd1a4 00:37:58 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:37:59 ---> Running in 31d4fd02b70e 00:37:59 ---> Running in 86344150b3d5 00:37:59 ---> Running in 208139595c20 00:37:59 Removing intermediate container 86344150b3d5 00:37:59 ---> c096a92a1d0a 00:37:59 Step 23/23 : LABEL version=0.0.0 00:38:01 ---> Running in d4aa3f1788da 00:38:03 Removing intermediate container d4aa3f1788da 00:38:03 ---> fa458f109a55 00:38:03 00:38: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:38:03 Successfully built fa458f109a55 00:38:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:03 Successfully tagged docker-core-data-go:latest 00:38:04  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:04 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:04 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:04 ---> be3bda83cefb 00:38:04 Step 3/24 : WORKDIR /edgex-go 00:38:04 ---> Using cache 00:38:04 ---> 60bb60584036 00:38:04 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:04 ---> Using cache 00:38:04 ---> adee0cdb88c7 00:38:04 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:38:04 OK: 233 MiB in 51 packages 00:38:05 ---> Running in 8c66234f498f 00:38:06 Removing intermediate container 208139595c20 00:38:06 ---> 70caba9ee034 00:38:06 Step 6/26 : COPY go.mod . 00:38:06 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:07 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:08 ---> 6d834304ea2a 00:38:08 Step 7/26 : RUN go mod download 00:38:08 OK: 233 MiB in 51 packages 00:38:08 ---> Running in 7491f19bf8da 00:38:10 Removing intermediate container 8c66234f498f 00:38:10 ---> ae49bac4ede7 00:38:10 Step 6/24 : COPY go.mod . 00:38:10 ---> dbdb38cbbbc5 00:38:10 Step 7/24 : RUN go mod download 00:38:10 ---> Running in 7fb0568efbaa 00:38:12 Removing intermediate container 7491f19bf8da 00:38:12 ---> d5a78262f00c 00:38:12 Step 8/26 : COPY . . 00:38:12 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:38:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:15 ---> be3bda83cefb 00:38:15 Step 3/22 : WORKDIR /edgex-go 00:38:15 ---> Using cache 00:38:15 ---> 60bb60584036 00:38:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:15 ---> Using cache 00:38:15 ---> adee0cdb88c7 00:38:15 Step 5/22 : RUN apk add --update --no-cache make git 00:38:15 ---> Using cache 00:38:15 ---> 0533a36f328f 00:38:15 Step 6/22 : COPY go.mod . 00:38:15 ---> Using cache 00:38:15 ---> 72299a1cc98f 00:38:15 Step 7/22 : RUN go mod download 00:38:15 ---> Using cache 00:38:15 ---> 4856ae852240 00:38:15 Step 8/22 : COPY . . 00:38:15 ---> Using cache 00:38:15 ---> bfb4499dd1a4 00:38:15 Step 9/22 : RUN make cmd/core-command/core-command 00:38:15 Removing intermediate container 7fb0568efbaa 00:38:15 ---> 966c7ccba7bb 00:38:15 Step 8/24 : COPY . . 00:38:15 ---> Running in 32823148e964 00:38:17 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:38:36 Removing intermediate container 31d4fd02b70e 00:38:36 ---> fe282ebd10db 00:38:36 00:38:36 Step 10/21 : FROM scratch 00:38:36 ---> 00:38:36 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:36 ---> Using cache 00:38:36 ---> 7d7874e61631 00:38:36 Step 12/21 : ENV APP_PORT=48085 00:38:36 ---> Running in 04b31e7283bc 00:38:37 Removing intermediate container 04b31e7283bc 00:38:37 ---> 89b48c620f32 00:38:37 Step 13/21 : EXPOSE $APP_PORT 00:38:38 ---> Running in 48f1221be86c 00:38:38 Removing intermediate container 48f1221be86c 00:38:38 ---> da5fde4267d7 00:38:38 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:40 ---> cb0321a30207 00:38:40 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:43 ---> 6804cf5ba552 00:38:43 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:44 Removing intermediate container 32823148e964 00:38:44 ---> 34c6f9de0121 00:38:44 00:38:44 Step 10/22 : FROM scratch 00:38:44 ---> 00:38:44 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:44 ---> 26f8536befb6 00:38:44 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:44 ---> Using cache 00:38:44 ---> 7d7874e61631 00:38:44 Step 12/22 : ENV APP_PORT=48082 00:38:44 ---> 0058053f80b5 00:38:44 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:38:44 ---> Running in 2365717a13bb 00:38:44 ---> Running in a481887422a8 00:38:44 ---> Running in 97035982eb94 00:38:45 ---> 709bdce327c0 00:38:45 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:38:45 ---> Running in 8fbe8822103c 00:38:45 Removing intermediate container a481887422a8 00:38:45 ---> 8fe54e63b6d8 00:38:45 Step 13/22 : EXPOSE $APP_PORT 00:38:45 Removing intermediate container 97035982eb94 00:38:45 ---> 23783f0577a0 00:38:45 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:45 ---> Running in 92a7d384f043 00:38:45 ---> Running in e0cc57ab6d7a 00:38:45 Removing intermediate container 92a7d384f043 00:38:45 ---> a64cb815fc10 00:38:45 Step 14/22 : WORKDIR / 00:38:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:38:45 ---> Running in d1e47b0d9a12 00:38:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:38:45 Removing intermediate container e0cc57ab6d7a 00:38:45 ---> a40bd330abe7 00:38:45 Step 19/21 : LABEL arch=x86_64 00:38:46 ---> Running in 6ee19ebabc28 00:38:46 Removing intermediate container d1e47b0d9a12 00:38:46 ---> 254a13b3fb21 00:38:46 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:38:46 Removing intermediate container 6ee19ebabc28 00:38:46 ---> 827a127ec696 00:38:46 Step 20/21 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:38:46 ---> d93202c0b6cc 00:38:46 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:38:46 ---> Running in 88e5aaf18fbd 00:38:47 Removing intermediate container 88e5aaf18fbd 00:38:47 ---> 1a1504718de4 00:38:47 Step 21/21 : LABEL version=0.0.0 00:38:47 ---> Running in fe04a2c69cbd 00:38:47 ---> b55b5347ba05 00:38:47 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:38:47 Removing intermediate container fe04a2c69cbd 00:38:47 ---> 167a3cc08993 00:38:47 00:38:48 Successfully built 167a3cc08993 00:38:48 Successfully tagged docker-support-scheduler-go:latest 00:38:49  Building docker-support-scheduler-go ... done  ---> 6e358600f7ea 00:38:49 Step 18/22 : ENTRYPOINT ["/core-command"] 00:38:49 ---> Running in 509ee8a4fe50 00:38:51 Removing intermediate container 509ee8a4fe50 00:38:51 ---> 95587a2f78a8 00:38:51 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:51 ---> Running in 3a31aa93ec3d 00:38:51 Removing intermediate container 3a31aa93ec3d 00:38:51 ---> c8513f9a9c74 00:38:51 Step 20/22 : LABEL arch=x86_64 00:38:51 ---> Running in 6582c296cb37 00:38:51 Removing intermediate container 6582c296cb37 00:38:51 ---> ebd26b753bf8 00:38:51 Step 21/22 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:38:51 ---> Running in 2e24e32ab443 00:38:52 Removing intermediate container 2e24e32ab443 00:38:52 ---> 610e4d14f284 00:38:52 Step 22/22 : LABEL version=0.0.0 00:38:52 ---> Running in dbcef3d01c00 00:38:52 Removing intermediate container dbcef3d01c00 00:38:52 ---> 8e69103425ad 00:38:52 00:38:52 Successfully built 8e69103425ad 00:38:53 Successfully tagged docker-core-command-go:latest 00:39:00 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:39:05  Building docker-core-command-go ... done Removing intermediate container 2365717a13bb 00:39:05 ---> 47b84112c72e 00:39:05 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:05 Removing intermediate container 8fbe8822103c 00:39:05 ---> 2e9250083d8f 00:39:05 00:39:05 Step 10/24 : FROM scratch 00:39:05 ---> 00:39:05 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:39:05 ---> Running in d702022e6087 00:39:05 ---> Running in 87049c875961 00:39:05 Removing intermediate container 87049c875961 00:39:05 ---> fde6d8c4065f 00:39:05 Step 12/24 : ENV APP_PORT=48060 00:39:05 ---> Running in 4c627648ae62 00:39:05 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:39:05 Removing intermediate container 4c627648ae62 00:39:05 ---> 5ba0bf1bc6d5 00:39:05 Step 13/24 : EXPOSE $APP_PORT 00:39:05 ---> Running in 9e6e6556ea1c 00:39:05 Removing intermediate container 9e6e6556ea1c 00:39:05 ---> f9b3966ba901 00:39:05 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:39:05 ---> de26a9b8ccfe 00:39:05 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:39:06 Removing intermediate container d702022e6087 00:39:06 ---> d014de66a65c 00:39:06 00:39:06 Step 11/26 : FROM docker:20.10.0 00:39:06 20.10.0: Pulling from library/docker 00:39:06 ---> 78ce35f2cd96 00:39:06 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:39:07 ---> 04082ef73a1a 00:39:07 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:39:08 ---> 8a13c2863dfd 00:39:08 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:39:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:08 ---> 84ebaf5e641a 00:39:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:39:09 ---> 24a8a8a6be25 00:39:09 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:39:09 ---> Running in bf10f1f0395c 00:39:09 Removing intermediate container bf10f1f0395c 00:39:09 ---> 48a5b82d179d 00:39:09 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:09 ---> Running in 134ea75d7083 00:39:09 Removing intermediate container 134ea75d7083 00:39:09 ---> 3e0aa1381ed3 00:39:09 Step 22/24 : LABEL arch=x86_64 00:39:10 ---> Running in 02b6453c7f2c 00:39:10 Removing intermediate container 02b6453c7f2c 00:39:10 ---> bead7f485f55 00:39:10 Step 23/24 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:39:10 ---> Running in 66d53cc4f7a6 00:39:12 Removing intermediate container 66d53cc4f7a6 00:39:12 ---> 6fcec19b8e99 00:39:12 Step 24/24 : LABEL version=0.0.0 00:39:12 ---> Running in a3952590f572 00:39:12 Removing intermediate container a3952590f572 00:39:12 ---> dccb4d3eead1 00:39:12 00:39:12 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:39:12 Successfully built dccb4d3eead1 00:39:12 Status: Downloaded newer image for docker:20.10.0 00:39:12 ---> aefe523efa57 00:39:12 Step 12/26 : RUN apk add --no-cache bash 00:39:12 Successfully tagged docker-support-notifications-go:latest 00:39:12  Building docker-support-notifications-go ... done  ---> Running in 60b1aeb1cb6f 00:39:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:12 (1/2) Installing readline (8.0.4-r0) 00:39:13 (2/2) Installing bash (5.0.17-r0) 00:39:13 Executing bash-5.0.17-r0.post-install 00:39:13 Executing busybox-1.31.1-r19.trigger 00:39:13 OK: 12 MiB in 22 packages 00:39:13 Removing intermediate container 60b1aeb1cb6f 00:39:13 ---> 51027490bb60 00:39:13 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:13 ---> Running in 22aaf6f7e04c 00:39:13 Removing intermediate container 22aaf6f7e04c 00:39:13 ---> c9df1dee22d0 00:39:13 Step 14/26 : ENV APP_PORT=48090 00:39:13 ---> Running in 1ddaefde393d 00:39:14 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:14 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:14 Removing intermediate container 1ddaefde393d 00:39:14 ---> 72532104a1ef 00:39:14 Step 15/26 : EXPOSE $APP_PORT 00:39:14 ---> Running in 821a0f80b506 00:39:14 Removing intermediate container 821a0f80b506 00:39:14 ---> 4a5cd526ee8a 00:39:14 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:14 ---> 2076f7c8ddd9 00:39:14 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:15 ---> 81113e03488b 00:39:15 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:15 ---> 45f42fca892c 00:39:15 Step 19/26 : RUN apk --no-cache add py3-pip 00:39:15 ---> Running in 38d3fd5264f3 00:39:16 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:16 (1/33) Installing libbz2 (1.0.8-r1) 00:39:16 (2/33) Installing expat (2.2.9-r1) 00:39:16 (3/33) Installing libffi (3.3-r2) 00:39:16 (4/33) Installing gdbm (1.13-r1) 00:39:16 (5/33) Installing xz-libs (5.2.5-r0) 00:39:16 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:16 (7/33) Installing python3 (3.8.5-r0) 00:39:17 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:17 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:17 (11/33) Installing py3-six (1.15.0-r0) 00:39:17 (12/33) Installing py3-packaging (20.4-r0) 00:39:17 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:17 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:17 (15/33) Installing py3-idna (2.9-r0) 00:39:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:17 (18/33) Installing py3-requests (2.23.0-r0) 00:39:17 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:17 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:17 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:17 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:17 (24/33) Installing py3-distro (1.5.0-r1) 00:39:17 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:17 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:17 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:17 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:17 (29/33) Installing py3-progress (1.5-r0) 00:39:17 (30/33) Installing py3-toml (0.10.1-r0) 00:39:17 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:18 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:18 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:18 (33/33) Installing py3-pip (20.1.1-r0) 00:39:18 Executing busybox-1.31.1-r19.trigger 00:39:18 OK: 71 MiB in 55 packages 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:24 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:28 Removing intermediate container 38d3fd5264f3 00:39:28 ---> 3e9ef6dc7552 00:39:28 Step 20/26 : RUN pip install docker-compose==1.23.2 00:39:28 ---> Running in 96a29bb5015b 00:39:28 Collecting docker-compose==1.23.2 00:39:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:28 Collecting cached-property<2,>=1.2.0 00:39:28 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:28 Collecting jsonschema<3,>=2.5.1 00:39:28 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:28 Collecting docopt<0.7,>=0.6.1 00:39:28 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:29 Collecting docker<4.0,>=3.6.0 00:39:29 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:29 Collecting websocket-client<1.0,>=0.32.0 00:39:29 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:29 Collecting texttable<0.10,>=0.9.0 00:39:29 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:30 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:39:30 Collecting dockerpty<0.5,>=0.4.1 00:39:30 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:30 Collecting PyYAML<4,>=3.10 00:39:30 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:31 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.237s coverage: 46.6% of statements 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:31 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:32 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:32 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:32 Collecting docker-pycreds>=0.4.0 00:39:32 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:32 Collecting idna<2.8,>=2.5 00:39:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:32 Collecting urllib3<1.25,>=1.21.1 00:39:32 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:32 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:39:32 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:39:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:32 Installing collected packages: cached-property, jsonschema, docopt, docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, dockerpty, PyYAML, docker-compose 00:39:32 Running setup.py install for docopt: started 00:39:33 Running setup.py install for docopt: finished with status 'done' 00:39:33 Attempting uninstall: idna 00:39:33 Found existing installation: idna 2.9 00:39:33 Uninstalling idna-2.9: 00:39:33 Successfully uninstalled idna-2.9 00:39:33 Attempting uninstall: urllib3 00:39:33 Found existing installation: urllib3 1.25.9 00:39:33 Uninstalling urllib3-1.25.9: 00:39:33 Successfully uninstalled urllib3-1.25.9 00:39:33 Attempting uninstall: requests 00:39:33 Found existing installation: requests 2.23.0 00:39:33 Uninstalling requests-2.23.0: 00:39:33 Successfully uninstalled requests-2.23.0 00:39:34 Running setup.py install for texttable: started 00:39:34 Running setup.py install for texttable: finished with status 'done' 00:39:34 Running setup.py install for dockerpty: started 00:39:35 Running setup.py install for dockerpty: finished with status 'done' 00:39:35 Running setup.py install for PyYAML: started 00:39:35 Running setup.py install for PyYAML: finished with status 'done' 00:39:35 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.672s coverage: 27.0% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.097s coverage: 100.0% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.093s coverage: 100.0% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.281s coverage: 67.9% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:39 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.698s coverage: 82.3% of statements 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:39 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:39 Removing intermediate container 96a29bb5015b 00:39:39 ---> 9515a06694a4 00:39:39 Step 21/26 : RUN apk --no-cache add curl 00:39:39 ---> Running in 186448d99769 00:39:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:40 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:39:40 (2/3) Installing libcurl (7.69.1-r3) 00:39:40 (3/3) Installing curl (7.69.1-r3) 00:39:40 Executing busybox-1.31.1-r19.trigger 00:39:40 OK: 72 MiB in 58 packages 00:39:40 Removing intermediate container 186448d99769 00:39:40 ---> bff2372fb741 00:39:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:39:40 ---> Running in 6291cb51ef55 00:39:41 Removing intermediate container 6291cb51ef55 00:39:41 ---> e074227d3577 00:39:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:41 ---> Running in 07fc14f40f4a 00:39:41 Removing intermediate container 07fc14f40f4a 00:39:41 ---> f84c1c8ca539 00:39:41 Step 24/26 : LABEL arch=x86_64 00:39:41 ---> Running in d186d605f827 00:39:41 Removing intermediate container d186d605f827 00:39:41 ---> d18a7b833165 00:39:41 Step 25/26 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:39:41 ---> Running in 6e9a202171e3 00:39:41 Removing intermediate container 6e9a202171e3 00:39:41 ---> dfb6950253b1 00:39:41 Step 26/26 : LABEL version=0.0.0 00:39:41 ---> Running in dbf88c24a723 00:39:41 Removing intermediate container dbf88c24a723 00:39:41 ---> 2e8f6874f80d 00:39:41 00:39:42 Successfully built 2e8f6874f80d 00:39:42 Successfully tagged docker-sys-mgmt-agent-go:latest 00:39:42  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:39:42 $ docker stop --time=1 452edc0721b779cfaf236dc085aa18367b0591df29f3f004abbd39d3df1ed091 00:39:43 $ docker rm -f 452edc0721b779cfaf236dc085aa18367b0591df29f3f004abbd39d3df1ed091 [Pipeline] // withDockerContainer [Pipeline] sh 00:39:44 + docker images 00:39:44 + grep docker 00:39:44 docker-sys-mgmt-agent-go latest 2e8f6874f80d 3 seconds ago 313MB 00:39:44 docker-support-notifications-go latest dccb4d3eead1 33 seconds ago 12MB 00:39:44 docker-core-command-go latest 8e69103425ad 52 seconds ago 10.6MB 00:39:44 docker-support-scheduler-go latest 167a3cc08993 57 seconds ago 10.7MB 00:39:44 docker-core-data-go latest fa458f109a55 About a minute ago 22.3MB 00:39:44 docker-security-secretstore-setup-go latest b6a579c1591c About a minute ago 24.6MB 00:39:44 docker-security-bootstrap-redis-go latest d0ba9f3728f5 2 minutes ago 15.8MB 00:39:44 docker-security-proxy-setup-go latest f97439469016 2 minutes ago 24.4MB 00:39:44 docker-core-metadata-go latest 3c8dc74a0952 2 minutes ago 13.1MB 00:39:44 docker 20.10.0 aefe523efa57 5 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:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.235s coverage: 28.6% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.187s coverage: 100.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.368s coverage: 86.7% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:47 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.349s coverage: 97.5% of statements 00:39:47 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.200s coverage: 78.3% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.404s coverage: 92.8% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.235s coverage: 0.1% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.057s coverage: 100.0% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.124s coverage: 75.5% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.091s coverage: 80.8% of statements 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.166s coverage: 87.2% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.161s coverage: 84.2% of statements 00:40:00 Still waiting to schedule task 00:40:00 Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-20718’ 00:40:01 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.209s coverage: 91.4% of statements 00:40:01 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.671s coverage: 63.5% of statements 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:40:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.069s coverage: 100.0% of statements 00:40:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements 00:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.067s coverage: 100.0% of statements 00:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.087s coverage: 73.7% of statements 00:40:04 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements 00:40:08 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.937s coverage: 68.9% of statements 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:08 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.337s coverage: 37.0% of statements 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.671s coverage: 84.0% of statements 00:40:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.424s coverage: 47.1% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.129s coverage: 100.0% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.111s coverage: 100.0% of statements 00:40:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.345s coverage: 29.1% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.216s coverage: 99.0% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.111s coverage: 100.0% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.073s coverage: 100.0% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.150s coverage: 87.9% of statements 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:23 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements 00:40:23 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 00:40:24 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.085s coverage: 100.0% of statements 00:40:25 GO111MODULE=on go vet ./... 00:41:21 Running on prd-ubuntu18.04-docker-8c-8g-20720 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:41:21 Running in /w/workspace/edgex-go/41 [Pipeline] { [Pipeline] checkout 00:41:23 using credential edgex-jenkins-ssh 00:41:23 Cloning the remote Git repository 00:41:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:23 > git init /w/workspace/edgex-go/41 # timeout=10 00:41:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:23 > git --version # timeout=10 00:41:23 > git --version # 'git version 2.17.1' 00:41:23 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:30 Merging remotes/origin/master commit c2d5dc167efdba7037e3dd944aa45209cd29109f into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:41:31 Merge succeeded, producing cbc8875e30b6f89077a88e5bf2e0401f97f942d9 00:41:31 Checking out Revision cbc8875e30b6f89077a88e5bf2e0401f97f942d9 (PR-2858) 00:41:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:30 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:41:30 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:30 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:41:30 > git config core.sparsecheckout # timeout=10 00:41:30 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:41:31 > git remote # timeout=10 00:41:31 > git config --get remote.origin.url # timeout=10 00:41:31 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:31 > git merge c2d5dc167efdba7037e3dd944aa45209cd29109f # timeout=10 00:41:31 > git rev-parse HEAD^{commit} # timeout=10 00:41:31 > git config core.sparsecheckout # timeout=10 00:41:31 > git checkout -f cbc8875e30b6f89077a88e5bf2e0401f97f942d9 # timeout=10 00:41:33 gofmt -l . 00:41:33 [ "`gofmt -l .`" = "" ] 00:41:34 Commit message: "Merge commit 'c2d5dc167efdba7037e3dd944aa45209cd29109f' into HEAD" 00:41:34 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:41:34 > git rev-list --no-walk eb4c59991f2e53b52f80c0dca868a97fe5a65cfa # timeout=10 00:41:35 + echo snap-build.sh 00:41:35 snap-build.sh 00:41:35 + SNAP_BASE_DIR=. 00:41:35 + '[' '!' -z /w/workspace/edgex-go/41 ']' 00:41:35 + SNAP_BASE_DIR=/w/workspace/edgex-go/41 00:41:35 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/41]' 00:41:35 [snap-build] Building snap in dir [/w/workspace/edgex-go/41] 00:41:35 + cd /w/workspace/edgex-go/41 00:41:35 + sudo apt-get remove -qy --purge lxd lxd-client 00:41:35 Reading package lists... 00:41:36 Building dependency tree... 00:41:36 Reading state information... 00:41:36 The following packages were automatically installed and are no longer required: 00:41:36 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:41:36 uidmap xdelta3 00:41:36 Use 'sudo apt autoremove' to remove them. 00:41:36 The following packages will be REMOVED: 00:41:36 lxd* lxd-client* 00:41:36 ./bin/test-go-mod-tidy.sh 00:41:36 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:41:36 After this operation, 31.7 MB disk space will be freed. 00:41:37 ./bin/test-attribution-txt.sh 00:41:37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) 00:41:37 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:38 Removing lxd dnsmasq configuration [Pipeline] sh 00:41:38 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:41:38 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:41:39 + ls -al . 00:41:39 total 684 00:41:39 drwxrwxr-x 9 1001 1001 4096 Jan 16 00:41 . 00:41:39 drwxr-xr-x 4 root root 4096 Jan 16 00:37 .. 00:41:39 -rw-rw-r-- 1 1001 1001 11 Jan 16 00:36 .dockerignore 00:41:39 drwxrwxr-x 8 1001 1001 4096 Jan 16 00:36 .git 00:41:39 drwxrwxr-x 3 1001 1001 4096 Jan 16 00:36 .github 00:41:39 -rw-rw-r-- 1 1001 1001 824 Jan 16 00:36 .gitignore 00:41:39 -rw-rw-r-- 1 1001 1001 166 Jan 16 00:36 .sonarcloud.properties 00:41:39 -rw-rw-r-- 1 1001 1001 7744 Jan 16 00:36 Attribution.txt 00:41:39 -rw-rw-r-- 1 1001 1001 3804 Jan 16 00:36 CONTRIBUTING.md 00:41:39 -rw-rw-r-- 1 1001 1001 931 Jan 16 00:36 Dockerfile.build 00:41:39 -rw-rw-r-- 1 1001 1001 863 Jan 16 00:36 Jenkinsfile 00:41:39 -rw-rw-r-- 1 1001 1001 10775 Jan 16 00:36 LICENSE 00:41:39 -rw-rw-r-- 1 1001 1001 5750 Jan 16 00:36 Makefile 00:41:39 -rw-rw-r-- 1 1001 1001 6524 Jan 16 00:36 README.md 00:41:39 -rw-rw-r-- 1 1001 1001 6744 Jan 16 00:36 SECURITY.md 00:41:39 -rw-rw-r-- 1 1001 1001 5 Jan 16 00:31 VERSION 00:41:39 -rw-rw-r-- 1 1001 1001 4131 Jan 16 00:36 ZMQWindows.md 00:41:39 drwxrwxr-x 2 1001 1001 4096 Jan 16 00:36 bin 00:41:39 drwxrwxr-x 14 1001 1001 4096 Jan 16 00:36 cmd 00:41:39 -rw-r--r-- 1 root root 550280 Jan 16 00:40 coverage.out 00:41:39 -rw-r--r-- 1 root root 981 Jan 16 00:41 go.mod 00:41:39 -rw-r--r-- 1 root root 19241 Jan 16 00:41 go.sum 00:41:39 drwxrwxr-x 8 1001 1001 4096 Jan 16 00:36 internal 00:41:39 drwxrwxr-x 4 1001 1001 4096 Jan 16 00:36 openapi 00:41:39 drwxrwxr-x 4 1001 1001 4096 Jan 16 00:36 snap 00:41:39 -rw-rw-r-- 1 1001 1001 168 Jan 16 00:36 version.go [Pipeline] sh 00:41:39 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:41:39 + '[' -e coverage.out ] 00:41:39 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:39 Warning: overwriting stash ‘coverage-report’ 00:41:39 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 00:41:39 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:41:41 Stashed 1 file(s) [Pipeline] sh 00:41:41 Processing triggers for systemd (237-3ubuntu10.42) ... 00:41:41 Processing triggers for ureadahead (0.100.0-21) ... 00:41:41 + make build 00:41:41 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:42 + sudo snap remove --purge lxd 00:41:42 snap "lxd" is not installed 00:41:42 + sudo groupadd --force --system lxd 00:41:42 ++ whoami 00:41:42 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:41:42 + newgrp - lxd 00:41:42 + sudo snap install lxd 00:41:52 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:52 2021-01-16T00:41:49Z INFO Waiting for automatic snapd restart... 00:42:07 lxd 4.10 from Canonical* installed 00:42:07 + sudo lxd init --auto 00:42:16 + sudo snap install --classic snapcraft 00:42:18 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:20 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:21 snapcraft 4.4.4 from Canonical* installed 00:42:21 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:42:21 + patch --verbose -p1 00:42:21 Hmm... Looks like a unified diff to me... 00:42:21 The text leading up to this was: 00:42:21 -------------------------- 00:42:21 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:42:21 |From: Tony Espy 00:42:21 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:42:21 |Subject: [PATCH] optimize snap build for pipeline CI check 00:42:21 | 00:42:21 |This patch is used by the EdgeX CI pipeline builds to 00:42:21 |optimize the snap CI check run for pull requests. When 00:42:21 |applied, it essentially strips out everything (apps and 00:42:21 |parts) from the snapcraft.yaml file except those required 00:42:21 |to build edgex-go, as the whole idea of the CI check is to 00:42:21 |catch changes to edgex-go that break the snap build. 00:42:21 | 00:42:21 |In general, anyone updating snapcraft.yaml will also need 00:42:21 |to update this patch file, otherwise it may fail to apply, 00:42:21 |resulting in a failed snap build CI check in the associated 00:42:21 |pull request. 00:42:21 | 00:42:21 |Note - in addition to applying this patch, the pipeline also 00:42:21 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:42:21 |need to build the finally binary .snap file (and it won't 00:42:21 |work with the patch applied). This further reduces the build 00:42:21 |time. 00:42:21 |--- 00:42:21 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:42:21 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:42:21 | 00:42:21 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:42:21 |index 1e537489..faf42425 100644 00:42:21 |--- a/snap/snapcraft.yaml 00:42:21 |+++ b/snap/snapcraft.yaml 00:42:21 -------------------------- 00:42:21 patching file snap/snapcraft.yaml 00:42:21 Using Plan A... 00:42:21 Hunk #1 succeeded at 73. 00:42:21 Hunk #2 succeeded at 202 with fuzz 1. 00:42:21 Hunk #3 succeeded at 214 (offset -3 lines). 00:42:21 Hunk #4 FAILED at 225. 00:42:21 Hunk #5 succeeded at 300 (offset -2 lines). 00:42:21 Hunk #6 succeeded at 327 (offset -2 lines). 00:42:21 Hunk #7 succeeded at 361 (offset -2 lines). 00:42:21 Hunk #8 FAILED at 414. 00:42:21 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:42:21 Hmm... Ignoring the trailing garbage. 00:42:21 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:42:22 Failed in branch amd64 00:42:24 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:26 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:30 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:35 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:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:42:48 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:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 00:42:55 $ docker stop --time=1 1d9600d8fcabeea1017e0f6b3c5e6e8bb14a0b769bc86626a437c71663341d3c 00:42:58 $ docker rm -f 1d9600d8fcabeea1017e0f6b3c5e6e8bb14a0b769bc86626a437c71663341d3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:00 00:43:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:00 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:00 29e5d40040c1: Pulling fs layer 00:43:00 1ce36da41761: Pulling fs layer 00:43:00 25b303627fd3: Pulling fs layer 00:43:00 29e5d40040c1: Verifying Checksum 00:43:00 29e5d40040c1: Download complete 00:43:01 29e5d40040c1: Pull complete 00:43:03 1ce36da41761: Verifying Checksum 00:43:03 1ce36da41761: Download complete 00:43:03 1ce36da41761: Pull complete 00:43:04 25b303627fd3: Verifying Checksum 00:43:04 25b303627fd3: Download complete 00:43:14 25b303627fd3: Pull complete 00:43:14 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:15 prd-ubuntu18.04-docker-arm64-4c-16g-20716 does not seem to be running inside a container 00:43:15 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@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:18 $ docker top 6246015c558433df4bf63a4f3b463d5562b0622fcb670e617b207ccde7b95860 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:19 + docker-compose build --help 00:43:19 + grep parallel 00:43:23 --parallel Build images in parallel. [Pipeline] } 00:43:23 $ docker stop --time=1 6246015c558433df4bf63a4f3b463d5562b0622fcb670e617b207ccde7b95860 00:43:25 $ docker rm -f 6246015c558433df4bf63a4f3b463d5562b0622fcb670e617b207ccde7b95860 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:26 . [Pipeline] withDockerContainer 00:43:27 prd-ubuntu18.04-docker-arm64-4c-16g-20716 does not seem to be running inside a container 00:43:27 $ 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/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@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:28 $ docker top af03588a2e4bc20edf0ea0703ea0ee6855bf4b2bd23a916d2a532c67fd77f480 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:29 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:35 Building docker-core-command-go ... 00:43:35 Building docker-core-data-go ... 00:43:35 Building docker-core-metadata-go ... 00:43:35 Building docker-security-bootstrap-redis-go ... 00:43:35 Building docker-security-proxy-setup-go ... 00:43:35 Building docker-security-secretstore-setup-go ... 00:43:35 Building docker-support-notifications-go ... 00:43:35 Building docker-support-scheduler-go ... 00:43:35 Building docker-sys-mgmt-agent-go ... 00:43:35 Building docker-security-bootstrap-redis-go 00:43:35 Building docker-core-metadata-go 00:43:35 Building docker-core-command-go 00:43:35 Building docker-sys-mgmt-agent-go 00:43:35 Building docker-security-secretstore-setup-go 00:44:43 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:43 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:43 ---> 9fe8016bffde 00:44:43 Step 3/26 : WORKDIR /edgex-go 00:44:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:43 ---> 9fe8016bffde 00:44:43 Step 3/22 : WORKDIR /edgex-go 00:44:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:43 ---> 9fe8016bffde 00:44:43 Step 3/22 : WORKDIR /edgex-go 00:44:43 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:43 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:43 ---> 9fe8016bffde 00:44:43 Step 3/24 : WORKDIR /edgex-go 00:44:43 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:43 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:43 ---> 9fe8016bffde 00:44:43 Step 3/22 : WORKDIR /edgex-go 00:44:48 ---> Running in 8ac0b0df2486 00:44:48 ---> Running in 04905913e4fa 00:44:48 ---> Running in 42bc3f4a32ee 00:44:48 ---> Running in 629a5137052e 00:44:48 ---> Running in 90c2485d3e3c 00:44:48 Removing intermediate container 90c2485d3e3c 00:44:48 ---> fbd407b27988 00:44:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:48 Removing intermediate container 42bc3f4a32ee 00:44:48 ---> b365d9220406 00:44:48 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:48 Removing intermediate container 629a5137052e 00:44:48 ---> c811ba54dc4d 00:44:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:48 Removing intermediate container 04905913e4fa 00:44:48 ---> dc97bcf3f1c3 00:44:48 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:49 Removing intermediate container 8ac0b0df2486 00:44:49 ---> 9b3c960af0d8 00:44:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:49 ---> Running in 8cc1e1cf8d30 00:44:49 ---> Running in e926fff56ef0 00:44:49 ---> Running in 7dc2c54f2b29 00:44:49 ---> Running in 62b2566c8c6b 00:44:49 ---> Running in 7fa1873013d6 00:44:52 Removing intermediate container 8cc1e1cf8d30 00:44:52 ---> df971b6e0676 00:44:52 Step 5/24 : RUN apk add --update --no-cache make git 00:44:53 ---> Running in 8e144738a756 00:44:53 Removing intermediate container e926fff56ef0 00:44:53 ---> cec320b3cc07 00:44:53 Step 5/22 : RUN apk add --update --no-cache make git 00:44:53 Removing intermediate container 7dc2c54f2b29 00:44:53 ---> 5840d7a21e69 00:44:53 Step 5/22 : RUN apk add --update --no-cache make git 00:44:53 ---> Running in ca20ea6bb975 00:44:53 Removing intermediate container 62b2566c8c6b 00:44:53 ---> 1ac5a5f2d40a 00:44:53 Step 5/22 : RUN apk add --update --no-cache make git 00:44:53 ---> Running in d79b9ddac63a 00:44:54 Removing intermediate container 7fa1873013d6 00:44:54 ---> 46e2f9880098 00:44:54 Step 5/26 : RUN apk add --update --no-cache make bash git 00:44:54 ---> Running in 827cc0e6a7b5 00:44:54 ---> Running in 8a2fce902baa 00:44:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:56 OK: 217 MiB in 51 packages 00:44:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:57 OK: 217 MiB in 51 packages 00:44:57 OK: 217 MiB in 51 packages 00:44:58 OK: 217 MiB in 51 packages 00:44:58 OK: 217 MiB in 51 packages 00:44:58 Removing intermediate container 8e144738a756 00:44:58 ---> f73816716acc 00:44:58 Step 6/24 : COPY go.mod . 00:44:59 Removing intermediate container ca20ea6bb975 00:44:59 ---> c9038ac762d8 00:44:59 Step 6/22 : COPY go.mod . 00:44:59 ---> 2941b0903d26 00:44:59 Step 7/24 : RUN go mod download 00:44:59 Removing intermediate container d79b9ddac63a 00:44:59 ---> 22b87aacf7f8 00:44:59 Step 6/22 : COPY go.mod . 00:44:59 ---> Running in 98a19ad4d82d 00:44:59 Removing intermediate container 827cc0e6a7b5 00:44:59 ---> 00fd4530b4cd 00:44:59 Step 6/22 : COPY go.mod . 00:44:59 Removing intermediate container 8a2fce902baa 00:44:59 ---> 382cefb1e6f7 00:44:59 Step 6/26 : COPY go.mod . 00:45:00 ---> 9e19edcd8275 00:45:00 Step 7/22 : RUN go mod download 00:45:00 ---> 81069193507f 00:45:00 Step 7/22 : RUN go mod download 00:45:00 ---> Running in 038bf4f61ac2 00:45:00 ---> Running in 0d07c84feaff 00:45:01 ---> 3d907b95331c 00:45:01 Step 7/26 : RUN go mod download 00:45:01 ---> a8e25cecd01e 00:45:01 Step 7/22 : RUN go mod download 00:45:01 ---> Running in 8e8d9d36bacf 00:45:01 ---> Running in 703a93ec5e78 00:45:03 Removing intermediate container 98a19ad4d82d 00:45:03 ---> 76af3eee089e 00:45:03 Step 8/24 : COPY . . 00:45:05 Removing intermediate container 038bf4f61ac2 00:45:05 ---> 1149bb0e2ed6 00:45:05 Step 8/22 : COPY . . 00:45:06 Removing intermediate container 0d07c84feaff 00:45:06 ---> 6554f29513bf 00:45:06 Step 8/22 : COPY . . 00:45:06 Removing intermediate container 8e8d9d36bacf 00:45:06 ---> a60b29dd3b65 00:45:06 Step 8/26 : COPY . . 00:45:07 Removing intermediate container 703a93ec5e78 00:45:07 ---> 9f2e94e32a76 00:45:07 Step 8/22 : COPY . . 00:45:34 ---> 82d565ca751c 00:45:34 Step 9/22 : RUN make cmd/core-command/core-command 00:45:34 ---> 97f6c2231eb8 00:45:34 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:45:34 ---> 7e515da4c6d5 00:45:34 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:34 ---> 54e89a9b038f 00:45:34 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:45:34 ---> Running in 62065ff21791 00:45:34 ---> 450e66f9641c 00:45:34 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:45:34 ---> Running in e0acbdf2cae8 00:45:34 ---> Running in f82d96df1abd 00:45:34 ---> Running in 523b188dce36 00:45:34 ---> Running in 76e1fb3742aa 00:45:34 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:45:34 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:45:34 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:34 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:45:34 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:46:56 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:14 Removing intermediate container e0acbdf2cae8 00:47:14 ---> aeafd33cfed9 00:47:14 00:47:14 Step 10/22 : FROM alpine:3.12 00:47:14 3.12: Pulling from library/alpine 00:47:14 Removing intermediate container f82d96df1abd 00:47:14 ---> 0136f230d9d1 00:47:14 00:47:14 Step 10/24 : FROM alpine:3.12 00:47:14 3.12: Pulling from library/alpine 00:47:14 Removing intermediate container 523b188dce36 00:47:14 ---> 9af2d78d84cb 00:47:14 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:15 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:15 Status: Downloaded newer image for alpine:3.12 00:47:15 ---> afeebe901d6b 00:47:15 Status: Downloaded newer image for alpine:3.12 00:47:15 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 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 7f4e66e17e29 00:47:15 ---> Running in bd714568b331 00:47:15 ---> Running in 8d785ea15786 00:47:17 Removing intermediate container 62065ff21791 00:47:17 ---> a69fb239d048 00:47:18 00:47:18 Step 10/22 : FROM scratch 00:47:18 ---> 00:47:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:18 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:18 ---> Running in 76869428b5af 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 Removing intermediate container 76869428b5af 00:47:18 ---> 954f66e6d1c6 00:47:18 Step 12/22 : ENV APP_PORT=48082 00:47:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:19 ---> Running in 2866b1c537ab 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 (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 (1/5) Installing ca-certificates (20191127-r4) 00:47:19 Executing ca-certificates-20191127-r4.trigger 00:47:20 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:47:20 (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 OK: 7 MiB in 19 packages 00:47:20 Removing intermediate container 2866b1c537ab 00:47:20 ---> af7e621985ae 00:47:20 Step 13/22 : EXPOSE $APP_PORT 00:47:20 OK: 7 MiB in 19 packages 00:47:20 ---> Running in 7d347edb7e81 00:47:21 Removing intermediate container 7d347edb7e81 00:47:21 ---> 59b74299ee23 00:47:21 Step 14/22 : WORKDIR / 00:47:21 ---> Running in 7b41670ef847 00:47:22 Removing intermediate container 7b41670ef847 00:47:22 ---> 9079b8244765 00:47:22 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:23 Removing intermediate container bd714568b331 00:47:23 ---> bd0f311f0cbf 00:47:23 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:23 ---> Running in 39dbf7b2b97c 00:47:23 Removing intermediate container 7f4e66e17e29 00:47:23 ---> 39f4644ac7a6 00:47:23 00:47:23 Step 11/26 : FROM docker:20.10.0 00:47:23 Removing intermediate container 8d785ea15786 00:47:23 ---> ede97ffe25c1 00:47:23 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:47:23 20.10.0: Pulling from library/docker 00:47:23 ---> 16fe366f3b84 00:47:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:24 ---> Running in 4d9369b28c0d 00:47:24 Removing intermediate container 39dbf7b2b97c 00:47:24 ---> fe77ae5d5b32 00:47:24 Step 13/24 : WORKDIR / 00:47:25 ---> Running in 3eee9664eaee 00:47:25 Removing intermediate container 4d9369b28c0d 00:47:25 ---> a7133f9d4e58 00:47:25 Step 13/22 : WORKDIR / 00:47:26 ---> Running in 293d024e7a4d 00:47:26 ---> 4d7cc55544a2 00:47:26 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:26 Removing intermediate container 3eee9664eaee 00:47:26 ---> 937444e73543 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:27 Removing intermediate container 293d024e7a4d 00:47:27 ---> 84224c4aa6ae 00:47:27 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:28 ---> caa13f8b71b3 00:47:28 Step 18/22 : ENTRYPOINT ["/core-command"] 00:47:28 ---> 7ef13923cf6d 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:28 ---> Running in a10b59db5b5d 00:47:28 ---> aeb4673f3770 00:47:28 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:47:29 Removing intermediate container a10b59db5b5d 00:47:29 ---> 4368ae03bb6d 00:47:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:30 ---> 2aabb38c2219 00:47:30 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:30 ---> Running in a1fb43541770 00:47:30 ---> 5a46ade43ab8 00:47:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:47:30 Removing intermediate container 76e1fb3742aa 00:47:30 ---> 079c26cdb870 00:47:30 00:47:30 Step 10/22 : FROM scratch 00:47:30 ---> 00:47:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:31 ---> Using cache 00:47:31 ---> 954f66e6d1c6 00:47:31 Step 12/22 : ENV APP_PORT=48081 00:47:31 Removing intermediate container a1fb43541770 00:47:31 ---> 5f4546820077 00:47:31 Step 20/22 : LABEL arch=arm64 00:47:31 ---> Running in ce614263a99f 00:47:31 ---> Running in d9a061761b38 00:47:31 ---> eec874a3c4b5 00:47:31 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:32 ---> 888ea8b6440c 00:47:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:47:32 Removing intermediate container ce614263a99f 00:47:32 ---> 784ddf79d0b7 00:47:32 Step 13/22 : EXPOSE $APP_PORT 00:47:33 Removing intermediate container d9a061761b38 00:47:33 ---> Running in 1a66d9afeeef 00:47:33 ---> 9f6ae90fb168 00:47:33 Step 21/22 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:47:33 ---> 8101e9391509 00:47:33 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:33 ---> Running in cc0d3ecbb151 00:47:34 Removing intermediate container 1a66d9afeeef 00:47:34 ---> bbf1be326d53 00:47:34 Step 14/22 : WORKDIR / 00:47:34 ---> 0ad175107ebe 00:47:34 Step 18/22 : RUN chmod +x entrypoint.sh 00:47:34 ---> Running in 342f6134ddca 00:47:34 ---> Running in 8a25b59c2c9a 00:47:34 Removing intermediate container cc0d3ecbb151 00:47:34 ---> 83ced4ca5e3b 00:47:34 Step 22/22 : LABEL version=0.0.0 00:47:35 ---> Running in acd1a0388991 00:47:35 Removing intermediate container 342f6134ddca 00:47:35 ---> b73ec5a306ef 00:47:35 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:47:35 ---> 6a208e52f938 00:47:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:36 Removing intermediate container acd1a0388991 00:47:36 ---> e22814612760 00:47:36 00:47:36 Successfully built e22814612760 00:47:36 ---> 5a2e19342a2c 00:47:36 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:47:37 Successfully tagged docker-core-command-go-arm64:latest 00:47:37  Building docker-core-command-go ... done Building docker-core-data-go 00:47:37 ---> d0b5c007c6cc 00:47:37 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:47:37 ---> Running in b7f66d11ab4a 00:47:37 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:47:37 Status: Downloaded newer image for docker:20.10.0 00:47:37 ---> eeaf43b92773 00:47:37 Step 12/26 : RUN apk add --no-cache bash 00:47:38 ---> Running in e76859cc4924 00:47:38 Removing intermediate container 8a25b59c2c9a 00:47:38 ---> 650301df562a 00:47:38 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:47:39 ---> Running in 68aed6d2971e 00:47:40 ---> dbf7e1b62bde 00:47:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:47:41 Removing intermediate container 68aed6d2971e 00:47:41 ---> 1d3a74ae7f53 00:47:41 Step 20/22 : LABEL arch=arm64 00:47:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:41 ---> Running in 308507eb4e53 00:47:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:41 ---> 63c2b2f13255 00:47:41 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:47:42 (1/2) Installing readline (8.0.4-r0) 00:47:42 (2/2) Installing bash (5.0.17-r0) 00:47:42 Executing bash-5.0.17-r0.post-install 00:47:42 Executing busybox-1.31.1-r19.trigger 00:47:42 OK: 12 MiB in 22 packages 00:47:42 Removing intermediate container b7f66d11ab4a 00:47:42 ---> 1b4000bca29e 00:47:42 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:42 ---> Running in b3c19f099504 00:47:43 ---> Running in efc4499f70a4 00:47:43 Removing intermediate container 308507eb4e53 00:47:43 ---> 3008aae0bdae 00:47:43 Step 21/22 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:47:43 Removing intermediate container b3c19f099504 00:47:43 ---> 33928b8696bd 00:47:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:43 ---> Running in 05d206556f07 00:47:44 ---> Running in abf8827f19b0 00:47:44 Removing intermediate container efc4499f70a4 00:47:44 ---> 1e53df8683ef 00:47:44 Step 22/24 : LABEL arch=arm64 00:47:44 ---> Running in c6cd43ee02dc 00:47:44 Removing intermediate container 05d206556f07 00:47:44 ---> 137a6b215805 00:47:44 Step 22/22 : LABEL version=0.0.0 00:47:44 ---> Running in 6ea02a81fb13 00:47:44 Removing intermediate container abf8827f19b0 00:47:44 ---> 7b1cfb89902a 00:47:44 Step 20/22 : LABEL arch=arm64 00:47:44 Removing intermediate container e76859cc4924 00:47:44 ---> 0c7b8611f40f 00:47:44 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:47:44 Removing intermediate container c6cd43ee02dc 00:47:44 ---> 9d3fb678c9fb 00:47:44 Step 23/24 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:47:45 ---> Running in 93a5044205b6 00:47:45 ---> Running in 72e5d7c00001 00:47:45 ---> Running in 489b59581235 00:47:45 Removing intermediate container 6ea02a81fb13 00:47:45 ---> b075db8bec05 00:47:45 00:47:46 Removing intermediate container 72e5d7c00001 00:47:46 ---> b983c447e144 00:47:46 Step 14/26 : ENV APP_PORT=48090 00:47:46 Removing intermediate container 93a5044205b6 00:47:46 ---> 2989e455b3f3 00:47:46 Step 21/22 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:47:46 Successfully built b075db8bec05 00:47:46 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:47:46 Building docker-support-notifications-go 00:47:46  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 489b59581235 00:47:46 ---> 3ac88d94c8b3 00:47:47 ---> Running in bb04917923fa 00:47:47 Step 24/24 : LABEL version=0.0.0 ---> Running in 3f286ea96d36 00:47:47 00:47:47 ---> Running in c71fb48524c6 00:47:47 Removing intermediate container 3f286ea96d36 00:47:47 ---> fdef77b9b299 00:47:47 Step 22/22 : LABEL version=0.0.0 00:47:47 Removing intermediate container bb04917923fa 00:47:47 ---> d082cf9d0b04 00:47:47 Step 15/26 : EXPOSE $APP_PORT 00:47:47 Removing intermediate container c71fb48524c6 00:47:47 ---> 243ed68f01bc 00:47:47 00:47:47 ---> Running in 6cbf14759331 00:47:47 ---> Running in c3a4f3d4e75b 00:47:48 Successfully built 243ed68f01bc 00:47:48 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:48  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 00:47:49 Removing intermediate container 6cbf14759331 00:47:49 ---> e8ebf250f6b1 00:47:49 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:47:49 Removing intermediate container c3a4f3d4e75b 00:47:49 ---> e98257872ce6 00:47:49 00:47:49 Successfully built e98257872ce6 00:47:49 Successfully tagged docker-core-metadata-go-arm64:latest 00:47:49  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 00:47:50 ---> ca04cd92cb18 00:47:50 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:47:52 ---> e783f2ac29b7 00:47:52 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:47:54 ---> cdbc796e0df3 00:47:54 Step 19/26 : RUN apk --no-cache add py3-pip 00:47:54 ---> Running in 3455bd35282c 00:47:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:56 (1/33) Installing libbz2 (1.0.8-r1) 00:47:56 (2/33) Installing expat (2.2.9-r1) 00:47:56 (3/33) Installing libffi (3.3-r2) 00:47:56 (4/33) Installing gdbm (1.13-r1) 00:47:56 (5/33) Installing xz-libs (5.2.5-r0) 00:47:56 (6/33) Installing sqlite-libs (3.32.1-r0) 00:47:56 (7/33) Installing python3 (3.8.5-r0) 00:47:59 (8/33) Installing py3-appdirs (1.4.4-r1) 00:47:59 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:47:59 (10/33) Installing py3-parsing (2.4.7-r0) 00:47:59 (11/33) Installing py3-six (1.15.0-r0) 00:47:59 (12/33) Installing py3-packaging (20.4-r0) 00:47:59 (13/33) Installing py3-setuptools (47.0.0-r0) 00:47:59 (14/33) Installing py3-chardet (3.0.4-r4) 00:47:59 (15/33) Installing py3-idna (2.9-r0) 00:47:59 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:47:59 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:47:59 (18/33) Installing py3-requests (2.23.0-r0) 00:47:59 (19/33) Installing py3-msgpack (1.0.0-r0) 00:47:59 (20/33) Installing py3-lockfile (0.12.2-r3) 00:47:59 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:47:59 (22/33) Installing py3-colorama (0.4.3-r0) 00:47:59 (23/33) Installing py3-distlib (0.3.0-r0) 00:47:59 (24/33) Installing py3-distro (1.5.0-r1) 00:47:59 (25/33) Installing py3-webencodings (0.5.1-r3) 00:47:59 (26/33) Installing py3-html5lib (1.0.1-r4) 00:47:59 (27/33) Installing py3-pytoml (0.1.21-r0) 00:47:59 (28/33) Installing py3-pep517 (0.8.2-r0) 00:47:59 (29/33) Installing py3-progress (1.5-r0) 00:47:59 (30/33) Installing py3-toml (0.10.1-r0) 00:47:59 (31/33) Installing py3-retrying (1.3.3-r0) 00:47:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:47:59 (33/33) Installing py3-pip (20.1.1-r0) 00:47:59 Executing busybox-1.31.1-r19.trigger 00:47:59 OK: 71 MiB in 55 packages 00:48:12 Removing intermediate container 3455bd35282c 00:48:12 ---> f7d34656b8b0 00:48:12 Step 20/26 : RUN pip install docker-compose==1.23.2 00:48:12 ---> Running in 7b1d44aaa5e0 00:48:16 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:16 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:16 ---> 9fe8016bffde 00:48:16 Step 3/23 : WORKDIR /edgex-go 00:48:16 ---> Using cache 00:48:16 ---> 9b3c960af0d8 00:48:16 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:16 ---> Using cache 00:48:16 ---> 46e2f9880098 00:48:16 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:18 Collecting docker-compose==1.23.2 00:48:18 ---> Running in 27ff7315dbd3 00:48:18 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:48:19 Collecting websocket-client<1.0,>=0.32.0 00:48:19 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:48:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:20 Collecting dockerpty<0.5,>=0.4.1 00:48:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:48:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:21 OK: 217 MiB in 51 packages 00:48:23 Collecting texttable<0.10,>=0.9.0 00:48:23 Downloading texttable-0.9.1.tar.gz (11 kB) 00:48:25 Removing intermediate container 27ff7315dbd3 00:48:25 ---> 40661e01e20e 00:48:25 Step 6/23 : COPY go.mod . 00:48:26 ---> 1a53393c6eff 00:48:26 Step 7/23 : RUN go mod download 00:48:26 Collecting docopt<0.7,>=0.6.1 00:48:26 Downloading docopt-0.6.2.tar.gz (25 kB) 00:48:27 ---> Running in da354b4430ea 00:48:31 Collecting docker<4.0,>=3.6.0 00:48:31 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:48:32 Collecting jsonschema<3,>=2.5.1 00:48:32 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:48:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:48:32 ---> 9fe8016bffde 00:48:32 Step 3/24 : WORKDIR /edgex-go 00:48:32 ---> Using cache 00:48:32 ---> 9b3c960af0d8 00:48:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:32 ---> Using cache 00:48:32 ---> 46e2f9880098 00:48:32 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 00:48:33 ---> Running in 7f35a6925dee 00:48:33 Removing intermediate container da354b4430ea 00:48:33 ---> 77fde7da4653 00:48:33 Step 8/23 : COPY . . 00:48:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:33 ---> 9fe8016bffde 00:48:33 Step 3/21 : WORKDIR /edgex-go 00:48:33 ---> Using cache 00:48:33 ---> 9b3c960af0d8 00:48:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:33 ---> Using cache 00:48:33 ---> 46e2f9880098 00:48:33 Step 5/21 : RUN apk add --update --no-cache make git 00:48:33 ---> Running in 842ccbea0616 00:48:33 Collecting PyYAML<4,>=3.10 00:48:33 Downloading PyYAML-3.13.tar.gz (270 kB) 00:48:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:48:34 ---> 9fe8016bffde 00:48:34 Step 3/21 : WORKDIR /edgex-go 00:48:34 ---> Using cache 00:48:34 ---> 9b3c960af0d8 00:48:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:34 ---> Using cache 00:48:34 ---> 46e2f9880098 00:48:34 Step 5/21 : RUN apk add --update --no-cache make git 00:48:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:35 ---> Running in 56336906c682 00:48:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:36 OK: 217 MiB in 51 packages 00:48:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:37 OK: 217 MiB in 51 packages 00:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:39 OK: 217 MiB in 51 packages 00:48:39 Collecting cached-property<2,>=1.2.0 00:48:39 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:48:39 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:40 Removing intermediate container 7f35a6925dee 00:48:40 ---> 2812d09fb65f 00:48:40 Step 6/24 : COPY go.mod . 00:48:40 Removing intermediate container 842ccbea0616 00:48:40 ---> 68d8c31bf706 00:48:41 Step 6/21 : COPY go.mod . 00:48:41 Removing intermediate container 56336906c682 00:48:41 ---> 6891339aab0f 00:48:41 Step 6/21 : COPY go.mod . 00:48:41 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:48:41 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:48:41 ---> 8f5f1205eef6 00:48:41 Step 7/24 : RUN go mod download 00:48:42 ---> Running in 0166f8198892 00:48:42 Collecting docker-pycreds>=0.4.0 00:48:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:48:42 ---> 1ebfb2686b2d 00:48:42 Step 7/21 : RUN go mod download 00:48:42 ---> Running in 222b161a7332 00:48:42 Collecting idna<2.8,>=2.5 00:48:42 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:48:43 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:43 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:43 ---> 0d16b76649d0 00:48:43 Step 7/21 : RUN go mod download 00:48:43 ---> Running in dbeba712094f 00:48:43 Collecting urllib3<1.25,>=1.21.1 00:48:43 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:48:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:48:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:48:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:48:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:48:45 Installing collected packages: websocket-client, dockerpty, texttable, docopt, idna, urllib3, requests, docker-pycreds, docker, jsonschema, PyYAML, cached-property, docker-compose 00:48:46 Running setup.py install for dockerpty: started 00:48:47 Removing intermediate container 0166f8198892 00:48:47 ---> 7997775577d8 00:48:47 Step 8/24 : COPY . . 00:48:47 Removing intermediate container 222b161a7332 00:48:47 ---> c1d13b0413ca 00:48:47 Step 8/21 : COPY . . 00:48:48 Removing intermediate container dbeba712094f 00:48:48 ---> 975dbe7222ca 00:48:48 Step 8/21 : COPY . . 00:48:49 Running setup.py install for dockerpty: finished with status 'done' 00:48:49 Running setup.py install for texttable: started 00:48:51 Running setup.py install for texttable: finished with status 'done' 00:48:51 Running setup.py install for docopt: started 00:48:54 Running setup.py install for docopt: finished with status 'done' 00:48:54 Attempting uninstall: idna 00:48:54 Found existing installation: idna 2.9 00:48:54 Uninstalling idna-2.9: 00:48:54 Successfully uninstalled idna-2.9 00:48:55 Attempting uninstall: urllib3 00:48:55 Found existing installation: urllib3 1.25.9 00:48:55 Uninstalling urllib3-1.25.9: 00:48:55 ---> f4f900fabd1e 00:48:55 Step 9/23 : RUN make cmd/core-data/core-data 00:48:55 Successfully uninstalled urllib3-1.25.9 00:48:57 Attempting uninstall: requests 00:48:57 Found existing installation: requests 2.23.0 00:48:57 Uninstalling requests-2.23.0: 00:48:58 Successfully uninstalled requests-2.23.0 00:48:58 ---> Running in e1bb19a95c25 00:49:00 Running setup.py install for PyYAML: started 00:49:00 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:49:03 Running setup.py install for PyYAML: finished with status 'done' 00:49:04 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:16 Removing intermediate container 7b1d44aaa5e0 00:49:16 ---> 8cc3a2a8a3b2 00:49:16 Step 21/26 : RUN apk --no-cache add curl 00:49:16 ---> Running in 58a79d312621 00:49:18 ---> 61e6afe2a403 00:49:18 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:49:19 ---> Running in eb696bb90744 00:49:19 ---> 11dc3ef887a1 00:49:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:49:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:19 ---> Running in 3db440284ffc 00:49:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:20 ---> 834f6fd8b435 00:49:20 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:49:20 ---> Running in f364bbd39e94 00:49:20 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:49:20 (2/3) Installing libcurl (7.69.1-r3) 00:49:20 (3/3) Installing curl (7.69.1-r3) 00:49:20 Executing busybox-1.31.1-r19.trigger 00:49:20 OK: 71 MiB in 58 packages 00:49:21 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:49:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:49:23 Removing intermediate container 58a79d312621 00:49:23 ---> 656a98430d1e 00:49:23 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"]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:23 00:49:23 ---> Running in 26a9910457c6 00:49:24 Removing intermediate container 26a9910457c6 00:49:24 ---> ed21571355e7 00:49:24 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:24 ---> Running in 4eec1518a433 00:49:25 Removing intermediate container 4eec1518a433 00:49:25 ---> 9fd55e368a03 00:49:25 Step 24/26 : LABEL arch=arm64 00:49:25 ---> Running in f901699ca309 00:49:26 Removing intermediate container f901699ca309 00:49:26 ---> 2b17ce283a43 00:49:26 Step 25/26 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:49:26 ---> Running in 1456d7ff27ba 00:49:26 Removing intermediate container 1456d7ff27ba 00:49:26 ---> 9f5bcf00e8fa 00:49:26 Step 26/26 : LABEL version=0.0.0 00:49:27 ---> Running in 94a342e08605 00:49:27 Removing intermediate container 94a342e08605 00:49:27 ---> 8abf25d4521f 00:49:27 00:49:28 Successfully built 8abf25d4521f 00:49:28 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:37  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:48 Removing intermediate container 3db440284ffc 00:50:48 ---> 0c67341778f2 00:50:48 00:50:48 Step 10/21 : FROM alpine:3.12 00:50:48 ---> afeebe901d6b 00:50:48 Step 11/21 : RUN apk add --update --no-cache curl 00:50:48 Removing intermediate container eb696bb90744 00:50:48 ---> 91d9bbbe1630 00:50:48 00:50:48 Step 10/24 : FROM scratch 00:50:48 ---> 00:50:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:50:48 Removing intermediate container f364bbd39e94 00:50:48 ---> 05bcd7f7e7b2 00:50:48 00:50:48 Step 10/21 : FROM scratch 00:50:48 ---> 00:50:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:48 ---> Using cache 00:50:48 ---> 954f66e6d1c6 00:50:48 Step 12/21 : ENV APP_PORT=48085 00:50:48 ---> Running in a96926097576 00:50:48 ---> Running in 7dc8e60e5102 00:50:48 ---> Running in f75db2198a74 00:50:48 Removing intermediate container a96926097576 00:50:48 ---> 8a070230a6c0 00:50:48 Step 12/24 : ENV APP_PORT=48060 00:50:48 Removing intermediate container f75db2198a74 00:50:48 ---> 5238e8ee00fe 00:50:48 Step 13/21 : EXPOSE $APP_PORT 00:50:48 ---> Running in 27b3561778bb 00:50:48 ---> Running in ca66ce20c02f 00:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:48 Removing intermediate container e1bb19a95c25 00:50:48 ---> 9b756c4eb350 00:50:48 00:50:48 Step 10/23 : FROM alpine:3.12 00:50:48 ---> afeebe901d6b 00:50:48 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:48 Removing intermediate container 27b3561778bb 00:50:48 ---> 1b2c00c7ede1 00:50:48 Step 13/24 : EXPOSE $APP_PORT 00:50:49 ---> Running in 130d9a33e7c5 00:50:49 ---> Running in b1106d9ece71 00:50:49 Removing intermediate container ca66ce20c02f 00:50:49 ---> a553d8e37206 00:50:49 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:49 (1/4) Installing ca-certificates (20191127-r4) 00:50:49 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:50:49 (3/4) Installing libcurl (7.69.1-r3) 00:50:49 (4/4) Installing curl (7.69.1-r3) 00:50:49 Executing busybox-1.31.1-r19.trigger 00:50:49 Executing ca-certificates-20191127-r4.trigger 00:50:49 Removing intermediate container 130d9a33e7c5 00:50:49 ---> 7bb53c9ad98b 00:50:49 Step 12/23 : ENV APP_PORT=48080 00:50:50 OK: 7 MiB in 18 packages 00:50:50 Removing intermediate container b1106d9ece71 00:50:50 ---> 4544473e2ce6 00:50:50 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:50:50 ---> 12e5964cfee9 00:50:50 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:50 ---> Running in 26ec8592972c 00:50:50 Removing intermediate container 26ec8592972c 00:50:50 ---> d3db943278eb 00:50:50 Step 13/23 : EXPOSE $APP_PORT 00:50:50 ---> 192371fa4277 00:50:50 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:50:51 ---> Running in 377eadb418e4 00:50:51 ---> 96bb9644a105 00:50:51 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:51 Removing intermediate container 7dc8e60e5102 00:50:51 ---> 25ae5596e8bc 00:50:51 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:50:52 Removing intermediate container 377eadb418e4 00:50:52 ---> 098d6a5f9f1b 00:50:52 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:52 ---> Running in a3394a157a4f 00:50:52 ---> Running in bc8cb52d29bd 00:50:52 ---> 42af1ba0a473 00:50:52 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:50:52 ---> dad0a88ee0e3 00:50:52 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:50:52 ---> Running in 98fa4ae2549d 00:50:52 Removing intermediate container a3394a157a4f 00:50:52 ---> 2f28b8fe6180 00:50:52 Step 13/21 : WORKDIR /edgex 00:50:52 ---> Running in 17bbceaf3053 00:50:53 Removing intermediate container 98fa4ae2549d 00:50:53 ---> f8de8a6085ab 00:50:53 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:53 ---> Running in a585aa82570f 00:50:53 Removing intermediate container 17bbceaf3053 00:50:53 ---> d4aa37884073 00:50:53 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:50:53 ---> 61cf32e82e10 00:50:53 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 00:50:54 Removing intermediate container a585aa82570f 00:50:54 ---> 1f8d9e79b14f 00:50:54 Step 19/21 : LABEL arch=arm64 00:50:54 ---> Running in d0ff49da9377 00:50:54 ---> 89b9954c5b7d 00:50:54 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:50:54 ---> 73fe7221b933 00:50:54 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:50:54 Removing intermediate container d0ff49da9377 00:50:54 ---> ad709b609fdc 00:50:54 Step 20/21 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:50:55 ---> Running in 29748a0fcf87 00:50:55 Removing intermediate container bc8cb52d29bd 00:50:55 ---> 5363a824e53d 00:50:55 Step 15/23 : RUN apk add --update --no-cache zeromq 00:50:55 ---> Running in 5d6b1f479550 00:50:56 ---> b364d7d0b061 00:50:56 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:50:56 Removing intermediate container 29748a0fcf87 00:50:56 ---> 4f50496d4787 00:50:56 Step 21/21 : LABEL version=0.0.0 00:50:56 ---> 8be4f7dfe633 00:50:56 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:50:56 ---> Running in 9abaf576ebec 00:50:57 Removing intermediate container 9abaf576ebec 00:50:57 ---> 6ba0aa06b8f4 00:50:57 00:50:57 ---> 108ec822bcf4 00:50:57 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:50:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:57 ---> 18acd0517a46 00:50:57 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:50:57 Successfully built 6ba0aa06b8f4 00:50:57 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:57  Building docker-support-scheduler-go ... done  ---> Running in 54ae80b28f06 00:50:57 ---> Running in 47ff0fe66ab3 00:50:58 Removing intermediate container 47ff0fe66ab3 00:50:58 ---> 989057670ebc 00:50:58 Step 18/21 : CMD ["--init=true"] 00:50:58 Removing intermediate container 54ae80b28f06 00:50:58 ---> 71e49f080c4d 00:50:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:58 ---> Running in 6c9e3d6c8a1c 00:50:58 ---> Running in e4498c7616d0 00:50:58 Removing intermediate container e4498c7616d0 00:50:58 ---> b58bb33c74cc 00:50:58 Step 19/21 : LABEL arch=arm64 00:50:58 Removing intermediate container 6c9e3d6c8a1c 00:50:58 ---> 919531694ef4 00:50:58 Step 22/24 : LABEL arch=arm64 00:50:58 (1/5) Installing libgcc (9.3.0-r2) 00:50:58 ---> Running in da8140dc81f1 00:50:58 ---> Running in 79a341e78c8b 00:50:58 (2/5) Installing libsodium (1.0.18-r0) 00:50:59 (3/5) Installing libstdc++ (9.3.0-r2) 00:50:59 (4/5) Installing libzmq (4.3.3-r0) 00:50:59 Removing intermediate container 79a341e78c8b 00:50:59 ---> 84dfda10e455 00:50:59 Step 20/21 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:50:59 Removing intermediate container da8140dc81f1 00:50:59 ---> 5e9bcf0784f7 00:50:59 Step 23/24 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:50:59 (5/5) Installing zeromq (4.3.3-r0) 00:50:59 Executing busybox-1.31.1-r19.trigger 00:50:59 OK: 8 MiB in 19 packages 00:50:59 ---> Running in e2b2e53c2af4 00:50:59 ---> Running in a571f71c3d30 00:51:00 Removing intermediate container a571f71c3d30 00:51:00 ---> d2acd9f90cf7 00:51:00 Step 21/21 : LABEL version=0.0.0 00:51:00 Removing intermediate container e2b2e53c2af4 00:51:00 ---> c5358801fc66 00:51:00 Step 24/24 : LABEL version=0.0.0 00:51:00 ---> Running in 1d2686f1c198 00:51:00 ---> Running in 5b586d4e9124 00:51:00 Removing intermediate container 1d2686f1c198 00:51:00 ---> 6eb85fb68e53 00:51:00 00:51:01 Removing intermediate container 5b586d4e9124 00:51:01 Removing intermediate container 5d6b1f479550 00:51:01 ---> 55b1d76fdc63 00:51:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:01 ---> 0fa654ade092 00:51:01 00:51:01 Successfully built 6eb85fb68e53 00:51:01 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:51:01  Building docker-security-proxy-setup-go ... done Successfully built 0fa654ade092 00:51:01 Successfully tagged docker-support-notifications-go-arm64:latest 00:51:01  Building docker-support-notifications-go ... done  ---> 11471c50b3ee 00:51:01 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:51:03 ---> 92ef3ff12861 00:51:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:51:04 ---> 4d3c6982f18d 00:51:04 Step 19/23 : ENTRYPOINT ["/core-data"] 00:51:04 ---> Running in a1b63f256c8a 00:51:04 Removing intermediate container a1b63f256c8a 00:51:04 ---> fe47cfad1866 00:51:04 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:04 ---> Running in dd1a0c574c75 00:51:04 Removing intermediate container dd1a0c574c75 00:51:04 ---> e2a729a6524f 00:51:04 Step 21/23 : LABEL arch=arm64 00:51:05 ---> Running in 7eaab62d0c4e 00:51:05 Removing intermediate container 7eaab62d0c4e 00:51:05 ---> a7f058561e06 00:51:05 Step 22/23 : LABEL git_sha=c3b36e1b877475d0e12c8a17be8f4c558acd2d9e 00:51:05 ---> Running in 22d8a2cfb8d9 00:51:06 Removing intermediate container 22d8a2cfb8d9 00:51:06 ---> 125a92b07f4d 00:51:06 Step 23/23 : LABEL version=0.0.0 00:51:06 ---> Running in 90ba4df1a023 00:51:06 Removing intermediate container 90ba4df1a023 00:51:06 ---> bf391a3beb47 00:51:06 00:51:07 Successfully built bf391a3beb47 00:51:07 Successfully tagged docker-core-data-go-arm64:latest 00:51:07  Building docker-core-data-go ... done  [Pipeline] } 00:51:07 $ docker stop --time=1 af03588a2e4bc20edf0ea0703ea0ee6855bf4b2bd23a916d2a532c67fd77f480 00:51:09 $ docker rm -f af03588a2e4bc20edf0ea0703ea0ee6855bf4b2bd23a916d2a532c67fd77f480 [Pipeline] // withDockerContainer [Pipeline] sh 00:51:10 + docker images 00:51:10 + grep docker 00:51:10 docker-core-data-go-arm64 latest bf391a3beb47 4 seconds ago 21MB 00:51:10 docker-support-notifications-go-arm64 latest 0fa654ade092 10 seconds ago 11.4MB 00:51:10 docker-security-proxy-setup-go-arm64 latest 6eb85fb68e53 10 seconds ago 23.2MB 00:51:10 docker-support-scheduler-go-arm64 latest 6ba0aa06b8f4 14 seconds ago 10MB 00:51:10 docker-sys-mgmt-agent-go-arm64 latest 8abf25d4521f About a minute ago 300MB 00:51:10 docker-core-metadata-go-arm64 latest e98257872ce6 3 minutes ago 12.3MB 00:51:10 docker-security-secretstore-setup-go-arm64 latest 243ed68f01bc 3 minutes ago 23.4MB 00:51:10 docker-security-bootstrap-redis-go-arm64 latest b075db8bec05 3 minutes ago 15.1MB 00:51:10 docker-core-command-go-arm64 latest e22814612760 3 minutes ago 9.98MB 00:51:10 docker 20.10.0 eeaf43b92773 5 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:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:51:15 ---> package-listing.sh 00:51:15 ++ facter osfamily 00:51:15 ++ tr '[:upper:]' '[:lower:]' 00:51:15 + OS_FAMILY=redhat 00:51:15 + workspace=/w/workspace/edgex-go/41 00:51:15 + START_PACKAGES=/tmp/packages_start.txt 00:51:15 + END_PACKAGES=/tmp/packages_end.txt 00:51:15 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:51:15 + PACKAGES=/tmp/packages_start.txt 00:51:15 + '[' /w/workspace/edgex-go/41 ']' 00:51:15 + PACKAGES=/tmp/packages_end.txt 00:51:15 + case "${OS_FAMILY}" in 00:51:15 + rpm -qa 00:51:15 + sort 00:51:20 + '[' -f /tmp/packages_start.txt ']' 00:51:20 + '[' -f /tmp/packages_end.txt ']' 00:51:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:51:20 + '[' /w/workspace/edgex-go/41 ']' 00:51:20 + mkdir -p /w/workspace/edgex-go/41/archives/ 00:51:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/41/archives/ [Pipeline] echo 00:51:20 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/41/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:51:21 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:51:21 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:21 00:51:21 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:51:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:21 alpine: Pulling from edgex-lftools-log-publisher 00:51:21 df20fa9351a1: Pulling fs layer 00:51:21 36b3adc4ff6f: Pulling fs layer 00:51:21 8ad3a11d3b57: Pulling fs layer 00:51:21 46f8f816bc3b: Pulling fs layer 00:51:21 93b61091891f: Pulling fs layer 00:51:21 93b9cdb0e59b: Pulling fs layer 00:51:21 5e14af77c1be: Pulling fs layer 00:51:21 01666e4c0597: Pulling fs layer 00:51:21 aa168da1d23b: Pulling fs layer 00:51:21 46f8f816bc3b: Waiting 00:51:21 93b61091891f: Waiting 00:51:21 93b9cdb0e59b: Waiting 00:51:21 5e14af77c1be: Waiting 00:51:21 01666e4c0597: Waiting 00:51:21 aa168da1d23b: Waiting 00:51:21 36b3adc4ff6f: Verifying Checksum 00:51:21 36b3adc4ff6f: Download complete 00:51:22 46f8f816bc3b: Verifying Checksum 00:51:22 46f8f816bc3b: Download complete 00:51:22 df20fa9351a1: Download complete 00:51:22 93b9cdb0e59b: Verifying Checksum 00:51:22 93b9cdb0e59b: Download complete 00:51:22 5e14af77c1be: Verifying Checksum 00:51:22 5e14af77c1be: Download complete 00:51:22 93b61091891f: Download complete 00:51:22 01666e4c0597: Verifying Checksum 00:51:22 01666e4c0597: Download complete 00:51:22 df20fa9351a1: Pull complete 00:51:22 36b3adc4ff6f: Pull complete 00:51:22 8ad3a11d3b57: Download complete 00:51:23 8ad3a11d3b57: Pull complete 00:51:23 46f8f816bc3b: Pull complete 00:51:24 aa168da1d23b: Verifying Checksum 00:51:24 aa168da1d23b: Download complete 00:51:26 93b61091891f: Pull complete 00:51:26 93b9cdb0e59b: Pull complete 00:51:26 5e14af77c1be: Pull complete 00:51:26 01666e4c0597: Pull complete 00:51:34 aa168da1d23b: Pull complete 00:51:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:51:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:51:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:51:34 prd-centos7-docker-4c-2g-20709 does not seem to be running inside a container 00:51:34 $ 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/41/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/41 -v /w/workspace/edgex-go/41:/w/workspace/edgex-go/41:rw,z -v /w/workspace/edgex-go/41@tmp:/w/workspace/edgex-go/41@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:38 $ docker top ea7cfd6d22e61217c22e3cc52e3b7727e09fccc0e177ce28c9c7598ab66e722f -eo pid,comm [Pipeline] { [Pipeline] sh 00:51:39 + touch /tmp/pre-build-complete [Pipeline] sh 00:51:39 + mkdir -p /var/log/sa [Pipeline] sh 00:51:39 + ls /var/log/sa-host 00:51:39 + sadf -c /var/log/sa-host/sa16 00:51:39 file_magic: OK 00:51:39 HZ: Using current value: 100 00:51:39 file_header: OK 00:51:39 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:39 Statistics: 00:51:39 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:39 File successfully converted to sysstat format version 12.2.1 00:51:39 + sadf -c /var/log/sa-host/sa23 00:51:39 file_magic: OK 00:51:39 HZ: Using current value: 100 00:51:39 file_header: OK 00:51:39 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:39 Statistics: 00:51:39 Hnuu...uuuununununu... 00:51:39 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:51:40 provisioning config files... 00:51:40 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/41@tmp/config7098069682865219724tmp [Pipeline] { [Pipeline] echo 00:51:40 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:51:40 ---> create-netrc.sh [Pipeline] } 00:51:40 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:51:40 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:51:40 ---> python-tools-install.sh [Pipeline] echo 00:51:40 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:51:41 ---> sudo-logs.sh 00:51:41 Archiving 'sudo' log.. [Pipeline] echo 00:51:41 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:51:41 ---> job-cost.sh 00:51:41 lf-activate-venv: SKIPPING 00:51:41 INFO: No Stack... 00:51:42 INFO: Retrieving Pricing Info for: v1-standard-2 00:51:43 INFO: Archiving Costs [Pipeline] echo 00:51:43 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:51:43 ---> logs-deploy.sh 00:51:43 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/41 00:51:43 INFO: archiving workspace using pattern(s): 00:51:44 Archives upload complete. 00:51:44 INFO: archiving logs to Nexus