Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from a22ec22dc229bc5a98df020c4d001a55ea4e61b6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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-11743 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.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision a22ec22dc229bc5a98df020c4d001a55ea4e61b6 (master) > 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 --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 Commit message: "fix: Fix response content type issue 567 (#568)" > git rev-list --no-walk 5b297c99e7a02495e1c2bf8274fcb76147152718 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:16:30 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:16:31 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:16:31 ========================================================= 16:16:31 EdgeX Global Pipelines Version Info 16:16:31 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:16:32 ------------------- 16:16:32 stable info: 16:16:32 ------------------- 16:16:32 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:16:32 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 16:16:32 Message: update stable to v1.0.162 16:16:33 ------------------- 16:16:33 experimental info: 16:16:33 ------------------- 16:16:33 Commited By: **** collab-it+edgex@linuxfoundation.org 16:16:33 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 16:16:33 Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:16:34 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:16:34 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:16:34 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:16:34 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:16:34 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:16:34 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:16:34 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:16:34 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:16:35 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:16:35 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 16:16:35 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:16:35 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:16:35 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:16:35 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:16:35 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:16:35 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:16:35 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:16:35 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:16:36 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:16:36 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:16:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:16:36 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:16:36 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:16:36 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:16:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:16:36 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:16:36 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:16:36 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] echo 16:16:36 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a22ec22 [Pipeline] echo 16:16:36 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:16:37 provisioning config files... 16:16:37 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8732238257347654930tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:16:37 ---> docker-login.sh 16:16:37 nexus3.edgexfoundry.org:10001 16:16:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:38 Configure a credential helper to remove this warning. See 16:16:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:38 16:16:38 Login Succeeded 16:16:38 nexus3.edgexfoundry.org:10002 16:16:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:38 Configure a credential helper to remove this warning. See 16:16:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:38 16:16:38 Login Succeeded 16:16:38 nexus3.edgexfoundry.org:10003 16:16:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:38 Configure a credential helper to remove this warning. See 16:16:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:38 16:16:38 Login Succeeded 16:16:38 nexus3.edgexfoundry.org:10004 16:16:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:38 Configure a credential helper to remove this warning. See 16:16:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:38 16:16:38 Login Succeeded 16:16:38 docker.io 16:16:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:16:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:16:38 Configure a credential helper to remove this warning. See 16:16:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:16:38 16:16:38 Login Succeeded 16:16:38 ---> docker-login.sh ends [Pipeline] } 16:16:38 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:16:39 + git log --format=format:%s -1 a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] echo 16:16:39 GIT_COMMIT: a22ec22dc229bc5a98df020c4d001a55ea4e61b6, Commit Message: fix: Fix response content type issue 567 (#568) [Pipeline] echo 16:16:39 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:16:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:16:40 16:16:40 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:16:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:16:41 latest: Pulling from edgex-devops/git-semver 16:16:41 31603596830f: Pulling fs layer 16:16:41 2a8b12db71e7: Pulling fs layer 16:16:41 6ca5941a6612: Pulling fs layer 16:16:41 ecc8261a40a4: Pulling fs layer 16:16:41 ecc8261a40a4: Waiting 16:16:41 2a8b12db71e7: Verifying Checksum 16:16:41 2a8b12db71e7: Download complete 16:16:41 31603596830f: Verifying Checksum 16:16:41 31603596830f: Download complete 16:16:41 6ca5941a6612: Verifying Checksum 16:16:41 6ca5941a6612: Download complete 16:16:41 ecc8261a40a4: Verifying Checksum 16:16:41 ecc8261a40a4: Download complete 16:16:41 31603596830f: Pull complete 16:16:41 2a8b12db71e7: Pull complete 16:16:42 6ca5941a6612: Pull complete 16:16:42 ecc8261a40a4: Pull complete 16:16:42 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:16:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:16:42 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:16:42 prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container 16:16:43 $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:16:44 $ docker top a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:16:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:45 [ssh-agent] Looking for ssh-agent implementation... 16:16:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:45 $ docker exec a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 ssh-agent 16:16:45 SSH_AUTH_SOCK=/tmp/ssh-ftvB40pJSLrI/agent.12 16:16:45 SSH_AGENT_PID=17 16:16:45 Running ssh-add (command line suppressed) 16:16:45 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8236224260685376875.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8236224260685376875.key) 16:16:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:46 + git tag --points-at HEAD [Pipeline] } 16:16:46 $ docker exec --env ******** --env ******** a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 ssh-agent -k 16:16:46 unset SSH_AUTH_SOCK; 16:16:46 unset SSH_AGENT_PID; 16:16:46 echo Agent pid 17 killed; 16:16:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:16:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:16:46 [ssh-agent] Looking for ssh-agent implementation... 16:16:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:16:46 $ docker exec a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 ssh-agent 16:16:46 SSH_AUTH_SOCK=/tmp/ssh-rebsMzhgtcIr/agent.46 16:16:46 SSH_AGENT_PID=52 16:16:46 Running ssh-add (command line suppressed) 16:16:47 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3566918198875964349.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3566918198875964349.key) 16:16:47 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:16:47 + git semver init 16:16:47 # -> Open(): unable to determine branch for HEAD 16:16:47 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:16:47 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:16:47 # $SEMVER_REMOTE_NAME = origin 16:16:47 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:16:47 # $SEMVER_USER_NAME = edgex-jenkins 16:16:47 # $SEMVER_BRANCH = master 16:16:47 # $SEMVER_TEMP = /tmp/semver-261283557 16:16:47 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:16:49 # '/tmp/semver-261283557' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 16:16:49 # -> Force: false 16:16:49 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:16:49 $ docker exec --env ******** --env ******** a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 ssh-agent -k 16:16:50 unset SSH_AUTH_SOCK; 16:16:50 unset SSH_AGENT_PID; 16:16:50 echo Agent pid 52 killed; 16:16:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:16:50 + git semver [Pipeline] } 16:16:50 $ docker stop --time=1 a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 16:16:52 $ docker rm -f a5ddc21bdad902cc9e2a7413787d6e6e99479fe8f82cd745c22617fa6cb6b7b0 [Pipeline] // withDockerContainer [Pipeline] sh 16:16:52 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:16:53 Stashed 1 file(s) [Pipeline] echo 16:16:53 [edgeXSemver]: initialized semver on version 1.2.1-dev.58 [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 16:17:08 Still waiting to schedule task 16:17:08 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-11743’ 16:17:08 Still waiting to schedule task 16:17:08 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 16:18:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11744 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:18:52 Running in /w/workspace/app-functions-sdk-go/146 [Pipeline] { [Pipeline] checkout 16:18:57 using credential edgex-jenkins-ssh 16:18:57 Cloning the remote Git repository 16:18:57 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:18:57 > git init /w/workspace/app-functions-sdk-go/146 # timeout=10 16:18:57 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:18:57 > git --version # timeout=10 16:18:57 > git --version # 'git version 2.17.1' 16:18:57 using GIT_SSH to set credentials SSH Credentials for GitHub 16:18:57 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:19:00 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:19:00 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:19:00 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:19:00 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:19:00 using GIT_SSH to set credentials SSH Credentials for GitHub 16:19:00 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:19:01 Checking out Revision a22ec22dc229bc5a98df020c4d001a55ea4e61b6 (master) 16:19:01 > git config core.sparsecheckout # timeout=10 16:19:01 > git checkout -f a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 16:19:06 Commit message: "fix: Fix response content type issue 567 (#568)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:19:07 provisioning config files... 16:19:07 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/146@tmp/config9211578386954058845tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:19:08 ---> docker-login.sh 16:19:08 nexus3.edgexfoundry.org:10001 16:19:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:09 Configure a credential helper to remove this warning. See 16:19:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:09 16:19:09 Login Succeeded 16:19:09 nexus3.edgexfoundry.org:10002 16:19:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:10 Configure a credential helper to remove this warning. See 16:19:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:10 16:19:10 Login Succeeded 16:19:10 nexus3.edgexfoundry.org:10003 16:19:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:10 Configure a credential helper to remove this warning. See 16:19:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:10 16:19:10 Login Succeeded 16:19:10 nexus3.edgexfoundry.org:10004 16:19:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:11 Configure a credential helper to remove this warning. See 16:19:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:11 16:19:11 Login Succeeded 16:19:11 docker.io 16:19:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:19:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:19:11 Configure a credential helper to remove this warning. See 16:19:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:19:11 16:19:11 Login Succeeded 16:19:11 ---> docker-login.sh ends [Pipeline] } 16:19:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:19:12 ========================================================= 16:19:12 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:19:12 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:19:12 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:19:13 Sending build context to Docker daemon 19.15MB 16:19:13 Step 1/8 : ARG BASE=golang:1.15-alpine 16:19:13 Step 2/8 : FROM ${BASE} 16:19:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:19:13 b538f80385f9: Pulling fs layer 16:19:13 74f711af9a0d: Pulling fs layer 16:19:13 99f96fe45779: Pulling fs layer 16:19:13 8529a6b9a6be: Pulling fs layer 16:19:13 45590311c82a: Pulling fs layer 16:19:13 69ca0ff8b7b3: Pulling fs layer 16:19:13 209524e5b208: Pulling fs layer 16:19:13 8529a6b9a6be: Waiting 16:19:13 45590311c82a: Waiting 16:19:13 69ca0ff8b7b3: Waiting 16:19:13 209524e5b208: Waiting 16:19:13 99f96fe45779: Verifying Checksum 16:19:13 99f96fe45779: Download complete 16:19:13 74f711af9a0d: Download complete 16:19:13 45590311c82a: Verifying Checksum 16:19:13 45590311c82a: Download complete 16:19:14 69ca0ff8b7b3: Verifying Checksum 16:19:14 69ca0ff8b7b3: Download complete 16:19:14 b538f80385f9: Verifying Checksum 16:19:14 b538f80385f9: Download complete 16:19:15 b538f80385f9: Pull complete 16:19:15 74f711af9a0d: Pull complete 16:19:16 99f96fe45779: Pull complete 16:19:17 209524e5b208: Verifying Checksum 16:19:17 209524e5b208: Download complete 16:19:18 8529a6b9a6be: Verifying Checksum 16:19:18 8529a6b9a6be: Download complete 16:19:28 8529a6b9a6be: Pull complete 16:19:28 45590311c82a: Pull complete 16:19:29 69ca0ff8b7b3: Pull complete 16:19:32 209524e5b208: Pull complete 16:19:32 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:19:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:19:32 ---> 5bddaf1c2fca 16:19:32 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:19:33 latest: Pulling from library/docker 16:19:33 5f621e34cdf4: Pulling fs layer 16:19:33 85db56a05063: Pulling fs layer 16:19:33 ccb67d6aeaaa: Pulling fs layer 16:19:33 a0b19fc83503: Pulling fs layer 16:19:33 8eb508b41278: Pulling fs layer 16:19:33 37236713561e: Pulling fs layer 16:19:33 07c93f2b1b56: Pulling fs layer 16:19:33 a0b19fc83503: Waiting 16:19:33 8eb508b41278: Waiting 16:19:33 37236713561e: Waiting 16:19:34 ccb67d6aeaaa: Download complete 16:19:34 85db56a05063: Verifying Checksum 16:19:34 85db56a05063: Download complete 16:19:34 5f621e34cdf4: Verifying Checksum 16:19:34 8eb508b41278: Download complete 16:19:34 37236713561e: Verifying Checksum 16:19:34 37236713561e: Download complete 16:19:34 07c93f2b1b56: Verifying Checksum 16:19:34 07c93f2b1b56: Download complete 16:19:34 5f621e34cdf4: Pull complete 16:19:35 85db56a05063: Pull complete 16:19:35 a0b19fc83503: Verifying Checksum 16:19:35 a0b19fc83503: Download complete 16:19:35 ccb67d6aeaaa: Pull complete 16:19:39 a0b19fc83503: Pull complete 16:19:39 8eb508b41278: Pull complete 16:19:39 37236713561e: Pull complete 16:19:39 07c93f2b1b56: Pull complete 16:19:39 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:19:39 Status: Downloaded newer image for docker:latest 16:19:46 ---> c15fd7fffdd0 16:19:46 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:19:46 ---> Running in 7366f9b45685 16:19:46 Removing intermediate container 7366f9b45685 16:19:46 ---> 703e3cccc780 16:19:46 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:19:46 ---> Running in 3c3c5ef4fb34 16:19:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:19:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:19:50 (1/5) Installing libsodium (1.0.18-r0) 16:19:50 (2/5) Installing libzmq (4.3.3-r0) 16:19:50 (3/5) Installing pkgconf (1.7.2-r0) 16:19:50 (4/5) Installing libsodium-dev (1.0.18-r0) 16:19:50 (5/5) Installing zeromq-dev (4.3.3-r0) 16:19:50 Executing busybox-1.31.1-r16.trigger 16:19:50 OK: 144 MiB in 44 packages 16:19:52 Removing intermediate container 3c3c5ef4fb34 16:19:52 ---> ef4e9a8e75ce 16:19:52 Step 6/8 : WORKDIR /build 16:19:52 ---> Running in 55c90f4be019 16:19:52 Removing intermediate container 55c90f4be019 16:19:52 ---> fd69d1aca9ed 16:19:52 Step 7/8 : COPY go.mod . 16:19:53 ---> e0bbd85e0683 16:19:53 Step 8/8 : RUN go mod download 16:19:53 ---> Running in 7df2efaa502a 16:20:07 Running on prd-centos7-docker-4c-2g-11745 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:20:07 Running in /w/workspace/app-functions-sdk-go/146 [Pipeline] { [Pipeline] checkout 16:20:15 using credential edgex-jenkins-ssh 16:20:15 Cloning the remote Git repository 16:20:15 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:20:15 > git init /w/workspace/app-functions-sdk-go/146 # timeout=10 16:20:15 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:20:15 > git --version # timeout=10 16:20:15 > git --version # 'git version 2.16.5' 16:20:15 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:20:18 Checking out Revision a22ec22dc229bc5a98df020c4d001a55ea4e61b6 (master) 16:20:18 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:20:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:20:18 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:20:18 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:20:18 using GIT_SSH to set credentials SSH Credentials for GitHub 16:20:18 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:20:18 > git config core.sparsecheckout # timeout=10 16:20:18 > git checkout -f a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 16:20:23 Commit message: "fix: Fix response content type issue 567 (#568)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:20:24 provisioning config files... 16:20:24 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/146@tmp/config7459530952693919232tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:20:25 ---> docker-login.sh 16:20:25 nexus3.edgexfoundry.org:10001 16:20:25 Removing intermediate container 7df2efaa502a 16:20:25 ---> c84262047781 16:20:25 Successfully built c84262047781 16:20:25 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:20:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:26 Configure a credential helper to remove this warning. See 16:20:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:26 16:20:26 Login Succeeded 16:20:26 nexus3.edgexfoundry.org:10002 16:20:26 + docker inspect -f . ci-base-image-arm64 16:20:26 . [Pipeline] withDockerContainer 16:20:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:26 Configure a credential helper to remove this warning. See 16:20:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:26 16:20:26 Login Succeeded 16:20:26 nexus3.edgexfoundry.org:10003 16:20:26 prd-ubuntu18.04-docker-arm64-4c-16g-11744 does not seem to be running inside a container 16:20:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/146 -v /w/workspace/app-functions-sdk-go/146:/w/workspace/app-functions-sdk-go/146:rw,z -v /w/workspace/app-functions-sdk-go/146@tmp:/w/workspace/app-functions-sdk-go/146@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 16:20:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:26 Configure a credential helper to remove this warning. See 16:20:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:26 16:20:26 Login Succeeded 16:20:26 nexus3.edgexfoundry.org:10004 16:20:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:27 Configure a credential helper to remove this warning. See 16:20:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:27 16:20:27 Login Succeeded 16:20:27 docker.io 16:20:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:20:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:20:27 Configure a credential helper to remove this warning. See 16:20:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:20:27 16:20:27 Login Succeeded 16:20:27 ---> docker-login.sh ends 16:20:28 $ docker top 1e0e8e2e44531358940b78f5c55ecd684057797c4e204b7535a5f2f0c663dbc3 -eo pid,comm [Pipeline] { [Pipeline] } 16:20:28 Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:20:29 ========================================================= 16:20:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:20:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:20:29 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:20:29 + go version 16:20:29 go version go1.15.2 linux/arm64 [Pipeline] } 16:20:29 $ docker stop --time=1 1e0e8e2e44531358940b78f5c55ecd684057797c4e204b7535a5f2f0c663dbc3 16:20:30 Sending build context to Docker daemon 19.16MB 16:20:30 Step 1/8 : ARG BASE=golang:1.15-alpine 16:20:30 Step 2/8 : FROM ${BASE} 16:20:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:20:30 df20fa9351a1: Pulling fs layer 16:20:30 ed8968b2872e: Pulling fs layer 16:20:30 a92cc7c5fd73: Pulling fs layer 16:20:30 e871e8e8d7a9: Pulling fs layer 16:20:30 e73272ec9a57: Pulling fs layer 16:20:30 1e910a182e73: Pulling fs layer 16:20:30 4e634b169226: Pulling fs layer 16:20:30 e73272ec9a57: Waiting 16:20:30 1e910a182e73: Waiting 16:20:30 4e634b169226: Waiting 16:20:30 e871e8e8d7a9: Waiting 16:20:30 a92cc7c5fd73: Verifying Checksum 16:20:30 a92cc7c5fd73: Download complete 16:20:30 ed8968b2872e: Download complete 16:20:30 e73272ec9a57: Verifying Checksum 16:20:30 e73272ec9a57: Download complete 16:20:31 1e910a182e73: Verifying Checksum 16:20:31 1e910a182e73: Download complete 16:20:31 df20fa9351a1: Verifying Checksum 16:20:31 df20fa9351a1: Download complete 16:20:31 $ docker rm -f 1e0e8e2e44531358940b78f5c55ecd684057797c4e204b7535a5f2f0c663dbc3 [Pipeline] // withDockerContainer 16:20:32 df20fa9351a1: Pull complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) 16:20:32 ed8968b2872e: Pull complete 16:20:32 a92cc7c5fd73: Pull complete [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:20:33 + docker inspect -f . ci-base-image-arm64 16:20:33 . [Pipeline] withDockerContainer 16:20:33 prd-ubuntu18.04-docker-arm64-4c-16g-11744 does not seem to be running inside a container 16:20:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/146 -v /w/workspace/app-functions-sdk-go/146:/w/workspace/app-functions-sdk-go/146:rw,z -v /w/workspace/app-functions-sdk-go/146@tmp:/w/workspace/app-functions-sdk-go/146@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 16:20:35 $ docker top 6debff59798b0a1a8d3acd18f70b6a39ae31fe8afc4c96d1e7f2938a5d6cd748 -eo pid,comm [Pipeline] { [Pipeline] sh 16:20:36 4e634b169226: Verifying Checksum 16:20:36 4e634b169226: Download complete 16:20:36 + make test 16:20:36 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:20:38 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:20:39 e871e8e8d7a9: Verifying Checksum 16:20:39 e871e8e8d7a9: Download complete 16:20:47 e871e8e8d7a9: Pull complete 16:20:47 e73272ec9a57: Pull complete 16:20:47 1e910a182e73: Pull complete 16:20:52 4e634b169226: Pull complete 16:20:52 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:20:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:20:52 ---> f7629b54cfaa 16:20:52 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:20:52 latest: Pulling from library/docker 16:20:52 188c0c94c7c5: Pulling fs layer 16:20:52 0c7c675703d6: Pulling fs layer 16:20:52 cc8c12a437cb: Pulling fs layer 16:20:52 c5dafad2182a: Pulling fs layer 16:20:52 5aa711733414: Pulling fs layer 16:20:52 058f73b55e4b: Pulling fs layer 16:20:52 8c9c664faf12: Pulling fs layer 16:20:52 5aa711733414: Waiting 16:20:52 058f73b55e4b: Waiting 16:20:52 8c9c664faf12: Waiting 16:20:52 c5dafad2182a: Waiting 16:20:53 cc8c12a437cb: Download complete 16:20:53 188c0c94c7c5: Verifying Checksum 16:20:53 188c0c94c7c5: Download complete 16:20:53 0c7c675703d6: Verifying Checksum 16:20:53 0c7c675703d6: Download complete 16:20:53 5aa711733414: Verifying Checksum 16:20:53 5aa711733414: Download complete 16:20:53 8c9c664faf12: Verifying Checksum 16:20:53 8c9c664faf12: Download complete 16:20:53 058f73b55e4b: Verifying Checksum 16:20:53 058f73b55e4b: Download complete 16:20:53 188c0c94c7c5: Pull complete 16:20:54 0c7c675703d6: Pull complete 16:20:55 c5dafad2182a: Verifying Checksum 16:20:55 c5dafad2182a: Download complete 16:20:55 cc8c12a437cb: Pull complete 16:21:00 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.049s coverage: 86.2% of statements 16:21:01 c5dafad2182a: Pull complete 16:21:01 5aa711733414: Pull complete 16:21:01 058f73b55e4b: Pull complete 16:21:02 8c9c664faf12: Pull complete 16:21:02 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:21:02 Status: Downloaded newer image for docker:latest 16:21:04 ---> d8d247d6c43c 16:21:04 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:21:04 ---> Running in c612bc5620f3 16:21:04 Removing intermediate container c612bc5620f3 16:21:04 ---> da06c133ec84 16:21:04 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:21:04 ---> Running in 5638b2739dd8 16:21:05 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:21:06 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:21:06 (1/5) Installing libsodium (1.0.18-r0) 16:21:06 (2/5) Installing libzmq (4.3.3-r0) 16:21:07 (3/5) Installing pkgconf (1.7.2-r0) 16:21:07 (4/5) Installing libsodium-dev (1.0.18-r0) 16:21:07 (5/5) Installing zeromq-dev (4.3.3-r0) 16:21:07 Executing busybox-1.31.1-r16.trigger 16:21:07 OK: 167 MiB in 44 packages 16:21:08 Removing intermediate container 5638b2739dd8 16:21:08 ---> ccbb9669a828 16:21:08 Step 6/8 : WORKDIR /build 16:21:08 ---> Running in acd434bd648a 16:21:08 Removing intermediate container acd434bd648a 16:21:08 ---> c270c9622a56 16:21:08 Step 7/8 : COPY go.mod . 16:21:08 ---> a1c30e4748de 16:21:08 Step 8/8 : RUN go mod download 16:21:09 ---> Running in 5d2f447a6000 16:21:42 Removing intermediate container 5d2f447a6000 16:21:42 ---> 7145170ece99 16:21:42 Successfully built 7145170ece99 16:21:42 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:21:43 + docker inspect -f . ci-base-image-x86_64 16:21:43 . [Pipeline] withDockerContainer 16:21:44 prd-centos7-docker-4c-2g-11745 does not seem to be running inside a container 16:21:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/146 -v /w/workspace/app-functions-sdk-go/146:/w/workspace/app-functions-sdk-go/146:rw,z -v /w/workspace/app-functions-sdk-go/146@tmp:/w/workspace/app-functions-sdk-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:21:45 $ docker top 5380dc064d5537d2678ee9c3e9b0499dec130f494d7eecdbe08d75feedf6b076 -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:46 + go version 16:21:46 go version go1.15.2 linux/amd64 [Pipeline] } 16:21:46 $ docker stop --time=1 5380dc064d5537d2678ee9c3e9b0499dec130f494d7eecdbe08d75feedf6b076 16:21:47 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.061s coverage: 52.0% of statements 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:21:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.083s coverage: 54.7% of statements 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:21:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.061s coverage: 69.1% of statements 16:21:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.454s coverage: 61.6% of statements 16:21:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.019s coverage: 89.5% of statements 16:21:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements 16:21:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.036s coverage: 100.0% of statements 16:21:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.013s coverage: 100.0% of statements 16:21:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:21:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.020s coverage: 96.6% of statements 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:21:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:21:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:21:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.023s coverage: 8.8% of statements 16:21:48 $ docker rm -f 5380dc064d5537d2678ee9c3e9b0499dec130f494d7eecdbe08d75feedf6b076 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:21:49 + docker inspect -f . ci-base-image-x86_64 16:21:49 . [Pipeline] withDockerContainer 16:21:49 prd-centos7-docker-4c-2g-11745 does not seem to be running inside a container 16:21:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/146 -v /w/workspace/app-functions-sdk-go/146:/w/workspace/app-functions-sdk-go/146:rw,z -v /w/workspace/app-functions-sdk-go/146@tmp:/w/workspace/app-functions-sdk-go/146@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 16:21:50 $ docker top 74a0b2e99706b5b446fbe05b4552a5873247f3aa44541295bb224ea12fc854d6 -eo pid,comm [Pipeline] { [Pipeline] sh 16:21:51 + make test 16:21:51 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:21:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.948s coverage: 75.0% of statements 16:21:54 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 16:21:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.053s coverage: 89.7% of statements 16:21:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.030s coverage: 88.9% of statements 16:21:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.062s coverage: 80.5% of statements 16:21:54 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.018s coverage: 71.7% of statements 16:21:54 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:22:08 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.030s coverage: 86.2% of statements 16:22:16 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.057s coverage: 71.0% of statements 16:22:16 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.013s coverage: 94.4% of statements 16:22:16 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:22:31 gofmt -l . 16:22:31 [ "`gofmt -l .`" = "" ] 16:22:31 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:22:31 $ docker stop --time=1 6debff59798b0a1a8d3acd18f70b6a39ae31fe8afc4c96d1e7f2938a5d6cd748 16:22:33 $ docker rm -f 6debff59798b0a1a8d3acd18f70b6a39ae31fe8afc4c96d1e7f2938a5d6cd748 [Pipeline] // withDockerContainer [Pipeline] sh 16:22:34 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:22:35 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.084s coverage: 52.0% of statements 16:22:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:22:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:22:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.083s coverage: 54.7% of statements 16:22:35 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:22:35 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.050s coverage: 69.1% of statements 16:22:35 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] } 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.462s coverage: 61.6% of statements 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.009s coverage: 89.5% of statements 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.026s coverage: 100.0% of statements 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.008s coverage: 100.0% of statements 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.018s coverage: 100.0% of statements 16:22:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:22:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:22:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:22:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:22:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:22:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:22:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.010s coverage: 96.6% of statements 16:22:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.007s coverage: 97.7% of statements 16:22:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:22:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.016s coverage: 8.8% of statements 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.930s coverage: 75.0% of statements 16:22:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.019s coverage: 89.7% of statements 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.014s coverage: 88.9% of statements 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.030s coverage: 80.5% of statements 16:22:48 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.019s coverage: 71.7% of statements 16:23:10 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.066s coverage: 71.0% of statements 16:23:10 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.026s coverage: 94.4% of statements 16:23:10 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:23:18 gofmt -l . 16:23:18 [ "`gofmt -l .`" = "" ] 16:23:18 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:23:19 $ docker stop --time=1 74a0b2e99706b5b446fbe05b4552a5873247f3aa44541295bb224ea12fc854d6 16:23:21 $ docker rm -f 74a0b2e99706b5b446fbe05b4552a5873247f3aa44541295bb224ea12fc854d6 [Pipeline] // withDockerContainer [Pipeline] sh 16:23:22 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:23:22 Warning: overwriting stash ‘coverage-report’ 16:23:23 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:23:25 provisioning config files... 16:23:25 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3544009916060570878tmp [Pipeline] { [Pipeline] sh 16:23:25 + set +x 16:23:25 + curl -s https://codecov.io/bash 16:23:25 + bash -s -- 16:23:26 16:23:26 _____ _ 16:23:26 / ____| | | 16:23:26 | | ___ __| | ___ ___ _____ __ 16:23:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:23:26 | |___| (_) | (_| | __/ (_| (_) \ V / 16:23:26 \_____\___/ \__,_|\___|\___\___/ \_/ 16:23:26 Bash-20201106-81372f2 16:23:26 16:23:26 16:23:26 ==> Jenkins CI detected. 16:23:26 project root: . 16:23:26 --> token set from env 16:23:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 16:23:26 ==> Running gcov in . (disable via -X gcov) 16:23:26 ==> Python coveragepy not found 16:23:26 ==> Searching for coverage reports in: 16:23:26 + . 16:23:26 -> Found 1 reports 16:23:26 ==> Detecting git/mercurial file structure 16:23:26 ==> Reading reports 16:23:26 + ./coverage.out bytes=90550 16:23:26 ==> Appending adjustments 16:23:26 https://docs.codecov.io/docs/fixing-reports 16:23:26 + Found adjustments 16:23:26 ==> Gzipping contents 16:23:26 ==> Uploading reports 16:23:26 url: https://codecov.io 16:23:26 query: branch=master&commit=a22ec22dc229bc5a98df020c4d001a55ea4e61b6&build=146&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F146%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:23:26 -> Pinging Codecov 16:23:26 https://codecov.io/upload/v4?package=bash-20201106-81372f2&token=secret&branch=master&commit=a22ec22dc229bc5a98df020c4d001a55ea4e61b6&build=146&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F146%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:23:27 -> Uploading to 16:23:27 https://storage.googleapis.com/codecov/v4/raw/2020-11-10/3D8B5DFFC46A037C893635FACE044666/a22ec22dc229bc5a98df020c4d001a55ea4e61b6/1f12be27-a362-4bcf-9f13-6a164afc4d9d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201110%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201110T162327Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9e2e1eb4b6a76b2cabc3f117dfa827cce1c6f8fc35f249d9fb7c49730dc60816 16:23:27 % Total % Received % Xferd Average Speed Time Time Time Current 16:23:27 Dload Upload Total Spent Left Speed 16:23:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16128 0 0 100 16128 0 37026 --:--:-- --:--:-- --:--:-- 37075 16:23:27 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] } 16:23:27 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 16:23:28 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 16:23:28 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:23:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:23:29 16:23:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 16:23:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:23:29 1.410.4: Pulling from edgex-devops/edgex-snyk-go 16:23:29 188c0c94c7c5: Pulling fs layer 16:23:29 0ef7d3d256c8: Pulling fs layer 16:23:29 de9db76c5a1d: Pulling fs layer 16:23:29 0eba1c9be4d2: Pulling fs layer 16:23:29 0d57e429df01: Pulling fs layer 16:23:29 4e4be7b47b0d: Pulling fs layer 16:23:29 e1f770b5df2f: Pulling fs layer 16:23:29 85a0685a4137: Pulling fs layer 16:23:29 0eba1c9be4d2: Waiting 16:23:29 0d57e429df01: Waiting 16:23:29 4e4be7b47b0d: Waiting 16:23:29 e1f770b5df2f: Waiting 16:23:29 85a0685a4137: Waiting 16:23:29 de9db76c5a1d: Verifying Checksum 16:23:29 de9db76c5a1d: Download complete 16:23:29 0ef7d3d256c8: Verifying Checksum 16:23:29 0ef7d3d256c8: Download complete 16:23:29 0d57e429df01: Verifying Checksum 16:23:29 0d57e429df01: Download complete 16:23:29 188c0c94c7c5: Verifying Checksum 16:23:29 188c0c94c7c5: Download complete 16:23:29 4e4be7b47b0d: Download complete 16:23:29 188c0c94c7c5: Pull complete 16:23:29 0ef7d3d256c8: Pull complete 16:23:30 de9db76c5a1d: Pull complete 16:23:31 e1f770b5df2f: Verifying Checksum 16:23:31 e1f770b5df2f: Download complete 16:23:34 0eba1c9be4d2: Verifying Checksum 16:23:34 0eba1c9be4d2: Download complete 16:23:34 85a0685a4137: Download complete 16:23:40 0eba1c9be4d2: Pull complete 16:23:40 0d57e429df01: Pull complete 16:23:40 4e4be7b47b0d: Pull complete 16:23:42 e1f770b5df2f: Pull complete 16:23:49 85a0685a4137: Pull complete 16:23:49 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 16:23:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 16:23:49 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 16:23:49 prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container 16:23:49 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat 16:23:50 $ docker top 3a45c4c28c7cafe46a01cc1361ccb163761e760153ed7a686569ae9199154396 -eo pid,comm [Pipeline] { [Pipeline] echo 16:23:50 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 16:23:51 + set -o pipefail 16:23:51 + snyk monitor '--org=edgex-jenkins' 16:24:09 16:24:09 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 16:24:09 16:24:09 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/0bbb378d-241c-4423-a550-14f3728225fa 16:24:09 16:24:09 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 16:24:09 16:24:09 [Pipeline] } 16:24:09 $ docker stop --time=1 3a45c4c28c7cafe46a01cc1361ccb163761e760153ed7a686569ae9199154396 16:24:10 $ docker rm -f 3a45c4c28c7cafe46a01cc1361ccb163761e760153ed7a686569ae9199154396 [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 16:24:12 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:24:12 provisioning config files... 16:24:12 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7708184902319419957tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:24:13 --> edgex-publish-swagger.sh 16:24:13 === Publish openapi/v2 API === 16:24:13 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 16:24:13 [publishToSwagger] Publishing API Name [app-functions-sdk] 16:24:13 % Total % Received % Xferd Average Speed Time Time Time Current 16:24:13 Dload Upload Total Spent Left Speed 16:24:14 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10081 0:00:01 0:00:01 --:--:-- 10089 100 13025 0 0 100 13025 0 9941 0:00:01 0:00:01 --:--:-- 9950 16:24:14 16:24:14 [Pipeline] } 16:24:14 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 16:24:15 + git log --format=format:%s -1 a22ec22dc229bc5a98df020c4d001a55ea4e61b6 [Pipeline] isUnix [Pipeline] sh 16:24:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:24:15 . [Pipeline] withDockerContainer 16:24:15 prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container 16:24:15 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:24:16 $ docker top 8a1b00dedecb06ae670b8142572c7dd7e8729d60be237976904291f205006c1c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:24:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:24:16 [ssh-agent] Looking for ssh-agent implementation... 16:24:17 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:24:17 $ docker exec 8a1b00dedecb06ae670b8142572c7dd7e8729d60be237976904291f205006c1c ssh-agent 16:24:17 SSH_AUTH_SOCK=/tmp/ssh-87XHAr7qHKfX/agent.12 16:24:17 SSH_AGENT_PID=17 16:24:17 Running ssh-add (command line suppressed) 16:24:17 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6324654679201026221.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6324654679201026221.key) 16:24:17 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:24:17 + git semver tag 16:24:17 # -> Open(): unable to determine branch for HEAD 16:24:17 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:24:17 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:24:17 # $SEMVER_REMOTE_NAME = origin 16:24:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:24:17 # $SEMVER_USER_NAME = edgex-jenkins 16:24:17 # $SEMVER_BRANCH = master 16:24:17 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:24:17 # a22ec22dc229bc5a98df020c4d001a55ea4e61b6 HEAD 16:24:17 # -> Force: false 16:24:17 # e87c86929a437811a37bfded729fc9e735c68991 refs/tags/v1.2.1-dev.58 [Pipeline] } 16:24:17 $ docker exec --env ******** --env ******** 8a1b00dedecb06ae670b8142572c7dd7e8729d60be237976904291f205006c1c ssh-agent -k 16:24:17 unset SSH_AUTH_SOCK; 16:24:17 unset SSH_AGENT_PID; 16:24:17 echo Agent pid 17 killed; 16:24:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:24:18 + git semver [Pipeline] } 16:24:18 $ docker stop --time=1 8a1b00dedecb06ae670b8142572c7dd7e8729d60be237976904291f205006c1c 16:24:19 $ docker rm -f 8a1b00dedecb06ae670b8142572c7dd7e8729d60be237976904291f205006c1c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 16:24:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:24:20 16:24:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 16:24:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:24:21 0.23.1-centos7: Pulling from edgex-lftools 16:24:21 ab5ef0e58194: Pulling fs layer 16:24:21 9712f1f96733: Pulling fs layer 16:24:21 63f879dbbcfc: Pulling fs layer 16:24:21 0d9ebad4ef96: Pulling fs layer 16:24:21 e9a5061849ea: Pulling fs layer 16:24:21 d747dcd14b5f: Pulling fs layer 16:24:21 2de7ff778b66: Pulling fs layer 16:24:21 e9a5061849ea: Waiting 16:24:21 d747dcd14b5f: Waiting 16:24:21 2de7ff778b66: Waiting 16:24:21 0d9ebad4ef96: Waiting 16:24:21 9712f1f96733: Download complete 16:24:22 63f879dbbcfc: Verifying Checksum 16:24:22 63f879dbbcfc: Download complete 16:24:22 e9a5061849ea: Verifying Checksum 16:24:22 e9a5061849ea: Download complete 16:24:22 d747dcd14b5f: Verifying Checksum 16:24:22 d747dcd14b5f: Download complete 16:24:23 2de7ff778b66: Verifying Checksum 16:24:23 2de7ff778b66: Download complete 16:24:23 0d9ebad4ef96: Verifying Checksum 16:24:23 0d9ebad4ef96: Download complete 16:24:23 ab5ef0e58194: Verifying Checksum 16:24:23 ab5ef0e58194: Download complete 16:24:28 ab5ef0e58194: Pull complete 16:24:28 9712f1f96733: Pull complete 16:24:31 63f879dbbcfc: Pull complete 16:24:36 0d9ebad4ef96: Pull complete 16:24:39 e9a5061849ea: Pull complete 16:24:39 d747dcd14b5f: Pull complete 16:24:42 2de7ff778b66: Pull complete 16:24:42 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 16:24:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 16:24:42 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 16:24:42 prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container 16:24:42 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat 16:24:45 $ docker top 8f4072caa804eda7f1f84ca2a00809e6b6d94631a7758754f67d02bbbcabca1a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 16:24:46 provisioning config files... 16:24:46 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config2539338141792014336tmp 16:24:46 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5978601118556628088tmp 16:24:46 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1317663082236677785tmp [Pipeline] { [Pipeline] echo 16:24:46 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 16:24:46 ---> sigul-configuration.sh 16:24:46 gpg: directory `/root/.gnupg' created 16:24:46 gpg: new configuration file `/root/.gnupg/gpg.conf' created 16:24:46 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 16:24:46 gpg: keyring `/root/.gnupg/secring.gpg' created 16:24:46 gpg: keyring `/root/.gnupg/pubring.gpg' created 16:24:46 gpg: CAST5 encrypted data 16:24:46 gpg: encrypted with 1 passphrase 16:24:46 gpg: WARNING: message was not integrity protected [Pipeline] sh 16:24:47 + mkdir /home/jenkins 16:24:47 + mkdir /home/jenkins/sigul [Pipeline] sh 16:24:47 + 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 16:24:47 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 16:24:47 ---> sigul-install.sh 16:24:53 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 16:24:53 + git tag --list 16:24:53 v0.1.0 16:24:53 v0.1.1 16:24:53 v1.0.0 16:24:53 v1.1.0 16:24:53 v1.2.0 16:24:53 v1.2.1-dev.1 16:24:53 v1.2.1-dev.10 16:24:53 v1.2.1-dev.11 16:24:53 v1.2.1-dev.12 16:24:53 v1.2.1-dev.13 16:24:53 v1.2.1-dev.14 16:24:53 v1.2.1-dev.15 16:24:53 v1.2.1-dev.16 16:24:53 v1.2.1-dev.17 16:24:53 v1.2.1-dev.18 16:24:53 v1.2.1-dev.19 16:24:53 v1.2.1-dev.2 16:24:53 v1.2.1-dev.20 16:24:53 v1.2.1-dev.21 16:24:53 v1.2.1-dev.22 16:24:53 v1.2.1-dev.23 16:24:53 v1.2.1-dev.24 16:24:53 v1.2.1-dev.25 16:24:53 v1.2.1-dev.26 16:24:53 v1.2.1-dev.27 16:24:53 v1.2.1-dev.28 16:24:53 v1.2.1-dev.29 16:24:53 v1.2.1-dev.3 16:24:53 v1.2.1-dev.30 16:24:53 v1.2.1-dev.31 16:24:53 v1.2.1-dev.32 16:24:53 v1.2.1-dev.33 16:24:53 v1.2.1-dev.34 16:24:53 v1.2.1-dev.35 16:24:53 v1.2.1-dev.36 16:24:53 v1.2.1-dev.37 16:24:53 v1.2.1-dev.38 16:24:53 v1.2.1-dev.39 16:24:53 v1.2.1-dev.4 16:24:53 v1.2.1-dev.40 16:24:53 v1.2.1-dev.41 16:24:53 v1.2.1-dev.42 16:24:53 v1.2.1-dev.43 16:24:53 v1.2.1-dev.44 16:24:53 v1.2.1-dev.45 16:24:53 v1.2.1-dev.46 16:24:53 v1.2.1-dev.47 16:24:53 v1.2.1-dev.48 16:24:53 v1.2.1-dev.49 16:24:53 v1.2.1-dev.5 16:24:53 v1.2.1-dev.50 16:24:53 v1.2.1-dev.51 16:24:53 v1.2.1-dev.52 16:24:53 v1.2.1-dev.53 16:24:53 v1.2.1-dev.54 16:24:53 v1.2.1-dev.55 16:24:53 v1.2.1-dev.56 16:24:53 v1.2.1-dev.57 16:24:53 v1.2.1-dev.58 16:24:53 v1.2.1-dev.6 16:24:53 v1.2.1-dev.7 16:24:53 v1.2.1-dev.8 16:24:53 v1.2.1-dev.9 [Pipeline] sh 16:24:53 + lftools sign git-tag v1.2.1-dev.58 16:24:55 Signing Git tag with Sigul... 16:24:55 Signing v1.2.1-dev.58 [Pipeline] echo 16:24:56 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 16:24:56 ---> sigul-configuration-cleanup.sh [Pipeline] } 16:24:56 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 16:24:56 $ docker stop --time=1 8f4072caa804eda7f1f84ca2a00809e6b6d94631a7758754f67d02bbbcabca1a 16:24:58 $ docker rm -f 8f4072caa804eda7f1f84ca2a00809e6b6d94631a7758754f67d02bbbcabca1a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 16:24:59 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:24:59 . [Pipeline] withDockerContainer 16:24:59 prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container 16:24:59 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:25:00 $ docker top a40626a8222667d0ae85b801127f321e74538d525cc4b11921754e3f0b24b80c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:25:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:25:00 [ssh-agent] Looking for ssh-agent implementation... 16:25:01 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:25:01 $ docker exec a40626a8222667d0ae85b801127f321e74538d525cc4b11921754e3f0b24b80c ssh-agent 16:25:01 SSH_AUTH_SOCK=/tmp/ssh-36jtsIYx9bGH/agent.12 16:25:01 SSH_AGENT_PID=17 16:25:01 Running ssh-add (command line suppressed) 16:25:01 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6608083554560265969.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6608083554560265969.key) 16:25:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:25:01 + git semver bump pre 16:25:01 # -> Open(): unable to determine branch for HEAD 16:25:01 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:25:01 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:25:01 # $SEMVER_REMOTE_NAME = origin 16:25:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:25:01 # $SEMVER_USER_NAME = edgex-jenkins 16:25:01 # $SEMVER_BRANCH = master 16:25:01 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 16:25:01 1.2.1-dev.59 [Pipeline] } 16:25:01 $ docker exec --env ******** --env ******** a40626a8222667d0ae85b801127f321e74538d525cc4b11921754e3f0b24b80c ssh-agent -k 16:25:01 unset SSH_AUTH_SOCK; 16:25:01 unset SSH_AGENT_PID; 16:25:01 echo Agent pid 17 killed; 16:25:02 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:25:02 + git semver [Pipeline] } 16:25:02 $ docker stop --time=1 a40626a8222667d0ae85b801127f321e74538d525cc4b11921754e3f0b24b80c 16:25:03 $ docker rm -f a40626a8222667d0ae85b801127f321e74538d525cc4b11921754e3f0b24b80c [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 16:25:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:25:04 . [Pipeline] withDockerContainer 16:25:04 prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container 16:25:04 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:25:05 $ docker top 07917d2ad4fba25e9fb07245271b858132b1d228f47e544309daf796c25cd7d0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:25:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:25:05 [ssh-agent] Looking for ssh-agent implementation... 16:25:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:25:05 $ docker exec 07917d2ad4fba25e9fb07245271b858132b1d228f47e544309daf796c25cd7d0 ssh-agent 16:25:05 SSH_AUTH_SOCK=/tmp/ssh-dzKum6ux2qaD/agent.13 16:25:05 SSH_AGENT_PID=18 16:25:05 Running ssh-add (command line suppressed) 16:25:06 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5256000670159998510.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_5256000670159998510.key) 16:25:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:25:06 + git semver push 16:25:06 # -> Open(): unable to determine branch for HEAD 16:25:06 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:25:06 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:25:06 # $SEMVER_REMOTE_NAME = origin 16:25:06 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:25:06 # $SEMVER_USER_NAME = edgex-jenkins 16:25:06 # $SEMVER_BRANCH = master 16:25:06 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:25:14 $ docker exec --env ******** --env ******** 07917d2ad4fba25e9fb07245271b858132b1d228f47e544309daf796c25cd7d0 ssh-agent -k 16:25:14 unset SSH_AUTH_SOCK; 16:25:14 unset SSH_AGENT_PID; 16:25:14 echo Agent pid 18 killed; 16:25:14 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:25:15 + git semver [Pipeline] } 16:25:15 $ docker stop --time=1 07917d2ad4fba25e9fb07245271b858132b1d228f47e544309daf796c25cd7d0 16:25:16 $ docker rm -f 07917d2ad4fba25e9fb07245271b858132b1d228f47e544309daf796c25cd7d0 [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 16:25:18 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:25:19 ---> package-listing.sh 16:25:19 ++ facter osfamily 16:25:19 ++ tr '[:upper:]' '[:lower:]' 16:25:19 + OS_FAMILY=redhat 16:25:19 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 16:25:19 + START_PACKAGES=/tmp/packages_start.txt 16:25:19 + END_PACKAGES=/tmp/packages_end.txt 16:25:19 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:25:19 + PACKAGES=/tmp/packages_start.txt 16:25:19 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:25:19 + PACKAGES=/tmp/packages_end.txt 16:25:19 + case "${OS_FAMILY}" in 16:25:19 + rpm -qa 16:25:19 + sort 16:25:23 + '[' -f /tmp/packages_start.txt ']' 16:25:23 + '[' -f /tmp/packages_end.txt ']' 16:25:23 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:25:23 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 16:25:23 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 16:25:23 + 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 16:25:23 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 16:25:23 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:25:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:25:23 16:25:23 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:25:24 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:25:24 alpine: Pulling from edgex-lftools-log-publisher 16:25:24 df20fa9351a1: Pulling fs layer 16:25:24 36b3adc4ff6f: Pulling fs layer 16:25:24 8ad3a11d3b57: Pulling fs layer 16:25:24 46f8f816bc3b: Pulling fs layer 16:25:24 93b61091891f: Pulling fs layer 16:25:24 93b9cdb0e59b: Pulling fs layer 16:25:24 5e14af77c1be: Pulling fs layer 16:25:24 01666e4c0597: Pulling fs layer 16:25:24 aa168da1d23b: Pulling fs layer 16:25:24 93b9cdb0e59b: Waiting 16:25:24 5e14af77c1be: Waiting 16:25:24 01666e4c0597: Waiting 16:25:24 93b61091891f: Waiting 16:25:24 46f8f816bc3b: Waiting 16:25:24 36b3adc4ff6f: Verifying Checksum 16:25:24 36b3adc4ff6f: Download complete 16:25:24 46f8f816bc3b: Verifying Checksum 16:25:24 46f8f816bc3b: Download complete 16:25:24 df20fa9351a1: Verifying Checksum 16:25:24 df20fa9351a1: Download complete 16:25:24 93b9cdb0e59b: Verifying Checksum 16:25:24 93b9cdb0e59b: Download complete 16:25:24 5e14af77c1be: Verifying Checksum 16:25:24 5e14af77c1be: Download complete 16:25:24 93b61091891f: Download complete 16:25:24 01666e4c0597: Verifying Checksum 16:25:24 01666e4c0597: Download complete 16:25:24 8ad3a11d3b57: Verifying Checksum 16:25:24 8ad3a11d3b57: Download complete 16:25:24 df20fa9351a1: Pull complete 16:25:25 36b3adc4ff6f: Pull complete 16:25:25 8ad3a11d3b57: Pull complete 16:25:25 46f8f816bc3b: Pull complete 16:25:26 93b61091891f: Pull complete 16:25:26 aa168da1d23b: Verifying Checksum 16:25:26 aa168da1d23b: Download complete 16:25:27 93b9cdb0e59b: Pull complete 16:25:27 5e14af77c1be: Pull complete 16:25:27 01666e4c0597: Pull complete 16:25:34 aa168da1d23b: Pull complete 16:25:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:25:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:25:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:25:34 prd-centos7-docker-4c-2g-11743 does not seem to be running inside a container 16:25:34 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:25:37 $ docker top a85dcb85daf815cedd52cc21c12f3ebd732cbd1bcea2b7c7dc3314c4b8d53365 -eo pid,comm [Pipeline] { [Pipeline] sh 16:25:37 + touch /tmp/pre-build-complete [Pipeline] sh 16:25:38 + mkdir -p /var/log/sa [Pipeline] sh 16:25:38 + ls /var/log/sa-host 16:25:38 + sadf -c /var/log/sa-host/sa05 16:25:38 file_magic: OK 16:25:38 HZ: Using current value: 100 16:25:38 file_header: OK 16:25:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:25:38 Statistics: 16:25:38 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:25:38 File successfully converted to sysstat format version 12.2.1 16:25:38 + sadf -c /var/log/sa-host/sa10 16:25:38 file_magic: OK 16:25:38 HZ: Using current value: 100 16:25:38 file_header: OK 16:25:38 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 16:25:38 Statistics: 16:25:38 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 16:25:38 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:25:39 provisioning config files... 16:25:39 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1740590864515045454tmp [Pipeline] { [Pipeline] echo 16:25:39 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:25:39 ---> create-netrc.sh [Pipeline] } 16:25:39 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:25:39 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:25:39 ---> python-tools-install.sh [Pipeline] echo 16:25:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:25:40 ---> sudo-logs.sh 16:25:40 Archiving 'sudo' log.. [Pipeline] echo 16:25:40 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:25:40 ---> job-cost.sh 16:25:40 lf-activate-venv: SKIPPING 16:25:40 INFO: No Stack... 16:25:41 INFO: Retrieving Pricing Info for: v1-standard-2 16:25:42 INFO: Archiving Costs [Pipeline] echo 16:25:42 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:25:42 ---> logs-deploy.sh 16:25:42 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/146 16:25:42 INFO: archiving workspace using pattern(s): 16:25:44 Archives upload complete. 16:25:44 INFO: archiving logs to Nexus 16:25:45 ---> uname -a: 16:25:45 Linux prd-centos7-docker-4c-2g-11743.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:25:45 16:25:45 16:25:45 ---> lscpu: 16:25:45 Architecture: x86_64 16:25:45 CPU op-mode(s): 32-bit, 64-bit 16:25:45 Byte Order: Little Endian 16:25:45 Address sizes: 40 bits physical, 48 bits virtual 16:25:45 CPU(s): 4 16:25:45 On-line CPU(s) list: 0-3 16:25:45 Thread(s) per core: 1 16:25:45 Core(s) per socket: 1 16:25:45 Socket(s): 4 16:25:45 NUMA node(s): 1 16:25:45 Vendor ID: GenuineIntel 16:25:45 CPU family: 6 16:25:45 Model: 44 16:25:45 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:25:45 Stepping: 1 16:25:45 CPU MHz: 2933.438 16:25:45 BogoMIPS: 5866.87 16:25:45 Virtualization: VT-x 16:25:45 Hypervisor vendor: KVM 16:25:45 Virtualization type: full 16:25:45 L1d cache: 128 KiB 16:25:45 L1i cache: 128 KiB 16:25:45 L2 cache: 16 MiB 16:25:45 L3 cache: 64 MiB 16:25:45 NUMA node0 CPU(s): 0-3 16:25:45 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:25:45 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:25:45 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:25:45 Vulnerability Meltdown: Mitigation; PTI 16:25:45 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:25:45 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:25:45 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:25:45 Vulnerability Tsx async abort: Not affected 16:25:45 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 16:25:45 16:25:45 16:25:45 ---> nproc: 16:25:45 4 16:25:45 16:25:45 16:25:45 ---> df -h: 16:25:45 Filesystem Size Used Available Use% Mounted on 16:25:45 overlay 50.0G 8.5G 41.5G 17% / 16:25:45 tmpfs 64.0M 0 64.0M 0% /dev 16:25:45 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:25:45 shm 64.0M 0 64.0M 0% /dev/shm 16:25:45 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os 16:25:45 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf 16:25:45 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname 16:25:45 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts 16:25:45 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log 16:25:45 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master 16:25:45 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json 16:25:45 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 16:25:45 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host 16:25:45 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure 16:25:45 16:25:45 16:25:45 ---> free -m: 16:25:45 total used free shared buff/cache available 16:25:45 Mem: 1837 814 145 0 877 970 16:25:45 Swap: 1023 3 1020 16:25:45 16:25:45 16:25:45 ---> ip addr: 16:25:45 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:25:45 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:25:45 inet 127.0.0.1/8 scope host lo 16:25:45 valid_lft forever preferred_lft forever 16:25:45 inet6 ::1/128 scope host 16:25:45 valid_lft forever preferred_lft forever 16:25:45 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:25:45 link/ether fa:16:3e:bc:7e:3c brd ff:ff:ff:ff:ff:ff 16:25:45 inet 10.30.122.111/23 brd 10.30.123.255 scope global dynamic eth0 16:25:45 valid_lft 85811sec preferred_lft 85811sec 16:25:45 inet6 fe80::f816:3eff:febc:7e3c/64 scope link 16:25:45 valid_lft forever preferred_lft forever 16:25:45 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:25:45 link/ether 02:42:ab:2d:ce:e4 brd ff:ff:ff:ff:ff:ff 16:25:45 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:25:45 valid_lft forever preferred_lft forever 16:25:45 inet6 fe80::42:abff:fe2d:cee4/64 scope link 16:25:45 valid_lft forever preferred_lft forever 16:25:45 16:25:45 16:25:45 ---> sar -b -r -n DEV: 16:25:45 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/10/20 _x86_64_ (4 CPU) 16:25:45 16:25:45 16:15:38 LINUX RESTART (4 CPU) 16:25:45 16:25:45 16:16:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:25:45 16:17:01 185.63 91.15 94.48 0.00 11291.03 42750.93 0.00 16:25:45 16:18:01 3.83 0.00 3.83 0.00 0.00 123.21 0.00 16:25:45 16:19:01 0.35 0.00 0.35 0.00 0.00 6.11 0.00 16:25:45 16:20:01 0.30 0.00 0.30 0.00 0.00 3.95 0.00 16:25:45 16:21:01 0.23 0.00 0.23 0.00 0.00 3.50 0.00 16:25:45 16:22:01 0.35 0.00 0.35 0.00 0.00 4.30 0.00 16:25:45 16:23:01 0.32 0.02 0.30 0.00 0.13 3.38 0.00 16:25:45 16:24:01 230.03 132.14 97.89 0.00 7160.45 34118.61 0.00 16:25:45 16:25:01 248.90 103.63 145.27 0.00 5549.27 36597.49 0.00 16:25:45 Average: 74.26 36.24 38.02 0.00 2651.87 12572.80 0.00 16:25:45 16:25:45 16:16:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:25:45 16:17:01 226404 0 581684 30.92 2620 1070848 1096436 37.42 416112 1080604 128 16:25:45 16:18:01 230216 0 577936 30.72 2620 1070784 1074404 36.67 415964 1077608 20 16:25:45 16:19:01 230416 0 577728 30.70 2620 1070792 1072468 36.60 416652 1077404 20 16:25:45 16:20:01 230652 0 577492 30.69 2620 1070792 1072348 36.60 415984 1077404 12 16:25:45 16:21:01 228944 0 579192 30.78 2620 1070800 1072492 36.60 429728 1065596 8 16:25:45 16:22:01 227772 0 580360 30.84 2620 1070804 1072432 36.60 431896 1064740 8 16:25:45 16:23:01 228404 0 579720 30.81 2620 1070812 1072348 36.60 431460 1064740 8 16:25:45 16:24:01 80192 0 762128 40.51 2596 1036640 1335268 45.57 556000 1000692 72672 16:25:45 16:25:01 221524 0 775300 41.21 1504 883228 1244984 42.49 616320 735060 44 16:25:45 Average: 211614 0 621282 33.02 2493 1046167 1123687 38.35 458902 1027094 8102 16:25:45 16:25:45 16:16:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:25:45 16:17:01 eth0 684.78 515.10 1688.27 111.77 0.00 0.00 0.00 0.00 16:25:45 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:17:01 docker0 84.99 63.64 8.09 310.42 0.00 0.00 0.00 0.00 16:25:45 16:18:01 eth0 0.68 0.10 0.05 0.01 0.00 0.00 0.00 0.00 16:25:45 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:19:01 eth0 1.27 0.80 0.75 0.20 0.00 0.00 0.00 0.00 16:25:45 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:20:01 eth0 0.67 0.08 0.06 0.04 0.00 0.00 0.00 0.00 16:25:45 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:21:01 eth0 0.53 0.40 0.27 0.21 0.00 0.00 0.00 0.00 16:25:45 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:22:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 16:25:45 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:23:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:25:45 16:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:24:01 vethda88c5d 52.06 55.01 4.63 408.93 0.00 0.00 0.00 0.00 16:25:45 16:24:01 eth0 510.17 465.53 4495.82 41.21 0.00 0.00 0.00 0.00 16:25:45 16:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:24:01 docker0 52.06 54.88 3.91 408.91 0.00 0.00 0.00 0.00 16:25:45 16:25:01 veth11331f4 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 16:25:45 16:25:01 eth0 446.16 391.98 3450.14 97.72 0.00 0.00 0.00 0.00 16:25:45 16:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 16:25:01 docker0 29.59 33.82 1.94 203.58 0.00 0.00 0.00 0.00 16:25:45 Average: veth11331f4 0.00 0.01 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 Average: eth0 181.88 152.09 1069.90 27.77 0.00 0.00 0.00 0.00 16:25:45 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:25:45 Average: docker0 18.40 16.85 1.54 102.20 0.00 0.00 0.00 0.00 16:25:45 16:25:45 16:25:45 ---> sar -P ALL: 16:25:45 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/10/20 _x86_64_ (4 CPU) 16:25:45 16:25:45 16:15:38 LINUX RESTART (4 CPU) 16:25:45 16:25:45 16:16:02 CPU %user %nice %system %iowait %steal %idle 16:25:45 16:17:01 all 17.77 0.00 9.97 7.37 0.01 64.88 16:25:45 16:17:01 0 17.13 0.00 10.71 6.94 0.00 65.23 16:25:45 16:17:01 1 15.72 0.00 9.20 9.91 0.02 65.15 16:25:45 16:17:01 2 19.81 0.00 8.44 7.32 0.02 64.41 16:25:45 16:17:01 3 18.43 0.00 11.52 5.31 0.00 64.74 16:25:45 16:18:01 all 0.17 0.00 0.05 0.00 0.00 99.77 16:25:45 16:18:01 0 0.05 0.00 0.03 0.00 0.00 99.92 16:25:45 16:18:01 1 0.55 0.00 0.07 0.00 0.00 99.38 16:25:45 16:18:01 2 0.07 0.00 0.05 0.00 0.00 99.88 16:25:45 16:18:01 3 0.03 0.00 0.07 0.00 0.00 99.90 16:25:45 16:19:01 all 0.17 0.00 0.05 0.00 0.00 99.78 16:25:45 16:19:01 0 0.05 0.00 0.07 0.00 0.00 99.88 16:25:45 16:19:01 1 0.52 0.00 0.08 0.00 0.00 99.40 16:25:45 16:19:01 2 0.05 0.00 0.02 0.00 0.00 99.93 16:25:45 16:19:01 3 0.07 0.00 0.03 0.00 0.00 99.90 16:25:45 16:20:01 all 0.14 0.00 0.03 0.00 0.00 99.83 16:25:45 16:20:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:25:45 16:20:01 1 0.52 0.00 0.03 0.00 0.00 99.45 16:25:45 16:20:01 2 0.03 0.00 0.05 0.00 0.00 99.92 16:25:45 16:20:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:25:45 16:21:01 all 0.11 0.00 0.05 0.00 0.00 99.84 16:25:45 16:21:01 0 0.03 0.00 0.03 0.00 0.00 99.93 16:25:45 16:21:01 1 0.30 0.00 0.05 0.00 0.00 99.65 16:25:45 16:21:01 2 0.05 0.00 0.08 0.00 0.00 99.87 16:25:45 16:21:01 3 0.05 0.00 0.03 0.00 0.00 99.92 16:25:45 16:22:01 all 0.14 0.00 0.07 0.00 0.00 99.79 16:25:45 16:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:25:45 16:22:01 1 0.52 0.00 0.03 0.00 0.00 99.45 16:25:45 16:22:01 2 0.03 0.00 0.20 0.00 0.00 99.77 16:25:45 16:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 16:25:45 16:23:01 all 0.15 0.00 0.03 0.00 0.00 99.82 16:25:45 16:23:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:25:45 16:23:01 1 0.52 0.00 0.03 0.00 0.00 99.45 16:25:45 16:23:01 2 0.05 0.00 0.05 0.00 0.00 99.90 16:25:45 16:23:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:25:45 16:24:01 all 9.27 0.00 5.89 1.79 0.02 83.02 16:25:45 16:24:01 0 8.33 0.00 6.85 1.84 0.03 82.94 16:25:45 16:24:01 1 9.29 0.00 6.15 2.25 0.02 82.29 16:25:45 16:24:01 2 10.03 0.00 5.28 1.05 0.02 83.63 16:25:45 16:24:01 3 9.43 0.00 5.31 2.03 0.02 83.21 16:25:45 16:25:01 all 11.19 0.00 8.38 3.00 0.01 77.42 16:25:45 16:25:01 0 9.58 0.00 8.75 2.66 0.00 79.01 16:25:45 16:25:01 1 10.17 0.00 8.52 3.56 0.03 77.71 16:25:45 16:25:01 2 11.20 0.00 7.62 2.32 0.00 78.86 16:25:45 16:25:01 3 13.80 0.00 8.63 3.44 0.02 74.12 16:25:45 Average: all 4.28 0.00 2.68 1.33 0.00 91.71 16:25:45 Average: 0 3.84 0.00 2.89 1.25 0.00 92.02 16:25:45 Average: 1 4.17 0.00 2.65 1.71 0.01 91.46 16:25:45 Average: 2 4.52 0.00 2.39 1.17 0.00 91.93 16:25:45 Average: 3 4.57 0.00 2.80 1.18 0.00 91.44 16:25:45 16:25:45 16:25:45