lenny-intel commented: recheck 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 jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 7720835d1356653aaa62fb44da62189db095b415+74c372326013f994c98436bf4455b6fe21c08430 (31aab26d3a292e02f4892126de2e55a4d9d8ff48) 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 Running on prd-centos7-docker-4c-2g-24749 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/6 [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/6 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 7720835d1356653aaa62fb44da62189db095b415 Merge succeeded, producing 7720835d1356653aaa62fb44da62189db095b415 Checking out Revision 7720835d1356653aaa62fb44da62189db095b415 (PR-3115) > git config core.sparsecheckout # timeout=10 > git checkout -f 7720835d1356653aaa62fb44da62189db095b415 # 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 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7720835d1356653aaa62fb44da62189db095b415 # timeout=10 Commit message: "feat(security): Address PR feedback" > git rev-list --no-walk 7720835d1356653aaa62fb44da62189db095b415 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:15:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 18:15:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:15:59 ========================================================= 18:15:59 EdgeX Global Pipelines Version Info 18:15:59 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:16:01 ------------------- 18:16:01 stable info: 18:16:01 ------------------- 18:16:01 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:16:01 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:16:01 Message: update stable to v1.0.179 18:16:03 ------------------- 18:16:03 experimental info: 18:16:03 ------------------- 18:16:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:16:03 Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 18:16:03 Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 18:16:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 18:16:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 18:16:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:16:04 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:16:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:16:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 18:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 18:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 18:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:16:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:16:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:16:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 18:16:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:16:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:16:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 18:16:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 18:16:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 18:16:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 18:16:05 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 18:16:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3115 [Pipeline] echo 18:16:06 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3115 [Pipeline] echo 18:16:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3115 [Pipeline] echo 18:16:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7720835d1356653aaa62fb44da62189db095b415 [Pipeline] echo 18:16:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7720835 [Pipeline] echo 18:16:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:16:06 provisioning config files... 18:16:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config4765334865907192582tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:16:07 ---> docker-login.sh 18:16:07 nexus3.edgexfoundry.org:10001 18:16:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:16:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:16:08 Configure a credential helper to remove this warning. See 18:16:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:16:08 18:16:08 Login Succeeded 18:16:08 nexus3.edgexfoundry.org:10002 18:16:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:16:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:16:08 Configure a credential helper to remove this warning. See 18:16:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:16:08 18:16:08 Login Succeeded 18:16:08 nexus3.edgexfoundry.org:10003 18:16:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:16:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:16:08 Configure a credential helper to remove this warning. See 18:16:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:16:08 18:16:08 Login Succeeded 18:16:08 nexus3.edgexfoundry.org:10004 18:16:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:16:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:16:09 Configure a credential helper to remove this warning. See 18:16:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:16:09 18:16:09 Login Succeeded 18:16:09 docker.io 18:16:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:16:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:16:10 Configure a credential helper to remove this warning. See 18:16:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:16:10 18:16:10 Login Succeeded 18:16:10 ---> docker-login.sh ends [Pipeline] } 18:16:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:16:10 ++ 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 18:16:10 + for file in '`ls cmd/**/Dockerfile`' 18:16:10 ++ dirname cmd/core-command/Dockerfile 18:16:10 ++ cut -d/ -f2 18:16:10 + echo core-command,cmd/core-command/Dockerfile 18:16:10 + for file in '`ls cmd/**/Dockerfile`' 18:16:10 ++ dirname cmd/core-data/Dockerfile 18:16:10 ++ cut -d/ -f2 18:16:10 + echo core-data,cmd/core-data/Dockerfile 18:16:10 + for file in '`ls cmd/**/Dockerfile`' 18:16:10 ++ dirname cmd/core-metadata/Dockerfile 18:16:10 ++ cut -d/ -f2 18:16:10 + echo core-metadata,cmd/core-metadata/Dockerfile 18:16:10 + for file in '`ls cmd/**/Dockerfile`' 18:16:10 ++ dirname cmd/security-bootstrapper/Dockerfile 18:16:10 ++ cut -d/ -f2 18:16:10 + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile 18:16:10 + for file in '`ls cmd/**/Dockerfile`' 18:16:10 ++ dirname cmd/security-proxy-setup/Dockerfile 18:16:10 ++ cut -d/ -f2 18:16:10 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 18:16:10 + for file in '`ls cmd/**/Dockerfile`' 18:16:10 ++ dirname cmd/security-secretstore-setup/Dockerfile 18:16:10 ++ cut -d/ -f2 18:16:10 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 18:16:10 + for file in '`ls cmd/**/Dockerfile`' 18:16:10 ++ dirname cmd/support-notifications/Dockerfile 18:16:10 ++ cut -d/ -f2 18:16:10 + echo support-notifications,cmd/support-notifications/Dockerfile 18:16:10 + for file in '`ls cmd/**/Dockerfile`' 18:16:10 ++ dirname cmd/support-scheduler/Dockerfile 18:16:10 ++ cut -d/ -f2 18:16:10 + echo support-scheduler,cmd/support-scheduler/Dockerfile 18:16:10 + for file in '`ls cmd/**/Dockerfile`' 18:16:10 ++ dirname cmd/sys-mgmt-agent/Dockerfile 18:16:10 ++ cut -d/ -f2 18:16:10 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 18:16:10 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 18:16:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:16:12 18:16:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:16:12 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:16:12 latest: Pulling from edgex-devops/git-semver 18:16:12 31603596830f: Pulling fs layer 18:16:12 2a8b12db71e7: Pulling fs layer 18:16:12 6ca5941a6612: Pulling fs layer 18:16:12 ecc8261a40a4: Pulling fs layer 18:16:12 ecc8261a40a4: Waiting 18:16:13 2a8b12db71e7: Verifying Checksum 18:16:13 2a8b12db71e7: Download complete 18:16:13 31603596830f: Verifying Checksum 18:16:13 31603596830f: Download complete 18:16:13 ecc8261a40a4: Verifying Checksum 18:16:13 ecc8261a40a4: Download complete 18:16:13 6ca5941a6612: Verifying Checksum 18:16:13 6ca5941a6612: Download complete 18:16:13 31603596830f: Pull complete 18:16:14 2a8b12db71e7: Pull complete 18:16:15 6ca5941a6612: Pull complete 18:16:16 ecc8261a40a4: Pull complete 18:16:16 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:16:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:16:16 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:16:16 prd-centos7-docker-4c-2g-24749 does not seem to be running inside a container 18:16:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:16:20 $ docker top 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:16:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:16:20 [ssh-agent] Looking for ssh-agent implementation... 18:16:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:16:21 $ docker exec 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb ssh-agent 18:16:21 SSH_AUTH_SOCK=/tmp/ssh-FOni6Yo4Eowz/agent.11 18:16:21 SSH_AGENT_PID=16 18:16:21 Running ssh-add (command line suppressed) 18:16:21 Identity added: /w/workspace/edgex-go/6@tmp/private_key_8713346440563628232.key (/w/workspace/edgex-go/6@tmp/private_key_8713346440563628232.key) 18:16:22 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:16:22 + git tag --points-at HEAD [Pipeline] } 18:16:22 $ docker exec --env ******** --env ******** 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb ssh-agent -k 18:16:23 unset SSH_AUTH_SOCK; 18:16:23 unset SSH_AGENT_PID; 18:16:23 echo Agent pid 16 killed; 18:16:23 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 18:16:23 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:16:23 [ssh-agent] Looking for ssh-agent implementation... 18:16:23 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:16:23 $ docker exec 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb ssh-agent 18:16:23 SSH_AUTH_SOCK=/tmp/ssh-slNZXxpFLi0v/agent.45 18:16:23 SSH_AGENT_PID=50 18:16:23 Running ssh-add (command line suppressed) 18:16:24 Identity added: /w/workspace/edgex-go/6@tmp/private_key_8430722441582028115.key (/w/workspace/edgex-go/6@tmp/private_key_8430722441582028115.key) 18:16:24 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:16:24 + git semver init 18:16:24 # -> Open(): unable to determine branch for HEAD 18:16:24 # $GIT_DIR = /w/workspace/edgex-go/6/.git 18:16:24 # $GIT_WORK_TREE = /w/workspace/edgex-go/6 18:16:24 # $SEMVER_REMOTE_NAME = origin 18:16:24 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:16:24 # $SEMVER_USER_NAME = edgex-jenkins 18:16:24 # $SEMVER_BRANCH = PR-3115 18:16:24 # $SEMVER_TEMP = /tmp/semver-801986895 18:16:24 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 18:16:57 # '/tmp/semver-801986895' -> '/w/workspace/edgex-go/6/.semver' 18:16:57 # -> Force: false 18:16:57 # $SEMVER_DIR = /w/workspace/edgex-go/6/.semver [Pipeline] } 18:16:57 $ docker exec --env ******** --env ******** 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb ssh-agent -k 18:16:57 unset SSH_AUTH_SOCK; 18:16:57 unset SSH_AGENT_PID; 18:16:57 echo Agent pid 50 killed; 18:16:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:16:59 + git semver [Pipeline] } 18:16:59 $ docker stop --time=1 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb 18:17:01 $ docker rm -f 79557787337e41f38382b2f0c758cdb86488f6aa5bd6c509b4062798d6c4babb [Pipeline] // withDockerContainer [Pipeline] sh 18:17:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 18:17:02 Stashed 1 file(s) [Pipeline] echo 18:17:02 [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 18:17:03 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 18:17:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:17:04 + sudo service docker restart 18:17:04 + true 18:17:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 18:17:05 ========================================================= 18:17:05 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:17:05 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:17:05 + 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 . 18:17:12 Sending build context to Docker daemon 327.6MB 18:17:12 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:17:12 Step 2/6 : FROM ${BASE} 18:17:12 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:17:12 188c0c94c7c5: Pulling fs layer 18:17:12 0ef7d3d256c8: Pulling fs layer 18:17:12 de9db76c5a1d: Pulling fs layer 18:17:12 bca2f99d35d6: Pulling fs layer 18:17:12 93359f2a8cfa: Pulling fs layer 18:17:12 7c6f9722023f: Pulling fs layer 18:17:12 a35cf1a2eb13: Pulling fs layer 18:17:12 93359f2a8cfa: Waiting 18:17:12 7c6f9722023f: Waiting 18:17:12 a35cf1a2eb13: Waiting 18:17:12 bca2f99d35d6: Waiting 18:17:12 de9db76c5a1d: Verifying Checksum 18:17:12 de9db76c5a1d: Download complete 18:17:12 0ef7d3d256c8: Download complete 18:17:12 93359f2a8cfa: Verifying Checksum 18:17:12 93359f2a8cfa: Download complete 18:17:12 7c6f9722023f: Verifying Checksum 18:17:12 7c6f9722023f: Download complete 18:17:12 188c0c94c7c5: Download complete 18:17:13 188c0c94c7c5: Pull complete 18:17:13 0ef7d3d256c8: Pull complete 18:17:13 de9db76c5a1d: Pull complete 18:17:15 a35cf1a2eb13: Verifying Checksum 18:17:15 a35cf1a2eb13: Download complete 18:17:16 bca2f99d35d6: Verifying Checksum 18:17:16 bca2f99d35d6: Download complete 18:17:17 Still waiting to schedule task 18:17:17 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:17:30 bca2f99d35d6: Pull complete 18:17:30 93359f2a8cfa: Pull complete 18:17:30 7c6f9722023f: Pull complete 18:17:34 a35cf1a2eb13: Pull complete 18:17:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 18:17:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:17:34 ---> a62c8e92a672 18:17:34 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 18:17:34 ---> Running in b79331a511dd 18:17:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:17:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:17:36 (1/12) Installing libmagic (5.38-r0) 18:17:36 (2/12) Installing file (5.38-r0) 18:17:37 (3/12) Installing libc-dev (0.7.2-r3) 18:17:37 (4/12) Installing g++ (9.3.0-r2) 18:17:42 (5/12) Installing fortify-headers (1.1-r0) 18:17:42 (6/12) Installing patch (2.7.6-r6) 18:17:42 (7/12) Installing build-base (0.5-r2) 18:17:42 (8/12) Installing libsodium (1.0.18-r0) 18:17:42 (9/12) Installing pkgconf (1.7.2-r0) 18:17:42 (10/12) Installing libsodium-dev (1.0.18-r0) 18:17:42 (11/12) Installing libzmq (4.3.3-r0) 18:17:42 (12/12) Installing zeromq-dev (4.3.3-r0) 18:17:42 Executing busybox-1.31.1-r19.trigger 18:17:42 OK: 233 MiB in 51 packages 18:17:46 Removing intermediate container b79331a511dd 18:17:46 ---> 3a8d273f4125 18:17:46 Step 4/6 : WORKDIR /edgex-go 18:17:46 ---> Running in cdfe299d4e79 18:17:46 Removing intermediate container cdfe299d4e79 18:17:46 ---> 1f4726d0d3cf 18:17:46 Step 5/6 : COPY go.mod . 18:17:47 ---> 1dea93c1ee18 18:17:47 Step 6/6 : RUN go mod download 18:17:47 ---> Running in 67c233cb20a1 18:18:14 Removing intermediate container 67c233cb20a1 18:18:14 ---> c1ba8870c149 18:18:14 Successfully built c1ba8870c149 18:18:14 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:18:14 + docker inspect -f . ci-base-image-x86_64 18:18:14 . [Pipeline] withDockerContainer 18:18:15 prd-centos7-docker-4c-2g-24749 does not seem to be running inside a container 18:18:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:18:17 $ docker top 56e8b4705b24d6e25026b1a509199d0a9244e2cfa01542695b59ae12fca41c0a -eo pid,comm [Pipeline] { [Pipeline] sh 18:18:18 + go version 18:18:18 go version go1.15.5 linux/amd64 [Pipeline] } 18:18:19 $ docker stop --time=1 56e8b4705b24d6e25026b1a509199d0a9244e2cfa01542695b59ae12fca41c0a 18:18:20 $ docker rm -f 56e8b4705b24d6e25026b1a509199d0a9244e2cfa01542695b59ae12fca41c0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:18:22 + docker inspect -f . ci-base-image-x86_64 18:18:22 . [Pipeline] withDockerContainer 18:18:22 prd-centos7-docker-4c-2g-24749 does not seem to be running inside a container 18:18:22 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:18:24 $ docker top 8e28b286c60db729b971f5e0bd40f4ce7ba7aeea28ccf002e2c00cf259244b57 -eo pid,comm [Pipeline] { [Pipeline] echo 18:18:25 ========================================================= 18:18:25 [edgeXBuildGoParallel] Running Tests and Build... 18:18:25 ========================================================= [Pipeline] sh 18:18:25 + make test 18:18:25 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:18:44 ? github.com/edgexfoundry/edgex-go [no test files] 18:19:05 Running on prd-ubuntu18.04-docker-arm64-4c-16g-24750 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws 18:19:05 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 18:19:10 using credential edgex-jenkins-ssh 18:19:10 Cloning the remote Git repository 18:19:11 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:19:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:19:10 > git init /w/workspace/edgex-go/6 # timeout=10 18:19:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:19:10 > git --version # timeout=10 18:19:10 > git --version # 'git version 2.17.1' 18:19:10 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:11 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:22 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 18:19:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:19:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:19:25 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:19:25 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:19:25 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:19:25 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:19:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:19:27 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 7720835d1356653aaa62fb44da62189db095b415 18:19:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:19:27 Merge succeeded, producing 7720835d1356653aaa62fb44da62189db095b415 18:19:27 Checking out Revision 7720835d1356653aaa62fb44da62189db095b415 (PR-3115) 18:19:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:19:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:19:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:19:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:19:26 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:19:27 > git config core.sparsecheckout # timeout=10 18:19:27 > git checkout -f 7720835d1356653aaa62fb44da62189db095b415 # timeout=10 18:19:27 > git remote # timeout=10 18:19:27 > git config --get remote.origin.url # timeout=10 18:19:27 using GIT_SSH to set credentials SSH Credentials for GitHub 18:19:27 > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 18:19:27 > git rev-parse HEAD^{commit} # timeout=10 18:19:27 > git config core.sparsecheckout # timeout=10 18:19:27 > git checkout -f 7720835d1356653aaa62fb44da62189db095b415 # timeout=10 18:19:32 Commit message: "feat(security): Address PR feedback" 18:19:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:19:32 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:19:32 ? github.com/edgexfoundry/edgex-go/internal [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:19:33 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 18:19:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 18:19:34 + sudo service docker restart 18:19:34 + true 18:19:37 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.253s coverage: 46.0% of statements 18:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:19:37 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:19:37 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.097s coverage: 100.0% of statements [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 18:19:37 provisioning config files... 18:19:37 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/6@tmp/config6388134080308346797tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:19:37 ---> docker-login.sh 18:19:37 nexus3.edgexfoundry.org:10001 18:19:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:39 Configure a credential helper to remove this warning. See 18:19:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:39 18:19:39 Login Succeeded 18:19:39 nexus3.edgexfoundry.org:10002 18:19:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:39 Configure a credential helper to remove this warning. See 18:19:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:39 18:19:39 Login Succeeded 18:19:39 nexus3.edgexfoundry.org:10003 18:19:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:39 Configure a credential helper to remove this warning. See 18:19:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:39 18:19:39 Login Succeeded 18:19:39 nexus3.edgexfoundry.org:10004 18:19:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:40 Configure a credential helper to remove this warning. See 18:19:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:40 18:19:40 Login Succeeded 18:19:40 docker.io 18:19:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 18:19:40 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.306s coverage: 27.1% of statements 18:19:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:19:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:19:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:19:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:19:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:19:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:19:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.061s coverage: 100.0% of statements 18:19:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:19:40 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements 18:19:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:19:40 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:19:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 18:19:41 Configure a credential helper to remove this warning. See 18:19:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 18:19:41 18:19:41 Login Succeeded 18:19:41 ---> docker-login.sh ends [Pipeline] } 18:19:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 18:19:41 ========================================================= 18:19:41 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:19:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:19:42 + 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 . 18:19:42 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.126s coverage: 65.8% of statements 18:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:19:42 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:19:43 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.597s coverage: 82.3% of statements 18:19:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:19:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:19:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:19:43 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:19:44 Sending build context to Docker daemon 166.2MB 18:19:44 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 18:19:44 Step 2/6 : FROM ${BASE} 18:19:44 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:19:44 5f621e34cdf4: Pulling fs layer 18:19:44 a4357932f1b6: Pulling fs layer 18:19:44 18c013af1878: Pulling fs layer 18:19:44 00ac8860ef70: Pulling fs layer 18:19:44 63d7cb157983: Pulling fs layer 18:19:44 b116817d02f9: Pulling fs layer 18:19:44 745a02a5169b: Pulling fs layer 18:19:44 00ac8860ef70: Waiting 18:19:44 63d7cb157983: Waiting 18:19:44 b116817d02f9: Waiting 18:19:44 745a02a5169b: Waiting 18:19:44 18c013af1878: Verifying Checksum 18:19:44 18c013af1878: Download complete 18:19:44 a4357932f1b6: Verifying Checksum 18:19:44 a4357932f1b6: Download complete 18:19:44 63d7cb157983: Download complete 18:19:44 5f621e34cdf4: Download complete 18:19:44 b116817d02f9: Verifying Checksum 18:19:44 b116817d02f9: Download complete 18:19:45 5f621e34cdf4: Pull complete 18:19:46 a4357932f1b6: Pull complete 18:19:46 18c013af1878: Pull complete 18:19:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.720s coverage: 28.6% of statements 18:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:19:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.079s coverage: 100.0% of statements 18:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:19:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.084s coverage: 100.0% of statements 18:19:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:19:47 745a02a5169b: Verifying Checksum 18:19:47 745a02a5169b: Download complete 18:19:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.202s coverage: 86.7% of statements 18:19:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:19:48 00ac8860ef70: Verifying Checksum 18:19:48 00ac8860ef70: Download complete 18:19:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.313s coverage: 97.5% of statements 18:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:19:49 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.138s coverage: 78.3% of statements 18:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:19:49 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:19:56 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 2.414s coverage: 92.8% of statements 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:19:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.112s coverage: 58.8% of statements 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:19:56 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.235s coverage: 0.1% of statements 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:19:56 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.346s coverage: 45.5% of statements 18:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.203s coverage: 79.5% of statements 18:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.390s coverage: 94.1% of statements 18:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.133s coverage: 96.3% of statements 18:19:56 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.093s coverage: 87.5% of statements 18:19:58 00ac8860ef70: Pull complete 18:19:59 63d7cb157983: Pull complete 18:19:59 b116817d02f9: Pull complete 18:20:03 745a02a5169b: Pull complete 18:20:03 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 18:20:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:20:03 ---> b7e6874047d6 18:20:03 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 18:20:06 ---> Running in f557e1a4cc1d 18:20:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:20:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:20:09 (1/12) Installing libmagic (5.38-r0) 18:20:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.161s coverage: 94.4% of statements 18:20:09 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.075s coverage: 44.8% of statements 18:20:10 (2/12) Installing file (5.38-r0) 18:20:10 (3/12) Installing libc-dev (0.7.2-r3) 18:20:10 (4/12) Installing g++ (9.3.0-r2) 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.304s coverage: 92.9% of statements 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.087s coverage: 77.8% of statements 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.133s coverage: 87.2% of statements 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.283s coverage: 75.5% of statements 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.073s coverage: 80.8% of statements 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.101s coverage: 87.2% of statements 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.212s coverage: 84.2% of statements 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.4% of statements 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.316s coverage: 63.5% of statements 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.048s coverage: 91.3% of statements 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.042s coverage: 100.0% of statements 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.737s coverage: 68.9% of statements 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.224s coverage: 37.0% of statements 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:20:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.746s coverage: 84.0% of statements 18:20:22 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.095s coverage: 100.0% of statements 18:20:22 (5/12) Installing fortify-headers (1.1-r0) 18:20:22 (6/12) Installing patch (2.7.6-r6) 18:20:22 (7/12) Installing build-base (0.5-r2) 18:20:22 (8/12) Installing libsodium (1.0.18-r0) 18:20:22 (9/12) Installing pkgconf (1.7.2-r0) 18:20:22 (10/12) Installing libsodium-dev (1.0.18-r0) 18:20:22 (11/12) Installing libzmq (4.3.3-r0) 18:20:22 (12/12) Installing zeromq-dev (4.3.3-r0) 18:20:22 Executing busybox-1.31.1-r19.trigger 18:20:22 OK: 217 MiB in 51 packages 18:20:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.486s coverage: 47.0% of statements 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:20:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:20:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.077s coverage: 100.0% of statements 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:20:23 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.210s coverage: 100.0% of statements 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:20:23 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:20:25 Removing intermediate container f557e1a4cc1d 18:20:25 ---> 100dba2eb0da 18:20:25 Step 4/6 : WORKDIR /edgex-go 18:20:25 ---> Running in b962f4174328 18:20:26 Removing intermediate container b962f4174328 18:20:26 ---> 53cadf373c72 18:20:26 Step 5/6 : COPY go.mod . 18:20:27 ---> 15af7caf16de 18:20:27 Step 6/6 : RUN go mod download 18:20:27 ---> Running in c749e2788b72 18:20:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.313s coverage: 29.1% of statements 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:20:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.189s coverage: 99.0% of statements 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:20:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:20:27 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.135s coverage: 100.0% of statements 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:20:27 ok github.com/edgexfoundry/edgex-go/internal/system 0.089s coverage: 0.0% of statements 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:20:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:20:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.061s coverage: 87.9% of statements 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:20:27 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:20:27 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.045s coverage: 100.0% of statements 18:20:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.083s coverage: 32.1% of statements 18:20:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.064s coverage: 100.0% of statements 18:20:29 GO111MODULE=on go vet ./... 18:20:53 Removing intermediate container c749e2788b72 18:20:53 ---> 75908f1ca28d 18:20:53 Successfully built 75908f1ca28d 18:20:53 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:20:54 + docker inspect -f . ci-base-image-arm64 18:20:54 . [Pipeline] withDockerContainer 18:20:54 prd-ubuntu18.04-docker-arm64-4c-16g-24750 does not seem to be running inside a container 18:20:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 18:20:56 $ docker top 8bb65feb57b76715c171b3c2d83ffe335e080e47c3b7d5f24701dd305d6ecc66 -eo pid,comm [Pipeline] { [Pipeline] sh 18:20:57 + go version 18:20:57 go version go1.15.5 linux/arm64 [Pipeline] } 18:20:57 $ docker stop --time=1 8bb65feb57b76715c171b3c2d83ffe335e080e47c3b7d5f24701dd305d6ecc66 18:20:58 $ docker rm -f 8bb65feb57b76715c171b3c2d83ffe335e080e47c3b7d5f24701dd305d6ecc66 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:20:59 + docker inspect -f . ci-base-image-arm64 18:20:59 . [Pipeline] withDockerContainer 18:21:00 prd-ubuntu18.04-docker-arm64-4c-16g-24750 does not seem to be running inside a container 18:21:00 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** ci-base-image-arm64 cat 18:21:01 $ docker top ba729696dc29c24a7dd7b07eedd3970ae1ed1829a51ac0de33ad0e12472276cd -eo pid,comm [Pipeline] { [Pipeline] echo 18:21:02 ========================================================= 18:21:02 [edgeXBuildGoParallel] Running Tests and Build... 18:21:02 ========================================================= [Pipeline] sh 18:21:02 + make test 18:21:02 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:21:25 ? github.com/edgexfoundry/edgex-go [no test files] 18:21:27 gofmt -l . 18:21:28 [ "`gofmt -l .`" = "" ] 18:21:29 ./bin/test-go-mod-tidy.sh 18:21:30 ./bin/test-attribution-txt.sh [Pipeline] sh 18:21:32 + ls -al . 18:21:32 total 684 18:21:32 drwxrwxr-x 10 1001 1001 4096 Feb 3 18:21 . 18:21:32 drwxr-xr-x 4 root root 28 Feb 3 18:18 .. 18:21:32 -rw-rw-r-- 1 1001 1001 11 Feb 3 18:15 .dockerignore 18:21:32 drwxrwxr-x 8 1001 1001 179 Feb 3 18:15 .git 18:21:32 drwxrwxr-x 3 1001 1001 125 Feb 3 18:15 .github 18:21:32 -rw-rw-r-- 1 1001 1001 818 Feb 3 18:15 .gitignore 18:21:32 drwx------ 3 1001 1001 60 Feb 3 18:16 .semver 18:21:32 -rw-rw-r-- 1 1001 1001 166 Feb 3 18:15 .sonarcloud.properties 18:21:32 -rw-rw-r-- 1 1001 1001 7859 Feb 3 18:15 Attribution.txt 18:21:32 -rw-rw-r-- 1 1001 1001 3804 Feb 3 18:15 CONTRIBUTING.md 18:21:32 -rw-rw-r-- 1 1001 1001 931 Feb 3 18:15 Dockerfile.build 18:21:32 -rw-rw-r-- 1 1001 1001 863 Feb 3 18:15 Jenkinsfile 18:21:32 -rw-rw-r-- 1 1001 1001 10775 Feb 3 18:15 LICENSE 18:21:32 -rw-rw-r-- 1 1001 1001 5774 Feb 3 18:15 Makefile 18:21:32 -rw-rw-r-- 1 1001 1001 6524 Feb 3 18:15 README.md 18:21:32 -rw-rw-r-- 1 1001 1001 6755 Feb 3 18:15 SECURITY.md 18:21:32 -rw-rw-r-- 1 1001 1001 5 Feb 3 18:17 VERSION 18:21:32 -rw-rw-r-- 1 1001 1001 4131 Feb 3 18:15 ZMQWindows.md 18:21:32 drwxrwxr-x 2 1001 1001 117 Feb 3 18:15 bin 18:21:32 drwxrwxr-x 14 1001 1001 4096 Feb 3 18:15 cmd 18:21:32 -rw-r--r-- 1 root root 580844 Feb 3 18:20 coverage.out 18:21:32 -rw-r--r-- 1 root root 1054 Feb 3 18:21 go.mod 18:21:32 -rw-r--r-- 1 root root 19399 Feb 3 18:21 go.sum 18:21:32 drwxrwxr-x 8 1001 1001 127 Feb 3 18:15 internal 18:21:32 drwxrwxr-x 4 1001 1001 26 Feb 3 18:15 openapi 18:21:32 drwxrwxr-x 4 1001 1001 71 Feb 3 18:15 snap 18:21:32 -rw-rw-r-- 1 1001 1001 168 Feb 3 18:15 version.go [Pipeline] sh 18:21:33 + '[' -e coverage.out ] 18:21:33 + chown 1001:1001 coverage.out [Pipeline] stash 18:21:34 Stashed 1 file(s) [Pipeline] sh 18:21:34 + make build 18:21:34 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 18:21:41 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 18:21: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 18:21: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 18:22:03 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 18:22:04 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 18:22:06 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 18:22:09 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 18:22:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:22:12 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 18:22:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 18:22:14 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 18:22:17 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 18:22:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] } 18:22:21 $ docker stop --time=1 8e28b286c60db729b971f5e0bd40f4ce7ba7aeea28ccf002e2c00cf259244b57 18:22:22 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 18:22:22 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 18:22:23 $ docker rm -f 8e28b286c60db729b971f5e0bd40f4ce7ba7aeea28ccf002e2c00cf259244b57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:22:27 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:22:27 18:22:27 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 18:22:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:22:28 latest: Pulling from edgex-devops/edgex-compose 18:22:28 cbdbe7a5bc2a: Pulling fs layer 18:22:28 ca9280d653b3: Pulling fs layer 18:22:28 7e9c9ca2126c: Pulling fs layer 18:22:28 cbdbe7a5bc2a: Download complete 18:22:29 cbdbe7a5bc2a: Pull complete 18:22:29 ca9280d653b3: Verifying Checksum 18:22:29 ca9280d653b3: Download complete 18:22:30 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] 18:22:30 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 18:22:30 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 18:22:30 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 18:22:30 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 18:22:30 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 18:22:31 7e9c9ca2126c: Verifying Checksum 18:22:31 7e9c9ca2126c: Download complete 18:22:31 ca9280d653b3: Pull complete 18:22:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 18:22:38 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 18:22:38 ? github.com/edgexfoundry/edgex-go/internal [no test files] 18:22:42 7e9c9ca2126c: Pull complete 18:22:42 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 18:22:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:22:42 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 18:22:42 prd-centos7-docker-4c-2g-24749 does not seem to be running inside a container 18:22:42 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:22:44 $ docker top 05cd19089dd3b415726f3f2c30393c2714e9d200b947c50ab77f3e9bc9237795 -eo pid,comm [Pipeline] { [Pipeline] sh 18:22:45 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.396s coverage: 46.0% of statements 18:22:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 18:22:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 18:22:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 18:22:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 18:22:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 18:22:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] 18:22:45 ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] 18:22:45 ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.147s coverage: 100.0% of statements 18:22:45 + docker-compose build --help 18:22:45 + grep parallel 18:22:47 --parallel Build images in parallel. [Pipeline] } 18:22:47 $ docker stop --time=1 05cd19089dd3b415726f3f2c30393c2714e9d200b947c50ab77f3e9bc9237795 18:22:49 $ docker rm -f 05cd19089dd3b415726f3f2c30393c2714e9d200b947c50ab77f3e9bc9237795 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:22:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 18:22:49 . [Pipeline] withDockerContainer 18:22:50 prd-centos7-docker-4c-2g-24749 does not seem to be running inside a container 18:22:50 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:22:51 $ docker top 090933e860004c4e5eddc9cced6b571e8601d4d07af025bba5d169a861a5e080 -eo pid,comm [Pipeline] { [Pipeline] sh 18:22:51 + docker-compose -f ./docker-compose-build.yml build --parallel 18:22:52 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.538s coverage: 27.1% of statements 18:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 18:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 18:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 18:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 18:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 18:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 18:22:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.076s coverage: 100.0% of statements 18:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 18:22:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.070s coverage: 100.0% of statements 18:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 18:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 18:22:52 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.224s coverage: 65.8% of statements 18:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 18:22:52 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 18:22:53 Building docker-core-command-go ... 18:22:53 Building docker-core-data-go ... 18:22:53 Building docker-core-metadata-go ... 18:22:53 Building docker-security-bootstrapper-go ... 18:22:53 Building docker-security-proxy-setup-go ... 18:22:53 Building docker-security-secretstore-setup-go ... 18:22:53 Building docker-support-notifications-go ... 18:22:53 Building docker-support-scheduler-go ... 18:22:53 Building docker-sys-mgmt-agent-go ... 18:22:53 Building docker-sys-mgmt-agent-go 18:22:53 Building docker-core-command-go 18:22:53 Building docker-core-data-go 18:22:53 Building docker-security-secretstore-setup-go 18:22:53 Building docker-security-proxy-setup-go 18:22:53 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.655s coverage: 82.3% of statements 18:22:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 18:22:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 18:22:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 18:22:53 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 18:23:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.169s coverage: 28.6% of statements 18:23:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 18:23:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 18:23:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 18:23:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 18:23:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 18:23:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.146s coverage: 100.0% of statements 18:23:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 18:23:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.075s coverage: 100.0% of statements 18:23:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 18:23:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.304s coverage: 86.7% of statements 18:23:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 18:23:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.422s coverage: 97.5% of statements 18:23:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 18:23:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.158s coverage: 78.3% of statements 18:23:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 18:23:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 18:23:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 18:23:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 18:23:10 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.302s coverage: 92.8% of statements 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 18:23:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.055s coverage: 58.8% of statements 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 18:23:10 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.158s coverage: 0.1% of statements 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 18:23:10 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] 18:23:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.081s coverage: 45.5% of statements 18:23:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.097s coverage: 79.5% of statements 18:23:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.091s coverage: 94.1% of statements 18:23:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.098s coverage: 96.3% of statements 18:23:10 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements 18:23:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.071s coverage: 94.4% of statements 18:23:23 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.068s coverage: 44.8% of statements 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.122s coverage: 92.9% of statements 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.059s coverage: 77.8% of statements 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.077s coverage: 87.2% of statements 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.117s coverage: 87.2% of statements 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.118s coverage: 84.2% of statements 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.167s coverage: 91.4% of statements 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.524s coverage: 63.5% of statements 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.058s coverage: 100.0% of statements 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.086s coverage: 91.3% of statements 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.057s coverage: 100.0% of statements 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.819s coverage: 68.9% of statements 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.341s coverage: 37.0% of statements 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 18:23:38 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 18:23:38 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.564s coverage: 84.0% of statements 18:23:39 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.138s coverage: 100.0% of statements 18:23:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.383s coverage: 47.0% of statements 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 18:23:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.173s coverage: 100.0% of statements 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 18:23:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] 18:23:46 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.167s coverage: 100.0% of statements 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] 18:23:46 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] 18:23:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.057s coverage: 29.1% of statements 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 18:23:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 18:23:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.096s coverage: 100.0% of statements 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] 18:23:52 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.150s coverage: 100.0% of statements 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] 18:23:52 ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 18:23:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 18:23:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 18:23:52 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 18:23:52 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements 18:23:53 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements 18:23:54 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 18:23:54 GO111MODULE=on go vet ./... 18:24:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:24:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:24:02 ---> c1ba8870c149 18:24:02 Step 3/23 : WORKDIR /edgex-go 18:24:02 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:24:02 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:24:02 ---> c1ba8870c149 18:24:02 Step 3/23 : WORKDIR /edgex-go 18:24:02 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:24:02 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:24:02 ---> c1ba8870c149 18:24:02 Step 3/26 : WORKDIR /edgex-go 18:24:02 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:24:02 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:24:02 ---> c1ba8870c149 18:24:02 Step 3/24 : WORKDIR /edgex-go 18:24:02 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:24:02 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:24:02 ---> c1ba8870c149 18:24:02 Step 3/21 : WORKDIR /edgex-go 18:24:02 ---> Running in 3998d9faab88 18:24:02 ---> Running in bc8fe65d6d3b 18:24:02 ---> Running in 0ce9eab6ac88 18:24:02 ---> Running in 21c5f5d76ee3 18:24:02 ---> Running in d704c4a00dd6 18:24:02 Removing intermediate container 0ce9eab6ac88 18:24:02 ---> 58c8dcd2de34 18:24:02 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:24:02 Removing intermediate container 3998d9faab88 18:24:02 ---> 1abd124ed3ee 18:24:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:24:02 Removing intermediate container bc8fe65d6d3b 18:24:02 ---> db21f9d095ca 18:24:02 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:24:02 Removing intermediate container 21c5f5d76ee3 18:24:02 ---> 8b67c1ef28aa 18:24:02 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:24:02 Removing intermediate container d704c4a00dd6 18:24:02 ---> dd5a528a6037 18:24:02 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:24:02 ---> Running in 6b241a38990b 18:24:02 ---> Running in 4f6acea4e9b2 18:24:02 ---> Running in 6e72ad8dfe33 18:24:02 ---> Running in 1ed045aaccc4 18:24:02 ---> Running in c1050776ed38 18:24:02 Removing intermediate container 6e72ad8dfe33 18:24:02 ---> 9dce6b13622b 18:24:02 Step 5/26 : RUN apk add --update --no-cache make bash git 18:24:02 Removing intermediate container 6b241a38990b 18:24:02 ---> e515925fc351 18:24:02 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:24:02 Removing intermediate container 4f6acea4e9b2 18:24:02 ---> f4542f4ed60a 18:24:02 Step 5/23 : RUN apk add --update --no-cache make git 18:24:02 Removing intermediate container c1050776ed38 18:24:02 ---> f9a1e2bad3fd 18:24:02 Step 5/21 : RUN apk add --update --no-cache make git 18:24:02 ---> Running in 8dc7c563a35d 18:24:02 ---> Running in c6537edbc0d6 18:24:02 ---> Running in 78d4aa35989e 18:24:02 Removing intermediate container 1ed045aaccc4 18:24:02 ---> 9d5eb9fb0676 18:24:02 Step 5/24 : RUN apk add --update --no-cache make git 18:24:02 ---> Running in 5960fc88c443 18:24:02 ---> Running in 745f563b5a01 18:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:24:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:03 OK: 233 MiB in 51 packages 18:24:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:03 OK: 233 MiB in 51 packages 18:24:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:24:03 OK: 233 MiB in 51 packages 18:24:04 OK: 233 MiB in 51 packages 18:24:04 OK: 233 MiB in 51 packages 18:24:04 Removing intermediate container c6537edbc0d6 18:24:04 ---> 81bcfb2a7c69 18:24:04 Step 6/23 : COPY go.mod . 18:24:04 Removing intermediate container 8dc7c563a35d 18:24:04 ---> b05d502cbc6a 18:24:04 Step 6/26 : COPY go.mod . 18:24:04 Removing intermediate container 78d4aa35989e 18:24:04 ---> 32d2b87ee753 18:24:04 Step 6/23 : COPY go.mod . 18:24:05 ---> 05726448ba2b 18:24:05 Step 7/23 : RUN go mod download 18:24:05 ---> Running in b705ace7beb8 18:24:05 ---> 62c1537bdf7c 18:24:05 Step 7/23 : RUN go mod download 18:24:05 ---> 7370067202ee 18:24:05 Step 7/26 : RUN go mod download 18:24:06 ---> Running in 4ba4ecb0932f 18:24:06 ---> Running in 8f2ac038a45f 18:24:06 Removing intermediate container 745f563b5a01 18:24:06 ---> 5e5b0d0e9f49 18:24:06 Step 6/24 : COPY go.mod . 18:24:06 Removing intermediate container 5960fc88c443 18:24:06 ---> eaa4d3ff5a9d 18:24:06 Step 6/21 : COPY go.mod . 18:24:07 ---> 2c92351eb20a 18:24:07 Step 7/24 : RUN go mod download 18:24:07 ---> 05dcef3c3d08 18:24:07 Step 7/21 : RUN go mod download 18:24:07 ---> Running in 6f5f434d0e2e 18:24:07 ---> Running in 92f1dc6203af 18:24:10 Removing intermediate container 4ba4ecb0932f 18:24:10 ---> 15a3c0c36df8 18:24:10 Step 8/23 : COPY . . 18:24:10 Removing intermediate container b705ace7beb8 18:24:10 ---> 15f87dc9010e 18:24:10 Step 8/23 : COPY . . 18:24:10 Removing intermediate container 8f2ac038a45f 18:24:10 ---> 66bf1c206247 18:24:10 Step 8/26 : COPY . . 18:24:11 Removing intermediate container 6f5f434d0e2e 18:24:11 ---> 7322e3bb1415 18:24:11 Step 8/24 : COPY . . 18:24:11 Removing intermediate container 92f1dc6203af 18:24:11 ---> 727f20f0fc02 18:24:11 Step 8/21 : COPY . . 18:25:16 gofmt -l . 18:25:16 [ "`gofmt -l .`" = "" ] 18:25:16 ./bin/test-go-mod-tidy.sh 18:25:16 ./bin/test-attribution-txt.sh [Pipeline] sh 18:25:17 + ls -al . 18:25:17 total 712 18:25:17 drwxrwxr-x 9 1001 1001 4096 Feb 3 18:25 . 18:25:17 drwxr-xr-x 4 root root 4096 Feb 3 18:21 .. 18:25:17 -rw-rw-r-- 1 1001 1001 11 Feb 3 18:19 .dockerignore 18:25:17 drwxrwxr-x 8 1001 1001 4096 Feb 3 18:19 .git 18:25:17 drwxrwxr-x 3 1001 1001 4096 Feb 3 18:19 .github 18:25:17 -rw-rw-r-- 1 1001 1001 818 Feb 3 18:19 .gitignore 18:25:17 -rw-rw-r-- 1 1001 1001 166 Feb 3 18:19 .sonarcloud.properties 18:25:17 -rw-rw-r-- 1 1001 1001 7859 Feb 3 18:19 Attribution.txt 18:25:17 -rw-rw-r-- 1 1001 1001 3804 Feb 3 18:19 CONTRIBUTING.md 18:25:17 -rw-rw-r-- 1 1001 1001 931 Feb 3 18:19 Dockerfile.build 18:25:17 -rw-rw-r-- 1 1001 1001 863 Feb 3 18:19 Jenkinsfile 18:25:17 -rw-rw-r-- 1 1001 1001 10775 Feb 3 18:19 LICENSE 18:25:17 -rw-rw-r-- 1 1001 1001 5774 Feb 3 18:19 Makefile 18:25:17 -rw-rw-r-- 1 1001 1001 6524 Feb 3 18:19 README.md 18:25:17 -rw-rw-r-- 1 1001 1001 6755 Feb 3 18:19 SECURITY.md 18:25:17 -rw-rw-r-- 1 1001 1001 5 Feb 3 18:17 VERSION 18:25:17 -rw-rw-r-- 1 1001 1001 4131 Feb 3 18:19 ZMQWindows.md 18:25:17 drwxrwxr-x 2 1001 1001 4096 Feb 3 18:19 bin 18:25:17 drwxrwxr-x 14 1001 1001 4096 Feb 3 18:19 cmd 18:25:17 -rw-r--r-- 1 root root 580844 Feb 3 18:23 coverage.out 18:25:17 -rw-r--r-- 1 root root 1054 Feb 3 18:25 go.mod 18:25:17 -rw-r--r-- 1 root root 19399 Feb 3 18:25 go.sum 18:25:17 drwxrwxr-x 8 1001 1001 4096 Feb 3 18:19 internal 18:25:17 drwxrwxr-x 4 1001 1001 4096 Feb 3 18:19 openapi 18:25:17 drwxrwxr-x 4 1001 1001 4096 Feb 3 18:19 snap 18:25:17 -rw-rw-r-- 1 1001 1001 168 Feb 3 18:19 version.go [Pipeline] sh 18:25:17 + '[' -e coverage.out ] 18:25:17 + chown 1001:1001 coverage.out [Pipeline] stash 18:25:18 Warning: overwriting stash ‘coverage-report’ 18:25:19 Stashed 1 file(s) [Pipeline] sh 18:25:19 ---> 6435dfae0f3e 18:25:19 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:25:19 ---> a987dd85524d 18:25:19 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:25:19 ---> 7089081cca13 18:25:19 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config ---> c8167d2180ae 18:25:19 18:25:19 Step 9/23 : RUN make cmd/core-command/core-command ---> 3bc9496cf4e2 18:25:19 18:25:19 Step 9/23 : RUN make cmd/core-data/core-data 18:25:19 ---> Running in ac8494fc5164 18:25:19 ---> Running in fd2191700ed2 18:25:19 ---> Running in d9946bf07f2a 18:25:19 ---> Running in f932a9ea2ab2 18:25:19 ---> Running in fdc99caf655d 18:25:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:25:19 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 18:25:19 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 18:25:19 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 18:25: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 18:25:19 + make build 18:25:19 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 18:25:30 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 18:25:56 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 18:25:57 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 18:25:59 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 18:25:59 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 18:26:04 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 18:26:04 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 18:26:07 Removing intermediate container f932a9ea2ab2 18:26:07 ---> 4a8030a533b2 18:26:07 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:26:08 ---> Running in bbc84d3a2989 18:26:08 Removing intermediate container fdc99caf655d 18:26:08 ---> ca3379eeec79 18:26:08 18:26:08 Step 10/24 : FROM alpine:3.12 18:26:08 3.12: Pulling from library/alpine 18:26:08 Removing intermediate container ac8494fc5164 18:26:08 ---> 5bfee7a6b4f2 18:26:08 18:26:08 Step 10/21 : FROM alpine:3.12 18:26:09 3.12: Pulling from library/alpine 18:26:09 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 18:26:10 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 18:26:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:26:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:26:10 Status: Downloaded newer image for alpine:3.12 18:26:10 ---> 389fef711851 18:26:10 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:26:10 Status: Downloaded newer image for alpine:3.12 18:26:10 ---> 389fef711851 18:26:10 Step 11/21 : RUN apk add --update --no-cache curl 18:26:12 ---> Running in 7a9dcc4f1c29 18:26:12 ---> Running in a27d8d06f4e9 18:26:12 Removing intermediate container fd2191700ed2 18:26:12 ---> b392e040a176 18:26:12 18:26:12 Step 10/23 : FROM alpine:3.12 18:26:12 ---> 389fef711851 18:26:12 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:26:12 ---> Running in 3da541fd5100 18:26:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:14 Removing intermediate container bbc84d3a2989 18:26:14 ---> df3db32a4906 18:26:14 18:26:14 Step 11/26 : FROM docker:20.10.0 18:26:14 (1/4) Installing ca-certificates (20191127-r4) 18:26:14 20.10.0: Pulling from library/docker 18:26:14 (1/1) Installing dumb-init (1.2.2-r1) 18:26:14 Executing busybox-1.31.1-r19.trigger 18:26:14 (1/5) Installing ca-certificates (20191127-r4) 18:26:14 OK: 6 MiB in 15 packages 18:26:14 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:26:14 (3/4) Installing libcurl (7.69.1-r3) 18:26:15 (4/4) Installing curl (7.69.1-r3) 18:26:15 Executing busybox-1.31.1-r19.trigger 18:26:15 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:26:15 Executing ca-certificates-20191127-r4.trigger 18:26:15 (3/5) Installing libcurl (7.69.1-r3) 18:26:15 (4/5) Installing curl (7.69.1-r3) 18:26:15 (5/5) Installing dumb-init (1.2.2-r1) 18:26:15 OK: 7 MiB in 18 packages 18:26:15 Executing busybox-1.31.1-r19.trigger 18:26:15 Executing ca-certificates-20191127-r4.trigger 18:26:15 OK: 7 MiB in 19 packages 18:26:15 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 18:26:19 Removing intermediate container d9946bf07f2a 18:26:19 ---> d5f036346b6e 18:26:19 18:26:19 Step 10/23 : FROM alpine:3.12 18:26:19 ---> 389fef711851 18:26:19 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:26:19 Removing intermediate container 3da541fd5100 18:26:19 ---> a1106083579f 18:26:19 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:26:19 ---> Running in aa27a3efca02 18:26:19 ---> Running in 306128f47518 18:26:20 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 18:26:20 Removing intermediate container 7a9dcc4f1c29 18:26:20 ---> 5d834df58244 18:26:20 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:26:20 Removing intermediate container a27d8d06f4e9 18:26:20 ---> 0510c11b5b59 18:26:20 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:26:20 ---> Running in 8efe8067bda2 18:26:20 ---> Running in d11a68791739 18:26:20 Removing intermediate container 306128f47518 18:26:20 ---> 416262a5acf0 18:26:20 Step 13/23 : ENV APP_PORT=48082 18:26:20 Removing intermediate container aa27a3efca02 18:26:20 ---> 399f6cf3ba8c 18:26:20 Step 12/23 : ENV APP_PORT=48080 18:26:20 ---> Running in 7f403a84671b 18:26:20 ---> Running in 9e87e7ec08c2 18:26:20 Removing intermediate container 8efe8067bda2 18:26:20 ---> 41f0d1e483bf 18:26:20 Step 13/21 : WORKDIR /edgex 18:26:20 Removing intermediate container d11a68791739 18:26:20 ---> 213cad4fef10 18:26:20 Step 13/24 : WORKDIR / 18:26:21 ---> Running in 9aac18247a32 18:26:21 ---> Running in 7f8e1454bc9b 18:26:21 Removing intermediate container 9e87e7ec08c2 18:26:21 ---> 17a88d4fc2bf 18:26:21 Step 13/23 : EXPOSE $APP_PORT 18:26:21 Removing intermediate container 7f403a84671b 18:26:21 ---> c608614b9a8e 18:26:21 Step 14/23 : EXPOSE $APP_PORT 18:26:22 Removing intermediate container 7f8e1454bc9b 18:26:22 ---> c4d07af02bf2 18:26: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 18:26:22 Removing intermediate container 9aac18247a32 18:26:22 ---> 2fad5e521b44 18:26:22 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:26:22 ---> Running in 835ffd681447 18:26:22 ---> Running in c613277244fc 18:26:22 Removing intermediate container 835ffd681447 18:26:22 ---> a4a5ddad5249 18:26:22 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:26:22 Removing intermediate container c613277244fc 18:26:22 ---> c95c05c38776 18:26:22 Step 15/23 : WORKDIR / 18:26:22 ---> 9b9c7f37622e 18:26:22 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:26:22 ---> Running in 4361712b47bf 18:26:22 ---> cf499c3e6b97 18:26:22 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:26:23 ---> Running in 9c4ed7cf098a 18:26:23 Removing intermediate container 9c4ed7cf098a 18:26:23 ---> 8025ae88f1ea 18:26:23 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:26:24 ---> dd5ae790c5ac 18:26:24 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:26:24 ---> 0a007966dbfc 18:26:24 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:26:24 ---> a7c95c1e116c 18:26:24 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:26:24 ---> b055aba5bcbe 18:26:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:26:25 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 18:26:25 Removing intermediate container 4361712b47bf 18:26:25 ---> 4092ec0ca305 18:26:25 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:26:25 ---> Running in a1e88eafac58 18:26:26 ---> 3b49ad649f97 18:26:26 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:26:26 ---> 8f5d0ff0ec11 18:26:26 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:26:26 ---> d351104925d0 18:26:26 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:26:26 ---> Running in 3bd2f8ea7617 18:26:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:27 Removing intermediate container 3bd2f8ea7617 18:26:27 ---> 0d32c71f5173 18:26:27 Step 18/21 : CMD ["--init=true"] 18:26:27 ---> 09f9ffa0518d 18:26:27 Step 19/23 : ENTRYPOINT ["/core-command"] 18:26:27 ---> c4247451a34d 18:26:27 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:26:28 ---> Running in d7eb8d307985 18:26:28 ---> Running in 72e1c52f5ad1 18:26:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:28 Removing intermediate container d7eb8d307985 18:26:28 ---> 0dd2b62aa642 18:26:28 Step 19/21 : LABEL arch=x86_64 18:26:28 ---> 9f38267238da 18:26:28 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/ 18:26:28 Removing intermediate container 72e1c52f5ad1 18:26:28 ---> fe9351fd1ef4 18:26:28 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:26:28 ---> Running in a1f8f06f2e0b 18:26:28 ---> Running in e0e0375ff035 18:26:28 ---> Running in 6c94b1704e9b 18:26:28 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 18:26:29 Removing intermediate container a1f8f06f2e0b 18:26:29 ---> b59ee60b19d7 18:26:29 Step 20/21 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:26:29 (1/6) Installing dumb-init (1.2.2-r1) 18:26:29 Removing intermediate container 6c94b1704e9b 18:26:29 ---> 2756d91fd119 18:26:29 Step 21/23 : LABEL arch=x86_64 18:26:29 (2/6) Installing libgcc (9.3.0-r2) 18:26:29 ---> Running in 0ae1d1114d61 18:26:29 (3/6) Installing libsodium (1.0.18-r0) 18:26:29 ---> Running in 6c6e9b35ac45 18:26:29 (4/6) Installing libstdc++ (9.3.0-r2) 18:26:29 (5/6) Installing libzmq (4.3.3-r0) 18:26:29 (6/6) Installing zeromq (4.3.3-r0) 18:26:29 Executing busybox-1.31.1-r19.trigger 18:26:29 OK: 8 MiB in 20 packages 18:26:30 Removing intermediate container 6c6e9b35ac45 18:26:30 ---> 38c792362fd6 18:26:30 Step 22/23 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:26:30 Removing intermediate container 0ae1d1114d61 18:26:30 ---> 48b137b3d698 18:26:30 Step 21/21 : LABEL version=0.0.0 18:26:30 ---> Running in 99cef8f94c0c 18:26:30 ---> Running in b1839018d70a 18:26:30 Removing intermediate container b1839018d70a 18:26:30 ---> f20b37decaec 18:26:30 18:26:30 Removing intermediate container 99cef8f94c0c 18:26:30 ---> 3f0bad9d1c7c 18:26:30 Step 23/23 : LABEL version=0.0.0 18:26:30 ---> Running in 0233ea61f73d 18:26:31 Removing intermediate container e0e0375ff035 18:26:31 ---> 4577d3caa70c 18:26:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:26:31 Successfully built f20b37decaec 18:26:31 Successfully tagged docker-security-proxy-setup-go:latest 18:26:31 Removing intermediate container 0233ea61f73d 18:26:31 ---> ff5dc78658d8 18:26:31 18:26:31  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go 18:26:31 ---> Running in d82915991460 18:26:31 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:26:31 Removing intermediate container a1e88eafac58 18:26:31 ---> 07da7f547d7e 18:26:31 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:26:31 Status: Downloaded newer image for docker:20.10.0 18:26:31 ---> aefe523efa57 18:26:31 Step 12/26 : RUN apk add --no-cache bash 18:26:32 Successfully built ff5dc78658d8 18:26:32 ---> Running in e38c695bf96a 18:26:32 Successfully tagged docker-core-command-go:latest 18:26:32 Building docker-support-notifications-go 18:26:32  Building docker-core-command-go ... done Removing intermediate container d82915991460 18:26:32 ---> 468cdfa8e862 18:26:32 Step 22/24 : LABEL arch=x86_64 18:26:32 ---> 4b5efd583379 18:26:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:26:32 ---> Running in 0d91fd7a86c1 18:26:33 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 18:26:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:34 Removing intermediate container 0d91fd7a86c1 18:26:34 ---> 67b0716bc7da 18:26:34 Step 23/24 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:26:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:34 (1/2) Installing readline (8.0.4-r0) 18:26:34 (2/2) Installing bash (5.0.17-r0) 18:26:34 Executing bash-5.0.17-r0.post-install 18:26:34 Executing busybox-1.31.1-r19.trigger 18:26:34 OK: 12 MiB in 22 packages 18:26:36 ---> Running in e2bedc10bcf7 18:26:36 ---> 8eab1d1dd019 18:26:36 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:26:37 Removing intermediate container e2bedc10bcf7 18:26:37 ---> 186ed2bd5747 18:26:37 Step 24/24 : LABEL version=0.0.0 18:26:37 ---> Running in 3789e4f8203c 18:26:37 ---> 2bd81d29a251 18:26:37 Step 19/23 : ENTRYPOINT ["/core-data"] 18:26:38 ---> Running in ac68ef6b35ce 18:26:38 Removing intermediate container e38c695bf96a 18:26:38 ---> a9ef011c7034 18:26:38 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:26:39 Removing intermediate container 3789e4f8203c 18:26:39 ---> 1ec86437b892 18:26:39 18:26:40 Successfully built 1ec86437b892 18:26:40 Successfully tagged docker-security-secretstore-setup-go:latest 18:26:40 Building docker-security-bootstrapper-go 18:26:40  Building docker-security-secretstore-setup-go ... done Removing intermediate container ac68ef6b35ce 18:26:40 ---> a09963899ad5 18:26:40 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:26:40 ---> Running in 2dd2ebdd2fda 18:26:40 ---> Running in 6e0c3bc5d514 [Pipeline] } 18:26:41 $ docker stop --time=1 ba729696dc29c24a7dd7b07eedd3970ae1ed1829a51ac0de33ad0e12472276cd 18:26:41 Removing intermediate container 2dd2ebdd2fda 18:26:41 ---> dfe5aa180149 18:26:41 Step 14/26 : ENV APP_PORT=48090 18:26:42 Removing intermediate container 6e0c3bc5d514 18:26:42 ---> 72563871299f 18:26:42 Step 21/23 : LABEL arch=x86_64 18:26:43 ---> Running in 4951e92a933a 18:26:43 ---> Running in d21220bf987e 18:26:43 $ docker rm -f ba729696dc29c24a7dd7b07eedd3970ae1ed1829a51ac0de33ad0e12472276cd 18:26:44 Removing intermediate container 4951e92a933a 18:26:44 ---> 6812e7d04a77 18:26:44 Step 22/23 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:26:44 Removing intermediate container d21220bf987e 18:26:44 ---> 3ae9c4ab7fd5 18:26:44 Step 15/26 : EXPOSE $APP_PORT 18:26:44 ---> Running in f872d212ba1a 18:26:44 ---> Running in 5b884ba4fa23 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 18:26:45 Removing intermediate container f872d212ba1a 18:26:45 ---> 9bca11f459c1 18:26:45 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:26:45 Removing intermediate container 5b884ba4fa23 18:26:45 ---> bf86d8d4086e 18:26:45 Step 23/23 : LABEL version=0.0.0 [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:26:45 ---> Running in d99c0055b6c3 18:26:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:26:46 18:26:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:26:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:26:46 Removing intermediate container d99c0055b6c3 18:26:46 ---> 1e9e2424d610 18:26:46 18:26:47 latest: Pulling from edgex-devops/edgex-compose-arm64 18:26:47 29e5d40040c1: Pulling fs layer 18:26:47 1ce36da41761: Pulling fs layer 18:26:47 25b303627fd3: Pulling fs layer 18:26:47 ---> f35973f46b34 18:26:47 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:26:47 Successfully built 1e9e2424d610 18:26:47 Successfully tagged docker-core-data-go:latest 18:26:47 Building docker-core-metadata-go 18:26:47 29e5d40040c1: Verifying Checksum 18:26:47 29e5d40040c1: Download complete 18:26:47 1ce36da41761: Verifying Checksum 18:26:47 1ce36da41761: Download complete 18:26:47 29e5d40040c1: Pull complete 18:26:48  Building docker-core-data-go ... done  ---> 6ac606464780 18:26:48 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:26:49 ---> 92e1377fd206 18:26:49 Step 19/26 : RUN apk --no-cache add py3-pip 18:26:49 ---> Running in d0fdda61ebb9 18:26:49 1ce36da41761: Pull complete 18:26:49 25b303627fd3: Verifying Checksum 18:26:49 25b303627fd3: Download complete 18:26:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:26:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:26:52 (1/33) Installing libbz2 (1.0.8-r1) 18:26:52 (2/33) Installing expat (2.2.9-r1) 18:26:52 (3/33) Installing libffi (3.3-r2) 18:26:52 (4/33) Installing gdbm (1.13-r1) 18:26:52 (5/33) Installing xz-libs (5.2.5-r0) 18:26:52 (6/33) Installing sqlite-libs (3.32.1-r0) 18:26:52 (7/33) Installing python3 (3.8.5-r0) 18:26:55 (8/33) Installing py3-appdirs (1.4.4-r1) 18:26:55 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:26:55 (10/33) Installing py3-parsing (2.4.7-r0) 18:26:55 (11/33) Installing py3-six (1.15.0-r0) 18:26:55 (12/33) Installing py3-packaging (20.4-r0) 18:26:55 (13/33) Installing py3-setuptools (47.0.0-r0) 18:26:55 (14/33) Installing py3-chardet (3.0.4-r4) 18:26:55 (15/33) Installing py3-idna (2.9-r0) 18:26:55 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:26:55 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:26:56 (18/33) Installing py3-requests (2.23.0-r0) 18:26:56 (19/33) Installing py3-msgpack (1.0.0-r0) 18:26:57 (20/33) Installing py3-lockfile (0.12.2-r3) 18:26:58 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:26:58 (22/33) Installing py3-colorama (0.4.3-r0) 18:26:58 (23/33) Installing py3-distlib (0.3.0-r0) 18:26:58 (24/33) Installing py3-distro (1.5.0-r1) 18:26:58 (25/33) Installing py3-webencodings (0.5.1-r3) 18:26:59 (26/33) Installing py3-html5lib (1.0.1-r4) 18:26:59 (27/33) Installing py3-pytoml (0.1.21-r0) 18:26:59 (28/33) Installing py3-pep517 (0.8.2-r0) 18:26:59 (29/33) Installing py3-progress (1.5-r0) 18:26:59 (30/33) Installing py3-toml (0.10.1-r0) 18:26:59 (31/33) Installing py3-retrying (1.3.3-r0) 18:26:59 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:26:59 (33/33) Installing py3-pip (20.1.1-r0) 18:26:59 25b303627fd3: Pull complete 18:26:59 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 18:26:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:26:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 18:26:59 prd-ubuntu18.04-docker-arm64-4c-16g-24750 does not seem to be running inside a container 18:27:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:27:00 Executing busybox-1.31.1-r19.trigger 18:27:00 OK: 71 MiB in 55 packages 18:27:02 $ docker top 8e2eeacf6c8c19d244c5f3f7e76f90151a0af8f6a6f2d520a682d7c204a41eff -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:03 + docker-compose build --help 18:27:03 + grep parallel 18:27:08 --parallel Build images in parallel. [Pipeline] } 18:27:08 $ docker stop --time=1 8e2eeacf6c8c19d244c5f3f7e76f90151a0af8f6a6f2d520a682d7c204a41eff 18:27:10 $ docker rm -f 8e2eeacf6c8c19d244c5f3f7e76f90151a0af8f6a6f2d520a682d7c204a41eff [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:27:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 18:27:11 . [Pipeline] withDockerContainer 18:27:11 prd-ubuntu18.04-docker-arm64-4c-16g-24750 does not seem to be running inside a container 18:27:11 $ 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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 18:27:13 $ docker top f8e190970e2ce3b6524964050587506acc688b4f4f8a3e32f7d24a1b8451f2d9 -eo pid,comm [Pipeline] { [Pipeline] sh 18:27:14 + docker-compose -f ./docker-compose-build.yml build --parallel 18:27:18 Building docker-core-command-go ... 18:27:18 Building docker-core-data-go ... 18:27:18 Building docker-core-metadata-go ... 18:27:18 Building docker-security-bootstrapper-go ... 18:27:18 Building docker-security-proxy-setup-go ... 18:27:18 Building docker-security-secretstore-setup-go ... 18:27:18 Building docker-support-notifications-go ... 18:27:18 Building docker-support-scheduler-go ... 18:27:18 Building docker-sys-mgmt-agent-go ... 18:27:18 Building docker-core-data-go 18:27:18 Building docker-support-notifications-go 18:27:18 Building docker-support-scheduler-go 18:27:18 Building docker-security-bootstrapper-go 18:27:18 Building docker-sys-mgmt-agent-go 18:27:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:27:23 ---> c1ba8870c149 18:27:23 Step 3/22 : WORKDIR /edgex-go 18:27:23 ---> Using cache 18:27:23 ---> dd5a528a6037 18:27:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:23 ---> Using cache 18:27:23 ---> f9a1e2bad3fd 18:27:23 Step 5/22 : RUN apk add --update --no-cache make git 18:27:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:27:23 ---> c1ba8870c149 18:27:23 Step 3/22 : WORKDIR /edgex-go 18:27:23 ---> Using cache 18:27:23 ---> dd5a528a6037 18:27:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:23 ---> Using cache 18:27:23 ---> f9a1e2bad3fd 18:27:23 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:27:23 ---> Using cache 18:27:23 ---> eaa4d3ff5a9d 18:27:23 Step 6/22 : COPY go.mod . 18:27:23 ---> Using cache 18:27:23 ---> 05dcef3c3d08 18:27:23 Step 7/22 : RUN go mod download 18:27:23 ---> Using cache 18:27:23 ---> 727f20f0fc02 18:27:23 Step 8/22 : COPY . . 18:27:23 ---> Using cache 18:27:23 ---> 7089081cca13 18:27:23 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:27:23 ---> Running in 6b95b99cc20a 18:27:23 ---> Running in efa0b99ff33c 18:27:27 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 18:27:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:27:28 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:28 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:27:28 ---> c1ba8870c149 18:27:28 Step 3/30 : WORKDIR /edgex-go 18:27:28 ---> Using cache 18:27:28 ---> dd5a528a6037 18:27:28 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:28 ---> Using cache 18:27:28 ---> f9a1e2bad3fd 18:27:28 Step 5/30 : RUN apk add --update --no-cache make git 18:27:28 ---> Using cache 18:27:28 ---> eaa4d3ff5a9d 18:27:28 Step 6/30 : COPY go.mod . 18:27:28 ---> Using cache 18:27:28 ---> 05dcef3c3d08 18:27:28 Step 7/30 : RUN go mod download 18:27:28 ---> Using cache 18:27:28 ---> 727f20f0fc02 18:27:28 Step 8/30 : COPY . . 18:27:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:27:28 ---> Using cache 18:27:28 ---> 7089081cca13 18:27:28 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:27:29 OK: 233 MiB in 51 packages 18:27:29 ---> Running in 344600e2832d 18:27:32 Removing intermediate container efa0b99ff33c 18:27:32 ---> c9d8345e4a65 18:27:32 Step 6/22 : COPY go.mod . 18:27:33 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 18:27:34 ---> f378d1a37b50 18:27:34 Step 7/22 : RUN go mod download 18:27:34 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:27:34 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:27:34 ---> c1ba8870c149 18:27:34 Step 3/23 : WORKDIR /edgex-go 18:27:34 ---> Using cache 18:27:34 ---> dd5a528a6037 18:27:34 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:27:34 ---> Using cache 18:27:34 ---> f9a1e2bad3fd 18:27:34 Step 5/23 : RUN apk add --update --no-cache make git 18:27:34 ---> Using cache 18:27:34 ---> eaa4d3ff5a9d 18:27:34 Step 6/23 : COPY go.mod . 18:27:34 ---> Using cache 18:27:34 ---> 05dcef3c3d08 18:27:34 Step 7/23 : RUN go mod download 18:27:34 ---> Using cache 18:27:34 ---> 727f20f0fc02 18:27:34 Step 8/23 : COPY . . 18:27:34 ---> Using cache 18:27:34 ---> 7089081cca13 18:27:34 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:27:34 ---> Running in 51a7b21062aa 18:27:34 ---> Running in fad8367b1bbf 18:27:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 18:27:41 Removing intermediate container 51a7b21062aa 18:27:41 ---> 0a2854232f71 18:27:41 Step 8/22 : COPY . . 18:27:50 Removing intermediate container d0fdda61ebb9 18:27:50 ---> 9d987a60ef35 18:27:50 Step 20/26 : RUN pip install docker-compose==1.23.2 18:27:53 ---> Running in be19583de35c 18:28:13 Collecting docker-compose==1.23.2 18:28:13 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:28:13 Collecting texttable<0.10,>=0.9.0 18:28:13 Downloading texttable-0.9.1.tar.gz (11 kB) 18:28:20 Collecting jsonschema<3,>=2.5.1 18:28:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:28:21 Collecting docker<4.0,>=3.6.0 18:28:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:28:23 Collecting dockerpty<0.5,>=0.4.1 18:28:23 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:28:25 Collecting cached-property<2,>=1.2.0 18:28:25 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:28:25 Removing intermediate container 344600e2832d 18:28:25 ---> 1d73e4ec804c 18:28:25 18:28:25 Step 10/30 : FROM alpine:3.12 18:28:25 ---> 389fef711851 18:28:25 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:28:26 Removing intermediate container 6b95b99cc20a 18:28:26 ---> ee72709d7bba 18:28:26 18:28:26 Step 10/22 : FROM alpine:3.12 18:28:26 ---> 389fef711851 18:28:26 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:28:26 ---> Using cache 18:28:26 ---> a1106083579f 18:28:26 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:28:26 ---> Using cache 18:28:26 ---> 416262a5acf0 18:28:26 Step 13/22 : ENV APP_PORT=48085 18:28:26 Collecting PyYAML<4,>=3.10 18:28:26 Downloading PyYAML-3.13.tar.gz (270 kB) 18:28:26 ---> Running in 4bad1a16c7a7 18:28:27 ---> Running in 3ea9bdde284a 18:28:27 ---> 6bb99558a3fb 18:28:27 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:28:28 Removing intermediate container 3ea9bdde284a 18:28:28 ---> 73f4d141be87 18:28:28 Step 14/22 : EXPOSE $APP_PORT 18:28:28 Removing intermediate container 4bad1a16c7a7 18:28:28 ---> d6ba4c99cc19 18:28:28 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 18:28:28 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:28:28 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:28:28 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:28:28 ---> Running in ee5f73336b44 18:28:28 Collecting websocket-client<1.0,>=0.32.0 18:28:28 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:28:29 ---> Running in 9d3df3951240 18:28:29 ---> Running in 5bd9fd9c4a5d 18:28:29 Collecting docopt<0.7,>=0.6.1 18:28:29 Downloading docopt-0.6.2.tar.gz (25 kB) 18:28:30 Removing intermediate container 9d3df3951240 18:28:30 ---> a68625df148e 18:28:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:30 Collecting docker-pycreds>=0.4.0 18:28:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:28:31 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) 18:28:31 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) 18:28:31 Removing intermediate container fad8367b1bbf 18:28:31 ---> 0bec08a4399a 18:28:31 18:28:31 Step 10/23 : FROM alpine:3.12 18:28:31 ---> 389fef711851 18:28:31 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:28:31 ---> Using cache 18:28:31 ---> a1106083579f 18:28:31 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:28:31 ---> Using cache 18:28:31 ---> 416262a5acf0 18:28:31 Step 13/23 : ENV APP_PORT=48081 18:28:31 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 18:28:31 ---> 3202a31b8067 18:28:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:28:31 Collecting urllib3<1.25,>=1.21.1 18:28:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:28:31 ---> Running in 32a8a79ab5ce 18:28:31 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:32 Collecting idna<2.8,>=2.5 18:28:32 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:28:32 (1/2) Installing dumb-init (1.2.2-r1) 18:28:32 (2/2) Installing su-exec (0.2-r1) 18:28:32 Executing busybox-1.31.1-r19.trigger 18:28:32 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:28:32 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:28:32 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:28:32 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:28:32 OK: 6 MiB in 16 packages 18:28:32 Removing intermediate container 32a8a79ab5ce 18:28:32 ---> 0823e4e9e242 18:28:32 Step 14/23 : EXPOSE $APP_PORT 18:28:32 Installing collected packages: texttable, jsonschema, websocket-client, docker-pycreds, urllib3, idna, requests, docker, dockerpty, cached-property, PyYAML, docopt, docker-compose 18:28:32 Running setup.py install for texttable: started 18:28:32 ---> Running in b13ffc50379b 18:28:32 ---> ed0801228669 18:28:32 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:28:33 Removing intermediate container b13ffc50379b 18:28:33 ---> 5c8fbc20f34a 18:28:33 Step 15/23 : WORKDIR / 18:28:34 Running setup.py install for texttable: finished with status 'done' 18:28:34 Removing intermediate container 5bd9fd9c4a5d 18:28:34 ---> 16a872d9e149 18:28:34 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 18:28:34 ---> Running in 7df49f7ff0e7 18:28:35 ---> ac91fe062c94 18:28:35 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:28:35 ---> Running in 313e3f5985ab 18:28:35 ---> Running in da9ee769fa24 18:28:35 Removing intermediate container 7df49f7ff0e7 18:28:35 ---> 60696b041ce7 18:28:35 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:35 Attempting uninstall: urllib3 18:28:35 Found existing installation: urllib3 1.25.9 18:28:35 Uninstalling urllib3-1.25.9: 18:28:36 Successfully uninstalled urllib3-1.25.9 18:28:36 Removing intermediate container 313e3f5985ab 18:28:36 ---> 2c93104c1f09 18:28:36 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:28:36 Removing intermediate container da9ee769fa24 18:28:36 ---> 3389933ee86d 18:28:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:36 ---> 7393582097a4 18:28:36 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:28:36 ---> Running in 585a7e0001f6 18:28:36 ---> Running in 3ed62c0ca4ad 18:28:36 Attempting uninstall: idna 18:28:36 Found existing installation: idna 2.9 18:28:36 Uninstalling idna-2.9: 18:28:37 Successfully uninstalled idna-2.9 18:28:37 Attempting uninstall: requests 18:28:37 Found existing installation: requests 2.23.0 18:28:37 Uninstalling requests-2.23.0: 18:28:37 Successfully uninstalled requests-2.23.0 18:28:38 Removing intermediate container 585a7e0001f6 18:28:38 ---> a872aa8fa139 18:28:38 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:28:38 Removing intermediate container 3ed62c0ca4ad 18:28:38 ---> 69d085902bdc 18:28:38 Step 20/22 : LABEL arch=x86_64 18:28:38 ---> a6d5cf644779 18:28:38 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 18:28:38 ---> Running in ad64e6fee33d 18:28:38 ---> Running in 048e025ea360 18:28:38 Running setup.py install for dockerpty: started 18:28:40 ---> 87acd182a1a9 18:28:40 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:28:40 Running setup.py install for dockerpty: finished with status 'done' 18:28:40 Removing intermediate container 048e025ea360 18:28:40 ---> b94b498c537e 18:28:40 Step 21/22 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:28:40 Running setup.py install for PyYAML: started 18:28:40 ---> Running in a6db961fac84 18:28:40 ---> Running in 36894d1afdeb 18:28:40 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:28:40 Step 2/26 : FROM ${BUILDER_BASE} AS builder 18:28:40 ---> 75908f1ca28d 18:28:40 Step 3/26 : WORKDIR /edgex-go 18:28:40 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:28:40 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:28:40 ---> 75908f1ca28d 18:28:40 Step 3/23 : WORKDIR /edgex-go 18:28:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:28:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:28:40 ---> 75908f1ca28d 18:28:40 Step 3/22 : WORKDIR /edgex-go 18:28:40 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:28:40 Step 2/22 : FROM ${BUILDER_BASE} AS builder 18:28:40 ---> 75908f1ca28d 18:28:40 Step 3/22 : WORKDIR /edgex-go 18:28:40 Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:28:40 Step 2/30 : FROM ${BUILDER_BASE} AS builder 18:28:40 ---> 75908f1ca28d 18:28:40 Step 3/30 : WORKDIR /edgex-go 18:28:40 ---> Running in 7c30e67ac015 18:28:40 ---> Running in 2d706828b724 18:28:40 ---> Running in 8aa6268d014d 18:28:40 ---> Running in d7fe484d63c6 18:28:40 ---> Running in 380836d74993 18:28:40 Removing intermediate container 8aa6268d014d 18:28:40 ---> 9fe14d57f0fb 18:28:40 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:40 Removing intermediate container 2d706828b724 18:28:40 ---> 1afdf0dc3cca 18:28:40 Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:40 Removing intermediate container d7fe484d63c6 18:28:40 ---> ca1117d8bdd8 18:28:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:40 Removing intermediate container 7c30e67ac015 18:28:40 ---> f1cf69b8127c 18:28:40 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:40 ---> Running in a4accc51a283 18:28:40 Removing intermediate container 380836d74993 18:28:40 ---> c3ce6316fd20 18:28:40 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:28:40 ---> Running in 3de145c4fdfa 18:28:40 ---> Running in 871ae05e82a3 18:28:40 ---> Running in 0970f37a7e97 18:28:40 ---> Running in fb5e94fb4607 18:28:40 Removing intermediate container a4accc51a283 18:28:40 ---> 4da6c2f3d2ea 18:28:40 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 18:28:40 ---> Running in 1b555d42f1fa 18:28:40 Removing intermediate container 3de145c4fdfa 18:28:40 ---> 985abb0978a8 18:28:40 Step 5/30 : RUN apk add --update --no-cache make git 18:28:40 Removing intermediate container 0970f37a7e97 18:28:40 ---> 83d904d8fff1 18:28:40 Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates 18:28:40 ---> Running in 568778a435af 18:28:40 ---> Running in 7cfbf7c952f7 18:28:40 Removing intermediate container fb5e94fb4607 18:28:40 ---> c6c3506df9e9 18:28:40 Step 5/26 : RUN apk add --update --no-cache make bash git 18:28:40 Removing intermediate container 871ae05e82a3 18:28:40 ---> 7b742337af69 18:28:40 Step 5/22 : RUN apk add --update --no-cache make git 18:28:41 Removing intermediate container a6db961fac84 18:28:41 ---> 9ed8e2411dce 18:28:41 Step 22/22 : LABEL version=0.0.0 18:28:41 Removing intermediate container 36894d1afdeb 18:28:41 ---> ae3ae171a57c 18:28:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:41 ---> Running in cf936fdbaa02 18:28:41 ---> Running in c534d8ece120 18:28:41 Running setup.py install for PyYAML: finished with status 'done' 18:28:41 ---> Running in 2f15cde2ddfa 18:28:41 ---> Running in dead0ad7b977 18:28:41 Running setup.py install for docopt: started 18:28:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:28:41 Removing intermediate container c534d8ece120 18:28:41 ---> 4302a3d4a588 18:28:41 Step 21/23 : LABEL arch=x86_64 18:28:41 Removing intermediate container cf936fdbaa02 18:28:41 ---> 291b7194a420 18:28:41 18:28:41 Removing intermediate container ad64e6fee33d 18:28:41 ---> 93d42607cbcf 18:28:41 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 18:28:41 ---> Running in 7d2c0bd1ac10 18:28:41 ---> Running in 4d34fd58c939 18:28:42 Running setup.py install for docopt: finished with status 'done' 18:28:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:28:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:28:42 Successfully built 291b7194a420 18:28:42 Removing intermediate container 7d2c0bd1ac10 18:28:42 ---> dbc904df7e90 18:28:42 Step 22/23 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:28:42 Successfully tagged docker-support-scheduler-go:latest 18:28:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:28:42  Building docker-support-scheduler-go ... done 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 18:28:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:28:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:28:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:28:43 OK: 217 MiB in 51 packages 18:28:43 ---> Running in 8298f136df98 18:28:43 Removing intermediate container 4d34fd58c939 18:28:43 ---> c23755a14a7f 18:28:43 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:28:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:28:43 Removing intermediate container 8298f136df98 18:28:43 ---> b728b58d49fa 18:28:43 Step 23/23 : LABEL version=0.0.0 18:28:43 OK: 217 MiB in 51 packages 18:28:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:28:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:28:44 ---> Running in 7c1bdf5d905f 18:28:44 ---> 6ea6a0845dd1 18:28:44 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:28:44 ---> Running in 787ae3dd5bed 18:28:44 OK: 217 MiB in 51 packages 18:28:44 Removing intermediate container 7c1bdf5d905f 18:28:44 ---> 149a1501f0b4 18:28:44 18:28:44 Removing intermediate container 1b555d42f1fa 18:28:44 ---> da94b4d95b47 18:28:44 Step 6/23 : COPY go.mod . 18:28:44 OK: 217 MiB in 51 packages 18:28:44 OK: 217 MiB in 51 packages 18:28:45 Removing intermediate container 568778a435af 18:28:45 ---> d26f363f8545 18:28:45 Step 6/30 : COPY go.mod . 18:28:45 Successfully built 149a1501f0b4 18:28:45 Successfully tagged docker-core-metadata-go:latest 18:28:45 ---> 3ea0a6c11a77 18:28:45 Step 7/23 : RUN go mod download 18:28:46 ---> Running in 96d72fe953dc 18:28:46 Removing intermediate container 7cfbf7c952f7 18:28:46 ---> 73ebfdbce85a 18:28:46 Step 6/22 : COPY go.mod . 18:28:46 ---> c5700f46ba48 18:28:46 Step 7/30 : RUN go mod download 18:28:46 ---> Running in 4212a418b9c9 18:28:47 Removing intermediate container dead0ad7b977 18:28:47 ---> fe2fb70b6fe9 18:28:47 Step 6/22 : COPY go.mod . 18:28:47 Removing intermediate container 2f15cde2ddfa 18:28:47 ---> 44e16ba85725 18:28:47 Step 6/26 : COPY go.mod . 18:28:47 ---> 9862c631cd38 18:28:47 Step 7/22 : RUN go mod download 18:28:47 ---> Running in 06e3392f40a4 18:28:48  Building docker-core-metadata-go ... done Removing intermediate container be19583de35c 18:28:48 ---> 0307525ee984 18:28:48 Step 21/26 : RUN apk --no-cache add curl 18:28:48 ---> Running in fe53bbde124d 18:28:48 ---> 484ade632ff9 18:28:48 Step 7/26 : RUN go mod download 18:28:48 ---> d713402f96be 18:28:48 Step 7/22 : RUN go mod download 18:28:48 ---> Running in a43480ebd433 18:28:48 ---> Running in 802e868e7d88 18:28:48 Removing intermediate container 787ae3dd5bed 18:28:48 ---> e6ad7df81e66 18:28:48 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:28:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:49 ---> c71220702e6b 18:28:49 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:28:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:50 Removing intermediate container 96d72fe953dc 18:28:50 ---> dea1582db5bd 18:28:50 Step 8/23 : COPY . . 18:28:50 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:28:50 (2/3) Installing libcurl (7.69.1-r3) 18:28:50 (3/3) Installing curl (7.69.1-r3) 18:28:50 Executing busybox-1.31.1-r19.trigger 18:28:50 OK: 72 MiB in 58 packages 18:28:51 Removing intermediate container 4212a418b9c9 18:28:51 ---> 738f2abbe39a 18:28:51 Step 8/30 : COPY . . 18:28:51 ---> 7f8c17372ec0 18:28:51 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:28:52 Removing intermediate container 06e3392f40a4 18:28:52 ---> 1c6f4b58649c 18:28:52 Step 8/22 : COPY . . 18:28:52 ---> 5c77823b16d1 18:28:52 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:28:52 Removing intermediate container fe53bbde124d 18:28:52 ---> 7e1e90b617d8 18:28:52 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:28:52 ---> 6573e40eefe6 18:28:52 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:28:53 ---> Running in d5123ddd3a49 18:28:53 ---> Running in ae1219ac15a2 18:28:53 Removing intermediate container d5123ddd3a49 18:28:53 ---> 926cc707a5ee 18:28:53 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:28:54 Removing intermediate container a43480ebd433 18:28:54 ---> 19b193353005 18:28:54 Step 8/26 : COPY . . 18:28:54 ---> Running in 4f91b39b9979 18:28:54 Removing intermediate container ae1219ac15a2 18:28:54 ---> 4d4da4a11fcd 18:28:54 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:28:54 Removing intermediate container 802e868e7d88 18:28:54 ---> 98028e0e7798 18:28:54 Step 8/22 : COPY . . 18:28:54 Removing intermediate container 4f91b39b9979 18:28:54 ---> f13d61e7bf04 18:28:54 Step 24/26 : LABEL arch=x86_64 18:28:54 ---> Running in d098df8b03a2 18:28:54 ---> defd8e689747 18:28:54 Step 25/30 : RUN chmod +x /entrypoint.sh 18:28:54 Removing intermediate container d098df8b03a2 18:28:54 ---> 2c2bbf552b11 18:28:54 Step 25/26 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:28:54 ---> Running in bd02ffc69151 18:28:55 ---> Running in dd7532b77f1b 18:28:55 Removing intermediate container dd7532b77f1b 18:28:55 ---> 8a927e1ec4a2 18:28:55 Step 26/26 : LABEL version=0.0.0 18:28:55 ---> Running in 272aa22f4dcf 18:28:55 Removing intermediate container 272aa22f4dcf 18:28:55 ---> e83741e6df77 18:28:55 18:28:56 Successfully built e83741e6df77 18:28:56 Successfully tagged docker-sys-mgmt-agent-go:latest 18:28:58  Building docker-sys-mgmt-agent-go ... done Removing intermediate container bd02ffc69151 18:28:58 ---> 6be04a3358b9 18:28:58 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:28:58 Removing intermediate container ee5f73336b44 18:28:58 ---> f5b308a52d1c 18:28:58 18:28:58 Step 10/22 : FROM alpine:3.12 18:28:58 ---> 389fef711851 18:28:58 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:28:58 ---> Running in 93a805b0896e 18:28:58 ---> Running in 1364fb402008 18:28:59 Removing intermediate container 93a805b0896e 18:28:59 ---> 08d050087925 18:28:59 Step 27/30 : CMD ["gate"] 18:28:59 ---> Running in e844847aa56a 18:28:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:28:59 Removing intermediate container e844847aa56a 18:28:59 ---> 1b49a2fc58b8 18:28:59 Step 28/30 : LABEL arch=x86_64 18:28:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:28:59 ---> Running in 9f39b0fe9937 18:29:00 (1/2) Installing ca-certificates (20191127-r4) 18:29:00 (2/2) Installing dumb-init (1.2.2-r1) 18:29:00 Executing busybox-1.31.1-r19.trigger 18:29:00 Executing ca-certificates-20191127-r4.trigger 18:29:00 OK: 6 MiB in 16 packages 18:29:00 Removing intermediate container 9f39b0fe9937 18:29:00 ---> bd9ca2e61eef 18:29:00 Step 29/30 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:29:00 ---> Running in d2fe794a2164 18:29:01 Removing intermediate container d2fe794a2164 18:29:01 ---> 9d2c0f5ec5a1 18:29:01 Step 30/30 : LABEL version=0.0.0 18:29:01 ---> Running in 87a2b3f5f2b9 18:29:01 Removing intermediate container 1364fb402008 18:29:01 ---> fa570a978b82 18:29:01 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:29:02 ---> Running in 81a24ed441ba 18:29:02 Removing intermediate container 87a2b3f5f2b9 18:29:02 ---> 60016af2ea9d 18:29:02 18:29:02 Removing intermediate container 81a24ed441ba 18:29:02 ---> 20ae3308b517 18:29:02 Step 13/22 : ENV APP_PORT=48060 18:29:02 Successfully built 60016af2ea9d 18:29:02 Successfully tagged docker-security-bootstrapper-go:latest 18:29:02  Building docker-security-bootstrapper-go ... done  ---> Running in 6405b62057fa 18:29:03 Removing intermediate container 6405b62057fa 18:29:03 ---> e61f8cb3ff13 18:29:03 Step 14/22 : EXPOSE $APP_PORT 18:29:03 ---> Running in 500f7021d923 18:29:04 Removing intermediate container 500f7021d923 18:29:04 ---> 200f55051f4d 18:29:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:29:04 ---> ef65412bee8c 18:29:04 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:29:05 ---> 1c70eaf64d48 18:29:05 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:29:06 ---> 58e6309ed753 18:29:06 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:29:06 ---> Running in 9285ba5249c5 18:29:06 Removing intermediate container 9285ba5249c5 18:29:06 ---> 77a0ea2bf624 18:29:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:29:06 ---> Running in 1b9f3ecf0891 18:29:06 Removing intermediate container 1b9f3ecf0891 18:29:06 ---> ad7c7ac18403 18:29:06 Step 20/22 : LABEL arch=x86_64 18:29:06 ---> Running in 1bb74b354585 18:29:07 Removing intermediate container 1bb74b354585 18:29:07 ---> 03f2d77215f6 18:29:07 Step 21/22 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:29:07 ---> Running in d1c5983e82ad 18:29:07 Removing intermediate container d1c5983e82ad 18:29:07 ---> e8aa47546003 18:29:07 Step 22/22 : LABEL version=0.0.0 18:29:07 ---> Running in 30ac29919f94 18:29:08 Removing intermediate container 30ac29919f94 18:29:08 ---> c2354ecaf7be 18:29:08 18:29:08 Successfully built c2354ecaf7be 18:29:08 Successfully tagged docker-support-notifications-go:latest 18:29:09  Building docker-support-notifications-go ... done  [Pipeline] } 18:29:09 $ docker stop --time=1 090933e860004c4e5eddc9cced6b571e8601d4d07af025bba5d169a861a5e080 18:29:10 $ docker rm -f 090933e860004c4e5eddc9cced6b571e8601d4d07af025bba5d169a861a5e080 [Pipeline] // withDockerContainer [Pipeline] sh 18:29:11 + docker images 18:29:11 + grep docker 18:29:12 docker-support-notifications-go latest c2354ecaf7be 4 seconds ago 17.5MB 18:29:12 docker-security-bootstrapper-go latest 60016af2ea9d 9 seconds ago 17.9MB 18:29:12 docker-sys-mgmt-agent-go latest e83741e6df77 16 seconds ago 313MB 18:29:12 docker-core-metadata-go latest 149a1501f0b4 27 seconds ago 18.8MB 18:29:12 docker-support-scheduler-go latest 291b7194a420 30 seconds ago 17MB 18:29:12 docker-core-data-go latest 1e9e2424d610 2 minutes ago 22.3MB 18:29:12 docker-security-secretstore-setup-go latest 1ec86437b892 2 minutes ago 24.6MB 18:29:12 docker-core-command-go latest ff5dc78658d8 2 minutes ago 16.9MB 18:29:12 docker-security-proxy-setup-go latest f20b37decaec 2 minutes ago 24.4MB 18:29:12 docker 20.10.0 aefe523efa57 7 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 18:29:21 ---> 93c664f6be40 18:29:21 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 18:29:21 ---> c94de6b5b91d 18:29:21 Step 9/23 : RUN make cmd/core-data/core-data 18:29:21 ---> d8f1d595e233 18:29:21 Step 9/22 : RUN make cmd/support-notifications/support-notifications 18:29:21 ---> 9ebaf6a7ccac 18:29:21 Step 9/22 : RUN make cmd/support-scheduler/support-scheduler 18:29:21 ---> 460d45adc890 18:29:21 Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper 18:29:21 ---> Running in 4a5a705dfadd 18:29:21 ---> Running in 33ce000570ac 18:29:21 ---> Running in 7e413b5c25ef 18:29:21 ---> Running in 13eed4d7980c 18:29:21 ---> Running in a954fc8f5438 18:29:21 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 18:29:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 18:29:21 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 18:29:21 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 18:29:21 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 18:29:28 Still waiting to schedule task 18:29:28 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 18:30:17 Running on prd-ubuntu18.04-docker-8c-8g-24755 in /w/workspace/edgexfoundry_edgex-go_PR-3115 [Pipeline] { [Pipeline] ws 18:30:17 Running in /w/workspace/edgex-go/6 [Pipeline] { [Pipeline] checkout 18:30:20 using credential edgex-jenkins-ssh 18:30:20 Cloning the remote Git repository 18:30:20 Cloning repository git@github.com:edgexfoundry/edgex-go.git 18:30:20 > git init /w/workspace/edgex-go/6 # timeout=10 18:30:20 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:30:20 > git --version # timeout=10 18:30:20 > git --version # 'git version 2.17.1' 18:30:20 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:20 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:27 Merging remotes/origin/master commit 74c372326013f994c98436bf4455b6fe21c08430 into PR head commit 7720835d1356653aaa62fb44da62189db095b415 18:30:27 Merge succeeded, producing 7720835d1356653aaa62fb44da62189db095b415 18:30:27 Checking out Revision 7720835d1356653aaa62fb44da62189db095b415 (PR-3115) 18:30:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:30:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 18:30:26 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 18:30:26 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 18:30:26 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3115/head:refs/remotes/origin/PR-3115 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:30:27 > git config core.sparsecheckout # timeout=10 18:30:27 > git checkout -f 7720835d1356653aaa62fb44da62189db095b415 # timeout=10 18:30:27 > git remote # timeout=10 18:30:27 > git config --get remote.origin.url # timeout=10 18:30:27 using GIT_SSH to set credentials SSH Credentials for GitHub 18:30:27 > git merge 74c372326013f994c98436bf4455b6fe21c08430 # timeout=10 18:30:27 > git rev-parse HEAD^{commit} # timeout=10 18:30:27 > git config core.sparsecheckout # timeout=10 18:30:27 > git checkout -f 7720835d1356653aaa62fb44da62189db095b415 # timeout=10 18:30:31 Commit message: "feat(security): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 18:30:32 + echo snap-build.sh 18:30:32 snap-build.sh 18:30:32 + SNAP_BASE_DIR=. 18:30:32 + '[' '!' -z /w/workspace/edgex-go/6 ']' 18:30:32 + SNAP_BASE_DIR=/w/workspace/edgex-go/6 18:30:32 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/6]' 18:30:32 [snap-build] Building snap in dir [/w/workspace/edgex-go/6] 18:30:32 + cd /w/workspace/edgex-go/6 18:30:32 + sudo apt-get remove -qy --purge lxd lxd-client 18:30:32 Reading package lists... 18:30:32 Building dependency tree... 18:30:32 Reading state information... 18:30:32 The following packages were automatically installed and are no longer required: 18:30:32 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 18:30:32 uidmap xdelta3 18:30:32 Use 'sudo apt autoremove' to remove them. 18:30:33 The following packages will be REMOVED: 18:30:33 lxd* lxd-client* 18:30:33 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 18:30:33 After this operation, 31.7 MB disk space will be freed. 18:30:34 (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.) 18:30:34 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 18:30:35 Removing lxd dnsmasq configuration 18:30:35 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 18:30:36 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 18:30:37 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 18:30:37 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) 18:30:37 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 18:30:38 Processing triggers for systemd (237-3ubuntu10.42) ... 18:30:38 Processing triggers for ureadahead (0.100.0-21) ... 18:30:40 + sudo snap remove --purge lxd 18:30:40 snap "lxd" is not installed 18:30:40 + sudo groupadd --force --system lxd 18:30:40 ++ whoami 18:30:40 + sudo /usr/sbin/usermod -G lxd -a jenkins 18:30:40 + newgrp - lxd 18:30:40 + sudo snap install lxd 18:30:49 2021-02-03T18:30:47Z INFO Waiting for automatic snapd restart... 18:30:58 Removing intermediate container a954fc8f5438 18:30:58 ---> 70e376b645f9 18:30:58 18:30:58 Step 10/30 : FROM alpine:3.12 18:30:58 3.12: Pulling from library/alpine 18:30:58 Removing intermediate container 4a5a705dfadd 18:30:58 ---> b2b917431aae 18:30:58 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 18:30:58 ---> Running in d108726d0bc6 18:30:58 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 18:30:58 Status: Downloaded newer image for alpine:3.12 18:30:58 ---> afeebe901d6b 18:30:58 Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' 18:30:58 ---> Running in 4a212b8e222a 18:30:58 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 18:30:59 Removing intermediate container 4a212b8e222a 18:30:59 ---> 31f805ba6798 18:30:59 Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec 18:30:59 ---> Running in cbf111230d6a 18:31:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:02 (1/2) Installing dumb-init (1.2.2-r1) 18:31:02 (2/2) Installing su-exec (0.2-r1) 18:31:02 Executing busybox-1.31.1-r19.trigger 18:31:02 OK: 5 MiB in 16 packages 18:31:04 lxd 4.10 from Canonical* installed 18:31:04 + sudo lxd init --auto 18:31:05 Removing intermediate container cbf111230d6a 18:31:05 ---> 2839f31d7fdf 18:31:05 Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init 18:31:05 Removing intermediate container d108726d0bc6 18:31:05 ---> 2da38c5903c2 18:31:05 18:31:05 Step 11/26 : FROM docker:20.10.0 18:31:05 20.10.0: Pulling from library/docker 18:31:05 ---> Running in 39b95cc72d0c 18:31:06 Removing intermediate container 39b95cc72d0c 18:31:06 ---> a5f75f8a5ca8 18:31:06 Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis 18:31:06 ---> Running in bb9748fed1f6 18:31:08 Removing intermediate container bb9748fed1f6 18:31:08 ---> a4790490b076 18:31:08 Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} 18:31:09 ---> Running in 5df5c0c769ff 18:31:10 + sudo snap install --classic snapcraft 18:31:15 Removing intermediate container 5df5c0c769ff 18:31:15 ---> 7c41028a9a8c 18:31:15 Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} 18:31:15 ---> Running in 386d4f740176 18:31:17 Removing intermediate container 7e413b5c25ef 18:31:17 ---> 9deb918a08f9 18:31:17 18:31:17 Step 10/22 : FROM alpine:3.12 18:31:17 ---> afeebe901d6b 18:31:17 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init 18:31:17 Removing intermediate container 386d4f740176 18:31:17 ---> 3c044a00ca49 18:31:17 Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ 18:31:18 ---> Running in 25b321cac21d 18:31:18 Removing intermediate container 13eed4d7980c 18:31:18 ---> 9ad0fab80d00 18:31:18 18:31:18 Step 10/22 : FROM alpine:3.12 18:31:18 ---> afeebe901d6b 18:31:18 Step 11/22 : RUN apk add --update --no-cache dumb-init 18:31:18 snapcraft 4.4.4 from Canonical* installed 18:31:18 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 18:31:18 + patch --verbose -p1 18:31:18 Hmm... Looks like a unified diff to me... 18:31:18 The text leading up to this was: 18:31:18 -------------------------- 18:31:18 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 18:31:18 |From: Tony Espy 18:31:18 |Date: Wed, 16 Dec 2020 16:34:55 -0500 18:31:18 |Subject: [PATCH] optimize snap build for pipeline CI check 18:31:18 | 18:31:18 |This patch is used by the EdgeX CI pipeline builds to 18:31:18 |optimize the snap CI check run for pull requests. When 18:31:18 |applied, it essentially strips out everything (apps and 18:31:18 |parts) from the snapcraft.yaml file except those required 18:31:18 |to build edgex-go, as the whole idea of the CI check is to 18:31:18 |catch changes to edgex-go that break the snap build. 18:31:18 | 18:31:18 |In general, anyone updating snapcraft.yaml will also need 18:31:18 |to update this patch file, otherwise it may fail to apply, 18:31:18 |resulting in a failed snap build CI check in the associated 18:31:18 |pull request. 18:31:18 | 18:31:18 |Note - in addition to applying this patch, the pipeline also 18:31:18 |only primes the snap (e.g. `snapcraft prime`), as there's no 18:31:18 |need to build the finally binary .snap file (and it won't 18:31:18 |work with the patch applied). This further reduces the build 18:31:18 |time. 18:31:18 |--- 18:31:18 | snap/snapcraft.yaml | 461 +------------------------------------------- 18:31:18 | 1 file changed, 2 insertions(+), 459 deletions(-) 18:31:18 | 18:31:18 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 18:31:18 |index 1e537489..faf42425 100644 18:31:18 |--- a/snap/snapcraft.yaml 18:31:18 |+++ b/snap/snapcraft.yaml 18:31:18 -------------------------- 18:31:18 patching file snap/snapcraft.yaml 18:31:18 Using Plan A... 18:31:18 Hunk #1 FAILED at 73. 18:31:18 Hunk #2 succeeded at 277 with fuzz 1 (offset 6 lines). 18:31:18 Hunk #3 succeeded at 289 (offset 3 lines). 18:31:18 Hunk #4 succeeded at 297 (offset 3 lines). 18:31:18 Hunk #5 succeeded at 304 (offset 3 lines). 18:31:18 Hunk #6 succeeded at 331 (offset 3 lines). 18:31:18 Hunk #7 succeeded at 365 (offset 3 lines). 18:31:18 Hunk #8 succeeded at 424 (offset 11 lines). 18:31:18 1 out of 8 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej 18:31:18 Hmm... Ignoring the trailing garbage. 18:31:18 done [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 18:31:19 ---> faf08ac70949 18:31:19 Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh 18:31:19 ---> Running in 8820b4248e0b [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage 18:31:19 ---> Running in 39ed77c5c2b9 [Pipeline] } 18:31:19 Failed in branch amd64 18:31:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:21 (1/2) Installing ca-certificates (20191127-r4) 18:31:21 (2/2) Installing dumb-init (1.2.2-r1) 18:31:21 Executing busybox-1.31.1-r19.trigger 18:31:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:21 Executing ca-certificates-20191127-r4.trigger 18:31:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:21 OK: 6 MiB in 16 packages 18:31:22 (1/1) Installing dumb-init (1.2.2-r1) 18:31:22 Executing busybox-1.31.1-r19.trigger 18:31:22 OK: 5 MiB in 15 packages 18:31:25 Removing intermediate container 39ed77c5c2b9 18:31:25 ---> b13257b3a885 18:31:25 Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / 18:31:25 Removing intermediate container 25b321cac21d 18:31:25 ---> a6eb684fbdff 18:31:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' 18:31:25 Removing intermediate container 8820b4248e0b 18:31:25 ---> bbce87bf5e9d 18:31:25 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:31:25 ---> Running in 7992844335ff 18:31:25 ---> Running in 2ed616bc256e 18:31:25 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 18:31:25 Status: Downloaded newer image for docker:20.10.0 18:31:25 ---> eeaf43b92773 18:31:25 Step 12/26 : RUN apk add --no-cache bash 18:31:25 ---> Running in ef313a184cdb 18:31:26 ---> 9fc3d80be8b2 18:31:26 Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . 18:31:26 Removing intermediate container 2ed616bc256e 18:31:26 ---> a80297afc9f0 18:31:26 Step 13/22 : ENV APP_PORT=48060 18:31:26 Removing intermediate container 7992844335ff 18:31:26 ---> c8b8fa5e99d1 18:31:26 Step 13/22 : ENV APP_PORT=48085 18:31:27 ---> Running in 9fbfb91ab8c3 18:31:27 ---> Running in fca27651d610 18:31:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:28 (1/2) Installing readline (8.0.4-r0) 18:31:28 (2/2) Installing bash (5.0.17-r0) 18:31:28 ---> 88b2fec2389f 18:31:28 Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ 18:31:28 Executing bash-5.0.17-r0.post-install 18:31:28 Executing busybox-1.31.1-r19.trigger 18:31:28 OK: 12 MiB in 22 packages 18:31:28 Removing intermediate container fca27651d610 18:31:28 ---> 15e98aafb5bc 18:31:28 Step 14/22 : EXPOSE $APP_PORT 18:31:28 Removing intermediate container 9fbfb91ab8c3 18:31:28 ---> fd2cce19d7fd 18:31:28 Step 14/22 : EXPOSE $APP_PORT 18:31:29 Removing intermediate container 33ce000570ac 18:31:29 ---> 3bf8d6872388 18:31:29 18:31:29 Step 10/23 : FROM alpine:3.12 18:31:29 ---> afeebe901d6b 18:31:29 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 18:31:29 ---> Running in 7006f3d94edf 18:31:29 ---> Running in 289239ade553 18:31:29 ---> Running in 49e78cc9efef 18:31:29 ---> 6337fb94f2d7 18:31:29 Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ 18:31:30 Removing intermediate container 7006f3d94edf 18:31:30 ---> 5b791acef2df 18:31:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:31:30 Removing intermediate container 289239ade553 18:31:30 ---> 450c3d8f7c76 18:31:30 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 18:31:30 Removing intermediate container 49e78cc9efef 18:31:30 ---> 86fed9e942e2 18:31:30 Step 12/23 : ENV APP_PORT=48080 18:31:30 Removing intermediate container ef313a184cdb 18:31:30 ---> 30fa97680666 18:31:30 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 18:31:30 ---> Running in af83fec68276 18:31:30 ---> Running in 9e20b90e78d1 18:31:30 ---> 121f158783ad 18:31:30 Step 23/30 : VOLUME ${SECURITY_INIT_DIR} 18:31:31 ---> 48b126110d6a 18:31:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 18:31:31 ---> Running in cd0919a2001e 18:31:31 ---> 03f6a7007245 18:31:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 18:31:31 Removing intermediate container 9e20b90e78d1 18:31:31 ---> de22dbadc3d9 18:31:31 Step 14/26 : ENV APP_PORT=48090 18:31:31 Removing intermediate container af83fec68276 18:31:31 ---> cefb257b4133 18:31:31 Step 13/23 : EXPOSE $APP_PORT 18:31:31 ---> Running in 063885a6b53f 18:31:31 ---> Running in bc9d2b681802 18:31:32 Removing intermediate container cd0919a2001e 18:31:32 ---> e01a257c320c 18:31:32 Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / 18:31:32 Removing intermediate container 063885a6b53f 18:31:32 ---> 01f624d99db4 18:31:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:31:32 Removing intermediate container bc9d2b681802 18:31:32 ---> 0123fb9c5570 18:31:32 Step 15/26 : EXPOSE $APP_PORT 18:31:32 ---> Running in 42fbd657a9f3 18:31:33 ---> Running in b6290785fdac 18:31:33 ---> ee0f5701c090 18:31:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 18:31:33 ---> a9458057f85e 18:31:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 18:31:33 ---> 0189abb1159f 18:31:33 Step 25/30 : RUN chmod +x /entrypoint.sh 18:31:33 ---> Running in 55660aaf2cde 18:31:34 Removing intermediate container b6290785fdac 18:31:34 ---> b5fdeeed957e 18:31:34 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 18:31:34 ---> 514961dcbe40 18:31:34 Step 18/22 : ENTRYPOINT ["/support-notifications"] 18:31:34 ---> Running in f605182091f4 18:31:34 ---> 014dbe7c8497 18:31:34 Step 18/22 : ENTRYPOINT ["/support-scheduler"] 18:31:34 ---> Running in d6d4eeca6f38 18:31:35 Removing intermediate container f605182091f4 18:31:35 ---> 18749f06bf1d 18:31:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:35 ---> Running in 10f0a6bce90f 18:31:36 Removing intermediate container d6d4eeca6f38 18:31:36 ---> 9845fdad930e 18:31:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:36 ---> 46bbdd310fc8 18:31:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 18:31:36 ---> Running in 3c6b869c6bda 18:31:36 Removing intermediate container 10f0a6bce90f 18:31:36 ---> b47d78b6d9a1 18:31:36 Step 20/22 : LABEL arch=arm64 18:31:36 Removing intermediate container 42fbd657a9f3 18:31:36 ---> f71079c52d53 18:31:36 Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init 18:31:36 ---> Running in 4b457fe9836a 18:31:36 ---> Running in 2656629b7066 18:31:36 Removing intermediate container 3c6b869c6bda 18:31:36 ---> 27b7a5b85b17 18:31:36 Step 20/22 : LABEL arch=arm64 18:31:37 ---> 431bd8bb08dc 18:31:37 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 18:31:37 ---> Running in b37f728c3808 18:31:37 Removing intermediate container 55660aaf2cde 18:31:37 ---> 07c04ba7727b 18:31:37 Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] 18:31:37 Removing intermediate container 2656629b7066 18:31:37 ---> 4a2738a9c077 18:31:37 Step 21/22 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:31:37 ---> Running in 8c569d688f85 18:31:38 ---> Running in 0eda4c43569c 18:31:38 Removing intermediate container b37f728c3808 18:31:38 ---> 118ccc5b95db 18:31:38 Step 21/22 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:31:38 ---> 008cf1050d57 18:31:38 Step 19/26 : RUN apk --no-cache add py3-pip 18:31:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:38 Removing intermediate container 8c569d688f85 18:31:38 ---> b7a58fdeb1dc 18:31:38 Step 22/22 : LABEL version=0.0.0 18:31:38 ---> Running in 57a99a0452f7 18:31:38 ---> Running in 8eaededb4053 18:31:38 ---> Running in e6d2150f7b2e 18:31:39 Removing intermediate container 0eda4c43569c 18:31:39 ---> 897a5ea31648 18:31:39 Step 27/30 : CMD ["gate"] 18:31:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:39 Removing intermediate container 57a99a0452f7 18:31:39 ---> ec9ad4d5abdc 18:31:39 Step 22/22 : LABEL version=0.0.0 18:31:39 ---> Running in 52eb36e0c0f3 18:31:39 Removing intermediate container e6d2150f7b2e 18:31:39 ---> 5f8c3d01fc84 18:31:39 18:31:39 ---> Running in d805a75e4d92 18:31:40 (1/6) Installing dumb-init (1.2.2-r1) 18:31:40 (2/6) Installing libgcc (9.3.0-r2) 18:31:40 Removing intermediate container 52eb36e0c0f3 18:31:40 ---> 794bdb006830 18:31:40 Step 28/30 : LABEL arch=arm64 18:31:40 (3/6) Installing libsodium (1.0.18-r0) 18:31:40 Successfully built 5f8c3d01fc84 18:31:40 (4/6) Installing libstdc++ (9.3.0-r2) 18:31:40 Successfully tagged docker-support-notifications-go-arm64:latest 18:31:40  Building docker-support-notifications-go ... done Building docker-security-proxy-setup-go 18:31:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:31:40 (5/6) Installing libzmq (4.3.3-r0) 18:31:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:31:40 Removing intermediate container d805a75e4d92 18:31:40 ---> 2a0e2f2f6253 18:31:40 18:31:40 (6/6) Installing zeromq (4.3.3-r0) 18:31:40 ---> Running in 40cbeb8a3f79 18:31:41 Executing busybox-1.31.1-r19.trigger 18:31:41 OK: 8 MiB in 20 packages 18:31:41 (1/33) Installing libbz2 (1.0.8-r1) 18:31:41 (2/33) Installing expat (2.2.9-r1) 18:31:41 (3/33) Installing libffi (3.3-r2) 18:31:41 (4/33) Installing gdbm (1.13-r1) 18:31:41 (5/33) Installing xz-libs (5.2.5-r0) 18:31:41 (6/33) Installing sqlite-libs (3.32.1-r0) 18:31:41 Successfully built 2a0e2f2f6253 18:31:41 Successfully tagged docker-support-scheduler-go-arm64:latest 18:31:41 Building docker-core-metadata-go 18:31:41  Building docker-support-scheduler-go ... done (7/33) Installing python3 (3.8.5-r0) 18:31:41 Removing intermediate container 40cbeb8a3f79 18:31:41 ---> c6dc82a75f9c 18:31:41 Step 29/30 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:31:42 ---> Running in 06befe1079ed 18:31:43 (8/33) Installing py3-appdirs (1.4.4-r1) 18:31:43 (9/33) Installing py3-ordered-set (4.0.1-r0) 18:31:43 (10/33) Installing py3-parsing (2.4.7-r0) 18:31:43 (11/33) Installing py3-six (1.15.0-r0) 18:31:43 (12/33) Installing py3-packaging (20.4-r0) 18:31:43 (13/33) Installing py3-setuptools (47.0.0-r0) 18:31:43 (14/33) Installing py3-chardet (3.0.4-r4) 18:31:43 (15/33) Installing py3-idna (2.9-r0) 18:31:43 (16/33) Installing py3-certifi (2020.4.5.1-r0) 18:31:44 Removing intermediate container 06befe1079ed 18:31:44 ---> adefc6d9e6a6 18:31:44 Step 30/30 : LABEL version=0.0.0 18:31:44 (17/33) Installing py3-urllib3 (1.25.9-r0) 18:31:44 (18/33) Installing py3-requests (2.23.0-r0) 18:31:44 (19/33) Installing py3-msgpack (1.0.0-r0) 18:31:44 (20/33) Installing py3-lockfile (0.12.2-r3) 18:31:44 (21/33) Installing py3-cachecontrol (0.12.6-r0) 18:31:44 (22/33) Installing py3-colorama (0.4.3-r0) 18:31:44 (23/33) Installing py3-distlib (0.3.0-r0) 18:31:44 (24/33) Installing py3-distro (1.5.0-r1) 18:31:44 (25/33) Installing py3-webencodings (0.5.1-r3) 18:31:44 (26/33) Installing py3-html5lib (1.0.1-r4) 18:31:44 (27/33) Installing py3-pytoml (0.1.21-r0) 18:31:44 (28/33) Installing py3-pep517 (0.8.2-r0) 18:31:44 (29/33) Installing py3-progress (1.5-r0) 18:31:44 (30/33) Installing py3-toml (0.10.1-r0) 18:31:44 (31/33) Installing py3-retrying (1.3.3-r0) 18:31:44 (32/33) Installing py3-contextlib2 (0.6.0-r0) 18:31:44 (33/33) Installing py3-pip (20.1.1-r0) 18:31:45 Executing busybox-1.31.1-r19.trigger 18:31:45 OK: 71 MiB in 55 packages 18:31:45 Removing intermediate container 4b457fe9836a 18:31:45 ---> 16e9d97235c0 18:31:45 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:31:46 ---> Running in dcf4c2a6377d 18:31:47 ---> 17c37bbf3027 18:31:47 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 18:31:47 Removing intermediate container dcf4c2a6377d 18:31:47 ---> b7b8050cf50d 18:31:47 18:31:48 Successfully built b7b8050cf50d 18:31:48 Successfully tagged docker-security-bootstrapper-go-arm64:latest 18:31:48 Building docker-core-command-go 18:31:50  Building docker-security-bootstrapper-go ... done  ---> d3bfb9000df2 18:31:50 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 18:31:52 ---> 1ae19de58aaa 18:31:52 Step 19/23 : ENTRYPOINT ["/core-data"] 18:31:52 ---> Running in 71f0bce07ce7 18:31:53 Removing intermediate container 71f0bce07ce7 18:31:53 ---> 412b0ba7f76c 18:31:53 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:31:53 Removing intermediate container 8eaededb4053 18:31:53 ---> accbdbcb26b9 18:31:53 Step 20/26 : RUN pip install docker-compose==1.23.2 18:31:53 ---> Running in 3ac183161107 18:31:53 ---> Running in d698ebc1d810 18:31:54 Removing intermediate container 3ac183161107 18:31:54 ---> e714685cbcb1 18:31:54 Step 21/23 : LABEL arch=arm64 18:31:54 ---> Running in cb726b9122c0 18:31:55 Removing intermediate container cb726b9122c0 18:31:55 ---> 13d06d793f65 18:31:55 Step 22/23 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:31:55 ---> Running in 60225d584774 18:31:56 Removing intermediate container 60225d584774 18:31:56 ---> b5478f33a4fb 18:31:56 Step 23/23 : LABEL version=0.0.0 18:31:57 ---> Running in a69aba680c2e 18:31:58 Removing intermediate container a69aba680c2e 18:31:58 ---> 0b6a1fec3772 18:31:58 18:31:58 Successfully built 0b6a1fec3772 18:31:59 Successfully tagged docker-core-data-go-arm64:latest 18:31:59 Building docker-security-secretstore-setup-go 18:31:59  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 18:31:59 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 18:32:00 Collecting cached-property<2,>=1.2.0 18:32:00 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 18:32:00 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 18:32:01 Collecting docopt<0.7,>=0.6.1 18:32:01 Downloading docopt-0.6.2.tar.gz (25 kB) 18:32:04 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 18:32:04 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 18:32:05 Collecting PyYAML<4,>=3.10 18:32:05 Downloading PyYAML-3.13.tar.gz (270 kB) 18:32:09 Collecting dockerpty<0.5,>=0.4.1 18:32:09 Downloading dockerpty-0.4.1.tar.gz (13 kB) 18:32:11 Collecting jsonschema<3,>=2.5.1 18:32:11 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 18:32:12 Collecting docker<4.0,>=3.6.0 18:32:12 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 18:32:13 Collecting texttable<0.10,>=0.9.0 18:32:13 Downloading texttable-0.9.1.tar.gz (11 kB) 18:32:16 Collecting websocket-client<1.0,>=0.32.0 18:32:16 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 18:32:16 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) 18:32:16 Collecting idna<2.8,>=2.5 18:32:16 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 18:32:16 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) 18:32:17 Collecting urllib3<1.25,>=1.21.1 18:32:17 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 18:32:17 Collecting docker-pycreds>=0.4.0 18:32:17 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 18:32:18 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 18:32:18 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 18:32:18 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 18:32:18 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 18:32:19 Installing collected packages: cached-property, docopt, idna, urllib3, requests, PyYAML, dockerpty, jsonschema, docker-pycreds, websocket-client, docker, texttable, docker-compose 18:32:19 Running setup.py install for docopt: started 18:32:21 Running setup.py install for docopt: finished with status 'done' 18:32:21 Attempting uninstall: idna 18:32:21 Found existing installation: idna 2.9 18:32:21 Uninstalling idna-2.9: 18:32:21 Successfully uninstalled idna-2.9 18:32:22 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:32:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 18:32:22 ---> 75908f1ca28d 18:32:22 Step 3/21 : WORKDIR /edgex-go 18:32:22 ---> Using cache 18:32:22 ---> c3ce6316fd20 18:32:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:22 ---> Using cache 18:32:22 ---> c6c3506df9e9 18:32:22 Step 5/21 : RUN apk add --update --no-cache make git 18:32:23 Attempting uninstall: urllib3 18:32:23 Found existing installation: urllib3 1.25.9 18:32:23 Uninstalling urllib3-1.25.9: 18:32:23 Successfully uninstalled urllib3-1.25.9 18:32:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:32:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:32:24 ---> 75908f1ca28d 18:32:24 Step 3/23 : WORKDIR /edgex-go 18:32:24 ---> Using cache 18:32:24 ---> c3ce6316fd20 18:32:24 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:24 ---> Using cache 18:32:24 ---> c6c3506df9e9 18:32:24 Step 5/23 : RUN apk add --update --no-cache make git 18:32:25 Attempting uninstall: requests 18:32:25 Found existing installation: requests 2.23.0 18:32:25 Uninstalling requests-2.23.0: 18:32:25 Successfully uninstalled requests-2.23.0 18:32:27 Running setup.py install for PyYAML: started 18:32:28 ---> Running in 65d04c86af62 18:32:28 ---> Running in db41e0c28491 18:32:29 Running setup.py install for PyYAML: finished with status 'done' 18:32:29 Running setup.py install for dockerpty: started 18:32:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:32:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:32:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:32:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:32:32 OK: 217 MiB in 51 packages 18:32:32 OK: 217 MiB in 51 packages 18:32:32 Running setup.py install for dockerpty: finished with status 'done' 18:32:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:32:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 18:32:32 ---> 75908f1ca28d 18:32:32 Step 3/23 : WORKDIR /edgex-go 18:32:32 ---> Using cache 18:32:32 ---> c3ce6316fd20 18:32:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:32 ---> Using cache 18:32:32 ---> c6c3506df9e9 18:32:32 Step 5/23 : RUN apk add --update --no-cache make git 18:32:34 ---> Running in 0e9717116351 18:32:34 Running setup.py install for texttable: started 18:32:35 Removing intermediate container 65d04c86af62 18:32:35 ---> 409325f1fe7b 18:32:35 Step 6/21 : COPY go.mod . 18:32:36 Removing intermediate container db41e0c28491 18:32:36 ---> 419bda0fc281 18:32:36 Step 6/23 : COPY go.mod . 18:32:36 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 18:32:36 Step 2/24 : FROM ${BUILDER_BASE} AS builder 18:32:36 ---> 75908f1ca28d 18:32:36 Step 3/24 : WORKDIR /edgex-go 18:32:36 ---> Using cache 18:32:36 ---> c3ce6316fd20 18:32:36 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:32:36 ---> Using cache 18:32:36 ---> c6c3506df9e9 18:32:36 Step 5/24 : RUN apk add --update --no-cache make git 18:32:36 ---> Using cache 18:32:36 ---> 419bda0fc281 18:32:36 Step 6/24 : COPY go.mod . 18:32:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:32:37 ---> 86f05d6cbbca 18:32:37 Step 7/21 : RUN go mod download 18:32:37 ---> 8d06838090d5 18:32:37 Step 7/24 : RUN go mod download 18:32:37 ---> Running in decfc855132c 18:32:37 ---> c815e39ae911 18:32:37 Step 7/23 : RUN go mod download 18:32:37 Running setup.py install for texttable: finished with status 'done' 18:32:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:32:37 ---> Running in 6bf24e236e70 18:32:37 ---> Running in 79621c52ff99 18:32:38 OK: 217 MiB in 51 packages 18:32:38 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 18:32:40 Removing intermediate container 0e9717116351 18:32:40 ---> 5593cba86c86 18:32:40 Step 6/23 : COPY go.mod . 18:32:41 ---> ab737fff3e4a 18:32:41 Step 7/23 : RUN go mod download 18:32:41 ---> Running in 1174532d7edc 18:32:41 Removing intermediate container decfc855132c 18:32:41 ---> a3c6886b0736 18:32:41 Step 8/21 : COPY . . 18:32:42 Removing intermediate container 79621c52ff99 18:32:42 ---> 8beae93f4731 18:32:42 Step 8/23 : COPY . . 18:32:42 Removing intermediate container 6bf24e236e70 18:32:42 ---> b6b2a2177765 18:32:42 Step 8/24 : COPY . . 18:32:46 Removing intermediate container d698ebc1d810 18:32:46 ---> 9f3fb2dfa378 18:32:46 Step 21/26 : RUN apk --no-cache add curl 18:32:49 ---> Running in a5d7bddeff48 18:32:50 Removing intermediate container 1174532d7edc 18:32:50 ---> 9402fd4d7dba 18:32:50 Step 8/23 : COPY . . 18:32:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:32:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:32:51 (1/3) Installing nghttp2-libs (1.41.0-r0) 18:32:51 (2/3) Installing libcurl (7.69.1-r3) 18:32:51 (3/3) Installing curl (7.69.1-r3) 18:32:51 Executing busybox-1.31.1-r19.trigger 18:32:51 OK: 71 MiB in 58 packages 18:32:57 Removing intermediate container a5d7bddeff48 18:32:57 ---> 6e063edbb516 18:32:57 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 18:32:57 ---> Running in c83e6d5ca8a1 18:32:59 Removing intermediate container c83e6d5ca8a1 18:32:59 ---> 578120915ffd 18:32:59 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:32:59 ---> Running in f8221234ba51 18:33:00 Removing intermediate container f8221234ba51 18:33:00 ---> f29331962cfe 18:33:00 Step 24/26 : LABEL arch=arm64 18:33:00 ---> Running in df4347287592 18:33:00 ---> efeb5237dd4f 18:33:00 Step 9/23 : RUN make cmd/core-metadata/core-metadata 18:33:01 ---> Running in 810b954f836a 18:33:01 ---> 1d9fcd2c25e6 18:33:01 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 18:33:02 Removing intermediate container df4347287592 18:33:02 ---> 08dfe1268d80 18:33:02 Step 25/26 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:33:02 ---> Running in b1fd3cbe091e 18:33:02 ---> e17f7669e9fd 18:33:02 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 18:33:03 ---> Running in 56438739a827 18:33:03 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 18:33:03 ---> Running in 49a8ae5216e4 18:33:04 Removing intermediate container 56438739a827 18:33:04 ---> 938c7de6d0e0 18:33:04 Step 26/26 : LABEL version=0.0.0 18:33:04 ---> Running in 916885c95840 18:33:05 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 18:33:05 Removing intermediate container 916885c95840 18:33:05 ---> 00705cdeadeb 18:33:05 18:33:06 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 18:33:07 Successfully built 00705cdeadeb 18:33:07 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 18:33:12  Building docker-sys-mgmt-agent-go ... done  ---> 9cddcc48ffce 18:33:12 Step 9/23 : RUN make cmd/core-command/core-command 18:33:12 ---> Running in 23dcff030159 18:33:14 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 18:34:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 18:34:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 18:34:26 Removing intermediate container 49a8ae5216e4 18:34:26 ---> 9d4af7832a6f 18:34:26 18:34:26 Step 10/24 : FROM alpine:3.12 18:34:26 ---> afeebe901d6b 18:34:26 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 18:34:26 Removing intermediate container b1fd3cbe091e 18:34:26 ---> 9a765684baf2 18:34:26 18:34:26 Step 10/21 : FROM alpine:3.12 18:34:26 ---> afeebe901d6b 18:34:26 Step 11/21 : RUN apk add --update --no-cache curl 18:34:26 ---> Running in 13fe56b56d76 18:34:26 ---> Running in dbe3a5a2b058 18:34:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:34:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:34:27 (1/4) Installing ca-certificates (20191127-r4) 18:34:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 18:34:27 (3/4) Installing libcurl (7.69.1-r3) 18:34:27 (4/4) Installing curl (7.69.1-r3) 18:34:27 (1/5) Installing ca-certificates (20191127-r4) 18:34:27 Executing busybox-1.31.1-r19.trigger 18:34:27 Executing ca-certificates-20191127-r4.trigger 18:34:27 (2/5) Installing nghttp2-libs (1.41.0-r0) 18:34:27 (3/5) Installing libcurl (7.69.1-r3) 18:34:27 (4/5) Installing curl (7.69.1-r3) 18:34:27 (5/5) Installing dumb-init (1.2.2-r1) 18:34:27 Executing busybox-1.31.1-r19.trigger 18:34:27 Executing ca-certificates-20191127-r4.trigger 18:34:27 OK: 7 MiB in 18 packages 18:34:27 OK: 7 MiB in 19 packages 18:34:30 Removing intermediate container dbe3a5a2b058 18:34:30 ---> 4393811e1323 18:34:30 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:34:30 Removing intermediate container 13fe56b56d76 18:34:30 ---> 74e30ba263cd 18:34:30 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 18:34:30 ---> Running in f06cb101845a 18:34:30 ---> Running in fa65de1ee9ca 18:34:31 Removing intermediate container fa65de1ee9ca 18:34:31 ---> 9160be9cd592 18:34:31 Step 13/24 : WORKDIR / 18:34:31 Removing intermediate container f06cb101845a 18:34:31 ---> 44f4eea61c01 18:34:31 Step 13/21 : WORKDIR /edgex 18:34:31 ---> Running in b80d4ef4bb75 18:34:31 ---> Running in cf6f4d4c2906 18:34:32 Removing intermediate container b80d4ef4bb75 18:34:32 ---> 89a90806d34f 18:34:32 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 18:34:32 Removing intermediate container cf6f4d4c2906 18:34:32 ---> 22002d576623 18:34:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 18:34:33 ---> 1e10a5827ade 18:34:33 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 18:34:33 ---> 1c789695fb5e 18:34:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 18:34:35 ---> 7b06d3b6b140 18:34:35 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 18:34:35 ---> 3ac1d69f8df4 18:34:35 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 18:34:36 ---> 9289ae07ca36 18:34:36 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 18:34:37 ---> e087692688e7 18:34:37 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 18:34:37 ---> a58ce2314b1d 18:34:37 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 18:34:37 ---> Running in 5cbbc7bc0402 18:34:38 Removing intermediate container 23dcff030159 18:34:38 ---> 39ef0b477ac1 18:34:38 18:34:38 Step 10/23 : FROM alpine:3.12 18:34:38 ---> afeebe901d6b 18:34:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:34:38 ---> Using cache 18:34:38 ---> bbce87bf5e9d 18:34:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:34:38 ---> Using cache 18:34:38 ---> c8b8fa5e99d1 18:34:38 Step 13/23 : ENV APP_PORT=48082 18:34:38 Removing intermediate container 810b954f836a 18:34:38 ---> efff1c62a498 18:34:38 18:34:38 Step 10/23 : FROM alpine:3.12 18:34:38 ---> afeebe901d6b 18:34:38 Step 11/23 : RUN apk add --update --no-cache dumb-init 18:34:38 ---> Using cache 18:34:38 ---> bbce87bf5e9d 18:34:38 Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' 18:34:38 ---> Using cache 18:34:38 ---> c8b8fa5e99d1 18:34:38 Step 13/23 : ENV APP_PORT=48081 18:34:38 ---> Running in dc20907c5b1f 18:34:38 ---> Running in 25bf14e53b5a 18:34:38 Removing intermediate container 5cbbc7bc0402 18:34:38 ---> 2c421ae502ed 18:34:38 Step 18/21 : CMD ["--init=true"] 18:34:38 ---> Running in 48cd09693610 18:34:38 Removing intermediate container dc20907c5b1f 18:34:38 ---> b28f570af953 18:34:38 Step 14/23 : EXPOSE $APP_PORT 18:34:38 Removing intermediate container 25bf14e53b5a 18:34:38 ---> da0c53023b24 18:34:38 Step 14/23 : EXPOSE $APP_PORT 18:34:39 ---> c85609ba3cba 18:34:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 18:34:39 ---> Running in 4cbe146a9c15 18:34:39 ---> Running in e83939389f21 18:34:39 Removing intermediate container 48cd09693610 18:34:39 ---> 7998f3fc14ca 18:34:39 Step 19/21 : LABEL arch=arm64 18:34:39 ---> Running in 760085408b9c 18:34:40 Removing intermediate container e83939389f21 18:34:40 ---> 546b4cfbd7f4 18:34:40 Step 15/23 : WORKDIR /Removing intermediate container 4cbe146a9c15 18:34:40 18:34:40 ---> 21499b3481a3 18:34:40 Step 15/23 : WORKDIR / 18:34:40 ---> 13c27e892928 18:34:40 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/ 18:34:40 ---> Running in 173578f2b375 18:34:40 ---> Running in d6827e7c75f9 18:34:40 ---> Running in b79cc31b32ca 18:34:40 Removing intermediate container 760085408b9c 18:34:40 ---> 0e5d8414cec2 18:34:40 Step 20/21 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:34:40 ---> Running in bda063792a5f 18:34:40 Removing intermediate container 173578f2b375 18:34:40 ---> 522daa41b445 18:34:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:40 Removing intermediate container d6827e7c75f9 18:34:40 ---> cf3866175419 18:34:40 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 18:34:41 Removing intermediate container bda063792a5f 18:34:41 ---> ae95649d4dd1 18:34:41 Step 21/21 : LABEL version=0.0.0 18:34:42 ---> Running in e35b2e2002bd 18:34:42 ---> f28ae922a525 18:34:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 18:34:42 ---> fb2256aeaebd 18:34:42 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 18:34:42 Removing intermediate container e35b2e2002bd 18:34:42 ---> f54198591ed6 18:34:42 18:34:43 Successfully built f54198591ed6 18:34:43 Successfully tagged docker-security-proxy-setup-go-arm64:latest 18:34:43  Building docker-security-proxy-setup-go ... done Removing intermediate container b79cc31b32ca 18:34:43 ---> bf941a5117d9 18:34:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 18:34:43 ---> Running in fbcb422957d0 18:34:44 ---> 56859c852d33 18:34:44 ---> 3013f419d8aa 18:34:44 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.tomlStep 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 18:34:44 18:34:44 Removing intermediate container fbcb422957d0 18:34:44 ---> f51e3cac12a2 18:34:44 Step 22/24 : LABEL arch=arm64 18:34:44 ---> Running in 0346bf855f14 18:34:45 ---> b7a8d80b5346 18:34:45 Step 19/23 : ENTRYPOINT ["/core-metadata"] 18:34:45 ---> b991ab472ed5 18:34:45 Step 19/23 : ENTRYPOINT ["/core-command"] 18:34:45 ---> Running in d85c1145a688 18:34:45 ---> Running in b44529f09afc 18:34:45 Removing intermediate container 0346bf855f14 18:34:45 ---> 14cc762050a9 18:34:45 Step 23/24 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:34:45 ---> Running in 76e23a438ae2 18:34:46 Removing intermediate container d85c1145a688 18:34:46 ---> 62c821a8ca4d 18:34:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:46 Removing intermediate container b44529f09afc 18:34:46 ---> 6928ab3ff921 18:34:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:34:46 ---> Running in 9bd32fb6705e 18:34:46 ---> Running in 184541a6b6a9 18:34:46 Removing intermediate container 76e23a438ae2 18:34:46 ---> ec1b5f6fa393 18:34:46 Step 24/24 : LABEL version=0.0.0 18:34:46 ---> Running in 2eb4414bbba9 18:34:46 Removing intermediate container 9bd32fb6705e 18:34:46 ---> a488b13a304e 18:34:46 Step 21/23 : LABEL arch=arm64 18:34:46 ---> Running in 8be99c4b34f0 18:34:46 Removing intermediate container 184541a6b6a9 18:34:46 ---> b40358900a99 18:34:46 Step 21/23 : LABEL arch=arm64 18:34:47 ---> Running in 40f525e496c3 18:34:47 Removing intermediate container 2eb4414bbba9 18:34:47 ---> 8e99a6457124 18:34:47 18:34:47 Removing intermediate container 8be99c4b34f0 18:34:47 ---> dabe9dc48bf3 18:34:47 Step 22/23 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:34:47 Successfully built 8e99a6457124 18:34:47 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 18:34:47  Building docker-security-secretstore-setup-go ... done Removing intermediate container 40f525e496c3 18:34:47 ---> 0660fc78d019 18:34:47 Step 22/23 : LABEL git_sha=7720835d1356653aaa62fb44da62189db095b415 18:34:47 ---> Running in d0b45428a2d9 18:34:47 ---> Running in 427cbe331d5f 18:34:48 Removing intermediate container d0b45428a2d9 18:34:48 ---> a676b22b0f3b 18:34:48 Step 23/23 : LABEL version=0.0.0 18:34:48 Removing intermediate container 427cbe331d5f 18:34:48 ---> 7a3b30fdc291 18:34:48 Step 23/23 : LABEL version=0.0.0 18:34:48 ---> Running in 2a05abaaf72c 18:34:48 ---> Running in 473c0664060d 18:34:49 Removing intermediate container 2a05abaaf72c 18:34:49 ---> d56730952368 18:34:49 18:34:49 Removing intermediate container 473c0664060d 18:34:49 ---> 0f4aaad67417 18:34:49 18:34:49 Successfully built d56730952368 18:34:49 Successfully tagged docker-core-metadata-go-arm64:latest 18:34:49  Building docker-core-metadata-go ... done Successfully built 0f4aaad67417 18:34:49 Successfully tagged docker-core-command-go-arm64:latest 18:34:49  Building docker-core-command-go ... done  [Pipeline] } 18:34:49 $ docker stop --time=1 f8e190970e2ce3b6524964050587506acc688b4f4f8a3e32f7d24a1b8451f2d9 18:34:51 $ docker rm -f f8e190970e2ce3b6524964050587506acc688b4f4f8a3e32f7d24a1b8451f2d9 [Pipeline] // withDockerContainer [Pipeline] sh 18:34:52 + docker images 18:34:52 + grep docker 18:34:52 docker-core-metadata-go-arm64 latest d56730952368 4 seconds ago 17.7MB 18:34:52 docker-core-command-go-arm64 latest 0f4aaad67417 4 seconds ago 16MB 18:34:52 docker-security-secretstore-setup-go-arm64 latest 8e99a6457124 6 seconds ago 23.4MB 18:34:52 docker-security-proxy-setup-go-arm64 latest f54198591ed6 10 seconds ago 23.2MB 18:34:52 docker-sys-mgmt-agent-go-arm64 latest 00705cdeadeb About a minute ago 300MB 18:34:52 docker-core-data-go-arm64 latest 0b6a1fec3772 2 minutes ago 21MB 18:34:52 docker-security-bootstrapper-go-arm64 latest b7b8050cf50d 3 minutes ago 17MB 18:34:52 docker-support-scheduler-go-arm64 latest 2a0e2f2f6253 3 minutes ago 16.1MB 18:34:52 docker-support-notifications-go-arm64 latest 5f8c3d01fc84 3 minutes ago 16.6MB 18:34:52 docker 20.10.0 eeaf43b92773 7 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 18:34:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:34:57 ---> package-listing.sh 18:34:57 ++ tr '[:upper:]' '[:lower:]' 18:34:57 ++ facter osfamily 18:34:57 + OS_FAMILY=redhat 18:34:57 + workspace=/w/workspace/edgex-go/6 18:34:57 + START_PACKAGES=/tmp/packages_start.txt 18:34:57 + END_PACKAGES=/tmp/packages_end.txt 18:34:57 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:34:57 + PACKAGES=/tmp/packages_start.txt 18:34:57 + '[' /w/workspace/edgex-go/6 ']' 18:34:57 + PACKAGES=/tmp/packages_end.txt 18:34:57 + case "${OS_FAMILY}" in 18:34:57 + rpm -qa 18:34:57 + sort 18:35:04 + '[' -f /tmp/packages_start.txt ']' 18:35:04 + '[' -f /tmp/packages_end.txt ']' 18:35:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:35:04 + '[' /w/workspace/edgex-go/6 ']' 18:35:04 + mkdir -p /w/workspace/edgex-go/6/archives/ 18:35:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/6/archives/ [Pipeline] echo 18:35:04 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/6/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 18:35:04 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 18:35:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:35:05 18:35:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:35:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:35:06 alpine: Pulling from edgex-lftools-log-publisher 18:35:06 df20fa9351a1: Pulling fs layer 18:35:06 36b3adc4ff6f: Pulling fs layer 18:35:06 8ad3a11d3b57: Pulling fs layer 18:35:06 46f8f816bc3b: Pulling fs layer 18:35:06 93b61091891f: Pulling fs layer 18:35:06 93b9cdb0e59b: Pulling fs layer 18:35:06 5e14af77c1be: Pulling fs layer 18:35:06 01666e4c0597: Pulling fs layer 18:35:06 aa168da1d23b: Pulling fs layer 18:35:06 93b61091891f: Waiting 18:35:06 93b9cdb0e59b: Waiting 18:35:06 5e14af77c1be: Waiting 18:35:06 01666e4c0597: Waiting 18:35:06 aa168da1d23b: Waiting 18:35:06 46f8f816bc3b: Waiting 18:35:06 36b3adc4ff6f: Verifying Checksum 18:35:06 36b3adc4ff6f: Download complete 18:35:06 46f8f816bc3b: Verifying Checksum 18:35:06 46f8f816bc3b: Download complete 18:35:06 df20fa9351a1: Verifying Checksum 18:35:06 df20fa9351a1: Download complete 18:35:06 93b61091891f: Verifying Checksum 18:35:06 93b61091891f: Download complete 18:35:06 93b9cdb0e59b: Verifying Checksum 18:35:06 93b9cdb0e59b: Download complete 18:35:06 01666e4c0597: Verifying Checksum 18:35:06 01666e4c0597: Download complete 18:35:06 5e14af77c1be: Verifying Checksum 18:35:06 5e14af77c1be: Download complete 18:35:07 df20fa9351a1: Pull complete 18:35:07 8ad3a11d3b57: Verifying Checksum 18:35:07 8ad3a11d3b57: Download complete 18:35:07 36b3adc4ff6f: Pull complete 18:35:08 8ad3a11d3b57: Pull complete 18:35:09 46f8f816bc3b: Pull complete 18:35:11 aa168da1d23b: Verifying Checksum 18:35:11 aa168da1d23b: Download complete 18:35:11 93b61091891f: Pull complete 18:35:11 93b9cdb0e59b: Pull complete 18:35:12 5e14af77c1be: Pull complete 18:35:12 01666e4c0597: Pull complete 18:35:25 aa168da1d23b: Pull complete 18:35:25 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 18:35:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:35:25 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:35:25 prd-centos7-docker-4c-2g-24749 does not seem to be running inside a container 18:35:25 $ 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/6/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/6 -v /w/workspace/edgex-go/6:/w/workspace/edgex-go/6:rw,z -v /w/workspace/edgex-go/6@tmp:/w/workspace/edgex-go/6@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 18:35:32 $ docker top 76004fbede115d4ef5b66ad888e5328e9e234d179e0356d74f6530a50c0fd6b0 -eo pid,comm [Pipeline] { [Pipeline] sh 18:35:33 + touch /tmp/pre-build-complete [Pipeline] sh 18:35:34 + mkdir -p /var/log/sa [Pipeline] sh 18:35:34 + ls /var/log/sa-host 18:35:34 + sadf -c /var/log/sa-host/sa03 18:35:34 file_magic: OK 18:35:34 HZ: Using current value: 100 18:35:34 file_header: OK 18:35:34 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 18:35:34 Statistics: 18:35:34 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... 18:35:34 File successfully converted to sysstat format version 12.2.1 18:35:34 + sadf -c /var/log/sa-host/sa23 18:35:34 file_magic: OK 18:35:34 HZ: Using current value: 100 18:35:34 file_header: OK 18:35:34 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 18:35:34 Statistics: 18:35:34 Hnuu...uuuununununu... 18:35:34 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:35:34 provisioning config files... 18:35:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/6@tmp/config5453746823882117659tmp [Pipeline] { [Pipeline] echo 18:35:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:35:35 ---> create-netrc.sh [Pipeline] } 18:35:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 18:35:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 18:35:36 ---> python-tools-install.sh [Pipeline] echo 18:35:36 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 18:35:36 ---> sudo-logs.sh 18:35:36 Archiving 'sudo' log.. [Pipeline] echo 18:35:36 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 18:35:36 ---> job-cost.sh 18:35:36 lf-activate-venv: SKIPPING 18:35:36 INFO: No Stack... 18:35:38 INFO: Retrieving Pricing Info for: v1-standard-2 18:35:39 INFO: Archiving Costs [Pipeline] echo 18:35:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:35:39 ---> logs-deploy.sh 18:35:39 lf-activate-venv: SKIPPING 18:35:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3115/6 18:35:39 INFO: archiving workspace using pattern(s): 18:35:42 Archives upload complete. 18:35:42 INFO: archiving logs to Nexus