Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 rather than b123692ef5aef04367cfb89a2b35ff47f98a9523 Obtained Jenkinsfile from cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25663 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/60 [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/60 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 Merge succeeded, producing 6c1696a27a6571a957291915fc210315cd8e6bc0 Checking out Revision 6c1696a27a6571a957291915fc210315cd8e6bc0 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6c1696a27a6571a957291915fc210315cd8e6bc0 # timeout=10 Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:51 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:51 ========================================================= 00:32:51 EdgeX Global Pipelines Version Info 00:32:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 # timeout=10 00:32:54 ------------------- 00:32:54 stable info: 00:32:54 ------------------- 00:32:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:54 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:54 Message: update stable to v1.0.179 00:32:55 ------------------- 00:32:55 experimental info: 00:32:55 ------------------- 00:32:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:55 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 00:32:55 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:56 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:56 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:56 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:58 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:58 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:58 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:58 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:58 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 00:32:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 00:32:58 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 00:32:58 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 00:32:58 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6c1696a27a6571a957291915fc210315cd8e6bc0 [Pipeline] echo 00:32:58 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6c1696a [Pipeline] echo 00:32:58 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:59 provisioning config files... 00:32:59 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/60@tmp/config2607262484397522017tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:33:00 ---> docker-login.sh 00:33:00 nexus3.edgexfoundry.org:10001 00:33:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:01 Configure a credential helper to remove this warning. See 00:33:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:01 00:33:01 Login Succeeded 00:33:01 nexus3.edgexfoundry.org:10002 00:33:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:01 Configure a credential helper to remove this warning. See 00:33:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:01 00:33:01 Login Succeeded 00:33:01 nexus3.edgexfoundry.org:10003 00:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:02 Configure a credential helper to remove this warning. See 00:33:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:02 00:33:02 Login Succeeded 00:33:02 nexus3.edgexfoundry.org:10004 00:33:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:03 Configure a credential helper to remove this warning. See 00:33:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:03 00:33:03 Login Succeeded 00:33:03 docker.io 00:33:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:33:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:33:04 Configure a credential helper to remove this warning. See 00:33:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:33:04 00:33:04 Login Succeeded 00:33:04 ---> docker-login.sh ends [Pipeline] } 00:33:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:33:05 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 00:33:05 + for file in '`ls cmd/**/Dockerfile`' 00:33:05 ++ cut -d/ -f2 00:33:05 ++ dirname cmd/core-command/Dockerfile 00:33:05 + echo core-command,cmd/core-command/Dockerfile 00:33:05 + for file in '`ls cmd/**/Dockerfile`' 00:33:05 ++ dirname cmd/core-data/Dockerfile 00:33:05 ++ cut -d/ -f2 00:33:05 + echo core-data,cmd/core-data/Dockerfile 00:33:05 + for file in '`ls cmd/**/Dockerfile`' 00:33:05 ++ dirname cmd/core-metadata/Dockerfile 00:33:05 ++ cut -d/ -f2 00:33:05 + echo core-metadata,cmd/core-metadata/Dockerfile 00:33:05 + for file in '`ls cmd/**/Dockerfile`' 00:33:05 ++ cut -d/ -f2 00:33:05 ++ dirname cmd/security-bootstrapper/Dockerfile 00:33:05 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 00:33:05 + for file in '`ls cmd/**/Dockerfile`' 00:33:05 ++ dirname cmd/security-proxy-setup/Dockerfile 00:33:05 ++ cut -d/ -f2 00:33:05 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:33:05 + for file in '`ls cmd/**/Dockerfile`' 00:33:05 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:33:05 ++ cut -d/ -f2 00:33:05 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:33:05 + for file in '`ls cmd/**/Dockerfile`' 00:33:05 ++ cut -d/ -f2 00:33:05 ++ dirname cmd/support-notifications/Dockerfile 00:33:05 + echo support-notifications,cmd/support-notifications/Dockerfile 00:33:05 + for file in '`ls cmd/**/Dockerfile`' 00:33:05 ++ cut -d/ -f2 00:33:05 ++ dirname cmd/support-scheduler/Dockerfile 00:33:05 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:33:05 + for file in '`ls cmd/**/Dockerfile`' 00:33:05 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:33:05 ++ cut -d/ -f2 00:33:05 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:33:05 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-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 00:33:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:06 00:33:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:33:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:07 latest: Pulling from edgex-devops/git-semver 00:33:07 31603596830f: Pulling fs layer 00:33:07 2a8b12db71e7: Pulling fs layer 00:33:07 6ca5941a6612: Pulling fs layer 00:33:07 ecc8261a40a4: Pulling fs layer 00:33:07 ecc8261a40a4: Waiting 00:33:07 2a8b12db71e7: Verifying Checksum 00:33:07 2a8b12db71e7: Download complete 00:33:08 31603596830f: Verifying Checksum 00:33:08 31603596830f: Download complete 00:33:09 ecc8261a40a4: Verifying Checksum 00:33:09 ecc8261a40a4: Download complete 00:33:10 31603596830f: Pull complete 00:33:10 6ca5941a6612: Verifying Checksum 00:33:10 6ca5941a6612: Download complete 00:33:10 2a8b12db71e7: Pull complete 00:33:12 6ca5941a6612: Pull complete 00:33:13 ecc8261a40a4: Pull complete 00:33:13 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:33:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:33:13 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:33:13 prd-centos7-docker-4c-2g-25663 does not seem to be running inside a container 00:33:13 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@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:10004/edgex-devops/git-semver:latest cat 00:33:17 $ docker top 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:33:17 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:17 [ssh-agent] Looking for ssh-agent implementation... 00:33:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:18 $ docker exec 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 ssh-agent 00:33:18 SSH_AUTH_SOCK=/tmp/ssh-lTsMEzeUxDLd/agent.11 00:33:18 SSH_AGENT_PID=16 00:33:18 Running ssh-add (command line suppressed) 00:33:18 Identity added: /w/workspace/edgex-go/60@tmp/private_key_1693966591103834506.key (/w/workspace/edgex-go/60@tmp/private_key_1693966591103834506.key) 00:33:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:20 + git tag --points-at HEAD [Pipeline] } 00:33:20 $ docker exec --env ******** --env ******** 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 ssh-agent -k 00:33:21 unset SSH_AUTH_SOCK; 00:33:21 unset SSH_AGENT_PID; 00:33:21 echo Agent pid 16 killed; 00:33:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:33:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:33:21 [ssh-agent] Looking for ssh-agent implementation... 00:33:22 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:33:22 $ docker exec 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 ssh-agent 00:33:23 SSH_AUTH_SOCK=/tmp/ssh-RCfKNfACATjH/agent.45 00:33:23 SSH_AGENT_PID=50 00:33:23 Running ssh-add (command line suppressed) 00:33:24 Identity added: /w/workspace/edgex-go/60@tmp/private_key_8467783846331461159.key (/w/workspace/edgex-go/60@tmp/private_key_8467783846331461159.key) 00:33:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:33:26 + git semver init 00:33:26 # -> Open(): unable to determine branch for HEAD 00:33:26 # $GIT_DIR = /w/workspace/edgex-go/60/.git 00:33:26 # $GIT_WORK_TREE = /w/workspace/edgex-go/60 00:33:26 # $SEMVER_REMOTE_NAME = origin 00:33:26 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:33:26 # $SEMVER_USER_NAME = edgex-jenkins 00:33:26 # $SEMVER_BRANCH = PR-2858 00:33:26 # $SEMVER_TEMP = /tmp/semver-205561340 00:33:26 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:34:50 # '/tmp/semver-205561340' -> '/w/workspace/edgex-go/60/.semver' 00:34:50 # -> Force: false 00:34:50 # $SEMVER_DIR = /w/workspace/edgex-go/60/.semver [Pipeline] } 00:34:50 $ docker exec --env ******** --env ******** 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 ssh-agent -k 00:34:51 unset SSH_AUTH_SOCK; 00:34:51 unset SSH_AGENT_PID; 00:34:51 echo Agent pid 50 killed; 00:34:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:34:52 + git semver [Pipeline] } 00:34:52 $ docker stop --time=1 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 00:34:55 $ docker rm -f 594c6649611bb4bef26184f58d3749fe9dde7a4466b965ce9dcd364d71ad93d0 [Pipeline] // withDockerContainer [Pipeline] sh 00:34:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:34:57 Stashed 1 file(s) [Pipeline] echo 00:34:57 [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:34:58 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 00:34:58 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:34:59 + true 00:34:59 + sudo service docker restart 00:34:59 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 00:35:01 ========================================================= 00:35:01 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:35:01 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:35:01 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 00:35:12 Sending build context to Docker daemon 327.8MB 00:35:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:35:12 Step 2/6 : FROM ${BASE} 00:35:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:35:12 188c0c94c7c5: Pulling fs layer 00:35:12 0ef7d3d256c8: Pulling fs layer 00:35:12 de9db76c5a1d: Pulling fs layer 00:35:12 bca2f99d35d6: Pulling fs layer 00:35:12 93359f2a8cfa: Pulling fs layer 00:35:12 7c6f9722023f: Pulling fs layer 00:35:12 a35cf1a2eb13: Pulling fs layer 00:35:12 bca2f99d35d6: Waiting 00:35:12 93359f2a8cfa: Waiting 00:35:12 7c6f9722023f: Waiting 00:35:12 a35cf1a2eb13: Waiting 00:35:12 de9db76c5a1d: Verifying Checksum 00:35:12 de9db76c5a1d: Download complete 00:35:12 0ef7d3d256c8: Verifying Checksum 00:35:12 0ef7d3d256c8: Download complete 00:35:12 93359f2a8cfa: Verifying Checksum 00:35:12 93359f2a8cfa: Download complete 00:35:12 Still waiting to schedule task 00:35:12 Executor slot already in use; ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-25669’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-25672’ is offline 00:35:13 7c6f9722023f: Verifying Checksum 00:35:13 7c6f9722023f: Download complete 00:35:13 188c0c94c7c5: Verifying Checksum 00:35:13 188c0c94c7c5: Download complete 00:35:15 188c0c94c7c5: Pull complete 00:35:15 0ef7d3d256c8: Pull complete 00:35:16 de9db76c5a1d: Pull complete 00:35:19 a35cf1a2eb13: Verifying Checksum 00:35:19 a35cf1a2eb13: Download complete 00:35:23 bca2f99d35d6: Verifying Checksum 00:35:23 bca2f99d35d6: Download complete 00:35:42 bca2f99d35d6: Pull complete 00:35:42 93359f2a8cfa: Pull complete 00:35:42 7c6f9722023f: Pull complete 00:35:47 a35cf1a2eb13: Pull complete 00:35:47 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 00:35:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:35:47 ---> a62c8e92a672 00:35:47 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:35:47 ---> Running in 7a2bdb6d91fd 00:35:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:35:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:35:51 (1/12) Installing libmagic (5.38-r0) 00:35:51 (2/12) Installing file (5.38-r0) 00:35:51 (3/12) Installing libc-dev (0.7.2-r3) 00:35:51 (4/12) Installing g++ (9.3.0-r2) 00:36:05 (5/12) Installing fortify-headers (1.1-r0) 00:36:05 (6/12) Installing patch (2.7.6-r6) 00:36:05 (7/12) Installing build-base (0.5-r2) 00:36:05 (8/12) Installing libsodium (1.0.18-r0) 00:36:05 (9/12) Installing pkgconf (1.7.2-r0) 00:36:05 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:05 (11/12) Installing libzmq (4.3.3-r0) 00:36:06 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:06 Executing busybox-1.31.1-r19.trigger 00:36:06 OK: 233 MiB in 51 packages 00:36:12 Removing intermediate container 7a2bdb6d91fd 00:36:12 ---> c4e529eab4db 00:36:12 Step 4/6 : WORKDIR /edgex-go 00:36:12 ---> Running in d49f1dd77eee 00:36:12 Removing intermediate container d49f1dd77eee 00:36:12 ---> 4fdeafdccafc 00:36:12 Step 5/6 : COPY go.mod . 00:36:13 ---> 68b752d96b89 00:36:13 Step 6/6 : RUN go mod download 00:36:13 ---> Running in 237dc6c7b4f3 00:36:55 Removing intermediate container 237dc6c7b4f3 00:36:55 ---> 2baa9ae283f5 00:36:55 Successfully built 2baa9ae283f5 00:36:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:36:56 + docker inspect -f . ci-base-image-x86_64 00:36:56 . [Pipeline] withDockerContainer 00:36:57 prd-centos7-docker-4c-2g-25663 does not seem to be running inside a container 00:36:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:37:00 $ docker top 4b896374134bd3b65c31b8173c26711bfd0437b9e32fce45f13467e8e069e78a -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:01 + go version 00:37:01 go version go1.15.5 linux/amd64 [Pipeline] } 00:37:01 $ docker stop --time=1 4b896374134bd3b65c31b8173c26711bfd0437b9e32fce45f13467e8e069e78a 00:37:04 $ docker rm -f 4b896374134bd3b65c31b8173c26711bfd0437b9e32fce45f13467e8e069e78a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:05 + docker inspect -f . ci-base-image-x86_64 00:37:05 . [Pipeline] withDockerContainer 00:37:05 prd-centos7-docker-4c-2g-25663 does not seem to be running inside a container 00:37:06 $ 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/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:37:09 $ docker top 2ce41b8d0274e154db09d4f33eb61d5e61442e3c9991a5b0bda0bf6c0d75c66f -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:10 ========================================================= 00:37:10 [edgeXBuildGoParallel] Running Tests and Build... 00:37:10 ========================================================= [Pipeline] sh 00:37:10 + make test 00:37:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:44 ? github.com/edgexfoundry/edgex-go [no test files] 00:37:48 Running on prd-ubuntu18.04-docker-arm64-4c-16g-25677 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:37:49 Running in /w/workspace/edgex-go/60 [Pipeline] { [Pipeline] checkout 00:37:55 using credential edgex-jenkins-ssh 00:37:55 Cloning the remote Git repository 00:37:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:37:55 > git init /w/workspace/edgex-go/60 # timeout=10 00:37:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:37:55 > git --version # timeout=10 00:37:55 > git --version # 'git version 2.17.1' 00:37:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:37:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:38:14 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:38:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:38:13 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:38:13 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:38:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:38:13 using GIT_SSH to set credentials SSH Credentials for GitHub 00:38:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:38:14 > git config core.sparsecheckout # timeout=10 00:38:14 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:38:15 > git remote # timeout=10 00:38:15 > git config --get remote.origin.url # timeout=10 00:38:15 using GIT_SSH to set credentials SSH Credentials for GitHub 00:38:15 > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 00:38:15 Merge succeeded, producing 993b2dd7edea59615731e03eeb0d6a0bd197b801 00:38:15 Checking out Revision 993b2dd7edea59615731e03eeb0d6a0bd197b801 (PR-2858) 00:38:15 > git rev-parse HEAD^{commit} # timeout=10 00:38:15 > git config core.sparsecheckout # timeout=10 00:38:16 > git checkout -f 993b2dd7edea59615731e03eeb0d6a0bd197b801 # timeout=10 00:38:20 Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" 00:38:20 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 00:38:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 00:38:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 00:38:20 > git rev-list --no-walk 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 # timeout=10 00:38:23 + true 00:38:23 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:38:25 provisioning config files... 00:38:25 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/60@tmp/config975376656204722232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:38:25 ---> docker-login.sh 00:38:25 nexus3.edgexfoundry.org:10001 00:38:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:26 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:26 Configure a credential helper to remove this warning. See 00:38:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:26 00:38:26 Login Succeeded 00:38:26 nexus3.edgexfoundry.org:10002 00:38:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:27 Configure a credential helper to remove this warning. See 00:38:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:27 00:38:27 Login Succeeded 00:38:27 nexus3.edgexfoundry.org:10003 00:38:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:28 Configure a credential helper to remove this warning. See 00:38:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:28 00:38:28 Login Succeeded 00:38:28 nexus3.edgexfoundry.org:10004 00:38:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:28 Configure a credential helper to remove this warning. See 00:38:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:28 00:38:28 Login Succeeded 00:38:28 docker.io 00:38:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:38:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:38:29 Configure a credential helper to remove this warning. See 00:38:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:38:29 00:38:29 Login Succeeded 00:38:29 ---> docker-login.sh ends [Pipeline] } 00:38:29 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:38:30 ========================================================= 00:38:30 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:38:30 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:38:30 + 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:38:33 Sending build context to Docker daemon 166.3MB 00:38:33 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 00:38:33 Step 2/6 : FROM ${BASE} 00:38:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:38:33 5f621e34cdf4: Pulling fs layer 00:38:33 a4357932f1b6: Pulling fs layer 00:38:33 18c013af1878: Pulling fs layer 00:38:33 00ac8860ef70: Pulling fs layer 00:38:33 63d7cb157983: Pulling fs layer 00:38:33 b116817d02f9: Pulling fs layer 00:38:33 745a02a5169b: Pulling fs layer 00:38:33 00ac8860ef70: Waiting 00:38:33 63d7cb157983: Waiting 00:38:33 b116817d02f9: Waiting 00:38:33 745a02a5169b: Waiting 00:38:33 18c013af1878: Download complete 00:38:33 a4357932f1b6: Verifying Checksum 00:38:33 a4357932f1b6: Download complete 00:38:33 63d7cb157983: Verifying Checksum 00:38:33 63d7cb157983: Download complete 00:38:34 b116817d02f9: Verifying Checksum 00:38:34 b116817d02f9: Download complete 00:38:34 5f621e34cdf4: Verifying Checksum 00:38:34 5f621e34cdf4: Download complete 00:38:34 5f621e34cdf4: Pull complete 00:38:35 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:38:35 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:38:35 a4357932f1b6: Pull complete 00:38:35 18c013af1878: Pull complete 00:38:36 745a02a5169b: Verifying Checksum 00:38:36 745a02a5169b: Download complete 00:38:37 00ac8860ef70: Verifying Checksum 00:38:37 00ac8860ef70: Download complete 00:38:40 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:38:40 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:38:41 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:38:42 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:38:48 00ac8860ef70: Pull complete 00:38:48 63d7cb157983: Pull complete 00:38:48 b116817d02f9: Pull complete 00:38:52 745a02a5169b: Pull complete 00:38:52 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 00:38:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:38:52 ---> b7e6874047d6 00:38:52 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:38:52 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:38:56 ---> Running in a8b48aea8a9c 00:38:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.228s coverage: 45.6% of statements 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:38:57 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:38:57 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.095s coverage: 100.0% of statements 00:38:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:38:59 (1/12) Installing libmagic (5.38-r0) 00:38:59 (2/12) Installing file (5.38-r0) 00:38:59 (3/12) Installing libc-dev (0.7.2-r3) 00:38:59 (4/12) Installing g++ (9.3.0-r2) 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.357s coverage: 27.1% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.037s coverage: 100.0% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:00 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.137s coverage: 100.0% of statements 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:00 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:04 (5/12) Installing fortify-headers (1.1-r0) 00:39:04 (6/12) Installing patch (2.7.6-r6) 00:39:04 (7/12) Installing build-base (0.5-r2) 00:39:04 (8/12) Installing libsodium (1.0.18-r0) 00:39:04 (9/12) Installing pkgconf (1.7.2-r0) 00:39:04 (10/12) Installing libsodium-dev (1.0.18-r0) 00:39:04 (11/12) Installing libzmq (4.3.3-r0) 00:39:04 (12/12) Installing zeromq-dev (4.3.3-r0) 00:39:04 Executing busybox-1.31.1-r19.trigger 00:39:04 OK: 217 MiB in 51 packages 00:39:04 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.213s coverage: 65.8% of statements 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:04 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:06 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.729s coverage: 82.3% of statements 00:39:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:06 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:08 Removing intermediate container a8b48aea8a9c 00:39:08 ---> 9a8634fdf192 00:39:08 Step 4/6 : WORKDIR /edgex-go 00:39:08 ---> Running in 5dcbd098830c 00:39:09 Removing intermediate container 5dcbd098830c 00:39:09 ---> ee935c996325 00:39:09 Step 5/6 : COPY go.mod . 00:39:10 ---> 6544e369a4d4 00:39:10 Step 6/6 : RUN go mod download 00:39:10 ---> Running in 58ccc7b3d902 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.878s coverage: 28.6% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.121s coverage: 100.0% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.205s coverage: 100.0% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.185s coverage: 86.7% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:12 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.332s coverage: 97.5% of statements 00:39:12 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:13 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.164s coverage: 78.3% of statements 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:13 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.536s coverage: 92.8% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.101s coverage: 58.8% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.167s coverage: 0.1% of statements 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.132s coverage: 45.5% of statements 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.269s coverage: 79.5% of statements 00:39:20 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.102s coverage: 94.1% of statements 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.198s coverage: 96.3% of statements 00:39:21 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.108s coverage: 87.5% of statements 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.154s coverage: 94.4% of statements 00:39:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.053s coverage: 44.8% of statements 00:39:42 Removing intermediate container 58ccc7b3d902 00:39:42 ---> 3c90679127d0 00:39:42 Successfully built 3c90679127d0 00:39:42 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:39:42 + docker inspect -f . ci-base-image-arm64 00:39:42 . [Pipeline] withDockerContainer 00:39:43 prd-ubuntu18.04-docker-arm64-4c-16g-25677 does not seem to be running inside a container 00:39:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:45 $ docker top ea2b77d413a87f1edc01ed4600af39d2509152326e3b47881fbf036df481cf9e -eo pid,comm [Pipeline] { [Pipeline] sh 00:39:46 + go version 00:39:46 go version go1.15.5 linux/arm64 [Pipeline] } 00:39:46 $ docker stop --time=1 ea2b77d413a87f1edc01ed4600af39d2509152326e3b47881fbf036df481cf9e 00:39:48 $ docker rm -f ea2b77d413a87f1edc01ed4600af39d2509152326e3b47881fbf036df481cf9e 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.435s coverage: 92.9% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.097s coverage: 77.8% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.444s coverage: 87.2% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.127s coverage: 100.0% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.485s coverage: 75.5% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.312s coverage: 80.8% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.108s coverage: 87.2% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.141s coverage: 84.2% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.134s coverage: 91.4% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.722s coverage: 63.5% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.082s coverage: 100.0% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.187s coverage: 91.3% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.175s coverage: 73.7% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.098s coverage: 100.0% of statements 00:39:48 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.744s coverage: 68.9% of statements 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:48 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:39:49 + docker inspect -f . ci-base-image-arm64 00:39:49 . [Pipeline] withDockerContainer 00:39:49 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.334s coverage: 37.0% of statements 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:39:49 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:39:49 prd-ubuntu18.04-docker-arm64-4c-16g-25677 does not seem to be running inside a container 00:39:49 $ 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/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:39:50 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.288s coverage: 84.0% of statements 00:39:51 $ docker top 9f078614096e511c34d5f87f7e84c5bf6376f46306507958773844b38eb5be1a -eo pid,comm [Pipeline] { [Pipeline] echo 00:39:51 ========================================================= 00:39:51 [edgeXBuildGoParallel] Running Tests and Build... 00:39:51 ========================================================= [Pipeline] sh 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.177s coverage: 100.0% of statements 00:39:52 + make test 00:39:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.525s coverage: 47.0% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.229s coverage: 100.0% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:39:57 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.202s coverage: 87.7% of statements 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:39:57 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.030s coverage: 29.1% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.133s coverage: 99.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.306s coverage: 100.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.466s coverage: 100.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.168s coverage: 0.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.166s coverage: 100.0% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.142s coverage: 87.9% of statements 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.119s coverage: 100.0% of statements 00:40:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.044s coverage: 32.1% of statements 00:40:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.212s coverage: 100.0% of statements 00:40:09 GO111MODULE=on go vet ./... 00:40:19 ? github.com/edgexfoundry/edgex-go [no test files] 00:41:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:41:20 gofmt -l . 00:41:20 [ "`gofmt -l .`" = "" ] 00:41:20 ./bin/test-go-mod-tidy.sh 00:41:22 ./bin/test-attribution-txt.sh [Pipeline] sh 00:41:25 + ls -al . 00:41:25 total 696 00:41:25 drwxrwxr-x 10 1001 1001 4096 Feb 9 00:41 . 00:41:25 drwxr-xr-x 4 root root 30 Feb 9 00:37 .. 00:41:25 -rw-rw-r-- 1 1001 1001 11 Feb 9 00:32 .dockerignore 00:41:25 drwxrwxr-x 8 1001 1001 179 Feb 9 00:32 .git 00:41:25 drwxrwxr-x 3 1001 1001 125 Feb 9 00:32 .github 00:41:25 -rw-rw-r-- 1 1001 1001 818 Feb 9 00:32 .gitignore 00:41:25 drwx------ 3 1001 1001 60 Feb 9 00:34 .semver 00:41:25 -rw-rw-r-- 1 1001 1001 166 Feb 9 00:32 .sonarcloud.properties 00:41:25 -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:32 Attribution.txt 00:41:25 -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:32 CONTRIBUTING.md 00:41:25 -rw-rw-r-- 1 1001 1001 931 Feb 9 00:32 Dockerfile.build 00:41:25 -rw-rw-r-- 1 1001 1001 863 Feb 9 00:32 Jenkinsfile 00:41:25 -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:32 LICENSE 00:41:25 -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:32 Makefile 00:41:25 -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:32 README.md 00:41:25 -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:32 SECURITY.md 00:41:25 -rw-rw-r-- 1 1001 1001 5 Feb 9 00:34 VERSION 00:41:25 -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:32 ZMQWindows.md 00:41:25 drwxrwxr-x 2 1001 1001 117 Feb 9 00:32 bin 00:41:25 drwxrwxr-x 14 1001 1001 4096 Feb 9 00:32 cmd 00:41:25 -rw-r--r-- 1 root root 592672 Feb 9 00:40 coverage.out 00:41:25 -rw-r--r-- 1 root root 1054 Feb 9 00:41 go.mod 00:41:25 -rw-r--r-- 1 root root 19290 Feb 9 00:41 go.sum 00:41:25 drwxrwxr-x 8 1001 1001 127 Feb 9 00:32 internal 00:41:25 drwxrwxr-x 4 1001 1001 26 Feb 9 00:32 openapi 00:41:25 drwxrwxr-x 4 1001 1001 71 Feb 9 00:32 snap 00:41:25 -rw-rw-r-- 1 1001 1001 168 Feb 9 00:32 version.go [Pipeline] sh 00:41:26 + '[' -e coverage.out ] 00:41:26 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:27 Stashed 1 file(s) [Pipeline] sh 00:41:28 + make build 00:41:28 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:41: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:41:39 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:41:39 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:41:41 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:41:44 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:41:45 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:41:55 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:41:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:41:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.402s coverage: 45.6% of statements 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 00:42:04 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 00:42:04 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.252s coverage: 100.0% of statements 00:42:07 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 00:42:12 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.567s coverage: 27.1% of statements 00:42:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:42:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:42:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:42:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:42:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:42:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:42:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements 00:42:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:42:12 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.127s coverage: 100.0% of statements 00:42:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:42:12 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:42:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.280s coverage: 65.8% of statements 00:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:42:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:42:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.707s coverage: 82.3% of statements 00:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:42:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:42: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:42:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:42:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.441s coverage: 28.6% of statements 00:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:42:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.198s coverage: 100.0% of statements 00:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:42:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements 00:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:42:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.377s coverage: 86.7% of statements 00:42:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:42:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.436s coverage: 97.5% of statements 00:42:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:42:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.150s coverage: 78.3% of statements 00:42:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:42:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:42:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:42:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:42:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:42:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:42:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.423s coverage: 92.8% of statements 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.070s coverage: 58.8% of statements 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.245s coverage: 0.1% of statements 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:42:35 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.086s coverage: 45.5% of statements 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.103s coverage: 79.5% of statements 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.067s coverage: 94.1% of statements 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.107s coverage: 96.3% of statements 00:42:35 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.057s coverage: 87.5% of statements 00:42:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:42:42 $ docker stop --time=1 2ce41b8d0274e154db09d4f33eb61d5e61442e3c9991a5b0bda0bf6c0d75c66f 00:42:45 $ docker rm -f 2ce41b8d0274e154db09d4f33eb61d5e61442e3c9991a5b0bda0bf6c0d75c66f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:42:47 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:42:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.089s coverage: 94.4% of statements 00:42:48 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.067s coverage: 44.8% of statements 00:42:48 00:42:48 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:42:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:42:49 latest: Pulling from edgex-devops/edgex-compose 00:42:49 cbdbe7a5bc2a: Pulling fs layer 00:42:49 ca9280d653b3: Pulling fs layer 00:42:49 7e9c9ca2126c: Pulling fs layer 00:42:49 cbdbe7a5bc2a: Verifying Checksum 00:42:49 cbdbe7a5bc2a: Download complete 00:42:51 cbdbe7a5bc2a: Pull complete 00:42:51 ca9280d653b3: Verifying Checksum 00:42:51 ca9280d653b3: Download complete 00:42:53 ca9280d653b3: Pull complete 00:42:55 7e9c9ca2126c: Verifying Checksum 00:42:55 7e9c9ca2126c: Download complete 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.143s coverage: 92.9% of statements 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.061s coverage: 77.8% of statements 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.079s coverage: 87.2% of statements 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.049s coverage: 100.0% of statements 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.090s coverage: 75.5% of statements 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.074s coverage: 80.8% of statements 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.132s coverage: 87.2% of statements 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.150s coverage: 84.2% of statements 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.251s coverage: 91.4% of statements 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.721s coverage: 63.5% of statements 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:43:03 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.071s coverage: 100.0% of statements 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.098s coverage: 91.3% of statements 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 00:43:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements 00:43:07 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.960s coverage: 68.9% of statements 00:43:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:43:07 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:43:07 7e9c9ca2126c: Pull complete 00:43:07 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:43:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:43:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:43:08 prd-centos7-docker-4c-2g-25663 does not seem to be running inside a container 00:43:08 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:43:10 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.417s coverage: 37.0% of statements 00:43:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:43:10 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:43:11 $ docker top d5d1b307216d518792c6c8ca05027236b2280391c78497b04ceba05d30be9df8 -eo pid,comm 00:43:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.872s coverage: 84.0% of statements 00:43:11 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [Pipeline] { [Pipeline] sh 00:43:11 + docker-compose build --help 00:43:11 + grep parallel 00:43:13 --parallel Build images in parallel. [Pipeline] } 00:43:13 $ docker stop --time=1 d5d1b307216d518792c6c8ca05027236b2280391c78497b04ceba05d30be9df8 00:43:15 $ docker rm -f d5d1b307216d518792c6c8ca05027236b2280391c78497b04ceba05d30be9df8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:43:17 . [Pipeline] withDockerContainer 00:43:17 prd-centos7-docker-4c-2g-25663 does not seem to be running inside a container 00:43:17 $ 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/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:43:18 $ docker top 08aa5ea3283e763ed5cf4acef063fc360a3858532213ab3482002477b4c8905d -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:19 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.489s coverage: 47.0% of statements 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:43:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.162s coverage: 100.0% of statements 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:43:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.098s coverage: 100.0% of statements 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 00:43:19 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.388s coverage: 87.7% of statements 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 00:43:19 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 00:43:21 Building docker-core-command-go ... 00:43:21 Building docker-core-data-go ... 00:43:21 Building docker-core-metadata-go ... 00:43:21 Building docker-security-bootstrapper-go ... 00:43:21 Building docker-security-proxy-setup-go ... 00:43:21 Building docker-security-secretstore-setup-go ... 00:43:21 Building docker-support-notifications-go ... 00:43:21 Building docker-support-scheduler-go ... 00:43:21 Building docker-sys-mgmt-agent-go ... 00:43:21 Building docker-support-notifications-go 00:43:21 Building docker-core-metadata-go 00:43:21 Building docker-sys-mgmt-agent-go 00:43:21 Building docker-security-proxy-setup-go 00:43:21 Building docker-support-scheduler-go 00:43:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 4.019s coverage: 29.1% of statements 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:43:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.284s coverage: 99.0% of statements 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:43:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.109s coverage: 100.0% of statements 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 00:43:29 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.188s coverage: 100.0% of statements 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 00:43:29 ok github.com/edgexfoundry/edgex-go/internal/system 0.047s coverage: 0.0% of statements 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:43:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.146s coverage: 100.0% of statements 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:43:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:43:29 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:43:29 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.063s coverage: 100.0% of statements 00:43:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.060s coverage: 32.1% of statements 00:43:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.088s coverage: 100.0% of statements 00:43:31 GO111MODULE=on go vet ./... 00:44:30 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:30 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:44:31 ---> 2baa9ae283f5 00:44:31 Step 3/22 : WORKDIR /edgex-go 00:44:31 ---> 2baa9ae283f5 00:44:31 Step 3/22 : WORKDIR /edgex-go 00:44:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:44:31 ---> 2baa9ae283f5 00:44:31 Step 3/23 : WORKDIR /edgex-go 00:44:32 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:32 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:44:32 ---> 2baa9ae283f5 00:44:32 Step 3/26 : WORKDIR /edgex-go 00:44:32 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:44:32 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:44:32 ---> 2baa9ae283f5 00:44:32 Step 3/21 : WORKDIR /edgex-go 00:44:32 ---> Running in 03d1d2c3495d 00:44:32 ---> Running in 9d2cf9f22add 00:44:32 ---> Running in 4a75342973f3 00:44:32 ---> Running in ec8747974757 00:44:32 ---> Running in 8152c37b3bd4 00:44:34 Removing intermediate container 8152c37b3bd4 00:44:34 ---> 3f2875384ee6 00:44:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:34 Removing intermediate container ec8747974757 00:44:34 ---> 8a2b5295be28 00:44:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:34 Removing intermediate container 03d1d2c3495d 00:44:34 ---> 996302bc6df6 00:44:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:34 Removing intermediate container 9d2cf9f22add 00:44:34 ---> 34d686308ffc 00:44:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:34 Removing intermediate container 4a75342973f3 00:44:34 ---> ef30dae245ef 00:44:34 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:44:34 ---> Running in 6631127c042b 00:44:34 ---> Running in f22249ef5f6c 00:44:34 ---> Running in 63958c07b5fb 00:44:34 ---> Running in e98bab755fbc 00:44:34 ---> Running in 40b3c89e7c4b 00:44:39 Removing intermediate container 63958c07b5fb 00:44:39 ---> b01321468edf 00:44:39 Step 5/22 : RUN apk add --update --no-cache make git 00:44:39 ---> Running in ff65eb2dbd18 00:44:40 Removing intermediate container 6631127c042b 00:44:40 ---> ada81ecd712d 00:44:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:44:40 Removing intermediate container f22249ef5f6c 00:44:40 ---> a8aab83f65ad 00:44:40 Step 5/21 : RUN apk add --update --no-cache make git 00:44:40 Removing intermediate container e98bab755fbc 00:44:40 ---> b6951f9693f7 00:44:40 Step 5/23 : RUN apk add --update --no-cache make git 00:44:40 ---> Running in ff4692754443 00:44:40 ---> Running in ffb4fc2c2e2b 00:44:40 Removing intermediate container 40b3c89e7c4b 00:44:40 ---> 1042e7a04e32 00:44:40 Step 5/26 : RUN apk add --update --no-cache make bash git 00:44:41 ---> Running in 3cab1c84e5e5 00:44:41 ---> Running in dd589e7561ea 00:44:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:44 OK: 233 MiB in 51 packages 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:44:44 OK: 233 MiB in 51 packages 00:44:45 Removing intermediate container ff65eb2dbd18 00:44:45 ---> 697f350b24cd 00:44:45 Step 6/22 : COPY go.mod . 00:44:45 OK: 233 MiB in 51 packages 00:44:45 OK: 233 MiB in 51 packages 00:44:46 ---> 7727782db942 00:44:46 Step 7/22 : RUN go mod download 00:44:46 OK: 233 MiB in 51 packages 00:44:46 Removing intermediate container ff4692754443 00:44:46 ---> f3f9f206e11a 00:44:46 Step 6/22 : COPY go.mod . 00:44:46 ---> Running in b7de0e31865b 00:44:47 Removing intermediate container dd589e7561ea 00:44:47 ---> eaa4c56932d3 00:44:47 Step 6/26 : COPY go.mod . 00:44:47 ---> 4d3578ab129f 00:44:47 Step 7/22 : RUN go mod download 00:44:47 ---> Running in 29ac594106f4 00:44:48 Removing intermediate container ffb4fc2c2e2b 00:44:48 ---> 7ccf7e6535bb 00:44:48 Step 6/21 : COPY go.mod . 00:44:48 ---> 9cbd736769cb 00:44:48 Step 7/26 : RUN go mod download 00:44:48 Removing intermediate container 3cab1c84e5e5 00:44:48 ---> b805ab8b24db 00:44:48 Step 6/23 : COPY go.mod . 00:44:48 ---> Running in a2ca6d32b34f 00:44:49 ---> 951ad7adc3a4 00:44:49 Step 7/21 : RUN go mod download 00:44:49 ---> Running in 846124b8c551 00:44:49 ---> 4ee99c7bc224 00:44:49 Step 7/23 : RUN go mod download 00:44:49 ---> Running in 3870ca140796 00:44:53 Removing intermediate container b7de0e31865b 00:44:53 ---> 3a98c29d47b2 00:44:53 Step 8/22 : COPY . . 00:44:53 Removing intermediate container 29ac594106f4 00:44:53 ---> d8f058d0bbc0 00:44:53 Step 8/22 : COPY . . 00:44:54 Removing intermediate container a2ca6d32b34f 00:44:54 ---> 5465116cee95 00:44:54 Step 8/26 : COPY . . 00:44:54 gofmt -l . 00:44:54 Removing intermediate container 846124b8c551 00:44:54 ---> 8ca2f18040ac 00:44:54 Step 8/21 : COPY . . 00:44:56 [ "`gofmt -l .`" = "" ] 00:44:57 Removing intermediate container 3870ca140796 00:44:57 ---> e9224e2bd184 00:44:57 Step 8/23 : COPY . . 00:44:59 ./bin/test-go-mod-tidy.sh 00:44:59 ./bin/test-attribution-txt.sh [Pipeline] sh 00:45:01 + ls -al . 00:45:01 total 724 00:45:01 drwxrwxr-x 9 1001 1001 4096 Feb 9 00:45 . 00:45:01 drwxr-xr-x 4 root root 4096 Feb 9 00:39 .. 00:45:01 -rw-rw-r-- 1 1001 1001 11 Feb 9 00:38 .dockerignore 00:45:01 drwxrwxr-x 8 1001 1001 4096 Feb 9 00:38 .git 00:45:01 drwxrwxr-x 3 1001 1001 4096 Feb 9 00:38 .github 00:45:01 -rw-rw-r-- 1 1001 1001 818 Feb 9 00:38 .gitignore 00:45:01 -rw-rw-r-- 1 1001 1001 166 Feb 9 00:38 .sonarcloud.properties 00:45:01 -rw-rw-r-- 1 1001 1001 7859 Feb 9 00:38 Attribution.txt 00:45:01 -rw-rw-r-- 1 1001 1001 3804 Feb 9 00:38 CONTRIBUTING.md 00:45:01 -rw-rw-r-- 1 1001 1001 931 Feb 9 00:38 Dockerfile.build 00:45:01 -rw-rw-r-- 1 1001 1001 863 Feb 9 00:38 Jenkinsfile 00:45:01 -rw-rw-r-- 1 1001 1001 10775 Feb 9 00:38 LICENSE 00:45:01 -rw-rw-r-- 1 1001 1001 5774 Feb 9 00:38 Makefile 00:45:01 -rw-rw-r-- 1 1001 1001 6524 Feb 9 00:38 README.md 00:45:01 -rw-rw-r-- 1 1001 1001 6755 Feb 9 00:38 SECURITY.md 00:45:01 -rw-rw-r-- 1 1001 1001 5 Feb 9 00:34 VERSION 00:45:01 -rw-rw-r-- 1 1001 1001 4131 Feb 9 00:38 ZMQWindows.md 00:45:01 drwxrwxr-x 2 1001 1001 4096 Feb 9 00:38 bin 00:45:01 drwxrwxr-x 14 1001 1001 4096 Feb 9 00:38 cmd 00:45:01 -rw-r--r-- 1 root root 592672 Feb 9 00:43 coverage.out 00:45:01 -rw-r--r-- 1 root root 1054 Feb 9 00:44 go.mod 00:45:01 -rw-r--r-- 1 root root 19290 Feb 9 00:44 go.sum 00:45:01 drwxrwxr-x 8 1001 1001 4096 Feb 9 00:38 internal 00:45:01 drwxrwxr-x 4 1001 1001 4096 Feb 9 00:38 openapi 00:45:01 drwxrwxr-x 4 1001 1001 4096 Feb 9 00:38 snap 00:45:01 -rw-rw-r-- 1 1001 1001 168 Feb 9 00:38 version.go [Pipeline] sh 00:45:02 + '[' -e coverage.out ] 00:45:02 + chown 1001:1001 coverage.out [Pipeline] stash 00:45:02 Warning: overwriting stash ‘coverage-report’ 00:45:03 Stashed 1 file(s) [Pipeline] sh 00:45:04 + make build 00:45:04 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:45:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:45:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:45:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:45:55 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:45:57 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:46:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:46:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:46:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:46:24 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:46:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } 00:46:35 $ docker stop --time=1 9f078614096e511c34d5f87f7e84c5bf6376f46306507958773844b38eb5be1a 00:46:36 ---> 8bb3719f83f9 00:46:36 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:46:36 ---> cf7db1043b1d 00:46:36 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:36 ---> 6865f8375bfa 00:46:36 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:46:36 ---> ef402bcd621f 00:46:36 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:46:36 ---> 5694d449b48a 00:46:36 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:46:36 ---> Running in 9a8a546df1f4 00:46:36 ---> Running in 9c0db3746e61 00:46:36 ---> Running in 1d9d088c2422 00:46:36 ---> Running in c673cd3d907d 00:46:36 ---> Running in 6b95f384d5f9 00:46:36 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:46:36 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:46:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 00:46:36 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:46:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:46:38 $ docker rm -f 9f078614096e511c34d5f87f7e84c5bf6376f46306507958773844b38eb5be1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:46:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:41 00:46:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:46:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:41 latest: Pulling from edgex-devops/edgex-compose-arm64 00:46:41 29e5d40040c1: Pulling fs layer 00:46:41 1ce36da41761: Pulling fs layer 00:46:41 25b303627fd3: Pulling fs layer 00:46:42 29e5d40040c1: Download complete 00:46:42 1ce36da41761: Verifying Checksum 00:46:42 1ce36da41761: Download complete 00:46:43 29e5d40040c1: Pull complete 00:46:44 1ce36da41761: Pull complete 00:46:44 25b303627fd3: Verifying Checksum 00:46:44 25b303627fd3: Download complete 00:46:54 25b303627fd3: Pull complete 00:46:54 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:46:54 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:46:54 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:46:54 prd-ubuntu18.04-docker-arm64-4c-16g-25677 does not seem to be running inside a container 00:46:55 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:46:58 $ docker top 93d0ba8e51d300903b29f2700c6e0931eddf0129345845faeaed066d53980785 -eo pid,comm [Pipeline] { [Pipeline] sh 00:46:59 + docker-compose build --help 00:46:59 + grep parallel 00:47:06 --parallel Build images in parallel. [Pipeline] } 00:47:06 $ docker stop --time=1 93d0ba8e51d300903b29f2700c6e0931eddf0129345845faeaed066d53980785 00:47:08 $ docker rm -f 93d0ba8e51d300903b29f2700c6e0931eddf0129345845faeaed066d53980785 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:47:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:47:09 . [Pipeline] withDockerContainer 00:47:09 prd-ubuntu18.04-docker-arm64-4c-16g-25677 does not seem to be running inside a container 00:47:09 $ 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/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:47:11 $ docker top 97872be119b717b539a0a1de122649e086551bcb1631e0eeec4ccad4f6766ebf -eo pid,comm [Pipeline] { [Pipeline] sh 00:47:12 + docker-compose -f ./docker-compose-build.yml build --parallel 00:47:18 Building docker-core-command-go ... 00:47:18 Building docker-core-data-go ... 00:47:18 Building docker-core-metadata-go ... 00:47:18 Building docker-security-bootstrapper-go ... 00:47:18 Building docker-security-proxy-setup-go ... 00:47:18 Building docker-security-secretstore-setup-go ... 00:47:18 Building docker-support-notifications-go ... 00:47:18 Building docker-support-scheduler-go ... 00:47:18 Building docker-sys-mgmt-agent-go ... 00:47:18 Building docker-core-data-go 00:47:18 Building docker-security-secretstore-setup-go 00:47:18 Building docker-support-notifications-go 00:47:18 Building docker-core-metadata-go 00:47:18 Building docker-support-scheduler-go 00:47:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:47:39 Removing intermediate container 9c0db3746e61 00:47:39 ---> 75f9c519c861 00:47:39 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:47:41 ---> Running in 820120dafe78 00:47:42 Removing intermediate container 1d9d088c2422 00:47:42 ---> 5155057ee860 00:47:42 00:47:42 Step 10/22 : FROM alpine:3.12 00:47:42 3.12: Pulling from library/alpine 00:47:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:47:44 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:47:44 Status: Downloaded newer image for alpine:3.12 00:47:44 ---> 389fef711851 00:47:44 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:47:47 ---> Running in 87b25faa0f4c 00:47:48 Removing intermediate container 9a8a546df1f4 00:47:48 ---> 0ad4d0580a03 00:47:48 00:47:48 Step 10/21 : FROM alpine:3.12 00:47:48 ---> 389fef711851 00:47:48 Step 11/21 : RUN apk add --update --no-cache curl 00:47:48 Removing intermediate container c673cd3d907d 00:47:48 ---> a66a0c7e65d1 00:47:48 00:47:48 Step 10/22 : FROM alpine:3.12 00:47:48 ---> 389fef711851 00:47:48 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:47:48 ---> Running in 386c89eb38c0 00:47:48 ---> Running in 7278643e16fa 00:47:49 Removing intermediate container 6b95f384d5f9 00:47:49 ---> 91da6459704b 00:47:49 00:47:49 Step 10/23 : FROM alpine:3.12 00:47:49 ---> 389fef711851 00:47:49 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:47:49 ---> Running in ed0dc9f9fb8c 00:47:51 Removing intermediate container 820120dafe78 00:47:51 ---> 049a17be7160 00:47:51 00:47:51 Step 11/26 : FROM docker:20.10.0 00:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:51 20.10.0: Pulling from library/docker 00:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:47:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:52 (1/1) Installing dumb-init (1.2.2-r1) 00:47:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:47:52 Executing busybox-1.31.1-r19.trigger 00:47:52 OK: 6 MiB in 15 packages 00:47:52 (1/2) Installing ca-certificates (20191127-r4) 00:47:53 (1/4) Installing ca-certificates (20191127-r4) 00:47:53 (2/2) Installing dumb-init (1.2.2-r1) 00:47:53 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:53 Executing busybox-1.31.1-r19.trigger 00:47:53 Executing ca-certificates-20191127-r4.trigger 00:47:53 (3/4) Installing libcurl (7.69.1-r3) 00:47:53 (4/4) Installing curl (7.69.1-r3) 00:47:53 (1/1) Installing dumb-init (1.2.2-r1) 00:47:53 Executing busybox-1.31.1-r19.trigger 00:47:53 Executing ca-certificates-20191127-r4.trigger 00:47:53 Executing busybox-1.31.1-r19.trigger 00:47:53 OK: 6 MiB in 15 packages 00:47:53 OK: 6 MiB in 16 packages 00:47:53 OK: 7 MiB in 18 packages 00:47:58 Removing intermediate container 87b25faa0f4c 00:47:58 ---> 89f6112df1a6 00:47:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:58 Removing intermediate container ed0dc9f9fb8c 00:47:58 ---> 453e212db76f 00:47:58 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:47:58 ---> Running in a695baee024a 00:47:58 ---> Running in 2d65de94c015 00:47:58 Removing intermediate container 7278643e16fa 00:47:58 ---> 03f9f0694b8e 00:47:58 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:47:58 Removing intermediate container 386c89eb38c0 00:47:58 ---> 86947b69dc95 00:47:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:59 ---> Running in b0ef8e144a01 00:47:59 Removing intermediate container a695baee024a 00:47:59 ---> 0653cbd883cf 00:47:59 Step 13/23 : ENV APP_PORT=48081 00:47:59 ---> Running in 623024bc0fdd 00:47:59 Removing intermediate container 2d65de94c015 00:47:59 ---> efb235ba80a1 00:47:59 Step 13/22 : ENV APP_PORT=48085 00:47:59 ---> Running in 1dc1e0cf8086 00:47:59 ---> Running in 58a1ced96d22 00:47:59 Removing intermediate container 623024bc0fdd 00:47:59 ---> 446b8f331fd2 00:47:59 Step 13/21 : WORKDIR /edgex 00:47:59 Removing intermediate container b0ef8e144a01 00:47:59 ---> d38fc803010b 00:47:59 Step 13/22 : ENV APP_PORT=48060 00:48:00 ---> Running in 2cdeba72187c 00:48:00 Removing intermediate container 1dc1e0cf8086 00:48:00 ---> 0c1b5eb9c7c2 00:48:00 Step 14/23 : EXPOSE $APP_PORT 00:48:00 ---> Running in 76d97c3e7462 00:48:00 Removing intermediate container 58a1ced96d22 00:48:00 ---> 1dd03c8dfce2 00:48:00 Step 14/22 : EXPOSE $APP_PORT 00:48:00 ---> Running in ba05d0349e0d 00:48:00 ---> Running in 727a4e3d7303 00:48:00 Removing intermediate container 76d97c3e7462 00:48:00 ---> a44cdc679e87 00:48:00 Step 14/22 : EXPOSE $APP_PORT 00:48:01 Removing intermediate container 2cdeba72187c 00:48:01 ---> 0ae3021f7af5 00:48:01 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:48:01 ---> Running in e9d6725fa01b 00:48:01 Removing intermediate container 727a4e3d7303 00:48:01 ---> 033720797a03 00:48:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:01 Removing intermediate container ba05d0349e0d 00:48:01 ---> 651381e6c678 00:48:01 Step 15/23 : WORKDIR / 00:48:01 ---> Running in 64648db75104 00:48:01 Removing intermediate container e9d6725fa01b 00:48:01 ---> 17e9d2097023 00:48:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:01 ---> 6ddf8e462b3f 00:48:01 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:48:01 ---> 15b65067bdae 00:48:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:02 Removing intermediate container 64648db75104 00:48:02 ---> 88d136a11789 00:48:02 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:48:03 ---> 28f63ab48ff9 00:48:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:03 ---> f3dc20df9640 00:48:03 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:48:04 ---> b4a0b72239b6 00:48:04 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:48:04 ---> b5c240d3547a 00:48:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:05 ---> 4b3c17f02dee 00:48:05 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:48:06 ---> Running in 553ef3c28af3 00:48:06 ---> e5784eec4784 00:48:06 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:06 ---> 08e0ef9a154a 00:48:06 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:48:06 ---> a4bb874528ed 00:48:06 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:48:06 Removing intermediate container 553ef3c28af3 00:48:06 ---> 83779c7368cf 00:48:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:06 ---> Running in 686f57300912 00:48:07 ---> Running in a6a12218538b 00:48:07 ---> 6e4c32c2f94f 00:48:07 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:48:07 Removing intermediate container 686f57300912 00:48:07 ---> d54a76625a40 00:48:07 Step 18/21 : CMD ["--init=true"] 00:48:07 ---> c00ba8e9c264 00:48:07 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:48:08 Removing intermediate container a6a12218538b 00:48:08 ---> aad3799de27a 00:48:08 Step 20/22 : LABEL arch=x86_64 00:48:08 ---> Running in 553d9a7dfc18 00:48:08 ---> Running in 112bcdbafa1e 00:48:08 ---> Running in 2d7e0bba132a 00:48:08 ---> Running in 9425118870aa 00:48:09 Removing intermediate container 2d7e0bba132a 00:48:09 ---> a07b29ed02ec 00:48:09 Step 19/21 : LABEL arch=x86_64 00:48:09 Removing intermediate container 553d9a7dfc18 00:48:09 ---> 069442502c4d 00:48:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:09 Removing intermediate container 112bcdbafa1e 00:48:09 ---> b01f7e0bc488 00:48:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:10 ---> Running in 3cd083f9ba76 00:48:10 ---> Running in 9843af692f32 00:48:10 ---> Running in 015391635fef 00:48:10 Removing intermediate container 9425118870aa 00:48:10 ---> 6815f8e4b8df 00:48:10 Step 21/22 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:48:11 ---> Running in 7c5deb8df0d9 00:48:11 Removing intermediate container 9843af692f32 00:48:11 ---> 4978d5092aa1 00:48:11 Step 20/22 : LABEL arch=x86_64 00:48:11 Removing intermediate container 015391635fef 00:48:11 ---> bd0b820383fc 00:48:11 Step 21/23 : LABEL arch=x86_64 00:48:11 Removing intermediate container 3cd083f9ba76 00:48:11 ---> 8c22d708d5cb 00:48:11 Step 20/21 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:48:11 ---> Running in b48f0726a21b 00:48:11 ---> Running in 01d5e59a4b82 00:48:11 ---> Running in 50e6ab4e0ca5 00:48:11 Removing intermediate container 7c5deb8df0d9 00:48:11 ---> f6d2c0416a90 00:48:11 Step 22/22 : LABEL version=0.0.0 00:48:12 ---> Running in f66f2e206974 00:48:12 Removing intermediate container 01d5e59a4b82 00:48:12 ---> 926eef820e00 00:48:12 Step 21/22 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:48:12 Removing intermediate container b48f0726a21b 00:48:12 ---> 58302f290104 00:48:12 Step 22/23 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:48:12 Removing intermediate container 50e6ab4e0ca5 00:48:12 ---> e305c1e1d653 00:48:12 Step 21/21 : LABEL version=0.0.0 00:48:12 ---> Running in 612afcded441 00:48:12 ---> Running in 084e41f8ab91 00:48:13 ---> Running in a70869e6a8dd 00:48:13 Removing intermediate container f66f2e206974 00:48:13 ---> d7b22d117705 00:48:13 00:48:13 Removing intermediate container 612afcded441 00:48:13 ---> a3518388909c 00:48:13 Step 22/22 : LABEL version=0.0.0 00:48:13 Removing intermediate container 084e41f8ab91 00:48:13 ---> 36a7bd15366e 00:48:13 Step 23/23 : LABEL version=0.0.0 00:48:13 ---> Running in 500f08ddbd05 00:48:13 Removing intermediate container a70869e6a8dd 00:48:13 ---> 66dd1aa8b98b 00:48:13 00:48:14 ---> Running in b697c091b773 00:48:14 Successfully built d7b22d117705 00:48:14 Successfully tagged docker-support-scheduler-go:latest 00:48:14 Building docker-core-command-go 00:48:14  Building docker-support-scheduler-go ... done Removing intermediate container 500f08ddbd05 00:48:14 ---> 813f46f1ba66 00:48:14 00:48:14 Successfully built 66dd1aa8b98b 00:48:14 Successfully tagged docker-security-proxy-setup-go:latest 00:48:14 Building docker-core-data-go 00:48:14  Building docker-security-proxy-setup-go ... done Successfully built 813f46f1ba66 00:48:14 Removing intermediate container b697c091b773 00:48:14 ---> 7ad0bf9fdcbb 00:48:14 00:48:14 Successfully tagged docker-support-notifications-go:latest 00:48:14  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 00:48:15 Successfully built 7ad0bf9fdcbb 00:48:15 Successfully tagged docker-core-metadata-go:latest 00:48:15  Building docker-core-metadata-go ... done Building docker-security-bootstrapper-go 00:48:16 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:48:16 Status: Downloaded newer image for docker:20.10.0 00:48:16 ---> aefe523efa57 00:48:16 Step 12/26 : RUN apk add --no-cache bash 00:48:16 ---> Running in 59574433f9cf 00:48:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:19 (1/2) Installing readline (8.0.4-r0) 00:48:19 (2/2) Installing bash (5.0.17-r0) 00:48:19 Executing bash-5.0.17-r0.post-install 00:48:19 Executing busybox-1.31.1-r19.trigger 00:48:19 OK: 12 MiB in 22 packages 00:48:25 Removing intermediate container 59574433f9cf 00:48:25 ---> 8b4b299c5f43 00:48:25 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:25 ---> Running in c43aaf85727a 00:48:25 Removing intermediate container c43aaf85727a 00:48:25 ---> dc3551df70ec 00:48:25 Step 14/26 : ENV APP_PORT=48090 00:48:27 ---> Running in aa2fdfc1f795 00:48:29 Removing intermediate container aa2fdfc1f795 00:48:29 ---> cbaccb1f43d4 00:48:29 Step 15/26 : EXPOSE $APP_PORT 00:48:29 ---> Running in e0b190852d66 00:48:30 Removing intermediate container e0b190852d66 00:48:30 ---> f30bf7b75a34 00:48:30 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:33 ---> 54d7844abf7d 00:48:33 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:36 ---> 7ccb260ea326 00:48:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:38 ---> 71679ad6e1a4 00:48:38 Step 19/26 : RUN apk --no-cache add py3-pip 00:48:38 ---> Running in 77b9e19051fc 00:48:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:40 ---> 3c90679127d0 00:48:40 Step 3/23 : WORKDIR /edgex-go 00:48:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:40 ---> 3c90679127d0 00:48:40 Step 3/22 : WORKDIR /edgex-go 00:48:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:48:40 ---> 3c90679127d0 00:48:40 Step 3/22 : WORKDIR /edgex-go 00:48:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:48:40 ---> 3c90679127d0 00:48:40 Step 3/23 : WORKDIR /edgex-go 00:48:40 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:48:40 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:48:40 ---> 3c90679127d0 00:48:40 Step 3/24 : WORKDIR /edgex-go 00:48:40 ---> Running in 07054f25aa69 00:48:40 ---> Running in c062290b0ac5 00:48:40 ---> Running in 2f5ae33d5034 00:48:40 ---> Running in 3b27e857adec 00:48:40 ---> Running in 95a51d6340ef 00:48:40 Removing intermediate container 3b27e857adec 00:48:40 ---> 2fa3a30c1f7d 00:48:40 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:40 Removing intermediate container 2f5ae33d5034 00:48:40 ---> c3c64f1ceb27 00:48:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:40 Removing intermediate container 07054f25aa69 00:48:40 ---> 812cf0b964ef 00:48:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:40 Removing intermediate container c062290b0ac5 00:48:40 ---> 8308c5a53001 00:48:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:40 Removing intermediate container 95a51d6340ef 00:48:40 ---> 959b9bf212f5 00:48:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:48:40 ---> Running in 14141034b520 00:48:40 ---> Running in 528c22b48c6e 00:48:40 ---> Running in 82d9f1179b31 00:48:40 ---> Running in 436d6d352346 00:48:40 ---> Running in bfeffb1275f2 00:48:40 Removing intermediate container 14141034b520 00:48:40 ---> c3c99c769c89 00:48:40 Step 5/24 : RUN apk add --update --no-cache make git 00:48:40 ---> Running in d457548cc424 00:48:40 Removing intermediate container 82d9f1179b31 00:48:40 ---> 3e2400250fc5 00:48:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:48:40 ---> Running in 6f9e4b987412 00:48:40 Removing intermediate container bfeffb1275f2 00:48:40 ---> 6358556b9251 00:48:40 Step 5/23 : RUN apk add --update --no-cache make git 00:48:40 Removing intermediate container 528c22b48c6e 00:48:40 ---> 4e7b81d12380 00:48:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 00:48:40 Removing intermediate container 436d6d352346 00:48:40 ---> 9939da2a3e42 00:48:40 Step 5/22 : RUN apk add --update --no-cache make git 00:48:40 ---> Running in 1bd498d8f455 00:48:40 ---> Running in ac6a1269a9ef 00:48:40 ---> Running in 9e5244309964 00:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:40 OK: 217 MiB in 51 packages 00:48:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:41 OK: 217 MiB in 51 packages 00:48:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:48:41 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:48:41 OK: 217 MiB in 51 packages 00:48:41 OK: 217 MiB in 51 packages 00:48:41 OK: 217 MiB in 51 packages 00:48:42 (1/33) Installing libbz2 (1.0.8-r1) 00:48:42 (2/33) Installing expat (2.2.9-r1) 00:48:42 (3/33) Installing libffi (3.3-r2) 00:48:42 (4/33) Installing gdbm (1.13-r1) 00:48:42 (5/33) Installing xz-libs (5.2.5-r0) 00:48:42 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:42 (7/33) Installing python3 (3.8.5-r0) 00:48:42 Removing intermediate container d457548cc424 00:48:42 ---> 8670fabc2be5 00:48:42 Step 6/24 : COPY go.mod . 00:48:43 Removing intermediate container 6f9e4b987412 00:48:43 ---> 36a90df2f0e1 00:48:43 Step 6/23 : COPY go.mod . 00:48:43 ---> 67c6933910b9 00:48:43 Step 7/24 : RUN go mod download 00:48:43 Removing intermediate container 1bd498d8f455 00:48:43 ---> 87c421a2deae 00:48:43 Step 6/23 : COPY go.mod . 00:48:43 ---> Running in 226556aeee60 00:48:43 Removing intermediate container ac6a1269a9ef 00:48:43 ---> 8bf16ef4f306 00:48:43 Step 6/22 : COPY go.mod . 00:48:44 Removing intermediate container 9e5244309964 00:48:44 ---> 3c8ec01b3bd7 00:48:44 Step 6/22 : COPY go.mod . 00:48:44 ---> 663909604a33 00:48:44 Step 7/23 : RUN go mod download 00:48:44 ---> Running in 5514903da0e5 00:48:44 ---> 5486dfeec43c 00:48:44 Step 7/23 : RUN go mod download 00:48:44 ---> Running in c22f199e8c7f 00:48:45 ---> dc798684c50b 00:48:45 Step 7/22 : RUN go mod download 00:48:45 ---> a95c72390c8e 00:48:45 Step 7/22 : RUN go mod download 00:48:45 ---> Running in b06f8c0daa32 00:48:45 ---> Running in e4ee5cfc1f06 00:48:47 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:47 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:47 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:47 (11/33) Installing py3-six (1.15.0-r0) 00:48:47 (12/33) Installing py3-packaging (20.4-r0) 00:48:47 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:47 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:47 (15/33) Installing py3-idna (2.9-r0) 00:48:47 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:48 Removing intermediate container 226556aeee60 00:48:48 ---> ce10bb870972 00:48:48 Step 8/24 : COPY . . 00:48:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:48 (18/33) Installing py3-requests (2.23.0-r0) 00:48:48 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:48 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:48 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:48 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:49 (24/33) Installing py3-distro (1.5.0-r1) 00:48:49 Removing intermediate container 5514903da0e5 00:48:49 ---> 9576d7738b9e 00:48:49 Step 8/23 : COPY . . 00:48:49 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:49 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:50 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:50 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:50 (29/33) Installing py3-progress (1.5-r0) 00:48:50 (30/33) Installing py3-toml (0.10.1-r0) 00:48:50 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:50 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:50 (33/33) Installing py3-pip (20.1.1-r0) 00:48:50 Removing intermediate container c22f199e8c7f 00:48:50 ---> 1b9718c6b16a 00:48:50 Step 8/23 : COPY . . 00:48:50 Removing intermediate container e4ee5cfc1f06 00:48:50 ---> f7e82475df26 00:48:50 Step 8/22 : COPY . . 00:48:51 Executing busybox-1.31.1-r19.trigger 00:48:51 OK: 71 MiB in 55 packages 00:48:51 Removing intermediate container b06f8c0daa32 00:48:51 ---> c9a008e563d0 00:48:51 Step 8/22 : COPY . . 00:49:18 ---> 5389912105bd 00:49:18 Step 9/23 : RUN make cmd/core-data/core-data 00:49:18 ---> 0ee44032785c 00:49:18 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:49:18 ---> 57829365a0d9 00:49:18 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 00:49:18 ---> b6f923e25fdd 00:49:18 Step 9/23 : RUN make cmd/core-metadata/core-metadata 00:49:18 ---> Running in 04882a1832c9 00:49:18 ---> Running in 1a0b8daf63e8 00:49:18 ---> 8f053c3efab9 00:49:18 Step 9/22 : RUN make cmd/support-notifications/support-notifications 00:49:18 ---> Running in 44490603194a 00:49:18 ---> Running in 456f3c22a93c 00:49:18 ---> Running in e1b73bf05cab 00:49: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:49:20 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:49:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:49:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:49:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:31 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:31 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:49:31 ---> 2baa9ae283f5 00:49:31 Step 3/30 : WORKDIR /edgex-go 00:49:31 ---> Using cache 00:49:31 ---> ef30dae245ef 00:49:31 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:31 ---> Using cache 00:49:31 ---> 1042e7a04e32 00:49:31 Step 5/30 : RUN apk add --update --no-cache make git 00:49:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:31 ---> 2baa9ae283f5 00:49:31 Step 3/23 : WORKDIR /edgex-go 00:49:31 ---> Using cache 00:49:31 ---> ef30dae245ef 00:49:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:31 ---> Using cache 00:49:31 ---> 1042e7a04e32 00:49:31 Step 5/23 : RUN apk add --update --no-cache make git 00:49:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:31 ---> 2baa9ae283f5 00:49:31 Step 3/24 : WORKDIR /edgex-go 00:49:31 ---> Using cache 00:49:31 ---> ef30dae245ef 00:49:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:31 ---> Using cache 00:49:31 ---> 1042e7a04e32 00:49:31 Step 5/24 : RUN apk add --update --no-cache make git 00:49:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:49:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:31 ---> 2baa9ae283f5 00:49:31 Step 3/23 : WORKDIR /edgex-go 00:49:31 ---> Using cache 00:49:31 ---> ef30dae245ef 00:49:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:31 ---> Using cache 00:49:31 ---> 1042e7a04e32 00:49:31 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 00:49:31 ---> Running in 1847735227a0 00:49:31 ---> Running in 55b7db68e78c 00:49:31 ---> Running in ca821196e14c 00:49:31 ---> Running in dfb23bb4e2a5 00:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:49:34 OK: 233 MiB in 51 packages 00:49:35 OK: 233 MiB in 51 packages 00:49:35 OK: 233 MiB in 51 packages 00:49:35 OK: 233 MiB in 51 packages 00:49:37 Removing intermediate container 55b7db68e78c 00:49:37 ---> f4c3c63afbe6 00:49:37 Step 6/23 : COPY go.mod . 00:49:37 Removing intermediate container dfb23bb4e2a5 00:49:37 ---> 6c45a7960c36 00:49:37 Step 6/23 : COPY go.mod . 00:49:37 Removing intermediate container ca821196e14c 00:49:37 ---> 12361c7a8f6e 00:49:37 Step 6/30 : COPY go.mod . 00:49:37 Removing intermediate container 1847735227a0 00:49:37 ---> c138e8e0fa4c 00:49:37 Step 6/24 : COPY go.mod . 00:49:37 ---> 3b7f188ef833 00:49:37 Step 7/23 : RUN go mod download 00:49:38 ---> a63085d4b8d7 00:49:38 Step 7/30 : RUN go mod download 00:49:38 ---> Running in f7cbc1c103b4 00:49:38 ---> c4fa30b9c054 00:49:38 Step 7/23 : RUN go mod download 00:49:38 ---> Running in 75e71972d1db 00:49:38 ---> 33386987ff57 00:49:38 Step 7/24 : RUN go mod download 00:49:38 ---> Running in f2f558945ac6 00:49:38 ---> Running in 7e1051545225 00:49:43 Removing intermediate container 77b9e19051fc 00:49:43 ---> 1ed17ab6e0e3 00:49:43 Step 20/26 : RUN pip install docker-compose==1.23.2 00:49:43 ---> Running in 8a1e75253ea1 00:49:43 Removing intermediate container 75e71972d1db 00:49:43 ---> 2f57b58c400a 00:49:43 Step 8/30 : COPY . . 00:49:44 Removing intermediate container 7e1051545225 00:49:44 ---> d7c9cde6d471 00:49:44 Step 8/24 : COPY . . 00:49:44 Removing intermediate container f2f558945ac6 00:49:44 ---> ad0c6dd2d20b 00:49:44 Step 8/23 : COPY . . 00:49:44 Removing intermediate container f7cbc1c103b4 00:49:44 ---> 4a1f55fd125d 00:49:44 Step 8/23 : COPY . . 00:50:17 Collecting docker-compose==1.23.2 00:50:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:50:17 Collecting dockerpty<0.5,>=0.4.1 00:50:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:50:29 Collecting docopt<0.7,>=0.6.1 00:50:29 Downloading docopt-0.6.2.tar.gz (25 kB) 00:50:40 Collecting jsonschema<3,>=2.5.1 00:50:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:50:40 Collecting cached-property<2,>=1.2.0 00:50:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:50:40 Collecting texttable<0.10,>=0.9.0 00:50:40 Downloading texttable-0.9.1.tar.gz (11 kB) 00:50:44 Collecting websocket-client<1.0,>=0.32.0 00:50:44 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:50:45 Collecting docker<4.0,>=3.6.0 00:50:45 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:50:45 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:50:46 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:50:46 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:50:47 Collecting PyYAML<4,>=3.10 00:50:47 Downloading PyYAML-3.13.tar.gz (270 kB) 00:50:52 Collecting docker-pycreds>=0.4.0 00:50:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:50:52 Collecting urllib3<1.25,>=1.21.1 00:50:52 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:50:52 Collecting idna<2.8,>=2.5 00:50:52 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:50:52 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 00:50:52 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 00:50:52 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:50:52 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:50:52 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:50:52 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:50:53 Installing collected packages: dockerpty, docopt, jsonschema, cached-property, texttable, websocket-client, docker-pycreds, urllib3, idna, requests, docker, PyYAML, docker-compose 00:50:53 Running setup.py install for dockerpty: started 00:50:55 Running setup.py install for dockerpty: finished with status 'done' 00:50:55 Running setup.py install for docopt: started 00:50:56 Running setup.py install for docopt: finished with status 'done' 00:50:56 ---> f7316939dceb 00:50:56 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:50:56 ---> 7365fcc0f2c2 00:50:56 Step 9/23 : RUN make cmd/core-command/core-command 00:50:56 ---> 8a1a1ac10725 00:50:56 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:50:56 ---> Running in 95c66193ec82 00:50: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:50:58 ---> Running in 99f3b41ff51b 00:50:58 Running setup.py install for texttable: started 00:50:58 ---> Running in 440d97e36f95 00:50:58 ---> 59a676584b06 00:50:58 Step 9/23 : RUN make cmd/core-data/core-data 00:50:58 ---> Running in 0b3396f6d832 00:50:59 Running setup.py install for texttable: finished with status 'done' 00:51:00 Attempting uninstall: urllib3 00:51:00 Found existing installation: urllib3 1.25.9 00:51:00 Uninstalling urllib3-1.25.9: 00:51:01 Successfully uninstalled urllib3-1.25.9 00:51:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:51:01 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:51:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:51:01 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:51:01 Attempting uninstall: idna 00:51:01 Found existing installation: idna 2.9 00:51:01 Uninstalling idna-2.9: 00:51:01 Successfully uninstalled idna-2.9 00:51:02 Attempting uninstall: requests 00:51:02 Found existing installation: requests 2.23.0 00:51:02 Uninstalling requests-2.23.0: 00:51:02 Successfully uninstalled requests-2.23.0 00:51:03 Running setup.py install for PyYAML: started 00:51:05 Running setup.py install for PyYAML: finished with status 'done' 00:51:06 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:51:12 Removing intermediate container 04882a1832c9 00:51:12 ---> 719e31b299a7 00:51:12 00:51:12 Step 10/24 : FROM alpine:3.12 00:51:12 3.12: Pulling from library/alpine 00:51:13 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 00:51:13 Status: Downloaded newer image for alpine:3.12 00:51:13 ---> afeebe901d6b 00:51:13 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:51:13 ---> Running in d26733f19a3f 00:51:14 Removing intermediate container 8a1e75253ea1 00:51:14 ---> 3891342959d1 00:51:14 Step 21/26 : RUN apk --no-cache add curl 00:51:14 ---> Running in ff71a58bf201 00:51:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:16 (1/5) Installing ca-certificates (20191127-r4) 00:51:16 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:51:16 (3/5) Installing libcurl (7.69.1-r3) 00:51:16 (4/5) Installing curl (7.69.1-r3) 00:51:16 (5/5) Installing dumb-init (1.2.2-r1) 00:51:16 Executing busybox-1.31.1-r19.trigger 00:51:16 Executing ca-certificates-20191127-r4.trigger 00:51:17 OK: 7 MiB in 19 packages 00:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:51:18 (2/3) Installing libcurl (7.69.1-r3) 00:51:18 (3/3) Installing curl (7.69.1-r3) 00:51:18 Executing busybox-1.31.1-r19.trigger 00:51:18 OK: 72 MiB in 58 packages 00:51:20 Removing intermediate container d26733f19a3f 00:51:20 ---> 903675bbde4d 00:51:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:51:20 ---> Running in f2e839711ab1 00:51:21 Removing intermediate container f2e839711ab1 00:51:21 ---> a4084d5874ff 00:51:21 Step 13/24 : WORKDIR / 00:51:21 ---> Running in c31b27dea437 00:51:21 Removing intermediate container ff71a58bf201 00:51:21 ---> b50a8de0f44a 00:51:21 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:51:21 ---> Running in 8a3e77df976a 00:51:22 Removing intermediate container c31b27dea437 00:51:22 ---> a6130887aee6 00:51:22 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:51:22 Removing intermediate container 8a3e77df976a 00:51:22 ---> 006b9e1840a2 00:51:22 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:23 ---> Running in 1750f0147717 00:51:23 ---> ec7b8d3648d4 00:51:23 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:51:24 Removing intermediate container 1750f0147717 00:51:24 ---> 89b1a4946a85 00:51:24 Step 24/26 : LABEL arch=x86_64 00:51:24 ---> Running in a76c9c95e3f5 00:51:25 ---> 39ab65e480c9 00:51:25 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:51:25 Removing intermediate container a76c9c95e3f5 00:51:25 ---> 7ee4dbcf98c5 00:51:25 Step 25/26 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:51:25 ---> Running in 6b6de71fc3b4 00:51:26 ---> 608037055add 00:51:26 Removing intermediate container 6b6de71fc3b4 00:51:26 ---> 7206d297d5bb 00:51:26 Step 26/26 : LABEL version=0.0.0 00:51:26 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:51:26 ---> Running in 8c480c8e955e 00:51:26 Removing intermediate container 8c480c8e955e 00:51:26 ---> d6f4695ff6de 00:51:26 00:51:28 ---> 9ee08848004e 00:51:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:51:28 Successfully built d6f4695ff6de 00:51:29 Successfully tagged docker-sys-mgmt-agent-go:latest 00:51:31 ---> a888d16afced 00:51:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:51:33 ---> 385e07eb0646 00:51:33 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:51:34 ---> Running in 96f8682df462 00:51:36 Removing intermediate container 44490603194a 00:51:36 ---> de5c78ad17ca 00:51:36 00:51:36 Step 10/22 : FROM alpine:3.12 00:51:36 ---> afeebe901d6b 00:51:36 Step 11/22 : RUN apk add --update --no-cache dumb-init 00:51:37 ---> Running in 973903dea6bc 00:51:39 Removing intermediate container 96f8682df462 00:51:39 ---> b7954f491d25 00:51:39 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:51:39 ---> Running in 1fd9a06be4e8 00:51:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:39 Removing intermediate container e1b73bf05cab 00:51:39 ---> ce160c4a59e4 00:51:39 00:51:39 Step 10/22 : FROM alpine:3.12 00:51:39 ---> afeebe901d6b 00:51:39 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 00:51:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:40 ---> Running in ab5e0ac51565 00:51:40 Removing intermediate container 1fd9a06be4e8 00:51:40 ---> 39682a8c2381 00:51:40 Step 22/24 : LABEL arch=arm64 00:51:40 ---> Running in 194f70f232d2 00:51:40 (1/1) Installing dumb-init (1.2.2-r1) 00:51:40 Executing busybox-1.31.1-r19.trigger 00:51:41 OK: 5 MiB in 15 packages 00:51:41 Removing intermediate container 194f70f232d2 00:51:41 ---> 629c1e8926e3 00:51:41 Step 23/24 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:51:42 ---> Running in 2271fe2d1fc3 00:51:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:42  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 00:51:42 Removing intermediate container 2271fe2d1fc3 00:51:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:42 ---> 181586df5918 00:51:42 Step 24/24 : LABEL version=0.0.0 00:51:42 ---> Running in 2d742cd2ed37 00:51:43 Removing intermediate container 973903dea6bc 00:51:43 ---> 51a3900c8fc1 00:51:43 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:43 (1/2) Installing ca-certificates (20191127-r4) 00:51:43 (2/2) Installing dumb-init (1.2.2-r1) 00:51:43 Executing busybox-1.31.1-r19.trigger 00:51:43 Executing ca-certificates-20191127-r4.trigger 00:51:43 ---> Running in 9c01f15b2107 00:51:43 OK: 6 MiB in 16 packages 00:51:43 Removing intermediate container 2d742cd2ed37 00:51:43 ---> 17395c3efb72 00:51:43 00:51:44 Successfully built 17395c3efb72 00:51:44 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:51:44  Building docker-security-secretstore-setup-go ... done Removing intermediate container 9c01f15b2107 00:51:44 ---> 7cfd15fd7e4d 00:51:44 Step 13/22 : ENV APP_PORT=48085 00:51:44 Building docker-security-bootstrapper-go 00:51:44 ---> Running in e880d7e3621d 00:51:46 Removing intermediate container e880d7e3621d 00:51:46 ---> 981c55888537 00:51:46 Step 14/22 : EXPOSE $APP_PORT 00:51:48 ---> Running in 7d05fb2ea1ef 00:51:48 Removing intermediate container ab5e0ac51565 00:51:48 ---> 006900b50e4b 00:51:48 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 00:51:49 ---> Running in 42cd2356a78c 00:51:49 Removing intermediate container 7d05fb2ea1ef 00:51:49 ---> 5f4e1e4eed10 00:51:49 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:50 Removing intermediate container 456f3c22a93c 00:51:50 ---> fcda5b88d582 00:51:50 00:51:50 Step 10/23 : FROM alpine:3.12 00:51:50 ---> afeebe901d6b 00:51:50 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:50 ---> Using cache 00:51:50 ---> 51a3900c8fc1 00:51:50 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:50 ---> Using cache 00:51:50 ---> 7cfd15fd7e4d 00:51:50 Step 13/23 : ENV APP_PORT=48081 00:51:51 ---> Running in c8090a4bd201 00:51:51 Removing intermediate container 42cd2356a78c 00:51:51 ---> 4f394582a93a 00:51:51 Step 13/22 : ENV APP_PORT=48060 00:51:51 Removing intermediate container 95c66193ec82 00:51:51 ---> 59ebd0d1996c 00:51:51 00:51:51 Step 10/30 : FROM alpine:3.12 00:51:51 ---> 389fef711851 00:51:51 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:51:51 ---> e0dfe19d417e 00:51:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:51:52 ---> Running in 7135642f9355 00:51:52 Removing intermediate container c8090a4bd201 00:51:52 ---> 99e61de61b9d 00:51:52 Step 14/23 : EXPOSE $APP_PORT 00:51:52 ---> Running in 38c497b1adb9 00:51:52 Removing intermediate container 7135642f9355 00:51:52 ---> 1e756a175ddd 00:51:52 Step 14/22 : EXPOSE $APP_PORT 00:51:53 ---> Running in f8253b605c54 00:51:53 ---> Running in 4c331a48e783 00:51:53 ---> df6c115d792d 00:51:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:51:54 Removing intermediate container 38c497b1adb9 00:51:54 ---> 97190f903ce0 00:51:54 Step 15/23 : WORKDIR / 00:51:54 ---> Running in 32206559bf3c 00:51:54 Removing intermediate container 440d97e36f95 00:51:54 ---> b1f15b9b6b80 00:51:54 00:51:54 Step 10/24 : FROM alpine:3.12 00:51:55 Removing intermediate container 4c331a48e783 00:51:55 ---> 8b60ee2ffeda 00:51:55 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:55 ---> 389fef711851 00:51:55 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 00:51:55 Removing intermediate container f8253b605c54 00:51:55 ---> 61d26d724cc3 00:51:55 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:51:55 ---> Running in ba77f9abc0b4 00:51:55 ---> 1c1158a7c09c 00:51:55 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 00:51:55 ---> Running in 5d85d7a8918c 00:51:55 Removing intermediate container 99f3b41ff51b 00:51:55 ---> 8097c043e5a2 00:51:55 00:51:55 Step 10/23 : FROM alpine:3.12 00:51:55 ---> 389fef711851 00:51:55 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:51:55 ---> Using cache 00:51:55 ---> 453e212db76f 00:51:55 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:51:55 ---> Using cache 00:51:55 ---> 0653cbd883cf 00:51:55 Step 13/23 : ENV APP_PORT=48082 00:51:56 ---> Running in f3832e3231e6 00:51:56 ---> Running in 7a1fc310d0e5 00:51:56 Removing intermediate container 32206559bf3c 00:51:56 ---> a14f7d17f5fe 00:51:56 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:51:56 Removing intermediate container f3832e3231e6 00:51:56 ---> b76c4e9ecb8e 00:51:56 Step 14/23 : EXPOSE $APP_PORT 00:51:56 ---> 2e3bafd5e237 00:51:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:51:56 ---> Running in 6be0d07f38fa 00:51:57 Removing intermediate container 1a0b8daf63e8 00:51:57 ---> 2c03dab4db8c 00:51:57 00:51:57 Step 10/23 : FROM alpine:3.12 00:51:57 ---> afeebe901d6b 00:51:57 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:57 Removing intermediate container 7a1fc310d0e5 00:51:57 ---> 50da2e49d962 00:51:57 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:57 ---> Running in 1197d847a2c5 00:51:57 ---> Running in f2decff7e45d 00:51:57 ---> 41e97d1e2cff 00:51:57 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:58 Removing intermediate container 1197d847a2c5 00:51:58 ---> 0fc5956c8b73 00:51:58 Step 12/23 : ENV APP_PORT=48080 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:51:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:51:58 (1/5) Installing ca-certificates (20191127-r4) 00:51:58 (2/5) Installing nghttp2-libs (1.41.0-r0) 00:51:58 (3/5) Installing libcurl (7.69.1-r3) 00:51:58 Removing intermediate container f2decff7e45d 00:51:58 ---> 4d82808bf33a 00:51:58 Step 20/22 : LABEL arch=arm64 00:51:59 (4/5) Installing curl (7.69.1-r3) 00:51:59 (5/5) Installing dumb-init (1.2.2-r1) 00:51:59 Executing busybox-1.31.1-r19.trigger 00:51:59 Removing intermediate container 6be0d07f38fa 00:51:59 ---> f19357e0898f 00:51:59 Step 15/23 : WORKDIR / 00:51:59 ---> 4f6ff9210260 00:51:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:51:59 ---> Running in 0e7173888a0c 00:51:59 (1/2) Installing dumb-init (1.2.2-r1) 00:51:59 (2/2) Installing su-exec (0.2-r1) 00:51:59 Executing busybox-1.31.1-r19.trigger 00:51:59 OK: 6 MiB in 16 packages 00:51:59 Executing ca-certificates-20191127-r4.trigger 00:51:59 OK: 7 MiB in 19 packages 00:51:59 ---> Running in 8cdf00121781 00:52:00 Removing intermediate container 0e7173888a0c 00:52:00 ---> 5ff0f10db62d 00:52:00 Step 13/23 : EXPOSE $APP_PORT 00:52:00 ---> Running in 0d263d8e1fb4 00:52:00 ---> ae76f45f8379 00:52:00 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:00 ---> Running in 489d977cbf77 00:52:00 Removing intermediate container 8cdf00121781 00:52:00 ---> 3640b5278899 00:52:00 Step 21/22 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:52:00 ---> 26a30eb2e6ad 00:52:00 Step 18/22 : ENTRYPOINT ["/support-notifications"] 00:52:01 ---> Running in 587a4cd21b60 00:52:01 Removing intermediate container 0b3396f6d832 00:52:01 ---> 20a15cca32cb 00:52:01 00:52:01 Step 10/23 : FROM alpine:3.12 00:52:01 ---> 389fef711851 00:52:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:01 Removing intermediate container 0d263d8e1fb4 00:52:01 ---> 8f8f56bdbe47 00:52:01 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:01 ---> Running in 68233e9dffb2 00:52:01 ---> Running in 35883be3737c 00:52:02 Removing intermediate container 5d85d7a8918c 00:52:02 ---> c4fc945793d1 00:52:02 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:52:02 ---> Running in b46725ed94ee 00:52:02 Removing intermediate container 68233e9dffb2 00:52:02 ---> 874098566a24 00:52:02 Step 12/23 : ENV APP_PORT=48080 00:52:02 Removing intermediate container ba77f9abc0b4 00:52:02 ---> 5d320ee8ad4e 00:52:02 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:02 Removing intermediate container 489d977cbf77 00:52:02 ---> 3cfe928005c9 00:52:02 ---> e8d4dccf94e6 00:52:02 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:02 Step 19/23 : ENTRYPOINT ["/core-metadata"] 00:52:02 ---> 2eb26f7c4147 00:52:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:52:02 ---> Running in 69647ea465f6 00:52:02 ---> Running in bf6051249e8e 00:52:02 Removing intermediate container 587a4cd21b60 00:52:02 ---> c8fc57c36dbe 00:52:02 Step 22/22 : LABEL version=0.0.0 00:52:02 Removing intermediate container b46725ed94ee 00:52:02 ---> 3f58ba24c3ff 00:52:02 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:52:02 Removing intermediate container 69647ea465f6 00:52:02 ---> 3381db22e63e 00:52:02 Step 13/23 : EXPOSE $APP_PORT 00:52:02 ---> Running in d8d25fa1506d 00:52:02 Removing intermediate container bf6051249e8e 00:52:02 ---> a293d8a1bcc6 00:52:02 Step 13/24 : WORKDIR / 00:52:02 ---> Running in b1011a47b034 00:52:02 ---> Running in 94bc5c881e37 00:52:02 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:02 Step 2/30 : FROM ${BUILDER_BASE} AS builder 00:52:02 ---> 3c90679127d0 00:52:02 Step 3/30 : WORKDIR /edgex-go 00:52:02 ---> Using cache 00:52:02 ---> 959b9bf212f5 00:52:02 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:02 ---> Using cache 00:52:02 ---> 6358556b9251 00:52:02 Step 5/30 : RUN apk add --update --no-cache make git 00:52:02 ---> Using cache 00:52:02 ---> 87c421a2deae 00:52:02 Step 6/30 : COPY go.mod . 00:52:02 ---> Using cache 00:52:02 ---> 5486dfeec43c 00:52:02 Step 7/30 : RUN go mod download 00:52:02 ---> Using cache 00:52:02 ---> 1b9718c6b16a 00:52:02 Step 8/30 : COPY . . 00:52:02 Removing intermediate container 35883be3737c 00:52:02 ---> 08bdf12edfcd 00:52:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:02 ---> Using cache 00:52:02 ---> b6f923e25fdd 00:52:02 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 00:52:03 ---> Running in ce7c5bdd529e 00:52:03 ---> Running in b7a0cf85d157 00:52:03 ---> Running in c1cc0bf34394 00:52:03 ---> Running in 4e4a2bce2ee1 00:52:03 ---> Running in d8d0c2de4057 00:52:03 Removing intermediate container d8d25fa1506d 00:52:03 ---> 6b3bc19b6885 00:52:03 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:52:03 Removing intermediate container ce7c5bdd529e 00:52:03 ---> 824ea858dbf7 00:52:03 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:03 Removing intermediate container 94bc5c881e37 00:52:03 ---> cb3c28335ec5 00:52:03 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:03 ---> Running in 612b11e484e4 00:52:03 ---> 4249adbe8468 00:52:03 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:52:03 ---> Running in 18eede1b39fa 00:52:04 Removing intermediate container c1cc0bf34394 00:52:04 ---> b930f98abfbf 00:52:04 00:52:04 Removing intermediate container 4e4a2bce2ee1 00:52:04 ---> 7fed9f015188 00:52:04 Step 20/22 : LABEL arch=arm64 00:52:04 ---> Running in af84ce0c5513 00:52:04 ---> Running in 1f1753a26d61 00:52:04 Removing intermediate container b7a0cf85d157 00:52:04 ---> b0ef556a0d4f 00:52:04 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:52:04 Removing intermediate container 612b11e484e4 00:52:04 ---> 9fbb990f6a8e 00:52:04 Step 21/23 : LABEL arch=arm64 00:52:04 ---> afcae3c57efb 00:52:04 Step 19/23 : ENTRYPOINT ["/core-command"] 00:52:04 ---> Running in 2c6ad43efaeb 00:52:04 Successfully built b930f98abfbf 00:52:04 Successfully tagged docker-support-scheduler-go-arm64:latest 00:52:04 Building docker-sys-mgmt-agent-go 00:52:04 ---> Running in b7519cced2f5 00:52:04  Building docker-support-scheduler-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper 00:52:05 ---> bbb3a7a3ff7b 00:52:05 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:52:05 Removing intermediate container 1f1753a26d61 00:52:05 ---> 17209d55b0fb 00:52:05 Step 21/22 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:52:05 ---> Running in 624cb71e1187 00:52:05 Removing intermediate container 2c6ad43efaeb 00:52:05 ---> 9d999d75006d 00:52:05 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:05 Removing intermediate container b7519cced2f5 00:52:05 ---> a64927a06b15 00:52:05 Step 22/23 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:52:05 ---> Running in 658393cfce1a 00:52:05 ---> e2ed459e3973 00:52:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:52:06 ---> Running in 329c96c3c3c4 00:52:06 Removing intermediate container 624cb71e1187 00:52:06 ---> fa58b49e5cbf 00:52:06 Step 22/22 : LABEL version=0.0.0 00:52:06 Removing intermediate container b1011a47b034 00:52:06 ---> Running in 5c905836c623 00:52:06 ---> def7a597658b 00:52:06 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:06 Removing intermediate container 658393cfce1a 00:52:06 ---> c72fc8dd65b6 00:52:06 Step 21/23 : LABEL arch=x86_64 00:52:06 ---> Running in cc87155ff017 00:52:06 ---> Running in 1d48e647ae7f 00:52:06 ---> 5d20a52c4dc4 00:52:06 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:52:06 Removing intermediate container 18eede1b39fa 00:52:06 ---> 351b94f4f30b 00:52:06 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:52:07 Removing intermediate container cc87155ff017 00:52:07 ---> dd173291ec23 00:52:07 Step 22/23 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:52:07 Removing intermediate container af84ce0c5513 00:52:07 ---> 9d7cebbb5d21 00:52:07 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 00:52:07 Removing intermediate container 329c96c3c3c4 00:52:07 ---> 639496827a6d 00:52:07 Step 23/23 : LABEL version=0.0.0 00:52:07 ---> Running in c942417e8ecb 00:52:07 ---> Running in 6bc0476cbb7a 00:52:07 ---> Running in 1832f945bc1b 00:52:07 ---> 63838fa1cfda 00:52:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:52:07 Removing intermediate container 5c905836c623 00:52:07 ---> 2732ab644688 00:52:07 00:52:08 ---> Running in 5085bf2b9e85 00:52:08 Successfully built 2732ab644688 00:52:08 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:08  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 00:52:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:08 Removing intermediate container 6bc0476cbb7a 00:52:08 ---> 4b6b909783de 00:52:08 Step 23/23 : LABEL version=0.0.0 00:52:08 Removing intermediate container c942417e8ecb 00:52:08 ---> 3181a5859cc6 00:52:08 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:52:08 ---> Running in 5848800e2a5a 00:52:08 ---> 0b05b1e78679 00:52:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:52:09 Removing intermediate container 5848800e2a5a 00:52:09 ---> ea6d97274d18 00:52:09 00:52:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:52:09 Removing intermediate container 5085bf2b9e85 00:52:09 ---> 495b55deb7cc 00:52:09 00:52:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:09 ---> 6d2598c38531 00:52:09 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:52:09 ---> 03b266c96033 00:52:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 00:52:09 Successfully built 495b55deb7cc 00:52:09 Successfully tagged docker-core-metadata-go-arm64:latest 00:52:09  Building docker-core-metadata-go ... done Building docker-core-command-go 00:52:10 ---> Running in dbe1502ac10e 00:52:10 ---> Running in db9cbc4ad73b 00:52:10 Successfully built ea6d97274d18 00:52:10 Successfully tagged docker-core-command-go:latest 00:52:10  Building docker-core-command-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:52:10 (1/6) Installing dumb-init (1.2.2-r1) 00:52:10 (2/6) Installing libgcc (9.3.0-r2) 00:52:10 (3/6) Installing libsodium (1.0.18-r0) 00:52:10 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:11 (5/6) Installing libzmq (4.3.3-r0) 00:52:11 (6/6) Installing zeromq (4.3.3-r0) 00:52:11 Executing busybox-1.31.1-r19.trigger 00:52:11 OK: 8 MiB in 20 packages 00:52:12 (1/6) Installing dumb-init (1.2.2-r1) 00:52:12 (2/6) Installing libgcc (9.3.0-r2) 00:52:12 Removing intermediate container dbe1502ac10e 00:52:12 ---> c3a20a9009c3 00:52:12 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:12 (3/6) Installing libsodium (1.0.18-r0) 00:52:12 (4/6) Installing libstdc++ (9.3.0-r2) 00:52:12 Removing intermediate container db9cbc4ad73b 00:52:12 ---> 21e7c3c3f7c6 00:52:12 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:52:12 ---> Running in 7dc67765bf36 00:52:12 ---> de808595b4d8 00:52:12 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:52:12 (5/6) Installing libzmq (4.3.3-r0) 00:52:12 Removing intermediate container 7dc67765bf36 00:52:12 ---> 8240e301c176 00:52:12 Step 22/24 : LABEL arch=x86_64 00:52:12 ---> Running in eed733851a09 00:52:12 (6/6) Installing zeromq (4.3.3-r0) 00:52:12 Executing busybox-1.31.1-r19.trigger 00:52:12 OK: 8 MiB in 20 packages 00:52:13 Removing intermediate container eed733851a09 00:52:13 ---> 3d7a5babe664 00:52:13 Step 23/24 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:52:13 ---> Running in cebc8db2a07c 00:52:13 ---> 54492fc8a5c4 00:52:13 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:52:13 Removing intermediate container cebc8db2a07c 00:52:13 ---> 3b86bd8b5155 00:52:13 Step 24/24 : LABEL version=0.0.0 00:52:14 ---> Running in c3ce3ef12909 00:52:14 Removing intermediate container 1d48e647ae7f 00:52:14 ---> 9a4bd8ee690c 00:52:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:14 Removing intermediate container 1832f945bc1b 00:52:14 ---> f5dcd14b5440 00:52:14 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:52:14 ---> fdfc3189c306 00:52:14 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:52:14 Removing intermediate container c3ce3ef12909 00:52:14 ---> 45f37c4deb7c 00:52:14 00:52:15 Successfully built 45f37c4deb7c 00:52:15 Successfully tagged docker-security-secretstore-setup-go:latest 00:52:16  Building docker-security-secretstore-setup-go ... done  ---> 0b9daefd2809 00:52:16 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:52:16 ---> 1a856fca04d2 00:52:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:16 ---> 86e900ac206e 00:52:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:17 ---> Running in 6242e5c73697 00:52:17 ---> 8c21093efc5a 00:52:17 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:17 Removing intermediate container 6242e5c73697 00:52:17 ---> a9ad903f74f7 00:52:17 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:52:17 ---> 992b4e516668 00:52:17 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:17 ---> Running in 775b741dff54 00:52:18 ---> bac518305dc9 00:52:18 Step 25/30 : RUN chmod +x /entrypoint.sh 00:52:18 ---> Running in eb103afe06a4 00:52:18 Removing intermediate container 775b741dff54 00:52:18 ---> 85df3062d153 00:52:18 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:18 ---> Running in a80dfa121bdd 00:52:19 Removing intermediate container a80dfa121bdd 00:52:19 ---> b735f9078ef1 00:52:19 Step 21/23 : LABEL arch=x86_64 00:52:19 ---> Running in d7aa002f65cf 00:52:20 Removing intermediate container d7aa002f65cf 00:52:20 ---> acd5b7de19e1 00:52:20 Step 22/23 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:52:20 ---> 0be04f822b4b 00:52:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:20 ---> Running in 5cd2dd37db0f 00:52:20 Removing intermediate container 5cd2dd37db0f 00:52:20 ---> 79304fba3b97 00:52:20 Step 23/23 : LABEL version=0.0.0 00:52:20 Removing intermediate container eb103afe06a4 00:52:20 ---> b702fc998167 00:52:20 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:52:20 ---> Running in f760d08aeffd 00:52:20 ---> Running in 04f3245e2de6 00:52:21 Removing intermediate container f760d08aeffd 00:52:21 ---> 8c49a4e8be21 00:52:21 00:52:21 ---> 234e7f64a55d 00:52:21 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:21 ---> Running in bd276f7e8d73 00:52:21 Removing intermediate container 04f3245e2de6 00:52:21 ---> 838204e5bdbb 00:52:21 Step 27/30 : CMD ["gate"] 00:52:21 Successfully built 8c49a4e8be21 00:52:21 Successfully tagged docker-core-data-go:latest 00:52:21 Removing intermediate container bd276f7e8d73 00:52:21 ---> c3ad9f20ad55 00:52:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:22  Building docker-core-data-go ... done  ---> Running in 052caac57878 00:52:22 Removing intermediate container 052caac57878 00:52:22 ---> 6d98f6ba682a 00:52:22 Step 28/30 : LABEL arch=x86_64 00:52:22 ---> Running in 96512368ad89 00:52:22 ---> Running in 036a271319d7 00:52:22 Removing intermediate container 036a271319d7 00:52:22 ---> 225a3e565e37 00:52:22 Step 29/30 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:52:23 ---> Running in 2f0a81ea95a9 00:52:23 Removing intermediate container 96512368ad89 00:52:23 ---> 87b8a5a17033 00:52:23 Step 21/23 : LABEL arch=arm64 00:52:23 Removing intermediate container 2f0a81ea95a9 00:52:23 ---> efb1f0fbff05 00:52:23 Step 30/30 : LABEL version=0.0.0 00:52:23 ---> Running in 680e35879b7d 00:52:23 ---> Running in e69c7c7ed5cd 00:52:24 Removing intermediate container e69c7c7ed5cd 00:52:24 ---> a9212b4c3796 00:52:24 00:52:24 Successfully built a9212b4c3796 00:52:24 Successfully tagged docker-security-bootstrapper-go:latest 00:52:25 Removing intermediate container 680e35879b7d 00:52:25 ---> 3e10b8c2e8ee 00:52:25 Step 22/23 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:52:25  Building docker-security-bootstrapper-go ... done  [Pipeline] } 00:52:25 $ docker stop --time=1 08aa5ea3283e763ed5cf4acef063fc360a3858532213ab3482002477b4c8905d 00:52:25 ---> Running in a3a66e34f732 00:52:26 Removing intermediate container a3a66e34f732 00:52:26 ---> edac88e1ee19 00:52:26 Step 23/23 : LABEL version=0.0.0 00:52:27 ---> Running in fe3656eaacd1 00:52:28 $ docker rm -f 08aa5ea3283e763ed5cf4acef063fc360a3858532213ab3482002477b4c8905d 00:52:28 Removing intermediate container fe3656eaacd1 00:52:28 ---> b5be01d823d6 00:52:28 [Pipeline] // withDockerContainer [Pipeline] sh 00:52:29 + docker images 00:52:29 + grep docker 00:52:29 Successfully built b5be01d823d6 00:52:29 Successfully tagged docker-core-data-go-arm64:latest 00:52:30 docker-security-bootstrapper-go latest a9212b4c3796 6 seconds ago 17.9MB 00:52:30 docker-core-data-go latest 8c49a4e8be21 9 seconds ago 22.3MB 00:52:30 docker-security-secretstore-setup-go latest 45f37c4deb7c 15 seconds ago 24.6MB 00:52:30 docker-core-command-go latest ea6d97274d18 20 seconds ago 16.9MB 00:52:30 docker-sys-mgmt-agent-go latest d6f4695ff6de About a minute ago 313MB 00:52:30 docker-support-notifications-go latest 813f46f1ba66 4 minutes ago 17.6MB 00:52:30 docker-core-metadata-go latest 7ad0bf9fdcbb 4 minutes ago 18.8MB 00:52:30 docker-security-proxy-setup-go latest 66dd1aa8b98b 4 minutes ago 24.4MB 00:52:30 docker-support-scheduler-go latest d7b22d117705 4 minutes ago 17MB 00:52:30 docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:52:31 Running on prd-ubuntu18.04-docker-8c-8g-25683 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 00:52:31 Running in /w/workspace/edgex-go/60 [Pipeline] { [Pipeline] checkout 00:52:33 using credential edgex-jenkins-ssh 00:52:33 Cloning the remote Git repository 00:52:33 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:52:33 > git init /w/workspace/edgex-go/60 # timeout=10 00:52:33 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:52:33 > git --version # timeout=10 00:52:33 > git --version # 'git version 2.17.1' 00:52:33 using GIT_SSH to set credentials SSH Credentials for GitHub 00:52:33 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:52:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:52:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:52:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:52:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:52:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:52:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:52:39 Merging remotes/origin/master commit cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 into PR head commit b123692ef5aef04367cfb89a2b35ff47f98a9523 00:52:39 Merge succeeded, producing 2ebd68f67545ee74cf8c00c89e6863ee50ba3621 00:52:39 Checking out Revision 2ebd68f67545ee74cf8c00c89e6863ee50ba3621 (PR-2858) 00:52:39 > git config core.sparsecheckout # timeout=10 00:52:39 > git checkout -f b123692ef5aef04367cfb89a2b35ff47f98a9523 # timeout=10 00:52:39 > git remote # timeout=10 00:52:39 > git config --get remote.origin.url # timeout=10 00:52:39 using GIT_SSH to set credentials SSH Credentials for GitHub 00:52:39 > git merge cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1 # timeout=10 00:52:39 > git rev-parse HEAD^{commit} # timeout=10 00:52:39 > git config core.sparsecheckout # timeout=10 00:52:39 > git checkout -f 2ebd68f67545ee74cf8c00c89e6863ee50ba3621 # timeout=10 00:52:43 Commit message: "Merge commit 'cb6997bbd1b3d2ea13b90bb0354200ca7f3f41a1' into HEAD" 00:52:43 First time build. Skipping changelog. 00:52:43 > git rev-list --no-walk 3e13ca18fb98e22e1421d03abdba4a7e9e5d25d8 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:52:44 + echo snap-build.sh 00:52:44 snap-build.sh 00:52:44 + SNAP_BASE_DIR=. 00:52:44 + '[' '!' -z /w/workspace/edgex-go/60 ']' 00:52:44 + SNAP_BASE_DIR=/w/workspace/edgex-go/60 00:52:44 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/60]' 00:52:44 [snap-build] Building snap in dir [/w/workspace/edgex-go/60] 00:52:44 + cd /w/workspace/edgex-go/60 00:52:44 + sudo apt-get remove -qy --purge lxd lxd-client 00:52:44 Reading package lists... 00:52:44 Building dependency tree... 00:52:44 Reading state information... 00:52:44 The following packages were automatically installed and are no longer required: 00:52:44 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 00:52:44 uidmap xdelta3 00:52:44 Use 'sudo apt autoremove' to remove them. 00:52:44 The following packages will be REMOVED: 00:52:44 lxd* lxd-client* 00:52:45 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 00:52:45 After this operation, 31.7 MB disk space will be freed. 00:52: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 ... 190027 files and directories currently installed.) 00:52:47 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 00:52:47  Building docker-core-data-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:47 Step 2/26 : FROM ${BUILDER_BASE} AS builder 00:52:47 ---> 3c90679127d0 00:52:47 Step 3/26 : WORKDIR /edgex-go 00:52:47 ---> Using cache 00:52:47 ---> 959b9bf212f5 00:52:47 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:47 ---> Using cache 00:52:47 ---> 6358556b9251 00:52:47 Step 5/26 : RUN apk add --update --no-cache make bash git 00:52:47 Removing lxd dnsmasq configuration 00:52:48 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 00:52:48 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 00:52:49 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 00:52:49 (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:52:49 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 00:52:50 Processing triggers for systemd (237-3ubuntu10.42) ... 00:52:50 Processing triggers for ureadahead (0.100.0-21) ... 00:52:51 ---> Running in e20996416834 00:52:52 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:52 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:52:52 ---> 3c90679127d0 00:52:52 Step 3/21 : WORKDIR /edgex-go 00:52:52 ---> Using cache 00:52:52 ---> 959b9bf212f5 00:52:52 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:52 ---> Using cache 00:52:52 ---> 6358556b9251 00:52:52 Step 5/21 : RUN apk add --update --no-cache make git 00:52:52 ---> Using cache 00:52:52 ---> 87c421a2deae 00:52:52 Step 6/21 : COPY go.mod . 00:52:52 ---> Using cache 00:52:52 ---> 5486dfeec43c 00:52:52 Step 7/21 : RUN go mod download 00:52:52 ---> Using cache 00:52:52 ---> 1b9718c6b16a 00:52:52 Step 8/21 : COPY . . 00:52:52 + sudo snap remove --purge lxd 00:52:52 snap "lxd" is not installed 00:52:52 + sudo groupadd --force --system lxd 00:52:52 ++ whoami 00:52:52 + sudo /usr/sbin/usermod -G lxd -a jenkins 00:52:52 + newgrp - lxd 00:52:52 + sudo snap install lxd 00:52:52 ---> Using cache 00:52:52 ---> b6f923e25fdd 00:52:52 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 00:52:53 ---> Running in 0c87ce758c74 00:52:53 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 00:52:53 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:52:53 ---> 3c90679127d0 00:52:53 Step 3/23 : WORKDIR /edgex-go 00:52:53 ---> Using cache 00:52:53 ---> 959b9bf212f5 00:52:53 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:53 ---> Using cache 00:52:53 ---> 6358556b9251 00:52:53 Step 5/23 : RUN apk add --update --no-cache make git 00:52:53 ---> Using cache 00:52:53 ---> 87c421a2deae 00:52:53 Step 6/23 : COPY go.mod . 00:52:53 ---> Using cache 00:52:53 ---> 5486dfeec43c 00:52:53 Step 7/23 : RUN go mod download 00:52:53 ---> Using cache 00:52:53 ---> 1b9718c6b16a 00:52:53 Step 8/23 : COPY . . 00:52:53 ---> Using cache 00:52:53 ---> b6f923e25fdd 00:52:53 Step 9/23 : RUN make cmd/core-command/core-command 00:52:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:53 ---> Running in c4241e05495c 00:52:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:54 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:52:55 Removing intermediate container d8d0c2de4057 00:52:55 ---> 33c95b08ff5c 00:52:55 00:52:55 Step 10/30 : FROM alpine:3.12 00:52:55 ---> afeebe901d6b 00:52:55 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 00:52:55 ---> Running in d8ec60e2f9d8 00:52:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 00:52:56 Removing intermediate container d8ec60e2f9d8 00:52:56 ---> ead17d042f01 00:52:56 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 00:52:56 ---> Running in 673b74376af4 00:52:56 OK: 217 MiB in 51 packages 00:52:58 Removing intermediate container e20996416834 00:52:58 ---> 090ec601c1b5 00:52:58 Step 6/26 : COPY go.mod . 00:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:59 ---> 0554aba23c73 00:52:59 Step 7/26 : RUN go mod download 00:52:59 (1/2) Installing dumb-init (1.2.2-r1) 00:52:59 ---> Running in 6e3511259803 00:52:59 (2/2) Installing su-exec (0.2-r1) 00:52:59 Executing busybox-1.31.1-r19.trigger 00:52:59 OK: 5 MiB in 16 packages 00:53:00 2021-02-09T00:52:57Z INFO Waiting for automatic snapd restart... 00:53:02 Removing intermediate container 673b74376af4 00:53:02 ---> 24edaf120c4d 00:53:02 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 00:53:02 ---> Running in b4db7dd213e0 00:53:02 Removing intermediate container b4db7dd213e0 00:53:02 ---> 300039839107 00:53:02 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 00:53:02 ---> Running in b1153bbdaf58 00:53:03 Removing intermediate container b1153bbdaf58 00:53:03 ---> 8a13aa79c860 00:53:03 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 00:53:03 ---> Running in 709a459c3695 00:53:04 Removing intermediate container 6e3511259803 00:53:04 ---> 59643af1c7ab 00:53:04 Step 8/26 : COPY . . 00:53:09 Removing intermediate container 709a459c3695 00:53:09 ---> 7279e3dc61fe 00:53:09 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 00:53:09 ---> Running in 121c61a40488 00:53:11 Removing intermediate container 121c61a40488 00:53:11 ---> ee6240638208 00:53:11 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 00:53:13 ---> d4f46cf6c1e6 00:53:13 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 00:53:13 ---> Running in 19e71441bd86 00:53:19 Removing intermediate container 19e71441bd86 00:53:19 ---> 73c07e9aecae 00:53:19 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 00:53:21 ---> a3fef568e976 00:53:21 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 00:53:24 ---> 5208b983dd61 00:53:24 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 00:53:26 ---> 1b7ff7bb1c6c 00:53:26 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 00:53:28 ---> 88e341e041ef 00:53:28 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:53:28 ---> 67b519816e16 00:53:28 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 00:53:28 ---> Running in 7a85277ea11f 00:53:28 ---> Running in 77fd3ab3cbc9 00:53:29 Removing intermediate container 77fd3ab3cbc9 00:53:29 ---> 3d7eaa23958d 00:53:29 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 00:53:30 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:53:31 ---> 38e4d9ce17cf 00:53:31 Step 25/30 : RUN chmod +x /entrypoint.sh 00:53:31 ---> Running in 7a6755d8e0a1 00:53:35 Removing intermediate container 7a6755d8e0a1 00:53:35 ---> 7aeda50d1d82 00:53:35 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 00:53:35 ---> Running in 64f650ea6c42 00:53:36 Removing intermediate container 64f650ea6c42 00:53:36 ---> 302882f16968 00:53:36 Step 27/30 : CMD ["gate"] 00:53:36 ---> Running in c596e9ac3a81 00:53:37 Removing intermediate container c596e9ac3a81 00:53:37 ---> d39b226fa49a 00:53:37 Step 28/30 : LABEL arch=arm64 00:53:37 ---> Running in 12e061816443 00:53:38 Removing intermediate container 12e061816443 00:53:38 ---> 006b215c8e7b 00:53:38 Step 29/30 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:53:39 ---> Running in 59f3d358dd58 00:53:39 lxd 4.11 from Canonical* installed 00:53:39 + sudo lxd init --auto 00:53:39 Removing intermediate container 59f3d358dd58 00:53:39 ---> 6ceaa66f0e8f 00:53:39 Step 30/30 : LABEL version=0.0.0 00:53:39 ---> Running in dfcf4069b232 00:53:40 Removing intermediate container dfcf4069b232 00:53:40 ---> 8b3bf00f4b0e 00:53:40 00:53:41 Successfully built 8b3bf00f4b0e 00:53:41 Successfully tagged docker-security-bootstrapper-go-arm64:latest 00:53:43 + sudo snap install --classic snapcraft 00:53:56  Building docker-security-bootstrapper-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 00:54:01 snapcraft 4.4.4 from Canonical* installed 00:54:01 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 00:54:01 + patch --verbose -p1 00:54:01 Hmm... Looks like a unified diff to me... 00:54:01 The text leading up to this was: 00:54:01 -------------------------- 00:54:01 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 00:54:01 |From: Tony Espy 00:54:01 |Date: Wed, 16 Dec 2020 16:34:55 -0500 00:54:01 |Subject: [PATCH] optimize snap build for pipeline CI check 00:54:01 | 00:54:01 |This patch is used by the EdgeX CI pipeline builds to 00:54:01 |optimize the snap CI check run for pull requests. When 00:54:01 |applied, it essentially strips out everything (apps and 00:54:01 |parts) from the snapcraft.yaml file except those required 00:54:01 |to build edgex-go, as the whole idea of the CI check is to 00:54:01 |catch changes to edgex-go that break the snap build. 00:54:01 | 00:54:01 |In general, anyone updating snapcraft.yaml will also need 00:54:01 |to update this patch file, otherwise it may fail to apply, 00:54:01 |resulting in a failed snap build CI check in the associated 00:54:01 |pull request. 00:54:01 | 00:54:01 |Note - in addition to applying this patch, the pipeline also 00:54:01 |only primes the snap (e.g. `snapcraft prime`), as there's no 00:54:01 |need to build the finally binary .snap file (and it won't 00:54:01 |work with the patch applied). This further reduces the build 00:54:01 |time. 00:54:01 |--- 00:54:01 | snap/snapcraft.yaml | 461 +------------------------------------------- 00:54:01 | 1 file changed, 2 insertions(+), 459 deletions(-) 00:54:01 | 00:54:01 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 00:54:01 |index 1e537489..faf42425 100644 00:54:01 |--- a/snap/snapcraft.yaml 00:54:01 |+++ b/snap/snapcraft.yaml 00:54:01 -------------------------- 00:54:01 patching file snap/snapcraft.yaml 00:54:01 Using Plan A... 00:54:01 Hunk #1 succeeded at 73. 00:54:01 Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). 00:54:01 Hunk #3 succeeded at 217 (offset 3 lines). 00:54:01 Hunk #4 FAILED at 222. 00:54:01 Hunk #5 succeeded at 303 (offset 4 lines). 00:54:01 Hunk #6 succeeded at 330 (offset 4 lines). 00:54:01 Hunk #7 succeeded at 364 (offset 4 lines). 00:54:01 Hunk #8 FAILED at 411. 00:54:01 2 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 00:54:01 Hmm... Ignoring the trailing garbage. 00:54:01 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 00:54:02 Failed in branch amd64 00:54:09 Removing intermediate container 0c87ce758c74 00:54:09 ---> 61247aba2d6d 00:54:09 00:54:09 Step 10/21 : FROM alpine:3.12 00:54:09 ---> afeebe901d6b 00:54:09 Step 11/21 : RUN apk add --update --no-cache curl 00:54:09 ---> Running in 45bc473365cc 00:54:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:11 (1/4) Installing ca-certificates (20191127-r4) 00:54:11 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:54:11 (3/4) Installing libcurl (7.69.1-r3) 00:54:11 (4/4) Installing curl (7.69.1-r3) 00:54:11 Executing busybox-1.31.1-r19.trigger 00:54:11 Executing ca-certificates-20191127-r4.trigger 00:54:11 OK: 7 MiB in 18 packages 00:54:12 Removing intermediate container c4241e05495c 00:54:12 ---> 65b728429d90 00:54:12 00:54:12 Step 10/23 : FROM alpine:3.12 00:54:12 ---> afeebe901d6b 00:54:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 00:54:12 ---> Using cache 00:54:12 ---> 51a3900c8fc1 00:54:12 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 00:54:12 ---> Using cache 00:54:12 ---> 7cfd15fd7e4d 00:54:12 Step 13/23 : ENV APP_PORT=48082 00:54:12 ---> Running in dc77f6909cfb 00:54:13 Removing intermediate container dc77f6909cfb 00:54:13 ---> 5bd045149026 00:54:13 Step 14/23 : EXPOSE $APP_PORT 00:54:14 ---> Running in 4744bb60ed01 00:54:14 Removing intermediate container 45bc473365cc 00:54:14 ---> d252f14dc7e1 00:54:14 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:54:14 ---> Running in ac80a95fedaa 00:54:14 Removing intermediate container 4744bb60ed01 00:54:14 ---> 475a1a799aa4 00:54:14 Step 15/23 : WORKDIR / 00:54:14 ---> Running in ae24b7315604 00:54:14 Removing intermediate container ac80a95fedaa 00:54:14 ---> 54167e3a9107 00:54:14 Step 13/21 : WORKDIR /edgex 00:54:15 ---> Running in df78337ff7ee 00:54:15 Removing intermediate container ae24b7315604 00:54:15 ---> 1dbb46bcf15d 00:54:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 00:54:15 Removing intermediate container df78337ff7ee 00:54:15 ---> 3a69a30d4b91 00:54:15 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:54:16 ---> 3927bfb55433 00:54:16 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:54:16 ---> 7dd822595eaf 00:54:16 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:54:18 ---> 8bbe238164f6 00:54:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 00:54:18 ---> 70afc98f0370 00:54:18 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:54:20 ---> 27f00e72bc04 00:54:20 Step 19/23 : ENTRYPOINT ["/core-command"] 00:54:20 ---> Running in 9daa89784a22 00:54:20 ---> 531ce1c5fc06 00:54:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:54:20 ---> Running in 25491e50be67 00:54:21 Removing intermediate container 9daa89784a22 00:54:21 ---> 07090077189c 00:54:21 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:54:21 Removing intermediate container 25491e50be67 00:54:21 ---> bf6b75b511b8 00:54:21 Step 18/21 : CMD ["--init=true"] 00:54:21 ---> Running in 9d26d59ce843 00:54:21 ---> Running in 41d836824064 00:54:21 Removing intermediate container 9d26d59ce843 00:54:21 ---> a10819616dd0 00:54:21 Step 21/23 : LABEL arch=arm64 00:54:21 Removing intermediate container 41d836824064 00:54:21 ---> df56dfb4dd85 00:54:21 Step 19/21 : LABEL arch=arm64 00:54:22 ---> Running in a134884de55f 00:54:22 ---> Running in 4fa8f787471e 00:54:22 Removing intermediate container a134884de55f 00:54:22 ---> b94d3e0f8bc4 00:54:22 Step 22/23 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:54:23 Removing intermediate container 4fa8f787471e 00:54:23 ---> aff9df0dac07 00:54:23 Step 20/21 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:54:23 ---> Running in 6277755ecf03 00:54:23 ---> Running in d6ab32480d4f 00:54:23 Removing intermediate container 6277755ecf03 00:54:23 ---> 740e05a7e008 00:54:23 Step 23/23 : LABEL version=0.0.0 00:54:24 ---> Running in 9bc35c68147f 00:54:24 Removing intermediate container d6ab32480d4f 00:54:24 ---> 0d1d42e20b27 00:54:24 Step 21/21 : LABEL version=0.0.0 00:54:24 ---> Running in 912ab6cd84c0 00:54:24 Removing intermediate container 7a85277ea11f 00:54:24 ---> 0de50a5aa92e 00:54:24 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:54:24 Removing intermediate container 9bc35c68147f 00:54:24 ---> 5b4a0139048d 00:54:24 00:54:25 ---> Running in a2c6ec174144 00:54:25 Removing intermediate container 912ab6cd84c0 00:54:25 ---> 17a5f5e21c1a 00:54:25 00:54:25 Successfully built 5b4a0139048d 00:54:25 Successfully tagged docker-core-command-go-arm64:latest 00:54:25  Building docker-core-command-go ... done Successfully built 17a5f5e21c1a 00:54:25 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:54:26  Building docker-security-proxy-setup-go ... done 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:28 Removing intermediate container a2c6ec174144 00:54:28 ---> 9cb719deb64f 00:54:28 00:54:28 Step 11/26 : FROM docker:20.10.0 00:54:28 20.10.0: Pulling from library/docker 00:54:35 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 00:54:35 Status: Downloaded newer image for docker:20.10.0 00:54:35 ---> eeaf43b92773 00:54:35 Step 12/26 : RUN apk add --no-cache bash 00:54:36 ---> Running in a45afb7f14a0 00:54:38 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 (1/2) Installing readline (8.0.4-r0) 00:54:38 (2/2) Installing bash (5.0.17-r0) 00:54:38 Executing bash-5.0.17-r0.post-install 00:54:38 Executing busybox-1.31.1-r19.trigger 00:54:38 OK: 12 MiB in 22 packages 00:54:40 Removing intermediate container a45afb7f14a0 00:54:40 ---> d3b8224815f2 00:54:40 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:54:40 ---> Running in c4653027ba4d 00:54:40 Removing intermediate container c4653027ba4d 00:54:40 ---> 8ff249c8c97a 00:54:40 Step 14/26 : ENV APP_PORT=48090 00:54:40 ---> Running in 639e4825abb3 00:54:41 Removing intermediate container 639e4825abb3 00:54:41 ---> 6869da4e28c0 00:54:41 Step 15/26 : EXPOSE $APP_PORT 00:54:41 ---> Running in 556d5aaec5c5 00:54:41 Removing intermediate container 556d5aaec5c5 00:54:41 ---> 4dfd7517eaac 00:54:41 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:54:43 ---> de6323b63fe9 00:54:43 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:54:43 ---> 573fe8eea43e 00:54:43 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:54:44 ---> d23d2a1ff477 00:54:44 Step 19/26 : RUN apk --no-cache add py3-pip 00:54:45 ---> Running in 8c3b98ffe75e 00:54:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:54:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:54:46 (1/33) Installing libbz2 (1.0.8-r1) 00:54:46 (2/33) Installing expat (2.2.9-r1) 00:54:46 (3/33) Installing libffi (3.3-r2) 00:54:46 (4/33) Installing gdbm (1.13-r1) 00:54:46 (5/33) Installing xz-libs (5.2.5-r0) 00:54:46 (6/33) Installing sqlite-libs (3.32.1-r0) 00:54:46 (7/33) Installing python3 (3.8.5-r0) 00:54:48 (8/33) Installing py3-appdirs (1.4.4-r1) 00:54:48 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:54:48 (10/33) Installing py3-parsing (2.4.7-r0) 00:54:48 (11/33) Installing py3-six (1.15.0-r0) 00:54:48 (12/33) Installing py3-packaging (20.4-r0) 00:54:48 (13/33) Installing py3-setuptools (47.0.0-r0) 00:54:48 (14/33) Installing py3-chardet (3.0.4-r4) 00:54:48 (15/33) Installing py3-idna (2.9-r0) 00:54:48 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:54:48 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:54:48 (18/33) Installing py3-requests (2.23.0-r0) 00:54:48 (19/33) Installing py3-msgpack (1.0.0-r0) 00:54:48 (20/33) Installing py3-lockfile (0.12.2-r3) 00:54:48 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:54:48 (22/33) Installing py3-colorama (0.4.3-r0) 00:54:48 (23/33) Installing py3-distlib (0.3.0-r0) 00:54:48 (24/33) Installing py3-distro (1.5.0-r1) 00:54:48 (25/33) Installing py3-webencodings (0.5.1-r3) 00:54:48 (26/33) Installing py3-html5lib (1.0.1-r4) 00:54:49 (27/33) Installing py3-pytoml (0.1.21-r0) 00:54:49 (28/33) Installing py3-pep517 (0.8.2-r0) 00:54:49 (29/33) Installing py3-progress (1.5-r0) 00:54:49 (30/33) Installing py3-toml (0.10.1-r0) 00:54:49 (31/33) Installing py3-retrying (1.3.3-r0) 00:54:49 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:54:49 (33/33) Installing py3-pip (20.1.1-r0) 00:54:49 Executing busybox-1.31.1-r19.trigger 00:54:49 OK: 71 MiB in 55 packages 00:54:56 Removing intermediate container 8c3b98ffe75e 00:54:56 ---> 4591979f0637 00:54:56 Step 20/26 : RUN pip install docker-compose==1.23.2 00:54:56 ---> Running in 72e07e615352 00:55:00 Collecting docker-compose==1.23.2 00:55:00 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:55:00 Collecting jsonschema<3,>=2.5.1 00:55:00 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:55:02 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:55:02 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:55:02 Collecting cached-property<2,>=1.2.0 00:55:02 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:55:03 Collecting PyYAML<4,>=3.10 00:55:03 Downloading PyYAML-3.13.tar.gz (270 kB) 00:55:07 Collecting dockerpty<0.5,>=0.4.1 00:55:07 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:55:08 Collecting texttable<0.10,>=0.9.0 00:55:08 Downloading texttable-0.9.1.tar.gz (11 kB) 00:55:11 Collecting websocket-client<1.0,>=0.32.0 00:55:11 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:55:11 Collecting docopt<0.7,>=0.6.1 00:55:11 Downloading docopt-0.6.2.tar.gz (25 kB) 00:55:13 Collecting docker<4.0,>=3.6.0 00:55:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:55:14 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:14 Collecting idna<2.8,>=2.5 00:55:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:55:14 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:14 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:15 Collecting urllib3<1.25,>=1.21.1 00:55:15 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:55:15 Collecting docker-pycreds>=0.4.0 00:55:15 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:55:15 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:55:15 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:55:15 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:55:15 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:55:16 Installing collected packages: jsonschema, idna, urllib3, requests, cached-property, PyYAML, dockerpty, texttable, websocket-client, docopt, docker-pycreds, docker, docker-compose 00:55:16 Attempting uninstall: idna 00:55:16 Found existing installation: idna 2.9 00:55:16 Uninstalling idna-2.9: 00:55:17 Successfully uninstalled idna-2.9 00:55:17 Attempting uninstall: urllib3 00:55:17 Found existing installation: urllib3 1.25.9 00:55:17 Uninstalling urllib3-1.25.9: 00:55:18 Successfully uninstalled urllib3-1.25.9 00:55:18 Attempting uninstall: requests 00:55:18 Found existing installation: requests 2.23.0 00:55:18 Uninstalling requests-2.23.0: 00:55:18 Successfully uninstalled requests-2.23.0 00:55:18 Running setup.py install for PyYAML: started 00:55:20 Running setup.py install for PyYAML: finished with status 'done' 00:55:20 Running setup.py install for dockerpty: started 00:55:22 Running setup.py install for dockerpty: finished with status 'done' 00:55:22 Running setup.py install for texttable: started 00:55:24 Running setup.py install for texttable: finished with status 'done' 00:55:24 Running setup.py install for docopt: started 00:55:26 Running setup.py install for docopt: finished with status 'done' 00:55:28 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:32 Removing intermediate container 72e07e615352 00:55:32 ---> ef5f9dca638f 00:55:32 Step 21/26 : RUN apk --no-cache add curl 00:55:32 ---> Running in 6436f42011b7 00:55:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:55:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:55:33 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:55:33 (2/3) Installing libcurl (7.69.1-r3) 00:55:33 (3/3) Installing curl (7.69.1-r3) 00:55:33 Executing busybox-1.31.1-r19.trigger 00:55:33 OK: 71 MiB in 58 packages 00:55:34 Removing intermediate container 6436f42011b7 00:55:34 ---> b3f40877fae9 00:55:34 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 00:55:35 ---> Running in d0e700675f04 00:55:35 Removing intermediate container d0e700675f04 00:55:35 ---> e0c53238fd01 00:55:35 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:55:35 ---> Running in 63efdc33b0a5 00:55:36 Removing intermediate container 63efdc33b0a5 00:55:36 ---> 1ca4b0b2ed9b 00:55:36 Step 24/26 : LABEL arch=arm64 00:55:36 ---> Running in f55393427f91 00:55:36 Removing intermediate container f55393427f91 00:55:36 ---> df447bfad3c4 00:55:36 Step 25/26 : LABEL git_sha=6c1696a27a6571a957291915fc210315cd8e6bc0 00:55:36 ---> Running in bd82ac2039aa 00:55:37 Removing intermediate container bd82ac2039aa 00:55:37 ---> 9ee1cff4bbbb 00:55:37 Step 26/26 : LABEL version=0.0.0 00:55:37 ---> Running in a928a1bf281b 00:55:37 Removing intermediate container a928a1bf281b 00:55:37 ---> d2f3488f4192 00:55:37 00:55:38 Successfully built d2f3488f4192 00:55:38 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:55:38  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:55:38 $ docker stop --time=1 97872be119b717b539a0a1de122649e086551bcb1631e0eeec4ccad4f6766ebf 00:55:40 $ docker rm -f 97872be119b717b539a0a1de122649e086551bcb1631e0eeec4ccad4f6766ebf [Pipeline] // withDockerContainer [Pipeline] sh 00:55:40 + docker images 00:55:40 + grep docker 00:55:41 docker-sys-mgmt-agent-go-arm64 latest d2f3488f4192 3 seconds ago 300MB 00:55:41 docker-core-command-go-arm64 latest 5b4a0139048d About a minute ago 16MB 00:55:41 docker-security-proxy-setup-go-arm64 latest 17a5f5e21c1a About a minute ago 23.2MB 00:55:41 docker-security-bootstrapper-go-arm64 latest 8b3bf00f4b0e 2 minutes ago 17MB 00:55:41 docker-core-data-go-arm64 latest b5be01d823d6 3 minutes ago 21MB 00:55:41 docker-core-metadata-go-arm64 latest 495b55deb7cc 3 minutes ago 17.8MB 00:55:41 docker-support-notifications-go-arm64 latest 2732ab644688 3 minutes ago 16.7MB 00:55:41 docker-support-scheduler-go-arm64 latest b930f98abfbf 3 minutes ago 16.1MB 00:55:41 docker-security-secretstore-setup-go-arm64 latest 17395c3efb72 3 minutes ago 23.4MB 00:55:41 docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:55:44 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:55:45 ---> package-listing.sh 00:55:45 ++ tr '[:upper:]' '[:lower:]' 00:55:45 ++ facter osfamily 00:55:46 + OS_FAMILY=redhat 00:55:46 + workspace=/w/workspace/edgex-go/60 00:55:46 + START_PACKAGES=/tmp/packages_start.txt 00:55:46 + END_PACKAGES=/tmp/packages_end.txt 00:55:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:55:46 + PACKAGES=/tmp/packages_start.txt 00:55:46 + '[' /w/workspace/edgex-go/60 ']' 00:55:46 + PACKAGES=/tmp/packages_end.txt 00:55:46 + case "${OS_FAMILY}" in 00:55:46 + rpm -qa 00:55:46 + sort 00:55:52 + '[' -f /tmp/packages_start.txt ']' 00:55:52 + '[' -f /tmp/packages_end.txt ']' 00:55:52 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:55:52 + '[' /w/workspace/edgex-go/60 ']' 00:55:52 + mkdir -p /w/workspace/edgex-go/60/archives/ 00:55:52 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/60/archives/ [Pipeline] echo 00:55:52 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/60/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:55:53 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:55:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:54 00:55:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:55:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:55:54 alpine: Pulling from edgex-lftools-log-publisher 00:55:55 df20fa9351a1: Pulling fs layer 00:55:55 36b3adc4ff6f: Pulling fs layer 00:55:55 8ad3a11d3b57: Pulling fs layer 00:55:55 46f8f816bc3b: Pulling fs layer 00:55:55 93b61091891f: Pulling fs layer 00:55:55 93b9cdb0e59b: Pulling fs layer 00:55:55 5e14af77c1be: Pulling fs layer 00:55:55 01666e4c0597: Pulling fs layer 00:55:55 aa168da1d23b: Pulling fs layer 00:55:55 93b9cdb0e59b: Waiting 00:55:55 5e14af77c1be: Waiting 00:55:55 01666e4c0597: Waiting 00:55:55 aa168da1d23b: Waiting 00:55:55 46f8f816bc3b: Waiting 00:55:55 93b61091891f: Waiting 00:55:55 36b3adc4ff6f: Verifying Checksum 00:55:55 36b3adc4ff6f: Download complete 00:55:55 46f8f816bc3b: Verifying Checksum 00:55:55 46f8f816bc3b: Download complete 00:55:55 df20fa9351a1: Verifying Checksum 00:55:55 df20fa9351a1: Download complete 00:55:55 93b61091891f: Verifying Checksum 00:55:55 93b61091891f: Download complete 00:55:55 93b9cdb0e59b: Verifying Checksum 00:55:55 93b9cdb0e59b: Download complete 00:55:55 5e14af77c1be: Verifying Checksum 00:55:55 5e14af77c1be: Download complete 00:55:55 01666e4c0597: Verifying Checksum 00:55:55 01666e4c0597: Download complete 00:55:55 8ad3a11d3b57: Verifying Checksum 00:55:55 8ad3a11d3b57: Download complete 00:55:56 df20fa9351a1: Pull complete 00:55:56 36b3adc4ff6f: Pull complete 00:55:59 8ad3a11d3b57: Pull complete 00:55:59 46f8f816bc3b: Pull complete 00:56:00 aa168da1d23b: Verifying Checksum 00:56:00 aa168da1d23b: Download complete 00:56:00 93b61091891f: Pull complete 00:56:00 93b9cdb0e59b: Pull complete 00:56:01 5e14af77c1be: Pull complete 00:56:01 01666e4c0597: Pull complete 00:56:16 aa168da1d23b: Pull complete 00:56:16 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:56:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:56:16 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:56:17 prd-centos7-docker-4c-2g-25663 does not seem to be running inside a container 00:56:17 $ 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/60/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/60 -v /w/workspace/edgex-go/60:/w/workspace/edgex-go/60:rw,z -v /w/workspace/edgex-go/60@tmp:/w/workspace/edgex-go/60@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-lftools-log-publisher:alpine cat 00:56:22 $ docker top 0ecf194ebe4a487075d93fcb29254208b205dd64cadc9eeaca070408b17d591e -eo pid,comm [Pipeline] { [Pipeline] sh 00:56:23 + touch /tmp/pre-build-complete [Pipeline] sh 00:56:23 + mkdir -p /var/log/sa [Pipeline] sh 00:56:24 + ls /var/log/sa-host 00:56:24 + sadf -c /var/log/sa-host/sa09 00:56:24 file_magic: OK 00:56:24 HZ: Using current value: 100 00:56:24 file_header: OK 00:56:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:56:24 Statistics: 00:56:24 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... 00:56:24 File successfully converted to sysstat format version 12.2.1 00:56:24 + sadf -c /var/log/sa-host/sa23 00:56:24 file_magic: OK 00:56:24 HZ: Using current value: 100 00:56:24 file_header: OK 00:56:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:56:24 Statistics: 00:56:24 Hnuu...uuuununununu... 00:56:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:56:24 provisioning config files... 00:56:24 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/60@tmp/config6916484784424058765tmp [Pipeline] { [Pipeline] echo 00:56:24 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:56:25 ---> create-netrc.sh [Pipeline] } 00:56:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:56:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:56:25 ---> python-tools-install.sh [Pipeline] echo 00:56:25 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:56:26 ---> sudo-logs.sh 00:56:26 Archiving 'sudo' log.. [Pipeline] echo 00:56:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:56:27 ---> job-cost.sh 00:56:27 lf-activate-venv: SKIPPING 00:56:27 INFO: No Stack... 00:56:27 INFO: Retrieving Pricing Info for: v1-standard-2 00:56:28 INFO: Archiving Costs [Pipeline] echo 00:56:29 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:56:29 ---> logs-deploy.sh 00:56:29 lf-activate-venv: SKIPPING 00:56:29 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/60 00:56:29 INFO: archiving workspace using pattern(s): 00:56:31 Archives upload complete. 00:56:31 INFO: archiving logs to Nexus 00:56:33 ---> uname -a: 00:56:33 Linux prd-centos7-docker-4c-2g-25663.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 00:56:33 00:56:33