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 ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d+ea5d7be70bf78d25df2f442b65fefbdc258c073e (1815584b0a1e47e3e2520abd40b3ab3e0141db4f) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@a0a4852ea43f8cb2a740401713355780602d9fc2 Attempting to resolve a0a4852ea43f8cb2a740401713355780602d9fc2 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 Could not find a0a4852ea43f8cb2a740401713355780602d9fc2 in remote references. Pulling heads to local for deep search... > 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/pull/*:refs/remotes/origin/pr/* # timeout=10 > git rev-parse a0a4852ea43f8cb2a740401713355780602d9fc2^{commit} # timeout=10 > git branch -a -v --no-abbrev --contains a0a4852ea43f8cb2a740401713355780602d9fc2 # timeout=10 Selected match: pr/264/merge revision a0a4852ea43f8cb2a740401713355780602d9fc2 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 without 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 --no-tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a0a4852ea43f8cb2a740401713355780602d9fc2 (pr/264/merge) > git config core.sparsecheckout # timeout=10 > git checkout -f a0a4852ea43f8cb2a740401713355780602d9fc2 # timeout=10 Commit message: "feat(snap): Use new native build script" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:false, 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: false SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-13611 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ea5d7be70bf78d25df2f442b65fefbdc258c073e into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d Merge succeeded, producing 67887218c7d024fac04a160424dde9a372b97d38 Checking out Revision 67887218c7d024fac04a160424dde9a372b97d38 (PR-2898) > git config core.sparsecheckout # timeout=10 > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # 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 ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 67887218c7d024fac04a160424dde9a372b97d38 # timeout=10 Commit message: "Merge commit 'ea5d7be70bf78d25df2f442b65fefbdc258c073e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:10 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:10 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:11 ========================================================= 00:30:11 EdgeX Global Pipelines Version Info 00:30:11 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3758903d774cea31f1c2ace130b3712dedad29a7 # timeout=10 00:30:12 ------------------- 00:30:12 stable info: 00:30:12 ------------------- 00:30:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:12 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 00:30:12 Message: update stable to v1.0.167 00:30:13 ------------------- 00:30:13 experimental info: 00:30:13 ------------------- 00:30:13 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:13 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 00:30:13 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:13 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:14 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:15 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2898 [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2898 [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2898 [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 67887218c7d024fac04a160424dde9a372b97d38 [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6788721 [Pipeline] echo 00:30:16 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:16 provisioning config files... 00:30:16 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config1059241982202575921tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:17 ---> docker-login.sh 00:30:17 nexus3.edgexfoundry.org:10001 00:30:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:17 Configure a credential helper to remove this warning. See 00:30:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:17 00:30:17 Login Succeeded 00:30:17 nexus3.edgexfoundry.org:10002 00:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:18 Configure a credential helper to remove this warning. See 00:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:18 00:30:18 Login Succeeded 00:30:18 nexus3.edgexfoundry.org:10003 00:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:18 Configure a credential helper to remove this warning. See 00:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:18 00:30:18 Login Succeeded 00:30:18 nexus3.edgexfoundry.org:10004 00:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:18 Configure a credential helper to remove this warning. See 00:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:18 00:30:18 Login Succeeded 00:30:18 docker.io 00:30:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:18 Configure a credential helper to remove this warning. See 00:30:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:18 00:30:18 Login Succeeded 00:30:18 ---> docker-login.sh ends [Pipeline] } 00:30:18 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:19 ++ 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-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/core-command/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo core-command,cmd/core-command/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/core-data/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo core-data,cmd/core-data/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/core-metadata/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/security-secrets-setup/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/support-logging/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo support-logging,cmd/support-logging/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/support-notifications/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/support-scheduler/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:19 + for file in '`ls cmd/**/Dockerfile`' 00:30:19 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:19 ++ cut -d/ -f2 00:30:19 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:19 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-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/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:30:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:20 00:30:20 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:21 latest: Pulling from edgex-devops/git-semver 00:30:21 31603596830f: Pulling fs layer 00:30:21 2a8b12db71e7: Pulling fs layer 00:30:21 6ca5941a6612: Pulling fs layer 00:30:21 ecc8261a40a4: Pulling fs layer 00:30:21 ecc8261a40a4: Waiting 00:30:21 2a8b12db71e7: Verifying Checksum 00:30:21 2a8b12db71e7: Download complete 00:30:21 31603596830f: Verifying Checksum 00:30:21 31603596830f: Download complete 00:30:21 ecc8261a40a4: Verifying Checksum 00:30:21 ecc8261a40a4: Download complete 00:30:21 6ca5941a6612: Verifying Checksum 00:30:21 6ca5941a6612: Download complete 00:30:21 31603596830f: Pull complete 00:30:21 2a8b12db71e7: Pull complete 00:30:22 6ca5941a6612: Pull complete 00:30:23 ecc8261a40a4: Pull complete 00:30:23 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:23 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:23 prd-centos7-docker-4c-2g-13611 does not seem to be running inside a container 00:30:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:25 $ docker top d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:26 [ssh-agent] Looking for ssh-agent implementation... 00:30:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:26 $ docker exec d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 ssh-agent 00:30:26 SSH_AUTH_SOCK=/tmp/ssh-9zb6S9cfZd6s/agent.11 00:30:26 SSH_AGENT_PID=16 00:30:26 Running ssh-add (command line suppressed) 00:30:26 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7673204096953881262.key (/w/workspace/edgex-go/3@tmp/private_key_7673204096953881262.key) 00:30:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:27 + git tag --points-at HEAD [Pipeline] } 00:30:27 $ docker exec --env ******** --env ******** d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 ssh-agent -k 00:30:27 unset SSH_AUTH_SOCK; 00:30:27 unset SSH_AGENT_PID; 00:30:27 echo Agent pid 16 killed; 00:30:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:27 [ssh-agent] Looking for ssh-agent implementation... 00:30:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:27 $ docker exec d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 ssh-agent 00:30:28 SSH_AUTH_SOCK=/tmp/ssh-kYAlqyO8eL9C/agent.47 00:30:28 SSH_AGENT_PID=52 00:30:28 Running ssh-add (command line suppressed) 00:30:28 Identity added: /w/workspace/edgex-go/3@tmp/private_key_5598415340681755136.key (/w/workspace/edgex-go/3@tmp/private_key_5598415340681755136.key) 00:30:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:28 + git semver init 00:30:28 # -> Open(): unable to determine branch for HEAD 00:30:28 # $GIT_DIR = /w/workspace/edgex-go/3/.git 00:30:28 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 00:30:28 # $SEMVER_REMOTE_NAME = origin 00:30:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:28 # $SEMVER_USER_NAME = edgex-jenkins 00:30:28 # $SEMVER_BRANCH = PR-2898 00:30:28 # $SEMVER_TEMP = /tmp/semver-101217087 00:30:28 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:30:50 # '/tmp/semver-101217087' -> '/w/workspace/edgex-go/3/.semver' 00:30:50 # -> Force: false 00:30:50 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 00:30:50 $ docker exec --env ******** --env ******** d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 ssh-agent -k 00:30:50 unset SSH_AUTH_SOCK; 00:30:50 unset SSH_AGENT_PID; 00:30:50 echo Agent pid 52 killed; 00:30:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:51 + git semver [Pipeline] } 00:30:51 $ docker stop --time=1 d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 00:30:53 $ docker rm -f d7faa4767f08e552def17ac79d4aabe3d5ea857332417ce6a278a02035f6de04 [Pipeline] // withDockerContainer [Pipeline] sh 00:30:53 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:30:54 Stashed 1 file(s) [Pipeline] echo 00:30:54 [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:30:55 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:30:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:30:56 + sudo service docker restart 00:30:56 + true 00:30:56 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:30:56 ========================================================= 00:30:56 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:30:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:30:57 + 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:31:01 Sending build context to Docker daemon 326MB 00:31:01 Step 1/7 : ARG BASE=golang:1.15-alpine 00:31:01 Step 2/7 : FROM ${BASE} 00:31:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:01 df20fa9351a1: Pulling fs layer 00:31:01 ed8968b2872e: Pulling fs layer 00:31:01 a92cc7c5fd73: Pulling fs layer 00:31:01 e871e8e8d7a9: Pulling fs layer 00:31:01 e73272ec9a57: Pulling fs layer 00:31:01 1e910a182e73: Pulling fs layer 00:31:01 4e634b169226: Pulling fs layer 00:31:01 e871e8e8d7a9: Waiting 00:31:01 e73272ec9a57: Waiting 00:31:01 1e910a182e73: Waiting 00:31:01 4e634b169226: Waiting 00:31:01 a92cc7c5fd73: Verifying Checksum 00:31:01 a92cc7c5fd73: Download complete 00:31:01 ed8968b2872e: Verifying Checksum 00:31:01 ed8968b2872e: Download complete 00:31:01 e73272ec9a57: Verifying Checksum 00:31:01 e73272ec9a57: Download complete 00:31:01 1e910a182e73: Verifying Checksum 00:31:01 1e910a182e73: Download complete 00:31:01 df20fa9351a1: Verifying Checksum 00:31:01 df20fa9351a1: Download complete 00:31:01 df20fa9351a1: Pull complete 00:31:02 ed8968b2872e: Pull complete 00:31:02 a92cc7c5fd73: Pull complete 00:31:03 4e634b169226: Download complete 00:31:04 e871e8e8d7a9: Verifying Checksum 00:31:04 e871e8e8d7a9: Download complete 00:31:09 Still waiting to schedule task 00:31:09 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:11 e871e8e8d7a9: Pull complete 00:31:11 e73272ec9a57: Pull complete 00:31:11 1e910a182e73: Pull complete 00:31:17 4e634b169226: Pull complete 00:31:17 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:31:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:17 ---> f7629b54cfaa 00:31:17 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:31:17 ---> Running in c061ebf0b27c 00:31:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:19 (1/12) Installing libmagic (5.38-r0) 00:31:20 (2/12) Installing file (5.38-r0) 00:31:20 (3/12) Installing libc-dev (0.7.2-r3) 00:31:20 (4/12) Installing g++ (9.3.0-r2) 00:31:35 (5/12) Installing fortify-headers (1.1-r0) 00:31:35 (6/12) Installing patch (2.7.6-r6) 00:31:35 (7/12) Installing build-base (0.5-r2) 00:31:35 (8/12) Installing libsodium (1.0.18-r0) 00:31:35 (9/12) Installing pkgconf (1.7.2-r0) 00:31:35 (10/12) Installing libsodium-dev (1.0.18-r0) 00:31:35 (11/12) Installing libzmq (4.3.3-r0) 00:31:35 (12/12) Installing zeromq-dev (4.3.3-r0) 00:31:35 Executing busybox-1.31.1-r16.trigger 00:31:35 OK: 233 MiB in 51 packages 00:31:38 Removing intermediate container c061ebf0b27c 00:31:38 ---> cb09832328f7 00:31:38 Step 4/7 : WORKDIR /edgex-go 00:31:38 ---> Running in 1833884c8f39 00:31:38 Removing intermediate container 1833884c8f39 00:31:38 ---> d74565b6e808 00:31:38 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:31:39 latest: Pulling from library/docker 00:31:39 188c0c94c7c5: Pulling fs layer 00:31:39 0c7c675703d6: Pulling fs layer 00:31:39 cc8c12a437cb: Pulling fs layer 00:31:39 c5dafad2182a: Pulling fs layer 00:31:39 5aa711733414: Pulling fs layer 00:31:39 058f73b55e4b: Pulling fs layer 00:31:39 8c9c664faf12: Pulling fs layer 00:31:39 5aa711733414: Waiting 00:31:39 058f73b55e4b: Waiting 00:31:39 8c9c664faf12: Waiting 00:31:39 c5dafad2182a: Waiting 00:31:39 cc8c12a437cb: Verifying Checksum 00:31:39 cc8c12a437cb: Download complete 00:31:39 0c7c675703d6: Verifying Checksum 00:31:39 0c7c675703d6: Download complete 00:31:39 188c0c94c7c5: Download complete 00:31:39 5aa711733414: Verifying Checksum 00:31:39 5aa711733414: Download complete 00:31:40 8c9c664faf12: Verifying Checksum 00:31:40 8c9c664faf12: Download complete 00:31:40 188c0c94c7c5: Pull complete 00:31:40 0c7c675703d6: Pull complete 00:31:40 cc8c12a437cb: Pull complete 00:31:40 c5dafad2182a: Verifying Checksum 00:31:40 c5dafad2182a: Download complete 00:31:40 058f73b55e4b: Verifying Checksum 00:31:40 058f73b55e4b: Download complete 00:31:44 c5dafad2182a: Pull complete 00:31:44 5aa711733414: Pull complete 00:31:44 058f73b55e4b: Pull complete 00:31:44 8c9c664faf12: Pull complete 00:31:44 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 00:31:44 Status: Downloaded newer image for docker:latest 00:31:46 ---> 21f5f1cd4dd4 00:31:46 Step 6/7 : COPY go.mod . 00:31:46 ---> 1c3051439911 00:31:46 Step 7/7 : RUN go mod download 00:31:46 ---> Running in 8125b979c4f2 00:32:08 Removing intermediate container 8125b979c4f2 00:32:08 ---> fd69410f3dc0 00:32:08 Successfully built fd69410f3dc0 00:32:08 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:09 + docker inspect -f . ci-base-image-x86_64 00:32:09 . [Pipeline] withDockerContainer 00:32:09 prd-centos7-docker-4c-2g-13611 does not seem to be running inside a container 00:32:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:10 $ docker top ae605573dfa497bf7753cd858ae44bec1f14d314982849e8583335706527e31a -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:10 + go version 00:32:10 go version go1.15.2 linux/amd64 [Pipeline] } 00:32:10 $ docker stop --time=1 ae605573dfa497bf7753cd858ae44bec1f14d314982849e8583335706527e31a 00:32:12 $ docker rm -f ae605573dfa497bf7753cd858ae44bec1f14d314982849e8583335706527e31a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:13 + docker inspect -f . ci-base-image-x86_64 00:32:13 . [Pipeline] withDockerContainer 00:32:13 prd-centos7-docker-4c-2g-13611 does not seem to be running inside a container 00:32:13 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:32:14 $ docker top 77369bf1acda6adea37d854d8657ff3d7301fededd662e0e37d2adcb0dd18f9c -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:14 ========================================================= 00:32:14 [edgeXBuildGoParallel] Running Tests and Build... 00:32:14 ========================================================= [Pipeline] sh 00:32:14 + make test 00:32:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:32:24 ? github.com/edgexfoundry/edgex-go [no test files] 00:32:42 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:32:49 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:32:51 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.035s 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:32:51 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:32:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:32:55 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.106s coverage: 46.6% of statements 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:32:55 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.257s coverage: 27.1% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 68.4% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:32:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.418s coverage: 83.3% of statements 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:32:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.605s coverage: 28.6% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.040s coverage: 100.0% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.131s coverage: 86.7% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.180s coverage: 97.5% of statements 00:33:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.057s coverage: 79.0% of statements 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.411s coverage: 95.7% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.081s coverage: 58.8% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.086s coverage: 0.0% of statements [no tests to run] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.258s coverage: 63.5% of statements 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:04 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.050s coverage: 100.0% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements 00:33:04 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements 00:33:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 00:33:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.432s coverage: 55.9% of statements 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:07 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.824s coverage: 86.3% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.429s coverage: 72.2% of statements 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.510s coverage: 72.1% of statements 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.062s coverage: 82.4% of statements 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.047s coverage: 48.4% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.050s coverage: 28.8% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.042s coverage: 96.8% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.134s coverage: 37.2% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.369s coverage: 84.1% of statements 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.047s coverage: 100.0% of statements 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.039s coverage: 42.9% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.054s coverage: 100.0% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.061s coverage: 83.8% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.105s coverage: 47.1% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.044s coverage: 100.0% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.101s coverage: 100.0% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.727s coverage: 29.1% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.083s coverage: 99.0% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.065s coverage: 100.0% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/system 0.041s coverage: 0.0% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.040s coverage: 87.9% of statements 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:33:19 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.046s coverage: 100.0% of statements 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.035s coverage: 32.1% of statements 00:33:19 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:33:19 GO111MODULE=on go vet ./... 00:33:46 gofmt -l . 00:33:46 [ "`gofmt -l .`" = "" ] 00:33:46 ./bin/test-go-mod-tidy.sh 00:33:46 ./bin/test-attribution-txt.sh [Pipeline] sh 00:33:48 + ls -al . 00:33:48 total 644 00:33:48 drwxrwxr-x 10 1001 1001 4096 Nov 27 00:33 . 00:33:48 drwxr-xr-x 4 root root 28 Nov 27 00:32 .. 00:33:48 -rw-rw-r-- 1 1001 1001 11 Nov 27 00:30 .dockerignore 00:33:48 drwxrwxr-x 8 1001 1001 179 Nov 27 00:30 .git 00:33:48 drwxrwxr-x 3 1001 1001 125 Nov 27 00:30 .github 00:33:48 -rw-rw-r-- 1 1001 1001 971 Nov 27 00:30 .gitignore 00:33:48 drwx------ 3 1001 1001 47 Nov 27 00:30 .semver 00:33:48 -rw-rw-r-- 1 1001 1001 166 Nov 27 00:30 .sonarcloud.properties 00:33:48 -rw-rw-r-- 1 1001 1001 3804 Nov 27 00:30 CONTRIBUTING.md 00:33:48 -rw-rw-r-- 1 1001 1001 1035 Nov 27 00:30 Dockerfile.build 00:33:48 -rw-rw-r-- 1 1001 1001 943 Nov 27 00:30 Jenkinsfile 00:33:48 -rw-rw-r-- 1 1001 1001 10775 Nov 27 00:30 LICENSE 00:33:48 -rw-rw-r-- 1 1001 1001 6581 Nov 27 00:30 Makefile 00:33:48 -rw-rw-r-- 1 1001 1001 6447 Nov 27 00:30 README.md 00:33:48 -rw-rw-r-- 1 1001 1001 259 Nov 27 00:30 SECURITY.md 00:33:48 -rw-rw-r-- 1 1001 1001 5 Nov 27 00:30 VERSION 00:33:48 -rw-rw-r-- 1 1001 1001 4131 Nov 27 00:30 ZMQWindows.md 00:33:48 drwxrwxr-x 2 1001 1001 117 Nov 27 00:30 bin 00:33:48 drwxrwxr-x 15 1001 1001 4096 Nov 27 00:30 cmd 00:33:48 -rw-r--r-- 1 root root 549148 Nov 27 00:33 coverage.out 00:33:48 -rw-r--r-- 1 root root 1041 Nov 27 00:33 go.mod 00:33:48 -rw-r--r-- 1 root root 18746 Nov 27 00:33 go.sum 00:33:48 drwxrwxr-x 8 1001 1001 127 Nov 27 00:30 internal 00:33:48 drwxrwxr-x 4 1001 1001 26 Nov 27 00:30 openapi 00:33:48 drwxrwxr-x 4 1001 1001 71 Nov 27 00:30 snap 00:33:48 -rw-rw-r-- 1 1001 1001 168 Nov 27 00:30 version.go [Pipeline] sh 00:33:49 + '[' -e coverage.out ] 00:33:49 + chown 1001:1001 coverage.out [Pipeline] stash 00:33:49 Stashed 1 file(s) [Pipeline] sh 00:33:49 + make build 00:33:49 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:33:49 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13623 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws 00:33:49 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:33:54 using credential edgex-jenkins-ssh 00:33:55 Cloning the remote Git repository 00:33:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:33:55 > git init /w/workspace/edgex-go/3 # timeout=10 00:33:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:33:55 > git --version # timeout=10 00:33:55 > git --version # 'git version 2.17.1' 00:33:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:33:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:33:59 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:02 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:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:34:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:34:07 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:07 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:08 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:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:34:11 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:13 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:13 Merging remotes/origin/master commit ea5d7be70bf78d25df2f442b65fefbdc258c073e into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d 00:34:13 Merge succeeded, producing 1ccf636817e8529a39c872b160bd85646a331472 00:34:13 Checking out Revision 1ccf636817e8529a39c872b160bd85646a331472 (PR-2898) 00:34:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:34:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:12 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:34:13 > git config core.sparsecheckout # timeout=10 00:34:13 > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 00:34:13 > git remote # timeout=10 00:34:13 > git config --get remote.origin.url # timeout=10 00:34:13 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:13 > git merge ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 00:34:13 > git rev-parse HEAD^{commit} # timeout=10 00:34:13 > git config core.sparsecheckout # timeout=10 00:34:13 > git checkout -f 1ccf636817e8529a39c872b160bd85646a331472 # timeout=10 00:34:14 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:15 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 [Pipeline] } 00:34:16 $ docker stop --time=1 77369bf1acda6adea37d854d8657ff3d7301fededd662e0e37d2adcb0dd18f9c 00:34:18 Commit message: "Merge commit 'ea5d7be70bf78d25df2f442b65fefbdc258c073e' into HEAD" 00:34:18 First time build. Skipping changelog. 00:34:18 $ docker rm -f 77369bf1acda6adea37d854d8657ff3d7301fededd662e0e37d2adcb0dd18f9c 00:34:18 > git rev-list --no-walk 3758903d774cea31f1c2ace130b3712dedad29a7 # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 00:34:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:22 00:34:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:34:23 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 00:34:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:23 latest: Pulling from edgex-devops/edgex-compose 00:34:23 cbdbe7a5bc2a: Pulling fs layer 00:34:23 ca9280d653b3: Pulling fs layer 00:34:23 7e9c9ca2126c: Pulling fs layer [Pipeline] sh 00:34:23 cbdbe7a5bc2a: Verifying Checksum 00:34:23 cbdbe7a5bc2a: Download complete 00:34:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:23 ca9280d653b3: Verifying Checksum 00:34:23 ca9280d653b3: Download complete 00:34:23 + true 00:34:23 + sudo service docker restart 00:34:24 cbdbe7a5bc2a: Pull complete 00:34:25 7e9c9ca2126c: Verifying Checksum 00:34:25 7e9c9ca2126c: Download complete 00:34:25 ca9280d653b3: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:34:26 provisioning config files... 00:34:26 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4585628371208306843tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:34:26 ---> docker-login.sh 00:34:26 nexus3.edgexfoundry.org:10001 00:34:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:27 Configure a credential helper to remove this warning. See 00:34:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:27 00:34:27 Login Succeeded 00:34:27 nexus3.edgexfoundry.org:10002 00:34:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:28 Configure a credential helper to remove this warning. See 00:34:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:28 00:34:28 Login Succeeded 00:34:28 nexus3.edgexfoundry.org:10003 00:34:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:28 Configure a credential helper to remove this warning. See 00:34:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:28 00:34:28 Login Succeeded 00:34:28 nexus3.edgexfoundry.org:10004 00:34:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:29 Configure a credential helper to remove this warning. See 00:34:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:29 00:34:29 Login Succeeded 00:34:29 docker.io 00:34:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:34:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:34:30 Configure a credential helper to remove this warning. See 00:34:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:34:30 00:34:30 Login Succeeded 00:34:30 ---> docker-login.sh ends [Pipeline] } 00:34:30 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:34:30 ========================================================= 00:34:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:34:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:34:31 + 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:34:31 7e9c9ca2126c: Pull complete 00:34:31 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:34:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:34:31 prd-centos7-docker-4c-2g-13611 does not seem to be running inside a container 00:34:31 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:33 Sending build context to Docker daemon 165.4MB 00:34:33 Step 1/7 : ARG BASE=golang:1.15-alpine 00:34:33 Step 2/7 : FROM ${BASE} 00:34:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:34:33 b538f80385f9: Pulling fs layer 00:34:33 74f711af9a0d: Pulling fs layer 00:34:33 99f96fe45779: Pulling fs layer 00:34:33 8529a6b9a6be: Pulling fs layer 00:34:33 45590311c82a: Pulling fs layer 00:34:33 69ca0ff8b7b3: Pulling fs layer 00:34:33 209524e5b208: Pulling fs layer 00:34:33 45590311c82a: Waiting 00:34:33 209524e5b208: Waiting 00:34:33 69ca0ff8b7b3: Waiting 00:34:33 8529a6b9a6be: Waiting 00:34:33 99f96fe45779: Verifying Checksum 00:34:33 99f96fe45779: Download complete 00:34:33 74f711af9a0d: Download complete 00:34:33 45590311c82a: Verifying Checksum 00:34:33 45590311c82a: Download complete 00:34:33 69ca0ff8b7b3: Verifying Checksum 00:34:33 69ca0ff8b7b3: Download complete 00:34:33 b538f80385f9: Verifying Checksum 00:34:33 b538f80385f9: Download complete 00:34:34 b538f80385f9: Pull complete 00:34:34 74f711af9a0d: Pull complete 00:34:35 $ docker top c811c71461de8783c7ed5fb49d7d87f44da66223e7009130c67799eebeb577d1 -eo pid,comm [Pipeline] { 00:34:35 99f96fe45779: Pull complete [Pipeline] sh 00:34:35 + docker-compose build --help 00:34:35 + grep parallel 00:34:36 209524e5b208: Verifying Checksum 00:34:36 209524e5b208: Download complete 00:34:37 --parallel Build images in parallel. [Pipeline] } 00:34:37 $ docker stop --time=1 c811c71461de8783c7ed5fb49d7d87f44da66223e7009130c67799eebeb577d1 00:34:37 8529a6b9a6be: Verifying Checksum 00:34:37 8529a6b9a6be: Download complete 00:34:38 $ docker rm -f c811c71461de8783c7ed5fb49d7d87f44da66223e7009130c67799eebeb577d1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:34:39 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:34:39 . [Pipeline] withDockerContainer 00:34:39 prd-centos7-docker-4c-2g-13611 does not seem to be running inside a container 00:34:39 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:34:40 $ docker top bf06b80d8f58db8272911d7b2a3603b544a81d1000292f89ab454606e49a9f0d -eo pid,comm [Pipeline] { [Pipeline] sh 00:34:40 + docker-compose -f ./docker-compose-build.yml build --parallel 00:34:42 Building docker-core-command-go ... 00:34:42 Building docker-core-data-go ... 00:34:42 Building docker-core-metadata-go ... 00:34:42 Building docker-security-bootstrap-redis-go ... 00:34:42 Building docker-security-proxy-setup-go ... 00:34:42 Building docker-security-secrets-setup-go ... 00:34:42 Building docker-security-secretstore-setup-go ... 00:34:42 Building docker-support-logging-go ... 00:34:42 Building docker-support-notifications-go ... 00:34:42 Building docker-support-scheduler-go ... 00:34:42 Building docker-sys-mgmt-agent-go ... 00:34:42 Building docker-support-logging-go 00:34:42 Building docker-support-notifications-go 00:34:42 Building docker-support-scheduler-go 00:34:42 Building docker-security-bootstrap-redis-go 00:34:42 Building docker-core-data-go 00:34:48 8529a6b9a6be: Pull complete 00:34:48 45590311c82a: Pull complete 00:34:48 69ca0ff8b7b3: Pull complete 00:34:51 209524e5b208: Pull complete 00:34:51 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:34:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:34:51 ---> 5bddaf1c2fca 00:34:51 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:34:54 ---> Running in 6590126aee3f 00:34:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:34:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:34:58 (1/12) Installing libmagic (5.38-r0) 00:34:58 (2/12) Installing file (5.38-r0) 00:34:58 (3/12) Installing libc-dev (0.7.2-r3) 00:34:58 (4/12) Installing g++ (9.3.0-r2) 00:35:03 (5/12) Installing fortify-headers (1.1-r0) 00:35:03 (6/12) Installing patch (2.7.6-r6) 00:35:03 (7/12) Installing build-base (0.5-r2) 00:35:03 (8/12) Installing libsodium (1.0.18-r0) 00:35:03 (9/12) Installing pkgconf (1.7.2-r0) 00:35:03 (10/12) Installing libsodium-dev (1.0.18-r0) 00:35:03 (11/12) Installing libzmq (4.3.3-r0) 00:35:03 (12/12) Installing zeromq-dev (4.3.3-r0) 00:35:03 Executing busybox-1.31.1-r16.trigger 00:35:03 OK: 217 MiB in 51 packages 00:35:07 Removing intermediate container 6590126aee3f 00:35:07 ---> 3c51793d57bb 00:35:07 Step 4/7 : WORKDIR /edgex-go 00:35:07 ---> Running in cddd3746682c 00:35:08 Removing intermediate container cddd3746682c 00:35:08 ---> a510a972c799 00:35:08 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:35:08 latest: Pulling from library/docker 00:35:09 5f621e34cdf4: Pulling fs layer 00:35:09 85db56a05063: Pulling fs layer 00:35:09 ccb67d6aeaaa: Pulling fs layer 00:35:09 a0b19fc83503: Pulling fs layer 00:35:09 8eb508b41278: Pulling fs layer 00:35:09 37236713561e: Pulling fs layer 00:35:09 07c93f2b1b56: Pulling fs layer 00:35:09 8eb508b41278: Waiting 00:35:09 37236713561e: Waiting 00:35:09 07c93f2b1b56: Waiting 00:35:09 a0b19fc83503: Waiting 00:35:09 ccb67d6aeaaa: Verifying Checksum 00:35:09 ccb67d6aeaaa: Download complete 00:35:09 5f621e34cdf4: Verifying Checksum 00:35:09 5f621e34cdf4: Download complete 00:35:09 85db56a05063: Verifying Checksum 00:35:09 85db56a05063: Download complete 00:35:09 8eb508b41278: Verifying Checksum 00:35:09 8eb508b41278: Download complete 00:35:09 37236713561e: Verifying Checksum 00:35:09 37236713561e: Download complete 00:35:09 07c93f2b1b56: Verifying Checksum 00:35:09 07c93f2b1b56: Download complete 00:35:10 5f621e34cdf4: Pull complete 00:35:10 85db56a05063: Pull complete 00:35:11 ccb67d6aeaaa: Pull complete 00:35:11 a0b19fc83503: Verifying Checksum 00:35:11 a0b19fc83503: Download complete 00:35:14 a0b19fc83503: Pull complete 00:35:14 8eb508b41278: Pull complete 00:35:15 37236713561e: Pull complete 00:35:15 07c93f2b1b56: Pull complete 00:35:15 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 00:35:15 Status: Downloaded newer image for docker:latest 00:35:19 ---> d22910ed0e55 00:35:19 Step 6/7 : COPY go.mod . 00:35:19 ---> ff335c5a7e93 00:35:19 Step 7/7 : RUN go mod download 00:35:19 ---> Running in 16e94c37f5be 00:35:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:21 ---> fd69410f3dc0 00:35:21 Step 3/22 : WORKDIR /edgex-go 00:35:21 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:21 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:21 ---> fd69410f3dc0 00:35:21 Step 3/22 : WORKDIR /edgex-go 00:35:21 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:21 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:35:21 ---> fd69410f3dc0 00:35:21 Step 3/21 : WORKDIR /edgex-go 00:35:21 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:21 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:21 ---> fd69410f3dc0 00:35:21 Step 3/23 : WORKDIR /edgex-go 00:35:21 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:21 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:21 ---> fd69410f3dc0 00:35:21 Step 3/24 : WORKDIR /edgex-go 00:35:21 ---> Running in 515e918507a3 00:35:21 ---> Running in c3537d395374 00:35:21 ---> Running in 8ece86654da5 00:35:21 ---> Running in 61ce59290327 00:35:21 ---> Running in c6ed1e5543de 00:35:21 Removing intermediate container c6ed1e5543de 00:35:21 ---> 67b655ec7804 00:35:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:21 Removing intermediate container 8ece86654da5 00:35:21 ---> 94cb8772dd96 00:35:21 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:21 Removing intermediate container 515e918507a3 00:35:21 ---> bb2bf653f93b 00:35:21 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:21 Removing intermediate container c3537d395374 00:35:21 ---> 1c5cb9c3c109 00:35:21 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:21 Removing intermediate container 61ce59290327 00:35:21 ---> 9e345d031d91 00:35:21 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:21 ---> Running in b01bfa562f9f 00:35:21 ---> Running in 294b0393fc4a 00:35:21 ---> Running in a439de425c4e 00:35:21 ---> Running in 1c18c9b9611e 00:35:21 ---> Running in 309db7106321 00:35:23 Removing intermediate container 294b0393fc4a 00:35:23 ---> 49a8a9e72729 00:35:23 Step 5/22 : RUN apk update && apk add make git 00:35:23 Removing intermediate container a439de425c4e 00:35:23 ---> 282dd1043a9d 00:35:23 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:35:23 Removing intermediate container b01bfa562f9f 00:35:23 ---> 931171260b93 00:35:23 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:35:23 ---> Running in 0746b3960f01 00:35:23 ---> Running in 7f4ed4fcf929 00:35:23 ---> Running in abf161b6fb63 00:35:23 Removing intermediate container 1c18c9b9611e 00:35:23 ---> 75db158d3f02 00:35:23 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:35:23 Removing intermediate container 309db7106321 00:35:23 ---> fb790a16ee5c 00:35:23 Step 5/21 : RUN apk update && apk add make git 00:35:23 ---> Running in 7eeb44c82394 00:35:23 ---> Running in 6969491d9c1b 00:35:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:27 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:27 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:27 OK: 12754 distinct packages available 00:35:27 OK: 233 MiB in 51 packages 00:35:28 Removing intermediate container 6969491d9c1b 00:35:28 ---> 26486b27cefe 00:35:28 Step 6/21 : COPY go.mod . 00:35:28 ---> 524ca615f373 00:35:28 Step 7/21 : RUN go mod download 00:35:28 ---> Running in a85e2010aad2 00:35:29 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:29 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:29 OK: 12754 distinct packages available 00:35:29 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:29 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:29 OK: 12754 distinct packages available 00:35:29 OK: 233 MiB in 51 packages 00:35:29 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:29 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:29 OK: 12754 distinct packages available 00:35:29 OK: 233 MiB in 51 packages 00:35:30 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:30 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:30 OK: 12754 distinct packages available 00:35:30 OK: 233 MiB in 51 packages 00:35:30 OK: 233 MiB in 51 packages 00:35:30 OK: 233 MiB in 51 packages 00:35:30 Removing intermediate container 7eeb44c82394 00:35:30 ---> 18de61bc2129 00:35:30 Step 6/24 : COPY go.mod . 00:35:31 ---> b2322aecb386 00:35:31 Step 7/24 : RUN go mod download 00:35:31 Removing intermediate container 7f4ed4fcf929 00:35:31 ---> f1254d1d2660 00:35:31 Step 6/22 : COPY go.mod . 00:35:31 Removing intermediate container 0746b3960f01 00:35:31 ---> 2f03e29ddc9a 00:35:31 Step 6/22 : COPY go.mod . 00:35:31 Removing intermediate container abf161b6fb63 00:35:31 ---> 957a6307de67 00:35:31 Step 6/23 : COPY go.mod . 00:35:31 ---> Running in e1ac56f9dac9 00:35:31 Removing intermediate container a85e2010aad2 00:35:31 ---> b70283208ee6 00:35:31 Step 8/21 : COPY . . 00:35:32 ---> b9541d9acda5 00:35:32 Step 7/22 : RUN go mod download 00:35:32 ---> 57f9e67e9cff 00:35:32 Step 7/22 : RUN go mod download 00:35:32 ---> 0e601d7fa130 00:35:32 Step 7/23 : RUN go mod download 00:35:32 ---> Running in 0d9fd77a335d 00:35:32 ---> Running in f22bce2c82dc 00:35:33 ---> Running in ecbf9cd4b862 00:35:36 Removing intermediate container e1ac56f9dac9 00:35:36 ---> 44aee56c4c2c 00:35:36 Step 8/24 : COPY . . 00:35:45 Removing intermediate container 0d9fd77a335d 00:35:45 ---> 9570c8db31a3 00:35:45 Step 8/22 : COPY . . 00:35:45 Removing intermediate container ecbf9cd4b862 00:35:45 ---> 5fa97ab16b85 00:35:45 Step 8/23 : COPY . . 00:35:45 Removing intermediate container f22bce2c82dc 00:35:45 ---> 13ffde176bec 00:35:45 Step 8/22 : COPY . . 00:35:46 Removing intermediate container 16e94c37f5be 00:35:46 ---> 6ade605ce546 00:35:46 Successfully built 6ade605ce546 00:35:46 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:35:46 + docker inspect -f . ci-base-image-arm64 00:35:46 . [Pipeline] withDockerContainer 00:35:47 prd-ubuntu18.04-docker-arm64-4c-16g-13623 does not seem to be running inside a container 00:35:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:35:48 $ docker top 047fd1da24a3b5e4ce250c1c2b7770a9b02b7ae52a88f38c9c89b0663cca3720 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:49 + go version 00:35:49 go version go1.15.2 linux/arm64 [Pipeline] } 00:35:49 $ docker stop --time=1 047fd1da24a3b5e4ce250c1c2b7770a9b02b7ae52a88f38c9c89b0663cca3720 00:35:51 $ docker rm -f 047fd1da24a3b5e4ce250c1c2b7770a9b02b7ae52a88f38c9c89b0663cca3720 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:52 + docker inspect -f . ci-base-image-arm64 00:35:52 . [Pipeline] withDockerContainer 00:35:53 prd-ubuntu18.04-docker-arm64-4c-16g-13623 does not seem to be running inside a container 00:35:53 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:35:54 $ docker top f202389034e4a2b34e1af818693e13fce51e831d3697b157fdea814a26923c04 -eo pid,comm [Pipeline] { [Pipeline] echo 00:35:54 ========================================================= 00:35:54 [edgeXBuildGoParallel] Running Tests and Build... 00:35:54 ========================================================= [Pipeline] sh 00:35:55 + make test 00:35:55 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:36:03 ---> 816d45d16f87 00:36:03 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:36:04 ---> Running in b59665d55bfe 00:36:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:36:08 ---> 8d779d9803d2 00:36:08 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:36:09 ---> Running in 252ec87e2efa 00:36:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:36:17 ? github.com/edgexfoundry/edgex-go [no test files] 00:36:22 ---> 81036093e883 00:36:22 Step 9/22 : RUN make cmd/support-logging/support-logging 00:36:22 ---> Running in 147ecaccf494 00:36:22 ---> c40981c6ef8d 00:36:22 Step 9/23 : RUN make cmd/core-data/core-data 00:36:22 ---> f387694b02bd 00:36:22 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:36:22 ---> Running in a9ff81511c2a 00:36:22 ---> Running in 5cfd9d99b12e 00:36:23 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:23 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:36:23 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:45 Removing intermediate container b59665d55bfe 00:36:45 ---> e040349f8c74 00:36:45 00:36:45 Step 10/21 : FROM scratch 00:36:45 ---> 00:36:45 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:36:45 ---> Running in 6c4fef8a72c7 00:36:45 Removing intermediate container 6c4fef8a72c7 00:36:45 ---> 6586f9ae1829 00:36:45 Step 12/21 : ENV APP_PORT=48085 00:36:45 ---> Running in 1cf480b3e495 00:36:45 Removing intermediate container 1cf480b3e495 00:36:45 ---> b152b74ec463 00:36:45 Step 13/21 : EXPOSE $APP_PORT 00:36:45 ---> Running in 98206ca80f94 00:36:45 Removing intermediate container 98206ca80f94 00:36:45 ---> 356a6dc654dd 00:36:45 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:36:46 ---> e39ba632fd3d 00:36:46 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:36:47 ---> 54a968a7f3ef 00:36:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:36:49 ---> 4716fd1b023b 00:36:49 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:36:49 ---> Running in 9d1d86b1b88f 00:36:49 Removing intermediate container 9d1d86b1b88f 00:36:49 ---> 89ec929fc4b8 00:36:49 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:36:49 ---> Running in 20130989bfb0 00:36:50 Removing intermediate container 20130989bfb0 00:36:50 ---> a5d0a81a5aa1 00:36:50 Step 19/21 : LABEL arch=x86_64 00:36:50 ---> Running in dc80c4eed0d8 00:36:51 Removing intermediate container dc80c4eed0d8 00:36:51 ---> 2d9acf673f00 00:36:51 Step 20/21 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:36:52 ---> Running in 0dfcfb81e4d9 00:36:53 Removing intermediate container 252ec87e2efa 00:36:53 ---> f5de6f2febb1 00:36:53 00:36:53 Step 10/24 : FROM scratch 00:36:53 ---> 00:36:53 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:36:53 Removing intermediate container 0dfcfb81e4d9 00:36:53 ---> 35aceed064ee 00:36:53 Step 21/21 : LABEL version=0.0.0 00:36:53 ---> Running in a5a612b8b70d 00:36:53 ---> Running in fbf192bb48b4 00:36:53 Removing intermediate container a5a612b8b70d 00:36:53 ---> b0fa52b4db76 00:36:53 Step 12/24 : ENV APP_PORT=48060 00:36:53 ---> Running in 86809b5141e6 00:36:54 Removing intermediate container fbf192bb48b4 00:36:54 ---> 597515e20540 00:36:54 00:36:54 Removing intermediate container 86809b5141e6 00:36:54 ---> ddc418d6cf9d 00:36:54 Step 13/24 : EXPOSE $APP_PORT 00:36:54 ---> Running in 8c0185f9b682 00:36:54 Successfully built 597515e20540 00:36:55 Successfully tagged docker-support-scheduler-go:latest 00:36:55  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 00:36:55 Removing intermediate container 8c0185f9b682 00:36:55 ---> 25143b267903 00:36:55 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:36:56 ---> b8bc0f31d483 00:36:56 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:36:56 Removing intermediate container 5cfd9d99b12e 00:36:56 ---> e5b27e131c00 00:36:56 00:36:56 Step 10/22 : FROM alpine:3.10 00:36:56 3.10: Pulling from library/alpine 00:37:04 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:04 Status: Downloaded newer image for alpine:3.10 00:37:04 ---> be4e4bea2c2e 00:37:04 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:05 Removing intermediate container 147ecaccf494 00:37:05 ---> 7795793fa654 00:37:05 00:37:05 Step 10/22 : FROM scratch 00:37:05 ---> 00:37:05 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:05 ---> Using cache 00:37:05 ---> b0fa52b4db76 00:37:05 Step 12/22 : ENV APP_PORT=48061 00:37:05 ---> b1ad13ae1c1f 00:37:05 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:37:05 ---> Running in 00f0ec49232e 00:37:06 ---> Running in 353aeef6b2ef 00:37:07 ---> d7efb9802ad6 00:37:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:37:08 Removing intermediate container 353aeef6b2ef 00:37:08 ---> ed310823ad40 00:37:08 Step 13/22 : EXPOSE $APP_PORT 00:37:10 ---> Running in 11d06ffaf04e 00:37:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:10 ---> 8c4572728ff7 00:37:10 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:11 v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:11 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:11 OK: 10348 distinct packages available 00:37:11 Removing intermediate container 11d06ffaf04e 00:37:11 ---> 75c7ec4e6c40 00:37:11 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:37:11 (1/5) Installing ca-certificates (20191127-r2) 00:37:11 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:11 (3/5) Installing libcurl (7.66.0-r1) 00:37:11 (4/5) Installing curl (7.66.0-r1) 00:37:11 (5/5) Installing dumb-init (1.2.2-r1) 00:37:11 Executing busybox-1.30.1-r3.trigger 00:37:11 Executing ca-certificates-20191127-r2.trigger 00:37:11 OK: 7 MiB in 19 packages 00:37:11 ---> 6fdd2ed93ece 00:37:11 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:37:12 ---> 9b2497654a9a 00:37:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:12 ---> cfe1a1de4178 00:37:12 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:37:14 Removing intermediate container 00f0ec49232e 00:37:14 ---> 8bcab8970ad8 00:37:14 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:37:15 ---> 334b082337d1 00:37:15 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:37:15 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:37:16 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:16 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:37:16 ---> fd69410f3dc0 00:37:16 Step 3/29 : WORKDIR /edgex-go 00:37:16 ---> Using cache 00:37:16 ---> 9e345d031d91 00:37:16 Step 4/29 : RUN apk update && apk add make git 00:37:17 ---> Running in 464bce88278a 00:37:17 ---> eae4fa5ac1e9 00:37:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:37:17 ---> Running in 95663bfe6ab5 00:37:17 ---> Running in df907324c784 00:37:18 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:37:18 Removing intermediate container 95663bfe6ab5 00:37:18 ---> e5e28bc0e26d 00:37:18 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:18 Removing intermediate container a9ff81511c2a 00:37:18 ---> f4e92054426a 00:37:18 00:37:18 Step 10/23 : FROM alpine 00:37:18 Removing intermediate container 464bce88278a 00:37:18 ---> 16db80bc8ae4 00:37:18 Step 13/22 : WORKDIR / 00:37:18 latest: Pulling from library/alpine 00:37:18 ---> Running in 0faa10f1fdd5 00:37:18 ---> Running in 2b3977c22e7e 00:37:18 ---> 8830470bd100 00:37:18 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:37:18 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:37:18 Status: Downloaded newer image for alpine:latest 00:37:18 ---> d6e46aa2470d 00:37:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:18 ---> Running in c87c20f4dc90 00:37:18 ---> Running in c81e7742eea0 00:37:19 Removing intermediate container 0faa10f1fdd5 00:37:19 ---> eaf0938bab27 00:37:19 Step 22/24 : LABEL arch=x86_64 00:37:19 Removing intermediate container 2b3977c22e7e 00:37:19 ---> decff12d2a6e 00:37:19 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:37:19 ---> Running in c5357de91088 00:37:19 Removing intermediate container c87c20f4dc90 00:37:19 ---> 74fb8d5312b2 00:37:19 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:19 Removing intermediate container c81e7742eea0 00:37:19 ---> ea12daf309ce 00:37:19 Step 12/23 : ENV APP_PORT=48080 00:37:19 ---> Running in 3e952c96b894 00:37:19 ---> Running in e03f2d13f6c8 00:37:19 Removing intermediate container c5357de91088 00:37:19 ---> 4a73dafed189 00:37:19 Step 23/24 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:37:19 ---> de95ac80b99a 00:37:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:37:19 ---> Running in 992fcd40bc30 00:37:20 Removing intermediate container 3e952c96b894 00:37:20 ---> 29420a2d64bd 00:37:20 Step 20/22 : LABEL arch=x86_64 00:37:20 Removing intermediate container e03f2d13f6c8 00:37:20 ---> 7aacd977c897 00:37:20 Step 13/23 : EXPOSE $APP_PORT 00:37:20 ---> Running in 93f88f1ab77c 00:37:20 Removing intermediate container 992fcd40bc30 00:37:20 ---> 73feb5656433 00:37:20 Step 24/24 : LABEL version=0.0.0 00:37:20 ---> Running in ae5a81c3f27d 00:37:20 ---> Running in 4de637d44624 00:37:20 ---> 1c5b3d4475d3 00:37:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:37:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:20 Removing intermediate container 93f88f1ab77c 00:37:20 ---> bb398ba036a3 00:37:20 Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:37:20 Removing intermediate container ae5a81c3f27d 00:37:20 ---> 118f4962f6e6 00:37:20 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:20 ---> Running in 10922b94073b 00:37:20 ---> Running in d961277fa669 00:37:20 Removing intermediate container 4de637d44624 00:37:20 ---> ab85be953493 00:37:20 00:37:20 ---> 758f87995831 00:37:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:37:21 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:37:21 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:37:21 Successfully built ab85be953493 00:37:21 Successfully tagged docker-support-notifications-go:latest 00:37:21 Building docker-security-secretstore-setup-go 00:37:21  Building docker-support-notifications-go ... done Removing intermediate container 10922b94073b 00:37:21 ---> 4757fb509387 00:37:21 Step 22/22 : LABEL version=0.0.0 00:37:21 ---> Running in d7aae41081e4 00:37:21 ---> 0c87afbf19ac 00:37:21 Step 18/22 : RUN chmod +x entrypoint.sh 00:37:21 ---> Running in 1f22b9350c89 00:37:21 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:21 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:21 OK: 12754 distinct packages available 00:37:21 Removing intermediate container d7aae41081e4 00:37:21 ---> 2f58f23a99ac 00:37:21 00:37:22 Successfully built 2f58f23a99ac 00:37:22 OK: 233 MiB in 51 packages 00:37:22 Successfully tagged docker-support-logging-go:latest 00:37:22 Building docker-sys-mgmt-agent-go 00:37:22  Building docker-support-logging-go ... done Removing intermediate container d961277fa669 00:37:22 ---> fbb082bdd550 00:37:22 Step 15/23 : RUN apk --no-cache add zeromq 00:37:22 ---> Running in 1015a1de5671 00:37:27 Removing intermediate container df907324c784 00:37:27 ---> 214d4a36b132 00:37:27 Step 5/29 : COPY go.mod . 00:37:27 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.076s 00:37:27 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:37:27 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:37:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:28 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:37:28 Removing intermediate container 1f22b9350c89 00:37:28 ---> 5906e04c7e70 00:37:28 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:37:29 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:37:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:37:29 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:37:29 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:37:29 ---> 9a9ca2a5ac5d 00:37:29 Step 6/29 : RUN go mod download 00:37:29 ---> Running in 23c20f096536 00:37:29 ---> Running in 8a136c9a3371 00:37:29 Removing intermediate container 23c20f096536 00:37:29 ---> 59324aef65f3 00:37:29 Step 20/22 : LABEL arch=x86_64 00:37:29 ---> Running in 337d95d35026 00:37:30 Removing intermediate container 337d95d35026 00:37:30 ---> 3ca289ec2aec 00:37:30 Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:37:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:30 ---> Running in b81fa13df1e2 00:37:30 Removing intermediate container b81fa13df1e2 00:37:30 ---> 012cb43263af 00:37:30 Step 22/22 : LABEL version=0.0.0 00:37:32 ---> Running in b40fc92f6916 00:37:33 (1/5) Installing libgcc (9.3.0-r2) 00:37:33 (2/5) Installing libsodium (1.0.18-r0) 00:37:33 Removing intermediate container b40fc92f6916 00:37:33 ---> ce2b670dae06 00:37:33 00:37:33 (3/5) Installing libstdc++ (9.3.0-r2) 00:37:33 Successfully built ce2b670dae06 00:37:33 Successfully tagged docker-security-bootstrap-redis-go:latest 00:37:33  Building docker-security-bootstrap-redis-go ... done Building docker-core-metadata-go 00:37:34 Removing intermediate container 8a136c9a3371 00:37:34 ---> b9b67af445c1 00:37:34 Step 7/29 : COPY . . 00:37:34 (4/5) Installing libzmq (4.3.3-r0) 00:37:34 (5/5) Installing zeromq (4.3.3-r0) 00:37:34 Executing busybox-1.31.1-r19.trigger 00:37:35 OK: 8 MiB in 19 packages 00:37:39 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.316s coverage: 46.6% of statements 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:37:39 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:37:40 Removing intermediate container 1015a1de5671 00:37:40 ---> e505d0f0ea14 00:37:40 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:37:42 ---> 75f984890dee 00:37:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:37:44 ---> c8db60001918 00:37:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:37:45 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:45 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:37:45 ---> fd69410f3dc0 00:37:45 Step 3/27 : WORKDIR /edgex-go 00:37:45 ---> Using cache 00:37:45 ---> 9e345d031d91 00:37:45 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:45 ---> Using cache 00:37:45 ---> fb790a16ee5c 00:37:45 Step 5/27 : RUN apk update && apk add make bash git 00:37:45 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:45 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:37:45 ---> fd69410f3dc0 00:37:45 Step 3/24 : WORKDIR /edgex-go 00:37:45 ---> Using cache 00:37:45 ---> 9e345d031d91 00:37:45 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:45 ---> Using cache 00:37:45 ---> fb790a16ee5c 00:37:45 Step 5/24 : RUN apk update && apk add make git 00:37:45 ---> Using cache 00:37:45 ---> 26486b27cefe 00:37:45 Step 6/24 : COPY go.mod . 00:37:45 ---> Using cache 00:37:45 ---> 524ca615f373 00:37:45 Step 7/24 : RUN go mod download 00:37:45 ---> Using cache 00:37:45 ---> b70283208ee6 00:37:45 Step 8/24 : COPY . . 00:37:45 ---> Using cache 00:37:45 ---> 816d45d16f87 00:37:45 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:46 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.492s coverage: 27.1% of statements 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:37:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.064s coverage: 100.0% of statements 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:37:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.079s coverage: 100.0% of statements 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:37:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.541s coverage: 69.3% of statements 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:37:46 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.301s coverage: 83.3% of statements 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:37:46 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:37:47 ---> Running in 9a8af60aa387 00:37:47 ---> e438a7627044 00:37:47 Step 19/23 : ENTRYPOINT ["/core-data"] 00:37:47 ---> Running in d08e0aa2fe8f 00:37:48 ---> Running in 1ed7469d983d 00:37:50 Removing intermediate container 1ed7469d983d 00:37:50 ---> d4c1806804f1 00:37:50 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:50 ---> Running in 3df32730da34 00:37:50 Removing intermediate container 3df32730da34 00:37:50 ---> dce5d4d2cf6e 00:37:50 Step 21/23 : LABEL arch=x86_64 00:37:50 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:37:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:51 ---> Running in cb8a14c349f3 00:37:52 Removing intermediate container cb8a14c349f3 00:37:52 ---> 00277cf4eddc 00:37:52 Step 22/23 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:37:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:52 ---> Running in 0c562bcd05d5 00:37:53 Removing intermediate container 0c562bcd05d5 00:37:53 ---> 7360ca32792f 00:37:53 Step 23/23 : LABEL version=0.0.0 00:37:54 ---> Running in 78f0b0b1cafe 00:37:54 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:54 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:54 OK: 12754 distinct packages available 00:37:54 OK: 233 MiB in 51 packages 00:37:54 Removing intermediate container 78f0b0b1cafe 00:37:54 ---> 1224bc29d198 00:37:54 00:37:55 Successfully built 1224bc29d198 00:37:56 Successfully tagged docker-core-data-go:latest 00:37:56  Building docker-core-data-go ... done Building docker-core-command-go 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.468s coverage: 28.6% of statements 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.211s coverage: 100.0% of statements 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.114s coverage: 100.0% of statements 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.390s coverage: 86.7% of statements 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.355s coverage: 97.5% of statements 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:37:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.148s coverage: 79.0% of statements 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:37:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:37:56 Removing intermediate container 9a8af60aa387 00:37:56 ---> 3c8654e23bb9 00:37:56 Step 6/27 : COPY go.mod . 00:37:59 ---> 372241c04974 00:37:59 Step 7/27 : RUN go mod download 00:38:00 ---> Running in 7756c463df93 00:38:01 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:01 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:01 ---> fd69410f3dc0 00:38:01 Step 3/22 : WORKDIR /edgex-go 00:38:01 ---> Using cache 00:38:01 ---> 9e345d031d91 00:38:01 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:01 ---> Using cache 00:38:01 ---> fb790a16ee5c 00:38:01 Step 5/22 : RUN apk update && apk add make git 00:38:01 ---> Using cache 00:38:01 ---> 26486b27cefe 00:38:01 Step 6/22 : COPY go.mod . 00:38:01 ---> Using cache 00:38:01 ---> 524ca615f373 00:38:01 Step 7/22 : RUN go mod download 00:38:01 ---> Using cache 00:38:01 ---> b70283208ee6 00:38:01 Step 8/22 : COPY . . 00:38:01 ---> Using cache 00:38:01 ---> 816d45d16f87 00:38:01 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:38:01 ---> Running in 4c708ee761ab 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.036s coverage: 95.7% of statements 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.162s coverage: 0.0% of statements [no tests to run] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.730s coverage: 63.5% of statements 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:38:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.097s coverage: 100.0% of statements 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.099s coverage: 91.3% of statements 00:38:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements 00:38:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 00:38:05 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.064s coverage: 100.0% of statements 00:38:05 Removing intermediate container 7756c463df93 00:38:05 ---> 443035037034 00:38:05 Step 8/27 : COPY . . 00:38:05 ---> 46bff1babbf7 00:38:05 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:38:05 ---> Running in 7f501f65be6e 00:38:09 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:38:09 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.945s coverage: 55.9% of statements 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:38:09 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:38:17 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:38:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:27 ---> fd69410f3dc0 00:38:27 Step 3/22 : WORKDIR /edgex-go 00:38:27 ---> Using cache 00:38:27 ---> 9e345d031d91 00:38:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:27 ---> Using cache 00:38:27 ---> fb790a16ee5c 00:38:27 Step 5/22 : RUN apk update && apk add make git 00:38:27 ---> Using cache 00:38:27 ---> 26486b27cefe 00:38:27 Step 6/22 : COPY go.mod . 00:38:27 ---> Using cache 00:38:27 ---> 524ca615f373 00:38:27 Step 7/22 : RUN go mod download 00:38:27 ---> Using cache 00:38:27 ---> b70283208ee6 00:38:27 Step 8/22 : COPY . . 00:38:27 ---> Using cache 00:38:27 ---> 816d45d16f87 00:38:27 Step 9/22 : RUN make cmd/core-command/core-command 00:38:27 ---> Running in 93057d70404c 00:38:28 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:34 Removing intermediate container d08e0aa2fe8f 00:38:34 ---> fa5132cc8af9 00:38:34 00:38:34 Step 10/24 : FROM alpine:3.10 00:38:34 ---> be4e4bea2c2e 00:38:34 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:38:34 ---> Using cache 00:38:34 ---> 8bcab8970ad8 00:38:34 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:35 ---> Running in 4ce09264e67d 00:38:36 Removing intermediate container 4ce09264e67d 00:38:36 ---> e40c73e6660f 00:38:36 Step 13/24 : WORKDIR / 00:38:37 ---> Running in 738edd322eec 00:38:37 ---> da70cac55c25 00:38:37 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:38:37 ---> Running in 513ee3ad7fe1 00:38:38 Removing intermediate container 738edd322eec 00:38:38 ---> 510ae1026981 00:38:38 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:38:40 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:40 ---> d58dad73f754 00:38:40 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:38:40 Removing intermediate container 7f501f65be6e 00:38:40 ---> 5e782df18917 00:38:40 00:38:40 Step 9/29 : FROM alpine:latest 00:38:40 ---> d6e46aa2470d 00:38:40 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:38:40 ---> Running in f6ed09f48e14 00:38:41 ---> 562c81f3492a 00:38:41 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:41 Removing intermediate container f6ed09f48e14 00:38:41 ---> 9457fcef0957 00:38:41 Step 11/29 : USER root 00:38:41 ---> Running in 0df4e1b45f96 00:38:41 ---> 62a3c8618ef7 00:38:41 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:41 Removing intermediate container 0df4e1b45f96 00:38:41 ---> 9a1505708f0c 00:38:41 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:38:41 ---> Running in 50d6c0d7effa 00:38:43 ---> 61ea29734d2c 00:38:43 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:43 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:38:43 v3.12.1-58-g63ac528694 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:38:43 OK: 12746 distinct packages available 00:38:44 ---> f51bd7ffcf10 00:38:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:44 (1/2) Installing ca-certificates (20191127-r4) 00:38:44 (2/2) Installing dumb-init (1.2.2-r1) 00:38:44 Executing busybox-1.31.1-r19.trigger 00:38:44 Executing ca-certificates-20191127-r4.trigger 00:38:45 OK: 6 MiB in 16 packages 00:38:45 ---> 9385324a682f 00:38:45 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:38:46 ---> Running in 342cda079c94 00:38:47 Removing intermediate container 50d6c0d7effa 00:38:47 ---> 455dd5187669 00:38:47 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:38:49 ---> Running in dfbb15569a98 00:38:50 Removing intermediate container 4c708ee761ab 00:38:50 ---> 685deb64206b 00:38:50 00:38:50 Step 10/22 : FROM scratch 00:38:50 ---> 00:38:50 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:50 Removing intermediate container dfbb15569a98 00:38:50 ---> c89babe1503b 00:38:50 Step 14/29 : WORKDIR $BASE_DIR 00:38:51 ---> Running in 9e0d29854527 00:38:51 ---> Using cache 00:38:51 ---> 6586f9ae1829 00:38:51 Step 12/22 : ENV APP_PORT=48081 00:38:51 Removing intermediate container 342cda079c94 00:38:51 ---> 15d860d42ac3 00:38:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:51 ---> Running in d965d0f4f36b 00:38:51 Removing intermediate container 9e0d29854527 00:38:51 ---> de6fce619adf 00:38:51 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:38:52 ---> Running in 960d28690c47 00:38:52 ---> Running in 399e68e62236 00:38:52 Removing intermediate container d965d0f4f36b 00:38:52 ---> 205908507629 00:38:52 Step 13/22 : EXPOSE $APP_PORT 00:38:52 ---> Running in 4ea3c085f4e8 00:38:52 Removing intermediate container 960d28690c47 00:38:52 ---> 9e944ffead4f 00:38:52 Step 22/24 : LABEL arch=x86_64 00:38:52 ---> Running in a38932b213f1 00:38:52 Removing intermediate container 4ea3c085f4e8 00:38:52 ---> 169cd2772f11 00:38:52 Step 14/22 : WORKDIR / 00:38:53 ---> Running in 5d7d19ceafb5 00:38:53 Removing intermediate container a38932b213f1 00:38:53 ---> 869bb15c99ea 00:38:53 Step 23/24 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:38:53 ---> Running in e37275ff658e 00:38:53 Removing intermediate container 5d7d19ceafb5 00:38:53 ---> b3957cae12d7 00:38:53 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:38:53 Removing intermediate container e37275ff658e 00:38:53 ---> 224705252f81 00:38:53 Step 24/24 : LABEL version=0.0.0 00:38:54 ---> Running in 46f97bc5dd4e 00:38:54 ---> 85e801a57c01 00:38:54 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:38:54 Removing intermediate container 399e68e62236 00:38:54 ---> 9916a0c730d8 00:38:54 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:38:54 Removing intermediate container 46f97bc5dd4e 00:38:54 ---> 3a375e0bf519 00:38:54 00:38:55 Successfully built 3a375e0bf519 00:38:55 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:55 Building docker-security-proxy-setup-go 00:38:55  Building docker-security-secretstore-setup-go ... done  ---> ddc0dfd2143b 00:38:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:38:55 ---> e6d8350ab453 00:38:55 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:38:56 ---> c41610857333 00:38:56 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:38:56 ---> 63e0042fa97a 00:38:56 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:38:56 ---> Running in 1bb4ad2399d3 00:39:03 ---> ede64581e9c0 00:39:03 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:39:03 Removing intermediate container 1bb4ad2399d3 00:39:03 ---> 38743ea7a51d 00:39:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:03 ---> Running in 9f0273040e79 00:39:03 Removing intermediate container 9f0273040e79 00:39:03 ---> da9c756afdbe 00:39:03 Step 20/22 : LABEL arch=x86_64 00:39:03 ---> 3ee1fd7631e2 00:39:03 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:39:05 ---> Running in 9b44d3e6935d 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 51.482s coverage: 86.3% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.870s coverage: 72.2% of statements 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.641s coverage: 72.1% of statements 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.095s coverage: 82.4% of statements 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.077s coverage: 48.4% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.076s coverage: 28.8% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.088s coverage: 96.8% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.416s coverage: 37.2% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.511s coverage: 84.1% of statements 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.092s coverage: 42.9% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.097s coverage: 100.0% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.094s coverage: 83.8% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.406s coverage: 47.1% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.100s coverage: 100.0% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.422s coverage: 29.1% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.219s coverage: 99.0% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.101s coverage: 100.0% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.063s coverage: 0.0% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.045s coverage: 100.0% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.078s coverage: 87.9% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.061s coverage: 32.1% of statements 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.076s coverage: 100.0% of statements 00:39:05 GO111MODULE=on go vet ./... 00:39:08 ---> 5d025fc268c7 00:39:08 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:39:11 ---> Running in dce7c3fa7f43 00:39:11 Removing intermediate container 9b44d3e6935d 00:39:11 ---> 14cd82c1edaa 00:39:11 Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:39:11 Removing intermediate container 93057d70404c 00:39:11 ---> 101c5a3f0e37 00:39:11 00:39:11 Step 10/22 : FROM scratch 00:39:11 ---> 00:39:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:11 ---> Running in bcb30bd92a78 00:39:11 ---> Using cache 00:39:11 ---> 6586f9ae1829 00:39:11 Step 12/22 : ENV APP_PORT=48082 00:39:13 ---> Running in 468f6d6be917 00:39:14 Removing intermediate container bcb30bd92a78 00:39:14 ---> 6b2e46b4090d 00:39:14 Step 22/22 : LABEL version=0.0.0 00:39:15 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:15 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:39:15 ---> fd69410f3dc0 00:39:15 Step 3/20 : WORKDIR /edgex-go 00:39:17 ---> Using cache 00:39:17 ---> 9e345d031d91 00:39:17 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:17 ---> Using cache 00:39:17 ---> fb790a16ee5c 00:39:17 Step 5/20 : RUN apk update && apk add make git 00:39:17 ---> Using cache 00:39:17 ---> 26486b27cefe 00:39:17 Step 6/20 : COPY go.mod . 00:39:17 ---> Using cache 00:39:17 ---> 524ca615f373 00:39:17 Step 7/20 : RUN go mod download 00:39:17 ---> Using cache 00:39:17 ---> b70283208ee6 00:39:17 Step 8/20 : COPY . . 00:39:17 ---> Running in eebe35fbd684 00:39:17 Removing intermediate container 468f6d6be917 00:39:17 ---> 498af7103278 00:39:17 Step 13/22 : EXPOSE $APP_PORT 00:39:17 ---> Using cache 00:39:17 ---> 816d45d16f87 00:39:17 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:39:17 Removing intermediate container 513ee3ad7fe1 00:39:17 ---> ee1db8d9a29b 00:39:17 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:17 ---> Running in 854e69f14e39 00:39:17 ---> Running in 2e0636406ebd 00:39:17 ---> Running in ac032cb7d1ec 00:39:17 Removing intermediate container eebe35fbd684 00:39:17 ---> 9b848911e9b2 00:39:17 00:39:17 Removing intermediate container 854e69f14e39 00:39:17 ---> 2ea9cba023e1 00:39:17 Step 14/22 : WORKDIR / 00:39:17 Successfully built 9b848911e9b2 00:39:17 Removing intermediate container dce7c3fa7f43 00:39:17 ---> 5e4581fa5b25 00:39:17 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:39:17 Successfully tagged docker-core-metadata-go:latest 00:39:17  Building docker-core-metadata-go ... done  ---> Running in e620ed510a89 00:39:17 Removing intermediate container e620ed510a89 00:39:17 ---> 1dc1b1b399c8 00:39:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:39:17 ---> e6498f9176ff 00:39:17 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:39:17 ---> Running in b3498ed79b54 00:39:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:39:19 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:39:19 ---> 4ea85f71c35c 00:39:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:39:20 ---> 201f77925cdd 00:39:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:39:20 Removing intermediate container b3498ed79b54 00:39:20 ---> 7789d35b726d 00:39:20 Step 24/29 : RUN chmod 755 security-secrets-setup 00:39:20 ---> 50b1c7032603 00:39:20 Step 18/22 : ENTRYPOINT ["/core-command"] 00:39:20 ---> Running in 5fb81f46766b 00:39:20 ---> Running in bd2ddea6ed54 00:39:21 Removing intermediate container bd2ddea6ed54 00:39:21 ---> 334567d3b463 00:39:21 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:21 ---> Running in bfb342881cf4 00:39:22 Removing intermediate container bfb342881cf4 00:39:22 ---> fe669c1b2608 00:39:22 Step 20/22 : LABEL arch=x86_64 00:39:22 ---> Running in a1e7b320088a 00:39:22 Removing intermediate container 2e0636406ebd 00:39:22 ---> e7c4995216d6 00:39:22 00:39:22 Step 11/27 : FROM docker:latest 00:39:22 ---> 6972c414f322 00:39:22 Step 12/27 : RUN apk add --no-cache bash 00:39:22 ---> Running in 667c6f158841 00:39:23 Removing intermediate container a1e7b320088a 00:39:23 ---> 4b15ee2e219f 00:39:23 Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:39:23 ---> Running in 81f96fb6e0d4 00:39:24 Removing intermediate container 81f96fb6e0d4 00:39:24 ---> c7f7d0f4c164 00:39:24 Step 22/22 : LABEL version=0.0.0 00:39:24 Removing intermediate container 5fb81f46766b 00:39:24 ---> 93ab79593590 00:39:24 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:39:24 ---> Running in 9bc6a784bfec 00:39:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:24 ---> Running in cf5b0864ff36 00:39:24 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:24 Removing intermediate container cf5b0864ff36 00:39:24 ---> 3c6dcb775aaf 00:39:24 Step 26/29 : CMD [ "generate" ] 00:39:24 Removing intermediate container 9bc6a784bfec 00:39:24 ---> ae84e20f4cc8 00:39:24 00:39:24 (1/2) Installing readline (8.0.4-r0) 00:39:24 (2/2) Installing bash (5.0.17-r0) 00:39:24 Executing bash-5.0.17-r0.post-install 00:39:24 ---> Running in aa2170d5c1bb 00:39:24 Executing busybox-1.31.1-r19.trigger 00:39:24 OK: 12 MiB in 22 packages 00:39:24 Successfully built ae84e20f4cc8 00:39:24 Successfully tagged docker-core-command-go:latest 00:39:24  Building docker-core-command-go ... done Removing intermediate container aa2170d5c1bb 00:39:24 ---> 2264d73920cc 00:39:24 Step 27/29 : LABEL arch=x86_64 00:39:24 ---> Running in 24576f0ad17c 00:39:24 Removing intermediate container 24576f0ad17c 00:39:24 ---> 5341daab08b0 00:39:24 Step 28/29 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:39:25 ---> Running in 1c26ea5a989b 00:39:25 Removing intermediate container 667c6f158841 00:39:25 ---> a1fd2be4f6a8 00:39:25 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:39:25 ---> Running in 8b50962d95ee 00:39:25 Removing intermediate container 1c26ea5a989b 00:39:25 ---> 4f1acdfe39f4 00:39:25 Step 29/29 : LABEL version=0.0.0 00:39:25 ---> Running in 9cbbe1394c8a 00:39:26 Removing intermediate container 9cbbe1394c8a 00:39:26 ---> 281f26c49425 00:39:26 00:39:26 Successfully built 281f26c49425 00:39:26 Successfully tagged docker-security-secrets-setup-go:latest 00:39:27  Building docker-security-secrets-setup-go ... done Removing intermediate container 8b50962d95ee 00:39:27 ---> 6e8773f4db40 00:39:27 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:39:27 ---> Running in 681d57e482e6 00:39:27 Removing intermediate container 681d57e482e6 00:39:27 ---> 05d9d275ddc2 00:39:27 Step 15/27 : ENV APP_PORT=48090 00:39:27 ---> Running in 5f104c9dad7e 00:39:28 Removing intermediate container 5f104c9dad7e 00:39:28 ---> e15db25efd19 00:39:28 Step 16/27 : EXPOSE $APP_PORT 00:39:28 ---> Running in ccee0095d224 00:39:28 Removing intermediate container ccee0095d224 00:39:28 ---> e09befc219e7 00:39:28 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:39:29 ---> eb36cb59df81 00:39:29 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:39:29 ---> 3ec1a9e87b65 00:39:29 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:39:30 ---> 647698e04131 00:39:30 Step 20/27 : RUN apk --no-cache add py3-pip 00:39:30 ---> Running in 077ca6a4dd1e 00:39:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:30 (1/33) Installing libbz2 (1.0.8-r1) 00:39:30 (2/33) Installing expat (2.2.9-r1) 00:39:30 (3/33) Installing libffi (3.3-r2) 00:39:30 (4/33) Installing gdbm (1.13-r1) 00:39:30 (5/33) Installing xz-libs (5.2.5-r0) 00:39:30 (6/33) Installing sqlite-libs (3.32.1-r0) 00:39:30 (7/33) Installing python3 (3.8.5-r0) 00:39:36 (8/33) Installing py3-appdirs (1.4.4-r1) 00:39:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:39:36 Removing intermediate container ac032cb7d1ec 00:39:36 ---> 75b776756a25 00:39:36 00:39:36 Step 10/20 : FROM alpine 00:39:36 ---> d6e46aa2470d 00:39:36 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:39:36 (10/33) Installing py3-parsing (2.4.7-r0) 00:39:36 (11/33) Installing py3-six (1.15.0-r0) 00:39:36 (12/33) Installing py3-packaging (20.4-r0) 00:39:36 (13/33) Installing py3-setuptools (47.0.0-r0) 00:39:36 (14/33) Installing py3-chardet (3.0.4-r4) 00:39:36 ---> Running in 753b37d0c59e 00:39:36 (15/33) Installing py3-idna (2.9-r0) 00:39:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:39:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:39:36 (18/33) Installing py3-requests (2.23.0-r0) 00:39:36 (19/33) Installing py3-msgpack (1.0.0-r0) 00:39:36 (20/33) Installing py3-lockfile (0.12.2-r3) 00:39:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:39:36 (22/33) Installing py3-colorama (0.4.3-r0) 00:39:36 (23/33) Installing py3-distlib (0.3.0-r0) 00:39:36 (24/33) Installing py3-distro (1.5.0-r1) 00:39:36 (25/33) Installing py3-webencodings (0.5.1-r3) 00:39:36 (26/33) Installing py3-html5lib (1.0.1-r4) 00:39:36 (27/33) Installing py3-pytoml (0.1.21-r0) 00:39:36 (28/33) Installing py3-pep517 (0.8.2-r0) 00:39:36 (29/33) Installing py3-progress (1.5-r0) 00:39:36 (30/33) Installing py3-toml (0.10.1-r0) 00:39:36 (31/33) Installing py3-retrying (1.3.3-r0) 00:39:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:39:36 (33/33) Installing py3-pip (20.1.1-r0) 00:39:36 Executing busybox-1.31.1-r19.trigger 00:39:36 OK: 71 MiB in 55 packages 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:37 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:39:37 v3.12.1-58-g63ac528694 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:39:37 OK: 12746 distinct packages available 00:39:37 (1/4) Installing ca-certificates (20191127-r4) 00:39:37 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:37 (3/4) Installing libcurl (7.69.1-r1) 00:39:37 (4/4) Installing curl (7.69.1-r1) 00:39:37 Executing busybox-1.31.1-r19.trigger 00:39:37 Executing ca-certificates-20191127-r4.trigger 00:39:37 OK: 7 MiB in 18 packages 00:39:40 Removing intermediate container 753b37d0c59e 00:39:40 ---> a2162ca68fce 00:39:40 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:42 ---> Running in b1df903a708c 00:39:44 Removing intermediate container b1df903a708c 00:39:44 ---> 05ee553576e9 00:39:44 Step 13/20 : WORKDIR /edgex 00:39:44 ---> Running in f03086b5aa8b 00:39:44 Removing intermediate container 077ca6a4dd1e 00:39:44 ---> 7d6ff68ff2b0 00:39:44 Step 21/27 : RUN pip install docker-compose==1.23.2 00:39:44 ---> Running in 9f090d7cbbf0 00:39:44 Removing intermediate container f03086b5aa8b 00:39:44 ---> c9e125c41e8b 00:39:44 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:45 ---> 93dc5046d995 00:39:45 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:45 ---> f6ba8e586cc7 00:39:45 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:45 ---> Running in bd23051fb9e3 00:39:45 Removing intermediate container bd23051fb9e3 00:39:45 ---> 2431d5026e83 00:39:45 Step 17/20 : CMD ["--init=true"] 00:39:45 ---> Running in 1adb1225055a 00:39:46 Collecting docker-compose==1.23.2 00:39:46 Removing intermediate container 1adb1225055a 00:39:46 ---> 94200da25be9 00:39:46 Step 18/20 : LABEL arch=x86_64 00:39:46 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:39:46 ---> Running in f79ffb32e835 00:39:46 Removing intermediate container f79ffb32e835 00:39:46 ---> c7b1b75121fd 00:39:46 Step 19/20 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:39:46 Collecting dockerpty<0.5,>=0.4.1 00:39:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:39:46 ---> Running in 37fdbb019d8e 00:39:46 Removing intermediate container 37fdbb019d8e 00:39:46 ---> 0f497af8a640 00:39:46 Step 20/20 : LABEL version=0.0.0 00:39:46 ---> Running in 720199f8f038 00:39:47 Removing intermediate container 720199f8f038 00:39:47 ---> 05ab15727a46 00:39:47 00:39:47 Successfully built 05ab15727a46 00:39:47 Successfully tagged docker-security-proxy-setup-go:latest 00:39:47  Building docker-security-proxy-setup-go ... done Collecting cached-property<2,>=1.2.0 00:39:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:39:47 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:47 Collecting texttable<0.10,>=0.9.0 00:39:47 Downloading texttable-0.9.1.tar.gz (11 kB) 00:39:49 Collecting jsonschema<3,>=2.5.1 00:39:49 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:39:49 Collecting docker<4.0,>=3.6.0 00:39:49 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:39:49 Collecting docopt<0.7,>=0.6.1 00:39:49 Downloading docopt-0.6.2.tar.gz (25 kB) 00:39:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:39:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:39:50 Collecting PyYAML<4,>=3.10 00:39:50 Downloading PyYAML-3.13.tar.gz (270 kB) 00:39:51 Collecting websocket-client<1.0,>=0.32.0 00:39:51 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:39:51 Collecting docker-pycreds>=0.4.0 00:39:51 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:39:51 Collecting idna<2.8,>=2.5 00:39:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:39:52 Collecting urllib3<1.25,>=1.21.1 00:39:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:39:52 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:39:52 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:39:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:39:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:39:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:39:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:39:52 Installing collected packages: dockerpty, cached-property, texttable, jsonschema, websocket-client, docker-pycreds, idna, urllib3, requests, docker, docopt, PyYAML, docker-compose 00:39:52 Running setup.py install for dockerpty: started 00:39:53 Running setup.py install for dockerpty: finished with status 'done' 00:39:53 Running setup.py install for texttable: started 00:39:53 Running setup.py install for texttable: finished with status 'done' 00:39:53 Attempting uninstall: idna 00:39:53 Found existing installation: idna 2.9 00:39:53 Uninstalling idna-2.9: 00:39:53 Successfully uninstalled idna-2.9 00:39:54 Attempting uninstall: urllib3 00:39:54 Found existing installation: urllib3 1.25.9 00:39:54 Uninstalling urllib3-1.25.9: 00:39:54 Successfully uninstalled urllib3-1.25.9 00:39:54 Attempting uninstall: requests 00:39:54 Found existing installation: requests 2.23.0 00:39:54 Uninstalling requests-2.23.0: 00:39:54 Successfully uninstalled requests-2.23.0 00:39:54 Running setup.py install for docopt: started 00:39:55 Running setup.py install for docopt: finished with status 'done' 00:39:55 Running setup.py install for PyYAML: started 00:39:55 Running setup.py install for PyYAML: finished with status 'done' 00:39:56 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:40:00 Removing intermediate container 9f090d7cbbf0 00:40:00 ---> b528cfa0a5f7 00:40:00 Step 22/27 : RUN apk --no-cache add curl 00:40:00 ---> Running in 215a52313bda 00:40:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:00 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:00 (2/3) Installing libcurl (7.69.1-r1) 00:40:00 (3/3) Installing curl (7.69.1-r1) 00:40:00 Executing busybox-1.31.1-r19.trigger 00:40:00 OK: 72 MiB in 58 packages 00:40:01 Removing intermediate container 215a52313bda 00:40:01 ---> e45c6bfbaa15 00:40:01 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:01 ---> Running in 2febf7ce9403 00:40:01 Removing intermediate container 2febf7ce9403 00:40:01 ---> a99b188da881 00:40:01 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:01 ---> Running in ee51b7bf6706 00:40:02 Removing intermediate container ee51b7bf6706 00:40:02 ---> ad1316351772 00:40:02 Step 25/27 : LABEL arch=x86_64 00:40:02 ---> Running in 6a83c75dde6e 00:40:02 Removing intermediate container 6a83c75dde6e 00:40:02 ---> db469b89c276 00:40:02 Step 26/27 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:40:02 ---> Running in fa9971c49509 00:40:02 Removing intermediate container fa9971c49509 00:40:02 ---> 98770444f90f 00:40:02 Step 27/27 : LABEL version=0.0.0 00:40:02 ---> Running in 41e096eb8f24 00:40:02 Removing intermediate container 41e096eb8f24 00:40:02 ---> 8d619a740cab 00:40:02 00:40:02 Successfully built 8d619a740cab 00:40:02 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:03  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:03 $ docker stop --time=1 bf06b80d8f58db8272911d7b2a3603b544a81d1000292f89ab454606e49a9f0d 00:40:04 $ docker rm -f bf06b80d8f58db8272911d7b2a3603b544a81d1000292f89ab454606e49a9f0d [Pipeline] // withDockerContainer [Pipeline] sh 00:40:05 + docker images 00:40:05 + grep docker 00:40:05 docker-sys-mgmt-agent-go latest 8d619a740cab 3 seconds ago 290MB 00:40:05 docker-security-proxy-setup-go latest 05ab15727a46 19 seconds ago 15.8MB 00:40:05 docker-security-secrets-setup-go latest 281f26c49425 40 seconds ago 24MB 00:40:05 docker-core-command-go latest ae84e20f4cc8 41 seconds ago 12.2MB 00:40:05 docker-core-metadata-go latest 9b848911e9b2 49 seconds ago 14.5MB 00:40:05 docker-security-secretstore-setup-go latest 3a375e0bf519 About a minute ago 24.8MB 00:40:05 docker-core-data-go latest 1224bc29d198 2 minutes ago 23.7MB 00:40:05 docker-security-bootstrap-redis-go latest ce2b670dae06 2 minutes ago 15.9MB 00:40:05 docker-support-logging-go latest 2f58f23a99ac 2 minutes ago 11.1MB 00:40:05 docker-support-notifications-go latest ab85be953493 2 minutes ago 13.6MB 00:40:05 docker-support-scheduler-go latest 597515e20540 3 minutes ago 12.3MB 00:40:05 docker latest 6972c414f322 5 weeks ago 217MB [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:40:14 gofmt -l . 00:40:14 [ "`gofmt -l .`" = "" ] 00:40:15 ./bin/test-go-mod-tidy.sh 00:40:16 ./bin/test-attribution-txt.sh [Pipeline] sh 00:40:21 Still waiting to schedule task 00:40:21 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:40:21 + ls -al . 00:40:21 total 672 00:40:21 drwxrwxr-x 9 1001 1001 4096 Nov 27 00:40 . 00:40:21 drwxr-xr-x 4 root root 4096 Nov 27 00:35 .. 00:40:21 -rw-rw-r-- 1 1001 1001 11 Nov 27 00:34 .dockerignore 00:40:21 drwxrwxr-x 8 1001 1001 4096 Nov 27 00:34 .git 00:40:21 drwxrwxr-x 3 1001 1001 4096 Nov 27 00:34 .github 00:40:21 -rw-rw-r-- 1 1001 1001 971 Nov 27 00:34 .gitignore 00:40:21 -rw-rw-r-- 1 1001 1001 166 Nov 27 00:34 .sonarcloud.properties 00:40:21 -rw-rw-r-- 1 1001 1001 3804 Nov 27 00:34 CONTRIBUTING.md 00:40:21 -rw-rw-r-- 1 1001 1001 1035 Nov 27 00:34 Dockerfile.build 00:40:21 -rw-rw-r-- 1 1001 1001 943 Nov 27 00:34 Jenkinsfile 00:40:21 -rw-rw-r-- 1 1001 1001 10775 Nov 27 00:34 LICENSE 00:40:21 -rw-rw-r-- 1 1001 1001 6581 Nov 27 00:34 Makefile 00:40:21 -rw-rw-r-- 1 1001 1001 6447 Nov 27 00:34 README.md 00:40:21 -rw-rw-r-- 1 1001 1001 259 Nov 27 00:34 SECURITY.md 00:40:21 -rw-rw-r-- 1 1001 1001 5 Nov 27 00:30 VERSION 00:40:21 -rw-rw-r-- 1 1001 1001 4131 Nov 27 00:34 ZMQWindows.md 00:40:21 drwxrwxr-x 2 1001 1001 4096 Nov 27 00:34 bin 00:40:21 drwxrwxr-x 15 1001 1001 4096 Nov 27 00:34 cmd 00:40:21 -rw-r--r-- 1 root root 549148 Nov 27 00:38 coverage.out 00:40:21 -rw-r--r-- 1 root root 1041 Nov 27 00:40 go.mod 00:40:21 -rw-r--r-- 1 root root 18746 Nov 27 00:40 go.sum 00:40:21 drwxrwxr-x 8 1001 1001 4096 Nov 27 00:34 internal 00:40:21 drwxrwxr-x 4 1001 1001 4096 Nov 27 00:34 openapi 00:40:21 drwxrwxr-x 4 1001 1001 4096 Nov 27 00:34 snap 00:40:21 -rw-rw-r-- 1 1001 1001 168 Nov 27 00:34 version.go [Pipeline] sh 00:40:22 + '[' -e coverage.out ] 00:40:22 + chown 1001:1001 coverage.out [Pipeline] stash 00:40:22 Warning: overwriting stash ‘coverage-report’ 00:40:23 Stashed 1 file(s) [Pipeline] sh 00:40:24 + make build 00:40:24 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:40:56 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:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:41:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:41:25 Running on prd-ubuntu18.04-docker-8c-8g-13635 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws 00:41:25 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:41:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:41:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:41:28 using credential edgex-jenkins-ssh 00:41:28 Cloning the remote Git repository 00:41:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:41:28 > git init /w/workspace/edgex-go/3 # timeout=10 00:41:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:41:28 > git --version # timeout=10 00:41:28 > git --version # 'git version 2.17.1' 00:41:28 using GIT_SSH to set credentials SSH Credentials for GitHub 00:41:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:41:34 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:41:45 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:41:49 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:41: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:42:01 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:05 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 [Pipeline] } 00:42:11 $ docker stop --time=1 f202389034e4a2b34e1af818693e13fce51e831d3697b157fdea814a26923c04 00:42:13 Merging remotes/origin/master commit ea5d7be70bf78d25df2f442b65fefbdc258c073e into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d 00:42:13 Merge succeeded, producing 85b96e7fa93ed0f3446ef1cfc5f1eec5f821f781 00:42:13 Checking out Revision 85b96e7fa93ed0f3446ef1cfc5f1eec5f821f781 (PR-2898) 00:42:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:12 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:12 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:12 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:42:13 > git config core.sparsecheckout # timeout=10 00:42:13 > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 00:42:13 > git remote # timeout=10 00:42:13 > git config --get remote.origin.url # timeout=10 00:42:13 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:13 > git merge ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 00:42:13 > git rev-parse HEAD^{commit} # timeout=10 00:42:13 > git config core.sparsecheckout # timeout=10 00:42:13 > git checkout -f 85b96e7fa93ed0f3446ef1cfc5f1eec5f821f781 # timeout=10 00:42:14 $ docker rm -f f202389034e4a2b34e1af818693e13fce51e831d3697b157fdea814a26923c04 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:16 00:42:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:42:17 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:17 latest: Pulling from edgex-devops/edgex-compose-arm64 00:42:17 29e5d40040c1: Pulling fs layer 00:42:17 1ce36da41761: Pulling fs layer 00:42:17 25b303627fd3: Pulling fs layer 00:42:17 29e5d40040c1: Download complete 00:42:17 Commit message: "Merge commit 'ea5d7be70bf78d25df2f442b65fefbdc258c073e' into HEAD" 00:42:17 First time build. Skipping changelog. 00:42:17 29e5d40040c1: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:18 1ce36da41761: Verifying Checksum 00:42:18 1ce36da41761: Download complete 00:42:19 + echo snap-build.sh 00:42:19 snap-build.sh 00:42:19 + SNAP_BASE_DIR=. 00:42:19 + '[' '!' -z /w/workspace/edgex-go/3 ']' 00:42:19 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 00:42:19 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 00:42:19 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 00:42:19 + cd /w/workspace/edgex-go/3 00:42:19 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:19 Reading package lists... 00:42:19 Building dependency tree... 00:42:19 Reading state information... 00:42:19 1ce36da41761: Pull complete 00:42:19 The following packages were automatically installed and are no longer required: 00:42:19 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:19 uidmap xdelta3 00:42:19 Use 'sudo apt autoremove' to remove them. 00:42:19 The following packages will be REMOVED: 00:42:19 lxd* lxd-client* 00:42:19 25b303627fd3: Verifying Checksum 00:42:19 25b303627fd3: Download complete 00:42:20 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:20 After this operation, 31.7 MB disk space will be freed. 00:42:17 > git rev-list --no-walk 3758903d774cea31f1c2ace130b3712dedad29a7 # timeout=10 00:42:22 (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:42:22 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:23 Removing lxd dnsmasq configuration 00:42:23 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:23 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:24 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:25 (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:42:25 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:27 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:27 Processing triggers for ureadahead (0.100.0-21) ... 00:42:29 + sudo snap remove --purge lxd 00:42:29 snap "lxd" is not installed 00:42:29 + sudo groupadd --force --system lxd 00:42:29 ++ whoami 00:42:29 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:29 + newgrp - lxd 00:42:29 + sudo snap install lxd 00:42:29 25b303627fd3: Pull complete 00:42:29 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:42:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:29 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:42:30 prd-ubuntu18.04-docker-arm64-4c-16g-13623 does not seem to be running inside a container 00:42:30 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:33 $ docker top 5c3a7f6bae8e792fcf99342f02ce6d16def3e0b14cecb811181a475d6a2182d3 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:34 + docker-compose build --help 00:42:34 + grep parallel 00:42:39 2020-11-27T00:42:37Z INFO Waiting for automatic snapd restart... 00:42:40 --parallel Build images in parallel. [Pipeline] } 00:42:40 $ docker stop --time=1 5c3a7f6bae8e792fcf99342f02ce6d16def3e0b14cecb811181a475d6a2182d3 00:42:42 $ docker rm -f 5c3a7f6bae8e792fcf99342f02ce6d16def3e0b14cecb811181a475d6a2182d3 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:43 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:42:43 . [Pipeline] withDockerContainer 00:42:43 prd-ubuntu18.04-docker-arm64-4c-16g-13623 does not seem to be running inside a container 00:42:43 $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:42:44 $ docker top 47761144e4a6b186616ec39594b93b570a78454ee8dbe23788cfe9e9fb071996 -eo pid,comm [Pipeline] { [Pipeline] sh 00:42:46 + docker-compose -f ./docker-compose-build.yml build --parallel 00:42:52 Building docker-core-command-go ... 00:42:52 Building docker-core-data-go ... 00:42:52 Building docker-core-metadata-go ... 00:42:52 Building docker-security-bootstrap-redis-go ... 00:42:52 Building docker-security-proxy-setup-go ... 00:42:52 Building docker-security-secrets-setup-go ... 00:42:52 Building docker-security-secretstore-setup-go ... 00:42:52 Building docker-support-logging-go ... 00:42:52 Building docker-support-notifications-go ... 00:42:52 Building docker-support-scheduler-go ... 00:42:52 Building docker-sys-mgmt-agent-go ... 00:42:52 Building docker-security-secretstore-setup-go 00:42:52 Building docker-support-scheduler-go 00:42:52 Building docker-core-command-go 00:42:52 Building docker-core-data-go 00:42:52 Building docker-security-bootstrap-redis-go 00:42:54 lxd 4.8 from Canonical* installed 00:42:54 + sudo lxd init --auto 00:43:04 + sudo snap install --classic snapcraft 00:43:12 snapcraft 4.4.2 from Canonical* installed 00:43:12 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:12 + patch --verbose -p1 00:43:12 Hmm... Looks like a unified diff to me... 00:43:12 The text leading up to this was: 00:43:12 -------------------------- 00:43:12 |From a9bd8c5b8ca0ac91b0300ab4e3abf75e1384a8b7 Mon Sep 17 00:00:00 2001 00:43:12 |From: Tony Espy 00:43:12 |Date: Wed, 28 Oct 2020 12:14:21 -0400 00:43:12 |Subject: [PATCH] [PATCH] optimize snap build for pipeline CI check 00:43:12 | 00:43:12 |--- 00:43:12 | snap/snapcraft.yaml | 465 +------------------------------------------- 00:43:12 | 1 file changed, 2 insertions(+), 463 deletions(-) 00:43:12 | 00:43:12 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:12 |index 7d1e8c7c..24aef30d 100644 00:43:12 |--- a/snap/snapcraft.yaml 00:43:12 |+++ b/snap/snapcraft.yaml 00:43:12 -------------------------- 00:43:12 patching file snap/snapcraft.yaml 00:43:12 Using Plan A... 00:43:12 Hunk #1 succeeded at 75. 00:43:12 Hunk #2 succeeded at 84. 00:43:12 Hunk #3 succeeded at 218 (offset -1 lines). 00:43:12 Hunk #4 succeeded at 226 (offset -1 lines). 00:43:12 Hunk #5 succeeded at 233 (offset -1 lines). 00:43:12 Hunk #6 succeeded at 260 (offset -1 lines). 00:43:12 Hunk #7 succeeded at 294 (offset -1 lines). 00:43:12 Hunk #8 FAILED at 342. 00:43:12 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:43:12 Hmm... Ignoring the trailing garbage. 00:43:12 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:43:13 Failed in branch amd64 00:44:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:14 ---> 6ade605ce546 00:44:14 Step 3/22 : WORKDIR /edgex-go 00:44:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:44:14 ---> 6ade605ce546 00:44:14 Step 3/24 : WORKDIR /edgex-go 00:44:14 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:14 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:14 ---> 6ade605ce546 00:44:14 Step 3/23 : WORKDIR /edgex-go 00:44:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:14 ---> 6ade605ce546 00:44:14 Step 3/21 : WORKDIR /edgex-go 00:44:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:44:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:14 ---> 6ade605ce546 00:44:14 Step 3/22 : WORKDIR /edgex-go 00:44:14 ---> Running in 9ce0e02d0ea9 00:44:14 ---> Running in 11de547d181c 00:44:14 ---> Running in 3541301e1c41 00:44:14 ---> Running in a0267bd05fe4 00:44:14 ---> Running in f17502b65632 00:44:14 Removing intermediate container 9ce0e02d0ea9 00:44:14 ---> bef3d3400835 00:44:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:14 Removing intermediate container 3541301e1c41 00:44:14 ---> 890eae64e396 00:44:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:14 Removing intermediate container 11de547d181c 00:44:14 ---> 91061f5d133a 00:44:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:14 ---> Running in ead0c071dc44 00:44:14 ---> Running in d388e6477304 00:44:14 Removing intermediate container a0267bd05fe4 00:44:14 ---> 2c3c5fbc273a 00:44:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:14 Removing intermediate container f17502b65632 00:44:14 ---> ee27e3974cf3 00:44:14 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:14 ---> Running in 18ae0816e896 00:44:14 ---> Running in 2ad8cf0c7b6f 00:44:14 ---> Running in 2f9ad094cf50 00:44:14 Removing intermediate container ead0c071dc44 00:44:14 ---> eb3c7ac25551 00:44:14 Step 5/22 : RUN apk update && apk add make git 00:44:14 ---> Running in d8279934a2ce 00:44:14 Removing intermediate container d388e6477304 00:44:14 ---> a854f23b1ff4 00:44:14 Step 5/22 : RUN apk update && apk add make git 00:44:14 Removing intermediate container 18ae0816e896 00:44:14 ---> ddefa50faf13 00:44:14 Step 5/24 : RUN apk update && apk add make git 00:44:14 ---> Running in 58a5f4456fa6 00:44:14 Removing intermediate container 2f9ad094cf50 00:44:14 ---> 0831ec568409 00:44:14 Step 5/21 : RUN apk update && apk add make git 00:44:14 ---> Running in 8a750454d17e 00:44:14 Removing intermediate container 2ad8cf0c7b6f 00:44:14 ---> 9b5ddb93c380 00:44:14 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:44:14 ---> Running in c13464cf10d1 00:44:14 ---> Running in b77e714ae9eb 00:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:44:15 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:44:17 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:17 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:17 OK: 12625 distinct packages available 00:44:17 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:17 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:17 OK: 12625 distinct packages available 00:44:18 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:18 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:18 OK: 12625 distinct packages available 00:44:18 OK: 217 MiB in 51 packages 00:44:18 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:18 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:18 OK: 12625 distinct packages available 00:44:19 OK: 217 MiB in 51 packages 00:44:19 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:44:19 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:44:19 OK: 12625 distinct packages available 00:44:19 OK: 217 MiB in 51 packages 00:44:20 OK: 217 MiB in 51 packages 00:44:20 Removing intermediate container d8279934a2ce 00:44:20 ---> 60d531f23d9d 00:44:20 Step 6/22 : COPY go.mod . 00:44:20 OK: 217 MiB in 51 packages 00:44:21 Removing intermediate container 58a5f4456fa6 00:44:21 ---> e64983d17f4a 00:44:21 Step 6/22 : COPY go.mod . 00:44:22 Removing intermediate container 8a750454d17e 00:44:22 ---> c91ea5f65c41 00:44:22 Step 6/24 : COPY go.mod . 00:44:22 ---> 5b8fae5c0f8e 00:44:22 Step 7/22 : RUN go mod download 00:44:22 Removing intermediate container b77e714ae9eb 00:44:22 ---> 8cb9f119bbb8 00:44:22 Step 6/23 : COPY go.mod . 00:44:22 ---> Running in 4057e7d222f9 00:44:22 ---> cf3f0d61c823 00:44:22 Step 7/22 : RUN go mod download 00:44:22 ---> Running in 98667d9790d5 00:44:22 Removing intermediate container c13464cf10d1 00:44:22 ---> b4ae1c5c0d6b 00:44:22 Step 6/21 : COPY go.mod . 00:44:23 ---> adfeb76bca47 00:44:23 Step 7/24 : RUN go mod download 00:44:23 ---> 8fd5395df68c 00:44:23 Step 7/23 : RUN go mod download 00:44:23 ---> Running in 259e9869d2d9 00:44:24 ---> Running in e0a550f34235 00:44:24 ---> f40deb087c70 00:44:24 Step 7/21 : RUN go mod download 00:44:24 ---> Running in 91df23520c19 00:44:28 Removing intermediate container 98667d9790d5 00:44:28 ---> b11a98636627 00:44:28 Step 8/22 : COPY . .Removing intermediate container 4057e7d222f9 00:44:28 00:44:28 ---> 26f3ce14dcae 00:44:28 Step 8/22 : COPY . . 00:44:28 Removing intermediate container 259e9869d2d9 00:44:28 ---> b744c608561d 00:44:28 Step 8/24 : COPY . . 00:44:29 Removing intermediate container e0a550f34235 00:44:29 ---> 18d1e31975b6 00:44:29 Step 8/23 : COPY . . 00:44:29 Removing intermediate container 91df23520c19 00:44:29 ---> ef1c1c9f37bb 00:44:29 Step 8/21 : COPY . . 00:44:56 ---> 43616dba2442 00:44:56 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:44:56 ---> 172e73595d9a 00:44:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:44:56 ---> c5477ec78669 00:44:56 Step 9/22 : RUN make cmd/core-command/core-command 00:44:56 ---> cf0c6585fac3 00:44:56 Step 9/23 : RUN make cmd/core-data/core-data 00:44:56 ---> Running in fa3437520be1 00:44:56 ---> 5a5aabb2a2fb 00:44:56 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:44:56 ---> Running in 67fe5a823504 00:44:56 ---> Running in b1a7441c39d0 00:44:56 ---> Running in c4245122d80f 00:44:56 ---> Running in 6ded9cc43cdb 00:44:58 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:44:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:44:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:44:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:44:59 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:46:36 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:46:41 Removing intermediate container fa3437520be1 00:46:41 ---> fe67c0fb5e30 00:46:41 00:46:41 Step 10/22 : FROM alpine:3.10 00:46:41 3.10: Pulling from library/alpine 00:46:42 Removing intermediate container 67fe5a823504 00:46:42 ---> 799756ac0f2e 00:46:42 00:46:42 Step 10/24 : FROM alpine:3.10 00:46:42 3.10: Pulling from library/alpine 00:46:43 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:46:43 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:46:43 Status: Image is up to date for alpine:3.10 00:46:43 ---> 536a684cf733 00:46:43 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:46:43 Status: Downloaded newer image for alpine:3.10 00:46:43 ---> 536a684cf733 00:46:43 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:46:43 ---> Running in 3d078c854ff7 00:46:43 ---> Running in 67e9ef6032ad 00:46:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:46:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:46:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:46:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:46:47 v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:46:47 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:46:47 OK: 10169 distinct packages available 00:46:47 v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:46:47 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:46:47 OK: 10169 distinct packages available 00:46:47 (1/5) Installing ca-certificates (20191127-r2) 00:46:47 (1/5) Installing ca-certificates (20191127-r2) 00:46:47 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:46:47 (3/5) Installing libcurl (7.66.0-r1) 00:46:47 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:46:47 (3/5) Installing libcurl (7.66.0-r1) 00:46:47 (4/5) Installing curl (7.66.0-r1) 00:46:47 (5/5) Installing dumb-init (1.2.2-r1) 00:46:47 (4/5) Installing curl (7.66.0-r1) 00:46:47 (5/5) Installing dumb-init (1.2.2-r1) 00:46:47 Executing busybox-1.30.1-r3.trigger 00:46:47 Executing busybox-1.30.1-r3.trigger 00:46:47 Executing ca-certificates-20191127-r2.trigger 00:46:47 Executing ca-certificates-20191127-r2.trigger 00:46:48 OK: 7 MiB in 19 packages 00:46:48 OK: 7 MiB in 19 packages 00:46:51 Removing intermediate container 3d078c854ff7 00:46:51 ---> 6137f2e45de5 00:46:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:46:52 ---> Running in 55e97d5349e4 00:46:52 Removing intermediate container 67e9ef6032ad 00:46:52 ---> 5be95bf7fc1e 00:46:52 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:46:52 ---> Running in ca06a001679b 00:46:53 Removing intermediate container 55e97d5349e4 00:46:53 ---> 4971264eeedb 00:46:53 Step 13/22 : WORKDIR / 00:46:53 ---> Running in 8c62a0ecfbb9 00:46:53 Removing intermediate container ca06a001679b 00:46:53 ---> a1e9e5e238cc 00:46:53 Step 13/24 : WORKDIR / 00:46:53 ---> Running in 310fd1d45ab1 00:46:54 Removing intermediate container 8c62a0ecfbb9 00:46:54 ---> 276f488aaaa3 00:46:54 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:46:54 Removing intermediate container 310fd1d45ab1 00:46:54 ---> 1f40c62e01d8 00:46:54 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:46:55 ---> 585855638566 00:46:55 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:46:56 ---> 3407bc208150 00:46:56 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:46:57 ---> 0bc89ac3ee5b 00:46:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:46:58 ---> 49d298193622 00:46:58 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:46:58 ---> 5adf17cda225 00:46:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:46:59 ---> cf203a78e7fd 00:46:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:00 ---> 287fbe3cfabb 00:47:00 Step 18/22 : RUN chmod +x entrypoint.sh 00:47:01 ---> Running in d02265ed581f 00:47:01 ---> c74469edf1c8 00:47:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:04 ---> b01b616c7002 00:47:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:47:07 ---> 736621dd6651 00:47:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:47:07 Removing intermediate container d02265ed581f 00:47:07 ---> df886cc8a3d1 00:47:07 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:47:07 ---> Running in 14f8ae72f515 00:47:08 ---> Running in 1ebb39d29dc1 00:47:10 Removing intermediate container 1ebb39d29dc1 00:47:10 ---> e2d98b8d7bd6 00:47:10 Step 20/22 : LABEL arch=arm64 00:47:11 ---> Running in a568dae0a95f 00:47:12 Removing intermediate container b1a7441c39d0 00:47:12 ---> dfdf300f89f7 00:47:12 00:47:12 Step 10/22 : FROM scratch 00:47:12 ---> 00:47:12 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:12 Removing intermediate container a568dae0a95f 00:47:12 ---> d0d6e0081dd0 00:47:12 Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:47:12 Removing intermediate container 6ded9cc43cdb 00:47:12 ---> dc3b0ac6c402 00:47:12 00:47:12 Step 10/21 : FROM scratch 00:47:12 ---> 00:47:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:12 ---> Running in 571ef8fe1072 00:47:12 ---> Running in df40ced026a2 00:47:12 Removing intermediate container 14f8ae72f515 00:47:12 ---> 0d13c35bf947 00:47:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:12 ---> Running in 4f5e005e2a7a 00:47:13 ---> Running in 3d15707331cc 00:47:13 Removing intermediate container df40ced026a2 00:47:13 ---> 36f05202e139 00:47:13 Step 22/22 : LABEL version=0.0.0 00:47:13 Removing intermediate container 571ef8fe1072 00:47:13 ---> 5beb32c0c74a 00:47:13 Step 12/22 : ENV APP_PORT=48082 00:47:13 ---> Running in d42c5bdd3b86 00:47:13 ---> Running in 5a86d6bf8856 00:47:13 Removing intermediate container 3d15707331cc 00:47:13 ---> 571b40b82459 00:47:13 Step 22/24 : LABEL arch=arm64 00:47:13 Removing intermediate container 4f5e005e2a7a 00:47:13 ---> 63c2e53a3565 00:47:13 Step 12/21 : ENV APP_PORT=48085 00:47:14 ---> Running in 538efd7514d4 00:47:14 ---> Running in 40bcdaff35e8 00:47:14 Removing intermediate container d42c5bdd3b86 00:47:14 Removing intermediate container 5a86d6bf8856 00:47:14 ---> 86a412669be3 00:47:14 ---> edd395a00188 00:47:14 00:47:14 Step 13/22 : EXPOSE $APP_PORT 00:47:14 ---> Running in 150927afa7c8 00:47:15 Removing intermediate container 40bcdaff35e8 00:47:15 ---> a6545d3a5e51 00:47:15 Step 23/24 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:47:15 Removing intermediate container 538efd7514d4 00:47:15 ---> 20a43286f6cf 00:47:15 Step 13/21 : EXPOSE $APP_PORT 00:47:15 ---> Running in 4600b0e56e61 00:47:15 ---> Running in e417fe8b136f 00:47:15 Successfully built 86a412669be3 00:47:15 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:47:15  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go 00:47:15 Removing intermediate container 150927afa7c8 00:47:15 ---> dd1d03632133 00:47:15 Step 14/22 : WORKDIR / 00:47:15 ---> Running in af42c8e219c0 00:47:15 Removing intermediate container 4600b0e56e61 00:47:15 ---> 1e40e9240e06 00:47:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:47:16 Removing intermediate container e417fe8b136f 00:47:16 ---> 45e54b2777e1 00:47:16 Step 24/24 : LABEL version=0.0.0 00:47:16 ---> Running in 4a8596b02e13 00:47:16 Removing intermediate container af42c8e219c0 00:47:16 ---> 3e17b2d8aa23 00:47:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:47:17 Removing intermediate container 4a8596b02e13 00:47:17 ---> 3fd151e93d8f 00:47:17 00:47:17 ---> d8be698624eb 00:47:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:47:17 Successfully built 3fd151e93d8f 00:47:18 ---> 315df7dd846d 00:47:18 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:18 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:47:18  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 00:47:21 ---> d599a46df148 00:47:21 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:47:21 ---> 70184ff76126 00:47:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:24 ---> fab87b8f8de7 00:47:24 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:47:25 ---> 7eaf02087895 00:47:25 Step 18/22 : ENTRYPOINT ["/core-command"] 00:47:25 ---> Running in ffaf2cd60510 00:47:25 ---> Running in 4d66c461da9e 00:47:25 Removing intermediate container ffaf2cd60510 00:47:25 ---> 75e6680dbc07 00:47:25 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:25 Removing intermediate container 4d66c461da9e 00:47:25 ---> 18329bc3dfee 00:47:25 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:25 ---> Running in a6f62ef63cdf 00:47:26 ---> Running in 7e033f8c8705 00:47:26 Removing intermediate container a6f62ef63cdf 00:47:26 ---> a96bb4b5f1dc 00:47:26 Step 19/21 : LABEL arch=arm64 00:47:27 ---> Running in a19726d30c55 00:47:27 Removing intermediate container 7e033f8c8705 00:47:27 ---> bbc9d3c71c54 00:47:27 Step 20/22 : LABEL arch=arm64 00:47:27 ---> Running in e4adb87912fa 00:47:28 Removing intermediate container a19726d30c55 00:47:28 ---> dc37e466afcf 00:47:28 Step 20/21 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:47:29 ---> Running in 7d3c4b3be946 00:47:29 Removing intermediate container e4adb87912fa 00:47:29 ---> 53f68575a1a3 00:47:29 Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:47:30 ---> Running in 3fc491e4c92d 00:47:30 Removing intermediate container 7d3c4b3be946 00:47:30 ---> d8395bd99518 00:47:30 Step 21/21 : LABEL version=0.0.0 00:47:31 Removing intermediate container 3fc491e4c92d 00:47:31 ---> 4e26aa852fe7 00:47:31 Step 22/22 : LABEL version=0.0.0 00:47:31 ---> Running in 709780c04468 00:47:31 ---> Running in 01a829f6c010 00:47:32 Removing intermediate container 709780c04468 00:47:32 ---> 8b3aad5cb435 00:47:32 00:47:33 Removing intermediate container 01a829f6c010 00:47:33 ---> c10c2732197a 00:47:33 00:47:33 Successfully built 8b3aad5cb435 00:47:33 Successfully tagged docker-support-scheduler-go-arm64:latest 00:47:33  Building docker-support-scheduler-go ... done Building docker-core-metadata-go 00:47:33 Successfully built c10c2732197a 00:47:33 Successfully tagged docker-core-command-go-arm64:latest 00:47:33 Building docker-security-secrets-setup-go 00:47:33  Building docker-core-command-go ... done Removing intermediate container c4245122d80f 00:47:33 ---> 6be85b80df22 00:47:33 00:47:33 Step 10/23 : FROM alpine 00:47:34 latest: Pulling from library/alpine 00:47:34 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:47:34 Status: Downloaded newer image for alpine:latest 00:47:34 ---> 2e77e061c27f 00:47:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:34 ---> Running in cf61cc04b943 00:47:35 Removing intermediate container cf61cc04b943 00:47:35 ---> c28c3e823c6b 00:47:35 Step 12/23 : ENV APP_PORT=48080 00:47:35 ---> Running in 3cbaab228074 00:47:35 Removing intermediate container 3cbaab228074 00:47:35 ---> dec13a01fd1c 00:47:35 Step 13/23 : EXPOSE $APP_PORT 00:47:35 ---> Running in a5dd0ea4f6e0 00:47:36 Removing intermediate container a5dd0ea4f6e0 00:47:36 ---> 4edae1aab48e 00:47:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:36 ---> Running in 1ae826d310d8 00:47:41 Removing intermediate container 1ae826d310d8 00:47:41 ---> 8cc6b30c5d11 00:47:41 Step 15/23 : RUN apk --no-cache add zeromq 00:47:41 ---> Running in 74583e6fcc88 00:47:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:44 (1/5) Installing libgcc (9.3.0-r2) 00:47:44 (2/5) Installing libsodium (1.0.18-r0) 00:47:44 (3/5) Installing libstdc++ (9.3.0-r2) 00:47:45 (4/5) Installing libzmq (4.3.3-r0) 00:47:45 (5/5) Installing zeromq (4.3.3-r0) 00:47:45 Executing busybox-1.31.1-r19.trigger 00:47:45 OK: 8 MiB in 19 packages 00:47:48 Removing intermediate container 74583e6fcc88 00:47:48 ---> 33ec651833cb 00:47:48 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:47:50 ---> ebd429b49c7f 00:47:50 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:47:52 ---> 17a4fc6ae578 00:47:52 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:47:54 ---> 4dea3644dc3b 00:47:54 Step 19/23 : ENTRYPOINT ["/core-data"] 00:47:55 ---> Running in 93431ad41d12 00:47:56 Removing intermediate container 93431ad41d12 00:47:56 ---> 65a4f6cb97c1 00:47:56 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:56 ---> Running in 5a33ec614ac0 00:47:57 Removing intermediate container 5a33ec614ac0 00:47:57 ---> 2a0667bb885e 00:47:57 Step 21/23 : LABEL arch=arm64 00:47:57 ---> Running in 7e5efd87de29 00:47:58 Removing intermediate container 7e5efd87de29 00:47:58 ---> fb3774fbdffc 00:47:58 Step 22/23 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:47:58 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:47:58 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:47:58 ---> 6ade605ce546 00:47:58 Step 3/24 : WORKDIR /edgex-go 00:47:58 ---> Using cache 00:47:58 ---> ee27e3974cf3 00:47:58 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:47:58 ---> Using cache 00:47:58 ---> 9b5ddb93c380 00:47:58 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:47:58 ---> Running in 0e77b3160632 00:47:58 ---> Running in 6b36d4e193e5 00:47:59 Removing intermediate container 6b36d4e193e5 00:47:59 ---> 345c1019398b 00:47:59 Step 23/23 : LABEL version=0.0.0 00:47:59 ---> Running in d06eb56610d9 00:48:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:00 Removing intermediate container d06eb56610d9 00:48:00 ---> 67e0787f6f94 00:48:00 00:48:01 Successfully built 67e0787f6f94 00:48:01 Successfully tagged docker-core-data-go-arm64:latest 00:48:01 Building docker-support-logging-go 00:48:01  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:02 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:02 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:02 OK: 12625 distinct packages available 00:48:03 OK: 217 MiB in 51 packages 00:48:06 Removing intermediate container 0e77b3160632 00:48:06 ---> 352253f6332c 00:48:06 Step 6/24 : COPY go.mod . 00:48:08 ---> 559ea1459a6f 00:48:08 Step 7/24 : RUN go mod download 00:48:08 ---> Running in 14f6e2cf9746 00:48:10 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:10 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:48:10 ---> 6ade605ce546 00:48:10 Step 3/27 : WORKDIR /edgex-go 00:48:10 ---> Using cache 00:48:10 ---> ee27e3974cf3 00:48:10 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:10 ---> Using cache 00:48:10 ---> 9b5ddb93c380 00:48:10 Step 5/27 : RUN apk update && apk add make bash git 00:48:11 ---> Running in a963337058a4 00:48:13 Removing intermediate container 14f6e2cf9746 00:48:13 ---> d45f7b57c6b3 00:48:13 Step 8/24 : COPY . . 00:48:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:15 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:15 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:15 OK: 12625 distinct packages available 00:48:16 OK: 217 MiB in 51 packages 00:48:21 Removing intermediate container a963337058a4 00:48:21 ---> 91d341b9326e 00:48:21 Step 6/27 : COPY go.mod . 00:48:23 ---> bc789d8be99f 00:48:23 Step 7/27 : RUN go mod download 00:48:24 ---> Running in 429005bdb956 00:48:26 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:26 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:26 ---> 6ade605ce546 00:48:26 Step 3/22 : WORKDIR /edgex-go 00:48:26 ---> Using cache 00:48:26 ---> ee27e3974cf3 00:48:26 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:26 ---> Using cache 00:48:26 ---> 9b5ddb93c380 00:48:26 Step 5/22 : RUN apk update && apk add make git 00:48:27 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:27 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:48:27 ---> 6ade605ce546 00:48:27 Step 3/29 : WORKDIR /edgex-go 00:48:27 ---> Using cache 00:48:27 ---> ee27e3974cf3 00:48:27 Step 4/29 : RUN apk update && apk add make git 00:48:28 ---> Running in 605be220d72e 00:48:28 ---> Running in ccc5c6db6adc 00:48:30 Removing intermediate container 429005bdb956 00:48:30 ---> c5bebf03495f 00:48:30 Step 8/27 : COPY . . 00:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:31 ---> ce15fcb5b567 00:48:31 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:48:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:33 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:33 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:33 OK: 12625 distinct packages available 00:48:33 ---> Running in ec4ab9979276 00:48:33 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:33 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:33 OK: 12625 distinct packages available 00:48:34 OK: 217 MiB in 51 packages 00:48:34 OK: 217 MiB in 51 packages 00:48:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:48:35 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:48:35 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:35 ---> 6ade605ce546 00:48:35 Step 3/22 : WORKDIR /edgex-go 00:48:35 ---> Using cache 00:48:35 ---> ee27e3974cf3 00:48:35 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:35 ---> Using cache 00:48:35 ---> 9b5ddb93c380 00:48:35 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:48:38 ---> Running in 262f5fab0108 00:48:39 Removing intermediate container 605be220d72e 00:48:39 ---> 0c8676d618ff 00:48:39 Step 5/29 : COPY go.mod . 00:48:39 Removing intermediate container ccc5c6db6adc 00:48:39 ---> 5bd512a44987 00:48:39 Step 6/22 : COPY go.mod . 00:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:41 ---> f56d4ce10108 00:48:41 Step 6/29 : RUN go mod download 00:48:41 ---> 880465e38364 00:48:41 Step 7/22 : RUN go mod download 00:48:41 ---> Running in 7d2e4216a978 00:48:41 ---> Running in 239f45b7b0c7 00:48:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:43 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:48:43 v3.12.1-58-g63ac528694 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:48:43 OK: 12625 distinct packages available 00:48:45 OK: 217 MiB in 51 packages 00:48:46 OK: 217 MiB in 51 packages 00:48:48 Removing intermediate container 7d2e4216a978 00:48:48 ---> 121bf19366a3 00:48:48 Step 7/29 : COPY . . 00:48:49 Removing intermediate container 239f45b7b0c7 00:48:49 ---> 36ef6500ab92 00:48:49 Step 8/22 : COPY . . 00:48:49 Removing intermediate container 262f5fab0108 00:48:49 ---> fc2a4132071a 00:48:49 Step 6/22 : COPY go.mod . 00:48:52 ---> b297aaca5df1 00:48:52 Step 7/22 : RUN go mod download 00:48:53 ---> Running in 5d456ff9bb76 00:48:59 ---> d2eabd0c8871 00:48:59 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:49:00 ---> Running in 4c7bcea4a027 00:49:01 Removing intermediate container 5d456ff9bb76 00:49:01 ---> 226075060f65 00:49:01 Step 8/22 : COPY . . 00:49:03 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:49:36 ---> 420f0de46586 00:49:36 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:49:36 ---> 2ca61c66673a 00:49:36 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:49:36 ---> Running in 4e7ba4b8c015 00:49:36 ---> Running in 5920ad14b5b4 00:49:36 ---> 6899fb1f73b0 00:49:36 Step 9/22 : RUN make cmd/support-logging/support-logging 00:49:36 ---> Running in fbc6e6daa608 00:49:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:49:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 00:49:46 Removing intermediate container ec4ab9979276 00:49:46 ---> 2124ffcdefc7 00:49:46 00:49:46 Step 10/24 : FROM scratch 00:49:46 ---> 00:49:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:49:46 ---> Running in 1c90481e48d9 00:49:46 Removing intermediate container 1c90481e48d9 00:49:46 ---> 12f48c78e8cc 00:49:46 Step 12/24 : ENV APP_PORT=48060 00:49:46 ---> Running in 4595257f5212 00:49:46 Removing intermediate container 4595257f5212 00:49:46 ---> e7d83a2d795d 00:49:46 Step 13/24 : EXPOSE $APP_PORT 00:49:46 ---> Running in f79cf4f9808a 00:49:47 Removing intermediate container f79cf4f9808a 00:49:47 ---> ddb0f76a8243 00:49:47 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:49:48 ---> 423a3ec70c50 00:49:48 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:49:50 ---> 55e14403d648 00:49:50 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:49:52 ---> 44c5478efd6d 00:49:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:49:53 ---> 2df7fd57992a 00:49:53 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:49:55 ---> e13284e54ae2 00:49:55 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:49:57 ---> 95b58fa0c2dc 00:49:57 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:49:57 ---> Running in ac39c2071b92 00:49:58 Removing intermediate container ac39c2071b92 00:49:58 ---> 1f1239b5c862 00:49:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:58 ---> Running in b40ef798305f 00:49:58 Removing intermediate container b40ef798305f 00:49:58 ---> 13daea7d0e50 00:49:58 Step 22/24 : LABEL arch=arm64 00:49:58 ---> Running in 4b09adf11797 00:49:59 Removing intermediate container 4b09adf11797 00:49:59 ---> 3f0ba5c04cf7 00:49:59 Step 23/24 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:49:59 ---> Running in 5bd563425a1d 00:50:00 Removing intermediate container 5bd563425a1d 00:50:00 ---> 724af2019622 00:50:00 Step 24/24 : LABEL version=0.0.0 00:50:00 ---> Running in 9319bc62f911 00:50:01 Removing intermediate container 9319bc62f911 00:50:01 ---> f57b82595167 00:50:01 00:50:02 Successfully built f57b82595167 00:50:02 Successfully tagged docker-support-notifications-go-arm64:latest 00:50:02  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 00:50:28 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:28 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:50:28 ---> 6ade605ce546 00:50:28 Step 3/20 : WORKDIR /edgex-go 00:50:28 ---> Using cache 00:50:28 ---> ee27e3974cf3 00:50:28 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:28 ---> Using cache 00:50:28 ---> 9b5ddb93c380 00:50:28 Step 5/20 : RUN apk update && apk add make git 00:50:28 ---> Using cache 00:50:28 ---> 5bd512a44987 00:50:28 Step 6/20 : COPY go.mod . 00:50:28 ---> Using cache 00:50:28 ---> 880465e38364 00:50:28 Step 7/20 : RUN go mod download 00:50:28 ---> Using cache 00:50:28 ---> 36ef6500ab92 00:50:28 Step 8/20 : COPY . . 00:50:28 ---> Using cache 00:50:28 ---> 420f0de46586 00:50:28 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:50:28 ---> Running in 0b85fb34f994 00:50:28 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:50:33 Removing intermediate container 4c7bcea4a027 00:50:33 ---> 30e1cc73ff2e 00:50:33 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:50:33 ---> Running in 6b6efe68f67f 00:50:34 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:50:41 Removing intermediate container 6b6efe68f67f 00:50:41 ---> cc066ca14c0c 00:50:41 00:50:41 Step 11/27 : FROM docker:latest 00:50:41 ---> 5d4db4dc0692 00:50:41 Step 12/27 : RUN apk add --no-cache bash 00:50:41 ---> Running in 05a620afe3e5 00:50:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:43 (1/2) Installing readline (8.0.4-r0) 00:50:43 (2/2) Installing bash (5.0.17-r0) 00:50:43 Executing bash-5.0.17-r0.post-install 00:50:43 Executing busybox-1.31.1-r19.trigger 00:50:43 OK: 12 MiB in 22 packages 00:50:45 Removing intermediate container 05a620afe3e5 00:50:45 ---> cce1fbf32095 00:50:45 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:50:45 ---> Running in 393ae3a6dfd4 00:50:50 Removing intermediate container 393ae3a6dfd4 00:50:50 ---> ecbf58ddaa10 00:50:50 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:50:50 ---> Running in 1fef5b5a99e2 00:50:50 Removing intermediate container 1fef5b5a99e2 00:50:50 ---> 18789bb43b16 00:50:50 Step 15/27 : ENV APP_PORT=48090 00:50:50 ---> Running in bddce13f646f 00:50:51 Removing intermediate container bddce13f646f 00:50:51 ---> 583732c7bcb9 00:50:51 Step 16/27 : EXPOSE $APP_PORT 00:50:51 ---> Running in 34d9b3366278 00:50:52 Removing intermediate container 34d9b3366278 00:50:52 ---> 641313a77d0f 00:50:52 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:50:54 ---> 0277e5b97839 00:50:54 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:50:55 ---> 8b82721bfead 00:50:55 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:50:56 ---> de3923cd1a58 00:50:56 Step 20/27 : RUN apk --no-cache add py3-pip 00:50:56 ---> Running in d1d8ffc73f66 00:50:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:59 (1/33) Installing libbz2 (1.0.8-r1) 00:50:59 (2/33) Installing expat (2.2.9-r1) 00:50:59 (3/33) Installing libffi (3.3-r2) 00:50:59 (4/33) Installing gdbm (1.13-r1) 00:50:59 (5/33) Installing xz-libs (5.2.5-r0) 00:50:59 (6/33) Installing sqlite-libs (3.32.1-r0) 00:50:59 (7/33) Installing python3 (3.8.5-r0) 00:51:02 (8/33) Installing py3-appdirs (1.4.4-r1) 00:51:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:51:02 (10/33) Installing py3-parsing (2.4.7-r0) 00:51:02 (11/33) Installing py3-six (1.15.0-r0) 00:51:02 (12/33) Installing py3-packaging (20.4-r0) 00:51:02 (13/33) Installing py3-setuptools (47.0.0-r0) 00:51:02 (14/33) Installing py3-chardet (3.0.4-r4) 00:51:02 (15/33) Installing py3-idna (2.9-r0) 00:51:02 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:51:02 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:51:02 (18/33) Installing py3-requests (2.23.0-r0) 00:51:02 (19/33) Installing py3-msgpack (1.0.0-r0) 00:51:02 (20/33) Installing py3-lockfile (0.12.2-r3) 00:51:02 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:51:02 (22/33) Installing py3-colorama (0.4.3-r0) 00:51:02 (23/33) Installing py3-distlib (0.3.0-r0) 00:51:03 (24/33) Installing py3-distro (1.5.0-r1) 00:51:03 (25/33) Installing py3-webencodings (0.5.1-r3) 00:51:03 (26/33) Installing py3-html5lib (1.0.1-r4) 00:51:03 (27/33) Installing py3-pytoml (0.1.21-r0) 00:51:03 (28/33) Installing py3-pep517 (0.8.2-r0) 00:51:03 (29/33) Installing py3-progress (1.5-r0) 00:51:03 (30/33) Installing py3-toml (0.10.1-r0) 00:51:03 (31/33) Installing py3-retrying (1.3.3-r0) 00:51:03 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:51:03 (33/33) Installing py3-pip (20.1.1-r0) 00:51:03 Executing busybox-1.31.1-r19.trigger 00:51:03 OK: 71 MiB in 55 packages 00:51:13 Removing intermediate container d1d8ffc73f66 00:51:13 ---> 6dcb115d184b 00:51:13 Step 21/27 : RUN pip install docker-compose==1.23.2 00:51:13 ---> Running in 3acf2755368f 00:51:19 Removing intermediate container 5920ad14b5b4 00:51:19 ---> c0c83bf43224 00:51:19 00:51:19 Step 9/29 : FROM alpine:latest 00:51:19 ---> 2e77e061c27f 00:51:19 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:51:19 ---> Running in f572d2d2ed19 00:51:19 Removing intermediate container f572d2d2ed19 00:51:19 ---> 1e580f6a2670 00:51:19 Step 11/29 : USER root 00:51:20 ---> Running in fe9dac1be94b 00:51:20 Removing intermediate container fe9dac1be94b 00:51:20 ---> d4135651e74e 00:51:20 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:51:21 ---> Running in 5e8f1b026eef 00:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:23 Collecting docker-compose==1.23.2 00:51:23 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:51:24 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:51:24 v3.12.1-58-g63ac528694 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:51:24 OK: 12617 distinct packages available 00:51:25 (1/2) Installing ca-certificates (20191127-r4) 00:51:25 (2/2) Installing dumb-init (1.2.2-r1) 00:51:25 Executing busybox-1.31.1-r19.trigger 00:51:25 Executing ca-certificates-20191127-r4.trigger 00:51:25 Collecting PyYAML<4,>=3.10 00:51:26 OK: 6 MiB in 16 packages 00:51:26 Downloading PyYAML-3.13.tar.gz (270 kB) 00:51:28 Removing intermediate container 5e8f1b026eef 00:51:28 ---> bc0340d24ec4 00:51:28 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:51:28 ---> Running in 0a6b589b886e 00:51:29 Removing intermediate container 0a6b589b886e 00:51:29 ---> 8ca307c85b5a 00:51:29 Step 14/29 : WORKDIR $BASE_DIR 00:51:29 ---> Running in a4612e091363 00:51:30 Removing intermediate container a4612e091363 00:51:30 ---> 81f1641a8fce 00:51:30 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:51:30 ---> Running in 30c2c8b86bfb 00:51:33 Collecting websocket-client<1.0,>=0.32.0 00:51:33 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:51:34 Collecting docopt<0.7,>=0.6.1 00:51:34 Downloading docopt-0.6.2.tar.gz (25 kB) 00:51:35 Removing intermediate container 30c2c8b86bfb 00:51:35 ---> 4648e8d6e067 00:51:35 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:51:35 Removing intermediate container fbc6e6daa608 00:51:35 ---> 561508e44923 00:51:35 00:51:35 Step 10/22 : FROM scratch 00:51:35 ---> 00:51:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:51:35 ---> Using cache 00:51:35 ---> 12f48c78e8cc 00:51:35 Step 12/22 : ENV APP_PORT=48061 00:51:36 ---> Running in 92f5fd3432f2 00:51:37 Removing intermediate container 92f5fd3432f2 00:51:37 ---> c34aea6e3ca6 00:51:37 Step 13/22 : EXPOSE $APP_PORT 00:51:37 ---> Running in 0b0584e2c13d 00:51:37 ---> 51194235229b 00:51:37 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:51:38 Removing intermediate container 0b0584e2c13d 00:51:38 ---> a418ee635794 00:51:38 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:51:38 Collecting docker<4.0,>=3.6.0 00:51:38 ---> 343d6a4538df 00:51:38 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:51:38 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:51:39 ---> d29fd08a4547 00:51:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:51:39 ---> 7d83e6a6cf0e 00:51:39 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:51:39 Collecting texttable<0.10,>=0.9.0 00:51:39 Downloading texttable-0.9.1.tar.gz (11 kB) 00:51:40 ---> e85acb9f5802 00:51:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:51:41 ---> 79c55a637687 00:51:41 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:51:43 ---> e535aca79599 00:51:43 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:51:43 ---> efc8f8076d54 00:51:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:51:43 ---> Running in a13e1ef221a4 00:51:43 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:51:44 ---> 1d799886c3f7 00:51:44 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:51:44 Collecting jsonschema<3,>=2.5.1 00:51:44 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:51:44 ---> Running in ee10e96acb84 00:51:45 Removing intermediate container ee10e96acb84 00:51:45 ---> d5ec7881a0ed 00:51:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:45 Collecting dockerpty<0.5,>=0.4.1 00:51:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:51:45 ---> Running in 4b286f9df937 00:51:46 Removing intermediate container 4b286f9df937 00:51:46 ---> f053dac91b71 00:51:46 Step 20/22 : LABEL arch=arm64 00:51:46 ---> Running in 6c5c114d03a7 00:51:47 Removing intermediate container a13e1ef221a4 00:51:47 ---> 636282e2aa9d 00:51:47 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:51:47 Removing intermediate container 6c5c114d03a7 00:51:47 ---> 0f296b7756cd 00:51:47 Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:51:47 ---> Running in 9693fc56a6cd 00:51:48 Removing intermediate container 9693fc56a6cd 00:51:48 ---> adb19340c452 00:51:48 Step 22/22 : LABEL version=0.0.0 00:51:48 ---> 228c8642467b 00:51:48 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:51:48 ---> Running in 7d2a73203b4f 00:51:48 ---> Running in 358489f72182 00:51:49 Removing intermediate container 7d2a73203b4f 00:51:49 ---> 65a4f657518f 00:51:49 00:51:50 Successfully built 65a4f657518f 00:51:50 Successfully tagged docker-support-logging-go-arm64:latest 00:51:51  Building docker-support-logging-go ... done Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:51:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:51:52 Collecting cached-property<2,>=1.2.0 00:51:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:51:52 Removing intermediate container 358489f72182 00:51:52 ---> af4040f58d97 00:51:52 Step 24/29 : RUN chmod 755 security-secrets-setup 00:51:52 ---> Running in 8d2af967c945 00:51:52 Collecting docker-pycreds>=0.4.0 00:51:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:51:54 Collecting urllib3<1.25,>=1.21.1 00:51:54 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:51:54 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:51:54 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:51:55 Collecting idna<2.8,>=2.5 00:51:55 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:51:55 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:51:55 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:51:55 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:51:55 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:51:56 Removing intermediate container 8d2af967c945 00:51:56 ---> e8d9bf19dc54 00:51:56 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:51:56 ---> Running in b88d4357d4a4 00:51:56 Installing collected packages: PyYAML, websocket-client, docopt, docker-pycreds, urllib3, idna, requests, docker, texttable, jsonschema, dockerpty, cached-property, docker-compose 00:51:56 Running setup.py install for PyYAML: started 00:51:57 Removing intermediate container b88d4357d4a4 00:51:57 ---> 39316e69e3e9 00:51:57 Step 26/29 : CMD [ "generate" ] 00:51:57 ---> Running in 25036b8cc1fb 00:51:58 Removing intermediate container 25036b8cc1fb 00:51:58 ---> 3cb003ede84c 00:51:58 Step 27/29 : LABEL arch=arm64 00:51:58 ---> Running in 0abf4ccf1739 00:51:59 Removing intermediate container 0abf4ccf1739 00:51:59 ---> 4501b284e566 00:51:59 Step 28/29 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:51:59 ---> Running in 1554a5a422f7 00:52:00 Removing intermediate container 1554a5a422f7 00:52:00 ---> 603d7a84a87b 00:52:00 Step 29/29 : LABEL version=0.0.0 00:52:00 Removing intermediate container 0b85fb34f994 00:52:00 ---> 741d56aa9f71 00:52:00 00:52:00 Step 10/20 : FROM alpine 00:52:00 ---> 2e77e061c27f 00:52:00 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:52:00 ---> Running in dccf0aaf232d 00:52:00 ---> Running in 14eeed7fb411 00:52:00 Running setup.py install for PyYAML: finished with status 'done' 00:52:01 Running setup.py install for docopt: started 00:52:01 Removing intermediate container dccf0aaf232d 00:52:01 ---> de225f96189b 00:52:01 00:52:02 Successfully built de225f96189b 00:52:02 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:52:02  Building docker-security-secrets-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:03 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:52:03 v3.12.1-58-g63ac528694 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:52:03 OK: 12617 distinct packages available 00:52:04 (1/4) Installing ca-certificates (20191127-r4) 00:52:04 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:04 (3/4) Installing libcurl (7.69.1-r1) 00:52:04 (4/4) Installing curl (7.69.1-r1) 00:52:04 Executing busybox-1.31.1-r19.trigger 00:52:04 Executing ca-certificates-20191127-r4.trigger 00:52:04 OK: 7 MiB in 18 packages 00:52:04 Running setup.py install for docopt: finished with status 'done' 00:52:04 Attempting uninstall: urllib3 00:52:04 Found existing installation: urllib3 1.25.9 00:52:04 Uninstalling urllib3-1.25.9: 00:52:05 Successfully uninstalled urllib3-1.25.9 00:52:06 Attempting uninstall: idna 00:52:06 Found existing installation: idna 2.9 00:52:06 Uninstalling idna-2.9: 00:52:06 Successfully uninstalled idna-2.9 00:52:06 Removing intermediate container 14eeed7fb411 00:52:06 ---> f585c06a7217 00:52:06 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:06 ---> Running in 7c23c93d0aa8 00:52:06 Attempting uninstall: requests 00:52:07 Found existing installation: requests 2.23.0 00:52:07 Uninstalling requests-2.23.0: 00:52:07 Successfully uninstalled requests-2.23.0 00:52:07 Removing intermediate container 4e7ba4b8c015 00:52:07 ---> e41b880f0a6f 00:52:07 00:52:07 Step 10/22 : FROM scratch 00:52:07 ---> 00:52:07 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:07 Removing intermediate container 7c23c93d0aa8 00:52:07 ---> c13517574893 00:52:07 Step 13/20 : WORKDIR /edgex 00:52:07 ---> Using cache 00:52:07 ---> 63c2e53a3565 00:52:07 Step 12/22 : ENV APP_PORT=48081 00:52:08 ---> Running in d1a629207e50 00:52:08 ---> Running in c1602f45abf7 00:52:08 Removing intermediate container c1602f45abf7 00:52:08 ---> 51290ebd8ab9 00:52:08 Step 13/22 : EXPOSE $APP_PORT 00:52:08 ---> Running in 1b65fb80a1ef 00:52:08 Removing intermediate container d1a629207e50 00:52:08 ---> b25102f6de8e 00:52:08 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:08 Running setup.py install for texttable: started 00:52:09 Removing intermediate container 1b65fb80a1ef 00:52:09 ---> 6c967cc397d9 00:52:09 Step 14/22 : WORKDIR / 00:52:09 ---> Running in 52836937d135 00:52:09 ---> 31e1d6519889 00:52:09 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:10 Removing intermediate container 52836937d135 00:52:10 ---> c5d065559d3f 00:52:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:52:11 ---> 1c3355ac9ef8 00:52:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:11 ---> 58117bbfc258 00:52:11 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:11 ---> Running in e08384e5e5de 00:52:12 Removing intermediate container e08384e5e5de 00:52:12 ---> 9415ec9efeda 00:52:12 Running setup.py install for texttable: finished with status 'done' 00:52:12 Step 17/20 : CMD ["--init=true"] 00:52:12 ---> Running in ee5c95cf6816 00:52:12 Running setup.py install for dockerpty: started 00:52:12 ---> da1cf50b05b0 00:52:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:12 Removing intermediate container ee5c95cf6816 00:52:12 ---> cc7bf696e8c8 00:52:12 Step 18/20 : LABEL arch=arm64 00:52:13 ---> Running in f7939ca911b2 00:52:13 ---> 0025f3f388e2 00:52:13 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:52:13 ---> Running in 9951158ccd06 00:52:13 Removing intermediate container f7939ca911b2 00:52:13 ---> 6bddb24719a4 00:52:13 Step 19/20 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:52:13 ---> Running in 30a2da093e63 00:52:14 Removing intermediate container 9951158ccd06 00:52:14 ---> 26973630aefe 00:52:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:14 ---> Running in 6745e6dbb2b0 00:52:14 Removing intermediate container 30a2da093e63 00:52:14 ---> fd53ac54c995 00:52:14 Step 20/20 : LABEL version=0.0.0 00:52:14 ---> Running in 19976ab36824 00:52:15 Removing intermediate container 6745e6dbb2b0 00:52:15 ---> 7a522f14915a 00:52:15 Step 20/22 : LABEL arch=arm64 00:52:15 ---> Running in 315059f34bbc 00:52:15 Removing intermediate container 19976ab36824 00:52:15 ---> 25ec2f59445b 00:52:15 00:52:15 Running setup.py install for dockerpty: finished with status 'done' 00:52:15 Successfully built 25ec2f59445b 00:52:15 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:15  Building docker-security-proxy-setup-go ... done Removing intermediate container 315059f34bbc 00:52:15 ---> e3795647a3ac 00:52:15 Step 21/22 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:52:15 ---> Running in 68c4840cda26 00:52:16 Removing intermediate container 68c4840cda26 00:52:16 ---> dcb818dc47e6 00:52:16 Step 22/22 : LABEL version=0.0.0 00:52:16 ---> Running in 3290cfdb7de5 00:52:16 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:52:17 Removing intermediate container 3290cfdb7de5 00:52:17 ---> 5060d433e1ac 00:52:17 00:52:17 Successfully built 5060d433e1ac 00:52:17 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:22  Building docker-core-metadata-go ... done Removing intermediate container 3acf2755368f 00:52:22 ---> 6fe9e68d9581 00:52:22 Step 22/27 : RUN apk --no-cache add curl 00:52:22 ---> Running in 122bfd712929 00:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:23 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:52:23 (2/3) Installing libcurl (7.69.1-r1) 00:52:24 (3/3) Installing curl (7.69.1-r1) 00:52:24 Executing busybox-1.31.1-r19.trigger 00:52:24 OK: 71 MiB in 58 packages 00:52:25 Removing intermediate container 122bfd712929 00:52:25 ---> 6d8bad672519 00:52:25 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:52:25 ---> Running in 8a169c3e57f3 00:52:26 Removing intermediate container 8a169c3e57f3 00:52:26 ---> 27d15a26d229 00:52:26 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:26 ---> Running in b91b820ade7e 00:52:26 Removing intermediate container b91b820ade7e 00:52:26 ---> 3985e1b98691 00:52:26 Step 25/27 : LABEL arch=arm64 00:52:26 ---> Running in 9aa07058b22f 00:52:27 Removing intermediate container 9aa07058b22f 00:52:27 ---> d9bcc52524d6 00:52:27 Step 26/27 : LABEL git_sha=67887218c7d024fac04a160424dde9a372b97d38 00:52:27 ---> Running in 0e0644c43338 00:52:28 Removing intermediate container 0e0644c43338 00:52:28 ---> 2f71814e1d1a 00:52:28 Step 27/27 : LABEL version=0.0.0 00:52:28 ---> Running in 5144deb61604 00:52:28 Removing intermediate container 5144deb61604 00:52:28 ---> 735f96223424 00:52:28 00:52:29 Successfully built 735f96223424 00:52:29 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:52:29  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:52:29 $ docker stop --time=1 47761144e4a6b186616ec39594b93b570a78454ee8dbe23788cfe9e9fb071996 00:52:31 $ docker rm -f 47761144e4a6b186616ec39594b93b570a78454ee8dbe23788cfe9e9fb071996 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:32 + docker images 00:52:32 + grep docker 00:52:32 docker-sys-mgmt-agent-go-arm64 latest 735f96223424 4 seconds ago 270MB 00:52:32 docker-core-metadata-go-arm64 latest 5060d433e1ac 16 seconds ago 13.6MB 00:52:32 docker-security-proxy-setup-go-arm64 latest 25ec2f59445b 18 seconds ago 15.1MB 00:52:32 docker-security-secrets-setup-go-arm64 latest de225f96189b 31 seconds ago 22.7MB 00:52:32 docker-support-logging-go-arm64 latest 65a4f657518f 43 seconds ago 10.6MB 00:52:32 docker-support-notifications-go-arm64 latest f57b82595167 2 minutes ago 12.9MB 00:52:32 docker-core-data-go-arm64 latest 67e0787f6f94 4 minutes ago 22.3MB 00:52:32 docker-core-command-go-arm64 latest c10c2732197a 5 minutes ago 11.4MB 00:52:32 docker-support-scheduler-go-arm64 latest 8b3aad5cb435 5 minutes ago 11.5MB 00:52:32 docker-security-secretstore-setup-go-arm64 latest 3fd151e93d8f 5 minutes ago 23.5MB 00:52:32 docker-security-bootstrap-redis-go-arm64 latest 86a412669be3 5 minutes ago 15.2MB 00:52:32 docker latest 5d4db4dc0692 5 weeks ago 198MB [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:52:48 Still waiting to schedule task 00:52:48 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 00:54:50 Running on prd-ubuntu18.04-docker-arm64-16c-16g-13643 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws 00:54:51 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 00:54:55 using credential edgex-jenkins-ssh 00:54:55 Cloning the remote Git repository 00:54:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:54:55 > git init /w/workspace/edgex-go/3 # timeout=10 00:54:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:54:55 > git --version # timeout=10 00:54:55 > git --version # 'git version 2.17.1' 00:54:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:54:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:55:11 Merging remotes/origin/master commit ea5d7be70bf78d25df2f442b65fefbdc258c073e into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d 00:55:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:55:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:55:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:55:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:55:10 using GIT_SSH to set credentials SSH Credentials for GitHub 00:55:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2898/head:refs/remotes/origin/PR-2898 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:55:11 > git config core.sparsecheckout # timeout=10 00:55:11 > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 00:55:11 Merge succeeded, producing 97f05d1838213a7820d8cc8be4aeae5d4371429d 00:55:11 Checking out Revision 97f05d1838213a7820d8cc8be4aeae5d4371429d (PR-2898) 00:55:11 > git remote # timeout=10 00:55:11 > git config --get remote.origin.url # timeout=10 00:55:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:55:11 > git merge ea5d7be70bf78d25df2f442b65fefbdc258c073e # timeout=10 00:55:11 > git rev-parse HEAD^{commit} # timeout=10 00:55:11 > git config core.sparsecheckout # timeout=10 00:55:11 > git checkout -f 97f05d1838213a7820d8cc8be4aeae5d4371429d # timeout=10 00:55:16 Commit message: "Merge commit 'ea5d7be70bf78d25df2f442b65fefbdc258c073e' into HEAD" 00:55:16 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:55:17 + echo snap-build.sh 00:55:17 snap-build.sh 00:55:17 + SNAP_BASE_DIR=. 00:55:17 + '[' '!' -z /w/workspace/edgex-go/3 ']' 00:55:17 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 00:55:17 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 00:55:17 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 00:55:17 + cd /w/workspace/edgex-go/3 00:55:17 + sudo apt-get remove -qy --purge lxd lxd-client 00:55:17 Reading package lists... 00:55:16 > git rev-list --no-walk 3758903d774cea31f1c2ace130b3712dedad29a7 # timeout=10 00:55:18 Building dependency tree... 00:55:18 Reading state information... 00:55:18 The following packages were automatically installed and are no longer required: 00:55:18 dns-root-data dnsmasq-base ebtables liblxc-common liblxc1 lxcfs uidmap 00:55:18 xdelta3 00:55:18 Use 'sudo apt autoremove' to remove them. 00:55:18 The following packages will be REMOVED: 00:55:18 lxd* lxd-client* 00:55:20 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:55:20 After this operation, 29.1 MB disk space will be freed. 00:55:21 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 171801 files and directories currently installed.) 00:55:21 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:55:25 Removing lxd dnsmasq configuration 00:55:25 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:55:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:55:27 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:55:27 (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 ... 171626 files and directories currently installed.) 00:55:27 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:55:33 Processing triggers for systemd (237-3ubuntu10.42) ... 00:55:33 Processing triggers for ureadahead (0.100.0-21) ... 00:55:39 + sudo snap remove --purge lxd 00:55:39 snap "lxd" is not installed 00:55:39 + sudo groupadd --force --system lxd 00:55:39 ++ whoami 00:55:39 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:55:39 + newgrp - lxd 00:55:39 + sudo snap install lxd 00:55:58 2020-11-27T00:55:54Z INFO Waiting for automatic snapd restart... 01:02:20 lxd 4.8 from Canonical* installed 01:02:20 + sudo lxd init --auto 01:02:30 + sudo snap install --classic snapcraft 01:02:48 snapcraft 4.4.2 from Canonical* installed 01:02:48 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:02:48 + patch --verbose -p1 01:02:48 Hmm... Looks like a unified diff to me... 01:02:48 The text leading up to this was: 01:02:48 -------------------------- 01:02:48 |From a9bd8c5b8ca0ac91b0300ab4e3abf75e1384a8b7 Mon Sep 17 00:00:00 2001 01:02:48 |From: Tony Espy 01:02:48 |Date: Wed, 28 Oct 2020 12:14:21 -0400 01:02:48 |Subject: [PATCH] [PATCH] optimize snap build for pipeline CI check 01:02:48 | 01:02:48 |--- 01:02:48 | snap/snapcraft.yaml | 465 +------------------------------------------- 01:02:48 | 1 file changed, 2 insertions(+), 463 deletions(-) 01:02:48 | 01:02:48 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:02:48 |index 7d1e8c7c..24aef30d 100644 01:02:48 |--- a/snap/snapcraft.yaml 01:02:48 |+++ b/snap/snapcraft.yaml 01:02:48 -------------------------- 01:02:48 patching file snap/snapcraft.yaml 01:02:48 Using Plan A... 01:02:48 Hunk #1 succeeded at 75. 01:02:48 Hunk #2 succeeded at 84. 01:02:48 Hunk #3 succeeded at 218 (offset -1 lines). 01:02:48 Hunk #4 succeeded at 226 (offset -1 lines). 01:02:48 Hunk #5 succeeded at 233 (offset -1 lines). 01:02:48 Hunk #6 succeeded at 260 (offset -1 lines). 01:02:48 Hunk #7 succeeded at 294 (offset -1 lines). 01:02:48 Hunk #8 FAILED at 342. 01:02:48 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 01:02:48 Hmm... Ignoring the trailing garbage. 01:02:48 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 01:02:50 Failed in branch arm64 [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 01:02:52 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:02:53 ---> package-listing.sh 01:02:53 ++ facter osfamily 01:02:53 ++ tr '[:upper:]' '[:lower:]' 01:02:53 + OS_FAMILY=redhat 01:02:53 + workspace=/w/workspace/edgex-go/3 01:02:53 + START_PACKAGES=/tmp/packages_start.txt 01:02:53 + END_PACKAGES=/tmp/packages_end.txt 01:02:53 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:02:53 + PACKAGES=/tmp/packages_start.txt 01:02:53 + '[' /w/workspace/edgex-go/3 ']' 01:02:53 + PACKAGES=/tmp/packages_end.txt 01:02:53 + case "${OS_FAMILY}" in 01:02:53 + rpm -qa 01:02:53 + sort 01:02:59 + '[' -f /tmp/packages_start.txt ']' 01:02:59 + '[' -f /tmp/packages_end.txt ']' 01:02:59 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:02:59 + '[' /w/workspace/edgex-go/3 ']' 01:02:59 + mkdir -p /w/workspace/edgex-go/3/archives/ 01:02:59 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 01:02:59 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:02:59 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:02:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:02:59 01:02:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:03:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:00 alpine: Pulling from edgex-lftools-log-publisher 01:03:00 df20fa9351a1: Already exists 01:03:00 36b3adc4ff6f: Pulling fs layer 01:03:00 8ad3a11d3b57: Pulling fs layer 01:03:00 46f8f816bc3b: Pulling fs layer 01:03:00 93b61091891f: Pulling fs layer 01:03:00 93b9cdb0e59b: Pulling fs layer 01:03:00 5e14af77c1be: Pulling fs layer 01:03:00 01666e4c0597: Pulling fs layer 01:03:00 aa168da1d23b: Pulling fs layer 01:03:00 01666e4c0597: Waiting 01:03:00 93b61091891f: Waiting 01:03:00 aa168da1d23b: Waiting 01:03:00 93b9cdb0e59b: Waiting 01:03:00 5e14af77c1be: Waiting 01:03:00 46f8f816bc3b: Download complete 01:03:00 36b3adc4ff6f: Verifying Checksum 01:03:00 36b3adc4ff6f: Download complete 01:03:00 93b9cdb0e59b: Download complete 01:03:00 5e14af77c1be: Verifying Checksum 01:03:00 5e14af77c1be: Download complete 01:03:00 93b61091891f: Verifying Checksum 01:03:00 93b61091891f: Download complete 01:03:00 01666e4c0597: Verifying Checksum 01:03:00 01666e4c0597: Download complete 01:03:00 36b3adc4ff6f: Pull complete 01:03:00 8ad3a11d3b57: Verifying Checksum 01:03:00 8ad3a11d3b57: Download complete 01:03:01 8ad3a11d3b57: Pull complete 01:03:01 46f8f816bc3b: Pull complete 01:03:01 93b61091891f: Pull complete 01:03:02 aa168da1d23b: Verifying Checksum 01:03:02 aa168da1d23b: Download complete 01:03:05 93b9cdb0e59b: Pull complete 01:03:05 5e14af77c1be: Pull complete 01:03:05 01666e4c0597: Pull complete 01:03:20 aa168da1d23b: Pull complete 01:03:20 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:03:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:03:20 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:03:20 prd-centos7-docker-4c-2g-13611 does not seem to be running inside a container 01:03:20 $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 01:03:24 $ docker top 5500c5f6c9bbb1adb6e06574d0b912147eb2633711a633ddf171eff9a7b84836 -eo pid,comm [Pipeline] { [Pipeline] sh 01:03:25 + touch /tmp/pre-build-complete [Pipeline] sh 01:03:25 + mkdir -p /var/log/sa [Pipeline] sh 01:03:25 + ls /var/log/sa-host 01:03:25 + sadf -c /var/log/sa-host/sa23 01:03:25 file_magic: OK 01:03:25 HZ: Using current value: 100 01:03:25 file_header: OK 01:03:25 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 01:03:25 Statistics: 01:03:25 Hnuu...uuuununununu... 01:03:25 File successfully converted to sysstat format version 12.2.1 01:03:25 + sadf -c /var/log/sa-host/sa27 01:03:25 file_magic: OK 01:03:25 HZ: Using current value: 100 01:03:25 file_header: OK 01:03:25 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 01:03:25 Statistics: 01:03:25 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 01:03:25 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:03:26 provisioning config files... 01:03:26 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config3536634338559626835tmp [Pipeline] { [Pipeline] echo 01:03:26 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:03:26 ---> create-netrc.sh [Pipeline] } 01:03:26 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:03:26 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:03:26 ---> python-tools-install.sh [Pipeline] echo 01:03:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:03:27 ---> sudo-logs.sh 01:03:27 Archiving 'sudo' log.. [Pipeline] echo 01:03:27 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:03:27 ---> job-cost.sh 01:03:27 lf-activate-venv: SKIPPING 01:03:27 INFO: No Stack... 01:03:29 INFO: Retrieving Pricing Info for: v1-standard-2 01:03:29 INFO: Archiving Costs [Pipeline] echo 01:03:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:03:30 ---> logs-deploy.sh 01:03:30 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2898/3 01:03:30 INFO: archiving workspace using pattern(s): 01:03:32 Archives upload complete. 01:03:32 INFO: archiving logs to Nexus