Pull request #3813 updated Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of tonyespy for edgexfoundry/edgex-go Obtained Jenkinsfile from 8370f7988c5c40792ed6dc069dedd78d4df213ce+f7c7132b17dbbb881af4d9ccfc6ed9167751e366 (5da992b7f9c4fee782032f3be0e5626049ff434b) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh5759508993197512554.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e94d3ec981797fd43ef018032190059518543b95 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh2548318881948108697.key > 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 e94d3ec981797fd43ef018032190059518543b95 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3813/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3813/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4489309008807614654.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e94d3ec981797fd43ef018032190059518543b95 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e94d3ec981797fd43ef018032190059518543b95 # timeout=10 Commit message: "Merge pull request #365 from ernestojeda/jakarta-release-issues" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh2486626780834802900.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3813/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3813/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6371307777773852674.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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/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.16 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-421 in /w/workspace/edgexfoundry_edgex-go_PR-3813 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh571157544220421491.key > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh1521256103485514254.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3813/head:refs/remotes/origin/PR-3813 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit f7c7132b17dbbb881af4d9ccfc6ed9167751e366 into PR head commit 8370f7988c5c40792ed6dc069dedd78d4df213ce Merge succeeded, producing 8370f7988c5c40792ed6dc069dedd78d4df213ce Checking out Revision 8370f7988c5c40792ed6dc069dedd78d4df213ce (PR-3813) Commit message: "fix(snap): support disabling security" First time build. Skipping changelog. > git config core.sparsecheckout # timeout=10 > git checkout -f 8370f7988c5c40792ed6dc069dedd78d4df213ce # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-go/2@tmp/jenkins-gitclient-ssh2092287757099932409.key > git merge f7c7132b17dbbb881af4d9ccfc6ed9167751e366 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8370f7988c5c40792ed6dc069dedd78d4df213ce # timeout=10 > git rev-list --no-walk 8b6363ccf32e8e3a142036298fac75a158137c4d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-11-12T21:30:17.487Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-11-12T21:30:17.524Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-11-12T21:30:17.535Z] ========================================================= [2021-11-12T21:30:17.535Z] EdgeX Global Pipelines Version Info [2021-11-12T21:30:17.535Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-11-12T21:30:18.680Z] ------------------- [2021-11-12T21:30:18.680Z] stable info: [2021-11-12T21:30:18.680Z] ------------------- [2021-11-12T21:30:18.680Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-11-12T21:30:18.680Z] Commit SHA: e94d3ec981797fd43ef018032190059518543b95 [2021-11-12T21:30:18.680Z] Message: update stable to v1.0.214 [2021-11-12T21:30:19.249Z] ------------------- [2021-11-12T21:30:19.249Z] experimental info: [2021-11-12T21:30:19.249Z] ------------------- [2021-11-12T21:30:19.249Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-11-12T21:30:19.250Z] Commit SHA: e94d3ec981797fd43ef018032190059518543b95 [2021-11-12T21:30:19.250Z] Message: update experimental to v1.0.214 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-11-12T21:30:19.321Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-11-12T21:30:19.331Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-11-12T21:30:19.341Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-11-12T21:30:19.355Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-11-12T21:30:19.363Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-11-12T21:30:19.372Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-11-12T21:30:19.382Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2021-11-12T21:30:19.392Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-11-12T21:30:19.402Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2021-11-12T21:30:19.415Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2021-11-12T21:30:19.425Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-11-12T21:30:19.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-11-12T21:30:19.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-11-12T21:30:19.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-11-12T21:30:19.468Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-11-12T21:30:19.480Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-11-12T21:30:19.490Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-11-12T21:30:19.498Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-11-12T21:30:19.506Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-11-12T21:30:19.514Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2021-11-12T21:30:19.521Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-11-12T21:30:19.528Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-11-12T21:30:19.535Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3813 [Pipeline] echo [2021-11-12T21:30:19.542Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3813 [Pipeline] echo [2021-11-12T21:30:19.549Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3813 [Pipeline] echo [2021-11-12T21:30:19.561Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8370f7988c5c40792ed6dc069dedd78d4df213ce [Pipeline] echo [2021-11-12T21:30:19.570Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8370f79 [Pipeline] echo [2021-11-12T21:30:19.580Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T21:30:19.623Z] provisioning config files... [2021-11-12T21:30:19.635Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7914958965252620659tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T21:30:19.937Z] ---> docker-login.sh [2021-11-12T21:30:19.937Z] nexus3.edgexfoundry.org:10001 [2021-11-12T21:30:19.937Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T21:30:20.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T21:30:20.199Z] Configure a credential helper to remove this warning. See [2021-11-12T21:30:20.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T21:30:20.199Z] [2021-11-12T21:30:20.199Z] Login Succeeded [2021-11-12T21:30:20.199Z] nexus3.edgexfoundry.org:10002 [2021-11-12T21:30:20.199Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T21:30:20.199Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T21:30:20.199Z] Configure a credential helper to remove this warning. See [2021-11-12T21:30:20.199Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T21:30:20.199Z] [2021-11-12T21:30:20.199Z] Login Succeeded [2021-11-12T21:30:20.199Z] nexus3.edgexfoundry.org:10003 [2021-11-12T21:30:20.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T21:30:20.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T21:30:20.466Z] Configure a credential helper to remove this warning. See [2021-11-12T21:30:20.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T21:30:20.466Z] [2021-11-12T21:30:20.466Z] Login Succeeded [2021-11-12T21:30:20.466Z] nexus3.edgexfoundry.org:10004 [2021-11-12T21:30:20.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T21:30:20.466Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T21:30:20.466Z] Configure a credential helper to remove this warning. See [2021-11-12T21:30:20.466Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T21:30:20.466Z] [2021-11-12T21:30:20.466Z] Login Succeeded [2021-11-12T21:30:20.466Z] docker.io [2021-11-12T21:30:20.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T21:30:20.989Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T21:30:20.989Z] Configure a credential helper to remove this warning. See [2021-11-12T21:30:20.989Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T21:30:20.989Z] [2021-11-12T21:30:20.989Z] Login Succeeded [2021-11-12T21:30:20.989Z] ---> docker-login.sh ends [Pipeline] } [2021-11-12T21:30:20.996Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-12T21:30:21.296Z] ++ 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-11-12T21:30:21.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-12T21:30:21.296Z] ++ dirname cmd/core-command/Dockerfile [2021-11-12T21:30:21.296Z] ++ cut -d/ -f2 [2021-11-12T21:30:21.296Z] + echo core-command,cmd/core-command/Dockerfile [2021-11-12T21:30:21.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-12T21:30:21.296Z] ++ dirname cmd/core-data/Dockerfile [2021-11-12T21:30:21.296Z] ++ cut -d/ -f2 [2021-11-12T21:30:21.296Z] + echo core-data,cmd/core-data/Dockerfile [2021-11-12T21:30:21.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-12T21:30:21.296Z] ++ dirname cmd/core-metadata/Dockerfile [2021-11-12T21:30:21.296Z] ++ cut -d/ -f2 [2021-11-12T21:30:21.296Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-11-12T21:30:21.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-12T21:30:21.296Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-11-12T21:30:21.296Z] ++ cut -d/ -f2 [2021-11-12T21:30:21.296Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-11-12T21:30:21.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-12T21:30:21.296Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-11-12T21:30:21.296Z] ++ cut -d/ -f2 [2021-11-12T21:30:21.296Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-11-12T21:30:21.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-12T21:30:21.296Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-11-12T21:30:21.296Z] ++ cut -d/ -f2 [2021-11-12T21:30:21.296Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-11-12T21:30:21.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-12T21:30:21.296Z] ++ dirname cmd/support-notifications/Dockerfile [2021-11-12T21:30:21.296Z] ++ cut -d/ -f2 [2021-11-12T21:30:21.296Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-11-12T21:30:21.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-12T21:30:21.296Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-11-12T21:30:21.296Z] ++ cut -d/ -f2 [2021-11-12T21:30:21.296Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-11-12T21:30:21.296Z] + for file in '`ls cmd/**/Dockerfile`' [2021-11-12T21:30:21.296Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-11-12T21:30:21.296Z] ++ cut -d/ -f2 [2021-11-12T21:30:21.296Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-11-12T21:30:21.330Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2021-11-12T21:30:21.742Z] + git rev-list -1 --merges 8370f7988c5c40792ed6dc069dedd78d4df213ce~1..8370f7988c5c40792ed6dc069dedd78d4df213ce [Pipeline] echo [2021-11-12T21:30:21.756Z] -----------> git rev-list -1 --merges 8370f7988c5c40792ed6dc069dedd78d4df213ce~1..8370f7988c5c40792ed6dc069dedd78d4df213ce 8370f7988c5c40792ed6dc069dedd78d4df213ce [false] [Pipeline] sh [2021-11-12T21:30:22.047Z] + git log --format=format:%s -1 8370f7988c5c40792ed6dc069dedd78d4df213ce [Pipeline] echo [2021-11-12T21:30:22.060Z] ========================================================= [2021-11-12T21:30:22.060Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2021-11-12T21:30:22.060Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-11-12T21:30:22.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-12T21:30:22.804Z] [2021-11-12T21:30:22.804Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T21:30:23.122Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-12T21:30:23.122Z] latest: Pulling from edgex-devops/git-semver [2021-11-12T21:30:23.122Z] a0d0a0d46f8b: Pulling fs layer [2021-11-12T21:30:23.122Z] 3e5f54012d9b: Pulling fs layer [2021-11-12T21:30:23.122Z] 4c7163046ea9: Pulling fs layer [2021-11-12T21:30:23.122Z] 0c2d73faf560: Pulling fs layer [2021-11-12T21:30:23.122Z] 0c2d73faf560: Waiting [2021-11-12T21:30:23.122Z] 3e5f54012d9b: Verifying Checksum [2021-11-12T21:30:23.122Z] 3e5f54012d9b: Download complete [2021-11-12T21:30:23.122Z] a0d0a0d46f8b: Verifying Checksum [2021-11-12T21:30:23.122Z] a0d0a0d46f8b: Download complete [2021-11-12T21:30:23.122Z] 0c2d73faf560: Verifying Checksum [2021-11-12T21:30:23.122Z] 0c2d73faf560: Download complete [2021-11-12T21:30:23.122Z] 4c7163046ea9: Verifying Checksum [2021-11-12T21:30:23.122Z] 4c7163046ea9: Download complete [2021-11-12T21:30:23.383Z] a0d0a0d46f8b: Pull complete [2021-11-12T21:30:23.383Z] 3e5f54012d9b: Pull complete [2021-11-12T21:30:23.647Z] 4c7163046ea9: Pull complete [2021-11-12T21:30:23.910Z] 0c2d73faf560: Pull complete [2021-11-12T21:30:23.910Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-11-12T21:30:23.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-12T21:30:23.910Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-11-12T21:30:23.984Z] prd-centos7-docker-4c-2g-421 does not seem to be running inside a container [2021-11-12T21:30:24.016Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-11-12T21:30:24.603Z] $ docker top e07456d8101b358f43f8f7f6b4101a1fc9704c7d50ceb5051fd0750fc15d35fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-11-12T21:30:24.693Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-12T21:30:24.693Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-12T21:30:24.805Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-12T21:30:24.807Z] $ docker exec e07456d8101b358f43f8f7f6b4101a1fc9704c7d50ceb5051fd0750fc15d35fe ssh-agent [2021-11-12T21:30:24.914Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXCfGaOF/agent.14 [2021-11-12T21:30:24.914Z] SSH_AGENT_PID=21 [2021-11-12T21:30:24.922Z] Running ssh-add (command line suppressed) [2021-11-12T21:30:25.021Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_2084204177755468993.key (/w/workspace/edgex-go/2@tmp/private_key_2084204177755468993.key) [2021-11-12T21:30:25.034Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-12T21:30:25.327Z] + git tag --points-at HEAD [Pipeline] } [2021-11-12T21:30:25.341Z] $ docker exec --env ******** --env ******** e07456d8101b358f43f8f7f6b4101a1fc9704c7d50ceb5051fd0750fc15d35fe ssh-agent -k [2021-11-12T21:30:25.457Z] unset SSH_AUTH_SOCK; [2021-11-12T21:30:25.457Z] unset SSH_AGENT_PID; [2021-11-12T21:30:25.457Z] echo Agent pid 21 killed; [2021-11-12T21:30:25.468Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-11-12T21:30:25.488Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-12T21:30:25.488Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-12T21:30:25.606Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-12T21:30:25.608Z] $ docker exec e07456d8101b358f43f8f7f6b4101a1fc9704c7d50ceb5051fd0750fc15d35fe ssh-agent [2021-11-12T21:30:25.729Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXEciDGK/agent.53 [2021-11-12T21:30:25.729Z] SSH_AGENT_PID=59 [2021-11-12T21:30:25.736Z] Running ssh-add (command line suppressed) [2021-11-12T21:30:25.841Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_8656105615904206000.key (/w/workspace/edgex-go/2@tmp/private_key_8656105615904206000.key) [2021-11-12T21:30:25.860Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-12T21:30:26.145Z] + git semver init [2021-11-12T21:30:26.145Z] # -> Open(): unable to determine branch for HEAD [2021-11-12T21:30:26.145Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2021-11-12T21:30:26.145Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2021-11-12T21:30:26.145Z] # $SEMVER_REMOTE_NAME = origin [2021-11-12T21:30:26.145Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-11-12T21:30:26.145Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-11-12T21:30:26.145Z] # $SEMVER_BRANCH = PR-3813 [2021-11-12T21:30:26.145Z] # $SEMVER_TEMP = /tmp/semver-422869862 [2021-11-12T21:30:26.145Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-11-12T21:33:03.020Z] # '/tmp/semver-422869862' -> '/w/workspace/edgex-go/2/.semver' [2021-11-12T21:33:03.020Z] # -> Force: false [2021-11-12T21:33:03.020Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2021-11-12T21:33:03.031Z] $ docker exec --env ******** --env ******** e07456d8101b358f43f8f7f6b4101a1fc9704c7d50ceb5051fd0750fc15d35fe ssh-agent -k [2021-11-12T21:33:03.134Z] unset SSH_AUTH_SOCK; [2021-11-12T21:33:03.134Z] unset SSH_AGENT_PID; [2021-11-12T21:33:03.134Z] echo Agent pid 59 killed; [2021-11-12T21:33:03.143Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-12T21:33:03.459Z] + git semver [Pipeline] } [2021-11-12T21:33:03.473Z] $ docker stop --time=1 e07456d8101b358f43f8f7f6b4101a1fc9704c7d50ceb5051fd0750fc15d35fe [2021-11-12T21:33:05.178Z] $ docker rm -f e07456d8101b358f43f8f7f6b4101a1fc9704c7d50ceb5051fd0750fc15d35fe [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-12T21:33:05.553Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-11-12T21:33:05.795Z] Stashed 1 file(s) [Pipeline] echo [2021-11-12T21:33:05.799Z] [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] echo [2021-11-12T21:33:05.965Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-12T21:33:05.977Z] ========================================================= [2021-11-12T21:33:05.977Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-11-12T21:33:05.977Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-11-12T21:33:06.270Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-12T21:33:06.270Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-11-12T21:33:06.270Z] a0d0a0d46f8b: Already exists [2021-11-12T21:33:06.270Z] 31adcdaf11c8: Pulling fs layer [2021-11-12T21:33:06.270Z] b8b176561691: Pulling fs layer [2021-11-12T21:33:06.270Z] 4527c011a84f: Pulling fs layer [2021-11-12T21:33:06.270Z] 5d74067f8e1e: Pulling fs layer [2021-11-12T21:33:06.270Z] e0aca202a116: Pulling fs layer [2021-11-12T21:33:06.270Z] 3a43be97a3b4: Pulling fs layer [2021-11-12T21:33:06.270Z] 34cad66bf833: Pulling fs layer [2021-11-12T21:33:06.270Z] b4e3c513aaa6: Pulling fs layer [2021-11-12T21:33:06.270Z] e0aca202a116: Waiting [2021-11-12T21:33:06.270Z] 3a43be97a3b4: Waiting [2021-11-12T21:33:06.270Z] 34cad66bf833: Waiting [2021-11-12T21:33:06.270Z] b4e3c513aaa6: Waiting [2021-11-12T21:33:06.270Z] 5d74067f8e1e: Waiting [2021-11-12T21:33:06.270Z] b8b176561691: Verifying Checksum [2021-11-12T21:33:06.270Z] b8b176561691: Download complete [2021-11-12T21:33:06.270Z] 31adcdaf11c8: Verifying Checksum [2021-11-12T21:33:06.270Z] 31adcdaf11c8: Download complete [2021-11-12T21:33:06.270Z] 5d74067f8e1e: Verifying Checksum [2021-11-12T21:33:06.270Z] 5d74067f8e1e: Download complete [2021-11-12T21:33:06.270Z] e0aca202a116: Verifying Checksum [2021-11-12T21:33:06.270Z] e0aca202a116: Download complete [2021-11-12T21:33:06.270Z] 3a43be97a3b4: Verifying Checksum [2021-11-12T21:33:06.270Z] 3a43be97a3b4: Download complete [2021-11-12T21:33:06.540Z] 34cad66bf833: Verifying Checksum [2021-11-12T21:33:06.540Z] 34cad66bf833: Download complete [2021-11-12T21:33:06.540Z] 31adcdaf11c8: Pull complete [2021-11-12T21:33:06.540Z] b8b176561691: Pull complete [2021-11-12T21:33:06.835Z] 4527c011a84f: Verifying Checksum [2021-11-12T21:33:06.835Z] 4527c011a84f: Download complete [2021-11-12T21:33:06.835Z] b4e3c513aaa6: Verifying Checksum [2021-11-12T21:33:06.835Z] b4e3c513aaa6: Download complete [2021-11-12T21:33:11.088Z] 4527c011a84f: Pull complete [2021-11-12T21:33:11.088Z] 5d74067f8e1e: Pull complete [2021-11-12T21:33:11.088Z] e0aca202a116: Pull complete [2021-11-12T21:33:11.088Z] 3a43be97a3b4: Pull complete [2021-11-12T21:33:11.088Z] 34cad66bf833: Pull complete [2021-11-12T21:33:13.662Z] b4e3c513aaa6: Pull complete [2021-11-12T21:33:13.662Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-11-12T21:33:13.662Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-12T21:33:13.662Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-11-12T21:33:13.964Z] + echo 'FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-12T21:33:13.964Z] WORKDIR /edgex [2021-11-12T21:33:13.964Z] COPY go.mod . [2021-11-12T21:33:13.964Z] RUN go mod download' [2021-11-12T21:33:13.964Z] + docker build -t ci-base-image-x86_64 -f - . [2021-11-12T21:33:15.366Z] Sending build context to Docker daemon 330MB [2021-11-12T21:33:15.366Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-12T21:33:15.366Z] ---> 9f6097aaca64 [2021-11-12T21:33:15.366Z] Step 2/4 : WORKDIR /edgex [2021-11-12T21:33:17.297Z] ---> Running in 503536669aff [2021-11-12T21:33:17.297Z] Removing intermediate container 503536669aff [2021-11-12T21:33:17.297Z] ---> b48fc94e8de7 [2021-11-12T21:33:17.297Z] Step 3/4 : COPY go.mod . [2021-11-12T21:33:17.297Z] ---> 43e234a3ca17 [2021-11-12T21:33:17.297Z] Step 4/4 : RUN go mod download [2021-11-12T21:33:17.297Z] ---> Running in 1b3ec956e911 [2021-11-12T21:33:20.920Z] Still waiting to schedule task [2021-11-12T21:33:20.920Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-11-12T21:33:56.108Z] Removing intermediate container 1b3ec956e911 [2021-11-12T21:33:56.109Z] ---> ba72198e20cb [2021-11-12T21:33:56.109Z] Successfully built ba72198e20cb [2021-11-12T21:33:56.109Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T21:33:56.404Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-12T21:33:56.404Z] . [Pipeline] withDockerContainer [2021-11-12T21:33:56.474Z] prd-centos7-docker-4c-2g-421 does not seem to be running inside a container [2021-11-12T21:33:56.506Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-11-12T21:33:56.882Z] $ docker top 4999444c7ed25cc4b85fdb463b4a7db9135fa9d5d0418c6f4a7fc3ad0c51d841 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-12T21:33:57.224Z] + go version [2021-11-12T21:33:57.225Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-11-12T21:33:57.235Z] $ docker stop --time=1 4999444c7ed25cc4b85fdb463b4a7db9135fa9d5d0418c6f4a7fc3ad0c51d841 [2021-11-12T21:33:58.406Z] $ docker rm -f 4999444c7ed25cc4b85fdb463b4a7db9135fa9d5d0418c6f4a7fc3ad0c51d841 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-12T21:33:58.932Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-12T21:33:58.932Z] . [Pipeline] withDockerContainer [2021-11-12T21:33:58.997Z] prd-centos7-docker-4c-2g-421 does not seem to be running inside a container [2021-11-12T21:33:59.048Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-11-12T21:33:59.384Z] $ docker top 172c4da3ebe8602ea09d18b8b65e1b48504812b5571755e9a132890fe70a1f99 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-11-12T21:33:59.452Z] ========================================================= [2021-11-12T21:33:59.452Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-11-12T21:33:59.452Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-11-12T21:33:59.764Z] + make test [2021-11-12T21:33:59.764Z] go mod tidy [2021-11-12T21:33:59.764Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-11-12T21:34:05.088Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-11-12T21:34:23.337Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-11-12T21:34:25.963Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-11-12T21:34:26.228Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-11-12T21:34:26.488Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-11-12T21:34:29.063Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-11-12T21:34:29.342Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-11-12T21:34:29.342Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-11-12T21:34:29.342Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-11-12T21:34:29.931Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-11-12T21:34:30.195Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-11-12T21:34:30.458Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-11-12T21:34:30.458Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-11-12T21:34:30.458Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-11-12T21:34:30.458Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-11-12T21:34:32.399Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.055s coverage: 28.7% of statements [2021-11-12T21:34:32.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-11-12T21:34:32.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-11-12T21:34:32.996Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.070s coverage: 98.5% of statements [2021-11-12T21:34:32.996Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-11-12T21:34:33.588Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.064s coverage: 44.7% of statements [2021-11-12T21:34:33.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-11-12T21:34:33.588Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-11-12T21:34:34.551Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.140s coverage: 89.5% of statements [2021-11-12T21:34:34.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-11-12T21:34:34.551Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-11-12T21:34:35.129Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.051s coverage: 84.4% of statements [2021-11-12T21:34:35.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-11-12T21:34:35.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-11-12T21:34:35.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-11-12T21:34:35.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-11-12T21:34:35.129Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-11-12T21:34:36.107Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.264s coverage: 94.2% of statements [2021-11-12T21:34:36.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-11-12T21:34:36.107Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-11-12T21:34:36.107Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.051s coverage: 59.1% of statements [2021-11-12T21:34:36.107Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-11-12T21:34:36.107Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-11-12T21:34:36.107Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-11-12T21:34:36.107Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-11-12T21:34:36.107Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-11-12T21:34:36.375Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.054s coverage: 60.0% of statements [2021-11-12T21:34:36.375Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-11-12T21:34:36.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-11-12T21:34:36.376Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-11-12T21:34:37.345Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.041s coverage: 0.9% of statements [2021-11-12T21:34:37.345Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-11-12T21:34:37.345Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.051s coverage: 58.8% of statements [2021-11-12T21:34:37.345Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.068s coverage: 21.7% of statements [2021-11-12T21:34:37.345Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-11-12T21:34:37.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.052s coverage: 47.1% of statements [2021-11-12T21:34:37.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements [2021-11-12T21:34:38.194Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.042s coverage: 94.1% of statements [2021-11-12T21:34:38.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.088s coverage: 96.3% of statements [2021-11-12T21:34:38.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.037s coverage: 87.5% of statements [2021-11-12T21:34:50.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.063s coverage: 94.4% of statements [2021-11-12T21:34:50.684Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.046s coverage: 44.8% of statements [2021-11-12T21:34:57.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 16.157s coverage: 82.5% of statements [2021-11-12T21:34:57.266Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-11-12T21:35:00.186Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-422 in /w/workspace/edgexfoundry_edgex-go_PR-3813 [Pipeline] { [Pipeline] ws [2021-11-12T21:35:00.197Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2021-11-12T21:35:00.402Z] The recommended git tool is: git [2021-11-12T21:35:05.565Z] using credential edgex-jenkins-ssh [2021-11-12T21:35:05.596Z] Cloning the remote Git repository [2021-11-12T21:35:05.658Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-11-12T21:35:05.771Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2021-11-12T21:35:05.857Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-11-12T21:35:05.858Z] > git --version # timeout=10 [2021-11-12T21:35:05.887Z] > git --version # 'git version 2.17.1' [2021-11-12T21:35:05.889Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T21:35:05.983Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.084s coverage: 92.9% of statements [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.030s coverage: 65.1% of statements [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.064s coverage: 87.2% of statements [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.062s coverage: 58.8% of statements [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.062s coverage: 80.0% of statements [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.068s coverage: 87.2% of statements [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.053s coverage: 85.4% of statements [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.136s coverage: 91.2% of statements [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.137s coverage: 64.4% of statements [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.048s coverage: 100.0% of statements [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.028s coverage: 89.4% of statements [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.023s coverage: 100.0% of statements [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.023s coverage: 73.7% of statements [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.239s coverage: 65.4% of statements [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.127s coverage: 43.8% of statements [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.046s coverage: 89.5% of statements [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-11-12T21:35:15.393Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.047s coverage: 84.8% of statements [2021-11-12T21:35:15.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-11-12T21:35:21.568Z] Merging remotes/origin/main commit f7c7132b17dbbb881af4d9ccfc6ed9167751e366 into PR head commit 8370f7988c5c40792ed6dc069dedd78d4df213ce [2021-11-12T21:35:21.899Z] Merge succeeded, producing 8370f7988c5c40792ed6dc069dedd78d4df213ce [2021-11-12T21:35:21.899Z] Checking out Revision 8370f7988c5c40792ed6dc069dedd78d4df213ce (PR-3813) [2021-11-12T21:35:21.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.059s coverage: 17.7% of statements [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-11-12T21:35:21.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.136s coverage: 92.3% of statements [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-11-12T21:35:21.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.052s coverage: 63.2% of statements [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-11-12T21:35:21.976Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.084s coverage: 97.7% of statements [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-11-12T21:35:21.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.053s coverage: 28.9% of statements [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-11-12T21:35:21.976Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-11-12T21:35:21.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.044s coverage: 100.0% of statements [2021-11-12T21:35:21.976Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.030s coverage: 96.9% of statements [2021-11-12T21:35:21.976Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-11-12T21:35:20.656Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-11-12T21:35:20.672Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-12T21:35:20.694Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-11-12T21:35:20.722Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-11-12T21:35:20.723Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T21:35:20.735Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3813/head:refs/remotes/origin/PR-3813 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2021-11-12T21:35:21.589Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T21:35:21.611Z] > git checkout -f 8370f7988c5c40792ed6dc069dedd78d4df213ce # timeout=10 [2021-11-12T21:35:21.823Z] > git remote # timeout=10 [2021-11-12T21:35:21.838Z] > git config --get remote.origin.url # timeout=10 [2021-11-12T21:35:21.851Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-12T21:35:21.862Z] > git merge f7c7132b17dbbb881af4d9ccfc6ed9167751e366 # timeout=10 [2021-11-12T21:35:21.885Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-11-12T21:35:21.906Z] > git config core.sparsecheckout # timeout=10 [2021-11-12T21:35:21.915Z] > git checkout -f 8370f7988c5c40792ed6dc069dedd78d4df213ce # timeout=10 [2021-11-12T21:35:26.169Z] Commit message: "fix(snap): support disabling security" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-12T21:35:27.190Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-11-12T21:35:27.190Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-12T21:35:27.190Z] Dload Upload Total Spent Left Speed [2021-11-12T21:35:27.190Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 60020 0 --:--:-- --:--:-- --:--:-- 60326 [Pipeline] sh [2021-11-12T21:35:27.615Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-11-12T21:35:27.947Z] + sudo tee /etc/docker/daemon.new [2021-11-12T21:35:27.947Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-11-12T21:35:27.947Z] { [2021-11-12T21:35:27.947Z] "registry-mirrors": [ [2021-11-12T21:35:27.947Z] "https://nexus3.edgexfoundry.org:10001" [2021-11-12T21:35:27.947Z] ], [2021-11-12T21:35:27.947Z] "bip": "10.250.0.254/24", [2021-11-12T21:35:27.947Z] "hosts": [ [2021-11-12T21:35:27.947Z] "tcp://0.0.0.0:5555", [2021-11-12T21:35:27.948Z] "unix:///var/run/docker.sock" [2021-11-12T21:35:27.948Z] ], [2021-11-12T21:35:27.948Z] "mtu": 1458, [2021-11-12T21:35:27.948Z] "selinux-enabled": true, [2021-11-12T21:35:27.948Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-11-12T21:35:27.948Z] } [Pipeline] sh [2021-11-12T21:35:28.282Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-11-12T21:35:28.620Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T21:35:47.003Z] provisioning config files... [2021-11-12T21:35:47.026Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config5442107766061451423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T21:35:47.389Z] ---> docker-login.sh [2021-11-12T21:35:47.389Z] nexus3.edgexfoundry.org:10001 [2021-11-12T21:35:47.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T21:35:48.268Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T21:35:48.268Z] Configure a credential helper to remove this warning. See [2021-11-12T21:35:48.268Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T21:35:48.268Z] [2021-11-12T21:35:48.268Z] Login Succeeded [2021-11-12T21:35:48.268Z] nexus3.edgexfoundry.org:10002 [2021-11-12T21:35:48.863Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T21:35:48.863Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T21:35:48.863Z] Configure a credential helper to remove this warning. See [2021-11-12T21:35:48.863Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T21:35:48.863Z] [2021-11-12T21:35:48.863Z] Login Succeeded [2021-11-12T21:35:48.863Z] nexus3.edgexfoundry.org:10003 [2021-11-12T21:35:49.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T21:35:49.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T21:35:49.461Z] Configure a credential helper to remove this warning. See [2021-11-12T21:35:49.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T21:35:49.461Z] [2021-11-12T21:35:49.461Z] Login Succeeded [2021-11-12T21:35:49.461Z] nexus3.edgexfoundry.org:10004 [2021-11-12T21:35:49.735Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T21:35:50.008Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T21:35:50.008Z] Configure a credential helper to remove this warning. See [2021-11-12T21:35:50.008Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T21:35:50.008Z] [2021-11-12T21:35:50.008Z] Login Succeeded [2021-11-12T21:35:50.008Z] docker.io [2021-11-12T21:35:50.284Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-12T21:35:50.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-12T21:35:50.876Z] Configure a credential helper to remove this warning. See [2021-11-12T21:35:50.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-12T21:35:50.876Z] [2021-11-12T21:35:50.876Z] Login Succeeded [2021-11-12T21:35:50.876Z] ---> docker-login.sh ends [Pipeline] } [2021-11-12T21:35:50.893Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-12T21:35:51.319Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-12T21:35:51.328Z] ========================================================= [2021-11-12T21:35:51.328Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-11-12T21:35:51.328Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-11-12T21:35:51.754Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-12T21:35:52.030Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-11-12T21:35:52.030Z] 552d1f2373af: Pulling fs layer [2021-11-12T21:35:52.030Z] ea3f2d53f512: Pulling fs layer [2021-11-12T21:35:52.030Z] 9e70ebbbe112: Pulling fs layer [2021-11-12T21:35:52.030Z] 7a9cfe048b4a: Pulling fs layer [2021-11-12T21:35:52.030Z] 72dc09318566: Pulling fs layer [2021-11-12T21:35:52.030Z] f4f7b4309257: Pulling fs layer [2021-11-12T21:35:52.030Z] 0ac9a79272e3: Pulling fs layer [2021-11-12T21:35:52.030Z] b78e95d17946: Pulling fs layer [2021-11-12T21:35:52.030Z] 7a9cfe048b4a: Waiting [2021-11-12T21:35:52.030Z] 72dc09318566: Waiting [2021-11-12T21:35:52.030Z] f4f7b4309257: Waiting [2021-11-12T21:35:52.030Z] 0ac9a79272e3: Waiting [2021-11-12T21:35:52.030Z] b78e95d17946: Waiting [2021-11-12T21:35:52.030Z] ea3f2d53f512: Verifying Checksum [2021-11-12T21:35:52.030Z] ea3f2d53f512: Download complete [2021-11-12T21:35:52.030Z] 9e70ebbbe112: Verifying Checksum [2021-11-12T21:35:52.030Z] 9e70ebbbe112: Download complete [2021-11-12T21:35:52.030Z] 72dc09318566: Verifying Checksum [2021-11-12T21:35:52.030Z] 72dc09318566: Download complete [2021-11-12T21:35:52.030Z] f4f7b4309257: Verifying Checksum [2021-11-12T21:35:52.030Z] f4f7b4309257: Download complete [2021-11-12T21:35:52.030Z] 552d1f2373af: Verifying Checksum [2021-11-12T21:35:52.030Z] 552d1f2373af: Download complete [2021-11-12T21:35:52.030Z] 0ac9a79272e3: Verifying Checksum [2021-11-12T21:35:52.030Z] 0ac9a79272e3: Download complete [2021-11-12T21:35:53.014Z] 552d1f2373af: Pull complete [2021-11-12T21:35:53.289Z] ea3f2d53f512: Pull complete [2021-11-12T21:35:53.888Z] 9e70ebbbe112: Pull complete [2021-11-12T21:35:53.888Z] b78e95d17946: Verifying Checksum [2021-11-12T21:35:54.213Z] GO111MODULE=on go vet ./... [2021-11-12T21:35:54.485Z] 7a9cfe048b4a: Verifying Checksum [2021-11-12T21:35:54.485Z] 7a9cfe048b4a: Download complete [2021-11-12T21:36:02.431Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-11-12T21:36:02.693Z] ./snap/local/hooks/cmd/configure/configure.go [2021-11-12T21:36:02.693Z] ./snap/local/hooks/cmd/install/install.go [2021-11-12T21:36:02.693Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-11-12T21:36:02.952Z] make: *** [Makefile:111: test] Error 1 [Pipeline] } [2021-11-12T21:36:02.965Z] $ docker stop --time=1 172c4da3ebe8602ea09d18b8b65e1b48504812b5571755e9a132890fe70a1f99 [2021-11-12T21:36:04.475Z] $ docker rm -f 172c4da3ebe8602ea09d18b8b65e1b48504812b5571755e9a132890fe70a1f99 [2021-11-12T21:36:04.653Z] 7a9cfe048b4a: Pull complete [2021-11-12T21:36:04.653Z] 72dc09318566: Pull complete [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-11-12T21:36:05.150Z] Failed in branch amd64 [2021-11-12T21:36:05.252Z] f4f7b4309257: Pull complete [2021-11-12T21:36:05.528Z] 0ac9a79272e3: Pull complete [2021-11-12T21:36:10.940Z] b78e95d17946: Pull complete [2021-11-12T21:36:10.940Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-11-12T21:36:10.940Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-12T21:36:10.940Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [Pipeline] fileExists [Pipeline] sh [2021-11-12T21:36:11.581Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-12T21:36:11.582Z] WORKDIR /edgex [2021-11-12T21:36:11.582Z] COPY go.mod . [2021-11-12T21:36:11.582Z] RUN go mod download+ [2021-11-12T21:36:11.582Z] docker build -t ci-base-image-arm64 -f - . [2021-11-12T21:36:14.217Z] Sending build context to Docker daemon 166.7MB [2021-11-12T21:36:14.217Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-12T21:36:14.217Z] ---> 8b459fc5aaf0 [2021-11-12T21:36:14.217Z] Step 2/4 : WORKDIR /edgex [2021-11-12T21:36:16.193Z] ---> Running in 8ce703311d60 [2021-11-12T21:36:16.193Z] Removing intermediate container 8ce703311d60 [2021-11-12T21:36:16.193Z] ---> 5c2988be2678 [2021-11-12T21:36:16.193Z] Step 3/4 : COPY go.mod . [2021-11-12T21:36:17.173Z] ---> ac30c1b4c639 [2021-11-12T21:36:17.173Z] Step 4/4 : RUN go mod download [2021-11-12T21:36:17.173Z] ---> Running in 014f0e110d59 [2021-11-12T21:37:38.949Z] Removing intermediate container 014f0e110d59 [2021-11-12T21:37:38.949Z] ---> d01d0e3b37e5 [2021-11-12T21:37:38.949Z] Successfully built d01d0e3b37e5 [2021-11-12T21:37:38.949Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T21:37:39.286Z] + docker inspect -f . ci-base-image-arm64 [2021-11-12T21:37:39.286Z] . [Pipeline] withDockerContainer [2021-11-12T21:37:39.515Z] prd-ubuntu18.04-docker-arm64-4c-16g-422 does not seem to be running inside a container [2021-11-12T21:37:39.598Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-11-12T21:37:41.040Z] $ docker top 697a60c5d7755cce7ff66dd653d9bf2f3b3986b42779f44f1701711c08f10256 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-12T21:37:41.966Z] + go version [2021-11-12T21:37:41.966Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-11-12T21:37:41.993Z] $ docker stop --time=1 697a60c5d7755cce7ff66dd653d9bf2f3b3986b42779f44f1701711c08f10256 [2021-11-12T21:37:43.620Z] $ docker rm -f 697a60c5d7755cce7ff66dd653d9bf2f3b3986b42779f44f1701711c08f10256 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-12T21:37:44.251Z] + docker inspect -f . ci-base-image-arm64 [2021-11-12T21:37:44.251Z] . [Pipeline] withDockerContainer [2021-11-12T21:37:44.476Z] prd-ubuntu18.04-docker-arm64-4c-16g-422 does not seem to be running inside a container [2021-11-12T21:37:44.560Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-11-12T21:37:45.872Z] $ docker top 6defc41566c524a1607eea2787f523575866d9a3f676501ad51ee3f42b8c1e1b -eo pid,comm [Pipeline] { [Pipeline] echo [2021-11-12T21:37:46.153Z] ========================================================= [2021-11-12T21:37:46.153Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-11-12T21:37:46.153Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2021-11-12T21:37:46.801Z] + make test [2021-11-12T21:37:46.801Z] go mod tidy [2021-11-12T21:37:47.402Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-11-12T21:38:14.227Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-11-12T21:39:10.820Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-11-12T21:39:12.261Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-11-12T21:39:14.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-11-12T21:39:14.855Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-11-12T21:39:27.285Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-11-12T21:39:27.285Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-11-12T21:39:27.285Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-11-12T21:39:27.285Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-11-12T21:39:27.285Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-11-12T21:39:27.285Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-11-12T21:39:27.559Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-11-12T21:39:27.559Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-11-12T21:39:27.559Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-11-12T21:39:27.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2021-11-12T21:39:35.863Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.214s coverage: 28.7% of statements [2021-11-12T21:39:35.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-11-12T21:39:35.863Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-11-12T21:39:38.503Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.413s coverage: 98.5% of statements [2021-11-12T21:39:38.503Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2021-11-12T21:39:39.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.411s coverage: 44.7% of statements [2021-11-12T21:39:39.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-11-12T21:39:39.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-11-12T21:39:41.954Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 0.686s coverage: 89.5% of statements [2021-11-12T21:39:41.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2021-11-12T21:39:41.954Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2021-11-12T21:39:43.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.221s coverage: 84.4% of statements [2021-11-12T21:39:43.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-11-12T21:39:43.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2021-11-12T21:39:43.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2021-11-12T21:39:43.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-11-12T21:39:43.396Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-11-12T21:39:51.778Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.538s coverage: 94.2% of statements [2021-11-12T21:39:51.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2021-11-12T21:39:51.778Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2021-11-12T21:39:51.778Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.175s coverage: 59.1% of statements [2021-11-12T21:39:51.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-11-12T21:39:51.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2021-11-12T21:39:51.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2021-11-12T21:39:51.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-11-12T21:39:51.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-11-12T21:39:51.778Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.189s coverage: 60.0% of statements [2021-11-12T21:39:51.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-11-12T21:39:51.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-11-12T21:39:51.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-11-12T21:39:51.778Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.299s coverage: 0.9% of statements [2021-11-12T21:39:51.778Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2021-11-12T21:39:51.778Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.199s coverage: 58.8% of statements [2021-11-12T21:39:51.778Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.199s coverage: 21.7% of statements [2021-11-12T21:39:51.778Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-11-12T21:39:51.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.426s coverage: 47.1% of statements [2021-11-12T21:39:51.778Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.265s coverage: 79.5% of statements [2021-11-12T21:39:52.054Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.230s coverage: 94.1% of statements [2021-11-12T21:39:53.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.231s coverage: 96.3% of statements [2021-11-12T21:39:53.495Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.187s coverage: 87.5% of statements [2021-11-12T21:40:08.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.228s coverage: 94.4% of statements [2021-11-12T21:40:08.600Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.168s coverage: 44.8% of statements [2021-11-12T21:40:10.581Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.554s coverage: 82.5% of statements [2021-11-12T21:40:10.581Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2021-11-12T21:40:18.890Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.254s coverage: 92.9% of statements [2021-11-12T21:40:18.890Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-11-12T21:40:18.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.056s coverage: 65.1% of statements [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-11-12T21:40:18.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.178s coverage: 87.2% of statements [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-11-12T21:40:18.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.150s coverage: 100.0% of statements [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-11-12T21:40:18.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.275s coverage: 58.8% of statements [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-11-12T21:40:18.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.238s coverage: 80.0% of statements [2021-11-12T21:40:18.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.266s coverage: 87.2% of statements [2021-11-12T21:40:18.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.260s coverage: 85.4% of statements [2021-11-12T21:40:18.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.734s coverage: 91.2% of statements [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-11-12T21:40:18.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.642s coverage: 64.4% of statements [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-11-12T21:40:18.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-11-12T21:40:18.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.167s coverage: 100.0% of statements [2021-11-12T21:40:18.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.078s coverage: 89.4% of statements [2021-11-12T21:40:18.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-11-12T21:40:20.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.104s coverage: 73.7% of statements [2021-11-12T21:40:20.326Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.066s coverage: 100.0% of statements [2021-11-12T21:40:24.646Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.233s coverage: 65.4% of statements [2021-11-12T21:40:24.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-11-12T21:40:24.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-11-12T21:40:24.646Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-11-12T21:40:26.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.736s coverage: 43.8% of statements [2021-11-12T21:40:26.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-11-12T21:40:26.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-11-12T21:40:26.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.266s coverage: 89.5% of statements [2021-11-12T21:40:26.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-11-12T21:40:26.631Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.194s coverage: 84.8% of statements [2021-11-12T21:40:26.631Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2021-11-12T21:40:36.793Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.232s coverage: 17.7% of statements [2021-11-12T21:40:36.793Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2021-11-12T21:40:36.793Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2021-11-12T21:40:36.793Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-11-12T21:40:36.793Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-11-12T21:40:36.793Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.583s coverage: 92.3% of statements [2021-11-12T21:40:36.793Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2021-11-12T21:40:36.793Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2021-11-12T21:40:36.793Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2021-11-12T21:40:36.793Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2021-11-12T21:40:36.793Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.217s coverage: 63.2% of statements [2021-11-12T21:40:36.793Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-11-12T21:40:36.793Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-11-12T21:40:36.793Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.383s coverage: 97.7% of statements [2021-11-12T21:40:36.793Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2021-11-12T21:40:36.793Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2021-11-12T21:40:36.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-11-12T21:40:36.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2021-11-12T21:40:36.794Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.174s coverage: 28.9% of statements [2021-11-12T21:40:36.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2021-11-12T21:40:36.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2021-11-12T21:40:36.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-11-12T21:40:36.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-11-12T21:40:36.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2021-11-12T21:40:36.794Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-11-12T21:40:36.794Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.199s coverage: 100.0% of statements [2021-11-12T21:40:36.794Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 96.9% of statements [2021-11-12T21:40:36.794Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2021-11-12T21:40:36.794Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2021-11-12T21:40:36.794Z] GO111MODULE=on go vet ./... [2021-11-12T21:41:58.615Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-11-12T21:41:58.615Z] ./snap/local/hooks/cmd/install/install.go [2021-11-12T21:41:58.615Z] ./snap/local/hooks/cmd/configure/configure.go [2021-11-12T21:41:58.615Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2021-11-12T21:41:58.615Z] make: *** [Makefile:111: test] Error 1 [Pipeline] } [2021-11-12T21:41:58.642Z] $ docker stop --time=1 6defc41566c524a1607eea2787f523575866d9a3f676501ad51ee3f42b8c1e1b [2021-11-12T21:42:00.604Z] $ docker rm -f 6defc41566c524a1607eea2787f523575866d9a3f676501ad51ee3f42b8c1e1b [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 Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-12T21:42:02.331Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T21:42:02.331Z] [2021-11-12T21:42:02.331Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-11-12T21:42:02.941Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T21:42:03.214Z] arm64: Pulling from edgex-lftools-log-publisher [2021-11-12T21:42:03.214Z] 448f6bf000e3: Pulling fs layer [2021-11-12T21:42:03.214Z] f757da607395: Pulling fs layer [2021-11-12T21:42:03.214Z] 05883995daec: Pulling fs layer [2021-11-12T21:42:03.214Z] 8603b9c90790: Pulling fs layer [2021-11-12T21:42:03.214Z] 1560dd03e051: Pulling fs layer [2021-11-12T21:42:03.214Z] 27f5ce0e4adf: Pulling fs layer [2021-11-12T21:42:03.214Z] c2d8d7efcc4b: Pulling fs layer [2021-11-12T21:42:03.214Z] 8603b9c90790: Waiting [2021-11-12T21:42:03.214Z] 1560dd03e051: Waiting [2021-11-12T21:42:03.214Z] c2d8d7efcc4b: Waiting [2021-11-12T21:42:03.214Z] 27f5ce0e4adf: Waiting [2021-11-12T21:42:03.214Z] f757da607395: Verifying Checksum [2021-11-12T21:42:03.214Z] f757da607395: Download complete [2021-11-12T21:42:03.214Z] 8603b9c90790: Verifying Checksum [2021-11-12T21:42:03.214Z] 8603b9c90790: Download complete [2021-11-12T21:42:03.492Z] 1560dd03e051: Verifying Checksum [2021-11-12T21:42:03.492Z] 1560dd03e051: Download complete [2021-11-12T21:42:03.492Z] 27f5ce0e4adf: Verifying Checksum [2021-11-12T21:42:03.492Z] 27f5ce0e4adf: Download complete [2021-11-12T21:42:03.492Z] 05883995daec: Verifying Checksum [2021-11-12T21:42:03.492Z] 05883995daec: Download complete [2021-11-12T21:42:03.769Z] 448f6bf000e3: Verifying Checksum [2021-11-12T21:42:03.769Z] 448f6bf000e3: Download complete [2021-11-12T21:42:06.390Z] c2d8d7efcc4b: Verifying Checksum [2021-11-12T21:42:06.390Z] c2d8d7efcc4b: Download complete [2021-11-12T21:42:07.367Z] 448f6bf000e3: Pull complete [2021-11-12T21:42:07.967Z] f757da607395: Pull complete [2021-11-12T21:42:09.399Z] 05883995daec: Pull complete [2021-11-12T21:42:09.672Z] 8603b9c90790: Pull complete [2021-11-12T21:42:10.652Z] 1560dd03e051: Pull complete [2021-11-12T21:42:10.925Z] 27f5ce0e4adf: Pull complete [2021-11-12T21:42:25.998Z] c2d8d7efcc4b: Pull complete [2021-11-12T21:42:25.999Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-11-12T21:42:25.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-12T21:42:25.999Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-11-12T21:42:26.233Z] prd-ubuntu18.04-docker-arm64-4c-16g-422 does not seem to be running inside a container [2021-11-12T21:42:26.317Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2021-11-12T21:42:29.076Z] $ docker top 133b3f8b16ff11758991f10b30940e7bce48b42bf55221354f46bade20de872a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-12T21:42:30.148Z] ---> job-cost.sh [2021-11-12T21:42:30.148Z] lf-activate-venv: SKIPPING [2021-11-12T21:42:30.148Z] INFO: No Stack... [2021-11-12T21:42:30.420Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-11-12T21:42:30.692Z] INFO: Archiving Costs [Pipeline] sh [2021-11-12T21:42:31.357Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [2021-11-12T21:42:31.357Z] + cut -d, -f6 [Pipeline] lock [2021-11-12T21:42:31.418Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3813-2-stack-cost] [2021-11-12T21:42:31.424Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3813-2-stack-cost] did not exist. Created. [2021-11-12T21:42:31.424Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3813-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-12T21:42:32.120Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-11-12T21:42:32.856Z] Stashed 1 file(s) [Pipeline] } [2021-11-12T21:42:32.864Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3813-2-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-12T21:42:32.893Z] $ docker stop --time=1 133b3f8b16ff11758991f10b30940e7bce48b42bf55221354f46bade20de872a [2021-11-12T21:42:34.501Z] $ docker rm -f 133b3f8b16ff11758991f10b30940e7bce48b42bf55221354f46bade20de872a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-11-12T21:42:34.941Z] 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] { (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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-11-12T21:42:35.997Z] + '[' -d /w/workspace/edgex-go/2/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-11-12T21:42:36.289Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T21:42:36.853Z] ---> package-listing.sh [2021-11-12T21:42:36.853Z] ++ facter osfamily [2021-11-12T21:42:36.853Z] ++ tr '[:upper:]' '[:lower:]' [2021-11-12T21:42:36.853Z] + OS_FAMILY=redhat [2021-11-12T21:42:36.853Z] + workspace=/w/workspace/edgex-go/2 [2021-11-12T21:42:36.853Z] + START_PACKAGES=/tmp/packages_start.txt [2021-11-12T21:42:36.853Z] + END_PACKAGES=/tmp/packages_end.txt [2021-11-12T21:42:36.853Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-11-12T21:42:36.853Z] + PACKAGES=/tmp/packages_start.txt [2021-11-12T21:42:36.853Z] + '[' /w/workspace/edgex-go/2 ']' [2021-11-12T21:42:36.853Z] + PACKAGES=/tmp/packages_end.txt [2021-11-12T21:42:36.853Z] + case "${OS_FAMILY}" in [2021-11-12T21:42:36.853Z] + rpm -qa [2021-11-12T21:42:36.853Z] + sort [2021-11-12T21:42:37.808Z] + '[' -f /tmp/packages_start.txt ']' [2021-11-12T21:42:37.808Z] + '[' -f /tmp/packages_end.txt ']' [2021-11-12T21:42:37.808Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-11-12T21:42:37.808Z] + '[' /w/workspace/edgex-go/2 ']' [2021-11-12T21:42:37.808Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2021-11-12T21:42:37.808Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2021-11-12T21:42:37.819Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-11-12T21:42:38.101Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-11-12T21:42:38.406Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T21:42:38.406Z] [2021-11-12T21:42:38.406Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-12T21:42:38.706Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T21:42:38.707Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-12T21:42:38.707Z] b4d181a07f80: Pulling fs layer [2021-11-12T21:42:38.707Z] a1111a8f2ec3: Pulling fs layer [2021-11-12T21:42:38.707Z] ed53099fbce6: Pulling fs layer [2021-11-12T21:42:38.707Z] dc539afda2c1: Pulling fs layer [2021-11-12T21:42:38.707Z] 77bc0d833cb6: Pulling fs layer [2021-11-12T21:42:38.707Z] 9065ff56babe: Pulling fs layer [2021-11-12T21:42:38.707Z] d287ab97295c: Pulling fs layer [2021-11-12T21:42:38.707Z] 77bc0d833cb6: Waiting [2021-11-12T21:42:38.707Z] 9065ff56babe: Waiting [2021-11-12T21:42:38.707Z] d287ab97295c: Waiting [2021-11-12T21:42:38.707Z] dc539afda2c1: Waiting [2021-11-12T21:42:38.707Z] a1111a8f2ec3: Verifying Checksum [2021-11-12T21:42:38.707Z] a1111a8f2ec3: Download complete [2021-11-12T21:42:38.707Z] dc539afda2c1: Verifying Checksum [2021-11-12T21:42:38.707Z] dc539afda2c1: Download complete [2021-11-12T21:42:38.707Z] ed53099fbce6: Verifying Checksum [2021-11-12T21:42:38.707Z] ed53099fbce6: Download complete [2021-11-12T21:42:38.707Z] 9065ff56babe: Verifying Checksum [2021-11-12T21:42:38.707Z] 9065ff56babe: Download complete [2021-11-12T21:42:38.707Z] 77bc0d833cb6: Verifying Checksum [2021-11-12T21:42:38.707Z] 77bc0d833cb6: Download complete [2021-11-12T21:42:38.967Z] b4d181a07f80: Verifying Checksum [2021-11-12T21:42:38.967Z] b4d181a07f80: Download complete [2021-11-12T21:42:39.550Z] d287ab97295c: Verifying Checksum [2021-11-12T21:42:39.550Z] d287ab97295c: Download complete [2021-11-12T21:42:40.654Z] b4d181a07f80: Pull complete [2021-11-12T21:42:40.654Z] a1111a8f2ec3: Pull complete [2021-11-12T21:42:41.052Z] ed53099fbce6: Pull complete [2021-11-12T21:42:41.366Z] dc539afda2c1: Pull complete [2021-11-12T21:42:41.366Z] 77bc0d833cb6: Pull complete [2021-11-12T21:42:41.688Z] 9065ff56babe: Pull complete [2021-11-12T21:42:47.144Z] d287ab97295c: Pull complete [2021-11-12T21:42:47.144Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-12T21:42:47.144Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-12T21:42:47.144Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-12T21:42:47.227Z] prd-centos7-docker-4c-2g-421 does not seem to be running inside a container [2021-11-12T21:42:47.262Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-11-12T21:42:49.551Z] $ docker top 3f8eff0a7d6a469e9234a174bf330a2bce4865912012fd6e4b84df2324e35610 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-12T21:42:49.936Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-11-12T21:42:50.240Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-11-12T21:42:50.539Z] + ls /var/log/sa-host [2021-11-12T21:42:50.539Z] + sadf -c /var/log/sa-host/sa12 [2021-11-12T21:42:50.539Z] file_magic: OK [2021-11-12T21:42:50.539Z] HZ: Using current value: 100 [2021-11-12T21:42:50.539Z] file_header: OK [2021-11-12T21:42:50.539Z] 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-11-12T21:42:50.539Z] Statistics: [2021-11-12T21:42:50.539Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-12T21:42:50.539Z] File successfully converted to sysstat format version 12.0.3 [2021-11-12T21:42:50.539Z] + sadf -c /var/log/sa-host/sa30 [2021-11-12T21:42:50.539Z] file_magic: OK [2021-11-12T21:42:50.539Z] HZ: Using current value: 100 [2021-11-12T21:42:50.539Z] file_header: OK [2021-11-12T21:42:50.539Z] 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-11-12T21:42:50.539Z] Statistics: [2021-11-12T21:42:50.539Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-12T21:42:50.539Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-12T21:42:50.781Z] provisioning config files... [2021-11-12T21:42:50.791Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config6216687344545763040tmp [Pipeline] { [Pipeline] echo [2021-11-12T21:42:50.807Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T21:42:51.098Z] ---> create-netrc.sh [Pipeline] } [2021-11-12T21:42:51.107Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-11-12T21:42:51.449Z] ---> python-tools-install.sh [Pipeline] echo [2021-11-12T21:42:51.460Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T21:42:51.761Z] ---> sudo-logs.sh [2021-11-12T21:42:51.761Z] Archiving 'sudo' log.. [2021-11-12T21:42:51.761Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-421.novalocal: Name or service not known [2021-11-12T21:42:51.761Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-421.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-11-12T21:42:51.824Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T21:42:52.125Z] ---> job-cost.sh [2021-11-12T21:42:52.125Z] lf-activate-venv: SKIPPING [2021-11-12T21:42:52.125Z] DEBUG: total: 0.10999999940395355 [2021-11-12T21:42:52.125Z] INFO: Retrieving Stack Cost... [2021-11-12T21:42:54.043Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-12T21:42:54.043Z] INFO: Archiving Costs [Pipeline] echo [2021-11-12T21:42:54.056Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-12T21:42:54.352Z] ---> logs-deploy.sh [2021-11-12T21:42:54.353Z] lf-activate-venv: SKIPPING [2021-11-12T21:42:54.353Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3813/2 [2021-11-12T21:42:54.353Z] INFO: archiving workspace using pattern(s): [2021-11-12T21:42:54.923Z] Archives upload complete. [2021-11-12T21:42:55.184Z] INFO: archiving logs to Nexus