Pull request #3159 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 416cd23db42b360b77bfb60fe7e3d29e931858ca+62a248a5b0afc117ade2468f75438786c02ce52d (98a44c9e3959e022e614a648f366e23894dc17a9) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3159/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3159/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 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 ‘prd-centos7-blackbox-4c-2g-25321’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-25837’ is offline Running on prd-centos7-docker-4c-2g-25850 in /w/workspace/edgexfoundry_edgex-go_PR-3159 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # 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/3159/head:refs/remotes/origin/PR-3159 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit 416cd23db42b360b77bfb60fe7e3d29e931858ca Merge succeeded, producing 416cd23db42b360b77bfb60fe7e3d29e931858ca Checking out Revision 416cd23db42b360b77bfb60fe7e3d29e931858ca (PR-3159) > git config core.sparsecheckout # timeout=10 > git checkout -f 416cd23db42b360b77bfb60fe7e3d29e931858ca # 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 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 416cd23db42b360b77bfb60fe7e3d29e931858ca # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-09T20:05:42.278Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-09T20:05:42.614Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-09T20:05:42.779Z] ========================================================= [2021-02-09T20:05:42.779Z] EdgeX Global Pipelines Version Info [2021-02-09T20:05:42.779Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:05:44.311Z] ------------------- [2021-02-09T20:05:44.311Z] stable info: [2021-02-09T20:05:44.311Z] ------------------- [2021-02-09T20:05:44.311Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T20:05:44.311Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T20:05:44.311Z] Message: update stable to v1.0.179 [2021-02-09T20:05:45.262Z] ------------------- [2021-02-09T20:05:45.262Z] experimental info: [2021-02-09T20:05:45.262Z] ------------------- [2021-02-09T20:05:45.262Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-09T20:05:45.262Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-09T20:05:45.262Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-09T20:05:45.610Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-09T20:05:45.727Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-09T20:05:45.849Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-09T20:05:45.968Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-09T20:05:46.100Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-09T20:05:46.213Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-09T20:05:46.340Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-09T20:05:46.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-09T20:05:46.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-09T20:05:46.694Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-09T20:05:46.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-09T20:05:46.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-09T20:05:47.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-09T20:05:47.244Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-09T20:05:47.367Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T20:05:47.479Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-09T20:05:47.594Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-09T20:05:47.811Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-09T20:05:47.929Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-09T20:05:48.046Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-09T20:05:48.162Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-09T20:05:48.277Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-09T20:05:48.420Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-09T20:05:48.544Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3159 [Pipeline] echo [2021-02-09T20:05:48.674Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3159 [Pipeline] echo [2021-02-09T20:05:48.792Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3159 [Pipeline] echo [2021-02-09T20:05:48.958Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 416cd23db42b360b77bfb60fe7e3d29e931858ca [Pipeline] echo [2021-02-09T20:05:49.073Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 416cd23 [Pipeline] echo [2021-02-09T20:05:49.205Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T20:05:49.459Z] provisioning config files... [2021-02-09T20:05:49.495Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3820525172521655525tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:05:49.959Z] ---> docker-login.sh [2021-02-09T20:05:49.959Z] nexus3.edgexfoundry.org:10001 [2021-02-09T20:05:50.222Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:05:50.222Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:05:50.222Z] Configure a credential helper to remove this warning. See [2021-02-09T20:05:50.222Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:05:50.222Z] [2021-02-09T20:05:50.222Z] Login Succeeded [2021-02-09T20:05:50.222Z] nexus3.edgexfoundry.org:10002 [2021-02-09T20:05:50.494Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:05:50.494Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:05:50.494Z] Configure a credential helper to remove this warning. See [2021-02-09T20:05:50.494Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:05:50.494Z] [2021-02-09T20:05:50.494Z] Login Succeeded [2021-02-09T20:05:50.494Z] nexus3.edgexfoundry.org:10003 [2021-02-09T20:05:50.757Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:05:50.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:05:50.757Z] Configure a credential helper to remove this warning. See [2021-02-09T20:05:50.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:05:50.757Z] [2021-02-09T20:05:50.757Z] Login Succeeded [2021-02-09T20:05:50.757Z] nexus3.edgexfoundry.org:10004 [2021-02-09T20:05:51.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:05:51.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:05:51.025Z] Configure a credential helper to remove this warning. See [2021-02-09T20:05:51.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:05:51.025Z] [2021-02-09T20:05:51.025Z] Login Succeeded [2021-02-09T20:05:51.025Z] docker.io [2021-02-09T20:05:51.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:05:51.295Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:05:51.295Z] Configure a credential helper to remove this warning. See [2021-02-09T20:05:51.295Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:05:51.295Z] [2021-02-09T20:05:51.295Z] Login Succeeded [2021-02-09T20:05:51.295Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T20:05:51.337Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T20:05:51.945Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-09T20:05:51.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:05:51.945Z] ++ dirname cmd/core-command/Dockerfile [2021-02-09T20:05:51.945Z] ++ cut -d/ -f2 [2021-02-09T20:05:51.945Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-09T20:05:51.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:05:51.945Z] ++ dirname cmd/core-data/Dockerfile [2021-02-09T20:05:51.945Z] ++ cut -d/ -f2 [2021-02-09T20:05:51.945Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-09T20:05:51.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:05:51.945Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-09T20:05:51.945Z] ++ cut -d/ -f2 [2021-02-09T20:05:51.945Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-09T20:05:51.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:05:51.945Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-09T20:05:51.945Z] ++ cut -d/ -f2 [2021-02-09T20:05:51.945Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-09T20:05:51.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:05:51.945Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-09T20:05:51.945Z] ++ cut -d/ -f2 [2021-02-09T20:05:51.945Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-09T20:05:51.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:05:51.945Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-09T20:05:51.945Z] ++ cut -d/ -f2 [2021-02-09T20:05:51.945Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-09T20:05:51.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:05:51.945Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-09T20:05:51.945Z] ++ cut -d/ -f2 [2021-02-09T20:05:51.945Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-09T20:05:51.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:05:51.945Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-09T20:05:51.945Z] ++ cut -d/ -f2 [2021-02-09T20:05:51.945Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-09T20:05:51.945Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-09T20:05:51.945Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-09T20:05:51.945Z] ++ cut -d/ -f2 [2021-02-09T20:05:51.946Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-09T20:05:52.043Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:05:53.097Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T20:05:53.097Z] [2021-02-09T20:05:53.097Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:05:53.505Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T20:05:53.505Z] latest: Pulling from edgex-devops/git-semver [2021-02-09T20:05:53.505Z] 31603596830f: Pulling fs layer [2021-02-09T20:05:53.505Z] 2a8b12db71e7: Pulling fs layer [2021-02-09T20:05:53.505Z] 6ca5941a6612: Pulling fs layer [2021-02-09T20:05:53.505Z] ecc8261a40a4: Pulling fs layer [2021-02-09T20:05:53.505Z] ecc8261a40a4: Waiting [2021-02-09T20:05:53.505Z] 2a8b12db71e7: Verifying Checksum [2021-02-09T20:05:53.505Z] 2a8b12db71e7: Download complete [2021-02-09T20:05:53.505Z] 31603596830f: Verifying Checksum [2021-02-09T20:05:53.505Z] 31603596830f: Download complete [2021-02-09T20:05:53.774Z] 6ca5941a6612: Verifying Checksum [2021-02-09T20:05:53.774Z] 6ca5941a6612: Download complete [2021-02-09T20:05:53.774Z] ecc8261a40a4: Verifying Checksum [2021-02-09T20:05:53.774Z] ecc8261a40a4: Download complete [2021-02-09T20:05:54.038Z] 31603596830f: Pull complete [2021-02-09T20:05:54.038Z] 2a8b12db71e7: Pull complete [2021-02-09T20:05:54.998Z] 6ca5941a6612: Pull complete [2021-02-09T20:05:55.259Z] ecc8261a40a4: Pull complete [2021-02-09T20:05:55.259Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-09T20:05:55.259Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-09T20:05:55.259Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-09T20:05:55.394Z] prd-centos7-docker-4c-2g-25850 does not seem to be running inside a container [2021-02-09T20:05:55.453Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-09T20:05:58.232Z] $ docker top 4bde1dd2fd4ecb85bf540f528467ef56425aa04ad88546dff8efeca992db8118 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-09T20:05:58.727Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T20:05:58.727Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T20:05:58.993Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T20:05:58.998Z] $ docker exec 4bde1dd2fd4ecb85bf540f528467ef56425aa04ad88546dff8efeca992db8118 ssh-agent [2021-02-09T20:05:59.181Z] SSH_AUTH_SOCK=/tmp/ssh-vgLRaQwbfT5Y/agent.12 [2021-02-09T20:05:59.182Z] SSH_AGENT_PID=17 [2021-02-09T20:05:59.200Z] Running ssh-add (command line suppressed) [2021-02-09T20:05:59.357Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6577694833389250266.key (/w/workspace/edgex-go/1@tmp/private_key_6577694833389250266.key) [2021-02-09T20:05:59.424Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T20:05:59.796Z] + git tag --points-at HEAD [Pipeline] } [2021-02-09T20:05:59.830Z] $ docker exec --env ******** --env ******** 4bde1dd2fd4ecb85bf540f528467ef56425aa04ad88546dff8efeca992db8118 ssh-agent -k [2021-02-09T20:05:59.972Z] unset SSH_AUTH_SOCK; [2021-02-09T20:05:59.972Z] unset SSH_AGENT_PID; [2021-02-09T20:05:59.972Z] echo Agent pid 17 killed; [2021-02-09T20:06:00.036Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-09T20:06:00.342Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-09T20:06:00.342Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-09T20:06:00.565Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-09T20:06:00.576Z] $ docker exec 4bde1dd2fd4ecb85bf540f528467ef56425aa04ad88546dff8efeca992db8118 ssh-agent [2021-02-09T20:06:00.763Z] SSH_AUTH_SOCK=/tmp/ssh-NKyZVlpQJJbq/agent.46 [2021-02-09T20:06:00.763Z] SSH_AGENT_PID=51 [2021-02-09T20:06:00.771Z] Running ssh-add (command line suppressed) [2021-02-09T20:06:00.918Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8487504223499517948.key (/w/workspace/edgex-go/1@tmp/private_key_8487504223499517948.key) [2021-02-09T20:06:00.974Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-09T20:06:01.386Z] + git semver init [2021-02-09T20:06:01.386Z] # -> Open(): unable to determine branch for HEAD [2021-02-09T20:06:01.386Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-02-09T20:06:01.386Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-02-09T20:06:01.386Z] # $SEMVER_REMOTE_NAME = origin [2021-02-09T20:06:01.386Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-09T20:06:01.386Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-09T20:06:01.386Z] # $SEMVER_BRANCH = PR-3159 [2021-02-09T20:06:01.386Z] # $SEMVER_TEMP = /tmp/semver-169370983 [2021-02-09T20:06:01.386Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-09T20:06:33.585Z] # '/tmp/semver-169370983' -> '/w/workspace/edgex-go/1/.semver' [2021-02-09T20:06:33.585Z] # -> Force: false [2021-02-09T20:06:33.585Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-02-09T20:06:33.614Z] $ docker exec --env ******** --env ******** 4bde1dd2fd4ecb85bf540f528467ef56425aa04ad88546dff8efeca992db8118 ssh-agent -k [2021-02-09T20:06:33.907Z] unset SSH_AUTH_SOCK; [2021-02-09T20:06:33.907Z] unset SSH_AGENT_PID; [2021-02-09T20:06:33.907Z] echo Agent pid 51 killed; [2021-02-09T20:06:34.001Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-09T20:06:34.617Z] + git semver [Pipeline] } [2021-02-09T20:06:34.650Z] $ docker stop --time=1 4bde1dd2fd4ecb85bf540f528467ef56425aa04ad88546dff8efeca992db8118 [2021-02-09T20:06:36.319Z] $ docker rm -f 4bde1dd2fd4ecb85bf540f528467ef56425aa04ad88546dff8efeca992db8118 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-09T20:06:36.993Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-09T20:06:37.636Z] Stashed 1 file(s) [Pipeline] echo [2021-02-09T20:06:37.660Z] [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] { [2021-02-09T20:06:38.479Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25849 in /w/workspace/edgexfoundry_edgex-go_PR-3159 [Pipeline] { [Pipeline] ws [2021-02-09T20:06:38.568Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T20:06:39.129Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-09T20:06:39.466Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T20:06:39.804Z] + sudo service docker restart [2021-02-09T20:06:39.804Z] + true [2021-02-09T20:06:39.804Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-09T20:06:40.416Z] ========================================================= [2021-02-09T20:06:40.416Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-09T20:06:40.416Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:06:40.863Z] + 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 . [2021-02-09T20:06:43.071Z] using credential edgex-jenkins-ssh [2021-02-09T20:06:43.125Z] Cloning the remote Git repository [2021-02-09T20:06:43.190Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:06:43.311Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-09T20:06:43.405Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:06:43.406Z] > git --version # timeout=10 [2021-02-09T20:06:43.428Z] > git --version # 'git version 2.17.1' [2021-02-09T20:06:43.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:06:43.489Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T20:06:45.135Z] Sending build context to Docker daemon 327.8MB [2021-02-09T20:06:45.135Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T20:06:45.135Z] Step 2/6 : FROM ${BASE} [2021-02-09T20:06:45.135Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-09T20:06:45.135Z] 188c0c94c7c5: Pulling fs layer [2021-02-09T20:06:45.135Z] 0ef7d3d256c8: Pulling fs layer [2021-02-09T20:06:45.135Z] de9db76c5a1d: Pulling fs layer [2021-02-09T20:06:45.135Z] bca2f99d35d6: Pulling fs layer [2021-02-09T20:06:45.135Z] 93359f2a8cfa: Pulling fs layer [2021-02-09T20:06:45.135Z] 7c6f9722023f: Pulling fs layer [2021-02-09T20:06:45.135Z] a35cf1a2eb13: Pulling fs layer [2021-02-09T20:06:45.135Z] bca2f99d35d6: Waiting [2021-02-09T20:06:45.135Z] 93359f2a8cfa: Waiting [2021-02-09T20:06:45.135Z] 7c6f9722023f: Waiting [2021-02-09T20:06:45.135Z] a35cf1a2eb13: Waiting [2021-02-09T20:06:45.135Z] de9db76c5a1d: Download complete [2021-02-09T20:06:45.135Z] 0ef7d3d256c8: Download complete [2021-02-09T20:06:45.135Z] 93359f2a8cfa: Verifying Checksum [2021-02-09T20:06:45.135Z] 93359f2a8cfa: Download complete [2021-02-09T20:06:45.135Z] 188c0c94c7c5: Verifying Checksum [2021-02-09T20:06:45.135Z] 188c0c94c7c5: Download complete [2021-02-09T20:06:45.135Z] 7c6f9722023f: Verifying Checksum [2021-02-09T20:06:45.135Z] 7c6f9722023f: Download complete [2021-02-09T20:06:45.410Z] 188c0c94c7c5: Pull complete [2021-02-09T20:06:45.673Z] 0ef7d3d256c8: Pull complete [2021-02-09T20:06:45.673Z] de9db76c5a1d: Pull complete [2021-02-09T20:06:47.091Z] a35cf1a2eb13: Verifying Checksum [2021-02-09T20:06:47.091Z] a35cf1a2eb13: Download complete [2021-02-09T20:06:48.057Z] bca2f99d35d6: Verifying Checksum [2021-02-09T20:06:48.057Z] bca2f99d35d6: Download complete [2021-02-09T20:06:54.740Z] bca2f99d35d6: Pull complete [2021-02-09T20:06:54.740Z] 93359f2a8cfa: Pull complete [2021-02-09T20:06:54.740Z] 7c6f9722023f: Pull complete [2021-02-09T20:06:59.015Z] a35cf1a2eb13: Pull complete [2021-02-09T20:06:59.015Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-09T20:06:59.015Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-09T20:06:59.015Z] ---> a62c8e92a672 [2021-02-09T20:06:59.015Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-09T20:06:59.015Z] ---> Running in 3c93d0adda55 [2021-02-09T20:06:59.600Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:00.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-09T20:07:00.825Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T20:07:01.089Z] (2/12) Installing file (5.38-r0) [2021-02-09T20:07:01.089Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T20:07:01.354Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T20:07:04.708Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T20:07:04.727Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-09T20:07:04.801Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-09T20:07:04.869Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-09T20:07:04.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:07:04.888Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3159/head:refs/remotes/origin/PR-3159 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-09T20:07:05.543Z] Merging remotes/origin/master commit 62a248a5b0afc117ade2468f75438786c02ce52d into PR head commit 416cd23db42b360b77bfb60fe7e3d29e931858ca [2021-02-09T20:07:05.973Z] Merge succeeded, producing 416cd23db42b360b77bfb60fe7e3d29e931858ca [2021-02-09T20:07:05.973Z] Checking out Revision 416cd23db42b360b77bfb60fe7e3d29e931858ca (PR-3159) [2021-02-09T20:07:05.569Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T20:07:05.581Z] > git checkout -f 416cd23db42b360b77bfb60fe7e3d29e931858ca # timeout=10 [2021-02-09T20:07:05.897Z] > git remote # timeout=10 [2021-02-09T20:07:05.915Z] > git config --get remote.origin.url # timeout=10 [2021-02-09T20:07:05.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-09T20:07:05.938Z] > git merge 62a248a5b0afc117ade2468f75438786c02ce52d # timeout=10 [2021-02-09T20:07:05.964Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-09T20:07:05.986Z] > git config core.sparsecheckout # timeout=10 [2021-02-09T20:07:05.997Z] > git checkout -f 416cd23db42b360b77bfb60fe7e3d29e931858ca # timeout=10 [2021-02-09T20:07:07.971Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T20:07:07.972Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T20:07:07.972Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T20:07:07.972Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T20:07:07.972Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T20:07:07.972Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T20:07:07.972Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T20:07:07.972Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T20:07:07.972Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:07:07.972Z] OK: 233 MiB in 51 packages [2021-02-09T20:07:10.376Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-02-09T20:07:10.439Z] > git --version # timeout=10 [2021-02-09T20:07:10.447Z] > git --version # 'git version 2.17.1' [2021-02-09T20:07:10.458Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-09T20:07:11.311Z] Removing intermediate container 3c93d0adda55 [2021-02-09T20:07:11.311Z] ---> 01caea529d32 [2021-02-09T20:07:11.311Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T20:07:11.311Z] ---> Running in f9aaffcdcc28 [2021-02-09T20:07:11.574Z] Removing intermediate container f9aaffcdcc28 [2021-02-09T20:07:11.574Z] ---> a5de6abee71b [2021-02-09T20:07:11.574Z] Step 5/6 : COPY go.mod . [2021-02-09T20:07:11.840Z] ---> 0b752c185742 [2021-02-09T20:07:11.840Z] Step 6/6 : RUN go mod download [2021-02-09T20:07:11.840Z] ---> Running in de588fff3f4f [2021-02-09T20:07:12.154Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-09T20:07:12.578Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-09T20:07:12.942Z] + + sudo servicetrue docker [2021-02-09T20:07:12.942Z] restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-09T20:07:15.074Z] provisioning config files... [2021-02-09T20:07:15.118Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3101306889624784521tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:07:15.569Z] ---> docker-login.sh [2021-02-09T20:07:15.569Z] nexus3.edgexfoundry.org:10001 [2021-02-09T20:07:16.552Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:07:16.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:07:16.827Z] Configure a credential helper to remove this warning. See [2021-02-09T20:07:16.827Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:07:16.827Z] [2021-02-09T20:07:16.827Z] Login Succeeded [2021-02-09T20:07:16.827Z] nexus3.edgexfoundry.org:10002 [2021-02-09T20:07:17.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:07:17.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:07:17.382Z] Configure a credential helper to remove this warning. See [2021-02-09T20:07:17.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:07:17.382Z] [2021-02-09T20:07:17.382Z] Login Succeeded [2021-02-09T20:07:17.382Z] nexus3.edgexfoundry.org:10003 [2021-02-09T20:07:17.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:07:17.934Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:07:17.935Z] Configure a credential helper to remove this warning. See [2021-02-09T20:07:17.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:07:17.935Z] [2021-02-09T20:07:17.935Z] Login Succeeded [2021-02-09T20:07:17.935Z] nexus3.edgexfoundry.org:10004 [2021-02-09T20:07:18.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:07:18.486Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:07:18.486Z] Configure a credential helper to remove this warning. See [2021-02-09T20:07:18.486Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:07:18.486Z] [2021-02-09T20:07:18.486Z] Login Succeeded [2021-02-09T20:07:18.486Z] docker.io [2021-02-09T20:07:18.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-09T20:07:19.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-09T20:07:19.035Z] Configure a credential helper to remove this warning. See [2021-02-09T20:07:19.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-09T20:07:19.035Z] [2021-02-09T20:07:19.035Z] Login Succeeded [2021-02-09T20:07:19.035Z] ---> docker-login.sh ends [Pipeline] } [2021-02-09T20:07:19.073Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-09T20:07:19.622Z] ========================================================= [2021-02-09T20:07:19.622Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-09T20:07:19.622Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:07:20.028Z] + 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 . [2021-02-09T20:07:22.654Z] Sending build context to Docker daemon 166.3MB [2021-02-09T20:07:22.654Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-09T20:07:22.654Z] Step 2/6 : FROM ${BASE} [2021-02-09T20:07:22.654Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-09T20:07:22.654Z] 5f621e34cdf4: Pulling fs layer [2021-02-09T20:07:22.654Z] a4357932f1b6: Pulling fs layer [2021-02-09T20:07:22.654Z] 18c013af1878: Pulling fs layer [2021-02-09T20:07:22.654Z] 00ac8860ef70: Pulling fs layer [2021-02-09T20:07:22.654Z] 63d7cb157983: Pulling fs layer [2021-02-09T20:07:22.654Z] b116817d02f9: Pulling fs layer [2021-02-09T20:07:22.654Z] 745a02a5169b: Pulling fs layer [2021-02-09T20:07:22.654Z] 00ac8860ef70: Waiting [2021-02-09T20:07:22.654Z] b116817d02f9: Waiting [2021-02-09T20:07:22.654Z] 63d7cb157983: Waiting [2021-02-09T20:07:22.654Z] 745a02a5169b: Waiting [2021-02-09T20:07:22.654Z] 18c013af1878: Download complete [2021-02-09T20:07:22.654Z] a4357932f1b6: Download complete [2021-02-09T20:07:22.654Z] 63d7cb157983: Verifying Checksum [2021-02-09T20:07:22.654Z] 63d7cb157983: Download complete [2021-02-09T20:07:22.654Z] b116817d02f9: Verifying Checksum [2021-02-09T20:07:22.654Z] b116817d02f9: Download complete [2021-02-09T20:07:22.654Z] 5f621e34cdf4: Verifying Checksum [2021-02-09T20:07:22.654Z] 5f621e34cdf4: Download complete [2021-02-09T20:07:23.256Z] 5f621e34cdf4: Pull complete [2021-02-09T20:07:23.867Z] a4357932f1b6: Pull complete [2021-02-09T20:07:24.145Z] 18c013af1878: Pull complete [2021-02-09T20:07:25.121Z] 745a02a5169b: Verifying Checksum [2021-02-09T20:07:25.121Z] 745a02a5169b: Download complete [2021-02-09T20:07:26.114Z] 00ac8860ef70: Verifying Checksum [2021-02-09T20:07:26.114Z] 00ac8860ef70: Download complete [2021-02-09T20:07:33.878Z] Removing intermediate container de588fff3f4f [2021-02-09T20:07:33.878Z] ---> 548cf546dcd8 [2021-02-09T20:07:33.878Z] Successfully built 548cf546dcd8 [2021-02-09T20:07:33.878Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:07:34.244Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T20:07:34.244Z] . [Pipeline] withDockerContainer [2021-02-09T20:07:34.386Z] prd-centos7-docker-4c-2g-25850 does not seem to be running inside a container [2021-02-09T20:07:34.454Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-09T20:07:35.473Z] $ docker top 88fb946d5e7f283f0d595897844ee28727cafc515591819e2da58f06f38ee320 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:07:36.089Z] + go version [2021-02-09T20:07:36.089Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-09T20:07:36.173Z] $ docker stop --time=1 88fb946d5e7f283f0d595897844ee28727cafc515591819e2da58f06f38ee320 [2021-02-09T20:07:36.278Z] 00ac8860ef70: Pull complete [2021-02-09T20:07:36.553Z] 63d7cb157983: Pull complete [2021-02-09T20:07:37.148Z] b116817d02f9: Pull complete [2021-02-09T20:07:37.568Z] $ docker rm -f 88fb946d5e7f283f0d595897844ee28727cafc515591819e2da58f06f38ee320 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:07:38.667Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-09T20:07:38.667Z] . [Pipeline] withDockerContainer [2021-02-09T20:07:38.803Z] prd-centos7-docker-4c-2g-25850 does not seem to be running inside a container [2021-02-09T20:07:38.986Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-09T20:07:39.776Z] $ docker top d7b2bcdd3183d74a04ac7ce1e80ccafe5e325089cff48a573d28cc65bcce128b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-09T20:07:40.049Z] ========================================================= [2021-02-09T20:07:40.049Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T20:07:40.049Z] ========================================================= [Pipeline] sh [2021-02-09T20:07:40.399Z] + make test [2021-02-09T20:07:40.399Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T20:07:40.549Z] 745a02a5169b: Pull complete [2021-02-09T20:07:40.549Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-09T20:07:40.549Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-09T20:07:40.549Z] ---> b7e6874047d6 [2021-02-09T20:07:40.549Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-09T20:07:43.955Z] ---> Running in 76accc2dc47e [2021-02-09T20:07:45.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-09T20:07:46.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-09T20:07:47.454Z] (1/12) Installing libmagic (5.38-r0) [2021-02-09T20:07:47.454Z] (2/12) Installing file (5.38-r0) [2021-02-09T20:07:47.725Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-09T20:07:47.725Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-09T20:07:50.477Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T20:07:52.017Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-09T20:07:52.017Z] (6/12) Installing patch (2.7.6-r6) [2021-02-09T20:07:52.017Z] (7/12) Installing build-base (0.5-r2) [2021-02-09T20:07:52.017Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-09T20:07:52.017Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-09T20:07:52.017Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-09T20:07:52.017Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-09T20:07:52.292Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-09T20:07:52.292Z] Executing busybox-1.31.1-r19.trigger [2021-02-09T20:07:52.292Z] OK: 217 MiB in 51 packages [2021-02-09T20:07:56.595Z] Removing intermediate container 76accc2dc47e [2021-02-09T20:07:56.595Z] ---> 79a48b91c06d [2021-02-09T20:07:56.595Z] Step 4/6 : WORKDIR /edgex-go [2021-02-09T20:07:56.595Z] ---> Running in b54ce97bde12 [2021-02-09T20:07:57.187Z] Removing intermediate container b54ce97bde12 [2021-02-09T20:07:57.187Z] ---> 06b5b2fdcd5f [2021-02-09T20:07:57.187Z] Step 5/6 : COPY go.mod . [2021-02-09T20:07:57.783Z] ---> aa2032986316 [2021-02-09T20:07:57.783Z] Step 6/6 : RUN go mod download [2021-02-09T20:07:57.783Z] ---> Running in c457cb61339a [2021-02-09T20:08:02.857Z] # github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [2021-02-09T20:08:02.857Z] internal/core/command/v2/application/command.go:54:4: unknown field 'DeviceName' in struct literal of type dtos.CoreCommand [2021-02-09T20:08:24.577Z] Removing intermediate container c457cb61339a [2021-02-09T20:08:24.577Z] ---> 52a1d4756578 [2021-02-09T20:08:24.577Z] Successfully built 52a1d4756578 [2021-02-09T20:08:24.577Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:08:24.945Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T20:08:24.945Z] . [Pipeline] withDockerContainer [2021-02-09T20:08:25.020Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/command [build failed] [2021-02-09T20:08:25.020Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http [build failed] [2021-02-09T20:08:25.231Z] prd-ubuntu18.04-docker-arm64-4c-16g-25849 does not seem to be running inside a container [2021-02-09T20:08:25.316Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-09T20:08:26.813Z] $ docker top 8a2ee820940be9d082e08b68df7d67c3c8c3d19057cda336fa074f4cecc4e0d6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:08:27.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.219s coverage: 27.1% of statements [2021-02-09T20:08:27.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.039s coverage: 100.0% of statements [2021-02-09T20:08:27.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-02-09T20:08:27.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.147s coverage: 65.8% of statements [2021-02-09T20:08:27.610Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.185s coverage: 82.3% of statements [2021-02-09T20:08:27.932Z] + go version [2021-02-09T20:08:27.932Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-09T20:08:27.972Z] $ docker stop --time=1 8a2ee820940be9d082e08b68df7d67c3c8c3d19057cda336fa074f4cecc4e0d6 [2021-02-09T20:08:29.907Z] $ docker rm -f 8a2ee820940be9d082e08b68df7d67c3c8c3d19057cda336fa074f4cecc4e0d6 [Pipeline] // withDockerContainer [2021-02-09T20:08:30.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.427s coverage: 28.6% of statements [2021-02-09T20:08:30.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.062s coverage: 100.0% of statements [2021-02-09T20:08:30.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.033s coverage: 100.0% of statements [2021-02-09T20:08:30.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.140s coverage: 86.7% of statements [2021-02-09T20:08:30.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.127s coverage: 97.5% of statements [2021-02-09T20:08:30.236Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 78.3% of statements [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:08:31.324Z] + docker inspect -f . ci-base-image-arm64 [2021-02-09T20:08:31.324Z] . [Pipeline] withDockerContainer [2021-02-09T20:08:31.615Z] prd-ubuntu18.04-docker-arm64-4c-16g-25849 does not seem to be running inside a container [2021-02-09T20:08:31.732Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-09T20:08:33.218Z] $ docker top 6002b72ac73368b86cda18550d53d630d68164b97fa664674390c84d33043331 -eo pid,comm [Pipeline] { [2021-02-09T20:08:33.627Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.462s coverage: 92.8% of statements [2021-02-09T20:08:33.627Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.034s coverage: 58.8% of statements [2021-02-09T20:08:33.627Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.103s coverage: 0.1% of statements [2021-02-09T20:08:33.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.035s coverage: 45.5% of statements [2021-02-09T20:08:33.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.092s coverage: 79.5% of statements [2021-02-09T20:08:33.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.040s coverage: 94.1% of statements [2021-02-09T20:08:33.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.045s coverage: 96.3% of statements [2021-02-09T20:08:33.627Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.041s coverage: 87.5% of statements [Pipeline] echo [2021-02-09T20:08:33.661Z] ========================================================= [2021-02-09T20:08:33.661Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-09T20:08:33.661Z] ========================================================= [Pipeline] sh [2021-02-09T20:08:34.328Z] + make test [2021-02-09T20:08:34.328Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-09T20:08:45.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.048s coverage: 94.4% of statements [2021-02-09T20:08:45.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.044s coverage: 44.8% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.063s coverage: 92.9% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.033s coverage: 100.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.045s coverage: 75.5% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.2% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.087s coverage: 91.4% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.187s coverage: 63.5% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.045s coverage: 91.3% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.386s coverage: 68.9% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.110s coverage: 37.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.376s coverage: 84.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.033s coverage: 100.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.127s coverage: 47.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.082s coverage: 100.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.112s coverage: 89.4% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.757s coverage: 29.1% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.048s coverage: 100.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.077s coverage: 100.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.037s coverage: 100.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.051s coverage: 87.9% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.037s coverage: 100.0% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-02-09T20:08:56.027Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2021-02-09T20:08:56.501Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-09T20:08:56.603Z] make: *** [Makefile:94: test] Error 2 [Pipeline] } [2021-02-09T20:08:56.650Z] $ docker stop --time=1 d7b2bcdd3183d74a04ac7ce1e80ccafe5e325089cff48a573d28cc65bcce128b [2021-02-09T20:08:58.443Z] $ docker rm -f d7b2bcdd3183d74a04ac7ce1e80ccafe5e325089cff48a573d28cc65bcce128b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T20:09:00.554Z] Failed in branch amd64 [2021-02-09T20:09:28.941Z] # github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [2021-02-09T20:09:28.941Z] internal/core/command/v2/application/command.go:54:4: unknown field 'DeviceName' in struct literal of type dtos.CoreCommand [2021-02-09T20:10:16.238Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/command [build failed] [2021-02-09T20:10:16.238Z] FAIL github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http [build failed] [2021-02-09T20:10:22.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.481s coverage: 27.1% of statements [2021-02-09T20:10:22.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.066s coverage: 100.0% of statements [2021-02-09T20:10:22.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2021-02-09T20:10:22.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.233s coverage: 65.8% of statements [2021-02-09T20:10:22.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.619s coverage: 82.3% of statements [2021-02-09T20:10:28.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.171s coverage: 28.6% of statements [2021-02-09T20:10:28.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-02-09T20:10:28.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-02-09T20:10:28.403Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.346s coverage: 86.7% of statements [2021-02-09T20:10:30.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.356s coverage: 97.5% of statements [2021-02-09T20:10:30.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements [2021-02-09T20:10:40.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.235s coverage: 92.8% of statements [2021-02-09T20:10:40.571Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-02-09T20:10:40.571Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.208s coverage: 0.1% of statements [2021-02-09T20:10:40.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.157s coverage: 45.5% of statements [2021-02-09T20:10:40.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.094s coverage: 79.5% of statements [2021-02-09T20:10:40.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.081s coverage: 94.1% of statements [2021-02-09T20:10:40.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.121s coverage: 96.3% of statements [2021-02-09T20:10:40.571Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.050s coverage: 87.5% of statements [2021-02-09T20:10:52.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.084s coverage: 94.4% of statements [2021-02-09T20:10:52.986Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.057s coverage: 44.8% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.123s coverage: 92.9% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.052s coverage: 77.8% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.072s coverage: 87.2% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.059s coverage: 100.0% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.088s coverage: 75.5% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.068s coverage: 80.8% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.110s coverage: 87.2% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.172s coverage: 84.2% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.4% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.538s coverage: 63.5% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.063s coverage: 100.0% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.085s coverage: 91.3% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.088s coverage: 73.7% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.049s coverage: 100.0% of statements [2021-02-09T20:11:08.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.820s coverage: 68.9% of statements [2021-02-09T20:11:08.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.391s coverage: 37.0% of statements [2021-02-09T20:11:08.717Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.588s coverage: 84.0% of statements [2021-02-09T20:11:09.726Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2021-02-09T20:11:15.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.483s coverage: 47.0% of statements [2021-02-09T20:11:15.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.162s coverage: 100.0% of statements [2021-02-09T20:11:15.186Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.110s coverage: 100.0% of statements [2021-02-09T20:11:15.461Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.362s coverage: 89.4% of statements [2021-02-09T20:11:23.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.023s coverage: 29.1% of statements [2021-02-09T20:11:23.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.228s coverage: 99.0% of statements [2021-02-09T20:11:23.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.087s coverage: 100.0% of statements [2021-02-09T20:11:23.783Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.200s coverage: 100.0% of statements [2021-02-09T20:11:23.783Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-02-09T20:11:23.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-02-09T20:11:23.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.101s coverage: 87.9% of statements [2021-02-09T20:11:23.783Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.056s coverage: 100.0% of statements [2021-02-09T20:11:24.059Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-02-09T20:11:24.653Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-09T20:11:25.247Z] make: *** [Makefile:94: test] Error 2 [Pipeline] } [2021-02-09T20:11:25.319Z] $ docker stop --time=1 6002b72ac73368b86cda18550d53d630d68164b97fa664674390c84d33043331 [2021-02-09T20:11:27.511Z] $ docker rm -f 6002b72ac73368b86cda18550d53d630d68164b97fa664674390c84d33043331 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-09T20:11:30.374Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:11:33.483Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:11:34.473Z] ---> package-listing.sh [2021-02-09T20:11:34.473Z] ++ facter osfamily [2021-02-09T20:11:34.473Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-09T20:11:34.473Z] + OS_FAMILY=redhat [2021-02-09T20:11:34.473Z] + workspace=/w/workspace/edgex-go/1 [2021-02-09T20:11:34.473Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-09T20:11:34.473Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-09T20:11:34.473Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-09T20:11:34.473Z] + PACKAGES=/tmp/packages_start.txt [2021-02-09T20:11:34.473Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-09T20:11:34.473Z] + PACKAGES=/tmp/packages_end.txt [2021-02-09T20:11:34.473Z] + case "${OS_FAMILY}" in [2021-02-09T20:11:34.473Z] + rpm -qa [2021-02-09T20:11:34.473Z] + sort [2021-02-09T20:11:39.912Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-09T20:11:39.912Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-09T20:11:39.912Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-09T20:11:39.913Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-09T20:11:39.913Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-02-09T20:11:39.913Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-02-09T20:11:39.956Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-09T20:11:40.269Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:11:40.633Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T20:11:40.633Z] [2021-02-09T20:11:40.633Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-09T20:11:41.032Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T20:11:41.032Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-09T20:11:41.032Z] df20fa9351a1: Pulling fs layer [2021-02-09T20:11:41.032Z] 36b3adc4ff6f: Pulling fs layer [2021-02-09T20:11:41.032Z] 8ad3a11d3b57: Pulling fs layer [2021-02-09T20:11:41.032Z] 46f8f816bc3b: Pulling fs layer [2021-02-09T20:11:41.032Z] 93b61091891f: Pulling fs layer [2021-02-09T20:11:41.032Z] 93b9cdb0e59b: Pulling fs layer [2021-02-09T20:11:41.033Z] 5e14af77c1be: Pulling fs layer [2021-02-09T20:11:41.033Z] 01666e4c0597: Pulling fs layer [2021-02-09T20:11:41.033Z] aa168da1d23b: Pulling fs layer [2021-02-09T20:11:41.033Z] 93b9cdb0e59b: Waiting [2021-02-09T20:11:41.033Z] 46f8f816bc3b: Waiting [2021-02-09T20:11:41.033Z] 5e14af77c1be: Waiting [2021-02-09T20:11:41.033Z] 01666e4c0597: Waiting [2021-02-09T20:11:41.033Z] aa168da1d23b: Waiting [2021-02-09T20:11:41.033Z] 36b3adc4ff6f: Download complete [2021-02-09T20:11:41.033Z] 46f8f816bc3b: Verifying Checksum [2021-02-09T20:11:41.033Z] 46f8f816bc3b: Download complete [2021-02-09T20:11:41.302Z] df20fa9351a1: Download complete [2021-02-09T20:11:41.302Z] 93b61091891f: Verifying Checksum [2021-02-09T20:11:41.302Z] 93b9cdb0e59b: Verifying Checksum [2021-02-09T20:11:41.302Z] 93b9cdb0e59b: Download complete [2021-02-09T20:11:41.302Z] 93b61091891f: Download complete [2021-02-09T20:11:41.302Z] 5e14af77c1be: Verifying Checksum [2021-02-09T20:11:41.302Z] 5e14af77c1be: Download complete [2021-02-09T20:11:41.302Z] 01666e4c0597: Verifying Checksum [2021-02-09T20:11:41.302Z] 01666e4c0597: Download complete [2021-02-09T20:11:41.565Z] df20fa9351a1: Pull complete [2021-02-09T20:11:41.834Z] 36b3adc4ff6f: Pull complete [2021-02-09T20:11:41.834Z] 8ad3a11d3b57: Verifying Checksum [2021-02-09T20:11:41.834Z] 8ad3a11d3b57: Download complete [2021-02-09T20:11:42.798Z] 8ad3a11d3b57: Pull complete [2021-02-09T20:11:42.798Z] 46f8f816bc3b: Pull complete [2021-02-09T20:11:43.377Z] 93b61091891f: Pull complete [2021-02-09T20:11:43.645Z] 93b9cdb0e59b: Pull complete [2021-02-09T20:11:43.645Z] aa168da1d23b: Verifying Checksum [2021-02-09T20:11:43.645Z] aa168da1d23b: Download complete [2021-02-09T20:11:43.645Z] 5e14af77c1be: Pull complete [2021-02-09T20:11:43.908Z] 01666e4c0597: Pull complete [2021-02-09T20:11:50.546Z] aa168da1d23b: Pull complete [2021-02-09T20:11:50.546Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-09T20:11:50.546Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-09T20:11:50.546Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-09T20:11:50.800Z] prd-centos7-docker-4c-2g-25850 does not seem to be running inside a container [2021-02-09T20:11:50.856Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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:10003/edgex-lftools-log-publisher:alpine cat [2021-02-09T20:11:54.183Z] $ docker top 419a82e694d3ac5441dec001347eba3db54462b017a5f9f558962514e202e243 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-09T20:11:54.958Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-09T20:11:55.283Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-09T20:11:55.599Z] + ls /var/log/sa-host [2021-02-09T20:11:55.599Z] + sadf -c /var/log/sa-host/sa09 [2021-02-09T20:11:55.599Z] file_magic: OK [2021-02-09T20:11:55.599Z] HZ: Using current value: 100 [2021-02-09T20:11:55.599Z] file_header: OK [2021-02-09T20:11:55.599Z] 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 [2021-02-09T20:11:55.599Z] Statistics: [2021-02-09T20:11:55.599Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-09T20:11:55.599Z] File successfully converted to sysstat format version 12.2.1 [2021-02-09T20:11:55.599Z] + sadf -c /var/log/sa-host/sa23 [2021-02-09T20:11:55.600Z] file_magic: OK [2021-02-09T20:11:55.600Z] HZ: Using current value: 100 [2021-02-09T20:11:55.600Z] file_header: OK [2021-02-09T20:11:55.600Z] 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 [2021-02-09T20:11:55.600Z] Statistics: [2021-02-09T20:11:55.600Z] Hnuu...uuuununununu... [2021-02-09T20:11:55.600Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-09T20:11:55.908Z] provisioning config files... [2021-02-09T20:11:55.961Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config992086247977789689tmp [Pipeline] { [Pipeline] echo [2021-02-09T20:11:56.087Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:11:56.505Z] ---> create-netrc.sh [Pipeline] } [2021-02-09T20:11:56.543Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-09T20:11:56.705Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:11:57.067Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-09T20:11:57.105Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:11:57.465Z] ---> sudo-logs.sh [2021-02-09T20:11:57.466Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-09T20:11:57.501Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:11:57.845Z] ---> job-cost.sh [2021-02-09T20:11:57.845Z] lf-activate-venv: SKIPPING [2021-02-09T20:11:57.845Z] INFO: No Stack... [2021-02-09T20:11:58.795Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-09T20:11:59.380Z] INFO: Archiving Costs [Pipeline] echo [2021-02-09T20:11:59.414Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-09T20:11:59.753Z] ---> logs-deploy.sh [2021-02-09T20:11:59.753Z] lf-activate-venv: SKIPPING [2021-02-09T20:11:59.753Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3159/1 [2021-02-09T20:11:59.753Z] INFO: archiving workspace using pattern(s): [2021-02-09T20:12:01.152Z] Archives upload complete. [2021-02-09T20:12:01.152Z] INFO: archiving logs to Nexus