Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0a4fdda1e318ddf36e94991935efadf748809222 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-13586 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-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/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 0a4fdda1e318ddf36e94991935efadf748809222 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0a4fdda1e318ddf36e94991935efadf748809222 # timeout=10 Commit message: "Merge pull request #580 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.60" > git rev-list --no-walk 047711cea66f7c2c2ab75d9c76bedadd5c03776a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:07:31 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:07:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:07:31 ========================================================= 17:07:31 EdgeX Global Pipelines Version Info 17:07:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:07:33 ------------------- 17:07:33 stable info: 17:07:33 ------------------- 17:07:33 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:07:33 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 17:07:33 Message: update stable to v1.0.167 17:07:34 ------------------- 17:07:34 experimental info: 17:07:34 ------------------- 17:07:34 Commited By: **** collab-it+edgex@linuxfoundation.org 17:07:34 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 17:07:34 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:07:35 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:07:35 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:07:35 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:07:35 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:07:35 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:07:35 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:07:35 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:07:35 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 17:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:07:36 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:07:36 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:07:36 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:07:36 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:07:36 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:07:37 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:07:37 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:07:37 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:07:37 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:07:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:07:37 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:07:37 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:07:37 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:07:37 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:07:38 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:07:38 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:07:38 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0a4fdda1e318ddf36e94991935efadf748809222 [Pipeline] echo 17:07:38 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0a4fdda [Pipeline] echo 17:07:38 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:07:38 provisioning config files... 17:07:38 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2583545816393471019tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:07:39 ---> docker-login.sh 17:07:39 nexus3.edgexfoundry.org:10001 17:07:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:40 Configure a credential helper to remove this warning. See 17:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:40 17:07:40 Login Succeeded 17:07:40 nexus3.edgexfoundry.org:10002 17:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:40 Configure a credential helper to remove this warning. See 17:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:40 17:07:40 Login Succeeded 17:07:40 nexus3.edgexfoundry.org:10003 17:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:40 Configure a credential helper to remove this warning. See 17:07:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:40 17:07:40 Login Succeeded 17:07:40 nexus3.edgexfoundry.org:10004 17:07:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:41 Configure a credential helper to remove this warning. See 17:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:41 17:07:41 Login Succeeded 17:07:41 docker.io 17:07:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:41 Configure a credential helper to remove this warning. See 17:07:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:41 17:07:41 Login Succeeded 17:07:41 ---> docker-login.sh ends [Pipeline] } 17:07:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:07:42 + git log --format=format:%s -1 0a4fdda1e318ddf36e94991935efadf748809222 [Pipeline] echo 17:07:42 GIT_COMMIT: 0a4fdda1e318ddf36e94991935efadf748809222, Commit Message: Merge pull request #580 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.60 [Pipeline] echo 17:07:42 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:07:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:07:43 17:07:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:07:44 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:07:44 latest: Pulling from edgex-devops/git-semver 17:07:44 31603596830f: Pulling fs layer 17:07:44 2a8b12db71e7: Pulling fs layer 17:07:44 6ca5941a6612: Pulling fs layer 17:07:44 ecc8261a40a4: Pulling fs layer 17:07:44 ecc8261a40a4: Waiting 17:07:44 2a8b12db71e7: Verifying Checksum 17:07:44 2a8b12db71e7: Download complete 17:07:44 31603596830f: Verifying Checksum 17:07:44 31603596830f: Download complete 17:07:44 ecc8261a40a4: Verifying Checksum 17:07:44 ecc8261a40a4: Download complete 17:07:44 6ca5941a6612: Verifying Checksum 17:07:44 6ca5941a6612: Download complete 17:07:45 31603596830f: Pull complete 17:07:45 2a8b12db71e7: Pull complete 17:07:46 6ca5941a6612: Pull complete 17:07:47 ecc8261a40a4: Pull complete 17:07:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:07:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:07:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:07:47 prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container 17:07:47 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:07:49 $ docker top d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:07:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:07:50 [ssh-agent] Looking for ssh-agent implementation... 17:07:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:07:50 $ docker exec d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c ssh-agent 17:07:51 SSH_AUTH_SOCK=/tmp/ssh-yXgCo0vMzicy/agent.12 17:07:51 SSH_AGENT_PID=17 17:07:51 Running ssh-add (command line suppressed) 17:07:51 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8233263183662784813.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8233263183662784813.key) 17:07:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:07:51 + git tag --points-at HEAD [Pipeline] } 17:07:51 $ docker exec --env ******** --env ******** d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c ssh-agent -k 17:07:52 unset SSH_AUTH_SOCK; 17:07:52 unset SSH_AGENT_PID; 17:07:52 echo Agent pid 17 killed; 17:07:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:07:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:07:52 [ssh-agent] Looking for ssh-agent implementation... 17:07:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:07:52 $ docker exec d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c ssh-agent 17:07:52 SSH_AUTH_SOCK=/tmp/ssh-vvYvsc4w15k8/agent.46 17:07:52 SSH_AGENT_PID=51 17:07:52 Running ssh-add (command line suppressed) 17:07:53 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4527639772641826039.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_4527639772641826039.key) 17:07:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:07:53 + git semver init 17:07:53 # -> Open(): unable to determine branch for HEAD 17:07:53 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:07:53 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:07:53 # $SEMVER_REMOTE_NAME = origin 17:07:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:07:53 # $SEMVER_USER_NAME = edgex-jenkins 17:07:53 # $SEMVER_BRANCH = master 17:07:53 # $SEMVER_TEMP = /tmp/semver-693807123 17:07:53 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 17:07:58 # '/tmp/semver-693807123' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 17:07:58 # -> Force: false 17:07:58 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:07:58 $ docker exec --env ******** --env ******** d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c ssh-agent -k 17:07:58 unset SSH_AUTH_SOCK; 17:07:58 unset SSH_AGENT_PID; 17:07:58 echo Agent pid 51 killed; 17:07:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:07:59 + git semver [Pipeline] } 17:07:59 $ docker stop --time=1 d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c 17:08:01 $ docker rm -f d7b0fef802cf96ac7e6db018fc4877990293a8e846f135c44d818f4842e04c7c [Pipeline] // withDockerContainer [Pipeline] sh 17:08:01 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:08:02 Stashed 1 file(s) [Pipeline] echo 17:08:02 [edgeXSemver]: initialized semver on version 1.3.1-dev.2 [Pipeline] } [Pipeline] // script [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] node 17:08:18 Still waiting to schedule task 17:08:18 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13586’ 17:08:18 Still waiting to schedule task 17:08:18 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 17:09:50 Running on prd-centos7-docker-4c-2g-13589 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:09:50 Running in /w/workspace/app-functions-sdk-go/149 [Pipeline] { [Pipeline] checkout 17:09:52 using credential edgex-jenkins-ssh 17:09:52 Cloning the remote Git repository 17:09:52 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:09:53 > git init /w/workspace/app-functions-sdk-go/149 # timeout=10 17:09:53 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:09:53 > git --version # timeout=10 17:09:53 > git --version # 'git version 2.24.3' 17:09:53 using GIT_SSH to set credentials SSH Credentials for GitHub 17:09:53 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:09:54 Checking out Revision 0a4fdda1e318ddf36e94991935efadf748809222 (master) 17:09:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:09:54 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:09:54 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:09:54 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:09:54 using GIT_SSH to set credentials SSH Credentials for GitHub 17:09:54 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:09:54 > git config core.sparsecheckout # timeout=10 17:09:54 > git checkout -f 0a4fdda1e318ddf36e94991935efadf748809222 # timeout=10 17:09:58 Commit message: "Merge pull request #580 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.60" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:09:59 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:10:00 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:10:00 + sudo service docker restart 17:10:00 + true 17:10:00 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:10:01 provisioning config files... 17:10:01 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/149@tmp/config2844537859796138785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:10:02 ---> docker-login.sh 17:10:02 nexus3.edgexfoundry.org:10001 17:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:02 Configure a credential helper to remove this warning. See 17:10:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:02 17:10:02 Login Succeeded 17:10:02 nexus3.edgexfoundry.org:10002 17:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:02 Configure a credential helper to remove this warning. See 17:10:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:02 17:10:02 Login Succeeded 17:10:02 nexus3.edgexfoundry.org:10003 17:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:02 Configure a credential helper to remove this warning. See 17:10:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:02 17:10:02 Login Succeeded 17:10:02 nexus3.edgexfoundry.org:10004 17:10:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:03 Configure a credential helper to remove this warning. See 17:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:03 17:10:03 Login Succeeded 17:10:03 docker.io 17:10:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:03 Configure a credential helper to remove this warning. See 17:10:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:03 17:10:03 Login Succeeded 17:10:03 ---> docker-login.sh ends [Pipeline] } 17:10:03 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:10:03 ========================================================= 17:10:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:10:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:10:04 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 17:10:04 Sending build context to Docker daemon 19.17MB 17:10:04 Step 1/8 : ARG BASE=golang:1.15-alpine 17:10:04 Step 2/8 : FROM ${BASE} 17:10:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:10:04 df20fa9351a1: Pulling fs layer 17:10:04 ed8968b2872e: Pulling fs layer 17:10:04 a92cc7c5fd73: Pulling fs layer 17:10:04 e871e8e8d7a9: Pulling fs layer 17:10:04 e73272ec9a57: Pulling fs layer 17:10:04 1e910a182e73: Pulling fs layer 17:10:04 4e634b169226: Pulling fs layer 17:10:04 e73272ec9a57: Waiting 17:10:04 1e910a182e73: Waiting 17:10:04 e871e8e8d7a9: Waiting 17:10:04 4e634b169226: Waiting 17:10:04 a92cc7c5fd73: Verifying Checksum 17:10:04 a92cc7c5fd73: Download complete 17:10:04 ed8968b2872e: Verifying Checksum 17:10:04 ed8968b2872e: Download complete 17:10:04 e73272ec9a57: Verifying Checksum 17:10:04 e73272ec9a57: Download complete 17:10:04 df20fa9351a1: Verifying Checksum 17:10:04 1e910a182e73: Verifying Checksum 17:10:04 1e910a182e73: Download complete 17:10:05 df20fa9351a1: Pull complete 17:10:05 ed8968b2872e: Pull complete 17:10:05 a92cc7c5fd73: Pull complete 17:10:06 4e634b169226: Verifying Checksum 17:10:06 4e634b169226: Download complete 17:10:07 e871e8e8d7a9: Verifying Checksum 17:10:07 e871e8e8d7a9: Download complete 17:10:12 e871e8e8d7a9: Pull complete 17:10:12 e73272ec9a57: Pull complete 17:10:12 1e910a182e73: Pull complete 17:10:16 4e634b169226: Pull complete 17:10:16 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:10:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:10:16 ---> f7629b54cfaa 17:10:16 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:10:16 latest: Pulling from library/docker 17:10:17 188c0c94c7c5: Pulling fs layer 17:10:17 0c7c675703d6: Pulling fs layer 17:10:17 cc8c12a437cb: Pulling fs layer 17:10:17 c5dafad2182a: Pulling fs layer 17:10:17 5aa711733414: Pulling fs layer 17:10:17 058f73b55e4b: Pulling fs layer 17:10:17 8c9c664faf12: Pulling fs layer 17:10:17 c5dafad2182a: Waiting 17:10:17 5aa711733414: Waiting 17:10:17 8c9c664faf12: Waiting 17:10:17 cc8c12a437cb: Verifying Checksum 17:10:17 cc8c12a437cb: Download complete 17:10:17 188c0c94c7c5: Verifying Checksum 17:10:17 0c7c675703d6: Verifying Checksum 17:10:17 0c7c675703d6: Download complete 17:10:17 5aa711733414: Verifying Checksum 17:10:17 5aa711733414: Download complete 17:10:17 058f73b55e4b: Verifying Checksum 17:10:17 058f73b55e4b: Download complete 17:10:17 8c9c664faf12: Download complete 17:10:17 188c0c94c7c5: Pull complete 17:10:18 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13588 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { 17:10:18 0c7c675703d6: Pull complete 17:10:18 cc8c12a437cb: Pull complete 17:10:18 c5dafad2182a: Verifying Checksum 17:10:18 c5dafad2182a: Download complete [Pipeline] ws 17:10:18 Running in /w/workspace/app-functions-sdk-go/149 [Pipeline] { [Pipeline] checkout 17:10:21 c5dafad2182a: Pull complete 17:10:21 5aa711733414: Pull complete 17:10:21 058f73b55e4b: Pull complete 17:10:21 8c9c664faf12: Pull complete 17:10:21 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 17:10:21 Status: Downloaded newer image for docker:latest 17:10:23 ---> 561b099a4ecd 17:10:23 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:10:23 ---> Running in 89be546d5ffd 17:10:23 using credential edgex-jenkins-ssh 17:10:23 Removing intermediate container 89be546d5ffd 17:10:23 ---> 152276367129 17:10:23 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:10:23 ---> Running in c09f1ff7db8c 17:10:23 Cloning the remote Git repository 17:10:23 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:10:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:10:24 > git init /w/workspace/app-functions-sdk-go/149 # timeout=10 17:10:24 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:10:24 > git --version # timeout=10 17:10:24 > git --version # 'git version 2.17.1' 17:10:24 using GIT_SSH to set credentials SSH Credentials for GitHub 17:10:24 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:10:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:10:25 (1/5) Installing libsodium (1.0.18-r0) 17:10:25 (2/5) Installing libzmq (4.3.3-r0) 17:10:25 (3/5) Installing pkgconf (1.7.2-r0) 17:10:25 (4/5) Installing libsodium-dev (1.0.18-r0) 17:10:26 (5/5) Installing zeromq-dev (4.3.3-r0) 17:10:26 Executing busybox-1.31.1-r16.trigger 17:10:26 OK: 167 MiB in 44 packages 17:10:26 Removing intermediate container c09f1ff7db8c 17:10:26 ---> e87e42e21359 17:10:26 Step 6/8 : WORKDIR /build 17:10:27 ---> Running in 8d5fa98906aa 17:10:27 Removing intermediate container 8d5fa98906aa 17:10:27 ---> d4f8bd577a84 17:10:27 Step 7/8 : COPY go.mod . 17:10:27 ---> 2703b304e435 17:10:27 Step 8/8 : RUN go mod download 17:10:27 ---> Running in 86623cae4e2d 17:10:27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:10:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:10:27 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:10:27 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:10:27 using GIT_SSH to set credentials SSH Credentials for GitHub 17:10:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:10:27 Checking out Revision 0a4fdda1e318ddf36e94991935efadf748809222 (master) 17:10:27 > git config core.sparsecheckout # timeout=10 17:10:27 > git checkout -f 0a4fdda1e318ddf36e94991935efadf748809222 # timeout=10 17:10:32 Commit message: "Merge pull request #580 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap-0.0.60" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:10:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:10:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:10:34 + true 17:10:34 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:10:37 provisioning config files... 17:10:37 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/149@tmp/config4423751741351072978tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:10:38 ---> docker-login.sh 17:10:38 nexus3.edgexfoundry.org:10001 17:10:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:39 Configure a credential helper to remove this warning. See 17:10:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:39 17:10:39 Login Succeeded 17:10:39 nexus3.edgexfoundry.org:10002 17:10:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:39 Configure a credential helper to remove this warning. See 17:10:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:39 17:10:39 Login Succeeded 17:10:39 nexus3.edgexfoundry.org:10003 17:10:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:40 Configure a credential helper to remove this warning. See 17:10:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:40 17:10:40 Login Succeeded 17:10:40 nexus3.edgexfoundry.org:10004 17:10:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:40 Configure a credential helper to remove this warning. See 17:10:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:40 17:10:40 Login Succeeded 17:10:40 docker.io 17:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:41 Configure a credential helper to remove this warning. See 17:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:41 17:10:41 Login Succeeded 17:10:41 ---> docker-login.sh ends [Pipeline] } 17:10:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:10:42 ========================================================= 17:10:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:10:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:10:42 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 17:10:43 Sending build context to Docker daemon 19.17MB 17:10:43 Step 1/8 : ARG BASE=golang:1.15-alpine 17:10:43 Step 2/8 : FROM ${BASE} 17:10:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:10:43 b538f80385f9: Pulling fs layer 17:10:43 74f711af9a0d: Pulling fs layer 17:10:43 99f96fe45779: Pulling fs layer 17:10:43 8529a6b9a6be: Pulling fs layer 17:10:43 45590311c82a: Pulling fs layer 17:10:43 69ca0ff8b7b3: Pulling fs layer 17:10:43 209524e5b208: Pulling fs layer 17:10:43 8529a6b9a6be: Waiting 17:10:43 45590311c82a: Waiting 17:10:43 209524e5b208: Waiting 17:10:43 69ca0ff8b7b3: Waiting 17:10:43 99f96fe45779: Verifying Checksum 17:10:43 99f96fe45779: Download complete 17:10:43 74f711af9a0d: Verifying Checksum 17:10:43 74f711af9a0d: Download complete 17:10:43 45590311c82a: Download complete 17:10:43 69ca0ff8b7b3: Verifying Checksum 17:10:43 69ca0ff8b7b3: Download complete 17:10:43 b538f80385f9: Verifying Checksum 17:10:43 b538f80385f9: Download complete 17:10:44 b538f80385f9: Pull complete 17:10:44 74f711af9a0d: Pull complete 17:10:45 99f96fe45779: Pull complete 17:10:45 209524e5b208: Verifying Checksum 17:10:45 209524e5b208: Download complete 17:10:47 8529a6b9a6be: Verifying Checksum 17:10:47 8529a6b9a6be: Download complete 17:10:53 Removing intermediate container 86623cae4e2d 17:10:53 ---> fcd60059810d 17:10:53 Successfully built fcd60059810d 17:10:53 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:10:54 + docker inspect -f . ci-base-image-x86_64 17:10:54 . [Pipeline] withDockerContainer 17:10:54 prd-centos7-docker-4c-2g-13589 does not seem to be running inside a container 17:10:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/149 -v /w/workspace/app-functions-sdk-go/149:/w/workspace/app-functions-sdk-go/149:rw,z -v /w/workspace/app-functions-sdk-go/149@tmp:/w/workspace/app-functions-sdk-go/149@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 ******** ci-base-image-x86_64 cat 17:10:55 $ docker top 318b15f3d18f04731e5f6144725b2d7a8d2d1f7d2456507adae5a7977780f1ad -eo pid,comm [Pipeline] { [Pipeline] sh 17:10:55 + go version 17:10:55 go version go1.15.2 linux/amd64 [Pipeline] } 17:10:55 $ docker stop --time=1 318b15f3d18f04731e5f6144725b2d7a8d2d1f7d2456507adae5a7977780f1ad 17:10:57 8529a6b9a6be: Pull complete 17:10:57 $ docker rm -f 318b15f3d18f04731e5f6144725b2d7a8d2d1f7d2456507adae5a7977780f1ad [Pipeline] // withDockerContainer 17:10:57 45590311c82a: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 17:10:57 69ca0ff8b7b3: Pull complete [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:10:58 + docker inspect -f . ci-base-image-x86_64 17:10:58 . [Pipeline] withDockerContainer 17:10:58 prd-centos7-docker-4c-2g-13589 does not seem to be running inside a container 17:10:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/149 -v /w/workspace/app-functions-sdk-go/149:/w/workspace/app-functions-sdk-go/149:rw,z -v /w/workspace/app-functions-sdk-go/149@tmp:/w/workspace/app-functions-sdk-go/149@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 ******** ci-base-image-x86_64 cat 17:10:59 $ docker top 371921f2e49e59ee512e14d00d3c723287496344d96ae1ea14dd5748f580ff30 -eo pid,comm [Pipeline] { [Pipeline] sh 17:10:59 + make test 17:10:59 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:11:01 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 17:11:02 209524e5b208: Pull complete 17:11:02 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:11:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:11:02 ---> 5bddaf1c2fca 17:11:02 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:11:02 latest: Pulling from library/docker 17:11:02 5f621e34cdf4: Pulling fs layer 17:11:02 85db56a05063: Pulling fs layer 17:11:02 ccb67d6aeaaa: Pulling fs layer 17:11:02 a0b19fc83503: Pulling fs layer 17:11:02 8eb508b41278: Pulling fs layer 17:11:02 37236713561e: Pulling fs layer 17:11:02 07c93f2b1b56: Pulling fs layer 17:11:02 a0b19fc83503: Waiting 17:11:02 8eb508b41278: Waiting 17:11:02 37236713561e: Waiting 17:11:02 07c93f2b1b56: Waiting 17:11:02 ccb67d6aeaaa: Verifying Checksum 17:11:02 ccb67d6aeaaa: Download complete 17:11:02 85db56a05063: Verifying Checksum 17:11:02 85db56a05063: Download complete 17:11:02 5f621e34cdf4: Verifying Checksum 17:11:02 5f621e34cdf4: Download complete 17:11:02 37236713561e: Download complete 17:11:03 8eb508b41278: Verifying Checksum 17:11:03 8eb508b41278: Download complete 17:11:03 07c93f2b1b56: Verifying Checksum 17:11:03 07c93f2b1b56: Download complete 17:11:03 5f621e34cdf4: Pull complete 17:11:04 85db56a05063: Pull complete 17:11:04 a0b19fc83503: Verifying Checksum 17:11:04 a0b19fc83503: Download complete 17:11:04 ccb67d6aeaaa: Pull complete 17:11:08 a0b19fc83503: Pull complete 17:11:08 8eb508b41278: Pull complete 17:11:08 37236713561e: Pull complete 17:11:09 07c93f2b1b56: Pull complete 17:11:09 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 17:11:09 Status: Downloaded newer image for docker:latest 17:11:09 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.013s coverage: 86.2% of statements 17:11:15 ---> c944fedd44b6 17:11:15 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:11:15 ---> Running in f13001b36bcb 17:11:15 Removing intermediate container f13001b36bcb 17:11:15 ---> cb76ccaa3cd1 17:11:15 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:11:15 ---> Running in 852fb435854b 17:11:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:11:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:11:17 (1/5) Installing libsodium (1.0.18-r0) 17:11:18 (2/5) Installing libzmq (4.3.3-r0) 17:11:18 (3/5) Installing pkgconf (1.7.2-r0) 17:11:18 (4/5) Installing libsodium-dev (1.0.18-r0) 17:11:18 (5/5) Installing zeromq-dev (4.3.3-r0) 17:11:18 Executing busybox-1.31.1-r16.trigger 17:11:18 OK: 144 MiB in 44 packages 17:11:19 Removing intermediate container 852fb435854b 17:11:19 ---> 5aadd88dad7d 17:11:19 Step 6/8 : WORKDIR /build 17:11:19 ---> Running in 4b7d25e1b0fb 17:11:20 Removing intermediate container 4b7d25e1b0fb 17:11:20 ---> 92f7ffaf5312 17:11:20 Step 7/8 : COPY go.mod . 17:11:21 ---> 675bff7008ad 17:11:21 Step 8/8 : RUN go mod download 17:11:21 ---> Running in 249fe463d90f 17:11:24 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.034s coverage: 52.0% of statements 17:11:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 17:11:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 17:11:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.060s coverage: 54.7% of statements 17:11:24 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 17:11:24 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.051s coverage: 69.1% of statements 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.424s coverage: 61.6% of statements 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.007s coverage: 89.5% of statements 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.014s coverage: 100.0% of statements 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 17:11:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 17:11:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 17:11:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 17:11:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 17:11:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 17:11:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 17:11:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 17:11:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 17:11:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 17:11:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 8.8% of statements 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.915s coverage: 75.0% of statements 17:11:39 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.014s coverage: 89.7% of statements 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.010s coverage: 88.9% of statements 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.013s coverage: 80.5% of statements 17:11:39 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.008s coverage: 71.7% of statements 17:11:47 Removing intermediate container 249fe463d90f 17:11:47 ---> a4dc9e0e6c6d 17:11:47 Successfully built a4dc9e0e6c6d 17:11:47 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:11:48 + docker inspect -f . ci-base-image-arm64 17:11:48 . [Pipeline] withDockerContainer 17:11:48 prd-ubuntu18.04-docker-arm64-4c-16g-13588 does not seem to be running inside a container 17:11:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/149 -v /w/workspace/app-functions-sdk-go/149:/w/workspace/app-functions-sdk-go/149:rw,z -v /w/workspace/app-functions-sdk-go/149@tmp:/w/workspace/app-functions-sdk-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:11:50 $ docker top 73bfa91269abba48afd65856ba0a0d2ef0281eb2526aefb23da032579748ccb4 -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:51 + go version 17:11:51 go version go1.15.2 linux/arm64 [Pipeline] } 17:11:51 $ docker stop --time=1 73bfa91269abba48afd65856ba0a0d2ef0281eb2526aefb23da032579748ccb4 17:11:53 $ docker rm -f 73bfa91269abba48afd65856ba0a0d2ef0281eb2526aefb23da032579748ccb4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:54 + docker inspect -f . ci-base-image-arm64 17:11:54 . [Pipeline] withDockerContainer 17:11:54 prd-ubuntu18.04-docker-arm64-4c-16g-13588 does not seem to be running inside a container 17:11:54 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/149 -v /w/workspace/app-functions-sdk-go/149:/w/workspace/app-functions-sdk-go/149:rw,z -v /w/workspace/app-functions-sdk-go/149@tmp:/w/workspace/app-functions-sdk-go/149@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:11:54 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.041s coverage: 71.0% of statements 17:11:54 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 17:11:54 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:11:56 $ docker top 5aefea6b8294f24ae37a7d3af7316bbc3be12eb66f1c4865492d1f3d686d98d9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:57 + make test 17:11:57 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:11:58 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 17:11:58 gofmt -l . 17:11:58 [ "`gofmt -l .`" = "" ] 17:11:58 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:11:59 $ docker stop --time=1 371921f2e49e59ee512e14d00d3c723287496344d96ae1ea14dd5748f580ff30 17:12:00 $ docker rm -f 371921f2e49e59ee512e14d00d3c723287496344d96ae1ea14dd5748f580ff30 [Pipeline] // withDockerContainer [Pipeline] sh 17:12:01 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:12:02 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:12:20 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.081s coverage: 86.2% of statements 17:12:59 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.065s coverage: 52.0% of statements 17:12:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 17:12:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 17:12:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.147s coverage: 54.7% of statements 17:12:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 17:12:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.080s coverage: 69.1% of statements 17:13:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.463s coverage: 61.6% of statements 17:13:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements 17:13:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements 17:13:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.032s coverage: 100.0% of statements 17:13:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 17:13:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 17:13:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 17:13:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 17:13:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 17:13:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 17:13:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 17:13:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 17:13:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 17:13:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.012s coverage: 96.6% of statements 17:13:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 17:13:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements 17:13:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 17:13:10 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 17:13:10 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.023s coverage: 8.8% of statements 17:13:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.942s coverage: 75.0% of statements 17:13:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 17:13:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.036s coverage: 89.7% of statements 17:13:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.025s coverage: 88.9% of statements 17:13:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.044s coverage: 80.5% of statements 17:13:11 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.020s coverage: 71.7% of statements 17:13:37 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.055s coverage: 71.0% of statements 17:13:37 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 17:13:37 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:13:50 gofmt -l . 17:13:50 [ "`gofmt -l .`" = "" ] 17:13:50 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:13:50 $ docker stop --time=1 5aefea6b8294f24ae37a7d3af7316bbc3be12eb66f1c4865492d1f3d686d98d9 17:13:52 $ docker rm -f 5aefea6b8294f24ae37a7d3af7316bbc3be12eb66f1c4865492d1f3d686d98d9 [Pipeline] // withDockerContainer [Pipeline] sh 17:13:53 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:13:53 Warning: overwriting stash ‘coverage-report’ 17:13:54 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:13:56 provisioning config files... 17:13:56 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6579231079296587208tmp [Pipeline] { [Pipeline] sh 17:13:56 + set +x 17:13:56 + curl -s https://codecov.io/bash 17:13:56 + bash -s -- 17:13:57 17:13:57 _____ _ 17:13:57 / ____| | | 17:13:57 | | ___ __| | ___ ___ _____ __ 17:13:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:13:57 | |___| (_) | (_| | __/ (_| (_) \ V / 17:13:57 \_____\___/ \__,_|\___|\___\___/ \_/ 17:13:57 Bash-20201124-79cbc08 17:13:57 17:13:57 17:13:57 ==> Jenkins CI detected. 17:13:57 project root: . 17:13:57 --> token set from env 17:13:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:13:57 ==> Running gcov in . (disable via -X gcov) 17:13:57 ==> Python coveragepy not found 17:13:57 ==> Searching for coverage reports in: 17:13:57 + . 17:13:57 -> Found 1 reports 17:13:57 ==> Detecting git/mercurial file structure 17:13:57 ==> Reading reports 17:13:57 + ./coverage.out bytes=90550 17:13:57 ==> Appending adjustments 17:13:57 https://docs.codecov.io/docs/fixing-reports 17:13:58 + Found adjustments 17:13:58 ==> Gzipping contents 17:13:58 16K /tmp/codecov.a933tO.gz 17:13:58 ==> Uploading reports 17:13:58 url: https://codecov.io 17:13:58 query: branch=master&commit=0a4fdda1e318ddf36e94991935efadf748809222&build=149&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F149%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:13:58 -> Pinging Codecov 17:13:58 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=0a4fdda1e318ddf36e94991935efadf748809222&build=149&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F149%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:13:58 -> Uploading to 17:13:58 https://storage.googleapis.com/codecov/v4/raw/2020-11-26/3D8B5DFFC46A037C893635FACE044666/0a4fdda1e318ddf36e94991935efadf748809222/e1d7b0dd-979e-48fd-ba32-83f28e0bd293.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201126%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201126T171358Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=26f7e360236795eff872356d89758154ca6aee37a270cd9ec6661e18045e39c6 17:13:58 % Total % Received % Xferd Average Speed Time Time Time Current 17:13:58 Dload Upload Total Spent Left Speed 17:13:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16093 0 0 100 16093 0 33497 --:--:-- --:--:-- --:--:-- 33527 17:13:59 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/0a4fdda1e318ddf36e94991935efadf748809222 [Pipeline] } 17:13:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:14:00 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:14:00 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:14:00 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:14:00 17:14:00 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:14:01 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:14:01 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:14:01 188c0c94c7c5: Pulling fs layer 17:14:01 0ef7d3d256c8: Pulling fs layer 17:14:01 de9db76c5a1d: Pulling fs layer 17:14:01 0eba1c9be4d2: Pulling fs layer 17:14:01 0d57e429df01: Pulling fs layer 17:14:01 4e4be7b47b0d: Pulling fs layer 17:14:01 e1f770b5df2f: Pulling fs layer 17:14:01 85a0685a4137: Pulling fs layer 17:14:01 0eba1c9be4d2: Waiting 17:14:01 0d57e429df01: Waiting 17:14:01 4e4be7b47b0d: Waiting 17:14:01 e1f770b5df2f: Waiting 17:14:01 85a0685a4137: Waiting 17:14:01 de9db76c5a1d: Download complete 17:14:01 0ef7d3d256c8: Download complete 17:14:01 0d57e429df01: Verifying Checksum 17:14:01 0d57e429df01: Download complete 17:14:01 4e4be7b47b0d: Verifying Checksum 17:14:01 4e4be7b47b0d: Download complete 17:14:01 188c0c94c7c5: Verifying Checksum 17:14:01 188c0c94c7c5: Download complete 17:14:02 188c0c94c7c5: Pull complete 17:14:02 0ef7d3d256c8: Pull complete 17:14:02 de9db76c5a1d: Pull complete 17:14:04 e1f770b5df2f: Verifying Checksum 17:14:04 e1f770b5df2f: Download complete 17:14:08 0eba1c9be4d2: Download complete 17:14:09 85a0685a4137: Verifying Checksum 17:14:09 85a0685a4137: Download complete 17:14:19 0eba1c9be4d2: Pull complete 17:14:19 0d57e429df01: Pull complete 17:14:20 4e4be7b47b0d: Pull complete 17:14:23 e1f770b5df2f: Pull complete 17:14:31 85a0685a4137: Pull complete 17:14:31 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:14:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:14:31 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:14:32 prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container 17:14:32 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 17:14:34 $ docker top b6a4aa60b5a5b4f406df45e8f32ba635219076fce5aaee09b67761ffd7ef5152 -eo pid,comm [Pipeline] { [Pipeline] echo 17:14:34 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:14:35 + set -o pipefail 17:14:35 + snyk monitor '--org=edgex-jenkins' 17:14:46 17:14:46 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 17:14:46 17:14:46 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/e37e57da-39f7-473f-9f7c-f301782377da 17:14:46 17:14:46 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:14:46 17:14:46 17:14:46 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 17:14:46 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:14:46 $ docker stop --time=1 b6a4aa60b5a5b4f406df45e8f32ba635219076fce5aaee09b67761ffd7ef5152 17:14:49 $ docker rm -f b6a4aa60b5a5b4f406df45e8f32ba635219076fce5aaee09b67761ffd7ef5152 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 17:14:51 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:14:51 provisioning config files... 17:14:51 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1713869753099539200tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:14:52 --> edgex-publish-swagger.sh 17:14:52 === Publish openapi/v2 API === 17:14:52 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:14:52 [publishToSwagger] Publishing API Name [app-functions-sdk] 17:14:52 % Total % Received % Xferd Average Speed Time Time Time Current 17:14:52 Dload Upload Total Spent Left Speed 17:14:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 9583 0:00:01 0:00:01 --:--:-- 9598 100 13025 0 0 100 13025 0 8806 0:00:01 0:00:01 --:--:-- 8818 17:14:53 17:14:53 [Pipeline] } 17:14:53 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:14:54 + git log --format=format:%s -1 0a4fdda1e318ddf36e94991935efadf748809222 [Pipeline] isUnix [Pipeline] sh 17:14:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:14:55 . [Pipeline] withDockerContainer 17:14:56 prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container 17:14:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:14:57 $ docker top 99d2a914ad0b574f96cc07860395f105d46465edafa9d53cfedea1fce6937b87 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:14:58 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:14:58 [ssh-agent] Looking for ssh-agent implementation... 17:14:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:14:59 $ docker exec 99d2a914ad0b574f96cc07860395f105d46465edafa9d53cfedea1fce6937b87 ssh-agent 17:15:00 SSH_AUTH_SOCK=/tmp/ssh-IDTAaUmVOXea/agent.12 17:15:00 SSH_AGENT_PID=17 17:15:00 Running ssh-add (command line suppressed) 17:15:00 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_647945152195318490.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_647945152195318490.key) 17:15:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:15:01 + git semver tag 17:15:01 # -> Open(): unable to determine branch for HEAD 17:15:01 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:15:01 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:15:01 # $SEMVER_REMOTE_NAME = origin 17:15:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:15:01 # $SEMVER_USER_NAME = edgex-jenkins 17:15:01 # $SEMVER_BRANCH = master 17:15:01 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:15:01 # 0a4fdda1e318ddf36e94991935efadf748809222 HEAD 17:15:01 # -> Force: false 17:15:01 # 4c40b1668e169f2b03e2974b5c3f9efac5dbdf56 refs/tags/v1.3.1-dev.2 [Pipeline] } 17:15:01 $ docker exec --env ******** --env ******** 99d2a914ad0b574f96cc07860395f105d46465edafa9d53cfedea1fce6937b87 ssh-agent -k 17:15:01 unset SSH_AUTH_SOCK; 17:15:01 unset SSH_AGENT_PID; 17:15:01 echo Agent pid 17 killed; 17:15:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:15:02 + git semver [Pipeline] } 17:15:02 $ docker stop --time=1 99d2a914ad0b574f96cc07860395f105d46465edafa9d53cfedea1fce6937b87 17:15:05 $ docker rm -f 99d2a914ad0b574f96cc07860395f105d46465edafa9d53cfedea1fce6937b87 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:15:06 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:15:06 17:15:06 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:15:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:15:06 0.23.1-centos7: Pulling from edgex-lftools 17:15:06 ab5ef0e58194: Pulling fs layer 17:15:06 9712f1f96733: Pulling fs layer 17:15:06 63f879dbbcfc: Pulling fs layer 17:15:06 0d9ebad4ef96: Pulling fs layer 17:15:06 e9a5061849ea: Pulling fs layer 17:15:06 d747dcd14b5f: Pulling fs layer 17:15:06 2de7ff778b66: Pulling fs layer 17:15:06 e9a5061849ea: Waiting 17:15:06 d747dcd14b5f: Waiting 17:15:06 2de7ff778b66: Waiting 17:15:06 0d9ebad4ef96: Waiting 17:15:06 9712f1f96733: Verifying Checksum 17:15:06 9712f1f96733: Download complete 17:15:10 63f879dbbcfc: Verifying Checksum 17:15:10 63f879dbbcfc: Download complete 17:15:11 e9a5061849ea: Verifying Checksum 17:15:11 e9a5061849ea: Download complete 17:15:11 d747dcd14b5f: Verifying Checksum 17:15:11 d747dcd14b5f: Download complete 17:15:12 0d9ebad4ef96: Verifying Checksum 17:15:12 0d9ebad4ef96: Download complete 17:15:12 ab5ef0e58194: Verifying Checksum 17:15:12 ab5ef0e58194: Download complete 17:15:12 2de7ff778b66: Verifying Checksum 17:15:12 2de7ff778b66: Download complete 17:15:21 ab5ef0e58194: Pull complete 17:15:21 9712f1f96733: Pull complete 17:15:24 63f879dbbcfc: Pull complete 17:15:32 0d9ebad4ef96: Pull complete 17:15:33 e9a5061849ea: Pull complete 17:15:33 d747dcd14b5f: Pull complete 17:15:37 2de7ff778b66: Pull complete 17:15:37 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:15:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:15:37 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:15:37 prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container 17:15:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 17:15:40 $ docker top 84f1ce3dc6f1879c18c2b8c5ff5298f9d4ebd7f0c683e44f9432f4e7ccb2c1fd -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:15:41 provisioning config files... 17:15:41 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8436299935898815080tmp 17:15:41 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7779632531014131592tmp 17:15:41 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5925857808480563625tmp [Pipeline] { [Pipeline] echo 17:15:41 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:15:42 ---> sigul-configuration.sh 17:15:42 gpg: directory `/root/.gnupg' created 17:15:42 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:15:42 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:15:42 gpg: keyring `/root/.gnupg/secring.gpg' created 17:15:42 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:15:42 gpg: CAST5 encrypted data 17:15:42 gpg: encrypted with 1 passphrase 17:15:42 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:15:43 + mkdir /home/jenkins 17:15:43 + mkdir /home/jenkins/sigul [Pipeline] sh 17:15:44 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 17:15:44 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:15:45 ---> sigul-install.sh 17:15:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:15:53 + git tag --list 17:15:53 v0.1.0 17:15:53 v0.1.1 17:15:53 v1.0.0 17:15:53 v1.1.0 17:15:53 v1.2.0 17:15:53 v1.2.1-dev.1 17:15:53 v1.2.1-dev.10 17:15:53 v1.2.1-dev.11 17:15:53 v1.2.1-dev.12 17:15:53 v1.2.1-dev.13 17:15:53 v1.2.1-dev.14 17:15:53 v1.2.1-dev.15 17:15:53 v1.2.1-dev.16 17:15:53 v1.2.1-dev.17 17:15:53 v1.2.1-dev.18 17:15:53 v1.2.1-dev.19 17:15:53 v1.2.1-dev.2 17:15:53 v1.2.1-dev.20 17:15:53 v1.2.1-dev.21 17:15:53 v1.2.1-dev.22 17:15:53 v1.2.1-dev.23 17:15:53 v1.2.1-dev.24 17:15:53 v1.2.1-dev.25 17:15:53 v1.2.1-dev.26 17:15:53 v1.2.1-dev.27 17:15:53 v1.2.1-dev.28 17:15:53 v1.2.1-dev.29 17:15:53 v1.2.1-dev.3 17:15:53 v1.2.1-dev.30 17:15:53 v1.2.1-dev.31 17:15:53 v1.2.1-dev.32 17:15:53 v1.2.1-dev.33 17:15:53 v1.2.1-dev.34 17:15:53 v1.2.1-dev.35 17:15:53 v1.2.1-dev.36 17:15:53 v1.2.1-dev.37 17:15:53 v1.2.1-dev.38 17:15:53 v1.2.1-dev.39 17:15:53 v1.2.1-dev.4 17:15:53 v1.2.1-dev.40 17:15:53 v1.2.1-dev.41 17:15:53 v1.2.1-dev.42 17:15:53 v1.2.1-dev.43 17:15:53 v1.2.1-dev.44 17:15:53 v1.2.1-dev.45 17:15:53 v1.2.1-dev.46 17:15:53 v1.2.1-dev.47 17:15:53 v1.2.1-dev.48 17:15:53 v1.2.1-dev.49 17:15:53 v1.2.1-dev.5 17:15:53 v1.2.1-dev.50 17:15:53 v1.2.1-dev.51 17:15:53 v1.2.1-dev.52 17:15:53 v1.2.1-dev.53 17:15:53 v1.2.1-dev.54 17:15:53 v1.2.1-dev.55 17:15:53 v1.2.1-dev.56 17:15:53 v1.2.1-dev.57 17:15:53 v1.2.1-dev.58 17:15:53 v1.2.1-dev.6 17:15:53 v1.2.1-dev.7 17:15:53 v1.2.1-dev.8 17:15:53 v1.2.1-dev.9 17:15:53 v1.3.0 17:15:53 v1.3.1-dev.1 17:15:53 v1.3.1-dev.2 [Pipeline] sh 17:15:54 + lftools sign git-tag v1.3.1-dev.2 17:15:56 Signing Git tag with Sigul... 17:15:56 Signing v1.3.1-dev.2 [Pipeline] echo 17:15:57 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:15:57 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:15:58 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:15:58 $ docker stop --time=1 84f1ce3dc6f1879c18c2b8c5ff5298f9d4ebd7f0c683e44f9432f4e7ccb2c1fd 17:16:00 $ docker rm -f 84f1ce3dc6f1879c18c2b8c5ff5298f9d4ebd7f0c683e44f9432f4e7ccb2c1fd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:16:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:16:01 . [Pipeline] withDockerContainer 17:16:01 prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container 17:16:01 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:16:02 $ docker top b2c97075944fe134082958018e8e19f586c56730174c67a0c9b490749609a33d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:16:03 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:16:03 [ssh-agent] Looking for ssh-agent implementation... 17:16:03 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:16:03 $ docker exec b2c97075944fe134082958018e8e19f586c56730174c67a0c9b490749609a33d ssh-agent 17:16:04 SSH_AUTH_SOCK=/tmp/ssh-SnEfthng8rZd/agent.11 17:16:04 SSH_AGENT_PID=17 17:16:04 Running ssh-add (command line suppressed) 17:16:04 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3867215081229870426.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3867215081229870426.key) 17:16:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:16:05 + git semver bump pre 17:16:05 # -> Open(): unable to determine branch for HEAD 17:16:05 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:16:05 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:16:05 # $SEMVER_REMOTE_NAME = origin 17:16:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:16:05 # $SEMVER_USER_NAME = edgex-jenkins 17:16:05 # $SEMVER_BRANCH = master 17:16:05 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:16:05 1.3.1-dev.3 [Pipeline] } 17:16:05 $ docker exec --env ******** --env ******** b2c97075944fe134082958018e8e19f586c56730174c67a0c9b490749609a33d ssh-agent -k 17:16:06 unset SSH_AUTH_SOCK; 17:16:06 unset SSH_AGENT_PID; 17:16:06 echo Agent pid 17 killed; 17:16:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:16:07 + git semver [Pipeline] } 17:16:07 $ docker stop --time=1 b2c97075944fe134082958018e8e19f586c56730174c67a0c9b490749609a33d 17:16:09 $ docker rm -f b2c97075944fe134082958018e8e19f586c56730174c67a0c9b490749609a33d [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:16:10 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:16:10 . [Pipeline] withDockerContainer 17:16:10 prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container 17:16:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:16:13 $ docker top fe6f735bd6929fe2528ec41437e288f1dc81a901ac5961106e3a93e553b1a1d3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:16:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:16:13 [ssh-agent] Looking for ssh-agent implementation... 17:16:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:16:14 $ docker exec fe6f735bd6929fe2528ec41437e288f1dc81a901ac5961106e3a93e553b1a1d3 ssh-agent 17:16:14 SSH_AUTH_SOCK=/tmp/ssh-FbAp9QrKEyzI/agent.11 17:16:14 SSH_AGENT_PID=16 17:16:14 Running ssh-add (command line suppressed) 17:16:14 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2877853803367382356.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_2877853803367382356.key) 17:16:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:16:15 + git semver push 17:16:15 # -> Open(): unable to determine branch for HEAD 17:16:15 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:16:15 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:16:15 # $SEMVER_REMOTE_NAME = origin 17:16:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:16:15 # $SEMVER_USER_NAME = edgex-jenkins 17:16:15 # $SEMVER_BRANCH = master 17:16:15 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:16:24 $ docker exec --env ******** --env ******** fe6f735bd6929fe2528ec41437e288f1dc81a901ac5961106e3a93e553b1a1d3 ssh-agent -k 17:16:24 unset SSH_AUTH_SOCK; 17:16:24 unset SSH_AGENT_PID; 17:16:24 echo Agent pid 16 killed; 17:16:24 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:16:25 + git semver [Pipeline] } 17:16:25 $ docker stop --time=1 fe6f735bd6929fe2528ec41437e288f1dc81a901ac5961106e3a93e553b1a1d3 17:16:27 $ docker rm -f fe6f735bd6929fe2528ec41437e288f1dc81a901ac5961106e3a93e553b1a1d3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:16:32 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:16:33 ---> package-listing.sh 17:16:33 ++ facter osfamily 17:16:33 ++ tr '[:upper:]' '[:lower:]' 17:16:33 + OS_FAMILY=redhat 17:16:33 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 17:16:33 + START_PACKAGES=/tmp/packages_start.txt 17:16:33 + END_PACKAGES=/tmp/packages_end.txt 17:16:33 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:16:33 + PACKAGES=/tmp/packages_start.txt 17:16:33 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:16:33 + PACKAGES=/tmp/packages_end.txt 17:16:33 + case "${OS_FAMILY}" in 17:16:33 + sort 17:16:33 + rpm -qa 17:16:40 + '[' -f /tmp/packages_start.txt ']' 17:16:40 + '[' -f /tmp/packages_end.txt ']' 17:16:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:16:40 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:16:40 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 17:16:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 17:16:40 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:16:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:16:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:16:41 17:16:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:16:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:16:41 alpine: Pulling from edgex-lftools-log-publisher 17:16:41 df20fa9351a1: Pulling fs layer 17:16:41 36b3adc4ff6f: Pulling fs layer 17:16:41 8ad3a11d3b57: Pulling fs layer 17:16:41 46f8f816bc3b: Pulling fs layer 17:16:41 93b61091891f: Pulling fs layer 17:16:41 93b9cdb0e59b: Pulling fs layer 17:16:41 5e14af77c1be: Pulling fs layer 17:16:41 01666e4c0597: Pulling fs layer 17:16:41 aa168da1d23b: Pulling fs layer 17:16:41 46f8f816bc3b: Waiting 17:16:41 93b61091891f: Waiting 17:16:41 93b9cdb0e59b: Waiting 17:16:41 5e14af77c1be: Waiting 17:16:41 01666e4c0597: Waiting 17:16:41 aa168da1d23b: Waiting 17:16:41 36b3adc4ff6f: Verifying Checksum 17:16:41 36b3adc4ff6f: Download complete 17:16:41 46f8f816bc3b: Verifying Checksum 17:16:41 46f8f816bc3b: Download complete 17:16:41 df20fa9351a1: Verifying Checksum 17:16:41 df20fa9351a1: Download complete 17:16:41 93b9cdb0e59b: Verifying Checksum 17:16:41 93b9cdb0e59b: Download complete 17:16:41 5e14af77c1be: Verifying Checksum 17:16:41 5e14af77c1be: Download complete 17:16:41 01666e4c0597: Verifying Checksum 17:16:41 01666e4c0597: Download complete 17:16:41 93b61091891f: Verifying Checksum 17:16:41 93b61091891f: Download complete 17:16:42 8ad3a11d3b57: Verifying Checksum 17:16:42 8ad3a11d3b57: Download complete 17:16:42 df20fa9351a1: Pull complete 17:16:43 36b3adc4ff6f: Pull complete 17:16:45 8ad3a11d3b57: Pull complete 17:16:45 46f8f816bc3b: Pull complete 17:16:46 93b61091891f: Pull complete 17:16:46 93b9cdb0e59b: Pull complete 17:16:46 5e14af77c1be: Pull complete 17:16:47 01666e4c0597: Pull complete 17:16:47 aa168da1d23b: Verifying Checksum 17:16:47 aa168da1d23b: Download complete 17:17:00 aa168da1d23b: Pull complete 17:17:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:17:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:17:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:17:01 prd-centos7-docker-4c-2g-13586 does not seem to be running inside a container 17:17:01 $ 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/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:17:03 $ docker top fb03d0eb4ecbfbc987eebd49ca1572cf1afc46c1ffbb13f0dfd5fdf479ed87a9 -eo pid,comm [Pipeline] { [Pipeline] sh 17:17:04 + touch /tmp/pre-build-complete [Pipeline] sh 17:17:04 + mkdir -p /var/log/sa [Pipeline] sh 17:17:05 + ls /var/log/sa-host 17:17:05 + sadf -c /var/log/sa-host/sa23 17:17:05 file_magic: OK 17:17:05 HZ: Using current value: 100 17:17:05 file_header: OK 17:17:05 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 17:17:05 Statistics: 17:17:05 Hnuu...uuuununununu... 17:17:05 File successfully converted to sysstat format version 12.2.1 17:17:05 + sadf -c /var/log/sa-host/sa26 17:17:05 file_magic: OK 17:17:05 HZ: Using current value: 100 17:17:05 file_header: OK 17:17:05 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 17:17:05 Statistics: 17:17:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:17:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:17:05 provisioning config files... 17:17:05 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8977686413850342643tmp [Pipeline] { [Pipeline] echo 17:17:05 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:17:06 ---> create-netrc.sh [Pipeline] } 17:17:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:17:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:17:07 ---> python-tools-install.sh [Pipeline] echo 17:17:07 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:17:07 ---> sudo-logs.sh 17:17:07 Archiving 'sudo' log.. [Pipeline] echo 17:17:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:17:08 ---> job-cost.sh 17:17:08 lf-activate-venv: SKIPPING 17:17:08 INFO: No Stack... 17:17:09 INFO: Retrieving Pricing Info for: v1-standard-2 17:17:10 INFO: Archiving Costs [Pipeline] echo 17:17:10 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:17:10 ---> logs-deploy.sh 17:17:10 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/149 17:17:10 INFO: archiving workspace using pattern(s): 17:17:13 Archives upload complete. 17:17:13 INFO: archiving logs to Nexus 17:17:14 ---> uname -a: 17:17:14 Linux prd-centos7-docker-4c-2g-13586.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:17:14 17:17:14 17:17:14 ---> lscpu: 17:17:14 Architecture: x86_64 17:17:14 CPU op-mode(s): 32-bit, 64-bit 17:17:14 Byte Order: Little Endian 17:17:14 Address sizes: 40 bits physical, 48 bits virtual 17:17:14 CPU(s): 4 17:17:14 On-line CPU(s) list: 0-3 17:17:14 Thread(s) per core: 1 17:17:14 Core(s) per socket: 1 17:17:14 Socket(s): 4 17:17:14 NUMA node(s): 1 17:17:14 Vendor ID: GenuineIntel 17:17:14 CPU family: 6 17:17:14 Model: 44 17:17:14 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:17:14 Stepping: 1 17:17:14 CPU MHz: 2933.438 17:17:14 BogoMIPS: 5866.87 17:17:14 Virtualization: VT-x 17:17:14 Hypervisor vendor: KVM 17:17:14 Virtualization type: full 17:17:14 L1d cache: 128 KiB 17:17:14 L1i cache: 128 KiB 17:17:14 L2 cache: 16 MiB 17:17:14 L3 cache: 64 MiB 17:17:14 NUMA node0 CPU(s): 0-3 17:17:14 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:17:14 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:17:14 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:17:14 Vulnerability Meltdown: Mitigation; PTI 17:17:14 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:17:14 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:17:14 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:17:14 Vulnerability Srbds: Not affected 17:17:14 Vulnerability Tsx async abort: Not affected 17:17:14 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:17:14 17:17:14 17:17:14 ---> nproc: 17:17:14 4 17:17:14 17:17:14 17:17:14 ---> df -h: 17:17:14 Filesystem Size Used Available Use% Mounted on 17:17:14 overlay 50.0G 8.6G 41.4G 17% / 17:17:14 tmpfs 64.0M 0 64.0M 0% /dev 17:17:14 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:17:14 shm 64.0M 0 64.0M 0% /dev/shm 17:17:14 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 17:17:14 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 17:17:14 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 17:17:14 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 17:17:14 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 17:17:14 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 17:17:14 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 17:17:14 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 17:17:14 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 17:17:14 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 17:17:14 17:17:14 17:17:14 ---> free -m: 17:17:14 total used free shared buff/cache available 17:17:14 Mem: 1837 836 139 0 861 934 17:17:14 Swap: 1023 3 1020 17:17:14 17:17:14 17:17:14 ---> ip addr: 17:17:14 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:17:14 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:17:14 inet 127.0.0.1/8 scope host lo 17:17:14 valid_lft forever preferred_lft forever 17:17:14 inet6 ::1/128 scope host 17:17:14 valid_lft forever preferred_lft forever 17:17:14 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:17:14 link/ether fa:16:3e:2c:e2:a6 brd ff:ff:ff:ff:ff:ff 17:17:14 inet 10.30.123.226/23 brd 10.30.123.255 scope global dynamic eth0 17:17:14 valid_lft 85773sec preferred_lft 85773sec 17:17:14 inet6 fe80::f816:3eff:fe2c:e2a6/64 scope link 17:17:14 valid_lft forever preferred_lft forever 17:17:14 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:17:14 link/ether 02:42:9b:73:11:e1 brd ff:ff:ff:ff:ff:ff 17:17:14 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:17:14 valid_lft forever preferred_lft forever 17:17:14 inet6 fe80::42:9bff:fe73:11e1/64 scope link 17:17:14 valid_lft forever preferred_lft forever 17:17:14 17:17:14 17:17:14 ---> sar -b -r -n DEV: 17:17:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) 17:17:14 17:17:14 17:06:33 LINUX RESTART (4 CPU) 17:17:14 17:17:14 17:07:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:17:14 17:08:02 119.52 49.39 70.14 0.00 7984.31 22990.13 0.00 17:17:14 17:09:01 3.56 1.05 2.51 0.00 36.57 54.90 0.00 17:17:14 17:10:01 0.53 0.00 0.53 0.00 0.00 8.67 0.00 17:17:14 17:11:01 0.30 0.00 0.30 0.00 0.00 4.18 0.00 17:17:14 17:12:01 0.30 0.00 0.30 0.00 0.00 5.12 0.00 17:17:14 17:13:01 0.40 0.00 0.40 0.00 0.00 5.53 0.00 17:17:14 17:14:01 0.90 0.67 0.23 0.00 332.32 5.62 0.00 17:17:14 17:15:01 330.10 191.56 138.54 0.00 8649.36 38674.61 0.00 17:17:14 17:16:02 202.26 62.84 139.42 0.00 3850.57 32617.37 0.00 17:17:14 17:17:01 122.61 53.05 69.56 0.00 4394.93 17280.27 0.00 17:17:14 Average: 78.18 35.92 42.26 0.00 2528.32 11185.38 0.00 17:17:14 17:17:14 17:07:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:17:14 17:08:02 241652 0 594272 31.58 2620 1043000 1165240 39.77 407024 1032692 36 17:17:14 17:09:01 247896 0 586908 31.19 2620 1044120 1101764 37.60 405540 1029732 20 17:17:14 17:10:01 250652 0 584148 31.05 2620 1044124 1070100 36.52 412616 1020512 20 17:17:14 17:11:01 248884 0 585916 31.14 2620 1044124 1070112 36.52 414904 1020256 8 17:17:14 17:12:01 248256 0 586536 31.17 2620 1044132 1070184 36.52 429556 1005772 8 17:17:14 17:13:01 247896 0 586892 31.19 2620 1044136 1069968 36.52 443216 993148 12 17:17:14 17:14:01 168852 0 647892 34.43 2620 1062180 1490088 50.85 516788 995228 7960 17:17:14 17:15:01 272688 0 672460 35.74 2596 933800 1191552 40.67 512340 847800 52 17:17:14 17:16:02 223712 0 798484 42.44 1492 857856 1349924 46.07 544388 778648 20 17:17:14 17:17:01 236900 0 798364 42.43 1096 845184 1188080 40.55 480528 807092 58544 17:17:14 Average: 238739 0 644187 34.24 2352 996266 1176701 40.16 456690 953088 6668 17:17:14 17:17:14 17:07:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:17:14 17:08:02 eth0 475.36 398.16 1642.30 103.50 0.00 0.00 0.00 0.00 17:17:14 17:08:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:08:02 docker0 109.39 79.89 9.05 303.28 0.00 0.00 0.00 0.00 17:17:14 17:09:01 eth0 3.37 2.37 3.96 0.85 0.00 0.00 0.00 0.00 17:17:14 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:10:01 eth0 1.50 0.27 0.37 0.22 0.00 0.00 0.00 0.00 17:17:14 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:11:01 eth0 1.05 0.32 0.32 0.20 0.00 0.00 0.00 0.00 17:17:14 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:12:01 eth0 0.50 0.47 0.27 0.22 0.00 0.00 0.00 0.00 17:17:14 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:13:01 eth0 0.32 0.25 0.15 0.08 0.00 0.00 0.00 0.00 17:17:14 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:14:01 eth0 24.77 18.00 146.85 4.24 0.00 0.00 0.00 0.00 17:17:14 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:15:01 eth0 482.57 399.88 4366.93 42.25 0.00 0.00 0.00 0.00 17:17:14 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:15:01 veth0a04d67 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 17:17:14 17:15:01 docker0 55.33 61.48 4.68 412.58 0.00 0.00 0.00 0.00 17:17:14 17:16:02 eth0 424.62 320.67 3403.99 92.18 0.00 0.00 0.00 0.00 17:17:14 17:16:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:16:02 docker0 22.12 29.19 1.27 184.81 0.00 0.00 0.00 0.00 17:17:14 17:17:01 eth0 236.59 171.52 2235.58 73.43 0.00 0.00 0.00 0.00 17:17:14 17:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 17:17:01 docker0 1.86 1.42 0.38 0.43 0.00 0.00 0.00 0.00 17:17:14 Average: eth0 165.39 131.48 1181.57 31.73 0.00 0.00 0.00 0.00 17:17:14 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:17:14 Average: docker0 18.95 17.27 1.54 90.50 0.00 0.00 0.00 0.00 17:17:14 17:17:14 17:17:14 ---> sar -P ALL: 17:17:14 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/26/20 _x86_64_ (4 CPU) 17:17:14 17:17:14 17:06:33 LINUX RESTART (4 CPU) 17:17:14 17:17:14 17:07:01 CPU %user %nice %system %iowait %steal %idle 17:17:14 17:08:02 all 16.43 0.00 7.73 4.14 9.02 62.67 17:17:14 17:08:02 0 13.34 0.00 10.04 1.88 9.98 64.77 17:17:14 17:08:02 1 14.09 0.00 6.94 6.33 9.93 62.70 17:17:14 17:08:02 2 17.69 0.00 6.95 4.47 8.04 62.86 17:17:14 17:08:02 3 20.66 0.00 7.04 3.83 8.11 60.36 17:17:14 17:09:01 all 0.17 0.00 0.08 0.02 0.33 99.41 17:17:14 17:09:01 0 0.41 0.00 0.12 0.08 0.44 98.95 17:17:14 17:09:01 1 0.14 0.00 0.12 0.00 0.27 99.47 17:17:14 17:09:01 2 0.07 0.00 0.05 0.00 0.32 99.56 17:17:14 17:09:01 3 0.05 0.00 0.03 0.00 0.27 99.64 17:17:14 17:10:01 all 0.14 0.00 0.08 0.00 0.23 99.55 17:17:14 17:10:01 0 0.42 0.00 0.17 0.00 0.32 99.10 17:17:14 17:10:01 1 0.05 0.00 0.05 0.00 0.23 99.67 17:17:14 17:10:01 2 0.07 0.00 0.07 0.00 0.17 99.70 17:17:14 17:10:01 3 0.03 0.00 0.05 0.00 0.20 99.72 17:17:14 17:11:01 all 0.08 0.00 0.03 0.00 0.20 99.69 17:17:14 17:11:01 0 0.03 0.00 0.02 0.00 0.23 99.72 17:17:14 17:11:01 1 0.03 0.00 0.02 0.00 0.23 99.72 17:17:14 17:11:01 2 0.25 0.00 0.07 0.00 0.30 99.38 17:17:14 17:11:01 3 0.02 0.00 0.02 0.00 0.03 99.93 17:17:14 17:12:01 all 0.11 0.00 0.09 0.00 0.26 99.54 17:17:14 17:12:01 0 0.05 0.00 0.03 0.00 0.23 99.68 17:17:14 17:12:01 1 0.22 0.00 0.12 0.00 0.30 99.37 17:17:14 17:12:01 2 0.15 0.00 0.18 0.00 0.30 99.37 17:17:14 17:12:01 3 0.02 0.00 0.03 0.00 0.20 99.75 17:17:14 17:13:01 all 0.11 0.00 0.11 0.00 0.18 99.60 17:17:14 17:13:01 0 0.13 0.00 0.03 0.00 0.22 99.62 17:17:14 17:13:01 1 0.25 0.00 0.07 0.00 0.22 99.47 17:17:14 17:13:01 2 0.02 0.00 0.25 0.00 0.13 99.60 17:17:14 17:13:01 3 0.05 0.00 0.08 0.00 0.17 99.70 17:17:14 17:14:01 all 0.65 0.00 0.42 0.00 0.85 98.07 17:17:14 17:14:01 0 1.05 0.00 0.55 0.00 0.92 97.47 17:17:14 17:14:01 1 0.32 0.00 0.27 0.00 0.65 98.77 17:17:14 17:14:01 2 0.33 0.00 0.37 0.00 1.00 98.31 17:17:14 17:14:01 3 0.92 0.00 0.50 0.02 0.85 97.72 17:17:14 17:15:01 all 7.60 0.00 7.28 3.80 16.42 64.90 17:17:14 17:15:01 0 7.12 0.00 7.27 5.65 17.38 62.59 17:17:14 17:15:01 1 7.45 0.00 7.77 3.42 16.60 64.75 17:17:14 17:15:01 2 7.15 0.00 7.19 3.19 16.15 66.32 17:17:14 17:15:01 3 8.69 0.00 6.90 2.93 15.55 65.93 17:17:14 17:16:02 all 8.07 0.00 7.30 2.09 16.52 66.02 17:17:14 17:16:02 0 6.49 0.00 6.84 2.06 17.58 67.03 17:17:14 17:16:02 1 11.60 0.00 8.38 1.76 16.49 61.77 17:17:14 17:16:02 2 5.66 0.00 6.59 1.17 16.58 70.00 17:17:14 17:16:02 3 8.66 0.00 7.45 3.41 15.40 65.09 17:17:14 17:17:01 all 5.45 0.00 6.05 2.01 15.90 70.59 17:17:14 17:17:01 0 4.41 0.00 5.73 0.34 16.54 72.99 17:17:14 17:17:01 1 6.49 0.00 6.04 4.57 16.13 66.77 17:17:14 17:17:01 2 5.38 0.00 5.89 0.80 15.03 72.89 17:17:14 17:17:01 3 5.55 0.00 6.53 2.35 15.88 69.69 17:17:14 Average: all 3.85 0.00 2.91 1.20 6.00 86.05 17:17:14 Average: 0 3.31 0.00 3.06 0.99 6.41 86.22 17:17:14 Average: 1 4.05 0.00 2.97 1.61 6.10 85.28 17:17:14 Average: 2 3.63 0.00 2.76 0.95 5.84 86.82 17:17:14 Average: 3 4.40 0.00 2.84 1.24 5.65 85.87 17:17:14 17:17:14 17:17:14