Pull request #2958 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2dc74f6a3c7ed0aea5b3204217d20d0bf1540fea+c8e01228eebdce54d172fd10835788ee98243d1b (e0fd5599be6e77c861b367acc4f3f59f85e233c9) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-17067 in /w/workspace/edgexfoundry_edgex-go_PR-2958 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2958/head:refs/remotes/origin/PR-2958 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit c8e01228eebdce54d172fd10835788ee98243d1b into PR head commit 2dc74f6a3c7ed0aea5b3204217d20d0bf1540fea Merge succeeded, producing 21a44ffbded7ec1bd011b94c795f3949035fb8ab Checking out Revision 21a44ffbded7ec1bd011b94c795f3949035fb8ab (PR-2958) > git config core.sparsecheckout # timeout=10 > git checkout -f 2dc74f6a3c7ed0aea5b3204217d20d0bf1540fea # 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 c8e01228eebdce54d172fd10835788ee98243d1b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 21a44ffbded7ec1bd011b94c795f3949035fb8ab # timeout=10 Commit message: "Merge commit 'c8e01228eebdce54d172fd10835788ee98243d1b' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 8c758c366d409889059c061b5d4fafe63476d06f # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:29:50 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:29:51 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:29:51 ========================================================= 16:29:51 EdgeX Global Pipelines Version Info 16:29:51 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:29:52 ------------------- 16:29:52 stable info: 16:29:52 ------------------- 16:29:52 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:29:52 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:29:52 Message: update stable to v1.0.173 16:29:53 ------------------- 16:29:53 experimental info: 16:29:53 ------------------- 16:29:53 Commited By: **** collab-it+edgex@linuxfoundation.org 16:29:53 Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 16:29:53 Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:29:53 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:29:54 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:29:54 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:29:54 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:29:54 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:29:54 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:29:54 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:29:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:29:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:29:55 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:29:55 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:29:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:29:55 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:29:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:29:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:29:56 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:29:56 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 16:29:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2958 [Pipeline] echo 16:29:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2958 [Pipeline] echo 16:29:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2958 [Pipeline] echo 16:29:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 21a44ffbded7ec1bd011b94c795f3949035fb8ab [Pipeline] echo 16:29:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 21a44ff [Pipeline] echo 16:29:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:29:57 provisioning config files... 16:29:57 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3489157435370996428tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:29:57 ---> docker-login.sh 16:29:57 nexus3.edgexfoundry.org:10001 16:29:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:57 Configure a credential helper to remove this warning. See 16:29:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:57 16:29:57 Login Succeeded 16:29:57 nexus3.edgexfoundry.org:10002 16:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:58 Configure a credential helper to remove this warning. See 16:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:58 16:29:58 Login Succeeded 16:29:58 nexus3.edgexfoundry.org:10003 16:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:58 Configure a credential helper to remove this warning. See 16:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:58 16:29:58 Login Succeeded 16:29:58 nexus3.edgexfoundry.org:10004 16:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:58 Configure a credential helper to remove this warning. See 16:29:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:58 16:29:58 Login Succeeded 16:29:58 docker.io 16:29:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:29:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:29:59 Configure a credential helper to remove this warning. See 16:29:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:29:59 16:29:59 Login Succeeded 16:29:59 ---> docker-login.sh ends [Pipeline] } 16:29:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:29:59 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:29:59 + for file in '`ls cmd/**/Dockerfile`' 16:29:59 ++ dirname cmd/core-command/Dockerfile 16:29:59 ++ cut -d/ -f2 16:29:59 + echo core-command,cmd/core-command/Dockerfile 16:29:59 + for file in '`ls cmd/**/Dockerfile`' 16:29:59 ++ dirname cmd/core-data/Dockerfile 16:29:59 ++ cut -d/ -f2 16:29:59 + echo core-data,cmd/core-data/Dockerfile 16:29:59 + for file in '`ls cmd/**/Dockerfile`' 16:29:59 ++ dirname cmd/core-metadata/Dockerfile 16:29:59 ++ cut -d/ -f2 16:29:59 + echo core-metadata,cmd/core-metadata/Dockerfile 16:29:59 + for file in '`ls cmd/**/Dockerfile`' 16:29:59 ++ dirname cmd/security-bootstrap-redis/Dockerfile 16:29:59 ++ cut -d/ -f2 16:29:59 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 16:29:59 + for file in '`ls cmd/**/Dockerfile`' 16:29:59 ++ dirname cmd/security-proxy-setup/Dockerfile 16:29:59 ++ cut -d/ -f2 16:29:59 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:29:59 + for file in '`ls cmd/**/Dockerfile`' 16:29:59 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:29:59 ++ cut -d/ -f2 16:29:59 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:29:59 + for file in '`ls cmd/**/Dockerfile`' 16:29:59 ++ dirname cmd/support-notifications/Dockerfile 16:29:59 ++ cut -d/ -f2 16:29:59 + echo support-notifications,cmd/support-notifications/Dockerfile 16:29:59 + for file in '`ls cmd/**/Dockerfile`' 16:29:59 ++ dirname cmd/support-scheduler/Dockerfile 16:29:59 ++ cut -d/ -f2 16:29:59 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:29:59 + for file in '`ls cmd/**/Dockerfile`' 16:29:59 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:29:59 ++ cut -d/ -f2 16:29:59 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:29:59 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:30:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:30:00 16:30:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:30:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:30:00 latest: Pulling from edgex-devops/git-semver 16:30:00 31603596830f: Pulling fs layer 16:30:00 2a8b12db71e7: Pulling fs layer 16:30:00 6ca5941a6612: Pulling fs layer 16:30:00 ecc8261a40a4: Pulling fs layer 16:30:00 ecc8261a40a4: Waiting 16:30:00 2a8b12db71e7: Verifying Checksum 16:30:00 2a8b12db71e7: Download complete 16:30:00 31603596830f: Verifying Checksum 16:30:00 31603596830f: Download complete 16:30:01 6ca5941a6612: Verifying Checksum 16:30:01 6ca5941a6612: Download complete 16:30:01 ecc8261a40a4: Verifying Checksum 16:30:01 ecc8261a40a4: Download complete 16:30:01 31603596830f: Pull complete 16:30:01 2a8b12db71e7: Pull complete 16:30:02 6ca5941a6612: Pull complete 16:30:02 ecc8261a40a4: Pull complete 16:30:02 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:30:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:30:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:30:02 prd-centos7-docker-4c-2g-17067 does not seem to be running inside a container 16:30:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:30:05 $ docker top ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:30:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:30:05 [ssh-agent] Looking for ssh-agent implementation... 16:30:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:30:06 $ docker exec ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f ssh-agent 16:30:06 SSH_AUTH_SOCK=/tmp/ssh-ZOFkYulev3s3/agent.12 16:30:06 SSH_AGENT_PID=17 16:30:06 Running ssh-add (command line suppressed) 16:30:06 Identity added: /w/workspace/edgex-go/3@tmp/private_key_3308701242986266956.key (/w/workspace/edgex-go/3@tmp/private_key_3308701242986266956.key) 16:30:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:30:06 + git tag --points-at HEAD [Pipeline] } 16:30:06 $ docker exec --env ******** --env ******** ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f ssh-agent -k 16:30:06 unset SSH_AUTH_SOCK; 16:30:06 unset SSH_AGENT_PID; 16:30:06 echo Agent pid 17 killed; 16:30:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:30:07 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:30:07 [ssh-agent] Looking for ssh-agent implementation... 16:30:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:30:07 $ docker exec ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f ssh-agent 16:30:07 SSH_AUTH_SOCK=/tmp/ssh-RnXvqzH7ZYKv/agent.47 16:30:07 SSH_AGENT_PID=52 16:30:07 Running ssh-add (command line suppressed) 16:30:07 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7601881527486873899.key (/w/workspace/edgex-go/3@tmp/private_key_7601881527486873899.key) 16:30:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:30:08 + git semver init 16:30:08 # -> Open(): unable to determine branch for HEAD 16:30:08 # $GIT_DIR = /w/workspace/edgex-go/3/.git 16:30:08 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 16:30:08 # $SEMVER_REMOTE_NAME = origin 16:30:08 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:30:08 # $SEMVER_USER_NAME = edgex-jenkins 16:30:08 # $SEMVER_BRANCH = PR-2958 16:30:08 # $SEMVER_TEMP = /tmp/semver-924341175 16:30:08 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:30:30 # '/tmp/semver-924341175' -> '/w/workspace/edgex-go/3/.semver' 16:30:30 # -> Force: false 16:30:30 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 16:30:30 $ docker exec --env ******** --env ******** ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f ssh-agent -k 16:30:30 unset SSH_AUTH_SOCK; 16:30:30 unset SSH_AGENT_PID; 16:30:30 echo Agent pid 52 killed; 16:30:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:30:31 + git semver [Pipeline] } 16:30:31 $ docker stop --time=1 ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f 16:30:32 $ docker rm -f ed5b65d25742cecfa5f285296de7aac8fb2db73aa451fa408e3ea4cdf883f47f [Pipeline] // withDockerContainer [Pipeline] sh 16:30:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:30:33 Stashed 1 file(s) [Pipeline] echo 16:30:33 [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 16:30:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 16:30:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:30:35 + sudo service docker restart 16:30:35 + true 16:30:35 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 16:30:35 ========================================================= 16:30:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:30:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:30:36 + 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 . 16:30:39 Sending build context to Docker daemon 326.2MB 16:30:39 Step 1/7 : ARG BASE=golang:1.15-alpine 16:30:39 Step 2/7 : FROM ${BASE} 16:30:39 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:30:39 188c0c94c7c5: Pulling fs layer 16:30:39 0ef7d3d256c8: Pulling fs layer 16:30:39 de9db76c5a1d: Pulling fs layer 16:30:39 bca2f99d35d6: Pulling fs layer 16:30:39 93359f2a8cfa: Pulling fs layer 16:30:39 7c6f9722023f: Pulling fs layer 16:30:39 a35cf1a2eb13: Pulling fs layer 16:30:39 93359f2a8cfa: Waiting 16:30:39 7c6f9722023f: Waiting 16:30:39 a35cf1a2eb13: Waiting 16:30:39 bca2f99d35d6: Waiting 16:30:39 de9db76c5a1d: Download complete 16:30:39 0ef7d3d256c8: Download complete 16:30:39 93359f2a8cfa: Verifying Checksum 16:30:39 93359f2a8cfa: Download complete 16:30:39 188c0c94c7c5: Verifying Checksum 16:30:39 188c0c94c7c5: Download complete 16:30:39 7c6f9722023f: Verifying Checksum 16:30:39 7c6f9722023f: Download complete 16:30:40 188c0c94c7c5: Pull complete 16:30:40 0ef7d3d256c8: Pull complete 16:30:40 de9db76c5a1d: Pull complete 16:30:41 a35cf1a2eb13: Verifying Checksum 16:30:41 a35cf1a2eb13: Download complete 16:30:42 bca2f99d35d6: Verifying Checksum 16:30:42 bca2f99d35d6: Download complete 16:30:47 bca2f99d35d6: Pull complete 16:30:48 93359f2a8cfa: Pull complete 16:30:48 7c6f9722023f: Pull complete 16:30:49 Still waiting to schedule task 16:30:49 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:30:53 a35cf1a2eb13: Pull complete 16:30:53 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 16:30:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:30:53 ---> a62c8e92a672 16:30:53 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:30:53 ---> Running in 18d881115bfd 16:30:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:30:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:30:55 (1/12) Installing libmagic (5.38-r0) 16:30:55 (2/12) Installing file (5.38-r0) 16:30:55 (3/12) Installing libc-dev (0.7.2-r3) 16:30:55 (4/12) Installing g++ (9.3.0-r2) 16:31:00 (5/12) Installing fortify-headers (1.1-r0) 16:31:00 (6/12) Installing patch (2.7.6-r6) 16:31:00 (7/12) Installing build-base (0.5-r2) 16:31:00 (8/12) Installing libsodium (1.0.18-r0) 16:31:00 (9/12) Installing pkgconf (1.7.2-r0) 16:31:00 (10/12) Installing libsodium-dev (1.0.18-r0) 16:31:00 (11/12) Installing libzmq (4.3.3-r0) 16:31:00 (12/12) Installing zeromq-dev (4.3.3-r0) 16:31:01 Executing busybox-1.31.1-r19.trigger 16:31:01 OK: 233 MiB in 51 packages 16:31:04 Removing intermediate container 18d881115bfd 16:31:04 ---> a67c84a5d96f 16:31:04 Step 4/7 : WORKDIR /edgex-go 16:31:04 ---> Running in e1ee6c2d1162 16:31:04 Removing intermediate container e1ee6c2d1162 16:31:04 ---> 6c6a5d0ba01a 16:31:04 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:31:04 latest: Pulling from library/docker 16:31:05 801bfaa63ef2: Pulling fs layer 16:31:05 4f7dc993c79e: Pulling fs layer 16:31:05 d39d95e4997f: Pulling fs layer 16:31:05 1cda4b703d87: Pulling fs layer 16:31:05 54e5375350ea: Pulling fs layer 16:31:05 f08cd1b3bb1b: Pulling fs layer 16:31:05 8e17d04e0c68: Pulling fs layer 16:31:05 54e5375350ea: Waiting 16:31:05 f08cd1b3bb1b: Waiting 16:31:05 8e17d04e0c68: Waiting 16:31:05 1cda4b703d87: Waiting 16:31:05 d39d95e4997f: Verifying Checksum 16:31:05 d39d95e4997f: Download complete 16:31:05 4f7dc993c79e: Verifying Checksum 16:31:05 4f7dc993c79e: Download complete 16:31:05 801bfaa63ef2: Verifying Checksum 16:31:05 801bfaa63ef2: Download complete 16:31:05 54e5375350ea: Verifying Checksum 16:31:05 54e5375350ea: Download complete 16:31:05 801bfaa63ef2: Pull complete 16:31:05 8e17d04e0c68: Verifying Checksum 16:31:05 8e17d04e0c68: Download complete 16:31:05 f08cd1b3bb1b: Verifying Checksum 16:31:05 f08cd1b3bb1b: Download complete 16:31:06 4f7dc993c79e: Pull complete 16:31:06 d39d95e4997f: Pull complete 16:31:07 1cda4b703d87: Verifying Checksum 16:31:07 1cda4b703d87: Download complete 16:31:10 1cda4b703d87: Pull complete 16:31:10 54e5375350ea: Pull complete 16:31:10 f08cd1b3bb1b: Pull complete 16:31:11 8e17d04e0c68: Pull complete 16:31:11 Digest: sha256:b1356a9c0d4de04e7009b34940d6969699ba7e71dd9bb495bd04c01ae618c1e3 16:31:11 Status: Downloaded newer image for docker:latest 16:31:12 ---> 59a4bcc14225 16:31:12 Step 6/7 : COPY go.mod . 16:31:12 ---> 05252ab3f2c8 16:31:12 Step 7/7 : RUN go mod download 16:31:12 ---> Running in 5c0f3d1d3a0a 16:31:34 Removing intermediate container 5c0f3d1d3a0a 16:31:34 ---> 834b95c7ff4d 16:31:34 Successfully built 834b95c7ff4d 16:31:34 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:31:35 + docker inspect -f . ci-base-image-x86_64 16:31:35 . [Pipeline] withDockerContainer 16:31:35 prd-centos7-docker-4c-2g-17067 does not seem to be running inside a container 16:31:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:31:36 $ docker top 185da73a415f4d0212aa2568f6391bd1b38ff31e79aebc5d57617f542fe1904c -eo pid,comm [Pipeline] { [Pipeline] sh 16:31:36 + go version 16:31:36 go version go1.15.5 linux/amd64 [Pipeline] } 16:31:36 $ docker stop --time=1 185da73a415f4d0212aa2568f6391bd1b38ff31e79aebc5d57617f542fe1904c 16:31:38 $ docker rm -f 185da73a415f4d0212aa2568f6391bd1b38ff31e79aebc5d57617f542fe1904c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:31:38 + docker inspect -f . ci-base-image-x86_64 16:31:38 . [Pipeline] withDockerContainer 16:31:38 prd-centos7-docker-4c-2g-17067 does not seem to be running inside a container 16:31:39 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:31:39 $ docker top 6cce766833534afee6d46adb4032315b40ac25ab102c0445e7801c728267af08 -eo pid,comm [Pipeline] { [Pipeline] echo 16:31:39 ========================================================= 16:31:39 [edgeXBuildGoParallel] Running Tests and Build... 16:31:39 ========================================================= [Pipeline] sh 16:31:40 + make test 16:31:40 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 16:31:48 ? github.com/edgexfoundry/edgex-go [no test files] 16:32:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:32:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:32:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:32:10 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 16:32:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 16:32:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:32:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:32:10 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:32:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:32:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:32:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:32:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:32:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:32:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.116s coverage: 46.6% of statements 16:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:32:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:32:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.159s coverage: 27.0% of statements 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:32:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:32:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:32:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.393s coverage: 72.7% of statements 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:32:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.115s coverage: 83.3% of statements 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:32:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:32:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.339s coverage: 28.6% of statements 16:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:32:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.059s coverage: 100.0% of statements 16:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:32:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 16:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:32:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.101s coverage: 86.7% of statements 16:32:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:32:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.116s coverage: 97.5% of statements 16:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:32:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.054s coverage: 78.3% of statements 16:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:32:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:32:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.294s coverage: 93.8% of statements 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:32:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:32:23 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 16:32:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.029s coverage: 100.0% of statements 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 16:32:23 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements 16:32:23 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 16:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements 16:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.073s coverage: 87.2% of statements 16:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.050s coverage: 84.2% of statements 16:32:24 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.4% of statements 16:32:24 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 16:32:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.182s coverage: 63.5% of statements 16:32:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:32:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:32:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements 16:32:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.039s coverage: 91.3% of statements 16:32:25 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.026s coverage: 100.0% of statements 16:32:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.041s coverage: 73.7% of statements 16:32:25 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.028s coverage: 100.0% of statements 16:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.349s coverage: 55.9% of statements 16:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 16:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 16:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 16:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.097s coverage: 37.0% of statements 16:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:32:27 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.328s coverage: 84.0% of statements 16:32:27 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements 16:32:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.128s coverage: 47.1% of statements 16:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:32:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements 16:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:32:29 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.045s coverage: 100.0% of statements 16:32:29 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:32:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.680s coverage: 29.1% of statements 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:32:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.111s coverage: 99.0% of statements 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:32:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.071s coverage: 100.0% of statements 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:32:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.032s coverage: 0.0% of statements 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:32:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:32:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:32:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 16:32:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:32:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:32:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.034s coverage: 100.0% of statements 16:32:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.032s coverage: 32.1% of statements 16:32:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements 16:32:32 GO111MODULE=on go vet ./... 16:32:54 gofmt -l . 16:32:54 [ "`gofmt -l .`" = "" ] 16:32:54 ./bin/test-go-mod-tidy.sh 16:32:54 ./bin/test-attribution-txt.sh [Pipeline] sh 16:32:56 + ls -al . 16:32:56 total 636 16:32:56 drwxrwxr-x 10 1001 1001 4096 Dec 21 16:32 . 16:32:56 drwxr-xr-x 4 root root 28 Dec 21 16:31 .. 16:32:56 -rw-rw-r-- 1 1001 1001 11 Dec 21 16:29 .dockerignore 16:32:56 drwxrwxr-x 8 1001 1001 179 Dec 21 16:29 .git 16:32:56 drwxrwxr-x 3 1001 1001 125 Dec 21 16:29 .github 16:32:56 -rw-rw-r-- 1 1001 1001 824 Dec 21 16:29 .gitignore 16:32:56 drwx------ 3 1001 1001 47 Dec 21 16:30 .semver 16:32:56 -rw-rw-r-- 1 1001 1001 166 Dec 21 16:29 .sonarcloud.properties 16:32:56 -rw-rw-r-- 1 1001 1001 3804 Dec 21 16:29 CONTRIBUTING.md 16:32:56 -rw-rw-r-- 1 1001 1001 1035 Dec 21 16:29 Dockerfile.build 16:32:56 -rw-rw-r-- 1 1001 1001 863 Dec 21 16:29 Jenkinsfile 16:32:56 -rw-rw-r-- 1 1001 1001 10775 Dec 21 16:29 LICENSE 16:32:56 -rw-rw-r-- 1 1001 1001 5750 Dec 21 16:29 Makefile 16:32:56 -rw-rw-r-- 1 1001 1001 6511 Dec 21 16:29 README.md 16:32:56 -rw-rw-r-- 1 1001 1001 6744 Dec 21 16:29 SECURITY.md 16:32:56 -rw-rw-r-- 1 1001 1001 5 Dec 21 16:30 VERSION 16:32:56 -rw-rw-r-- 1 1001 1001 4131 Dec 21 16:29 ZMQWindows.md 16:32:56 drwxrwxr-x 2 1001 1001 117 Dec 21 16:29 bin 16:32:56 drwxrwxr-x 14 1001 1001 4096 Dec 21 16:29 cmd 16:32:56 -rw-r--r-- 1 root root 537098 Dec 21 16:32 coverage.out 16:32:56 -rw-r--r-- 1 root root 979 Dec 21 16:32 go.mod 16:32:56 -rw-r--r-- 1 root root 18739 Dec 21 16:32 go.sum 16:32:56 drwxrwxr-x 8 1001 1001 127 Dec 21 16:29 internal 16:32:56 drwxrwxr-x 4 1001 1001 26 Dec 21 16:29 openapi 16:32:56 drwxrwxr-x 4 1001 1001 71 Dec 21 16:29 snap 16:32:56 -rw-rw-r-- 1 1001 1001 168 Dec 21 16:29 version.go [Pipeline] sh 16:32:56 + '[' -e coverage.out ] 16:32:56 + chown 1001:1001 coverage.out [Pipeline] stash 16:32:57 Stashed 1 file(s) [Pipeline] sh 16:32:57 + make build 16:32:57 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 16:33:00 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 16:33:08 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 16:33:08 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 16:33:10 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 16:33:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:33:12 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 16:33:13 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 16:33:14 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 16:33:15 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 16:33:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:33:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 16:33:18 $ docker stop --time=1 6cce766833534afee6d46adb4032315b40ac25ab102c0445e7801c728267af08 16:33:20 $ docker rm -f 6cce766833534afee6d46adb4032315b40ac25ab102c0445e7801c728267af08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:33:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:33:23 16:33:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:33:23 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:33:23 latest: Pulling from edgex-devops/edgex-compose 16:33:23 cbdbe7a5bc2a: Pulling fs layer 16:33:23 ca9280d653b3: Pulling fs layer 16:33:23 7e9c9ca2126c: Pulling fs layer 16:33:24 cbdbe7a5bc2a: Verifying Checksum 16:33:24 cbdbe7a5bc2a: Download complete 16:33:24 cbdbe7a5bc2a: Pull complete 16:33:24 ca9280d653b3: Verifying Checksum 16:33:24 ca9280d653b3: Download complete 16:33:25 7e9c9ca2126c: Verifying Checksum 16:33:25 7e9c9ca2126c: Download complete 16:33:25 ca9280d653b3: Pull complete 16:33:32 7e9c9ca2126c: Pull complete 16:33:32 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:33:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:33:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:33:32 prd-centos7-docker-4c-2g-17067 does not seem to be running inside a container 16:33:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:33:35 $ docker top 81c88fcdfde0007793ede77596a652ecd7835ce63f78a5b6bc81930c490d5a0b -eo pid,comm [Pipeline] { [Pipeline] sh 16:33:35 + docker-compose build --help 16:33:35 + grep parallel 16:33:36 Running on prd-ubuntu18.04-docker-arm64-4c-16g-17070 in /w/workspace/edgexfoundry_edgex-go_PR-2958 [Pipeline] { 16:33:36 --parallel Build images in parallel. [Pipeline] } 16:33:36 $ docker stop --time=1 81c88fcdfde0007793ede77596a652ecd7835ce63f78a5b6bc81930c490d5a0b 16:33:38 $ docker rm -f 81c88fcdfde0007793ede77596a652ecd7835ce63f78a5b6bc81930c490d5a0b [Pipeline] // withDockerContainer [Pipeline] ws 16:33:38 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 16:33:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:33:38 . [Pipeline] withDockerContainer 16:33:40 prd-centos7-docker-4c-2g-17067 does not seem to be running inside a container 16:33:40 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:33:40 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 16:33:41 $ docker top e1b13907d010ed44bedcd2ce687afa6f6d92a4194acbc96f9aa45cbf7cf2e2ba -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 16:33:41 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 16:33:41 + docker-compose -f ./docker-compose-build.yml build --parallel 16:33:42 + sudo service docker restart 16:33:42 + true 16:33:42 Building docker-core-command-go ... 16:33:42 Building docker-core-data-go ... 16:33:42 Building docker-core-metadata-go ... 16:33:42 Building docker-security-bootstrap-redis-go ... 16:33:42 Building docker-security-proxy-setup-go ... 16:33:42 Building docker-security-secretstore-setup-go ... 16:33:42 Building docker-support-notifications-go ... 16:33:42 Building docker-support-scheduler-go ... 16:33:42 Building docker-sys-mgmt-agent-go ... 16:33:42 Building docker-security-bootstrap-redis-go 16:33:42 Building docker-sys-mgmt-agent-go 16:33:42 Building docker-core-command-go 16:33:42 Building docker-core-metadata-go 16:33:42 Building docker-security-secretstore-setup-go [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:33:44 provisioning config files... 16:33:44 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6705222420612327799tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:33:45 ---> docker-login.sh 16:33:45 nexus3.edgexfoundry.org:10001 16:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:46 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:46 Configure a credential helper to remove this warning. See 16:33:46 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:46 16:33:46 Login Succeeded 16:33:46 nexus3.edgexfoundry.org:10002 16:33:46 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:47 Configure a credential helper to remove this warning. See 16:33:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:47 16:33:47 Login Succeeded 16:33:47 nexus3.edgexfoundry.org:10003 16:33:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:47 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:47 Configure a credential helper to remove this warning. See 16:33:47 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:47 16:33:47 Login Succeeded 16:33:47 nexus3.edgexfoundry.org:10004 16:33:47 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:48 Configure a credential helper to remove this warning. See 16:33:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:48 16:33:48 Login Succeeded 16:33:48 docker.io 16:33:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:33:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:33:48 Configure a credential helper to remove this warning. See 16:33:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:33:48 16:33:48 Login Succeeded 16:33:48 ---> docker-login.sh ends [Pipeline] } 16:33:48 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:33:49 ========================================================= 16:33:49 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:33:49 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:33:49 + 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 . 16:33:49 unable to prepare context: unable to evaluate symlinks in Dockerfile path: lstat /w/workspace/edgex-go/3/Dockerfile.build: no such file or directory [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:33:51 Failed in branch arm64 16:34:15 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 16:34:15 Step 2/27 : FROM ${BUILDER_BASE} AS builder 16:34:15 ---> 834b95c7ff4d 16:34:15 Step 3/27 : WORKDIR /edgex-go 16:34:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:34:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:34:15 ---> 834b95c7ff4d 16:34:15 Step 3/22 : WORKDIR /edgex-go 16:34:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:34:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:34:15 ---> 834b95c7ff4d 16:34:15 Step 3/22 : WORKDIR /edgex-go 16:34:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:34:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:34:15 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:34:15 Step 2/24 : FROM ${BUILDER_BASE} AS builder ---> 834b95c7ff4d 16:34:15 16:34:15 Step 3/22 : WORKDIR /edgex-go 16:34:15 ---> 834b95c7ff4d 16:34:15 Step 3/24 : WORKDIR /edgex-go 16:34:15 ---> Running in e7aeebd1f7f8 16:34:15 ---> Running in f854574afe72 16:34:15 ---> Running in 7d9c681dba05 16:34:15 ---> Running in ca825f87f7d6 16:34:15 ---> Running in 52ce0fb0caff 16:34:15 Removing intermediate container e7aeebd1f7f8 16:34:15 ---> 28220711e1f5 16:34:15 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:34:15 Removing intermediate container f854574afe72 16:34:15 ---> 7af615ab6e7a 16:34:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:34:15 Removing intermediate container 7d9c681dba05 16:34:15 Removing intermediate container 52ce0fb0caff 16:34:15 ---> 7a8d32d36408 16:34:15 ---> 085d805737ff 16:34:15 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesStep 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:34:15 16:34:15 Removing intermediate container ca825f87f7d6 16:34:15 ---> 9c753cc72984 16:34:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:34:15 ---> Running in ca81f590ed75 16:34:15 ---> Running in 69ac5b05165b 16:34:15 ---> Running in d9ce7cbcbf3c 16:34:15 ---> Running in 374b320d9318 16:34:15 ---> Running in 9a16d72518a2 16:34:16 Removing intermediate container ca81f590ed75 16:34:16 ---> 17dc38d35c55 16:34:16 Step 5/27 : RUN apk update && apk add make bash git 16:34:16 Removing intermediate container 69ac5b05165b 16:34:16 ---> 0726c0ee2d97 16:34:16 Step 5/22 : RUN apk update && apk add make git 16:34:16 Removing intermediate container d9ce7cbcbf3c 16:34:16 ---> 656038d6b51e 16:34:16 Step 5/24 : RUN apk update && apk add make git 16:34:16 ---> Running in 04c1f4be4f22 16:34:16 ---> Running in 808c1c3aaf09 16:34:16 ---> Running in d6941de4f1bd 16:34:16 Removing intermediate container 9a16d72518a2 16:34:16 ---> 7f37895e2d11 16:34:16 Step 5/22 : RUN apk update && apk add make git 16:34:16 Removing intermediate container 374b320d9318 16:34:16 ---> 0c80aaaaad23 16:34:16 Step 5/22 : RUN apk update && apk add make git 16:34:16 ---> Running in e3649c405a5d 16:34:16 ---> Running in d4fd96709845 16:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:34:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:34:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:34:19 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:34:19 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:34:19 OK: 12750 distinct packages available 16:34:19 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:34:19 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:34:19 OK: 12750 distinct packages available 16:34:19 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:34:19 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:34:19 OK: 12750 distinct packages available 16:34:19 OK: 233 MiB in 51 packages 16:34:19 OK: 233 MiB in 51 packages 16:34:19 OK: 233 MiB in 51 packages 16:34:19 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:34:19 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:34:19 OK: 12750 distinct packages available 16:34:19 OK: 233 MiB in 51 packages 16:34:19 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:34:19 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:34:19 OK: 12750 distinct packages available 16:34:19 Removing intermediate container 808c1c3aaf09 16:34:19 ---> c9d009297585 16:34:19 Step 6/22 : COPY go.mod . 16:34:20 OK: 233 MiB in 51 packages 16:34:20 Removing intermediate container d6941de4f1bd 16:34:20 ---> 7cce34b505d9 16:34:20 Step 6/24 : COPY go.mod . 16:34:20 Removing intermediate container 04c1f4be4f22 16:34:20 ---> ef51780781f6 16:34:20 Step 6/27 : COPY go.mod . 16:34:20 ---> 20bcdae5bf5d 16:34:20 Step 7/22 : RUN go mod download 16:34:20 ---> Running in 99228575e20c 16:34:20 ---> 11c7dd02bc12 16:34:20 Step 7/24 : RUN go mod download 16:34:20 Removing intermediate container e3649c405a5d 16:34:20 ---> a44ccd694256 16:34:20 Step 6/22 : COPY go.mod . 16:34:20 ---> 5bdd2df7c772 16:34:20 Step 7/27 : RUN go mod download 16:34:21 ---> Running in 9b5b29413ab0 16:34:21 ---> Running in 644f951b9c5e 16:34:21 ---> 0990fb522bfa 16:34:21 Step 7/22 : RUN go mod download 16:34:21 Removing intermediate container d4fd96709845 16:34:21 ---> 32321c30ccbe 16:34:21 Step 6/22 : COPY go.mod . 16:34:21 ---> Running in d80f74645e33 16:34:21 ---> c889b6a6bde9 16:34:21 Step 7/22 : RUN go mod download 16:34:21 ---> Running in a33839e27186 16:34:23 Removing intermediate container 99228575e20c 16:34:23 ---> eabbcfd8861f 16:34:23 Step 8/22 : COPY . . 16:34:23 Removing intermediate container 9b5b29413ab0 16:34:23 ---> 22d26c64f62d 16:34:23 Step 8/24 : COPY . . 16:34:23 Removing intermediate container 644f951b9c5e 16:34:23 ---> 9940b3f23047 16:34:23 Step 8/27 : COPY . . 16:34:26 Removing intermediate container d80f74645e33 16:34:26 ---> ae4adc61d96a 16:34:26 Step 8/22 : COPY . . 16:34:28 Removing intermediate container a33839e27186 16:34:28 ---> 5d61c0f5f454 16:34:28 Step 8/22 : COPY . . 16:35:00 ---> bee85294657f 16:35:00 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 16:35:00 ---> 4fae46bf3e70 16:35:00 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:35:00 ---> 89bc77aa0a33 16:35:00 Step 9/22 : RUN make cmd/core-command/core-command 16:35:00 ---> 4484fd7cf48a 16:35:00 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 16:35:00 ---> 3cf310e29274 16:35:00 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:35:00 ---> Running in 31d29f5408ec 16:35:00 ---> Running in c3bcde65e093 16:35:00 ---> Running in f31963f713a1 16:35:00 ---> Running in 01d29e7ebf49 16:35:00 ---> Running in e141b472cd32 16:35:00 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 16:35:00 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 16:35:00 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 16:35:00 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 16:35:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis 16:35:27 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 16:35:31 Removing intermediate container e141b472cd32 16:35:31 ---> 322bef506c2a 16:35:31 16:35:31 Step 10/22 : FROM alpine:3.10 16:35:31 Removing intermediate container 31d29f5408ec 16:35:31 ---> 75d7340203e2 16:35:31 16:35:31 Step 10/22 : FROM scratch 16:35:31 ---> 16:35:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:35:31 Removing intermediate container c3bcde65e093 16:35:31 ---> 0c92e25c8d70 16:35:31 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:35:31 3.10: Pulling from library/alpine 16:35:31 ---> Running in 3bd72248e930 16:35:31 ---> Running in 05ec27dd32c1 16:35:35 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 16:35:35 Removing intermediate container 05ec27dd32c1 16:35:35 ---> 30441c277a4f 16:35:35 Step 12/22 : ENV APP_PORT=48082 16:35:35 Status: Downloaded newer image for alpine:3.10 16:35:35 ---> be4e4bea2c2e 16:35:35 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:35:35 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 16:35:36 ---> Running in 1b1df69a32cd 16:35:36 Removing intermediate container f31963f713a1 16:35:36 ---> 0b949a50d052 16:35:36 16:35:36 Step 10/24 : FROM alpine:3.10 16:35:36 ---> be4e4bea2c2e 16:35:36 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:35:36 ---> Running in ac58d4d2fd0a 16:35:36 ---> Running in 24f1bf38a55a 16:35:36 Removing intermediate container 01d29e7ebf49 16:35:36 ---> c0e3a2f65d83 16:35:36 16:35:36 Step 10/22 : FROM scratch 16:35:36 ---> 16:35:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:35:36 ---> Using cache 16:35:36 ---> 30441c277a4f 16:35:36 Step 12/22 : ENV APP_PORT=48081 16:35:37 Removing intermediate container 1b1df69a32cd 16:35:37 ---> a97d042a5502 16:35:37 Step 13/22 : EXPOSE $APP_PORT 16:35:37 ---> Running in 08d7280f115a 16:35:37 ---> Running in 5e92a86c33d4 16:35:37 Removing intermediate container 08d7280f115a 16:35:37 ---> 9fb4af14db65 16:35:37 Step 13/22 : EXPOSE $APP_PORT 16:35:37 Removing intermediate container 5e92a86c33d4 16:35:37 ---> 8b6ef945e2a5 16:35:37 Step 14/22 : WORKDIR / 16:35:37 ---> Running in 3654f2df3082 16:35:37 ---> Running in 2e24af59aa44 16:35:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 16:35:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 16:35:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 16:35:38 Removing intermediate container 3bd72248e930 16:35:38 ---> facba4a669d7 16:35:38 16:35:38 Step 11/27 : FROM docker:latest 16:35:38 ---> 0040bc98e531 16:35:38 Step 12/27 : RUN apk add --no-cache bash 16:35:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 16:35:38 Removing intermediate container 3654f2df3082 16:35:38 ---> c64fff3d5c02 16:35:38 Step 14/22 : WORKDIR / 16:35:38 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 16:35:38 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 16:35:38 OK: 10350 distinct packages available 16:35:38 v3.10.5-169-gde6a9f93ad [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 16:35:38 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 16:35:38 OK: 10350 distinct packages available 16:35:38 ---> Running in 57ceef55b52e 16:35:38 Removing intermediate container 2e24af59aa44 16:35:38 ---> 88a49649c349 16:35:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:35:38 ---> Running in 5211c4a6e4e0 16:35:38 (1/5) Installing ca-certificates (20191127-r2) 16:35:38 (2/5) Installing nghttp2-libs (1.39.2-r1) 16:35:38 (1/5) Installing ca-certificates (20191127-r2) 16:35:38 (3/5) Installing libcurl (7.66.0-r3) 16:35:38 (4/5) Installing curl (7.66.0-r3) 16:35:38 (5/5) Installing dumb-init (1.2.2-r1) 16:35:38 (2/5) Installing nghttp2-libs (1.39.2-r1) 16:35:38 Executing busybox-1.30.1-r3.trigger 16:35:38 Executing ca-certificates-20191127-r2.trigger 16:35:38 (3/5) Installing libcurl (7.66.0-r3) 16:35:38 (4/5) Installing curl (7.66.0-r3) 16:35:38 (5/5) Installing dumb-init (1.2.2-r1) 16:35:38 Executing busybox-1.30.1-r3.trigger 16:35:38 Executing ca-certificates-20191127-r2.trigger 16:35:38 OK: 7 MiB in 19 packages 16:35:39 OK: 7 MiB in 19 packages 16:35:39 Removing intermediate container 5211c4a6e4e0 16:35:39 ---> 4ea9bfb25f5c 16:35:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:35:39 ---> b4390a0410f5 16:35:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:35:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:35:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:35:39 (1/2) Installing readline (8.0.4-r0) 16:35:39 (2/2) Installing bash (5.0.17-r0) 16:35:39 ---> 2031dff600ad 16:35:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:35:39 Executing bash-5.0.17-r0.post-install 16:35:39 Executing busybox-1.31.1-r19.trigger 16:35:39 OK: 12 MiB in 22 packages 16:35:39 ---> ded478cc541e 16:35:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:35:40 Removing intermediate container ac58d4d2fd0a 16:35:40 ---> af123ecfd966 16:35:40 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 16:35:40 Removing intermediate container 24f1bf38a55a 16:35:40 ---> 8b03f5d67d65 16:35:40 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:35:41 ---> Running in 0d7cd3f3f855 16:35:41 ---> 8561637653e0 16:35:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:35:41 ---> c1259ec81493 16:35:41 Step 18/22 : ENTRYPOINT ["/core-command"] 16:35:41 ---> Running in 7f05375bc013 16:35:41 ---> Running in 6429e5b83ed6 16:35:41 Removing intermediate container 0d7cd3f3f855 16:35:41 ---> 12fd6b1e078a 16:35:41 Step 13/22 : WORKDIR / 16:35:41 Removing intermediate container 57ceef55b52e 16:35:41 ---> 7832f63c81e6 16:35:41 Step 13/27 : RUN rm -rf /var/cache/apk/* 16:35:41 ---> 8c941e3e26e3 16:35:41 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:35:42 ---> Running in 9992e6dbdf17 16:35:42 ---> Running in 066d274f893e 16:35:42 ---> Running in 12363dc0954c 16:35:42 Removing intermediate container 7f05375bc013 16:35:42 ---> 46acedeb2ea6 16:35:42 Step 13/24 : WORKDIR / 16:35:42 Removing intermediate container 6429e5b83ed6 16:35:42 ---> 203282860feb 16:35:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:35:42 ---> Running in bce7e94ae2ea 16:35:42 ---> Running in 208f9f0f00b0 16:35:42 Removing intermediate container 12363dc0954c 16:35:42 ---> be0f9bf1dc53 16:35:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:35:42 Removing intermediate container 066d274f893e 16:35:42 ---> ecefd86d25c1 16:35:42 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 16:35:43 ---> Running in 79364c25947b 16:35:43 Removing intermediate container bce7e94ae2ea 16:35:43 ---> 739e2ebd17ad 16:35:43 Step 20/22 : LABEL arch=x86_64 16:35:43 Removing intermediate container 208f9f0f00b0 16:35:43 ---> 93711f35bb15 16:35:43 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:35:43 ---> Running in 03d8c4bff051 16:35:43 ---> 0b2a1566e2ec 16:35:43 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 16:35:43 Removing intermediate container 79364c25947b 16:35:43 ---> b9f2d6f03ff8 16:35:43 Step 20/22 : LABEL arch=x86_64 16:35:43 ---> a19b08b3c29d 16:35:43 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:35:43 ---> Running in 08d8f34d95a9 16:35:43 Removing intermediate container 03d8c4bff051 16:35:43 ---> 7be47fed8ae0 16:35:43 Step 21/22 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab 16:35:43 ---> Running in 43c85fe7c1a3 16:35:43 Removing intermediate container 9992e6dbdf17 16:35:43 ---> 9bce2ee17ccf 16:35:43 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:35:44 Removing intermediate container 08d8f34d95a9 16:35:44 ---> 093b674bb816 16:35:44 Step 21/22 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab 16:35:44 ---> 858226093e6e 16:35:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 16:35:44 ---> Running in 4962626bac77 16:35:44 ---> f4088da6ef19 16:35:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:35:44 ---> Running in 880cd6d0203a 16:35:44 Removing intermediate container 43c85fe7c1a3 16:35:44 ---> 36aa271bc908 16:35:44 Step 22/22 : LABEL version=0.0.0 16:35:44 ---> 48c5e94da18c 16:35:44 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 16:35:44 ---> Running in 6c8a79763d9d 16:35:44 Removing intermediate container 4962626bac77 16:35:44 ---> b14b0de500a9 16:35:44 Step 15/27 : ENV APP_PORT=48090 16:35:44 ---> dfd2f04f5a9f 16:35:44 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:35:44 Removing intermediate container 880cd6d0203a 16:35:44 ---> caf5b4e3284c 16:35:44 Step 22/22 : LABEL version=0.0.0 16:35:44 ---> Running in 2f8af30be296 16:35:44 ---> Running in e3f9f2382292 16:35:45 Removing intermediate container 6c8a79763d9d 16:35:45 ---> 7b919bbc5137 16:35:45 16:35:45 ---> 1b47256caf6f 16:35:45 Step 18/22 : RUN chmod +x entrypoint.sh 16:35:45 Removing intermediate container 2f8af30be296 16:35:45 ---> 476f57b0ae06 16:35:45 Step 16/27 : EXPOSE $APP_PORT 16:35:45 ---> Running in 6daa3cb0948c 16:35:45 Successfully built 7b919bbc5137 16:35:45 Removing intermediate container e3f9f2382292 16:35:45 ---> ead632c938af 16:35:45 16:35:45 Successfully tagged docker-core-command-go:latest 16:35:45  Building docker-core-command-go ... done Building docker-core-data-go 16:35:45 Successfully built ead632c938af 16:35:45 ---> Running in d626596b42b9 16:35:45 Successfully tagged docker-core-metadata-go:latest 16:35:45 Building docker-support-notifications-go 16:35:45  Building docker-core-metadata-go ... done  ---> 722e98be2b30 16:35:45 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:35:45 Removing intermediate container d626596b42b9 16:35:45 ---> f51349fcc790 16:35:45 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:35:46 ---> 4e87868284fe 16:35:46 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:35:47 ---> 24d0fc054947 16:35:47 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:35:51 ---> 17437a2ce468 16:35:51 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:35:52 ---> Running in e256571c3266 16:35:52 ---> ae209f791c4d 16:35:52 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:35:52 Removing intermediate container 6daa3cb0948c 16:35:52 ---> df1de78d72c6 16:35:52 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 16:35:53 ---> Running in ab6d10385cd4 16:35:55 ---> 8f8f137c5458 16:35:55 Step 20/27 : RUN apk --no-cache add py3-pip 16:35:55 Removing intermediate container ab6d10385cd4 16:35:55 ---> 26202345982d 16:35:55 Step 20/22 : LABEL arch=x86_64 16:35:58 ---> Running in 18310b113632 16:35:58 ---> Running in fadc0ea95744 16:36:00 Removing intermediate container 18310b113632 16:36:00 ---> b639e473f947 16:36:00 Step 21/22 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab 16:36:02 ---> Running in f55e48b3e14c 16:36:02 Removing intermediate container e256571c3266 16:36:02 ---> a4c78c94b73b 16:36:02 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 16:36:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:36:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:36:02 (1/33) Installing libbz2 (1.0.8-r1) 16:36:02 (2/33) Installing expat (2.2.9-r1) 16:36:02 (3/33) Installing libffi (3.3-r2) 16:36:02 (4/33) Installing gdbm (1.13-r1) 16:36:02 (5/33) Installing xz-libs (5.2.5-r0) 16:36:02 (6/33) Installing sqlite-libs (3.32.1-r0) 16:36:02 (7/33) Installing python3 (3.8.5-r0) 16:36:02 ---> Running in 46c78838de29 16:36:03 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:36:03 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:36:03 ---> 834b95c7ff4d 16:36:03 Step 3/24 : WORKDIR /edgex-go 16:36:03 ---> Using cache 16:36:03 ---> 9c753cc72984 16:36:03 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:36:03 ---> Using cache 16:36:03 ---> 7f37895e2d11 16:36:03 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 16:36:03 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 16:36:03 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:36:03 ---> 834b95c7ff4d 16:36:03 Step 3/23 : WORKDIR /edgex-go 16:36:03 ---> Using cache 16:36:03 ---> 9c753cc72984 16:36:03 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:36:03 ---> Using cache 16:36:03 ---> 7f37895e2d11 16:36:03 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 16:36:05 Removing intermediate container f55e48b3e14c 16:36:05 ---> 4542052c5804 16:36:05 Step 22/22 : LABEL version=0.0.0 16:36:07 ---> Running in 27a39ad98bd0 16:36:07 ---> Running in cec57794488d 16:36:07 ---> Running in 9144d718d814 16:36:07 (8/33) Installing py3-appdirs (1.4.4-r1) 16:36:07 Removing intermediate container 46c78838de29 16:36:07 ---> b3948c0b7027 16:36:07 Step 22/24 : LABEL arch=x86_64 16:36:07 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:36:07 (10/33) Installing py3-parsing (2.4.7-r0) 16:36:07 (11/33) Installing py3-six (1.15.0-r0) 16:36:07 (12/33) Installing py3-packaging (20.4-r0) 16:36:07 (13/33) Installing py3-setuptools (47.0.0-r0) 16:36:07 (14/33) Installing py3-chardet (3.0.4-r4) 16:36:07 (15/33) Installing py3-idna (2.9-r0) 16:36:07 ---> Running in 3cc491817db8 16:36:07 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:36:07 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:36:08 (18/33) Installing py3-requests (2.23.0-r0) 16:36:08 (19/33) Installing py3-msgpack (1.0.0-r0) 16:36:08 (20/33) Installing py3-lockfile (0.12.2-r3) 16:36:08 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:36:08 Removing intermediate container cec57794488d 16:36:08 ---> d4a7dd3d9945 16:36:08 16:36:08 (22/33) Installing py3-colorama (0.4.3-r0) 16:36:08 (23/33) Installing py3-distlib (0.3.0-r0) 16:36:09 (24/33) Installing py3-distro (1.5.0-r1) 16:36:09 (25/33) Installing py3-webencodings (0.5.1-r3) 16:36:09 (26/33) Installing py3-html5lib (1.0.1-r4) 16:36:09 Removing intermediate container 3cc491817db8 16:36:09 ---> 5b7ad3f0dd48 16:36:09 Step 23/24 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab 16:36:09 Successfully built d4a7dd3d9945 16:36:09 (27/33) Installing py3-pytoml (0.1.21-r0) 16:36:09 Successfully tagged docker-security-bootstrap-redis-go:latest 16:36:09  Building docker-security-bootstrap-redis-go ... done Building docker-support-scheduler-go 16:36:09 (28/33) Installing py3-pep517 (0.8.2-r0) 16:36:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:36:09 (29/33) Installing py3-progress (1.5-r0) 16:36:09 (30/33) Installing py3-toml (0.10.1-r0) 16:36:09 (31/33) Installing py3-retrying (1.3.3-r0) 16:36:09 ---> Running in 651c73c4f707 16:36:09 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:36:09 (33/33) Installing py3-pip (20.1.1-r0) 16:36:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:36:09 Executing busybox-1.31.1-r19.trigger 16:36:09 OK: 71 MiB in 55 packages 16:36:10 Removing intermediate container 651c73c4f707 16:36:10 ---> 4f0a76c337f3 16:36:10 Step 24/24 : LABEL version=0.0.0 16:36:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:36:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:36:11 ---> Running in 619c1691b63d 16:36:11 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:36:11 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:36:11 OK: 12750 distinct packages available 16:36:11 v3.12.3-13-ga43a0bc1d0 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:36:11 v3.12.3-15-ge843fbbe95 [http://nl.alpinelinux.org/alpine/v3.12/community] 16:36:11 OK: 12750 distinct packages available 16:36:12 OK: 233 MiB in 51 packages 16:36:12 OK: 233 MiB in 51 packages 16:36:15 Removing intermediate container 619c1691b63d 16:36:15 ---> f5359c3dadfe 16:36:15 16:36:16 Successfully built f5359c3dadfe 16:36:16 Successfully tagged docker-security-secretstore-setup-go:latest 16:36:16  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go 16:36:24 Removing intermediate container 9144d718d814 16:36:24 ---> d753093633ca 16:36:24 Step 6/23 : COPY go.mod . 16:36:25 Removing intermediate container 27a39ad98bd0 16:36:25 ---> 917437c2ad3c 16:36:25 Step 6/24 : COPY go.mod . 16:36:26 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:36:26 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:36:26 ---> 834b95c7ff4d 16:36:26 Step 3/21 : WORKDIR /edgex-go 16:36:26 ---> Using cache 16:36:26 ---> 9c753cc72984 16:36:26 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:36:26 ---> Using cache 16:36:26 ---> 7f37895e2d11 16:36:26 Step 5/21 : RUN apk update && apk add make git 16:36:26 ---> Using cache 16:36:26 ---> a44ccd694256 16:36:26 Step 6/21 : COPY go.mod . 16:36:26 ---> Using cache 16:36:26 ---> 0990fb522bfa 16:36:26 Step 7/21 : RUN go mod download 16:36:26 ---> Using cache 16:36:26 ---> ae4adc61d96a 16:36:26 Step 8/21 : COPY . . 16:36:27 ---> Using cache 16:36:27 ---> 3cf310e29274 16:36:27 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:36:28 ---> 0e511b671a33 16:36:28 Step 7/23 : RUN go mod download 16:36:28 ---> e91520c37ccd 16:36:28 Step 7/24 : RUN go mod download 16:36:28 ---> Running in 3f11eac999d0 16:36:28 ---> Running in d27c37a52371 16:36:28 ---> Running in a2c76258f686 16:36:32 Removing intermediate container fadc0ea95744 16:36:32 ---> 6762a9f6a69d 16:36:32 Step 21/27 : RUN pip install docker-compose==1.23.2 16:36:33 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:36:33 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:36:33 ---> 834b95c7ff4d 16:36:33 Step 3/21 : WORKDIR /edgex-go 16:36:33 ---> Using cache 16:36:33 ---> 9c753cc72984 16:36:33 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:36:33 ---> Using cache 16:36:33 ---> 7f37895e2d11 16:36:33 Step 5/21 : RUN apk update && apk add make git 16:36:33 ---> Using cache 16:36:33 ---> a44ccd694256 16:36:33 Step 6/21 : COPY go.mod . 16:36:33 ---> Using cache 16:36:33 ---> 0990fb522bfa 16:36:33 Step 7/21 : RUN go mod download 16:36:33 ---> Using cache 16:36:33 ---> ae4adc61d96a 16:36:33 Step 8/21 : COPY . . 16:36:33 ---> Using cache 16:36:33 ---> 3cf310e29274 16:36:33 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 16:36:33 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 16:36:34 ---> Running in cabf09268b01 16:36:34 ---> Running in 94396d35113c 16:36:35 Removing intermediate container a2c76258f686 16:36:35 ---> cf9156ecf444 16:36:35 Step 8/24 : COPY . . 16:36:35 Removing intermediate container d27c37a52371 16:36:35 ---> 17eb91a33f1f 16:36:35 Step 8/23 : COPY . . 16:36:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:36:45 Collecting docker-compose==1.23.2 16:36:45 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:36:45 Collecting dockerpty<0.5,>=0.4.1 16:36:45 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:36:50 Collecting texttable<0.10,>=0.9.0 16:36:50 Downloading texttable-0.9.1.tar.gz (11 kB) 16:36:51 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:36:51 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:36:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:36:51 Collecting docopt<0.7,>=0.6.1 16:36:51 Downloading docopt-0.6.2.tar.gz (25 kB) 16:36:52 Collecting PyYAML<4,>=3.10 16:36:52 Downloading PyYAML-3.13.tar.gz (270 kB) 16:36:54 Collecting cached-property<2,>=1.2.0 16:36:54 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:36:56 Collecting websocket-client<1.0,>=0.32.0 16:36:56 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:36:56 Collecting docker<4.0,>=3.6.0 16:36:56 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:36:57 Collecting jsonschema<3,>=2.5.1 16:36:57 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:36:57 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) 16:36:57 Collecting idna<2.8,>=2.5 16:36:57 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:36:57 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) 16:36:58 Collecting urllib3<1.25,>=1.21.1 16:36:58 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:36:59 Collecting docker-pycreds>=0.4.0 16:36:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:37:00 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:37:00 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:37:00 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:37:00 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:37:00 Installing collected packages: dockerpty, texttable, idna, urllib3, requests, docopt, PyYAML, cached-property, websocket-client, docker-pycreds, docker, jsonschema, docker-compose 16:37:00 Running setup.py install for dockerpty: started 16:37:01 Running setup.py install for dockerpty: finished with status 'done' 16:37:01 Running setup.py install for texttable: started 16:37:01 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 16:37:01 Running setup.py install for texttable: finished with status 'done' 16:37:01 Attempting uninstall: idna 16:37:01 Found existing installation: idna 2.9 16:37:01 Uninstalling idna-2.9: 16:37:02 Successfully uninstalled idna-2.9 16:37:02 ---> 410ce672e123 16:37:02 Step 9/23 : RUN make cmd/core-data/core-data 16:37:02 ---> c1d87bd8bc75 16:37:02 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:37:02 Attempting uninstall: urllib3 16:37:02 Found existing installation: urllib3 1.25.9 16:37:02 Uninstalling urllib3-1.25.9: 16:37:03 Successfully uninstalled urllib3-1.25.9 16:37:03 ---> Running in 7a10b7019842 16:37:03 ---> Running in 590aad6072a4 16:37:03 Attempting uninstall: requests 16:37:03 Found existing installation: requests 2.23.0 16:37:03 Uninstalling requests-2.23.0: 16:37:03 Successfully uninstalled requests-2.23.0 16:37:05 Running setup.py install for docopt: started 16:37:05 Removing intermediate container 3f11eac999d0 16:37:05 ---> 0053e7fdf4aa 16:37:05 16:37:05 Step 10/21 : FROM scratch 16:37:05 ---> 16:37:05 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:37:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:37:05 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 16:37:05 Running setup.py install for docopt: finished with status 'done' 16:37:05 Running setup.py install for PyYAML: started 16:37:06 ---> Using cache 16:37:06 ---> 30441c277a4f 16:37:06 Step 12/21 : ENV APP_PORT=48085 16:37:06 ---> Running in 4f74f8d3ae60 16:37:06 Running setup.py install for PyYAML: finished with status 'done' 16:37:06 Removing intermediate container 4f74f8d3ae60 16:37:06 ---> 720c3c651dc1 16:37:06 Step 13/21 : EXPOSE $APP_PORT 16:37:07 ---> Running in 4b460aa1098e 16:37:07 Removing intermediate container 4b460aa1098e 16:37:07 ---> b91a0b242128 16:37:07 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:37:09 ---> 757468d927f7 16:37:09 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:37:09 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 16:37:10 Removing intermediate container 94396d35113c 16:37:10 ---> 863be1261f37 16:37:10 16:37:10 Step 10/21 : FROM alpine 16:37:10 latest: Pulling from library/alpine 16:37:10 ---> c597291ecfa7 16:37:10 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:37:10 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 16:37:10 Status: Downloaded newer image for alpine:latest 16:37:10 ---> 389fef711851 16:37:10 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 16:37:10 ---> Running in 6d0d7d214f4e 16:37:10 ---> 2e66f0f25c0a 16:37:10 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:37:11 ---> Running in 61f9e64d7ddd 16:37:11 Removing intermediate container 61f9e64d7ddd 16:37:11 ---> ef7728291d73 16:37:11 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:37:11 ---> Running in dc494ddcfdf7 16:37:11 Removing intermediate container dc494ddcfdf7 16:37:11 ---> 54a94754fb88 16:37:11 Step 19/21 : LABEL arch=x86_64 16:37:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:12 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:12 v3.12.3-13-ga43a0bc1d0 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 16:37:12 v3.12.3-15-ge843fbbe95 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 16:37:12 OK: 12745 distinct packages available 16:37:13 (1/4) Installing ca-certificates (20191127-r4) 16:37:13 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:37:13 (3/4) Installing libcurl (7.69.1-r3) 16:37:13 (4/4) Installing curl (7.69.1-r3) 16:37:13 Executing busybox-1.31.1-r19.trigger 16:37:13 Executing ca-certificates-20191127-r4.trigger 16:37:13 OK: 7 MiB in 18 packages 16:37:13 ---> Running in b0a4705fb5b9 16:37:14 Removing intermediate container cabf09268b01 16:37:14 ---> 3654eab4880b 16:37:14 Step 22/27 : RUN apk --no-cache add curl 16:37:14 Removing intermediate container b0a4705fb5b9 16:37:14 ---> 602854dc5aea 16:37:14 Step 20/21 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab 16:37:15 ---> Running in 0cba667454c6 16:37:16 ---> Running in 0ea7bd706a82 16:37:17 Removing intermediate container 6d0d7d214f4e 16:37:17 ---> 54d046d010ac 16:37:17 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:37:17 Removing intermediate container 0ea7bd706a82 16:37:17 ---> 9ca7fac06044 16:37:17 Step 21/21 : LABEL version=0.0.0 16:37:17 ---> Running in be663d38607d 16:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:17 ---> Running in 4d30ca616b59 16:37:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:17 Removing intermediate container be663d38607d 16:37:17 ---> 1fd8223d1257 16:37:17 Step 13/21 : WORKDIR /edgex 16:37:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:37:18 (2/3) Installing libcurl (7.69.1-r3) 16:37:18 (3/3) Installing curl (7.69.1-r3) 16:37:18 Executing busybox-1.31.1-r19.trigger 16:37:18 OK: 72 MiB in 58 packages 16:37:18 ---> Running in 7c95060115e7 16:37:18 Removing intermediate container 4d30ca616b59 16:37:18 ---> 8377f5ae3571 16:37:18 16:37:18 Successfully built 8377f5ae3571 16:37:18 Successfully tagged docker-support-scheduler-go:latest 16:37:18  Building docker-support-scheduler-go ... done Removing intermediate container 7c95060115e7 16:37:18 ---> d1126fafbf93 16:37:18 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:37:18 Removing intermediate container 0cba667454c6 16:37:18 ---> 265e859cab5f 16:37:18 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 16:37:19 ---> Running in 7f6f92c48684 16:37:19 ---> 8c604f8456b1 16:37:19 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:37:19 Removing intermediate container 7f6f92c48684 16:37:19 ---> 32a47b4f59fd 16:37:19 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:37:19 ---> Running in ab7136b5a058 16:37:19 Removing intermediate container ab7136b5a058 16:37:19 ---> 2ce468943f48 16:37:19 Step 25/27 : LABEL arch=x86_64 16:37:19 ---> c560134d82d6 16:37:19 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 16:37:20 ---> Running in 8d4588dccc14 16:37:20 Removing intermediate container 8d4588dccc14 16:37:20 ---> d7bf30ce71e7 16:37:20 Step 26/27 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab 16:37:20 ---> fae3c6c89b56 16:37:20 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:37:20 ---> Running in 7d0048271554 16:37:20 ---> Running in 6c6f882f4a03 16:37:21 Removing intermediate container 7d0048271554 16:37:21 ---> bc2231e2aee7 16:37:21 Step 27/27 : LABEL version=0.0.0 16:37:21 Removing intermediate container 6c6f882f4a03 16:37:21 ---> 1b7b3c8afcb0 16:37:21 Step 18/21 : CMD ["--init=true"] 16:37:21 ---> Running in 4f7a907c96a0 16:37:21 ---> Running in 62d75f0adb9b 16:37:21 Removing intermediate container 4f7a907c96a0 16:37:21 ---> a58c2e50ec57 16:37:21 16:37:22 Successfully built a58c2e50ec57 16:37:22 Successfully tagged docker-sys-mgmt-agent-go:latest 16:37:22  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 62d75f0adb9b 16:37:22 ---> 6ab6ad3e3427 16:37:22 Step 19/21 : LABEL arch=x86_64 16:37:22 ---> Running in 9edb03c2d2ec 16:37:23 Removing intermediate container 9edb03c2d2ec 16:37:23 ---> a1e24a7b6394 16:37:23 Step 20/21 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab 16:37:23 ---> Running in bc3ac00243d7 16:37:24 Removing intermediate container bc3ac00243d7 16:37:24 ---> 29f8a5efb82f 16:37:24 Step 21/21 : LABEL version=0.0.0 16:37:25 ---> Running in 3a2a5625418c 16:37:25 Removing intermediate container 7a10b7019842 16:37:25 ---> 2cc19baccd31 16:37:25 16:37:25 Step 10/24 : FROM scratch 16:37:25 ---> 16:37:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:37:25 Removing intermediate container 3a2a5625418c 16:37:25 ---> 11a668d5b842 16:37:25 16:37:25 ---> Running in 4c180ea87729 16:37:25 Successfully built 11a668d5b842 16:37:26 Successfully tagged docker-security-proxy-setup-go:latest 16:37:26  Building docker-security-proxy-setup-go ... done Removing intermediate container 4c180ea87729 16:37:26 ---> 23e820220643 16:37:26 Step 12/24 : ENV APP_PORT=48060 16:37:26 ---> Running in fd00630d4a9f 16:37:26 Removing intermediate container fd00630d4a9f 16:37:26 ---> 8b89b6763386 16:37:26 Step 13/24 : EXPOSE $APP_PORT 16:37:26 ---> Running in 0fbff6c98e97 16:37:26 Removing intermediate container 0fbff6c98e97 16:37:26 ---> 0eb24117c083 16:37:26 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:37:26 ---> b826739d6f56 16:37:26 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:37:29 ---> 6ef97a5665cc 16:37:29 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:37:29 ---> b10d3dab6e9d 16:37:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:37:31 ---> f5c108c3288d 16:37:31 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:37:31 Removing intermediate container 590aad6072a4 16:37:31 ---> d551b7f5eb50 16:37:31 16:37:31 Step 10/23 : FROM alpine 16:37:31 ---> 389fef711851 16:37:31 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:37:32 ---> 673086819acd 16:37:32 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:37:32 ---> Running in 0ce78e057829 16:37:32 Removing intermediate container 0ce78e057829 16:37:32 ---> ed88987c4933 16:37:32 Step 12/23 : ENV APP_PORT=48080 16:37:32 ---> 811a149bc97e 16:37:32 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:37:32 ---> Running in e167bed4f2a4 16:37:32 ---> Running in 359c97bac7b4 16:37:32 Removing intermediate container e167bed4f2a4 16:37:32 ---> e029b63679fb 16:37:32 Step 13/23 : EXPOSE $APP_PORT 16:37:32 Removing intermediate container 359c97bac7b4 16:37:32 ---> 3a571b0bdc62 16:37:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:37:32 ---> Running in c3d58b15dd78 16:37:32 ---> Running in 0377bb921d7f 16:37:32 Removing intermediate container c3d58b15dd78 16:37:32 ---> 07fa3cfff81c 16:37:32 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:37:33 ---> Running in 89d9eddd337c 16:37:33 Removing intermediate container 0377bb921d7f 16:37:33 ---> 9a204d80d671 16:37:33 Step 22/24 : LABEL arch=x86_64 16:37:33 ---> Running in 715c2255972e 16:37:33 Removing intermediate container 715c2255972e 16:37:33 ---> 206cc4241372 16:37:33 Step 23/24 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab 16:37:33 ---> Running in 0ad2cac30e33 16:37:33 Removing intermediate container 0ad2cac30e33 16:37:33 ---> 79cd721f197d 16:37:33 Step 24/24 : LABEL version=0.0.0 16:37:33 ---> Running in 73414358864e 16:37:33 Removing intermediate container 73414358864e 16:37:33 ---> 2ef6fab18f08 16:37:33 16:37:33 Successfully built 2ef6fab18f08 16:37:33 Successfully tagged docker-support-notifications-go:latest 16:37:34  Building docker-support-notifications-go ... done Removing intermediate container 89d9eddd337c 16:37:34 ---> de2d1a83d076 16:37:34 Step 15/23 : RUN apk --no-cache add zeromq 16:37:34 ---> Running in 66b3c4877b01 16:37:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:37:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:37:37 (1/5) Installing libgcc (9.3.0-r2) 16:37:37 (2/5) Installing libsodium (1.0.18-r0) 16:37:37 (3/5) Installing libstdc++ (9.3.0-r2) 16:37:37 (4/5) Installing libzmq (4.3.3-r0) 16:37:37 (5/5) Installing zeromq (4.3.3-r0) 16:37:37 Executing busybox-1.31.1-r19.trigger 16:37:37 OK: 8 MiB in 19 packages 16:37:38 Removing intermediate container 66b3c4877b01 16:37:38 ---> 048525a00ac4 16:37:38 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:37:38 ---> 189090f103cc 16:37:38 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:37:39 ---> c13deb63db31 16:37:39 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:37:39 ---> 3074b9a0f552 16:37:39 Step 19/23 : ENTRYPOINT ["/core-data"] 16:37:39 ---> Running in 444694d360fd 16:37:39 Removing intermediate container 444694d360fd 16:37:39 ---> 1680d33e3aff 16:37:39 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:37:39 ---> Running in 4d13fff0ffe7 16:37:39 Removing intermediate container 4d13fff0ffe7 16:37:39 ---> e3bb80953c58 16:37:39 Step 21/23 : LABEL arch=x86_64 16:37:39 ---> Running in 4b6ddf38658a 16:37:40 Removing intermediate container 4b6ddf38658a 16:37:40 ---> 030f2c8cb0ff 16:37:40 Step 22/23 : LABEL git_sha=21a44ffbded7ec1bd011b94c795f3949035fb8ab 16:37:40 ---> Running in e83431d40164 16:37:40 Removing intermediate container e83431d40164 16:37:40 ---> fca08cfaac3a 16:37:40 Step 23/23 : LABEL version=0.0.0 16:37:40 ---> Running in 2377b040d387 16:37:40 Removing intermediate container 2377b040d387 16:37:40 ---> 27ffce1454e1 16:37:40 16:37:40 Successfully built 27ffce1454e1 16:37:40 Successfully tagged docker-core-data-go:latest 16:37:40  Building docker-core-data-go ... done  [Pipeline] } 16:37:40 $ docker stop --time=1 e1b13907d010ed44bedcd2ce687afa6f6d92a4194acbc96f9aa45cbf7cf2e2ba 16:37:42 $ docker rm -f e1b13907d010ed44bedcd2ce687afa6f6d92a4194acbc96f9aa45cbf7cf2e2ba [Pipeline] // withDockerContainer [Pipeline] sh 16:37:43 + docker images 16:37:43 + grep docker 16:37:43 docker-core-data-go latest 27ffce1454e1 2 seconds ago 22.2MB 16:37:43 docker-support-notifications-go latest 2ef6fab18f08 9 seconds ago 12.1MB 16:37:43 docker-security-proxy-setup-go latest 11a668d5b842 17 seconds ago 24.7MB 16:37:43 docker-sys-mgmt-agent-go latest a58c2e50ec57 21 seconds ago 313MB 16:37:43 docker-support-scheduler-go latest 8377f5ae3571 25 seconds ago 10.8MB 16:37:43 docker-security-secretstore-setup-go latest f5359c3dadfe About a minute ago 24.7MB 16:37:43 docker-security-bootstrap-redis-go latest d4a7dd3d9945 About a minute ago 15.9MB 16:37:43 docker-core-metadata-go latest ead632c938af About a minute ago 13MB 16:37:43 docker-core-command-go latest 7b919bbc5137 About a minute ago 10.6MB 16:37:43 docker latest 0040bc98e531 4 days 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 16:37:58 Still waiting to schedule task 16:37:58 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 16:38:48 Running on prd-ubuntu18.04-docker-8c-8g-17071 in /w/workspace/edgexfoundry_edgex-go_PR-2958 [Pipeline] { [Pipeline] ws 16:38:48 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [Pipeline] libraryResource [Pipeline] sh 16:38:50 + echo snap-build.sh 16:38:50 snap-build.sh 16:38:50 + SNAP_BASE_DIR=. 16:38:50 + '[' '!' -z /w/workspace/edgex-go/3 ']' 16:38:50 + SNAP_BASE_DIR=/w/workspace/edgex-go/3 16:38:50 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' 16:38:50 [snap-build] Building snap in dir [/w/workspace/edgex-go/3] 16:38:50 + cd /w/workspace/edgex-go/3 16:38:50 + sudo apt-get remove -qy --purge lxd lxd-client 16:38:50 Reading package lists... 16:38:50 Building dependency tree... 16:38:50 Reading state information... 16:38:50 The following packages were automatically installed and are no longer required: 16:38:50 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 16:38:50 uidmap xdelta3 16:38:50 Use 'sudo apt autoremove' to remove them. 16:38:50 The following packages will be REMOVED: 16:38:50 lxd* lxd-client* 16:38:50 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 16:38:50 After this operation, 31.7 MB disk space will be freed. 16:38:51 (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.) 16:38:51 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 16:38:52 Removing lxd dnsmasq configuration 16:38:52 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 16:38:52 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 16:38:53 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 16:38:53 (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.) 16:38:54 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 16:38:54 Processing triggers for systemd (237-3ubuntu10.42) ... 16:38:55 Processing triggers for ureadahead (0.100.0-21) ... 16:38:56 + sudo snap remove --purge lxd 16:38:56 snap "lxd" is not installed 16:38:56 + sudo groupadd --force --system lxd 16:38:56 ++ whoami 16:38:56 + sudo /usr/sbin/usermod -G lxd -a jenkins 16:38:56 + newgrp - lxd 16:38:56 + sudo snap install lxd 16:39:03 2020-12-21T16:39:01Z INFO Waiting for automatic snapd restart... 16:39:17 lxd 4.9 from Canonical* installed 16:39:17 + sudo lxd init --auto 16:39:26 + sudo snap install --classic snapcraft 16:39:30 snapcraft 4.4.4 from Canonical* installed 16:39:30 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 16:39:30 + sudo snapcraft prime --use-lxd 16:39:31 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 16:39:31 Could not find snap/snapcraft.yaml. Are you sure you are in the right directory? 16:39:31 To start a new project, use `snapcraft init` [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 16:39:32 Failed in branch amd64 [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 16:39:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:39:35 ---> package-listing.sh 16:39:35 ++ facter osfamily 16:39:35 ++ tr '[:upper:]' '[:lower:]' 16:39:35 + OS_FAMILY=redhat 16:39:35 + workspace=/w/workspace/edgex-go/3 16:39:35 + START_PACKAGES=/tmp/packages_start.txt 16:39:35 + END_PACKAGES=/tmp/packages_end.txt 16:39:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:39:35 + PACKAGES=/tmp/packages_start.txt 16:39:35 + '[' /w/workspace/edgex-go/3 ']' 16:39:35 + PACKAGES=/tmp/packages_end.txt 16:39:35 + case "${OS_FAMILY}" in 16:39:35 + rpm -qa 16:39:35 + sort 16:39:40 + '[' -f /tmp/packages_start.txt ']' 16:39:40 + '[' -f /tmp/packages_end.txt ']' 16:39:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:39:40 + '[' /w/workspace/edgex-go/3 ']' 16:39:40 + mkdir -p /w/workspace/edgex-go/3/archives/ 16:39:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 16:39:40 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:39:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:39:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:41 16:39:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:39:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:41 alpine: Pulling from edgex-lftools-log-publisher 16:39:41 df20fa9351a1: Pulling fs layer 16:39:41 36b3adc4ff6f: Pulling fs layer 16:39:41 8ad3a11d3b57: Pulling fs layer 16:39:41 46f8f816bc3b: Pulling fs layer 16:39:41 93b61091891f: Pulling fs layer 16:39:41 93b9cdb0e59b: Pulling fs layer 16:39:41 5e14af77c1be: Pulling fs layer 16:39:41 01666e4c0597: Pulling fs layer 16:39:41 aa168da1d23b: Pulling fs layer 16:39:41 46f8f816bc3b: Waiting 16:39:41 93b61091891f: Waiting 16:39:41 93b9cdb0e59b: Waiting 16:39:41 01666e4c0597: Waiting 16:39:41 aa168da1d23b: Waiting 16:39:41 5e14af77c1be: Waiting 16:39:41 36b3adc4ff6f: Download complete 16:39:41 46f8f816bc3b: Verifying Checksum 16:39:41 df20fa9351a1: Verifying Checksum 16:39:41 93b61091891f: Verifying Checksum 16:39:41 93b61091891f: Download complete 16:39:41 93b9cdb0e59b: Verifying Checksum 16:39:41 93b9cdb0e59b: Download complete 16:39:41 5e14af77c1be: Verifying Checksum 16:39:41 5e14af77c1be: Download complete 16:39:41 01666e4c0597: Verifying Checksum 16:39:41 01666e4c0597: Download complete 16:39:42 df20fa9351a1: Pull complete 16:39:42 36b3adc4ff6f: Pull complete 16:39:42 8ad3a11d3b57: Verifying Checksum 16:39:42 8ad3a11d3b57: Download complete 16:39:43 8ad3a11d3b57: Pull complete 16:39:43 46f8f816bc3b: Pull complete 16:39:44 aa168da1d23b: Verifying Checksum 16:39:44 aa168da1d23b: Download complete 16:39:46 93b61091891f: Pull complete 16:39:46 93b9cdb0e59b: Pull complete 16:39:46 5e14af77c1be: Pull complete 16:39:46 01666e4c0597: Pull complete 16:39:53 aa168da1d23b: Pull complete 16:39:53 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:39:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:39:53 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:39:54 prd-centos7-docker-4c-2g-17067 does not seem to be running inside a container 16:39:54 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:40:01 $ docker top a34fcbe21080698008fbda65a8de98a76e1695592333df3b7c0992a606fe2af0 -eo pid,comm [Pipeline] { [Pipeline] sh 16:40:02 + touch /tmp/pre-build-complete [Pipeline] sh 16:40:02 + mkdir -p /var/log/sa [Pipeline] sh 16:40:03 + ls /var/log/sa-host 16:40:03 + sadf -c /var/log/sa-host/sa21 16:40:03 file_magic: OK 16:40:03 HZ: Using current value: 100 16:40:03 file_header: OK 16:40:03 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 16:40:03 Statistics: 16:40:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:40:03 File successfully converted to sysstat format version 12.2.1 16:40:03 + sadf -c /var/log/sa-host/sa23 16:40:03 file_magic: OK 16:40:03 HZ: Using current value: 100 16:40:03 file_header: OK 16:40:03 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 16:40:03 Statistics: 16:40:03 Hnuu...uuuununununu... 16:40:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:40:03 provisioning config files... 16:40:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config1405716225980000948tmp [Pipeline] { [Pipeline] echo 16:40:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:40:03 ---> create-netrc.sh [Pipeline] } 16:40:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:40:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:40:04 ---> python-tools-install.sh [Pipeline] echo 16:40:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:40:04 ---> sudo-logs.sh 16:40:04 Archiving 'sudo' log.. [Pipeline] echo 16:40:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:40:05 ---> job-cost.sh 16:40:05 lf-activate-venv: SKIPPING 16:40:05 INFO: No Stack... 16:40:06 INFO: Retrieving Pricing Info for: v1-standard-2 16:40:06 INFO: Archiving Costs [Pipeline] echo 16:40:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:40:07 ---> logs-deploy.sh 16:40:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2958/3 16:40:07 INFO: archiving workspace using pattern(s): 16:40:08 Archives upload complete. 16:40:08 INFO: archiving logs to Nexus 16:40:09 ---> uname -a: 16:40:09 Linux prd-centos7-docker-4c-2g-17067.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 16:40:09 16:40:09 16:40:09 ---> lscpu: 16:40:09 Architecture: x86_64 16:40:09 CPU op-mode(s): 32-bit, 64-bit 16:40:09 Byte Order: Little Endian 16:40:09 Address sizes: 40 bits physical, 48 bits virtual 16:40:09 CPU(s): 4 16:40:09 On-line CPU(s) list: 0-3 16:40:09 Thread(s) per core: 1 16:40:09 Core(s) per socket: 1 16:40:09 Socket(s): 4 16:40:09 NUMA node(s): 1 16:40:09 Vendor ID: GenuineIntel 16:40:09 CPU family: 6 16:40:09 Model: 44 16:40:09 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:40:09 Stepping: 1 16:40:09 CPU MHz: 2933.442 16:40:09 BogoMIPS: 5866.88 16:40:09 Virtualization: VT-x 16:40:09 Hypervisor vendor: KVM 16:40:09 Virtualization type: full 16:40:09 L1d cache: 128 KiB 16:40:09 L1i cache: 128 KiB 16:40:09 L2 cache: 16 MiB 16:40:09 L3 cache: 64 MiB 16:40:09 NUMA node0 CPU(s): 0-3 16:40:09 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:40:09 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:40:09 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:40:09 Vulnerability Meltdown: Mitigation; PTI 16:40:09 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:40:09 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:40:09 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:40:09 Vulnerability Srbds: Not affected 16:40:09 Vulnerability Tsx async abort: Not affected 16:40:09 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:40:09 16:40:09 16:40:09 ---> nproc: 16:40:09 4 16:40:09 16:40:09 16:40:09 ---> df -h: 16:40:09 Filesystem Size Used Available Use% Mounted on 16:40:09 overlay 50.0G 12.4G 37.6G 25% / 16:40:09 tmpfs 64.0M 0 64.0M 0% /dev 16:40:09 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:40:09 shm 64.0M 0 64.0M 0% /dev/shm 16:40:09 /dev/vda1 50.0G 12.4G 37.6G 25% /facter-os 16:40:09 /dev/vda1 50.0G 12.4G 37.6G 25% /etc/resolv.conf 16:40:09 /dev/vda1 50.0G 12.4G 37.6G 25% /etc/hostname 16:40:09 /dev/vda1 50.0G 12.4G 37.6G 25% /etc/hosts 16:40:09 /dev/vda1 50.0G 12.4G 37.6G 25% /run/cloud-init/result.json 16:40:09 /dev/vda1 50.0G 12.4G 37.6G 25% /var/log/sa-host 16:40:09 /dev/vda1 50.0G 12.4G 37.6G 25% /var/log/secure 16:40:09 /dev/vda1 50.0G 12.4G 37.6G 25% /var/log/auth.log 16:40:09 /dev/vda1 50.0G 12.4G 37.6G 25% /w/workspace/edgex-go/3@tmp 16:40:09 /dev/vda1 50.0G 12.4G 37.6G 25% /w/workspace/edgex-go/3 16:40:09 16:40:09 16:40:09 ---> free -m: 16:40:09 total used free shared buff/cache available 16:40:09 Mem: 1837 711 141 0 984 1039 16:40:09 Swap: 1023 58 965 16:40:09 16:40:09