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+b7d8827467e2539e6b310fa71c30bc6c237cf2c5 (ffa4385e8b14cd2850aee84dba7190e1e404dd5e) 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-13447 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 b7d8827467e2539e6b310fa71c30bc6c237cf2c5 into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d Merge succeeded, producing 3758903d774cea31f1c2ace130b3712dedad29a7 Checking out Revision 3758903d774cea31f1c2ace130b3712dedad29a7 (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 b7d8827467e2539e6b310fa71c30bc6c237cf2c5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3758903d774cea31f1c2ace130b3712dedad29a7 # timeout=10 Commit message: "Merge commit 'b7d8827467e2539e6b310fa71c30bc6c237cf2c5' into HEAD" > git rev-list --no-walk e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:30:35 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:30:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:30:36 ========================================================= 00:30:36 EdgeX Global Pipelines Version Info 00:30:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 00:30:37 ------------------- 00:30:37 stable info: 00:30:37 ------------------- 00:30:37 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:30:37 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 00:30:37 Message: update stable to v1.0.167 00:30:38 ------------------- 00:30:38 experimental info: 00:30:38 ------------------- 00:30:38 Commited By: **** collab-it+edgex@linuxfoundation.org 00:30:38 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 00:30:38 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:30:38 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:30:39 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:30:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2898 [Pipeline] echo 00:30:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2898 [Pipeline] echo 00:30:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2898 [Pipeline] echo 00:30:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3758903d774cea31f1c2ace130b3712dedad29a7 [Pipeline] echo 00:30:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3758903 [Pipeline] echo 00:30:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:30:41 provisioning config files... 00:30:41 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config3482785826303494191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:30:41 ---> docker-login.sh 00:30:41 nexus3.edgexfoundry.org:10001 00:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:42 Configure a credential helper to remove this warning. See 00:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:42 00:30:42 Login Succeeded 00:30:42 nexus3.edgexfoundry.org:10002 00:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:42 Configure a credential helper to remove this warning. See 00:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:42 00:30:42 Login Succeeded 00:30:42 nexus3.edgexfoundry.org:10003 00:30:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:42 Configure a credential helper to remove this warning. See 00:30:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:42 00:30:42 Login Succeeded 00:30:42 nexus3.edgexfoundry.org:10004 00:30:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:43 Configure a credential helper to remove this warning. See 00:30:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:43 00:30:43 Login Succeeded 00:30:43 docker.io 00:30:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:30:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:30:43 Configure a credential helper to remove this warning. See 00:30:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:30:43 00:30:43 Login Succeeded 00:30:43 ---> docker-login.sh ends [Pipeline] } 00:30:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:30:44 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-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:44 + for file in '`ls cmd/**/Dockerfile`' 00:30:44 ++ dirname cmd/core-command/Dockerfile 00:30:44 ++ cut -d/ -f2 00:30:44 + echo core-command,cmd/core-command/Dockerfile 00:30:44 + for file in '`ls cmd/**/Dockerfile`' 00:30:44 ++ dirname cmd/core-data/Dockerfile 00:30:44 ++ cut -d/ -f2 00:30:44 + echo core-data,cmd/core-data/Dockerfile 00:30:44 + for file in '`ls cmd/**/Dockerfile`' 00:30:44 ++ dirname cmd/core-metadata/Dockerfile 00:30:44 ++ cut -d/ -f2 00:30:44 + echo core-metadata,cmd/core-metadata/Dockerfile 00:30:44 + for file in '`ls cmd/**/Dockerfile`' 00:30:44 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:30:44 ++ cut -d/ -f2 00:30:44 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:30:44 + for file in '`ls cmd/**/Dockerfile`' 00:30:44 ++ dirname cmd/security-proxy-setup/Dockerfile 00:30:44 ++ cut -d/ -f2 00:30:44 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:30:44 + for file in '`ls cmd/**/Dockerfile`' 00:30:44 ++ dirname cmd/security-secrets-setup/Dockerfile 00:30:44 ++ cut -d/ -f2 00:30:44 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:30:44 + for file in '`ls cmd/**/Dockerfile`' 00:30:44 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:30:44 ++ cut -d/ -f2 00:30:44 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:30:44 + for file in '`ls cmd/**/Dockerfile`' 00:30:44 ++ dirname cmd/support-logging/Dockerfile 00:30:44 ++ cut -d/ -f2 00:30:44 + echo support-logging,cmd/support-logging/Dockerfile 00:30:44 + for file in '`ls cmd/**/Dockerfile`' 00:30:44 ++ dirname cmd/support-notifications/Dockerfile 00:30:44 ++ cut -d/ -f2 00:30:44 + echo support-notifications,cmd/support-notifications/Dockerfile 00:30:44 + for file in '`ls cmd/**/Dockerfile`' 00:30:44 ++ dirname cmd/support-scheduler/Dockerfile 00:30:44 ++ cut -d/ -f2 00:30:44 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:30:44 + for file in '`ls cmd/**/Dockerfile`' 00:30:44 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:30:44 ++ cut -d/ -f2 00:30:44 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:30:44 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-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:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:45 00:30:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:30:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:45 latest: Pulling from edgex-devops/git-semver 00:30:45 31603596830f: Pulling fs layer 00:30:45 2a8b12db71e7: Pulling fs layer 00:30:45 6ca5941a6612: Pulling fs layer 00:30:45 ecc8261a40a4: Pulling fs layer 00:30:45 ecc8261a40a4: Waiting 00:30:45 2a8b12db71e7: Verifying Checksum 00:30:45 2a8b12db71e7: Download complete 00:30:45 31603596830f: Verifying Checksum 00:30:45 31603596830f: Download complete 00:30:45 ecc8261a40a4: Verifying Checksum 00:30:45 ecc8261a40a4: Download complete 00:30:45 6ca5941a6612: Verifying Checksum 00:30:45 6ca5941a6612: Download complete 00:30:46 31603596830f: Pull complete 00:30:46 2a8b12db71e7: Pull complete 00:30:46 6ca5941a6612: Pull complete 00:30:47 ecc8261a40a4: Pull complete 00:30:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:30:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:30:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:30:47 prd-centos7-docker-4c-2g-13447 does not seem to be running inside a container 00:30:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:30:49 $ docker top 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:30:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:50 [ssh-agent] Looking for ssh-agent implementation... 00:30:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:50 $ docker exec 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 ssh-agent 00:30:50 SSH_AUTH_SOCK=/tmp/ssh-45PWms0Kls1k/agent.11 00:30:50 SSH_AGENT_PID=17 00:30:50 Running ssh-add (command line suppressed) 00:30:50 Identity added: /w/workspace/edgex-go/2@tmp/private_key_2953622165128857536.key (/w/workspace/edgex-go/2@tmp/private_key_2953622165128857536.key) 00:30:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:51 + git tag --points-at HEAD [Pipeline] } 00:30:51 $ docker exec --env ******** --env ******** 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 ssh-agent -k 00:30:51 unset SSH_AUTH_SOCK; 00:30:51 unset SSH_AGENT_PID; 00:30:51 echo Agent pid 17 killed; 00:30:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:30:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:30:51 [ssh-agent] Looking for ssh-agent implementation... 00:30:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:30:51 $ docker exec 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 ssh-agent 00:30:51 SSH_AUTH_SOCK=/tmp/ssh-wU3LMUU6NKa7/agent.45 00:30:51 SSH_AGENT_PID=50 00:30:51 Running ssh-add (command line suppressed) 00:30:52 Identity added: /w/workspace/edgex-go/2@tmp/private_key_6258032298379174025.key (/w/workspace/edgex-go/2@tmp/private_key_6258032298379174025.key) 00:30:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:30:52 + git semver init 00:30:52 # -> Open(): unable to determine branch for HEAD 00:30:52 # $GIT_DIR = /w/workspace/edgex-go/2/.git 00:30:52 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 00:30:52 # $SEMVER_REMOTE_NAME = origin 00:30:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:30:52 # $SEMVER_USER_NAME = edgex-jenkins 00:30:52 # $SEMVER_BRANCH = PR-2898 00:30:52 # $SEMVER_TEMP = /tmp/semver-684013341 00:30:52 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:31:24 # '/tmp/semver-684013341' -> '/w/workspace/edgex-go/2/.semver' 00:31:24 # -> Force: false 00:31:24 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 00:31:24 $ docker exec --env ******** --env ******** 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 ssh-agent -k 00:31:24 unset SSH_AUTH_SOCK; 00:31:24 unset SSH_AGENT_PID; 00:31:24 echo Agent pid 50 killed; 00:31:25 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:25 + git semver [Pipeline] } 00:31:25 $ docker stop --time=1 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 00:31:27 $ docker rm -f 17b5ca785f330c1bf14344bae8f4a8223c0784a3d1b075a8cbc46a66c9950a12 [Pipeline] // withDockerContainer [Pipeline] sh 00:31:27 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:31:28 Stashed 1 file(s) [Pipeline] echo 00:31:28 [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:31:29 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:31:29 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:31:29 + sudo service docker restart 00:31:29 + true 00:31:29 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:31:30 ========================================================= 00:31:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:31:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:31:30 + 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:36 Sending build context to Docker daemon 325.9MB 00:31:36 Step 1/7 : ARG BASE=golang:1.15-alpine 00:31:36 Step 2/7 : FROM ${BASE} 00:31:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:31:36 df20fa9351a1: Pulling fs layer 00:31:36 ed8968b2872e: Pulling fs layer 00:31:36 a92cc7c5fd73: Pulling fs layer 00:31:36 e871e8e8d7a9: Pulling fs layer 00:31:36 e73272ec9a57: Pulling fs layer 00:31:36 1e910a182e73: Pulling fs layer 00:31:36 4e634b169226: Pulling fs layer 00:31:36 e73272ec9a57: Waiting 00:31:36 1e910a182e73: Waiting 00:31:36 4e634b169226: Waiting 00:31:36 e871e8e8d7a9: Waiting 00:31:36 a92cc7c5fd73: Verifying Checksum 00:31:36 a92cc7c5fd73: Download complete 00:31:36 ed8968b2872e: Verifying Checksum 00:31:36 ed8968b2872e: Download complete 00:31:36 e73272ec9a57: Verifying Checksum 00:31:36 e73272ec9a57: Download complete 00:31:36 1e910a182e73: Verifying Checksum 00:31:36 1e910a182e73: Download complete 00:31:36 df20fa9351a1: Verifying Checksum 00:31:36 df20fa9351a1: Download complete 00:31:36 df20fa9351a1: Pull complete 00:31:36 ed8968b2872e: Pull complete 00:31:36 a92cc7c5fd73: Pull complete 00:31:37 4e634b169226: Verifying Checksum 00:31:37 4e634b169226: Download complete 00:31:38 e871e8e8d7a9: Verifying Checksum 00:31:38 e871e8e8d7a9: Download complete 00:31:43 Still waiting to schedule task 00:31:43 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:31:43 e871e8e8d7a9: Pull complete 00:31:44 e73272ec9a57: Pull complete 00:31:44 1e910a182e73: Pull complete 00:31:49 4e634b169226: Pull complete 00:31:49 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:31:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:31:49 ---> f7629b54cfaa 00:31:49 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:49 ---> Running in ce8b86c68e0c 00:31:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:31:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:31:54 (1/12) Installing libmagic (5.38-r0) 00:31:54 (2/12) Installing file (5.38-r0) 00:31:54 (3/12) Installing libc-dev (0.7.2-r3) 00:31:55 (4/12) Installing g++ (9.3.0-r2) 00:32:17 (5/12) Installing fortify-headers (1.1-r0) 00:32:17 (6/12) Installing patch (2.7.6-r6) 00:32:17 (7/12) Installing build-base (0.5-r2) 00:32:17 (8/12) Installing libsodium (1.0.18-r0) 00:32:17 (9/12) Installing pkgconf (1.7.2-r0) 00:32:17 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:17 (11/12) Installing libzmq (4.3.3-r0) 00:32:17 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:17 Executing busybox-1.31.1-r16.trigger 00:32:17 OK: 233 MiB in 51 packages 00:32:21 Removing intermediate container ce8b86c68e0c 00:32:21 ---> d4a4617deeda 00:32:21 Step 4/7 : WORKDIR /edgex-go 00:32:21 ---> Running in 05343d8a2fcf 00:32:21 Removing intermediate container 05343d8a2fcf 00:32:21 ---> 04ce45ac9457 00:32:21 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:21 latest: Pulling from library/docker 00:32:22 188c0c94c7c5: Pulling fs layer 00:32:22 0c7c675703d6: Pulling fs layer 00:32:22 cc8c12a437cb: Pulling fs layer 00:32:22 c5dafad2182a: Pulling fs layer 00:32:22 5aa711733414: Pulling fs layer 00:32:22 058f73b55e4b: Pulling fs layer 00:32:22 8c9c664faf12: Pulling fs layer 00:32:22 c5dafad2182a: Waiting 00:32:22 5aa711733414: Waiting 00:32:22 058f73b55e4b: Waiting 00:32:22 8c9c664faf12: Waiting 00:32:22 cc8c12a437cb: Verifying Checksum 00:32:22 cc8c12a437cb: Download complete 00:32:22 188c0c94c7c5: Verifying Checksum 00:32:22 188c0c94c7c5: Download complete 00:32:22 0c7c675703d6: Verifying Checksum 00:32:22 0c7c675703d6: Download complete 00:32:22 5aa711733414: Verifying Checksum 00:32:22 5aa711733414: Download complete 00:32:22 058f73b55e4b: Verifying Checksum 00:32:22 058f73b55e4b: Download complete 00:32:22 8c9c664faf12: Verifying Checksum 00:32:22 8c9c664faf12: Download complete 00:32:22 188c0c94c7c5: Pull complete 00:32:22 0c7c675703d6: Pull complete 00:32:22 cc8c12a437cb: Pull complete 00:32:23 c5dafad2182a: Verifying Checksum 00:32:23 c5dafad2182a: Download complete 00:32:26 c5dafad2182a: Pull complete 00:32:26 5aa711733414: Pull complete 00:32:26 058f73b55e4b: Pull complete 00:32:26 8c9c664faf12: Pull complete 00:32:26 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 00:32:26 Status: Downloaded newer image for docker:latest 00:32:28 ---> 278f31e705ff 00:32:28 Step 6/7 : COPY go.mod . 00:32:28 ---> 948feaa78863 00:32:28 Step 7/7 : RUN go mod download 00:32:28 ---> Running in 0bc148e34eac 00:32:50 Removing intermediate container 0bc148e34eac 00:32:50 ---> abe6d5bf6f64 00:32:50 Successfully built abe6d5bf6f64 00:32:50 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:32:50 + docker inspect -f . ci-base-image-x86_64 00:32:50 . [Pipeline] withDockerContainer 00:32:50 prd-centos7-docker-4c-2g-13447 does not seem to be running inside a container 00:32:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 00:32:51 $ docker top 7128d486029f44858b16fd3e3f7664107c03aec557d1b61dcadd8aa6945a70dd -eo pid,comm [Pipeline] { [Pipeline] sh 00:32:52 + go version 00:32:52 go version go1.15.2 linux/amd64 [Pipeline] } 00:32:52 $ docker stop --time=1 7128d486029f44858b16fd3e3f7664107c03aec557d1b61dcadd8aa6945a70dd 00:32:53 $ docker rm -f 7128d486029f44858b16fd3e3f7664107c03aec557d1b61dcadd8aa6945a70dd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:32:54 + docker inspect -f . ci-base-image-x86_64 00:32:54 . [Pipeline] withDockerContainer 00:32:54 prd-centos7-docker-4c-2g-13447 does not seem to be running inside a container 00:32:54 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 00:32:55 $ docker top 3ad20869e5654232ed29751ea3b6b1740ae28f20694657a7822170988ee393e0 -eo pid,comm [Pipeline] { [Pipeline] echo 00:32:55 ========================================================= 00:32:55 [edgeXBuildGoParallel] Running Tests and Build... 00:32:55 ========================================================= [Pipeline] sh 00:32:56 + make test 00:32:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:06 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:21 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:33:26 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:33:27 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:33:29 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.049s 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:33:29 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:33:30 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:33:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.102s coverage: 46.6% of statements 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:33:33 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.172s coverage: 27.1% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 68.4% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:33:37 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.095s coverage: 83.3% of statements 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:33:37 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.354s coverage: 28.6% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.045s coverage: 100.0% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.103s coverage: 86.7% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:33:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.081s coverage: 79.0% of statements 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:33:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.304s coverage: 95.7% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.0% of statements [no tests to run] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.238s coverage: 63.5% of statements 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:33:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.029s coverage: 100.0% of statements 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.056s coverage: 91.3% of statements 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.037s coverage: 100.0% of statements 00:33:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.030s coverage: 73.7% of statements 00:33:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.035s coverage: 100.0% of statements 00:33:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.374s coverage: 55.9% of statements 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:33:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 22.328s coverage: 86.3% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.175s coverage: 72.2% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.408s coverage: 72.1% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.057s coverage: 82.4% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.045s coverage: 48.4% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.035s coverage: 28.8% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.089s coverage: 37.2% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.295s coverage: 84.1% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.040s coverage: 100.0% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.068s coverage: 42.9% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.040s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.042s coverage: 83.8% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.133s coverage: 47.1% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.037s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.655s coverage: 29.1% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.080s coverage: 99.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.040s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/system 0.028s coverage: 0.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.038s coverage: 87.9% of statements 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements 00:34:05 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 00:34:05 GO111MODULE=on go vet ./... 00:34:32 gofmt -l . 00:34:32 [ "`gofmt -l .`" = "" ] 00:34:32 ./bin/test-go-mod-tidy.sh 00:34:32 ./bin/test-attribution-txt.sh [Pipeline] sh 00:34:32 + ls -al . 00:34:32 total 644 00:34:32 drwxrwxr-x 10 1001 1001 4096 Nov 26 00:34 . 00:34:32 drwxr-xr-x 4 root root 28 Nov 26 00:32 .. 00:34:32 -rw-rw-r-- 1 1001 1001 11 Nov 26 00:30 .dockerignore 00:34:32 drwxrwxr-x 8 1001 1001 179 Nov 26 00:30 .git 00:34:32 drwxrwxr-x 3 1001 1001 125 Nov 26 00:30 .github 00:34:32 -rw-rw-r-- 1 1001 1001 971 Nov 26 00:30 .gitignore 00:34:32 drwx------ 3 1001 1001 47 Nov 26 00:31 .semver 00:34:32 -rw-rw-r-- 1 1001 1001 166 Nov 26 00:30 .sonarcloud.properties 00:34:32 -rw-rw-r-- 1 1001 1001 3804 Nov 26 00:30 CONTRIBUTING.md 00:34:32 -rw-rw-r-- 1 1001 1001 1035 Nov 26 00:30 Dockerfile.build 00:34:32 -rw-rw-r-- 1 1001 1001 943 Nov 26 00:30 Jenkinsfile 00:34:32 -rw-rw-r-- 1 1001 1001 10775 Nov 26 00:30 LICENSE 00:34:32 -rw-rw-r-- 1 1001 1001 6581 Nov 26 00:30 Makefile 00:34:32 -rw-rw-r-- 1 1001 1001 6447 Nov 26 00:30 README.md 00:34:32 -rw-rw-r-- 1 1001 1001 259 Nov 26 00:30 SECURITY.md 00:34:32 -rw-rw-r-- 1 1001 1001 5 Nov 26 00:31 VERSION 00:34:32 -rw-rw-r-- 1 1001 1001 4131 Nov 26 00:30 ZMQWindows.md 00:34:32 drwxrwxr-x 2 1001 1001 117 Nov 26 00:30 bin 00:34:32 drwxrwxr-x 15 1001 1001 4096 Nov 26 00:30 cmd 00:34:32 -rw-r--r-- 1 root root 549148 Nov 26 00:34 coverage.out 00:34:32 -rw-r--r-- 1 root root 1041 Nov 26 00:34 go.mod 00:34:32 -rw-r--r-- 1 root root 18692 Nov 26 00:34 go.sum 00:34:32 drwxrwxr-x 8 1001 1001 127 Nov 26 00:30 internal 00:34:32 drwxrwxr-x 4 1001 1001 26 Nov 26 00:30 openapi 00:34:32 drwxrwxr-x 4 1001 1001 71 Nov 26 00:30 snap 00:34:32 -rw-rw-r-- 1 1001 1001 168 Nov 26 00:30 version.go [Pipeline] sh 00:34:33 + '[' -e coverage.out ] 00:34:33 + chown 1001:1001 coverage.out [Pipeline] stash 00:34:34 Stashed 1 file(s) [Pipeline] sh 00:34:34 + make build 00:34:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:34:39 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13456 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws 00:34:39 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:34:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:34:45 using credential edgex-jenkins-ssh 00:34:45 Cloning the remote Git repository 00:34:45 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:34:46 > git init /w/workspace/edgex-go/2 # timeout=10 00:34:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:34:46 > git --version # timeout=10 00:34:46 > git --version # 'git version 2.17.1' 00:34:46 using GIT_SSH to set credentials SSH Credentials for GitHub 00:34:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:34:47 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:48 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:50 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:51 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:51 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:53 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:55 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:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:34:57 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: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:34:59 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:35:00 $ docker stop --time=1 3ad20869e5654232ed29751ea3b6b1740ae28f20694657a7822170988ee393e0 00:35:02 $ docker rm -f 3ad20869e5654232ed29751ea3b6b1740ae28f20694657a7822170988ee393e0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:04 00:35:04 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:04 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:04 latest: Pulling from edgex-devops/edgex-compose 00:35:04 cbdbe7a5bc2a: Pulling fs layer 00:35:04 ca9280d653b3: Pulling fs layer 00:35:04 7e9c9ca2126c: Pulling fs layer 00:35:04 cbdbe7a5bc2a: Verifying Checksum 00:35:04 cbdbe7a5bc2a: Download complete 00:35:05 cbdbe7a5bc2a: Pull complete 00:35:05 ca9280d653b3: Download complete 00:35:06 7e9c9ca2126c: Download complete 00:35:06 ca9280d653b3: Pull complete 00:35:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:08 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:08 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:08 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:08 > 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:35:09 Merging remotes/origin/master commit b7d8827467e2539e6b310fa71c30bc6c237cf2c5 into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d 00:35:10 Merge succeeded, producing 8da4d67bf8c0c889bb237b8ec33d83b0fb908570 00:35:10 Checking out Revision 8da4d67bf8c0c889bb237b8ec33d83b0fb908570 (PR-2898) 00:35:09 > git config core.sparsecheckout # timeout=10 00:35:09 > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 00:35:09 > git remote # timeout=10 00:35:10 > git config --get remote.origin.url # timeout=10 00:35:10 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:10 > git merge b7d8827467e2539e6b310fa71c30bc6c237cf2c5 # timeout=10 00:35:10 > git rev-parse HEAD^{commit} # timeout=10 00:35:10 > git config core.sparsecheckout # timeout=10 00:35:10 > git checkout -f 8da4d67bf8c0c889bb237b8ec33d83b0fb908570 # timeout=10 00:35:14 7e9c9ca2126c: Pull complete 00:35:14 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:14 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:14 prd-centos7-docker-4c-2g-13447 does not seem to be running inside a container 00:35:14 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:35:14 Commit message: "Merge commit 'b7d8827467e2539e6b310fa71c30bc6c237cf2c5' into HEAD" 00:35:15 > git rev-list --no-walk e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 00:35:15 $ docker top 1cc6139f76426d9c1e3f40ba1ac4b17fbdf1c70c7f9d6ddbb621aab43c946bfc -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 00:35:16 + docker-compose build --help 00:35:16 + grep parallel [Pipeline] sh 00:35:17 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 00:35:17 --parallel Build images in parallel. [Pipeline] } 00:35:17 $ docker stop --time=1 1cc6139f76426d9c1e3f40ba1ac4b17fbdf1c70c7f9d6ddbb621aab43c946bfc 00:35:18 $ docker rm -f 1cc6139f76426d9c1e3f40ba1ac4b17fbdf1c70c7f9d6ddbb621aab43c946bfc [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:35:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:19 . [Pipeline] withDockerContainer 00:35:19 prd-centos7-docker-4c-2g-13447 does not seem to be running inside a container 00:35:19 + sudo service docker+ restart 00:35:19 true 00:35:19 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:20 $ docker top 622d14c2fa2f8e4f0a4de06b801ae89803596734826765ec4f2765c58e412f27 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:20 + docker-compose -f ./docker-compose-build.yml build --parallel [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:35:21 provisioning config files... 00:35:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config2326560722541297191tmp [Pipeline] { 00:35:21 Building docker-core-command-go ... 00:35:21 Building docker-core-data-go ... 00:35:21 Building docker-core-metadata-go ... 00:35:21 Building docker-security-bootstrap-redis-go ... 00:35:21 Building docker-security-proxy-setup-go ... 00:35:21 Building docker-security-secrets-setup-go ... 00:35:21 Building docker-security-secretstore-setup-go ... 00:35:21 Building docker-support-logging-go ... 00:35:21 Building docker-support-notifications-go ... 00:35:21 Building docker-support-scheduler-go ... 00:35:21 Building docker-sys-mgmt-agent-go ... 00:35:21 Building docker-security-secrets-setup-go 00:35:21 Building docker-core-data-go 00:35:21 Building docker-security-secretstore-setup-go 00:35:21 Building docker-support-notifications-go 00:35:21 Building docker-core-command-go [Pipeline] libraryResource [Pipeline] sh 00:35:22 ---> docker-login.sh 00:35:22 nexus3.edgexfoundry.org:10001 00:35:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:24 Configure a credential helper to remove this warning. See 00:35:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:24 00:35:24 Login Succeeded 00:35:24 nexus3.edgexfoundry.org:10002 00:35:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:24 Configure a credential helper to remove this warning. See 00:35:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:24 00:35:24 Login Succeeded 00:35:24 nexus3.edgexfoundry.org:10003 00:35:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:25 Configure a credential helper to remove this warning. See 00:35:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:25 00:35:25 Login Succeeded 00:35:25 nexus3.edgexfoundry.org:10004 00:35:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:25 Configure a credential helper to remove this warning. See 00:35:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:25 00:35:25 Login Succeeded 00:35:25 docker.io 00:35:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:35:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:35:26 Configure a credential helper to remove this warning. See 00:35:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:35:26 00:35:26 Login Succeeded 00:35:26 ---> docker-login.sh ends [Pipeline] } 00:35:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:35:27 ========================================================= 00:35:27 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:35:27 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:27 + 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:35:30 Sending build context to Docker daemon 165.4MB 00:35:30 Step 1/7 : ARG BASE=golang:1.15-alpine 00:35:30 Step 2/7 : FROM ${BASE} 00:35:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:35:30 b538f80385f9: Pulling fs layer 00:35:30 74f711af9a0d: Pulling fs layer 00:35:30 99f96fe45779: Pulling fs layer 00:35:30 8529a6b9a6be: Pulling fs layer 00:35:30 45590311c82a: Pulling fs layer 00:35:30 69ca0ff8b7b3: Pulling fs layer 00:35:30 209524e5b208: Pulling fs layer 00:35:30 45590311c82a: Waiting 00:35:30 69ca0ff8b7b3: Waiting 00:35:30 8529a6b9a6be: Waiting 00:35:30 209524e5b208: Waiting 00:35:30 99f96fe45779: Download complete 00:35:30 74f711af9a0d: Verifying Checksum 00:35:30 74f711af9a0d: Download complete 00:35:30 45590311c82a: Verifying Checksum 00:35:30 45590311c82a: Download complete 00:35:30 69ca0ff8b7b3: Download complete 00:35:30 b538f80385f9: Verifying Checksum 00:35:30 b538f80385f9: Download complete 00:35:30 b538f80385f9: Pull complete 00:35:31 74f711af9a0d: Pull complete 00:35:31 99f96fe45779: Pull complete 00:35:32 209524e5b208: Download complete 00:35:33 8529a6b9a6be: Verifying Checksum 00:35:33 8529a6b9a6be: Download complete 00:35:44 8529a6b9a6be: Pull complete 00:35:44 45590311c82a: Pull complete 00:35:44 69ca0ff8b7b3: Pull complete 00:35:48 209524e5b208: Pull complete 00:35:48 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:35:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:35:48 ---> 5bddaf1c2fca 00:35:48 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:35:52 ---> Running in 9d5a8683bad9 00:35:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:35:54 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:54 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> abe6d5bf6f64 00:35:54 Step 3/23 : WORKDIR /edgex-go 00:35:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> abe6d5bf6f64 00:35:54 Step 3/22 : WORKDIR /edgex-go 00:35:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:35:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> abe6d5bf6f64 00:35:54 Step 3/24 : WORKDIR /edgex-go 00:35:54 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:54 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:35:54 ---> abe6d5bf6f64 00:35:54 Step 3/29 : WORKDIR /edgex-go 00:35:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:35:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:35:54 ---> abe6d5bf6f64 00:35:54 Step 3/24 : WORKDIR /edgex-go 00:35:55 ---> Running in ec6e7bc8fe68 00:35:55 ---> Running in 9987e8328906 00:35:55 ---> Running in 7cd68aa10b38 00:35:55 ---> Running in 5b71b18bc6d8 00:35:55 ---> Running in 9ea5274d20d2 00:35:55 (1/12) Installing libmagic (5.38-r0) 00:35:55 Removing intermediate container 5b71b18bc6d8 00:35:55 ---> 3793b576aba3 00:35:55 Step 4/29 : RUN apk update && apk add make git 00:35:55 Removing intermediate container ec6e7bc8fe68 00:35:55 ---> 7197cb1d9c31 00:35:55 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:55 Removing intermediate container 9987e8328906 00:35:55 ---> 2363a444b905 00:35:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:55 Removing intermediate container 7cd68aa10b38 00:35:55 ---> 85a0258e7751 00:35:55 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:55 (2/12) Installing file (5.38-r0) 00:35:55 (3/12) Installing libc-dev (0.7.2-r3) 00:35:55 (4/12) Installing g++ (9.3.0-r2) 00:35:55 Removing intermediate container 9ea5274d20d2 00:35:55 ---> 98d0b02e096d 00:35:55 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:35:56 ---> Running in e6afc20fe1e0 00:35:56 ---> Running in 5c16b1b0d2c0 00:35:56 ---> Running in 965a9826661d 00:35:56 ---> Running in 2742e8eb53a1 00:35:56 ---> Running in e7ddbafb6297 00:35:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:58 Removing intermediate container 5c16b1b0d2c0 00:35:58 ---> 121dfe19b7f6 00:35:58 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:35:58 Removing intermediate container 965a9826661d 00:35:58 ---> 37915f0352a0 00:35:58 Step 5/24 : RUN apk update && apk add make git 00:35:58 Removing intermediate container 2742e8eb53a1 00:35:58 ---> 3ee86cb6cf36 00:35:58 Step 5/22 : RUN apk update && apk add make git 00:35:58 ---> Running in 9935d7052961 00:35:58 Removing intermediate container e7ddbafb6297 00:35:58 ---> f9c4f7b6393e 00:35:58 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:35:58 ---> Running in d2109d3571cc 00:35:58 ---> Running in b2e55426ed07 00:35:58 ---> Running in c8152110fd89 00:35:58 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:35:58 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:35:58 OK: 12754 distinct packages available 00:35:58 OK: 233 MiB in 51 packages 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:59 Removing intermediate container e6afc20fe1e0 00:35:59 ---> 45bfb180b9e2 00:35:59 Step 5/29 : COPY go.mod . 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:00 ---> f55d0bbbcf4b 00:36:00 Step 6/29 : RUN go mod download 00:36:00 ---> Running in 71ca3f84c3da 00:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:01 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:01 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:01 OK: 12754 distinct packages available 00:36:01 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:01 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:01 OK: 12754 distinct packages available 00:36:01 Removing intermediate container 71ca3f84c3da 00:36:01 ---> b8d29100a3b1 00:36:01 Step 7/29 : COPY . . 00:36:01 OK: 233 MiB in 51 packages 00:36:01 OK: 233 MiB in 51 packages 00:36:02 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:02 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:02 OK: 12754 distinct packages available 00:36:02 OK: 233 MiB in 51 packages 00:36:03 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:03 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:03 OK: 12754 distinct packages available 00:36:04 OK: 233 MiB in 51 packages 00:36:05 Removing intermediate container 9935d7052961 00:36:05 ---> f712263a91b3 00:36:05 Step 6/23 : COPY go.mod . 00:36:06 Removing intermediate container b2e55426ed07 00:36:06 ---> 8c758a496a38 00:36:06 Step 6/22 : COPY go.mod . 00:36:06 Removing intermediate container c8152110fd89 00:36:06 ---> c2005d0544ad 00:36:06 Step 6/24 : COPY go.mod . 00:36:07 ---> 747c3d3aef40 00:36:07 Step 7/23 : RUN go mod download 00:36:07 Removing intermediate container d2109d3571cc 00:36:07 ---> 705df5cfa24e 00:36:07 Step 6/24 : COPY go.mod . 00:36:09 ---> Running in 0208c9558b73 00:36:09 ---> 6c62fd31afce 00:36:09 Step 7/24 : RUN go mod download 00:36:09 ---> 5081e6523950 00:36:09 Step 7/22 : RUN go mod download 00:36:09 ---> 693ee23f81b3 00:36:09 Step 7/24 : RUN go mod download 00:36:10 ---> Running in 4f4ff73c098d 00:36:10 ---> Running in 35bd58d567dc 00:36:10 ---> Running in 788be2e3fbad 00:36:13 Removing intermediate container 0208c9558b73 00:36:13 ---> b01e505b4b55 00:36:13 Step 8/23 : COPY . . 00:36:13 Removing intermediate container 4f4ff73c098d 00:36:13 ---> 467321d7f7e5 00:36:13 Step 8/22 : COPY . . 00:36:14 (5/12) Installing fortify-headers (1.1-r0) 00:36:14 (6/12) Installing patch (2.7.6-r6) 00:36:14 (7/12) Installing build-base (0.5-r2) 00:36:14 (8/12) Installing libsodium (1.0.18-r0) 00:36:14 (9/12) Installing pkgconf (1.7.2-r0) 00:36:14 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:14 (11/12) Installing libzmq (4.3.3-r0) 00:36:14 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:14 Executing busybox-1.31.1-r16.trigger 00:36:14 OK: 217 MiB in 51 packages 00:36:15 Removing intermediate container 35bd58d567dc 00:36:15 ---> 58b31e6d11b2 00:36:15 Step 8/24 : COPY . . 00:36:16 Removing intermediate container 9d5a8683bad9 00:36:16 ---> 8b8dbfee1871 00:36:16 Step 4/7 : WORKDIR /edgex-go 00:36:16 ---> Running in 0bfc60e7232a 00:36:17 Removing intermediate container 0bfc60e7232a 00:36:17 ---> c1d7adec4c34 00:36:17 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:36:17 Removing intermediate container 788be2e3fbad 00:36:17 ---> 04f8dfd0e2be 00:36:17 Step 8/24 : COPY . . 00:36:17 latest: Pulling from library/docker 00:36:17 5f621e34cdf4: Pulling fs layer 00:36:17 85db56a05063: Pulling fs layer 00:36:17 ccb67d6aeaaa: Pulling fs layer 00:36:17 a0b19fc83503: Pulling fs layer 00:36:17 8eb508b41278: Pulling fs layer 00:36:17 37236713561e: Pulling fs layer 00:36:17 07c93f2b1b56: Pulling fs layer 00:36:17 a0b19fc83503: Waiting 00:36:17 37236713561e: Waiting 00:36:17 07c93f2b1b56: Waiting 00:36:17 8eb508b41278: Waiting 00:36:18 85db56a05063: Download complete 00:36:18 5f621e34cdf4: Download complete 00:36:18 ccb67d6aeaaa: Verifying Checksum 00:36:18 ccb67d6aeaaa: Download complete 00:36:18 8eb508b41278: Verifying Checksum 00:36:18 8eb508b41278: Download complete 00:36:18 37236713561e: Verifying Checksum 00:36:18 37236713561e: Download complete 00:36:18 07c93f2b1b56: Download complete 00:36:19 5f621e34cdf4: Pull complete 00:36:19 85db56a05063: Pull complete 00:36:20 a0b19fc83503: Verifying Checksum 00:36:20 a0b19fc83503: Download complete 00:36:20 ccb67d6aeaaa: Pull complete 00:36:23 a0b19fc83503: Pull complete 00:36:23 8eb508b41278: Pull complete 00:36:24 37236713561e: Pull complete 00:36:24 07c93f2b1b56: Pull complete 00:36:24 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 00:36:24 Status: Downloaded newer image for docker:latest 00:36:29 ---> c8f189967f50 00:36:29 Step 6/7 : COPY go.mod . 00:36:29 ---> 4783cfc41214 00:36:29 Step 7/7 : RUN go mod download 00:36:29 ---> Running in 37da70857862 00:36:32 ---> 5d62a99b0ff3 00:36:32 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:36:36 ---> Running in 374837789b79 00:36:39 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:36:52 ---> 78826a426e18 00:36:52 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:36:52 ---> 2ad8834457e7 00:36:52 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:36:52 ---> 986eb931236f 00:36:52 Step 9/23 : RUN make cmd/core-data/core-data 00:36:52 ---> Running in 28edafd12fe6 00:36:52 ---> Running in 6c8348732f0c 00:36:52 ---> Running in cb190443f33c 00:36:52 ---> bb3268838261 00:36:52 Step 9/22 : RUN make cmd/core-command/core-command 00:36:52 ---> Running in 12243820ebe6 00:36:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:36:53 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:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:36:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:36:56 Removing intermediate container 37da70857862 00:36:56 ---> 5362f402c75c 00:36:56 Successfully built 5362f402c75c 00:36:56 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:36:56 + docker inspect -f . ci-base-image-arm64 00:36:56 . [Pipeline] withDockerContainer 00:36:56 prd-ubuntu18.04-docker-arm64-4c-16g-13456 does not seem to be running inside a container 00:36:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 00:36:57 Removing intermediate container 374837789b79 00:36:57 ---> 919d690b105e 00:36:57 00:36:57 Step 9/29 : FROM alpine:latest 00:36:57 latest: Pulling from library/alpine 00:36:57 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:36:57 Status: Downloaded newer image for alpine:latest 00:36:57 ---> d6e46aa2470d 00:36:57 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:36:58 $ docker top d048e98a79a0f5510323fa9b68c29cca712fd8431aed7b908aa87866cc6f5b03 -eo pid,comm 00:36:58 ---> Running in 50e59a445bd1 [Pipeline] { 00:36:58 Removing intermediate container 50e59a445bd1 00:36:58 ---> 05c48104bb24 00:36:58 Step 11/29 : USER root 00:36:58 ---> Running in 955cd8894c14 [Pipeline] sh 00:36:58 Removing intermediate container 955cd8894c14 00:36:58 ---> b288fe8cecea 00:36:58 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:36:59 ---> Running in cc83951d5f05 00:36:59 + go version 00:36:59 go version go1.15.2 linux/arm64 [Pipeline] } 00:36:59 $ docker stop --time=1 d048e98a79a0f5510323fa9b68c29cca712fd8431aed7b908aa87866cc6f5b03 00:37:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:01 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:01 v3.12.1-50-g3faaa19e75 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:01 OK: 12746 distinct packages available 00:37:01 $ docker rm -f d048e98a79a0f5510323fa9b68c29cca712fd8431aed7b908aa87866cc6f5b03 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script 00:37:01 (1/2) Installing ca-certificates (20191127-r4) 00:37:01 (2/2) Installing dumb-init (1.2.2-r1) 00:37:01 Executing busybox-1.31.1-r19.trigger [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 00:37:02 Executing ca-certificates-20191127-r4.trigger 00:37:02 OK: 6 MiB in 16 packages [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:02 + docker inspect -f . ci-base-image-arm64 00:37:02 . [Pipeline] withDockerContainer 00:37:02 prd-ubuntu18.04-docker-arm64-4c-16g-13456 does not seem to be running inside a container 00:37:02 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 00:37:04 $ docker top 22d92a41e301efb1b2c1eb4f2f9bfea2bf3fbf1095f289f96d33548c27790d8d -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:04 ========================================================= 00:37:04 [edgeXBuildGoParallel] Running Tests and Build... 00:37:04 ========================================================= [Pipeline] sh 00:37:05 + make test 00:37:05 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:05 Removing intermediate container cc83951d5f05 00:37:05 ---> 35e4eaa6e329 00:37:05 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:37:05 ---> Running in 328297f57fdd 00:37:05 Removing intermediate container 328297f57fdd 00:37:05 ---> a6b2b7b7f131 00:37:05 Step 14/29 : WORKDIR $BASE_DIR 00:37:05 ---> Running in 1b2437017d23 00:37:06 Removing intermediate container 1b2437017d23 00:37:06 ---> 18e880a55f8e 00:37:06 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:37:06 ---> Running in cc626b61b7f4 00:37:09 Removing intermediate container cc626b61b7f4 00:37:09 ---> 7c19bd04caed 00:37:09 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:37:10 ---> 91a8a90e8c20 00:37:10 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:37:10 ---> 8a07cd029726 00:37:10 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:37:11 ---> 0c8ceb62d1ba 00:37:11 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:37:11 ---> fbb95b0a2e84 00:37:11 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:37:12 ---> 330d3d8c3aeb 00:37:12 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:37:12 ---> Running in 6fab1906395b 00:37:15 Removing intermediate container 6fab1906395b 00:37:15 ---> 49e533ec8e70 00:37:15 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:37:15 ---> 65ec8e41ee14 00:37:15 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:15 ---> Running in 5b816025bb53 00:37:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:37:18 Removing intermediate container 5b816025bb53 00:37:18 ---> f5f1c4918a87 00:37:18 Step 24/29 : RUN chmod 755 security-secrets-setup 00:37:18 ---> Running in e95b70598c23 00:37:21 Removing intermediate container e95b70598c23 00:37:21 ---> d1c7e3c2f8fe 00:37:21 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:37:21 ---> Running in 9e62492b96fd 00:37:21 Removing intermediate container 9e62492b96fd 00:37:21 ---> 11e27e2f9267 00:37:21 Step 26/29 : CMD [ "generate" ] 00:37:21 ---> Running in ea4f87372146 00:37:22 Removing intermediate container ea4f87372146 00:37:22 ---> b4312f0d3e34 00:37:22 Step 27/29 : LABEL arch=x86_64 00:37:22 ---> Running in dd4d07caf2fa 00:37:22 Removing intermediate container dd4d07caf2fa 00:37:22 ---> 81cd715f4c23 00:37:22 Step 28/29 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:37:22 ---> Running in 90b80ea0bd44 00:37:23 Removing intermediate container 90b80ea0bd44 00:37:23 ---> ea33048c35b7 00:37:23 Step 29/29 : LABEL version=0.0.0 00:37:23 ---> Running in a765a010d37b 00:37:23 Removing intermediate container a765a010d37b 00:37:23 ---> d73a3dbe8126 00:37:23 00:37:23 Successfully built d73a3dbe8126 00:37:23 Successfully tagged docker-security-secrets-setup-go:latest 00:37:23 Building docker-core-metadata-go 00:37:30  Building docker-security-secrets-setup-go ... done Removing intermediate container cb190443f33c 00:37:30 ---> ef67bba46f83 00:37:30 00:37:30 Step 10/24 : FROM alpine:3.10 00:37:30 3.10: Pulling from library/alpine 00:37:31 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:37:31 Status: Downloaded newer image for alpine:3.10 00:37:31 ---> be4e4bea2c2e 00:37:31 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:37:32 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:32 ---> Running in aba4b654c856 00:37:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:37:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:37:37 v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:37:37 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:37:37 OK: 10348 distinct packages available 00:37:37 (1/5) Installing ca-certificates (20191127-r2) 00:37:37 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:37:37 (3/5) Installing libcurl (7.66.0-r1) 00:37:37 (4/5) Installing curl (7.66.0-r1) 00:37:37 (5/5) Installing dumb-init (1.2.2-r1) 00:37:37 Executing busybox-1.30.1-r3.trigger 00:37:37 Executing ca-certificates-20191127-r2.trigger 00:37:37 OK: 7 MiB in 19 packages 00:37:41 Removing intermediate container 12243820ebe6 00:37:41 ---> 6c9482016b0a 00:37:41 00:37:41 Step 10/22 : FROM scratch 00:37:41 ---> 00:37:41 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:41 Removing intermediate container 28edafd12fe6 00:37:41 ---> a3484d6de9cb 00:37:41 00:37:41 Step 10/24 : FROM scratch 00:37:41 ---> 00:37:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:37:43 ---> Running in 6e66c2bbd238 00:37:43 ---> Running in d506412c2d41 00:37:44 Removing intermediate container aba4b654c856 00:37:44 ---> 0b37432d4a59 00:37:44 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:37:45 Removing intermediate container d506412c2d41 00:37:45 ---> ce9d469e1f28 00:37:45 Step 12/22 : ENV APP_PORT=48082 00:37:45 Removing intermediate container 6e66c2bbd238 00:37:45 ---> 2e34f6af982a 00:37:45 Step 12/24 : ENV APP_PORT=48060 00:37:46 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:37:46 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:37:46 ---> abe6d5bf6f64 00:37:46 Step 3/22 : WORKDIR /edgex-go 00:37:46 ---> Using cache 00:37:46 ---> 98d0b02e096d 00:37:46 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:46 ---> Using cache 00:37:46 ---> f9c4f7b6393e 00:37:46 Step 5/22 : RUN apk update && apk add make git 00:37:48 ---> Running in d368553f748f 00:37:48 ---> Running in a5e19d8761cb 00:37:48 ---> Running in c65e510a3ce9 00:37:48 ---> Running in ccfd08004df4 00:37:49 Removing intermediate container d368553f748f 00:37:49 ---> 92039ec9f3d4 00:37:49 Step 13/22 : EXPOSE $APP_PORT 00:37:49 Removing intermediate container c65e510a3ce9 00:37:49 ---> d4521db61b22 00:37:49 Step 13/24 : EXPOSE $APP_PORT 00:37:49 Removing intermediate container 6c8348732f0c 00:37:49 ---> 0264a5ce3b14 00:37:49 00:37:49 Step 10/23 : FROM alpine 00:37:49 ---> d6e46aa2470d 00:37:49 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:37:49 Removing intermediate container a5e19d8761cb 00:37:49 ---> a03c8ee5d9bc 00:37:49 Step 13/24 : WORKDIR / 00:37:49 ---> Running in 6cd034ecb08d 00:37:49 ---> Running in b3997510e9bc 00:37:49 ---> Running in f30be0c79e4a 00:37:49 ---> Running in c9869c702165 00:37:49 Removing intermediate container 6cd034ecb08d 00:37:49 ---> ae5beef1e721 00:37:49 Step 14/22 : WORKDIR / 00:37:49 Removing intermediate container b3997510e9bc 00:37:49 ---> 59cea519c89a 00:37:49 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:37:49 ---> Running in ae60ea2985b8 00:37:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:49 Removing intermediate container f30be0c79e4a 00:37:49 ---> 68a6641a8058 00:37:49 Step 12/23 : ENV APP_PORT=48080 00:37:49 Removing intermediate container c9869c702165 00:37:49 ---> bd67ee35dd5c 00:37:49 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:37:49 ---> Running in d1645ad61158 00:37:50 Removing intermediate container ae60ea2985b8 00:37:50 ---> 8196fb86b475 00:37:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:37:50 ---> ea2d4ca2ae20 00:37:50 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:37:50 ---> 4fa086c60c5d 00:37:50 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:37:50 Removing intermediate container d1645ad61158 00:37:50 ---> 534b51bb2a31 00:37:50 Step 13/23 : EXPOSE $APP_PORT 00:37:50 ---> Running in 11266c272bba 00:37:50 ---> a4d09e56a04c 00:37:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:37:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:51 ---> a235e67d00bc 00:37:51 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:37:51 Removing intermediate container 11266c272bba 00:37:51 ---> 8e3419c83558 00:37:51 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:37:51 ---> adb2f1d8c958 00:37:51 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:37:51 ---> Running in 7dc1dd8e45f7 00:37:51 ---> c364f0d899b7 00:37:51 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:37:51 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:37:51 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:37:51 OK: 12754 distinct packages available 00:37:51 ---> 16320053a87e 00:37:51 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:37:51 OK: 233 MiB in 51 packages 00:37:52 ---> 3729dfa48ef5 00:37:52 Step 18/22 : ENTRYPOINT ["/core-command"] 00:37:52 ---> 5a6c01264184 00:37:52 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:37:52 ---> Running in d0a917dcfe23 00:37:52 ---> a5a290fa329f 00:37:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:37:52 ---> e510bf2e35cc 00:37:52 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:37:53 Removing intermediate container d0a917dcfe23 00:37:53 ---> 2a538b401676 00:37:53 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:54 Removing intermediate container ccfd08004df4 00:37:54 ---> d39697b109e6 00:37:54 Step 6/22 : COPY go.mod . 00:37:54 ---> 2180414333a5 00:37:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:37:54 ---> Running in 57173684e6cd 00:37:54 ---> c36b0fae1701 00:37:54 Step 7/22 : RUN go mod download 00:37:54 Removing intermediate container 7dc1dd8e45f7 00:37:54 ---> ec4c3873b75e 00:37:54 Step 15/23 : RUN apk --no-cache add zeromq 00:37:54 ---> 9f52d7533203 00:37:54 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:37:54 ---> Running in e72546ab6afc 00:37:54 ---> Running in 01a98c89c0f3 00:37:54 ---> de53d2fb6a03 00:37:54 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:37:54 Removing intermediate container 57173684e6cd 00:37:54 ---> 75e6f40f17ee 00:37:54 Step 20/22 : LABEL arch=x86_64 00:37:54 ---> Running in e2e451a7629c 00:37:54 ---> d0095c7103e3 00:37:54 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:37:54 ---> Running in 79b22d68b1ff 00:37:55 ---> Running in 41a64cba18a1 00:37:55 Removing intermediate container e2e451a7629c 00:37:55 ---> a5d6e5eaeddd 00:37:55 Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:37:55 Removing intermediate container 41a64cba18a1 00:37:55 ---> 15d5dbafc8fb 00:37:55 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:37:55 ---> Running in 830b8d8b6159 00:37:55 ---> Running in 7e0cea27cf8f 00:37:56 Removing intermediate container 830b8d8b6159 00:37:56 ---> dce25ffba534 00:37:56 Step 22/22 : LABEL version=0.0.0 00:37:56 ---> Running in 81581613ee2f 00:37:56 Removing intermediate container 7e0cea27cf8f 00:37:56 ---> 430300d1a065 00:37:56 Step 22/24 : LABEL arch=x86_64 00:37:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:56 ---> Running in 89f935170f25 00:37:56 Removing intermediate container 81581613ee2f 00:37:56 ---> bdb77adc2c3d 00:37:56 00:37:56 Successfully built bdb77adc2c3d 00:37:56 Successfully tagged docker-core-command-go:latest 00:37:56  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 00:37:56 Removing intermediate container 89f935170f25 00:37:56 ---> 0b7f99e6fa66 00:37:56 Step 23/24 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:37:56 ---> Running in acc67c401f20 00:37:57 Removing intermediate container e72546ab6afc 00:37:57 ---> 5d508b6287db 00:37:57 Step 8/22 : COPY . . 00:37:57 Removing intermediate container acc67c401f20 00:37:57 ---> 13b9a62d10dd 00:37:57 Step 24/24 : LABEL version=0.0.0 00:37:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:57 Removing intermediate container 79b22d68b1ff 00:37:57 ---> 83ad7753f63a 00:37:57 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:37:57 ---> Running in 5984ac5cbcbc 00:37:58 (1/5) Installing libgcc (9.3.0-r2) 00:37:58 (2/5) Installing libsodium (1.0.18-r0) 00:37:59 (3/5) Installing libstdc++ (9.3.0-r2) 00:37:59 (4/5) Installing libzmq (4.3.3-r0) 00:38:00 (5/5) Installing zeromq (4.3.3-r0) 00:38:00 Executing busybox-1.31.1-r19.trigger 00:38:00 OK: 8 MiB in 19 packages 00:38:01 ---> Running in 5b081eeb1de0 00:38:04 Removing intermediate container 5984ac5cbcbc 00:38:04 ---> 96eafaa0a170 00:38:04 00:38:04 Successfully built 96eafaa0a170 00:38:04 Successfully tagged docker-support-notifications-go:latest 00:38:04 Building docker-sys-mgmt-agent-go 00:38:04  Building docker-support-notifications-go ... done Removing intermediate container 5b081eeb1de0 00:38:04 ---> 230dcd56d1b1 00:38:04 Step 22/24 : LABEL arch=x86_64 00:38:10 ---> Running in 0b5a5dc4fde7 00:38:10 Removing intermediate container 01a98c89c0f3 00:38:10 ---> 74c506e81292 00:38:10 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:38:11 Removing intermediate container 0b5a5dc4fde7 00:38:11 ---> 0c06755eb5e7 00:38:11 Step 23/24 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:38:13 ---> 36d130f69872 00:38:13 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:13 ---> Running in 7a31234c974f 00:38:15 Removing intermediate container 7a31234c974f 00:38:15 ---> b2d368cdc113 00:38:15 Step 24/24 : LABEL version=0.0.0 00:38:16 ---> eecb54420b0f 00:38:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:16 ---> Running in 3e60be13e192 00:38:18 Removing intermediate container 3e60be13e192 00:38:18 ---> 68bb59e2991b 00:38:18 00:38:18 ---> ab6821cc8315 00:38:18 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:18 Successfully built 68bb59e2991b 00:38:18 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:18 Building docker-security-proxy-setup-go 00:38:19  Building docker-security-secretstore-setup-go ... done  ---> Running in 8e245f9e32c1 00:38:19 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:19 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:19 ---> abe6d5bf6f64 00:38:19 Step 3/22 : WORKDIR /edgex-go 00:38:19 ---> Using cache 00:38:19 ---> 98d0b02e096d 00:38:19 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:19 ---> Using cache 00:38:19 ---> f9c4f7b6393e 00:38:19 Step 5/22 : RUN apk update && apk add make git 00:38:19 ---> Using cache 00:38:19 ---> d39697b109e6 00:38:19 Step 6/22 : COPY go.mod . 00:38:19 ---> Using cache 00:38:19 ---> c36b0fae1701 00:38:19 Step 7/22 : RUN go mod download 00:38:19 ---> Using cache 00:38:19 ---> 5d508b6287db 00:38:19 Step 8/22 : COPY . . 00:38:23 Removing intermediate container 8e245f9e32c1 00:38:23 ---> a07e68d8e629 00:38:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:23 ---> Running in 80ab7003a926 00:38:28 Removing intermediate container 80ab7003a926 00:38:28 ---> a38c1e0f4ce0 00:38:28 Step 21/23 : LABEL arch=x86_64 00:38:28 ---> cde8acde3b3f 00:38:28 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:38:28 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:29 ---> Running in 88c5faa71650 00:38:30 ---> Running in c6c13633d20e 00:38:31 Removing intermediate container 88c5faa71650 00:38:31 ---> 57c52a417e87 00:38:31 Step 22/23 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:38:31 ---> Running in 841fa28238ab 00:38:32 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:32 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:38:32 ---> abe6d5bf6f64 00:38:32 Step 3/27 : WORKDIR /edgex-go 00:38:32 ---> Using cache 00:38:32 ---> 98d0b02e096d 00:38:32 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:32 ---> Using cache 00:38:32 ---> f9c4f7b6393e 00:38:32 Step 5/27 : RUN apk update && apk add make bash git 00:38:34 ---> Running in d9528d4f0db0 00:38:34 Removing intermediate container 841fa28238ab 00:38:34 ---> 6ef944b93788 00:38:34 Step 23/23 : LABEL version=0.0.0 00:38:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:38:34 ---> Running in 51f0f69f6972 00:38:35 Removing intermediate container 51f0f69f6972 00:38:35 ---> 12a32219860b 00:38:35 00:38:35 Successfully built 12a32219860b 00:38:35 Successfully tagged docker-core-data-go:latest 00:38:35 Building docker-support-scheduler-go 00:38:36  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:37 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:37 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:37 OK: 12754 distinct packages available 00:38:38 OK: 233 MiB in 51 packages 00:38:43 Removing intermediate container d9528d4f0db0 00:38:43 ---> f6e154f2710f 00:38:43 Step 6/27 : COPY go.mod . 00:38:44 ---> 1907189b9c2f 00:38:44 Step 7/27 : RUN go mod download 00:38:44 ---> Running in 94c9e23802df 00:38:51 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:51 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.051s 00:38:51 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:51 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:38:52 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:52 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:38:52 ---> abe6d5bf6f64 00:38:52 Step 3/20 : WORKDIR /edgex-go 00:38:52 ---> Using cache 00:38:52 ---> 98d0b02e096d 00:38:52 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:52 ---> Using cache 00:38:52 ---> f9c4f7b6393e 00:38:52 Step 5/20 : RUN apk update && apk add make git 00:38:52 ---> Using cache 00:38:52 ---> d39697b109e6 00:38:52 Step 6/20 : COPY go.mod . 00:38:52 ---> Using cache 00:38:52 ---> c36b0fae1701 00:38:52 Step 7/20 : RUN go mod download 00:38:52 ---> Using cache 00:38:52 ---> 5d508b6287db 00:38:52 Step 8/20 : COPY . . 00:38:52 ---> Using cache 00:38:52 ---> cde8acde3b3f 00:38:52 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:38:52 Removing intermediate container 94c9e23802df 00:38:52 ---> c408e8d36e39 00:38:52 Step 8/27 : COPY . . 00:38:53 ---> Running in a01a26fd2f47 00:38:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:56 ---> 436febe85249 00:38:56 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:38:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:38:58 ---> Running in 3aa891731647 00:39:02 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:39:04 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:04 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:39:04 ---> abe6d5bf6f64 00:39:04 Step 3/21 : WORKDIR /edgex-go 00:39:04 ---> Using cache 00:39:04 ---> 98d0b02e096d 00:39:04 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:04 ---> Using cache 00:39:04 ---> f9c4f7b6393e 00:39:04 Step 5/21 : RUN apk update && apk add make git 00:39:04 ---> Using cache 00:39:04 ---> d39697b109e6 00:39:04 Step 6/21 : COPY go.mod . 00:39:04 ---> Using cache 00:39:04 ---> c36b0fae1701 00:39:04 Step 7/21 : RUN go mod download 00:39:04 ---> Using cache 00:39:04 ---> 5d508b6287db 00:39:04 Step 8/21 : COPY . . 00:39:04 ---> Using cache 00:39:04 ---> 436febe85249 00:39:04 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:39:05 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.244s coverage: 46.6% of statements 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:05 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:06 ---> Running in e2ef059d878a 00:39:07 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:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.593s coverage: 27.1% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.122s coverage: 100.0% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.504s coverage: 69.3% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.706s coverage: 83.3% of statements 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:19 Removing intermediate container c6c13633d20e 00:39:19 ---> 0f3ad4b68386 00:39:19 00:39:19 Step 10/22 : FROM scratch 00:39:19 ---> 00:39:19 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:19 ---> Using cache 00:39:19 ---> ce9d469e1f28 00:39:19 Step 12/22 : ENV APP_PORT=48081 00:39:20 ---> Running in 04f7be724ab2 00:39:22 ---> f96166c9fd49 00:39:22 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:39:22 Removing intermediate container 04f7be724ab2 00:39:22 ---> 7e77d949568a 00:39:22 Step 13/22 : EXPOSE $APP_PORT 00:39:22 ---> Running in 41fb53ff3a8e 00:39:22 ---> Running in 3b01cde9d8b0 00:39:23 Removing intermediate container 3b01cde9d8b0 00:39:23 ---> 7ffabd269632 00:39:23 Step 14/22 : WORKDIR / 00:39:23 ---> Running in 3a64c5620b65 00:39:23 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:39:23 Removing intermediate container 3a64c5620b65 00:39:23 ---> fc759b78a306 00:39:23 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:39:23 ---> 74a38ff3c903 00:39:23 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.492s coverage: 28.6% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.171s coverage: 100.0% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.094s coverage: 100.0% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.357s coverage: 86.7% of statements 00:39:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:25 ---> b6004d0bb9b2 00:39:25 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.533s coverage: 97.5% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:25 ---> 8434cecc80b4 00:39:25 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:39:25 ---> Running in cfce4b92d948 00:39:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.163s coverage: 79.0% of statements 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:26 Removing intermediate container cfce4b92d948 00:39:26 ---> 1eee055124c9 00:39:26 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:26 ---> Running in 1d81ccec41c8 00:39:27 Removing intermediate container 1d81ccec41c8 00:39:27 ---> 9dba9db1aa87 00:39:27 Step 20/22 : LABEL arch=x86_64 00:39:29 ---> Running in 98b40dd71c87 00:39:30 Removing intermediate container a01a26fd2f47 00:39:30 ---> ce6eef3a62bd 00:39:30 00:39:30 Step 10/20 : FROM alpine 00:39:30 ---> d6e46aa2470d 00:39:30 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:39:30 Removing intermediate container 3aa891731647 00:39:30 ---> f08d3d093ae1 00:39:30 00:39:30 Step 10/22 : FROM alpine:3.10 00:39:30 ---> be4e4bea2c2e 00:39:30 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:39:30 ---> Using cache 00:39:30 ---> 0b37432d4a59 00:39:30 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:39:30 Removing intermediate container 98b40dd71c87 00:39:30 ---> e902a523a46a 00:39:30 Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:39:30 ---> Running in 684eeb1ec408 00:39:30 ---> Running in 062fb0a55687 00:39:30 ---> Running in f26c5c817667 00:39:30 Removing intermediate container 062fb0a55687 00:39:30 ---> dbaa4408832a 00:39:30 Step 13/22 : WORKDIR / 00:39:31 Removing intermediate container f26c5c817667 00:39:31 ---> 54ee0fa93440 00:39:31 Step 22/22 : LABEL version=0.0.0 00:39:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:32 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:32 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:39:32 v3.12.1-50-g3faaa19e75 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:39:32 OK: 12746 distinct packages available 00:39:32 (1/4) Installing ca-certificates (20191127-r4) 00:39:32 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:32 (3/4) Installing libcurl (7.69.1-r1) 00:39:32 (4/4) Installing curl (7.69.1-r1) 00:39:32 Executing busybox-1.31.1-r19.trigger 00:39:32 Executing ca-certificates-20191127-r4.trigger 00:39:32 OK: 7 MiB in 18 packages 00:39:32 ---> Running in bfc05eb01953 00:39:32 ---> Running in bd11a14ee972 00:39:33 Removing intermediate container e2ef059d878a 00:39:33 ---> d8a9cefa248f 00:39:33 00:39:33 Step 10/21 : FROM scratch 00:39:33 ---> 00:39:33 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:33 ---> Using cache 00:39:33 ---> ce9d469e1f28 00:39:33 Step 12/21 : ENV APP_PORT=48085 00:39:34 Removing intermediate container bfc05eb01953 00:39:34 ---> 498a5a8dac1d 00:39:34 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:39:34 Removing intermediate container bd11a14ee972 00:39:34 ---> ec9d03b1569c 00:39:34 00:39:34 ---> Running in a073d7cbdf8d 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.226s coverage: 95.7% of statements 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.077s coverage: 58.8% of statements 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.0% of statements [no tests to run] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.833s coverage: 63.5% of statements 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:34 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.079s coverage: 100.0% of statements 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.082s coverage: 91.3% of statements 00:39:34 Successfully built ec9d03b1569c 00:39:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.074s coverage: 100.0% of statements 00:39:35 Successfully tagged docker-core-metadata-go:latest 00:39:35  Building docker-core-metadata-go ... done Building docker-support-logging-go 00:39:35 Removing intermediate container a073d7cbdf8d 00:39:35 ---> 736651b6f468 00:39:35 Step 13/21 : EXPOSE $APP_PORT 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.116s coverage: 73.7% of statements 00:39:35 ---> Running in 9e42aa95e5ae 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements 00:39:37 ---> b1692a54239e 00:39:37 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:39:38 Removing intermediate container 684eeb1ec408 00:39:38 ---> 11d66d408559 00:39:38 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:41 Removing intermediate container 9e42aa95e5ae 00:39:41 ---> ca00475d159a 00:39:41 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:39:42 ---> Running in 5c2f988ea150 00:39:42 ---> aba3e6ae27f3 00:39:42 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:39:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.089s coverage: 55.9% of statements 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:39:43 ---> 9fa681f2be7e 00:39:43 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:39:45 ---> 65b0c9009a4c 00:39:45 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:39:45 Removing intermediate container 5c2f988ea150 00:39:45 ---> 9d9b6eae41a9 00:39:45 Step 13/20 : WORKDIR /edgex 00:39:49 ---> Running in 8d7555065e0a 00:39:49 ---> e8c85cd4dd1b 00:39:49 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:39:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:39:50 ---> abe6d5bf6f64 00:39:50 Step 3/22 : WORKDIR /edgex-go 00:39:50 ---> Using cache 00:39:50 ---> 98d0b02e096d 00:39:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:50 ---> Using cache 00:39:50 ---> f9c4f7b6393e 00:39:50 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:39:51 ---> e9910ef58b71 00:39:51 Step 18/22 : RUN chmod +x entrypoint.sh 00:39:51 ---> 311b68edb32e 00:39:51 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:39:51 ---> Running in f81a9d40f714 00:39:51 ---> Running in b239bf46c46e 00:39:51 Removing intermediate container 41fb53ff3a8e 00:39:51 ---> fe0041c3adcc 00:39:51 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:39:51 Removing intermediate container 8d7555065e0a 00:39:51 ---> 025631617ac6 00:39:51 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:51 ---> Running in d0f69db65b25 00:39:51 ---> Running in 1e434272256c 00:39:52 ---> 204a61151d89 00:39:52 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:52 Removing intermediate container 1e434272256c 00:39:52 ---> 71cdf58b5537 00:39:52 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:39:52 ---> Running in b25381f61196 00:39:52 ---> 08840e78fd5f 00:39:52 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:39:52 ---> Running in c62c219bff41 00:39:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:52 Removing intermediate container b25381f61196 00:39:52 ---> 1e0e802b1d0c 00:39:52 Step 19/21 : LABEL arch=x86_64 00:39:52 ---> Running in d6cbe1b19606 00:39:53 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:53 Removing intermediate container c62c219bff41 00:39:53 ---> ce8d2bba0c7a 00:39:53 Step 17/20 : CMD ["--init=true"] 00:39:53 ---> Running in 5fc3dca86a99 00:39:53 Removing intermediate container d6cbe1b19606 00:39:53 ---> 4fe8b99a6822 00:39:53 Step 20/21 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:39:53 ---> Running in 51b9a5894993 00:39:53 Removing intermediate container 5fc3dca86a99 00:39:53 ---> dafe7a0710ea 00:39:53 Step 18/20 : LABEL arch=x86_64 00:39:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:53 ---> Running in 8898296b9bbd 00:39:53 Removing intermediate container 51b9a5894993 00:39:53 ---> b0f0e4f6da5d 00:39:53 Step 21/21 : LABEL version=0.0.0 00:39:53 ---> Running in a470f8f7a29a 00:39:54 Removing intermediate container b239bf46c46e 00:39:54 ---> e427cee81fc9 00:39:54 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:39:54 Removing intermediate container 8898296b9bbd 00:39:54 ---> 08f76f5f1153 00:39:54 Step 19/20 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:39:54 ---> Running in d362956a474d 00:39:54 ---> Running in 1c35879a9fde 00:39:54 Removing intermediate container a470f8f7a29a 00:39:54 ---> 398d987aede2 00:39:54 00:39:54 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:54 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:54 OK: 12754 distinct packages available 00:39:54 Successfully built 398d987aede2 00:39:54 Successfully tagged docker-support-scheduler-go:latest 00:39:54  Building docker-support-scheduler-go ... done Removing intermediate container d362956a474d 00:39:54 ---> 5d3d2251c50b 00:39:54 Step 20/22 : LABEL arch=x86_64 00:39:54 Removing intermediate container 1c35879a9fde 00:39:54 ---> 8498290083c0 00:39:54 Step 20/20 : LABEL version=0.0.0 00:39:54 OK: 233 MiB in 51 packages 00:39:54 ---> Running in 90006b184d86 00:39:54 ---> Running in 13b8d29d27b6 00:39:54 OK: 233 MiB in 51 packages 00:39:54 Removing intermediate container 90006b184d86 00:39:54 ---> 172f4144ba67 00:39:54 Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:39:55 Removing intermediate container 13b8d29d27b6 00:39:55 ---> 9742069294e3 00:39:55 00:39:55 ---> Running in d74d75e1f373 00:39:55 Successfully built 9742069294e3 00:39:55 Removing intermediate container d0f69db65b25 00:39:55 ---> e2446763bc69 00:39:55 00:39:55 Step 11/27 : FROM docker:latest 00:39:55 Successfully tagged docker-security-proxy-setup-go:latest 00:39:55  Building docker-security-proxy-setup-go ... done  ---> 6972c414f322 00:39:55 Step 12/27 : RUN apk add --no-cache bash 00:39:55 ---> Running in dc31e93b812a 00:39:55 Removing intermediate container d74d75e1f373 00:39:55 ---> 7aa1495bfc54 00:39:55 Step 22/22 : LABEL version=0.0.0 00:39:55 ---> Running in 59a23fb5b5f0 00:39:55 Removing intermediate container f81a9d40f714 00:39:55 ---> 1353f231876e 00:39:55 Step 6/22 : COPY go.mod . 00:39:55 Removing intermediate container 59a23fb5b5f0 00:39:55 ---> 1362a031db03 00:39:55 00:39:56 Successfully built 1362a031db03 00:39:56 Successfully tagged docker-security-bootstrap-redis-go:latest 00:39:56  Building docker-security-bootstrap-redis-go ... done  ---> d179dbbfaea4 00:39:56 Step 7/22 : RUN go mod download 00:39:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:56 ---> Running in c62cebd20e2f 00:39:56 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:57 (1/2) Installing readline (8.0.4-r0) 00:39:57 (2/2) Installing bash (5.0.17-r0) 00:39:57 Executing bash-5.0.17-r0.post-install 00:39:57 Executing busybox-1.31.1-r19.trigger 00:39:57 OK: 12 MiB in 22 packages 00:39:57 Removing intermediate container dc31e93b812a 00:39:57 ---> 2b7182e41a4c 00:39:57 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:39:57 ---> Running in 95b241259db4 00:39:58 Removing intermediate container c62cebd20e2f 00:39:58 ---> 78f0a254ab70 00:39:58 Step 8/22 : COPY . . 00:40:00 Removing intermediate container 95b241259db4 00:40:00 ---> b63f9148eb07 00:40:00 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:00 ---> Running in 113d21097f0e 00:40:01 Removing intermediate container 113d21097f0e 00:40:01 ---> 89d217a7078c 00:40:01 Step 15/27 : ENV APP_PORT=48090 00:40:03 ---> Running in 7af52c8d956a 00:40:04 Removing intermediate container 7af52c8d956a 00:40:04 ---> 872ebdacaf34 00:40:04 Step 16/27 : EXPOSE $APP_PORT 00:40:05 ---> Running in dffa924db532 00:40:07 Removing intermediate container dffa924db532 00:40:07 ---> 0c4f30f50837 00:40:07 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:09 ---> 5bdff334401e 00:40:09 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:10 ---> fc655f71f6dc 00:40:10 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:12 ---> c454e07ea1cc 00:40:12 Step 20/27 : RUN apk --no-cache add py3-pip 00:40:13 ---> Running in 3c26c32ae5ec 00:40:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:15 ---> 2e7aa307f759 00:40:15 Step 9/22 : RUN make cmd/support-logging/support-logging 00:40:15 (1/33) Installing libbz2 (1.0.8-r1) 00:40:15 (2/33) Installing expat (2.2.9-r1) 00:40:15 (3/33) Installing libffi (3.3-r2) 00:40:15 (4/33) Installing gdbm (1.13-r1) 00:40:15 ---> Running in 19ab44fc7ada 00:40:15 (5/33) Installing xz-libs (5.2.5-r0) 00:40:15 (6/33) Installing sqlite-libs (3.32.1-r0) 00:40:15 (7/33) Installing python3 (3.8.5-r0) 00:40:16 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:40:17 (8/33) Installing py3-appdirs (1.4.4-r1) 00:40:17 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:40:17 (10/33) Installing py3-parsing (2.4.7-r0) 00:40:17 (11/33) Installing py3-six (1.15.0-r0) 00:40:17 (12/33) Installing py3-packaging (20.4-r0) 00:40:17 (13/33) Installing py3-setuptools (47.0.0-r0) 00:40:17 (14/33) Installing py3-chardet (3.0.4-r4) 00:40:17 (15/33) Installing py3-idna (2.9-r0) 00:40:17 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:40:17 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:40:17 (18/33) Installing py3-requests (2.23.0-r0) 00:40:17 (19/33) Installing py3-msgpack (1.0.0-r0) 00:40:17 (20/33) Installing py3-lockfile (0.12.2-r3) 00:40:17 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:40:17 (22/33) Installing py3-colorama (0.4.3-r0) 00:40:17 (23/33) Installing py3-distlib (0.3.0-r0) 00:40:17 (24/33) Installing py3-distro (1.5.0-r1) 00:40:17 (25/33) Installing py3-webencodings (0.5.1-r3) 00:40:17 (26/33) Installing py3-html5lib (1.0.1-r4) 00:40:17 (27/33) Installing py3-pytoml (0.1.21-r0) 00:40:17 (28/33) Installing py3-pep517 (0.8.2-r0) 00:40:17 (29/33) Installing py3-progress (1.5-r0) 00:40:17 (30/33) Installing py3-toml (0.10.1-r0) 00:40:17 (31/33) Installing py3-retrying (1.3.3-r0) 00:40:17 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:40:17 (33/33) Installing py3-pip (20.1.1-r0) 00:40:17 Executing busybox-1.31.1-r19.trigger 00:40:17 OK: 71 MiB in 55 packages 00:40:30 Removing intermediate container 3c26c32ae5ec 00:40:30 ---> b366fa597b99 00:40:30 Step 21/27 : RUN pip install docker-compose==1.23.2 00:40:30 ---> Running in 190738ad6c39 00:40:31 Collecting docker-compose==1.23.2 00:40:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:40:31 Collecting texttable<0.10,>=0.9.0 00:40:31 Downloading texttable-0.9.1.tar.gz (11 kB) 00:40:32 Collecting docker<4.0,>=3.6.0 00:40:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:40:32 Collecting PyYAML<4,>=3.10 00:40:32 Downloading PyYAML-3.13.tar.gz (270 kB) 00:40:34 Collecting jsonschema<3,>=2.5.1 00:40:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:40:34 Removing intermediate container 19ab44fc7ada 00:40:34 ---> 1cfc8e506426 00:40:34 00:40:34 Step 10/22 : FROM scratch 00:40:34 ---> 00:40:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:40:34 Collecting dockerpty<0.5,>=0.4.1 00:40:34 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:40:34 ---> Using cache 00:40:34 ---> 2e34f6af982a 00:40:34 Step 12/22 : ENV APP_PORT=48061 00:40:35 ---> Running in c84c8483a1e1 00:40:35 Collecting docopt<0.7,>=0.6.1 00:40:35 Downloading docopt-0.6.2.tar.gz (25 kB) 00:40:35 Removing intermediate container c84c8483a1e1 00:40:35 ---> 73bc8de83c39 00:40:35 Step 13/22 : EXPOSE $APP_PORT 00:40:35 ---> Running in df573d907776 00:40:35 Removing intermediate container df573d907776 00:40:35 ---> 022394d336fe 00:40:35 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:40:35 Collecting cached-property<2,>=1.2.0 00:40:35 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:40:35 ---> 3ffb4c485c23 00:40:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:40:35 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:40:35 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:40:35 ---> 9331500f59b2 00:40:35 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:40:36 Collecting websocket-client<1.0,>=0.32.0 00:40:36 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:40:36 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:40:36 Collecting docker-pycreds>=0.4.0 00:40:36 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:40:36 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:40:36 Collecting urllib3<1.25,>=1.21.1 00:40:36 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:40:36 ---> 47b3f0ecd57a 00:40:36 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:40:36 Collecting idna<2.8,>=2.5 00:40:36 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:40:36 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:40:36 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:40:36 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:40:36 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:40:36 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:40:36 Installing collected packages: texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, jsonschema, dockerpty, docopt, cached-property, docker-compose 00:40:36 Running setup.py install for texttable: started 00:40:36 ---> 12da14811236 00:40:36 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:40:36 ---> Running in e2ad83f2ff2d 00:40:37 Removing intermediate container e2ad83f2ff2d 00:40:37 ---> 4a1eb3e0d395 00:40:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:37 ---> Running in 1c1898b767b9 00:40:37 Running setup.py install for texttable: finished with status 'done' 00:40:37 Removing intermediate container 1c1898b767b9 00:40:37 ---> c07c8cd3ee1c 00:40:37 Step 20/22 : LABEL arch=x86_64 00:40:37 ---> Running in 8803c5e1f7ff 00:40:37 Attempting uninstall: urllib3 00:40:37 Found existing installation: urllib3 1.25.9 00:40:37 Uninstalling urllib3-1.25.9: 00:40:37 Successfully uninstalled urllib3-1.25.9 00:40:38 Removing intermediate container 8803c5e1f7ff 00:40:38 ---> 7eb86da435f3 00:40:38 Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:40:38 Attempting uninstall: idna 00:40:38 Found existing installation: idna 2.9 00:40:38 Uninstalling idna-2.9: 00:40:38 Successfully uninstalled idna-2.9 00:40:38 ---> Running in b444cf9a80e3 00:40:39 Attempting uninstall: requests 00:40:39 Found existing installation: requests 2.23.0 00:40:39 Uninstalling requests-2.23.0: 00:40:39 Successfully uninstalled requests-2.23.0 00:40:39 Removing intermediate container b444cf9a80e3 00:40:39 ---> 32bd620a0cb0 00:40:39 Step 22/22 : LABEL version=0.0.0 00:40:39 ---> Running in d5310de05f5d 00:40:39 Running setup.py install for PyYAML: started 00:40:40 Removing intermediate container d5310de05f5d 00:40:40 ---> 3ca419b7aa11 00:40:40 00:40:40 Successfully built 3ca419b7aa11 00:40:40 Successfully tagged docker-support-logging-go:latest 00:40:40  Building docker-support-logging-go ... done  Running setup.py install for PyYAML: finished with status 'done' 00:40:40 Running setup.py install for dockerpty: started 00:40:41 Running setup.py install for dockerpty: finished with status 'done' 00:40:41 Running setup.py install for docopt: started 00:40:41 Running setup.py install for docopt: finished with status 'done' 00:40:41 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:44 Removing intermediate container 190738ad6c39 00:40:44 ---> 54ec393560fa 00:40:44 Step 22/27 : RUN apk --no-cache add curl 00:40:44 ---> Running in 8cc04288286e 00:40:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:46 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:40:46 (2/3) Installing libcurl (7.69.1-r1) 00:40:46 (3/3) Installing curl (7.69.1-r1) 00:40:47 Executing busybox-1.31.1-r19.trigger 00:40:47 OK: 72 MiB in 58 packages 00:40:47 Removing intermediate container 8cc04288286e 00:40:47 ---> 4fb6cd5b4e96 00:40:47 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:40:47 ---> Running in a97106134741 00:40:47 Removing intermediate container a97106134741 00:40:47 ---> a12c6337f17f 00:40:47 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:47 ---> Running in 01eb7e3a3e66 00:40:47 Removing intermediate container 01eb7e3a3e66 00:40:47 ---> be92336b45e3 00:40:47 Step 25/27 : LABEL arch=x86_64 00:40:47 ---> Running in 139b88dfe6ac 00:40:48 Removing intermediate container 139b88dfe6ac 00:40:48 ---> 0185f78030bf 00:40:48 Step 26/27 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:40:48 ---> Running in 52302b3395a8 00:40:48 Removing intermediate container 52302b3395a8 00:40:48 ---> d1492de512f9 00:40:48 Step 27/27 : LABEL version=0.0.0 00:40:48 ---> Running in 2dd301b383b7 00:40:48 Removing intermediate container 2dd301b383b7 00:40:48 ---> 0c2d19d0ee64 00:40:48 00:40:48 Successfully built 0c2d19d0ee64 00:40:48 Successfully tagged docker-sys-mgmt-agent-go:latest 00:40:48  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:40:48 $ docker stop --time=1 622d14c2fa2f8e4f0a4de06b801ae89803596734826765ec4f2765c58e412f27 00:40:50 $ docker rm -f 622d14c2fa2f8e4f0a4de06b801ae89803596734826765ec4f2765c58e412f27 [Pipeline] // withDockerContainer [Pipeline] sh 00:40:51 + docker images 00:40:51 + grep docker 00:40:51 docker-sys-mgmt-agent-go latest 0c2d19d0ee64 3 seconds ago 290MB 00:40:51 docker-support-logging-go latest 3ca419b7aa11 12 seconds ago 11.1MB 00:40:51 docker-security-bootstrap-redis-go latest 1362a031db03 56 seconds ago 15.9MB 00:40:51 docker-security-proxy-setup-go latest 9742069294e3 57 seconds ago 15.8MB 00:40:51 docker-support-scheduler-go latest 398d987aede2 58 seconds ago 12.3MB 00:40:51 docker-core-metadata-go latest ec9d03b1569c About a minute ago 14.5MB 00:40:51 docker-core-data-go latest 12a32219860b 2 minutes ago 23.7MB 00:40:51 docker-security-secretstore-setup-go latest 68bb59e2991b 2 minutes ago 24.8MB 00:40:51 docker-support-notifications-go latest 96eafaa0a170 2 minutes ago 13.6MB 00:40:51 docker-core-command-go latest bdb77adc2c3d 2 minutes ago 12.2MB 00:40:51 docker-security-secrets-setup-go latest d73a3dbe8126 3 minutes ago 24MB 00:40:51 docker latest 6972c414f322 4 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:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 84.480s coverage: 86.3% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 6.130s coverage: 72.2% of statements 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 2.045s coverage: 72.1% of statements 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.083s coverage: 82.4% of statements 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.079s coverage: 48.4% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.093s coverage: 28.8% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.089s coverage: 96.8% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.441s coverage: 37.2% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.827s coverage: 84.1% of statements 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.119s coverage: 100.0% of statements 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.136s coverage: 42.9% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.087s coverage: 100.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.118s coverage: 83.8% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.480s coverage: 47.1% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.051s coverage: 100.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.155s coverage: 100.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.168s coverage: 100.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.199s coverage: 29.1% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.274s coverage: 99.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.102s coverage: 100.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.100s coverage: 100.0% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.107s coverage: 87.9% of statements 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:41:04 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements 00:41:04 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 100.0% of statements 00:41:04 GO111MODULE=on go vet ./... 00:41:07 Still waiting to schedule task 00:41:07 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 00:42:03 Running on prd-ubuntu18.04-docker-8c-8g-13465 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws 00:42:03 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:42:05 using credential edgex-jenkins-ssh 00:42:05 Cloning the remote Git repository 00:42:05 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:05 > git init /w/workspace/edgex-go/2 # timeout=10 00:42:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:05 > git --version # timeout=10 00:42:05 > git --version # 'git version 2.17.1' 00:42:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:11 Merging remotes/origin/master commit b7d8827467e2539e6b310fa71c30bc6c237cf2c5 into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d 00:42:11 Merge succeeded, producing e34d1d209c780203b04cd08137468db05b059f1c 00:42:11 Checking out Revision e34d1d209c780203b04cd08137468db05b059f1c (PR-2898) 00:42:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:42:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:10 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42: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:42:11 > git config core.sparsecheckout # timeout=10 00:42:11 > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 00:42:11 > git remote # timeout=10 00:42:11 > git config --get remote.origin.url # timeout=10 00:42:11 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:11 > git merge b7d8827467e2539e6b310fa71c30bc6c237cf2c5 # timeout=10 00:42:11 > git rev-parse HEAD^{commit} # timeout=10 00:42:11 > git config core.sparsecheckout # timeout=10 00:42:11 > git checkout -f e34d1d209c780203b04cd08137468db05b059f1c # timeout=10 00:42:15 Commit message: "Merge commit 'b7d8827467e2539e6b310fa71c30bc6c237cf2c5' into HEAD" 00:42:15 > git rev-list --no-walk e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:42:16 + echo snap-build.sh 00:42:16 snap-build.sh 00:42:16 + SNAP_BASE_DIR=. 00:42:16 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:42:16 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:42:16 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:42:16 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:42:16 + cd /w/workspace/edgex-go/2 00:42:16 + sudo apt-get remove -qy --purge lxd lxd-client 00:42:16 Reading package lists... 00:42:16 Building dependency tree... 00:42:16 Reading state information... 00:42:16 The following packages were automatically installed and are no longer required: 00:42:16 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:42:16 uidmap xdelta3 00:42:16 Use 'sudo apt autoremove' to remove them. 00:42:16 The following packages will be REMOVED: 00:42:16 lxd* lxd-client* 00:42:16 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:42:16 After this operation, 31.7 MB disk space will be freed. 00:42:18 (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:18 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:18 Removing lxd dnsmasq configuration 00:42:18 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:42:19 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:42:19 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:42:20 (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:20 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:42:21 Processing triggers for systemd (237-3ubuntu10.42) ... 00:42:21 Processing triggers for ureadahead (0.100.0-21) ... 00:42:22 + sudo snap remove --purge lxd 00:42:22 snap "lxd" is not installed 00:42:22 + sudo groupadd --force --system lxd 00:42:22 ++ whoami 00:42:22 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:42:22 + newgrp - lxd 00:42:22 + sudo snap install lxd 00:42:26 gofmt -l . 00:42:26 [ "`gofmt -l .`" = "" ] 00:42:28 ./bin/test-go-mod-tidy.sh 00:42:29 ./bin/test-attribution-txt.sh 00:42:30 2020-11-26T00:42:30Z INFO Waiting for automatic snapd restart... [Pipeline] sh 00:42:34 + ls -al . 00:42:34 total 672 00:42:34 drwxrwxr-x 9 1001 1001 4096 Nov 26 00:42 . 00:42:34 drwxr-xr-x 4 root root 4096 Nov 26 00:37 .. 00:42:34 -rw-rw-r-- 1 1001 1001 11 Nov 26 00:35 .dockerignore 00:42:34 drwxrwxr-x 8 1001 1001 4096 Nov 26 00:35 .git 00:42:34 drwxrwxr-x 3 1001 1001 4096 Nov 26 00:35 .github 00:42:34 -rw-rw-r-- 1 1001 1001 971 Nov 26 00:35 .gitignore 00:42:34 -rw-rw-r-- 1 1001 1001 166 Nov 26 00:35 .sonarcloud.properties 00:42:34 -rw-rw-r-- 1 1001 1001 3804 Nov 26 00:35 CONTRIBUTING.md 00:42:34 -rw-rw-r-- 1 1001 1001 1035 Nov 26 00:35 Dockerfile.build 00:42:34 -rw-rw-r-- 1 1001 1001 943 Nov 26 00:35 Jenkinsfile 00:42:34 -rw-rw-r-- 1 1001 1001 10775 Nov 26 00:35 LICENSE 00:42:34 -rw-rw-r-- 1 1001 1001 6581 Nov 26 00:35 Makefile 00:42:34 -rw-rw-r-- 1 1001 1001 6447 Nov 26 00:35 README.md 00:42:34 -rw-rw-r-- 1 1001 1001 259 Nov 26 00:35 SECURITY.md 00:42:34 -rw-rw-r-- 1 1001 1001 5 Nov 26 00:31 VERSION 00:42:34 -rw-rw-r-- 1 1001 1001 4131 Nov 26 00:35 ZMQWindows.md 00:42:34 drwxrwxr-x 2 1001 1001 4096 Nov 26 00:35 bin 00:42:34 drwxrwxr-x 15 1001 1001 4096 Nov 26 00:35 cmd 00:42:34 -rw-r--r-- 1 root root 549148 Nov 26 00:41 coverage.out 00:42:34 -rw-r--r-- 1 root root 1041 Nov 26 00:42 go.mod 00:42:34 -rw-r--r-- 1 root root 18692 Nov 26 00:42 go.sum 00:42:34 drwxrwxr-x 8 1001 1001 4096 Nov 26 00:35 internal 00:42:34 drwxrwxr-x 4 1001 1001 4096 Nov 26 00:35 openapi 00:42:34 drwxrwxr-x 4 1001 1001 4096 Nov 26 00:35 snap 00:42:34 -rw-rw-r-- 1 1001 1001 168 Nov 26 00:35 version.go [Pipeline] sh 00:42:35 + '[' -e coverage.out ] 00:42:35 + chown 1001:1001 coverage.out [Pipeline] stash 00:42:35 Warning: overwriting stash ‘coverage-report’ 00:42:36 Stashed 1 file(s) [Pipeline] sh 00:42:37 + make build 00:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:42:52 lxd 4.8 from Canonical* installed 00:42:52 + sudo lxd init --auto 00:42:57 + sudo snap install --classic snapcraft 00:43:05 snapcraft 4.4.2 from Canonical* installed 00:43:05 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:43:05 + patch --verbose -p1 00:43:05 Hmm... Looks like a unified diff to me... 00:43:05 The text leading up to this was: 00:43:05 -------------------------- 00:43:05 |From a9bd8c5b8ca0ac91b0300ab4e3abf75e1384a8b7 Mon Sep 17 00:00:00 2001 00:43:05 |From: Tony Espy 00:43:05 |Date: Wed, 28 Oct 2020 12:14:21 -0400 00:43:05 |Subject: [PATCH] [PATCH] optimize snap build for pipeline CI check 00:43:05 | 00:43:05 |--- 00:43:05 | snap/snapcraft.yaml | 465 +------------------------------------------- 00:43:05 | 1 file changed, 2 insertions(+), 463 deletions(-) 00:43:05 | 00:43:05 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:43:05 |index 7d1e8c7c..24aef30d 100644 00:43:05 |--- a/snap/snapcraft.yaml 00:43:05 |+++ b/snap/snapcraft.yaml 00:43:05 -------------------------- 00:43:05 patching file snap/snapcraft.yaml 00:43:05 Using Plan A... 00:43:05 Hunk #1 succeeded at 75. 00:43:05 Hunk #2 succeeded at 84. 00:43:05 Hunk #3 succeeded at 218 (offset -1 lines). 00:43:05 Hunk #4 succeeded at 226 (offset -1 lines). 00:43:05 Hunk #5 succeeded at 233 (offset -1 lines). 00:43:05 Hunk #6 succeeded at 260 (offset -1 lines). 00:43:05 Hunk #7 succeeded at 294 (offset -1 lines). 00:43:05 Hunk #8 FAILED at 342. 00:43:05 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:43:05 Hmm... Ignoring the trailing garbage. 00:43:05 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:43:06 Failed in branch amd64 00:43:16 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:43:29 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:43:34 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:43:41 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:43:48 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:43:49 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:43:56 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:03 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:44:06 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:44:10 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:44:17 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:21 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:44:25 $ docker stop --time=1 22d92a41e301efb1b2c1eb4f2f9bfea2bf3fbf1095f289f96d33548c27790d8d 00:44:28 $ docker rm -f 22d92a41e301efb1b2c1eb4f2f9bfea2bf3fbf1095f289f96d33548c27790d8d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:31 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:31 00:44:31 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:44:31 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:32 latest: Pulling from edgex-devops/edgex-compose-arm64 00:44:32 29e5d40040c1: Pulling fs layer 00:44:32 1ce36da41761: Pulling fs layer 00:44:32 25b303627fd3: Pulling fs layer 00:44:32 29e5d40040c1: Verifying Checksum 00:44:32 29e5d40040c1: Download complete 00:44:32 1ce36da41761: Verifying Checksum 00:44:32 1ce36da41761: Download complete 00:44:33 29e5d40040c1: Pull complete 00:44:34 1ce36da41761: Pull complete 00:44:34 25b303627fd3: Verifying Checksum 00:44:34 25b303627fd3: Download complete 00:44:44 25b303627fd3: Pull complete 00:44:44 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:44:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:44 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:44:45 prd-ubuntu18.04-docker-arm64-4c-16g-13456 does not seem to be running inside a container 00:44:45 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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:44:49 $ docker top 9f9946675beb95702426ccd0c88eaf7cf0e95021186d26d16edf6d8c506d11d1 -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:50 + grep parallel 00:44:50 + docker-compose build --help 00:44:56 --parallel Build images in parallel. [Pipeline] } 00:44:57 $ docker stop --time=1 9f9946675beb95702426ccd0c88eaf7cf0e95021186d26d16edf6d8c506d11d1 00:44:59 $ docker rm -f 9f9946675beb95702426ccd0c88eaf7cf0e95021186d26d16edf6d8c506d11d1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:45:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:45:00 . [Pipeline] withDockerContainer 00:45:00 prd-ubuntu18.04-docker-arm64-4c-16g-13456 does not seem to be running inside a container 00:45:00 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:45:02 $ docker top b86dedfc07ec8cd1b7e11456e7edaedc61a8f3c6524f4ac3242c2f306a700715 -eo pid,comm [Pipeline] { [Pipeline] sh 00:45:03 + docker-compose -f ./docker-compose-build.yml build --parallel 00:45:10 Building docker-core-command-go ... 00:45:10 Building docker-core-data-go ... 00:45:10 Building docker-core-metadata-go ... 00:45:10 Building docker-security-bootstrap-redis-go ... 00:45:10 Building docker-security-proxy-setup-go ... 00:45:10 Building docker-security-secrets-setup-go ... 00:45:10 Building docker-security-secretstore-setup-go ... 00:45:10 Building docker-support-logging-go ... 00:45:10 Building docker-support-notifications-go ... 00:45:10 Building docker-support-scheduler-go ... 00:45:10 Building docker-sys-mgmt-agent-go ... 00:45:10 Building docker-security-secretstore-setup-go 00:45:10 Building docker-core-metadata-go 00:45:10 Building docker-security-secrets-setup-go 00:45:10 Building docker-core-data-go 00:45:10 Building docker-support-scheduler-go 00:46:32 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:32 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:46:32 ---> 5362f402c75c 00:46:32 Step 3/22 : WORKDIR /edgex-go 00:46:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:32 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpineStep 2/23 : FROM ${BUILDER_BASE} AS builder 00:46:32 00:46:32 ---> 5362f402c75c 00:46:32 Step 2/29 : FROM ${BUILDER_BASE} AS build-envStep 3/23 : WORKDIR /edgex-go 00:46:32 00:46:32 ---> 5362f402c75c 00:46:32 Step 3/29 : WORKDIR /edgex-go 00:46:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:46:32 ---> 5362f402c75c 00:46:32 Step 3/24 : WORKDIR /edgex-go 00:46:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:46:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:46:32 ---> 5362f402c75c 00:46:32 Step 3/21 : WORKDIR /edgex-go 00:46:32 ---> Running in 5d41689bc2bd 00:46:32 ---> Running in ae8d4dd14c32 00:46:32 ---> Running in 1756cf04e734 00:46:32 ---> Running in 91c935b6a7af 00:46:32 ---> Running in a27376985759 00:46:32 Removing intermediate container 1756cf04e734 00:46:32 ---> e1fd1c2846f8 00:46:32 Step 4/29 : RUN apk update && apk add make git 00:46:32 Removing intermediate container 91c935b6a7af 00:46:32 ---> eb92584c2590 00:46:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:32 Removing intermediate container 5d41689bc2bd 00:46:32 ---> 41d33f6bf5bd 00:46:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:32 Removing intermediate container ae8d4dd14c32 00:46:32 ---> b72e21c3dd4b 00:46:32 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:32 Removing intermediate container a27376985759 00:46:32 ---> eec8097e4aba 00:46:32 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:46:32 ---> Running in 9f63f90d35ca 00:46:32 ---> Running in 9007bd582465 00:46:32 ---> Running in 6285d4aac233 00:46:32 ---> Running in 649563c6b081 00:46:32 ---> Running in ecd2f9020115 00:46:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:32 Removing intermediate container 6285d4aac233 00:46:32 ---> b7ef42ebe35d 00:46:32 Step 5/21 : RUN apk update && apk add make git 00:46:32 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:32 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:32 OK: 12625 distinct packages available 00:46:32 Removing intermediate container 649563c6b081 00:46:32 ---> 6374ebc892e8 00:46:32 Step 5/24 : RUN apk update && apk add make git 00:46:32 ---> Running in 3f5467fae584 00:46:32 ---> Running in 5c6d2b5f8f84 00:46:32 Removing intermediate container ecd2f9020115 00:46:32 ---> 8ca781d58591 00:46:32 Step 5/22 : RUN apk update && apk add make git 00:46:32 Removing intermediate container 9007bd582465 00:46:32 ---> 13ad591f8632 00:46:32 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:46:32 ---> Running in 6dec079fbf0b 00:46:32 ---> Running in 4d4c65fcb051 00:46:32 OK: 217 MiB in 51 packages 00:46:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:46:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:33 Removing intermediate container 9f63f90d35ca 00:46:33 ---> 14beb1818fbd 00:46:33 Step 5/29 : COPY go.mod . 00:46:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:34 ---> f9b9b16d1d39 00:46:34 Step 6/29 : RUN go mod download 00:46:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:46:34 ---> Running in 18a2c4afd040 00:46:35 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:35 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:35 OK: 12625 distinct packages available 00:46:35 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:35 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:35 OK: 12625 distinct packages available 00:46:35 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:35 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:35 OK: 12625 distinct packages available 00:46:36 OK: 217 MiB in 51 packages 00:46:36 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:46:36 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:46:36 OK: 12625 distinct packages available 00:46:37 OK: 217 MiB in 51 packages 00:46:37 OK: 217 MiB in 51 packages 00:46:38 OK: 217 MiB in 51 packages 00:46:39 Removing intermediate container 3f5467fae584 00:46:39 ---> ea71db1b6183 00:46:39 Step 6/21 : COPY go.mod . 00:46:39 Removing intermediate container 5c6d2b5f8f84 00:46:39 ---> b9cb147565ba 00:46:39 Step 6/24 : COPY go.mod . 00:46:40 Removing intermediate container 4d4c65fcb051 00:46:40 ---> 0249afcdc558 00:46:40 Step 6/23 : COPY go.mod . 00:46:40 ---> 66b856eeac14 00:46:40 Step 7/21 : RUN go mod download 00:46:40 Removing intermediate container 6dec079fbf0b 00:46:40 ---> 88d3715ccaa3 00:46:40 Step 6/22 : COPY go.mod . 00:46:40 Removing intermediate container 18a2c4afd040 00:46:40 ---> e89c014aee8f 00:46:40 Step 7/29 : COPY . . 00:46:40 ---> 626b59005a36 00:46:40 Step 7/24 : RUN go mod download 00:46:41 ---> Running in d3fb285aa5ea 00:46:41 ---> Running in 1d1b24d2c571 00:46:41 ---> 958e4c64a346 00:46:41 Step 7/23 : RUN go mod download 00:46:42 ---> Running in a9d3088b55d2 00:46:42 ---> a200c51d1760 00:46:42 Step 7/22 : RUN go mod download 00:46:43 ---> Running in e7627a882317 00:46:48 Removing intermediate container d3fb285aa5ea 00:46:48 ---> 4bcbeb7f25c3 00:46:48 Step 8/21 : COPY . . 00:46:48 Removing intermediate container 1d1b24d2c571 00:46:48 ---> 5231bc07d565 00:46:48 Step 8/24 : COPY . . 00:46:48 Removing intermediate container a9d3088b55d2 00:46:48 ---> 59ab64c84988 00:46:48 Step 8/23 : COPY . . 00:46:49 Removing intermediate container e7627a882317 00:46:49 ---> 226b89acd596 00:46:49 Step 8/22 : COPY . . 00:47:16 ---> 878490933c10 00:47:16 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:47:16 ---> Running in e16d1f5551f4 00:47:16 ---> d526261ddb54 00:47:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:47:16 ---> ad2c4cd31667 00:47:16 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:47:16 ---> 3e686a0e501f 00:47:16 Step 9/23 : RUN make cmd/core-data/core-data 00:47:16 ---> 7c11790d9462 00:47:16 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:47:16 ---> Running in e09651488970 00:47:16 ---> Running in 5e92b090800c 00:47:16 ---> Running in 0526b2000304 00:47:16 ---> Running in b2bca7630a9b 00:47:17 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:47:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:47:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:47:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:47:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:48: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:48:57 Removing intermediate container e16d1f5551f4 00:48:57 ---> 6ae98b71acd2 00:48:57 00:48:57 Step 9/29 : FROM alpine:latest 00:48:58 latest: Pulling from library/alpine 00:48:58 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:48:58 Status: Downloaded newer image for alpine:latest 00:48:58 ---> 2e77e061c27f 00:48:58 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:48:58 ---> Running in 180ae2bfd16d 00:48:59 Removing intermediate container 180ae2bfd16d 00:48:59 ---> e94897043689 00:48:59 Step 11/29 : USER root 00:48:59 ---> Running in ee81bead86c3 00:48:59 Removing intermediate container ee81bead86c3 00:48:59 ---> cf2a5d3bf5bf 00:48:59 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:48:59 ---> Running in c294b612102f 00:49:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:03 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:49:03 v3.12.1-50-g3faaa19e75 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:49:03 OK: 12617 distinct packages available 00:49:04 (1/2) Installing ca-certificates (20191127-r4) 00:49:04 (2/2) Installing dumb-init (1.2.2-r1) 00:49:04 Executing busybox-1.31.1-r19.trigger 00:49:04 Executing ca-certificates-20191127-r4.trigger 00:49:05 OK: 6 MiB in 16 packages 00:49:08 Removing intermediate container c294b612102f 00:49:08 ---> eb552d20366b 00:49:08 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:49:08 ---> Running in 8e9af0723b0f 00:49:09 Removing intermediate container 8e9af0723b0f 00:49:09 ---> f04036e974fc 00:49:09 Step 14/29 : WORKDIR $BASE_DIR 00:49:09 ---> Running in 4184b0460336 00:49:10 Removing intermediate container 4184b0460336 00:49:10 ---> a0435ff76f1b 00:49:10 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:49:10 ---> Running in 999ba948bfc0 00:49:16 Removing intermediate container 999ba948bfc0 00:49:16 ---> 603074524769 00:49:16 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:49:17 Removing intermediate container 0526b2000304 00:49:17 ---> 9d419adf05a2 00:49:17 00:49:17 Step 10/24 : FROM alpine:3.10 00:49:17 3.10: Pulling from library/alpine 00:49:17 ---> 1349aeb7219a 00:49:17 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:49:19 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:49:19 Status: Downloaded newer image for alpine:3.10 00:49:19 ---> 536a684cf733 00:49:19 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:49:19 ---> 19d4e5dcab94 00:49:19 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:49:19 ---> Running in 45deb9c9148c 00:49:21 ---> a4c775f44add 00:49:21 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:49:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:49:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:49:22 ---> 0dddb580fc9c 00:49:22 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:49:23 v3.10.5-146-g9dcb8fe041 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:49:23 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:49:23 OK: 10169 distinct packages available 00:49:24 (1/5) Installing ca-certificates (20191127-r2) 00:49:24 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:49:24 (3/5) Installing libcurl (7.66.0-r1) 00:49:24 ---> 25adc4a5f5bf 00:49:24 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:49:24 (4/5) Installing curl (7.66.0-r1) 00:49:24 (5/5) Installing dumb-init (1.2.2-r1) 00:49:24 Executing busybox-1.30.1-r3.trigger 00:49:24 Executing ca-certificates-20191127-r2.trigger 00:49:24 ---> Running in cef53cd2b9ec 00:49:25 OK: 7 MiB in 19 packages 00:49:29 Removing intermediate container 45deb9c9148c 00:49:29 ---> 1421b596828a 00:49:29 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:49:29 ---> Running in 1f1ce5418ed2 00:49:29 Removing intermediate container cef53cd2b9ec 00:49:29 ---> bc65dce31e0b 00:49:29 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:49:30 Removing intermediate container 1f1ce5418ed2 00:49:30 ---> c307f85046a4 00:49:30 Step 13/24 : WORKDIR / 00:49:30 ---> Running in 23105d846ed9 00:49:31 ---> 61b3600b2fd8 00:49:31 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:49:31 ---> Running in 3eee4fb56270 00:49:31 Removing intermediate container 23105d846ed9 00:49:31 ---> b78fc190c694 00:49:31 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:49:33 ---> 60615e5160f1 00:49:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:49:35 ---> fd2c71ab6d90 00:49:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:49:36 Removing intermediate container 3eee4fb56270 00:49:36 ---> 49316c7123e7 00:49:36 Step 24/29 : RUN chmod 755 security-secrets-setup 00:49:36 ---> Running in ce600c8520b7 00:49:37 ---> 6610f78968f4 00:49:37 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:49:39 ---> 87695b6a1e8d 00:49:39 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:49:44 ---> 127e5844635a 00:49:44 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:49:44 Removing intermediate container ce600c8520b7 00:49:44 ---> fa701635d341 00:49:44 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:49:44 ---> Running in 517645fced3e 00:49:46 Removing intermediate container 517645fced3e 00:49:46 ---> 6c2ca7428872 00:49:46 Step 26/29 : CMD [ "generate" ] 00:49:46 ---> Running in a43c4f2388dd 00:49:46 ---> b58f578aaa3f 00:49:46 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:49:46 ---> Running in 8c5bf813e24f 00:49:46 Removing intermediate container e09651488970 00:49:46 ---> 672a7f23fe1d 00:49:46 00:49:46 Step 10/21 : FROM scratch 00:49:46 ---> 00:49:46 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:49:47 Removing intermediate container a43c4f2388dd 00:49:47 ---> 0cd43a949c28 00:49:47 Step 27/29 : LABEL arch=arm64 00:49:47 ---> Running in 5f6c5fcafbe7 00:49:48 ---> Running in f7316abe8bc4 00:49:48 Removing intermediate container 5f6c5fcafbe7 00:49:48 ---> 52300e3ddfbf 00:49:48 Step 12/21 : ENV APP_PORT=48085 00:49:49 ---> Running in 7afc4dfcb08c 00:49:49 Removing intermediate container f7316abe8bc4 00:49:49 ---> 45c796d9a337 00:49:49 Step 28/29 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:49:49 ---> Running in 5c22c218feb7 00:49:49 Removing intermediate container 7afc4dfcb08c 00:49:49 ---> cbd747e9c453 00:49:49 Step 13/21 : EXPOSE $APP_PORT 00:49:50 ---> Running in 397afc16136f 00:49:51 Removing intermediate container 5c22c218feb7 00:49:51 ---> a33679209488 00:49:51 Step 29/29 : LABEL version=0.0.0 00:49:51 Removing intermediate container 397afc16136f 00:49:51 ---> 843c98eefb92 00:49:51 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:49:51 ---> Running in d7a758ebaf3a 00:49:51 Removing intermediate container 8c5bf813e24f 00:49:51 ---> b79aebf14e3f 00:49:51 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:49:52 ---> Running in 66ecb33d0ba0 00:49:52 Removing intermediate container d7a758ebaf3a 00:49:52 ---> 83c8d8ad0d0f 00:49:52 00:49:52 ---> 35f53caf274a 00:49:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:49:53 Removing intermediate container 66ecb33d0ba0 00:49:53 ---> 4c8d7d65c009 00:49:53 Step 22/24 : LABEL arch=arm64 00:49:53 Successfully built 83c8d8ad0d0f 00:49:53 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:49:53  Building docker-security-secrets-setup-go ... done Building docker-support-notifications-go 00:49:53 ---> Running in 5887d0c4911a 00:49:55 Removing intermediate container 5887d0c4911a 00:49:55 ---> d77fe6da8000 00:49:55 Step 23/24 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:49:55 ---> 8914de9793e7 00:49:55 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:49:55 ---> Running in 8998b935d1e5 00:49:57 Removing intermediate container 8998b935d1e5 00:49:57 ---> bd018fdc18ee 00:49:57 Step 24/24 : LABEL version=0.0.0 00:49:58 ---> 189ab9669736 00:49:58 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:49:58 ---> Running in e24b0ee86c4f 00:49:58 ---> Running in 2116b6434437 00:49:58 Removing intermediate container e24b0ee86c4f 00:49:58 ---> ba446d57eecc 00:49:58 00:49:59 Removing intermediate container 2116b6434437 00:49:59 ---> 34a862770259 00:49:59 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:49:59 Successfully built ba446d57eecc 00:49:59 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:49:59  Building docker-security-secretstore-setup-go ... done Building docker-sys-mgmt-agent-go 00:50:00 ---> Running in ad6283f8f226 00:50:01 Removing intermediate container ad6283f8f226 00:50:01 ---> b6474e1cadbc 00:50:01 Step 19/21 : LABEL arch=arm64 00:50:01 ---> Running in aabfb8f6ccc3 00:50:02 Removing intermediate container aabfb8f6ccc3 00:50:02 ---> 843704bd7c4b 00:50:02 Step 20/21 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:50:03 ---> Running in 567b6ad64c31 00:50:05 Removing intermediate container 567b6ad64c31 00:50:05 ---> 5415daae6dbb 00:50:05 Step 21/21 : LABEL version=0.0.0 00:50:05 ---> Running in 5a5d08952dc0 00:50:06 Removing intermediate container 5a5d08952dc0 00:50:06 ---> f1b36e97dd10 00:50:06 00:50:06 Successfully built f1b36e97dd10 00:50:06 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:06 Building docker-security-bootstrap-redis-go 00:50:11  Building docker-support-scheduler-go ... done Removing intermediate container b2bca7630a9b 00:50:11 ---> c64d4bd3b958 00:50:11 00:50:11 Step 10/22 : FROM scratch 00:50:11 ---> 00:50:11 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:11 ---> Using cache 00:50:11 ---> 52300e3ddfbf 00:50:11 Step 12/22 : ENV APP_PORT=48081 00:50:11 ---> Running in abfc602fa2ea 00:50:13 Removing intermediate container abfc602fa2ea 00:50:13 ---> 55661d1b9196 00:50:13 Step 13/22 : EXPOSE $APP_PORT 00:50:14 ---> Running in b3a963f4c83c 00:50:15 Removing intermediate container b3a963f4c83c 00:50:15 ---> f67a39ffef2a 00:50:15 Step 14/22 : WORKDIR / 00:50:15 ---> Running in 153827dca4e0 00:50:18 Removing intermediate container 153827dca4e0 00:50:18 ---> 2a766d6a622e 00:50:18 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:50:20 ---> 7f3778331103 00:50:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:50:23 Removing intermediate container 5e92b090800c 00:50:23 ---> 72d6663bfea1 00:50:23 00:50:23 Step 10/23 : FROM alpine 00:50:23 ---> 2e77e061c27f 00:50:23 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:24 ---> d34a8f1be0e1 00:50:24 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:50:24 ---> Running in edc94f8c9be6 00:50:25 Removing intermediate container edc94f8c9be6 00:50:25 ---> ee06dd542c43 00:50:25 Step 12/23 : ENV APP_PORT=48080 00:50:26 ---> 525ae09313f3 00:50:26 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:50:26 ---> Running in 0ac74d8be98d 00:50:26 ---> Running in fb64323050e1 00:50:27 Removing intermediate container 0ac74d8be98d 00:50:27 ---> 6e5ccfe98759 00:50:27 Step 13/23 : EXPOSE $APP_PORT 00:50:27 Removing intermediate container fb64323050e1 00:50:27 ---> a7bdab7ad622 00:50:27 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:27 ---> Running in 948cd5719a6f 00:50:27 ---> Running in 032de0a01445 00:50:28 Removing intermediate container 948cd5719a6f 00:50:28 ---> 61f49a7f3853 00:50:28 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:28 Removing intermediate container 032de0a01445 00:50:28 ---> 913959dd3256 00:50:28 Step 20/22 : LABEL arch=arm64 00:50:28 ---> Running in 3eee122566b2 00:50:29 ---> Running in 3f3c9102a68a 00:50:30 Removing intermediate container 3f3c9102a68a 00:50:30 ---> a66c799b6e5f 00:50:30 Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:50:30 ---> Running in 64714c5da40d 00:50:31 Removing intermediate container 64714c5da40d 00:50:31 ---> 067ef94048ea 00:50:31 Step 22/22 : LABEL version=0.0.0 00:50:32 ---> Running in 8af03db31a93 00:50:33 Removing intermediate container 3eee122566b2 00:50:33 ---> fb8813c49e2b 00:50:33 Step 15/23 : RUN apk --no-cache add zeromq 00:50:33 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:33 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:50:33 ---> 5362f402c75c 00:50:33 Step 3/24 : WORKDIR /edgex-go 00:50:33 ---> Using cache 00:50:33 ---> eec8097e4aba 00:50:33 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:33 ---> Using cache 00:50:33 ---> 8ca781d58591 00:50:33 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:50:33 Removing intermediate container 8af03db31a93 00:50:33 ---> d6a8c89e8cc3 00:50:33 00:50:34 ---> Running in 14ab3541817b 00:50:34 ---> Running in 927720b00241 00:50:34 Successfully built d6a8c89e8cc3 00:50:34 Successfully tagged docker-core-metadata-go-arm64:latest 00:50:34  Building docker-core-metadata-go ... done Building docker-security-proxy-setup-go 00:50:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:37 (1/5) Installing libgcc (9.3.0-r2) 00:50:37 (2/5) Installing libsodium (1.0.18-r0) 00:50:37 (3/5) Installing libstdc++ (9.3.0-r2) 00:50:38 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:38 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:38 OK: 12625 distinct packages available 00:50:38 (4/5) Installing libzmq (4.3.3-r0) 00:50:38 (5/5) Installing zeromq (4.3.3-r0) 00:50:38 Executing busybox-1.31.1-r19.trigger 00:50:38 OK: 8 MiB in 19 packages 00:50:38 OK: 217 MiB in 51 packages 00:50:43 Removing intermediate container 927720b00241 00:50:43 ---> f068faf48e28 00:50:43 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:50:43 Removing intermediate container 14ab3541817b 00:50:43 ---> 041eed79388c 00:50:44 Step 6/24 : COPY go.mod . 00:50:45 ---> 51c8bcd1f219 00:50:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:50:45 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:45 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:50:45 ---> 5362f402c75c 00:50:45 Step 3/27 : WORKDIR /edgex-go 00:50:45 ---> Using cache 00:50:45 ---> eec8097e4aba 00:50:45 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:45 ---> Using cache 00:50:45 ---> 8ca781d58591 00:50:45 Step 5/27 : RUN apk update && apk add make bash git 00:50:45 ---> Running in ee461b9b5bfe 00:50:45 ---> 909b330cec5c 00:50:45 Step 7/24 : RUN go mod download 00:50:46 ---> Running in b4d07a47332f 00:50:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:49 ---> 1575a13bc43d 00:50:49 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:50:50 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:50:50 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:50:50 OK: 12625 distinct packages available 00:50:51 ---> d8eaafb9e4b0 00:50:51 Step 19/23 : ENTRYPOINT ["/core-data"] 00:50:51 ---> Running in 33265d02b94f 00:50:51 OK: 217 MiB in 51 packages 00:50:51 Removing intermediate container b4d07a47332f 00:50:51 ---> 02d649931f18 00:50:51 Step 8/24 : COPY . . 00:50:52 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:52 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:52 ---> 5362f402c75c 00:50:52 Step 3/22 : WORKDIR /edgex-go 00:50:52 ---> Using cache 00:50:52 ---> eec8097e4aba 00:50:52 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:52 ---> Using cache 00:50:52 ---> 8ca781d58591 00:50:52 Step 5/22 : RUN apk update && apk add make git 00:50:52 ---> Using cache 00:50:52 ---> 88d3715ccaa3 00:50:52 Step 6/22 : COPY go.mod . 00:50:52 ---> Using cache 00:50:52 ---> a200c51d1760 00:50:52 Step 7/22 : RUN go mod download 00:50:52 ---> Using cache 00:50:52 ---> 226b89acd596 00:50:52 Step 8/22 : COPY . . 00:50:52 ---> Using cache 00:50:52 ---> ad2c4cd31667 00:50:52 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:50:52 Removing intermediate container 33265d02b94f 00:50:52 ---> fdde43ae58b3 00:50:52 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:53 ---> Running in 41d66494250d 00:50:53 ---> Running in 51eb23bfbde4 00:50:53 Removing intermediate container ee461b9b5bfe 00:50:53 ---> 9a510bd4e9e6 00:50:53 Step 6/27 : COPY go.mod . 00:50:54 Removing intermediate container 51eb23bfbde4 00:50:54 ---> cb371c58b223 00:50:54 Step 21/23 : LABEL arch=arm64 00:50:55 ---> Running in a1d2ecb98eee 00:50:55 ---> fc46956e858c 00:50:55 Step 7/27 : RUN go mod download 00:50:55 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:50:56 ---> Running in baead8676a4f 00:50:56 Removing intermediate container a1d2ecb98eee 00:50:56 ---> 80243125e407 00:50:56 Step 22/23 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:50:57 ---> Running in 9013ea61c48a 00:50:59 Removing intermediate container 9013ea61c48a 00:50:59 ---> 70611d44ae6f 00:50:59 Step 23/23 : LABEL version=0.0.0 00:51:00 ---> Running in 8135baa30729 00:51:01 Removing intermediate container 8135baa30729 00:51:01 ---> e4e3de2629f9 00:51:01 00:51:02 Successfully built e4e3de2629f9 00:51:02 Successfully tagged docker-core-data-go-arm64:latest 00:51:02  Building docker-core-data-go ... done Building docker-support-logging-go 00:51:04 Removing intermediate container baead8676a4f 00:51:04 ---> f0047571e07f 00:51:04 Step 8/27 : COPY . . 00:51:12 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:12 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:51:12 ---> 5362f402c75c 00:51:12 Step 3/20 : WORKDIR /edgex-go 00:51:12 ---> Using cache 00:51:12 ---> eec8097e4aba 00:51:12 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:12 ---> Using cache 00:51:12 ---> 8ca781d58591 00:51:12 Step 5/20 : RUN apk update && apk add make git 00:51:12 ---> Using cache 00:51:12 ---> 88d3715ccaa3 00:51:12 Step 6/20 : COPY go.mod . 00:51:12 ---> Using cache 00:51:12 ---> a200c51d1760 00:51:12 Step 7/20 : RUN go mod download 00:51:12 ---> Using cache 00:51:12 ---> 226b89acd596 00:51:12 Step 8/20 : COPY . . 00:51:12 ---> Using cache 00:51:12 ---> ad2c4cd31667 00:51:12 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:51:19 ---> Running in 686db56d0f53 00:51:21 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:51:36 ---> a5d96b017a97 00:51:36 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:51:36 ---> Running in a40903362aab 00:51:39 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:51:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:51:40 ---> 5362f402c75c 00:51:40 Step 3/22 : WORKDIR /edgex-go 00:51:40 ---> Using cache 00:51:40 ---> eec8097e4aba 00:51:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:40 ---> Using cache 00:51:40 ---> 8ca781d58591 00:51:40 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:51:41 ---> Running in 9ed04c9fda0b 00:51:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:45 ---> 4aeb972c10d7 00:51:45 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:51:46 ---> Running in 73c92f58e20b 00:51:47 v3.12.1-47-g77e786238c [http://nl.alpinelinux.org/alpine/v3.12/main] 00:51:47 v3.12.1-50-g3faaa19e75 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:51:47 OK: 12625 distinct packages available 00:51:48 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:51:48 OK: 217 MiB in 51 packages 00:51:50 OK: 217 MiB in 51 packages 00:51:52 Removing intermediate container 9ed04c9fda0b 00:51:52 ---> 4f5bada9ec8e 00:51:52 Step 6/22 : COPY go.mod . 00:51:53 ---> d6a7e654209f 00:51:53 Step 7/22 : RUN go mod download 00:51:53 ---> Running in 286b5d216224 00:51:59 Removing intermediate container 286b5d216224 00:51:59 ---> 0ef4be1f9e09 00:51:59 Step 8/22 : COPY . . 00:52:26 ---> 868c4ff1a973 00:52:26 Step 9/22 : RUN make cmd/support-logging/support-logging 00:52:26 ---> Running in fc3184bbddd8 00:52:26 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:52:33 Removing intermediate container 41d66494250d 00:52:33 ---> b9acad907983 00:52:33 00:52:33 Step 10/22 : FROM alpine:3.10 00:52:33 ---> 536a684cf733 00:52:33 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:52:33 ---> Using cache 00:52:33 ---> 1421b596828a 00:52:33 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:52:33 ---> Running in 6ef6aaf97f44 00:52:33 Removing intermediate container 6ef6aaf97f44 00:52:33 ---> b258dd1c4e7f 00:52:33 Step 13/22 : WORKDIR / 00:52:34 ---> Running in 5aad5cad6928 00:52:35 Removing intermediate container 5aad5cad6928 00:52:35 ---> 3c0d5f205860 00:52:35 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:52:36 ---> 353e1c3c5424 00:52:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:52:38 ---> bce978d08a74 00:52:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:52:40 ---> 94f287fc4654 00:52:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:52:41 ---> dc00b85a0ae9 00:52:41 Step 18/22 : RUN chmod +x entrypoint.sh 00:52:41 ---> Running in c22ddfb7d728 00:52:46 Removing intermediate container c22ddfb7d728 00:52:46 ---> 382a0e7e146d 00:52:46 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:52:46 ---> Running in fe824ef0ded3 00:52:46 Removing intermediate container fe824ef0ded3 00:52:46 ---> 3ce3559f76f4 00:52:46 Step 20/22 : LABEL arch=arm64 00:52:47 ---> Running in 0b1078438bfb 00:52:48 Removing intermediate container 0b1078438bfb 00:52:48 ---> 6c479e33d297 00:52:48 Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:52:48 ---> Running in f5e28036afb6 00:52:49 Removing intermediate container f5e28036afb6 00:52:49 ---> f35d905edb3c 00:52:49 Step 22/22 : LABEL version=0.0.0 00:52:49 ---> Running in a1074beb3252 00:52:50 Removing intermediate container a1074beb3252 00:52:50 ---> 065be2d10efc 00:52:50 00:52:50 Successfully built 065be2d10efc 00:52:50 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:52:50  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 00:53:18 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:53:18 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:53:18 ---> 5362f402c75c 00:53:18 Step 3/22 : WORKDIR /edgex-go 00:53:18 ---> Using cache 00:53:18 ---> eec8097e4aba 00:53:18 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:53:18 ---> Using cache 00:53:18 ---> 8ca781d58591 00:53:18 Step 5/22 : RUN apk update && apk add make git 00:53:18 ---> Using cache 00:53:18 ---> 88d3715ccaa3 00:53:18 Step 6/22 : COPY go.mod . 00:53:18 ---> Using cache 00:53:18 ---> a200c51d1760 00:53:18 Step 7/22 : RUN go mod download 00:53:18 ---> Using cache 00:53:18 ---> 226b89acd596 00:53:18 Step 8/22 : COPY . . 00:53:18 ---> Using cache 00:53:18 ---> ad2c4cd31667 00:53:18 Step 9/22 : RUN make cmd/core-command/core-command 00:53:18 ---> Running in c235d307a2b6 00:53:20 Removing intermediate container 686db56d0f53 00:53:20 ---> 1894947a35f5 00:53:20 00:53:20 Step 10/20 : FROM alpine 00:53:20 ---> 2e77e061c27f 00:53:20 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:53:20 ---> Running in f13104a342ab 00:53:20 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:53:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:24 v3.12.1-47-g77e786238c [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:53:24 v3.12.1-50-g3faaa19e75 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:53:24 OK: 12617 distinct packages available 00:53:25 (1/4) Installing ca-certificates (20191127-r4) 00:53:25 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:53:25 (3/4) Installing libcurl (7.69.1-r1) 00:53:25 (4/4) Installing curl (7.69.1-r1) 00:53:25 Executing busybox-1.31.1-r19.trigger 00:53:25 Executing ca-certificates-20191127-r4.trigger 00:53:26 OK: 7 MiB in 18 packages 00:53:29 Removing intermediate container f13104a342ab 00:53:29 ---> a43f94b20c68 00:53:29 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:53:29 ---> Running in 6cba9a66a696 00:53:30 Removing intermediate container 6cba9a66a696 00:53:30 ---> 34507bc736bc 00:53:30 Step 13/20 : WORKDIR /edgex 00:53:31 ---> Running in d855455a7874 00:53:32 Removing intermediate container d855455a7874 00:53:32 ---> 926d9aae326f 00:53:32 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:53:33 ---> 7914865f8296 00:53:33 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:53:35 ---> 4f973668c3ab 00:53:35 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:53:35 ---> Running in 79aeab7aab9b 00:53:36 Removing intermediate container 79aeab7aab9b 00:53:36 ---> 502658bedbbf 00:53:36 Step 17/20 : CMD ["--init=true"] 00:53:36 ---> Running in b701a72e2946 00:53:37 Removing intermediate container b701a72e2946 00:53:37 ---> f28d0c76b886 00:53:37 Step 18/20 : LABEL arch=arm64 00:53:37 ---> Running in 0946f69ad7db 00:53:38 Removing intermediate container 0946f69ad7db 00:53:38 ---> 289cda152dc8 00:53:38 Step 19/20 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:53:38 ---> Running in 4a81364242c0 00:53:39 Removing intermediate container 4a81364242c0 00:53:39 ---> e5e371521819 00:53:39 Step 20/20 : LABEL version=0.0.0 00:53:39 ---> Running in 5ef22edb7e13 00:53:40 Removing intermediate container 5ef22edb7e13 00:53:40 ---> b5c68c61e470 00:53:40 00:53:41 Successfully built b5c68c61e470 00:53:41 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:54:03  Building docker-security-proxy-setup-go ... done Removing intermediate container 73c92f58e20b 00:54:03 ---> a9ea31a7b2d5 00:54:03 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:54:03 ---> Running in f511763faf4d 00:54:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:54:12 Removing intermediate container f511763faf4d 00:54:12 ---> da874d73b211 00:54:12 00:54:12 Step 11/27 : FROM docker:latest 00:54:12 ---> 5d4db4dc0692 00:54:12 Step 12/27 : RUN apk add --no-cache bash 00:54:12 ---> Running in 62dd2f17b5b4 00:54:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:15 (1/2) Installing readline (8.0.4-r0) 00:54:15 (2/2) Installing bash (5.0.17-r0) 00:54:15 Executing bash-5.0.17-r0.post-install 00:54:15 Executing busybox-1.31.1-r19.trigger 00:54:15 OK: 12 MiB in 22 packages 00:54:19 Removing intermediate container 62dd2f17b5b4 00:54:19 ---> 50d388d64710 00:54:19 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:54:19 ---> Running in bae4b8b5e275 00:54:19 Removing intermediate container a40903362aab 00:54:19 ---> 5630688a43d7 00:54:19 00:54:19 Step 10/24 : FROM scratch 00:54:19 ---> 00:54:19 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:54:19 ---> Running in cd2795dbfa5c 00:54:21 Removing intermediate container cd2795dbfa5c 00:54:21 ---> 951984190fae 00:54:21 Step 12/24 : ENV APP_PORT=48060 00:54:21 ---> Running in bd6382ea6f74 00:54:21 Removing intermediate container bd6382ea6f74 00:54:21 ---> 862df9d94dd7 00:54:21 Step 13/24 : EXPOSE $APP_PORT 00:54:22 ---> Running in a2f94c9734d2 00:54:23 Removing intermediate container a2f94c9734d2 00:54:23 ---> 7a8e37ebc0e1 00:54:23 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:54:23 Removing intermediate container bae4b8b5e275 00:54:23 ---> bc0028bfaf7f 00:54:23 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:54:23 ---> Running in 16e5a3134b8e 00:54:24 ---> b36acfb8a627 00:54:24 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:54:24 Removing intermediate container 16e5a3134b8e 00:54:24 ---> fe9b856ab452 00:54:24 Step 15/27 : ENV APP_PORT=48090 00:54:25 ---> Running in 9d598061c204 00:54:26 Removing intermediate container 9d598061c204 00:54:26 ---> 0efcc2627494 00:54:26 Step 16/27 : EXPOSE $APP_PORT 00:54:26 ---> Running in 9466a2e910d8 00:54:26 ---> 51620c8525ef 00:54:26 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:54:27 Removing intermediate container 9466a2e910d8 00:54:27 ---> 7a803730eab0 00:54:27 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:54:30 ---> 2f854f1509bc 00:54:30 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:54:30 ---> 9feb9db2de1c 00:54:30 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:54:30 Removing intermediate container fc3184bbddd8 00:54:30 ---> 126b61aebebf 00:54:30 00:54:30 Step 10/22 : FROM scratch 00:54:30 ---> 00:54:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:54:31 ---> Using cache 00:54:31 ---> 951984190fae 00:54:31 Step 12/22 : ENV APP_PORT=48061 00:54:31 ---> Running in 44e92d2e4e3e 00:54:32 ---> bb01ea5686c4 00:54:32 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:54:32 Removing intermediate container 44e92d2e4e3e 00:54:32 ---> 52f4caf68405 00:54:32 Step 13/22 : EXPOSE $APP_PORT 00:54:32 ---> 8f115498717a 00:54:32 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:54:33 ---> Running in 0d5a32bbaac3 00:54:34 Removing intermediate container 0d5a32bbaac3 00:54:34 ---> d6d513a4ec4a 00:54:34 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:54:35 ---> b01bf02ba101 00:54:35 Step 20/27 : RUN apk --no-cache add py3-pip 00:54:35 ---> Running in 7195332c9901 00:54:35 ---> a9af90d23279 00:54:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:54:35 ---> ba7f959cf0ef 00:54:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:54:37 ---> 010a152ef8cc 00:54:37 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:54:37 ---> f0e9e4f8eaa8 00:54:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:54:37 ---> Running in f3c06083f1eb 00:54:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:38 Removing intermediate container f3c06083f1eb 00:54:38 ---> 46591489380a 00:54:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:39 ---> Running in 94f95daf285d 00:54:39 (1/33) Installing libbz2 (1.0.8-r1) 00:54:39 (2/33) Installing expat (2.2.9-r1) 00:54:39 (3/33) Installing libffi (3.3-r2) 00:54:39 (4/33) Installing gdbm (1.13-r1) 00:54:39 (5/33) Installing xz-libs (5.2.5-r0) 00:54:39 (6/33) Installing sqlite-libs (3.32.1-r0) 00:54:39 (7/33) Installing python3 (3.8.5-r0) 00:54:39 ---> 88d99734aa5b 00:54:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:54:40 Removing intermediate container 94f95daf285d 00:54:40 ---> c37689a9c1c4 00:54:40 Step 22/24 : LABEL arch=arm64 00:54:40 ---> Running in 9234c20cf40f 00:54:41 ---> a31faf58f12b 00:54:41 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:54:41 ---> Running in 034a6886dc47 00:54:41 Removing intermediate container 9234c20cf40f 00:54:41 ---> 0f4d3dec6d10 00:54:41 Step 23/24 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:54:41 ---> Running in 12e15f8bddbe 00:54:42 Removing intermediate container 034a6886dc47 00:54:42 ---> ad3dbf87e293 00:54:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:42 ---> Running in fed52dd66da5 00:54:42 Removing intermediate container 12e15f8bddbe 00:54:42 ---> ae4c38814a99 00:54:42 Step 24/24 : LABEL version=0.0.0 00:54:42 (8/33) Installing py3-appdirs (1.4.4-r1) 00:54:42 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:54:42 (10/33) Installing py3-parsing (2.4.7-r0) 00:54:42 (11/33) Installing py3-six (1.15.0-r0) 00:54:42 (12/33) Installing py3-packaging (20.4-r0) 00:54:42 (13/33) Installing py3-setuptools (47.0.0-r0) 00:54:43 ---> Running in ee227acfa911 00:54:43 (14/33) Installing py3-chardet (3.0.4-r4) 00:54:43 (15/33) Installing py3-idna (2.9-r0) 00:54:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:54:43 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:54:43 (18/33) Installing py3-requests (2.23.0-r0) 00:54:43 (19/33) Installing py3-msgpack (1.0.0-r0) 00:54:43 Removing intermediate container fed52dd66da5 00:54:43 ---> d14509c865bb 00:54:43 Step 20/22 : LABEL arch=arm64 00:54:43 (20/33) Installing py3-lockfile (0.12.2-r3) 00:54:43 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:54:43 (22/33) Installing py3-colorama (0.4.3-r0) 00:54:43 (23/33) Installing py3-distlib (0.3.0-r0) 00:54:43 ---> Running in 5b9b74d758dd 00:54:43 (24/33) Installing py3-distro (1.5.0-r1) 00:54:43 (25/33) Installing py3-webencodings (0.5.1-r3) 00:54:43 (26/33) Installing py3-html5lib (1.0.1-r4) 00:54:43 (27/33) Installing py3-pytoml (0.1.21-r0) 00:54:43 (28/33) Installing py3-pep517 (0.8.2-r0) 00:54:43 (29/33) Installing py3-progress (1.5-r0) 00:54:44 (30/33) Installing py3-toml (0.10.1-r0) 00:54:44 (31/33) Installing py3-retrying (1.3.3-r0) 00:54:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:54:44 (33/33) Installing py3-pip (20.1.1-r0) 00:54:44 Removing intermediate container ee227acfa911 00:54:44 ---> cef0c2ae26ce 00:54:44 00:54:44 Executing busybox-1.31.1-r19.trigger 00:54:44 OK: 71 MiB in 55 packages 00:54:44 Removing intermediate container 5b9b74d758dd 00:54:44 ---> 8c8a3c269195 00:54:44 Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:54:44 Successfully built cef0c2ae26ce 00:54:44 Successfully tagged docker-support-notifications-go-arm64:latest 00:54:45  Building docker-support-notifications-go ... done  ---> Running in 6a0ecec546ee 00:54:46 Removing intermediate container 6a0ecec546ee 00:54:46 ---> 94a1dbfc8da8 00:54:46 Step 22/22 : LABEL version=0.0.0 00:54:46 ---> Running in 14530e607b96 00:54:47 Removing intermediate container 14530e607b96 00:54:47 ---> 4ebd37fc12ab 00:54:47 00:54:48 Successfully built 4ebd37fc12ab 00:54:48 Successfully tagged docker-support-logging-go-arm64:latest 00:54:52  Building docker-support-logging-go ... done Removing intermediate container 7195332c9901 00:54:52 ---> ceab06302802 00:54:52 Step 21/27 : RUN pip install docker-compose==1.23.2 00:54:53 ---> Running in 7575651682da 00:54:57 Removing intermediate container c235d307a2b6 00:54:57 ---> 796a1ebfab28 00:54:57 00:54:57 Step 10/22 : FROM scratch 00:54:57 ---> 00:54:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:54:57 ---> Using cache 00:54:57 ---> 52300e3ddfbf 00:54:57 Step 12/22 : ENV APP_PORT=48082 00:54:57 ---> Running in 243ce6105fc2 00:54:57 Removing intermediate container 243ce6105fc2 00:54:57 ---> beb7d689814d 00:54:57 Step 13/22 : EXPOSE $APP_PORT 00:54:57 ---> Running in 547a6ac2bb5e 00:54:58 Removing intermediate container 547a6ac2bb5e 00:54:58 ---> d63763c20e35 00:54:58 Step 14/22 : WORKDIR / 00:54:58 ---> Running in 522a42a3f8a9 00:54:59 Removing intermediate container 522a42a3f8a9 00:54:59 ---> d3675a8bda58 00:54:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:55:00 ---> 142b8afed02f 00:55:00 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:55:01 ---> fc958858c230 00:55:01 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:55:01 Collecting docker-compose==1.23.2 00:55:02 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:55:02 ---> 351ad6365484 00:55:02 Step 18/22 : ENTRYPOINT ["/core-command"] 00:55:02 ---> Running in c53cd56b0810 00:55:03 Removing intermediate container c53cd56b0810 00:55:03 ---> 4d1c872436d4 00:55:03 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:03 Collecting cached-property<2,>=1.2.0 00:55:03 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:55:03 ---> Running in 45fec11a0302 00:55:03 Removing intermediate container 45fec11a0302 00:55:03 ---> d6515aa37e5f 00:55:03 Step 20/22 : LABEL arch=arm64 00:55:03 ---> Running in bc00a960c287 00:55:04 Collecting PyYAML<4,>=3.10 00:55:04 Removing intermediate container bc00a960c287 00:55:04 ---> 8a8ab61c6746 00:55:04 Step 21/22 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:55:04 Downloading PyYAML-3.13.tar.gz (270 kB) 00:55:04 ---> Running in 1a7e706682a4 00:55:05 Removing intermediate container 1a7e706682a4 00:55:05 ---> 42d30b398d35 00:55:05 Step 22/22 : LABEL version=0.0.0 00:55:05 ---> Running in 96577af5a1a8 00:55:06 Removing intermediate container 96577af5a1a8 00:55:06 ---> 58a88c7a4a20 00:55:06 00:55:06 Successfully built 58a88c7a4a20 00:55:06 Successfully tagged docker-core-command-go-arm64:latest 00:55:10  Building docker-core-command-go ... done Collecting dockerpty<0.5,>=0.4.1 00:55:10 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:55:15 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:55:15 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:55:16 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:55:16 Collecting docopt<0.7,>=0.6.1 00:55:16 Downloading docopt-0.6.2.tar.gz (25 kB) 00:55:20 Collecting texttable<0.10,>=0.9.0 00:55:20 Downloading texttable-0.9.1.tar.gz (11 kB) 00:55:24 Collecting jsonschema<3,>=2.5.1 00:55:24 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:55:25 Collecting websocket-client<1.0,>=0.32.0 00:55:25 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:55:26 Collecting docker<4.0,>=3.6.0 00:55:26 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:55:27 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:55:27 Collecting idna<2.8,>=2.5 00:55:27 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:55:27 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:55:28 Collecting urllib3<1.25,>=1.21.1 00:55:28 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:55:29 Collecting docker-pycreds>=0.4.0 00:55:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:55:29 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:55:29 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:55:29 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:55:29 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:55:31 Installing collected packages: cached-property, PyYAML, dockerpty, idna, urllib3, requests, docopt, texttable, jsonschema, websocket-client, docker-pycreds, docker, docker-compose 00:55:31 Running setup.py install for PyYAML: started 00:55:35 Running setup.py install for PyYAML: finished with status 'done' 00:55:35 Running setup.py install for dockerpty: started 00:55:39 Running setup.py install for dockerpty: finished with status 'done' 00:55:39 Attempting uninstall: idna 00:55:39 Found existing installation: idna 2.9 00:55:39 Uninstalling idna-2.9: 00:55:39 Successfully uninstalled idna-2.9 00:55:39 Attempting uninstall: urllib3 00:55:39 Found existing installation: urllib3 1.25.9 00:55:39 Uninstalling urllib3-1.25.9: 00:55:39 Successfully uninstalled urllib3-1.25.9 00:55:40 Attempting uninstall: requests 00:55:40 Found existing installation: requests 2.23.0 00:55:40 Uninstalling requests-2.23.0: 00:55:41 Successfully uninstalled requests-2.23.0 00:55:41 Running setup.py install for docopt: started 00:55:44 Running setup.py install for docopt: finished with status 'done' 00:55:44 Running setup.py install for texttable: started 00:55:48 Running setup.py install for texttable: finished with status 'done' 00:55:51 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:55:57 Removing intermediate container 7575651682da 00:55:57 ---> ad1d35f75409 00:55:57 Step 22/27 : RUN apk --no-cache add curl 00:55:57 ---> Running in 8c5a73ef5952 00:55:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:55:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:55:58 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:55:58 (2/3) Installing libcurl (7.69.1-r1) 00:55:58 (3/3) Installing curl (7.69.1-r1) 00:55:58 Executing busybox-1.31.1-r19.trigger 00:55:58 OK: 71 MiB in 58 packages 00:56:00 Removing intermediate container 8c5a73ef5952 00:56:00 ---> 1b7dcd4ddb3d 00:56:00 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:56:00 ---> Running in b70d6ffe7cf1 00:56:00 Removing intermediate container b70d6ffe7cf1 00:56:00 ---> 7b1a02d8cde4 00:56:00 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:56:00 ---> Running in a133016507af 00:56:01 Removing intermediate container a133016507af 00:56:01 ---> e2aa7417adba 00:56:01 Step 25/27 : LABEL arch=arm64 00:56:01 ---> Running in bae5f4a02f46 00:56:02 Removing intermediate container bae5f4a02f46 00:56:02 ---> ac048704b248 00:56:02 Step 26/27 : LABEL git_sha=3758903d774cea31f1c2ace130b3712dedad29a7 00:56:02 ---> Running in 4bf802394b5f 00:56:02 Removing intermediate container 4bf802394b5f 00:56:02 ---> 4ffbd1d46c6d 00:56:02 Step 27/27 : LABEL version=0.0.0 00:56:02 ---> Running in 6e03aee4c3f6 00:56:03 Removing intermediate container 6e03aee4c3f6 00:56:03 ---> 44691ceda149 00:56:03 00:56:03 Successfully built 44691ceda149 00:56:03 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:56:04  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:56:04 $ docker stop --time=1 b86dedfc07ec8cd1b7e11456e7edaedc61a8f3c6524f4ac3242c2f306a700715 00:56:06 $ docker rm -f b86dedfc07ec8cd1b7e11456e7edaedc61a8f3c6524f4ac3242c2f306a700715 [Pipeline] // withDockerContainer [Pipeline] sh 00:56:06 + + docker imagesgrep 00:56:06 docker 00:56:07 docker-sys-mgmt-agent-go-arm64 latest 44691ceda149 4 seconds ago 270MB 00:56:07 docker-core-command-go-arm64 latest 58a88c7a4a20 About a minute ago 11.4MB 00:56:07 docker-support-logging-go-arm64 latest 4ebd37fc12ab About a minute ago 10.6MB 00:56:07 docker-support-notifications-go-arm64 latest cef0c2ae26ce About a minute ago 12.9MB 00:56:07 docker-security-proxy-setup-go-arm64 latest b5c68c61e470 2 minutes ago 15.1MB 00:56:07 docker-security-bootstrap-redis-go-arm64 latest 065be2d10efc 3 minutes ago 15.2MB 00:56:07 docker-core-data-go-arm64 latest e4e3de2629f9 5 minutes ago 22.3MB 00:56:07 docker-core-metadata-go-arm64 latest d6a8c89e8cc3 5 minutes ago 13.6MB 00:56:07 docker-support-scheduler-go-arm64 latest f1b36e97dd10 6 minutes ago 11.5MB 00:56:07 docker-security-secretstore-setup-go-arm64 latest ba446d57eecc 6 minutes ago 23.5MB 00:56:07 docker-security-secrets-setup-go-arm64 latest 83c8d8ad0d0f 6 minutes ago 22.7MB 00:56:07 docker latest 5d4db4dc0692 4 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:56:23 Still waiting to schedule task 00:56:23 All nodes of label ‘ubuntu18.04-docker-arm64-16c-16g’ are offline 00:58:15 Running on prd-ubuntu18.04-docker-arm64-16c-16g-13471 in /w/workspace/edgexfoundry_edgex-go_PR-2898 [Pipeline] { [Pipeline] ws 00:58:15 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 00:58:19 using credential edgex-jenkins-ssh 00:58:19 Cloning the remote Git repository 00:58:19 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:58:20 > git init /w/workspace/edgex-go/2 # timeout=10 00:58:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:58:20 > git --version # timeout=10 00:58:20 > git --version # 'git version 2.17.1' 00:58:20 using GIT_SSH to set credentials SSH Credentials for GitHub 00:58:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:58:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:58:35 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:58:35 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:58:35 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:58:35 using GIT_SSH to set credentials SSH Credentials for GitHub 00:58:35 > 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:58:35 Merging remotes/origin/master commit b7d8827467e2539e6b310fa71c30bc6c237cf2c5 into PR head commit e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d 00:58:36 Merge succeeded, producing 5053aa20f740872e251a93ed0cd5788a7a3d5514 00:58:36 Checking out Revision 5053aa20f740872e251a93ed0cd5788a7a3d5514 (PR-2898) 00:58:35 > git config core.sparsecheckout # timeout=10 00:58:35 > git checkout -f e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 00:58:36 > git remote # timeout=10 00:58:36 > git config --get remote.origin.url # timeout=10 00:58:36 using GIT_SSH to set credentials SSH Credentials for GitHub 00:58:36 > git merge b7d8827467e2539e6b310fa71c30bc6c237cf2c5 # timeout=10 00:58:36 > git rev-parse HEAD^{commit} # timeout=10 00:58:36 > git config core.sparsecheckout # timeout=10 00:58:36 > git checkout -f 5053aa20f740872e251a93ed0cd5788a7a3d5514 # timeout=10 00:58:40 Commit message: "Merge commit 'b7d8827467e2539e6b310fa71c30bc6c237cf2c5' into HEAD" 00:58:40 > git rev-list --no-walk e80143a84a13c7e8cb2e581ccdb0ead522a7ad5d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:58:42 + echo snap-build.sh 00:58:42 snap-build.sh 00:58:42 + SNAP_BASE_DIR=. 00:58:42 + '[' '!' -z /w/workspace/edgex-go/2 ']' 00:58:42 + SNAP_BASE_DIR=/w/workspace/edgex-go/2 00:58:42 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/2]' 00:58:42 [snap-build] Building snap in dir [/w/workspace/edgex-go/2] 00:58:42 + cd /w/workspace/edgex-go/2 00:58:42 + sudo apt-get remove -qy --purge lxd lxd-client 00:58:42 Reading package lists... 00:58:42 Building dependency tree... 00:58:42 Reading state information... 00:58:43 The following packages were automatically installed and are no longer required: 00:58:43 dns-root-data dnsmasq-base ebtables liblxc-common liblxc1 lxcfs uidmap 00:58:43 xdelta3 00:58:43 Use 'sudo apt autoremove' to remove them. 00:58:43 The following packages will be REMOVED: 00:58:43 lxd* lxd-client* 00:58:45 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:58:45 After this operation, 29.1 MB disk space will be freed. 00:58:47 (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:58:47 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:58:50 Removing lxd dnsmasq configuration 00:58:50 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:58:51 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:58:52 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:58:52 (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:58:52 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:58:58 Processing triggers for systemd (237-3ubuntu10.42) ... 00:58:58 Processing triggers for ureadahead (0.100.0-21) ... 00:59:05 + sudo snap remove --purge lxd 00:59:05 snap "lxd" is not installed 00:59:05 + sudo groupadd --force --system lxd 00:59:05 ++ whoami 00:59:05 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:59:05 + newgrp - lxd 00:59:05 + sudo snap install lxd 00:59:23 2020-11-26T00:59:21Z INFO Waiting for automatic snapd restart... 01:00:02 lxd 4.8 from Canonical* installed 01:00:02 + sudo lxd init --auto 01:00:12 + sudo snap install --classic snapcraft 01:00:31 snapcraft 4.4.2 from Canonical* installed 01:00:31 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 01:00:31 + patch --verbose -p1 01:00:31 Hmm... Looks like a unified diff to me... 01:00:31 The text leading up to this was: 01:00:31 -------------------------- 01:00:31 |From a9bd8c5b8ca0ac91b0300ab4e3abf75e1384a8b7 Mon Sep 17 00:00:00 2001 01:00:31 |From: Tony Espy 01:00:31 |Date: Wed, 28 Oct 2020 12:14:21 -0400 01:00:31 |Subject: [PATCH] [PATCH] optimize snap build for pipeline CI check 01:00:31 | 01:00:31 |--- 01:00:31 | snap/snapcraft.yaml | 465 +------------------------------------------- 01:00:31 | 1 file changed, 2 insertions(+), 463 deletions(-) 01:00:31 | 01:00:31 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 01:00:31 |index 7d1e8c7c..24aef30d 100644 01:00:31 |--- a/snap/snapcraft.yaml 01:00:31 |+++ b/snap/snapcraft.yaml 01:00:31 -------------------------- 01:00:31 patching file snap/snapcraft.yaml 01:00:31 Using Plan A... 01:00:31 Hunk #1 succeeded at 75. 01:00:31 Hunk #2 succeeded at 84. 01:00:31 Hunk #3 succeeded at 218 (offset -1 lines). 01:00:31 Hunk #4 succeeded at 226 (offset -1 lines). 01:00:31 Hunk #5 succeeded at 233 (offset -1 lines). 01:00:31 Hunk #6 succeeded at 260 (offset -1 lines). 01:00:31 Hunk #7 succeeded at 294 (offset -1 lines). 01:00:31 Hunk #8 FAILED at 342. 01:00:31 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 01:00:31 Hmm... Ignoring the trailing garbage. 01:00:31 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:00:32 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:00:35 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 01:00:36 ---> package-listing.sh 01:00:36 ++ facter osfamily 01:00:36 ++ tr '[:upper:]' '[:lower:]' 01:00:36 + OS_FAMILY=redhat 01:00:36 + workspace=/w/workspace/edgex-go/2 01:00:36 + START_PACKAGES=/tmp/packages_start.txt 01:00:36 + END_PACKAGES=/tmp/packages_end.txt 01:00:36 + DIFF_PACKAGES=/tmp/packages_diff.txt 01:00:36 + PACKAGES=/tmp/packages_start.txt 01:00:36 + '[' /w/workspace/edgex-go/2 ']' 01:00:36 + PACKAGES=/tmp/packages_end.txt 01:00:36 + case "${OS_FAMILY}" in 01:00:36 + rpm -qa 01:00:36 + sort 01:00:41 + '[' -f /tmp/packages_start.txt ']' 01:00:41 + '[' -f /tmp/packages_end.txt ']' 01:00:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 01:00:41 + '[' /w/workspace/edgex-go/2 ']' 01:00:41 + mkdir -p /w/workspace/edgex-go/2/archives/ 01:00:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 01:00:41 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 01:00:41 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 01:00:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:00:41 01:00:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 01:00:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:00:42 alpine: Pulling from edgex-lftools-log-publisher 01:00:42 df20fa9351a1: Already exists 01:00:42 36b3adc4ff6f: Pulling fs layer 01:00:42 8ad3a11d3b57: Pulling fs layer 01:00:42 46f8f816bc3b: Pulling fs layer 01:00:42 93b61091891f: Pulling fs layer 01:00:42 93b9cdb0e59b: Pulling fs layer 01:00:42 5e14af77c1be: Pulling fs layer 01:00:42 01666e4c0597: Pulling fs layer 01:00:42 aa168da1d23b: Pulling fs layer 01:00:42 93b9cdb0e59b: Waiting 01:00:42 aa168da1d23b: Waiting 01:00:42 01666e4c0597: Waiting 01:00:42 46f8f816bc3b: Verifying Checksum 01:00:42 46f8f816bc3b: Download complete 01:00:42 36b3adc4ff6f: Download complete 01:00:42 93b9cdb0e59b: Verifying Checksum 01:00:42 93b9cdb0e59b: Download complete 01:00:42 5e14af77c1be: Download complete 01:00:42 93b61091891f: Verifying Checksum 01:00:42 93b61091891f: Download complete 01:00:42 01666e4c0597: Verifying Checksum 01:00:42 01666e4c0597: Download complete 01:00:42 36b3adc4ff6f: Pull complete 01:00:42 8ad3a11d3b57: Verifying Checksum 01:00:42 8ad3a11d3b57: Download complete 01:00:43 8ad3a11d3b57: Pull complete 01:00:43 46f8f816bc3b: Pull complete 01:00:44 aa168da1d23b: Verifying Checksum 01:00:44 aa168da1d23b: Download complete 01:00:45 93b61091891f: Pull complete 01:00:46 93b9cdb0e59b: Pull complete 01:00:46 5e14af77c1be: Pull complete 01:00:46 01666e4c0597: Pull complete 01:00:56 aa168da1d23b: Pull complete 01:00:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 01:00:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 01:00:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 01:00:56 prd-centos7-docker-4c-2g-13447 does not seem to be running inside a container 01:00:56 $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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-lftools-log-publisher:alpine cat 01:01:04 $ docker top dc72a94edaa30a9c7c3ae585c584920dd8295e1c8a6044064b348fb6e0d5f193 -eo pid,comm [Pipeline] { [Pipeline] sh 01:01:05 + touch /tmp/pre-build-complete [Pipeline] sh 01:01:05 + mkdir -p /var/log/sa [Pipeline] sh 01:01:05 + ls /var/log/sa-host 01:01:05 + sadf -c /var/log/sa-host/sa23 01:01:05 file_magic: OK 01:01:05 HZ: Using current value: 100 01:01:05 file_header: OK 01:01:05 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:01:05 Statistics: 01:01:05 Hnuu...uuuununununu... 01:01:05 File successfully converted to sysstat format version 12.2.1 01:01:05 + sadf -c /var/log/sa-host/sa26 01:01:05 file_magic: OK 01:01:05 HZ: Using current value: 100 01:01:05 file_header: OK 01:01:05 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:01:05 Statistics: 01:01:05 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... 01:01:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 01:01:05 provisioning config files... 01:01:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config8886039932818212311tmp [Pipeline] { [Pipeline] echo 01:01:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 01:01:06 ---> create-netrc.sh [Pipeline] } 01:01:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 01:01:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 01:01:06 ---> python-tools-install.sh [Pipeline] echo 01:01:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 01:01:07 ---> sudo-logs.sh 01:01:07 Archiving 'sudo' log.. [Pipeline] echo 01:01:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 01:01:07 ---> job-cost.sh 01:01:07 lf-activate-venv: SKIPPING 01:01:07 INFO: No Stack... 01:01:08 INFO: Retrieving Pricing Info for: v1-standard-2 01:01:09 INFO: Archiving Costs [Pipeline] echo 01:01:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 01:01:09 ---> logs-deploy.sh 01:01:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2898/2 01:01:09 INFO: archiving workspace using pattern(s): 01:01:10 Archives upload complete. 01:01:10 INFO: archiving logs to Nexus