Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 047711cea66f7c2c2ab75d9c76bedadd5c03776a Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 # timeout=10 Commit message: "Merge pull request #301 from ernestojeda/enable-docker-proxy" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-13411’ Running on prd-centos7-docker-4c-2g-13413 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 047711cea66f7c2c2ab75d9c76bedadd5c03776a (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 --force --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 047711cea66f7c2c2ab75d9c76bedadd5c03776a # timeout=10 Commit message: "Merge pull request #579 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" > git rev-list --no-walk a22ec22dc229bc5a98df020c4d001a55ea4e61b6 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:16:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:16:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:16:54 ========================================================= 17:16:54 EdgeX Global Pipelines Version Info 17:16:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:16:57 ------------------- 17:16:57 stable info: 17:16:57 ------------------- 17:16:57 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:16:57 Commit SHA: d34e7c4fb53a455d8c1227b05a0dbb1951b96ee4 17:16:57 Message: update stable to v1.0.167 17:16:58 ------------------- 17:16:58 experimental info: 17:16:58 ------------------- 17:16:58 Commited By: **** collab-it+edgex@linuxfoundation.org 17:16:58 Commit SHA: 0d18be6431106a7569620da64dad388747d7ba9a 17:16:58 Message: update experimental to v1.0.168 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:16:58 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:16:58 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:16:58 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:16:58 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:16:58 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:16:59 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:16:59 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 17:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:16:59 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:17:00 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:17:00 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:17:00 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:17:00 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:17:00 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:17:00 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:17:00 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:17:00 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:17:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:17:01 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:17:01 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:17:01 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 17:17:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 17:17:01 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 17:17:01 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 17:17:01 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 047711cea66f7c2c2ab75d9c76bedadd5c03776a [Pipeline] echo 17:17:02 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 047711c [Pipeline] echo 17:17:02 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:17:02 provisioning config files... 17:17:02 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4352359891494578755tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:17:02 ---> docker-login.sh 17:17:02 nexus3.edgexfoundry.org:10001 17:17:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:03 Configure a credential helper to remove this warning. See 17:17:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:03 17:17:03 Login Succeeded 17:17:03 nexus3.edgexfoundry.org:10002 17:17:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:03 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:03 Configure a credential helper to remove this warning. See 17:17:03 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:03 17:17:03 Login Succeeded 17:17:03 nexus3.edgexfoundry.org:10003 17:17:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:04 Configure a credential helper to remove this warning. See 17:17:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:04 17:17:04 Login Succeeded 17:17:04 nexus3.edgexfoundry.org:10004 17:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:04 Configure a credential helper to remove this warning. See 17:17:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:04 17:17:04 Login Succeeded 17:17:04 docker.io 17:17:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:17:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:17:04 Configure a credential helper to remove this warning. See 17:17:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:17:04 17:17:04 Login Succeeded 17:17:04 ---> docker-login.sh ends [Pipeline] } 17:17:04 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:17:05 + git log --format=format:%s -1 047711cea66f7c2c2ab75d9c76bedadd5c03776a [Pipeline] echo 17:17:05 GIT_COMMIT: 047711cea66f7c2c2ab75d9c76bedadd5c03776a, Commit Message: Merge pull request #579 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115 [Pipeline] echo 17:17:05 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:17:06 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:17:06 17:17:06 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:17:06 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:17:06 latest: Pulling from edgex-devops/git-semver 17:17:06 31603596830f: Pulling fs layer 17:17:06 2a8b12db71e7: Pulling fs layer 17:17:06 6ca5941a6612: Pulling fs layer 17:17:06 ecc8261a40a4: Pulling fs layer 17:17:06 ecc8261a40a4: Waiting 17:17:06 2a8b12db71e7: Verifying Checksum 17:17:06 2a8b12db71e7: Download complete 17:17:06 31603596830f: Verifying Checksum 17:17:06 31603596830f: Download complete 17:17:07 ecc8261a40a4: Verifying Checksum 17:17:07 ecc8261a40a4: Download complete 17:17:07 6ca5941a6612: Verifying Checksum 17:17:07 6ca5941a6612: Download complete 17:17:07 31603596830f: Pull complete 17:17:07 2a8b12db71e7: Pull complete 17:17:08 6ca5941a6612: Pull complete 17:17:08 ecc8261a40a4: Pull complete 17:17:08 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:17:08 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:17:08 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:17:09 prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container 17:17:09 $ 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 17:17:11 $ docker top c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:17:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:17:11 [ssh-agent] Looking for ssh-agent implementation... 17:17:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:17:12 $ docker exec c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b ssh-agent 17:17:12 SSH_AUTH_SOCK=/tmp/ssh-tzn7Skj9q6zI/agent.12 17:17:12 SSH_AGENT_PID=18 17:17:12 Running ssh-add (command line suppressed) 17:17:12 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8308720242300125664.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8308720242300125664.key) 17:17:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:17:13 + git tag --points-at HEAD [Pipeline] } 17:17:13 $ docker exec --env ******** --env ******** c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b ssh-agent -k 17:17:13 unset SSH_AUTH_SOCK; 17:17:13 unset SSH_AGENT_PID; 17:17:13 echo Agent pid 18 killed; 17:17:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:17:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:17:13 [ssh-agent] Looking for ssh-agent implementation... 17:17:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:17:13 $ docker exec c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b ssh-agent 17:17:14 SSH_AUTH_SOCK=/tmp/ssh-kLjaJ2I7eZpD/agent.48 17:17:14 SSH_AGENT_PID=53 17:17:14 Running ssh-add (command line suppressed) 17:17:14 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_443424072542549652.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_443424072542549652.key) 17:17:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:17:15 + git semver init 17:17:15 # -> Open(): unable to determine branch for HEAD 17:17:15 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:17:15 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:17:15 # $SEMVER_REMOTE_NAME = origin 17:17:15 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:17:15 # $SEMVER_USER_NAME = edgex-jenkins 17:17:15 # $SEMVER_BRANCH = master 17:17:15 # $SEMVER_TEMP = /tmp/semver-096991251 17:17:15 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 17:17:19 # '/tmp/semver-096991251' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 17:17:19 # -> Force: false 17:17:19 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:17:19 $ docker exec --env ******** --env ******** c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b ssh-agent -k 17:17:19 unset SSH_AUTH_SOCK; 17:17:19 unset SSH_AGENT_PID; 17:17:19 echo Agent pid 53 killed; 17:17:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:17:20 + git semver [Pipeline] } 17:17:20 $ docker stop --time=1 c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b 17:17:22 $ docker rm -f c765a72750f0b98eb7f14e3e8003c478058f7308b03e272e9274313db4f9569b [Pipeline] // withDockerContainer [Pipeline] sh 17:17:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:17:23 Stashed 1 file(s) [Pipeline] echo 17:17:23 [edgeXSemver]: initialized semver on version 1.3.1-dev.1 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 17:17:39 Still waiting to schedule task 17:17:39 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:17:39 Still waiting to schedule task 17:17:39 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:19:38 Running on prd-centos7-docker-4c-2g-13414 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:19:38 Running in /w/workspace/app-functions-sdk-go/148 [Pipeline] { [Pipeline] checkout 17:19:41 using credential edgex-jenkins-ssh 17:19:42 Cloning the remote Git repository 17:19:42 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:19:42 > git init /w/workspace/app-functions-sdk-go/148 # timeout=10 17:19:42 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:19:42 > git --version # timeout=10 17:19:42 > git --version # 'git version 2.24.3' 17:19:42 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:42 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:19:44 Checking out Revision 047711cea66f7c2c2ab75d9c76bedadd5c03776a (master) 17:19:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:19:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:19:44 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:19:44 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:19:44 using GIT_SSH to set credentials SSH Credentials for GitHub 17:19:44 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:19:44 > git config core.sparsecheckout # timeout=10 17:19:44 > git checkout -f 047711cea66f7c2c2ab75d9c76bedadd5c03776a # timeout=10 17:19:48 Commit message: "Merge pull request #579 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:19:50 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:19:50 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:19:50 + sudo service docker restart 17:19:50 + true 17:19:50 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:19:52 provisioning config files... 17:19:52 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/148@tmp/config853362575096995451tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:19:52 ---> docker-login.sh 17:19:52 nexus3.edgexfoundry.org:10001 17:19:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:53 Configure a credential helper to remove this warning. See 17:19:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:53 17:19:53 Login Succeeded 17:19:53 nexus3.edgexfoundry.org:10002 17:19:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:53 Configure a credential helper to remove this warning. See 17:19:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:53 17:19:53 Login Succeeded 17:19:53 nexus3.edgexfoundry.org:10003 17:19:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:54 Configure a credential helper to remove this warning. See 17:19:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:54 17:19:54 Login Succeeded 17:19:54 nexus3.edgexfoundry.org:10004 17:19:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:54 Configure a credential helper to remove this warning. See 17:19:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:54 17:19:54 Login Succeeded 17:19:54 docker.io 17:19:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:19:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:19:54 Configure a credential helper to remove this warning. See 17:19:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:19:54 17:19:54 Login Succeeded 17:19:54 ---> docker-login.sh ends [Pipeline] } 17:19:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:19:54 ========================================================= 17:19:54 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:19:54 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:19:55 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 17:19:55 Sending build context to Docker daemon 19.16MB 17:19:55 Step 1/8 : ARG BASE=golang:1.15-alpine 17:19:55 Step 2/8 : FROM ${BASE} 17:19:55 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:19:55 df20fa9351a1: Pulling fs layer 17:19:55 ed8968b2872e: Pulling fs layer 17:19:55 a92cc7c5fd73: Pulling fs layer 17:19:55 e871e8e8d7a9: Pulling fs layer 17:19:55 e73272ec9a57: Pulling fs layer 17:19:55 1e910a182e73: Pulling fs layer 17:19:55 4e634b169226: Pulling fs layer 17:19:55 e73272ec9a57: Waiting 17:19:55 1e910a182e73: Waiting 17:19:55 4e634b169226: Waiting 17:19:55 e871e8e8d7a9: Waiting 17:19:55 a92cc7c5fd73: Verifying Checksum 17:19:55 a92cc7c5fd73: Download complete 17:19:55 ed8968b2872e: Verifying Checksum 17:19:55 ed8968b2872e: Download complete 17:19:56 e73272ec9a57: Verifying Checksum 17:19:56 e73272ec9a57: Download complete 17:19:56 1e910a182e73: Verifying Checksum 17:19:56 1e910a182e73: Download complete 17:19:56 df20fa9351a1: Verifying Checksum 17:19:56 df20fa9351a1: Download complete 17:19:57 df20fa9351a1: Pull complete 17:19:57 ed8968b2872e: Pull complete 17:19:57 a92cc7c5fd73: Pull complete 17:20:00 4e634b169226: Verifying Checksum 17:20:00 4e634b169226: Download complete 17:20:01 e871e8e8d7a9: Verifying Checksum 17:20:01 e871e8e8d7a9: Download complete 17:20:07 e871e8e8d7a9: Pull complete 17:20:08 e73272ec9a57: Pull complete 17:20:08 1e910a182e73: Pull complete 17:20:15 4e634b169226: Pull complete 17:20:15 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:20:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:20:15 ---> f7629b54cfaa 17:20:15 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:20:15 latest: Pulling from library/docker 17:20:15 188c0c94c7c5: Pulling fs layer 17:20:15 0c7c675703d6: Pulling fs layer 17:20:15 cc8c12a437cb: Pulling fs layer 17:20:15 c5dafad2182a: Pulling fs layer 17:20:15 5aa711733414: Pulling fs layer 17:20:15 058f73b55e4b: Pulling fs layer 17:20:15 8c9c664faf12: Pulling fs layer 17:20:15 c5dafad2182a: Waiting 17:20:15 5aa711733414: Waiting 17:20:15 8c9c664faf12: Waiting 17:20:15 058f73b55e4b: Waiting 17:20:15 0c7c675703d6: Download complete 17:20:15 cc8c12a437cb: Verifying Checksum 17:20:15 cc8c12a437cb: Download complete 17:20:15 188c0c94c7c5: Verifying Checksum 17:20:15 188c0c94c7c5: Download complete 17:20:15 5aa711733414: Verifying Checksum 17:20:15 5aa711733414: Download complete 17:20:15 058f73b55e4b: Verifying Checksum 17:20:15 058f73b55e4b: Download complete 17:20:15 8c9c664faf12: Verifying Checksum 17:20:15 8c9c664faf12: Download complete 17:20:15 188c0c94c7c5: Pull complete 17:20:16 0c7c675703d6: Pull complete 17:20:16 cc8c12a437cb: Pull complete 17:20:16 c5dafad2182a: Verifying Checksum 17:20:16 c5dafad2182a: Download complete 17:20:19 c5dafad2182a: Pull complete 17:20:19 5aa711733414: Pull complete 17:20:20 058f73b55e4b: Pull complete 17:20:20 8c9c664faf12: Pull complete 17:20:20 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 17:20:20 Status: Downloaded newer image for docker:latest 17:20:23 ---> be640c87f2d0 17:20:23 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:20:23 ---> Running in b85f40d881b1 17:20:23 Removing intermediate container b85f40d881b1 17:20:23 ---> aab489d1a8c1 17:20:23 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:20:23 ---> Running in 47a107c95705 17:20:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:20:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:20:25 (1/5) Installing libsodium (1.0.18-r0) 17:20:26 (2/5) Installing libzmq (4.3.3-r0) 17:20:26 (3/5) Installing pkgconf (1.7.2-r0) 17:20:26 (4/5) Installing libsodium-dev (1.0.18-r0) 17:20:26 (5/5) Installing zeromq-dev (4.3.3-r0) 17:20:26 Executing busybox-1.31.1-r16.trigger 17:20:26 OK: 167 MiB in 44 packages 17:20:27 Removing intermediate container 47a107c95705 17:20:27 ---> c7eea927c636 17:20:27 Step 6/8 : WORKDIR /build 17:20:27 ---> Running in bcc88b3b1a49 17:20:27 Removing intermediate container bcc88b3b1a49 17:20:27 ---> 6c32321dacb2 17:20:27 Step 7/8 : COPY go.mod . 17:20:27 ---> 266aec06f820 17:20:27 Step 8/8 : RUN go mod download 17:20:27 ---> Running in 9106d643e115 17:20:46 Running on prd-ubuntu18.04-docker-arm64-4c-16g-13415 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 17:20:46 Running in /w/workspace/app-functions-sdk-go/148 [Pipeline] { [Pipeline] checkout 17:20:52 using credential edgex-jenkins-ssh 17:20:52 Cloning the remote Git repository 17:20:52 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:20:53 > git init /w/workspace/app-functions-sdk-go/148 # timeout=10 17:20:53 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:20:53 > git --version # timeout=10 17:20:53 > git --version # 'git version 2.17.1' 17:20:53 using GIT_SSH to set credentials SSH Credentials for GitHub 17:20:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:20:54 Removing intermediate container 9106d643e115 17:20:54 ---> 743cd4a58dc8 17:20:54 Successfully built 743cd4a58dc8 17:20:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:20:54 + docker inspect -f . ci-base-image-x86_64 17:20:54 . [Pipeline] withDockerContainer 17:20:55 prd-centos7-docker-4c-2g-13414 does not seem to be running inside a container 17:20:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/148 -v /w/workspace/app-functions-sdk-go/148:/w/workspace/app-functions-sdk-go/148:rw,z -v /w/workspace/app-functions-sdk-go/148@tmp:/w/workspace/app-functions-sdk-go/148@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:20:57 Checking out Revision 047711cea66f7c2c2ab75d9c76bedadd5c03776a (master) 17:20:57 $ docker top 2b9fb0c864997da20747046ef4db1a9ba823590feab6960089f122c0a327a975 -eo pid,comm 17:20:56 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:20:56 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:20:56 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:20:56 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:20:56 using GIT_SSH to set credentials SSH Credentials for GitHub 17:20:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 17:20:57 > git config core.sparsecheckout # timeout=10 17:20:57 > git checkout -f 047711cea66f7c2c2ab75d9c76bedadd5c03776a # timeout=10 [Pipeline] { [Pipeline] sh 17:20:58 + go version 17:20:58 go version go1.15.2 linux/amd64 [Pipeline] } 17:20:58 $ docker stop --time=1 2b9fb0c864997da20747046ef4db1a9ba823590feab6960089f122c0a327a975 17:20:59 $ docker rm -f 2b9fb0c864997da20747046ef4db1a9ba823590feab6960089f122c0a327a975 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:21:00 + docker inspect -f . ci-base-image-x86_64 17:21:00 . [Pipeline] withDockerContainer 17:21:00 prd-centos7-docker-4c-2g-13414 does not seem to be running inside a container 17:21:00 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/148 -v /w/workspace/app-functions-sdk-go/148:/w/workspace/app-functions-sdk-go/148:rw,z -v /w/workspace/app-functions-sdk-go/148@tmp:/w/workspace/app-functions-sdk-go/148@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:21:01 $ docker top 522118f27672daf437efc7c9e8e835effdccdf81a14b20a0cb9c867e8f73b7db -eo pid,comm 17:21:01 Commit message: "Merge pull request #579 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts-0.1.115" [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { 17:21:02 + make test 17:21:02 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:21:03 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:21:03 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:21:04 + sudo service docker restart 17:21:04 + true 17:21:04 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:21:06 provisioning config files... 17:21:07 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/148@tmp/config868433429180347668tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:21:07 ---> docker-login.sh 17:21:07 nexus3.edgexfoundry.org:10001 17:21:08 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:08 Configure a credential helper to remove this warning. See 17:21:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:08 17:21:08 Login Succeeded 17:21:08 nexus3.edgexfoundry.org:10002 17:21:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:09 Configure a credential helper to remove this warning. See 17:21:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:09 17:21:09 Login Succeeded 17:21:09 nexus3.edgexfoundry.org:10003 17:21:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:09 Configure a credential helper to remove this warning. See 17:21:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:09 17:21:09 Login Succeeded 17:21:09 nexus3.edgexfoundry.org:10004 17:21:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:10 Configure a credential helper to remove this warning. See 17:21:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:10 17:21:10 Login Succeeded 17:21:10 docker.io 17:21:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:21:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:21:11 Configure a credential helper to remove this warning. See 17:21:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:21:11 17:21:11 Login Succeeded 17:21:11 ---> docker-login.sh ends [Pipeline] } 17:21:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:21:11 ========================================================= 17:21:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:21:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:21: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 . 17:21:12 Sending build context to Docker daemon 19.16MB 17:21:12 Step 1/8 : ARG BASE=golang:1.15-alpine 17:21:12 Step 2/8 : FROM ${BASE} 17:21:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:21:13 b538f80385f9: Pulling fs layer 17:21:13 74f711af9a0d: Pulling fs layer 17:21:13 99f96fe45779: Pulling fs layer 17:21:13 8529a6b9a6be: Pulling fs layer 17:21:13 45590311c82a: Pulling fs layer 17:21:13 69ca0ff8b7b3: Pulling fs layer 17:21:13 209524e5b208: Pulling fs layer 17:21:13 8529a6b9a6be: Waiting 17:21:13 45590311c82a: Waiting 17:21:13 69ca0ff8b7b3: Waiting 17:21:13 209524e5b208: Waiting 17:21:13 99f96fe45779: Download complete 17:21:13 74f711af9a0d: Download complete 17:21:13 45590311c82a: Download complete 17:21:13 69ca0ff8b7b3: Verifying Checksum 17:21:13 69ca0ff8b7b3: Download complete 17:21:13 b538f80385f9: Verifying Checksum 17:21:13 b538f80385f9: Download complete 17:21:14 b538f80385f9: Pull complete 17:21:14 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.016s coverage: 86.2% of statements 17:21:15 74f711af9a0d: Pull complete 17:21:15 99f96fe45779: Pull complete 17:21:16 209524e5b208: Verifying Checksum 17:21:16 209524e5b208: Download complete 17:21:17 8529a6b9a6be: Verifying Checksum 17:21:17 8529a6b9a6be: Download complete 17:21:27 8529a6b9a6be: Pull complete 17:21:27 45590311c82a: Pull complete 17:21:27 69ca0ff8b7b3: Pull complete 17:21:30 209524e5b208: Pull complete 17:21:30 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:21:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:21:30 ---> 5bddaf1c2fca 17:21:30 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:21:31 latest: Pulling from library/docker 17:21:31 5f621e34cdf4: Pulling fs layer 17:21:31 85db56a05063: Pulling fs layer 17:21:31 ccb67d6aeaaa: Pulling fs layer 17:21:31 a0b19fc83503: Pulling fs layer 17:21:31 8eb508b41278: Pulling fs layer 17:21:31 37236713561e: Pulling fs layer 17:21:31 a0b19fc83503: Waiting 17:21:31 8eb508b41278: Waiting 17:21:31 37236713561e: Waiting 17:21:31 07c93f2b1b56: Pulling fs layer 17:21:31 07c93f2b1b56: Waiting 17:21:31 ccb67d6aeaaa: Download complete 17:21:31 85db56a05063: Verifying Checksum 17:21:31 85db56a05063: Download complete 17:21:31 5f621e34cdf4: Verifying Checksum 17:21:31 5f621e34cdf4: Download complete 17:21:31 8eb508b41278: Verifying Checksum 17:21:31 8eb508b41278: Download complete 17:21:31 37236713561e: Verifying Checksum 17:21:31 37236713561e: Download complete 17:21:31 07c93f2b1b56: Verifying Checksum 17:21:31 07c93f2b1b56: Download complete 17:21:32 5f621e34cdf4: Pull complete 17:21:32 85db56a05063: Pull complete 17:21:32 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.043s coverage: 52.0% of statements 17:21:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 17:21:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 17:21:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.087s coverage: 54.7% of statements 17:21:32 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 17:21:32 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.029s coverage: 69.1% of statements 17:21:33 a0b19fc83503: Verifying Checksum 17:21:33 a0b19fc83503: Download complete 17:21:33 ccb67d6aeaaa: Pull complete 17:21:36 a0b19fc83503: Pull complete 17:21:36 8eb508b41278: Pull complete 17:21:36 37236713561e: Pull complete 17:21:37 07c93f2b1b56: Pull complete 17:21:37 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 17:21:37 Status: Downloaded newer image for docker:latest 17:21:44 ---> 8bcb934f85f7 17:21:44 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:21:44 ---> Running in 91b1aaf75fed 17:21:44 Removing intermediate container 91b1aaf75fed 17:21:44 ---> d9a96e6ae743 17:21:44 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:21:44 ---> Running in 3fc85cb507b0 17:21:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:21:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:21:47 (1/5) Installing libsodium (1.0.18-r0) 17:21:47 (2/5) Installing libzmq (4.3.3-r0) 17:21:47 (3/5) Installing pkgconf (1.7.2-r0) 17:21:47 (4/5) Installing libsodium-dev (1.0.18-r0) 17:21:47 (5/5) Installing zeromq-dev (4.3.3-r0) 17:21:47 Executing busybox-1.31.1-r16.trigger 17:21:47 OK: 144 MiB in 44 packages 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.423s coverage: 61.6% of statements 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.007s coverage: 89.5% of statements 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.007s coverage: 100.0% of statements 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.027s coverage: 100.0% of statements 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.010s coverage: 100.0% of statements 17:21:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 17:21:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 17:21:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 17:21:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 17:21:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 17:21:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 17:21:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.007s coverage: 96.6% of statements 17:21:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.007s coverage: 97.7% of statements 17:21:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 17:21:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.010s coverage: 8.8% of statements 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.938s coverage: 75.0% of statements 17:21:48 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.021s coverage: 89.7% of statements 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.016s coverage: 88.9% of statements 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.048s coverage: 80.5% of statements 17:21:48 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.009s coverage: 71.7% of statements 17:21:49 Removing intermediate container 3fc85cb507b0 17:21:49 ---> aec614d2705d 17:21:49 Step 6/8 : WORKDIR /build 17:21:49 ---> Running in b60a262d0a6f 17:21:49 Removing intermediate container b60a262d0a6f 17:21:49 ---> 90f648ff161c 17:21:49 Step 7/8 : COPY go.mod . 17:21:50 ---> 66e1c3445c43 17:21:50 Step 8/8 : RUN go mod download 17:21:50 ---> Running in 87545f0601b6 17:22:06 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.097s coverage: 71.0% of statements 17:22:06 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.008s coverage: 94.4% of statements 17:22:06 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:22:10 gofmt -l . 17:22:10 [ "`gofmt -l .`" = "" ] 17:22:10 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:22:11 $ docker stop --time=1 522118f27672daf437efc7c9e8e835effdccdf81a14b20a0cb9c867e8f73b7db 17:22:13 $ docker rm -f 522118f27672daf437efc7c9e8e835effdccdf81a14b20a0cb9c867e8f73b7db [Pipeline] // withDockerContainer [Pipeline] sh 17:22:14 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:22:15 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:22:22 Removing intermediate container 87545f0601b6 17:22:22 ---> d6535f55618d 17:22:22 Successfully built d6535f55618d 17:22:22 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:22:23 + docker inspect -f . ci-base-image-arm64 17:22:23 . [Pipeline] withDockerContainer 17:22:23 prd-ubuntu18.04-docker-arm64-4c-16g-13415 does not seem to be running inside a container 17:22:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/148 -v /w/workspace/app-functions-sdk-go/148:/w/workspace/app-functions-sdk-go/148:rw,z -v /w/workspace/app-functions-sdk-go/148@tmp:/w/workspace/app-functions-sdk-go/148@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:22:25 $ docker top 8aa1f59fed96133d01db8c933afb9816a731f1925b322670da9f72125864737c -eo pid,comm [Pipeline] { [Pipeline] sh 17:22:26 + go version 17:22:26 go version go1.15.2 linux/arm64 [Pipeline] } 17:22:26 $ docker stop --time=1 8aa1f59fed96133d01db8c933afb9816a731f1925b322670da9f72125864737c 17:22:28 $ docker rm -f 8aa1f59fed96133d01db8c933afb9816a731f1925b322670da9f72125864737c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:22:29 + docker inspect -f . ci-base-image-arm64 17:22:29 . [Pipeline] withDockerContainer 17:22:29 prd-ubuntu18.04-docker-arm64-4c-16g-13415 does not seem to be running inside a container 17:22:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/148 -v /w/workspace/app-functions-sdk-go/148:/w/workspace/app-functions-sdk-go/148:rw,z -v /w/workspace/app-functions-sdk-go/148@tmp:/w/workspace/app-functions-sdk-go/148@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:22:31 $ docker top f999987e33e3dc3d8f5feeaf7de1bf9f957e5597fcb1bd01d1880cfea3c083c7 -eo pid,comm [Pipeline] { [Pipeline] sh 17:22:32 + make test 17:22:32 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:22:33 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 17:23:00 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.072s coverage: 86.2% of statements 17:23:47 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.067s coverage: 52.0% of statements 17:23:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 17:23:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 17:23:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.088s coverage: 54.7% of statements 17:23:47 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 17:23:47 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.055s coverage: 69.1% of statements 17:23:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.463s coverage: 61.6% of statements 17:23:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.013s coverage: 89.5% of statements 17:23:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.011s coverage: 100.0% of statements 17:23:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.032s coverage: 100.0% of statements 17:23:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.011s coverage: 100.0% of statements 17:23:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.012s coverage: 100.0% of statements 17:23:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 17:23:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 17:23:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 17:23:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 17:23:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 17:23:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 17:23:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 17:23:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.013s coverage: 96.6% of statements 17:23:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 17:23:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.011s coverage: 97.7% of statements 17:23:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 17:23:52 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 17:23:52 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.025s coverage: 8.8% of statements 17:23:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.943s coverage: 75.0% of statements 17:23:54 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 17:23:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.037s coverage: 89.7% of statements 17:23:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.029s coverage: 88.9% of statements 17:23:54 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.065s coverage: 80.5% of statements 17:23:54 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.062s coverage: 71.7% of statements 17:24:21 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.062s coverage: 71.0% of statements 17:24:21 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.014s coverage: 94.4% of statements 17:24:21 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:24:34 gofmt -l . 17:24:34 [ "`gofmt -l .`" = "" ] 17:24:34 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:24:35 $ docker stop --time=1 f999987e33e3dc3d8f5feeaf7de1bf9f957e5597fcb1bd01d1880cfea3c083c7 17:24:37 $ docker rm -f f999987e33e3dc3d8f5feeaf7de1bf9f957e5597fcb1bd01d1880cfea3c083c7 [Pipeline] // withDockerContainer [Pipeline] sh 17:24:38 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:24:38 Warning: overwriting stash ‘coverage-report’ 17:24:39 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:24:41 provisioning config files... 17:24:41 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config5440564976555543312tmp [Pipeline] { [Pipeline] sh 17:24:42 + set +x 17:24:42 + curl -s https://codecov.io/bash 17:24:42 + bash -s -- 17:24:42 17:24:42 _____ _ 17:24:42 / ____| | | 17:24:42 | | ___ __| | ___ ___ _____ __ 17:24:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:24:42 | |___| (_) | (_| | __/ (_| (_) \ V / 17:24:42 \_____\___/ \__,_|\___|\___\___/ \_/ 17:24:42 Bash-20201124-79cbc08 17:24:42 17:24:42 17:24:42 ==> Jenkins CI detected. 17:24:42 project root: . 17:24:42 --> token set from env 17:24:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:24:42 ==> Running gcov in . (disable via -X gcov) 17:24:42 ==> Python coveragepy not found 17:24:42 ==> Searching for coverage reports in: 17:24:42 + . 17:24:42 -> Found 1 reports 17:24:42 ==> Detecting git/mercurial file structure 17:24:42 ==> Reading reports 17:24:42 + ./coverage.out bytes=90550 17:24:42 ==> Appending adjustments 17:24:42 https://docs.codecov.io/docs/fixing-reports 17:24:42 + Found adjustments 17:24:42 ==> Gzipping contents 17:24:43 16K /tmp/codecov.qgfOAw.gz 17:24:43 ==> Uploading reports 17:24:43 url: https://codecov.io 17:24:43 query: branch=master&commit=047711cea66f7c2c2ab75d9c76bedadd5c03776a&build=148&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F148%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:24:43 -> Pinging Codecov 17:24:43 https://codecov.io/upload/v4?package=bash-20201124-79cbc08&token=secret&branch=master&commit=047711cea66f7c2c2ab75d9c76bedadd5c03776a&build=148&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F148%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 17:24:43 -> Uploading to 17:24:43 https://storage.googleapis.com/codecov/v4/raw/2020-11-25/3D8B5DFFC46A037C893635FACE044666/047711cea66f7c2c2ab75d9c76bedadd5c03776a/330c63e2-4d7e-4ae7-8808-ebba42c02f93.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201125%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201125T172443Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=05a297ed305ebda5b158c65d669277b70f518a8a451c76ccd4f67a8738cabe0a 17:24:43 % Total % Received % Xferd Average Speed Time Time Time Current 17:24:43 Dload Upload Total Spent Left Speed 17:24:44 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16077 0 0 100 16077 0 36917 --:--:-- --:--:-- --:--:-- 36958 17:24:44 -> View reports at https://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/047711cea66f7c2c2ab75d9c76bedadd5c03776a [Pipeline] } 17:24:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo 17:24:44 [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials 17:24:45 Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:24:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:24:45 17:24:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh 17:24:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:24:46 1.410.4: Pulling from edgex-devops/edgex-snyk-go 17:24:46 188c0c94c7c5: Pulling fs layer 17:24:46 0ef7d3d256c8: Pulling fs layer 17:24:46 de9db76c5a1d: Pulling fs layer 17:24:46 0eba1c9be4d2: Pulling fs layer 17:24:46 0d57e429df01: Pulling fs layer 17:24:46 4e4be7b47b0d: Pulling fs layer 17:24:46 e1f770b5df2f: Pulling fs layer 17:24:46 85a0685a4137: Pulling fs layer 17:24:46 0eba1c9be4d2: Waiting 17:24:46 0d57e429df01: Waiting 17:24:46 4e4be7b47b0d: Waiting 17:24:46 e1f770b5df2f: Waiting 17:24:46 85a0685a4137: Waiting 17:24:46 de9db76c5a1d: Verifying Checksum 17:24:46 de9db76c5a1d: Download complete 17:24:46 0ef7d3d256c8: Verifying Checksum 17:24:46 0ef7d3d256c8: Download complete 17:24:46 0d57e429df01: Verifying Checksum 17:24:46 0d57e429df01: Download complete 17:24:46 4e4be7b47b0d: Download complete 17:24:46 188c0c94c7c5: Verifying Checksum 17:24:46 188c0c94c7c5: Download complete 17:24:47 188c0c94c7c5: Pull complete 17:24:47 0ef7d3d256c8: Pull complete 17:24:47 de9db76c5a1d: Pull complete 17:24:48 e1f770b5df2f: Verifying Checksum 17:24:48 e1f770b5df2f: Download complete 17:24:52 0eba1c9be4d2: Verifying Checksum 17:24:52 0eba1c9be4d2: Download complete 17:24:54 85a0685a4137: Verifying Checksum 17:24:54 85a0685a4137: Download complete 17:25:00 0eba1c9be4d2: Pull complete 17:25:00 0d57e429df01: Pull complete 17:25:00 4e4be7b47b0d: Pull complete 17:25:02 e1f770b5df2f: Pull complete 17:25:11 85a0685a4137: Pull complete 17:25:11 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 17:25:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 17:25:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer 17:25:11 prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container 17:25:11 $ 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 17:25:12 $ docker top 9de12990ee8dde6749bb81bc3328821dd074791ba15cbbef1f5fe134e887aed5 -eo pid,comm [Pipeline] { [Pipeline] echo 17:25:13 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh 17:25:13 + set -o pipefail 17:25:13 + snyk monitor '--org=edgex-jenkins' 17:25:31 17:25:31 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)... 17:25:31 17:25:31 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/1c53d79b-e5bd-4a59-9d6b-4cc32c0a50ff 17:25:31 17:25:31 Notifications about newly disclosed issues related to these dependencies will be emailed to you. 17:25:31 17:25:32 17:25:32 You have reached your monthly limit of 300 private tests for your edgex-jenkins org. 17:25:32 To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } 17:25:32 $ docker stop --time=1 9de12990ee8dde6749bb81bc3328821dd074791ba15cbbef1f5fe134e887aed5 17:25:34 $ docker rm -f 9de12990ee8dde6749bb81bc3328821dd074791ba15cbbef1f5fe134e887aed5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo 17:25:36 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:25:36 provisioning config files... 17:25:36 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config3548479976073099720tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:25:36 --> edgex-publish-swagger.sh 17:25:36 === Publish openapi/v2 API === 17:25:36 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger 17:25:36 [publishToSwagger] Publishing API Name [app-functions-sdk] 17:25:36 % Total % Received % Xferd Average Speed Time Time Time Current 17:25:36 Dload Upload Total Spent Left Speed 17:25:38 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13025 0 0 100 13025 0 10504 0:00:01 0:00:01 --:--:-- 10512 100 13025 0 0 100 13025 0 10501 0:00:01 0:00:01 --:--:-- 10512 17:25:38 17:25:38 [Pipeline] } 17:25:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:25:38 + git log --format=format:%s -1 047711cea66f7c2c2ab75d9c76bedadd5c03776a [Pipeline] isUnix [Pipeline] sh 17:25:39 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:25:39 . [Pipeline] withDockerContainer 17:25:39 prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container 17:25:39 $ 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 17:25:41 $ docker top 9dda4799cdbd112534e7b0569c8eee4a9d38b1690f0bbdbf44c0fbf66a49ad3c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:25:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:25:41 [ssh-agent] Looking for ssh-agent implementation... 17:25:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:25:41 $ docker exec 9dda4799cdbd112534e7b0569c8eee4a9d38b1690f0bbdbf44c0fbf66a49ad3c ssh-agent 17:25:42 SSH_AUTH_SOCK=/tmp/ssh-bHaSUxYv6P4w/agent.12 17:25:42 SSH_AGENT_PID=17 17:25:42 Running ssh-add (command line suppressed) 17:25:42 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1734694364588895239.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1734694364588895239.key) 17:25:42 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:25:43 + git semver tag 17:25:43 # -> Open(): unable to determine branch for HEAD 17:25:43 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:25:43 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:25:43 # $SEMVER_REMOTE_NAME = origin 17:25:43 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:25:43 # $SEMVER_USER_NAME = edgex-jenkins 17:25:43 # $SEMVER_BRANCH = master 17:25:43 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:25:43 # 047711cea66f7c2c2ab75d9c76bedadd5c03776a HEAD 17:25:43 # -> Force: false 17:25:43 # 7b213212573093560b6fb8654956026f23c28f17 refs/tags/v1.3.1-dev.1 [Pipeline] } 17:25:43 $ docker exec --env ******** --env ******** 9dda4799cdbd112534e7b0569c8eee4a9d38b1690f0bbdbf44c0fbf66a49ad3c ssh-agent -k 17:25:43 unset SSH_AUTH_SOCK; 17:25:43 unset SSH_AGENT_PID; 17:25:43 echo Agent pid 17 killed; 17:25:43 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:25:44 + git semver [Pipeline] } 17:25:44 $ docker stop --time=1 9dda4799cdbd112534e7b0569c8eee4a9d38b1690f0bbdbf44c0fbf66a49ad3c 17:25:45 $ docker rm -f 9dda4799cdbd112534e7b0569c8eee4a9d38b1690f0bbdbf44c0fbf66a49ad3c [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh 17:25:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:25:46 17:25:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh 17:25:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:25:46 0.23.1-centos7: Pulling from edgex-lftools 17:25:46 ab5ef0e58194: Pulling fs layer 17:25:46 9712f1f96733: Pulling fs layer 17:25:46 63f879dbbcfc: Pulling fs layer 17:25:46 0d9ebad4ef96: Pulling fs layer 17:25:46 e9a5061849ea: Pulling fs layer 17:25:46 d747dcd14b5f: Pulling fs layer 17:25:46 2de7ff778b66: Pulling fs layer 17:25:46 e9a5061849ea: Waiting 17:25:46 d747dcd14b5f: Waiting 17:25:46 2de7ff778b66: Waiting 17:25:46 0d9ebad4ef96: Waiting 17:25:46 9712f1f96733: Verifying Checksum 17:25:46 9712f1f96733: Download complete 17:25:48 63f879dbbcfc: Verifying Checksum 17:25:48 63f879dbbcfc: Download complete 17:25:49 e9a5061849ea: Verifying Checksum 17:25:49 e9a5061849ea: Download complete 17:25:49 d747dcd14b5f: Verifying Checksum 17:25:49 d747dcd14b5f: Download complete 17:25:49 0d9ebad4ef96: Verifying Checksum 17:25:49 0d9ebad4ef96: Download complete 17:25:49 2de7ff778b66: Verifying Checksum 17:25:49 2de7ff778b66: Download complete 17:25:49 ab5ef0e58194: Verifying Checksum 17:25:49 ab5ef0e58194: Download complete 17:25:56 ab5ef0e58194: Pull complete 17:25:56 9712f1f96733: Pull complete 17:25:58 63f879dbbcfc: Pull complete 17:26:06 0d9ebad4ef96: Pull complete 17:26:07 e9a5061849ea: Pull complete 17:26:07 d747dcd14b5f: Pull complete 17:26:09 2de7ff778b66: Pull complete 17:26:09 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 17:26:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 17:26:09 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer 17:26:10 prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container 17:26:10 $ 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 17:26:14 $ docker top 9d5fbefb651b20ee0e8c601c07ec4495b3f61e2ff98a2d73a46ce962019519d6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider 17:26:14 provisioning config files... 17:26:14 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6046261671650235678tmp 17:26:14 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7958779958122307155tmp 17:26:14 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config7976057318368550897tmp [Pipeline] { [Pipeline] echo 17:26:14 Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh 17:26:15 ---> sigul-configuration.sh 17:26:15 gpg: directory `/root/.gnupg' created 17:26:15 gpg: new configuration file `/root/.gnupg/gpg.conf' created 17:26:15 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run 17:26:15 gpg: keyring `/root/.gnupg/secring.gpg' created 17:26:15 gpg: keyring `/root/.gnupg/pubring.gpg' created 17:26:15 gpg: CAST5 encrypted data 17:26:15 gpg: encrypted with 1 passphrase 17:26:15 gpg: WARNING: message was not integrity protected [Pipeline] sh 17:26:15 + mkdir /home/jenkins 17:26:15 + mkdir /home/jenkins/sigul [Pipeline] sh 17:26:16 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo 17:26:16 Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh 17:26:16 ---> sigul-install.sh 17:26:23 Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh 17:26:23 + git tag --list 17:26:23 v0.1.0 17:26:23 v0.1.1 17:26:23 v1.0.0 17:26:23 v1.1.0 17:26:23 v1.2.0 17:26:23 v1.2.1-dev.1 17:26:23 v1.2.1-dev.10 17:26:23 v1.2.1-dev.11 17:26:23 v1.2.1-dev.12 17:26:23 v1.2.1-dev.13 17:26:23 v1.2.1-dev.14 17:26:23 v1.2.1-dev.15 17:26:23 v1.2.1-dev.16 17:26:23 v1.2.1-dev.17 17:26:23 v1.2.1-dev.18 17:26:23 v1.2.1-dev.19 17:26:23 v1.2.1-dev.2 17:26:23 v1.2.1-dev.20 17:26:23 v1.2.1-dev.21 17:26:23 v1.2.1-dev.22 17:26:23 v1.2.1-dev.23 17:26:23 v1.2.1-dev.24 17:26:23 v1.2.1-dev.25 17:26:23 v1.2.1-dev.26 17:26:23 v1.2.1-dev.27 17:26:23 v1.2.1-dev.28 17:26:23 v1.2.1-dev.29 17:26:23 v1.2.1-dev.3 17:26:23 v1.2.1-dev.30 17:26:23 v1.2.1-dev.31 17:26:23 v1.2.1-dev.32 17:26:23 v1.2.1-dev.33 17:26:23 v1.2.1-dev.34 17:26:23 v1.2.1-dev.35 17:26:23 v1.2.1-dev.36 17:26:23 v1.2.1-dev.37 17:26:23 v1.2.1-dev.38 17:26:23 v1.2.1-dev.39 17:26:23 v1.2.1-dev.4 17:26:23 v1.2.1-dev.40 17:26:23 v1.2.1-dev.41 17:26:23 v1.2.1-dev.42 17:26:23 v1.2.1-dev.43 17:26:23 v1.2.1-dev.44 17:26:23 v1.2.1-dev.45 17:26:23 v1.2.1-dev.46 17:26:23 v1.2.1-dev.47 17:26:23 v1.2.1-dev.48 17:26:23 v1.2.1-dev.49 17:26:23 v1.2.1-dev.5 17:26:23 v1.2.1-dev.50 17:26:23 v1.2.1-dev.51 17:26:23 v1.2.1-dev.52 17:26:23 v1.2.1-dev.53 17:26:23 v1.2.1-dev.54 17:26:23 v1.2.1-dev.55 17:26:23 v1.2.1-dev.56 17:26:23 v1.2.1-dev.57 17:26:23 v1.2.1-dev.58 17:26:23 v1.2.1-dev.6 17:26:23 v1.2.1-dev.7 17:26:23 v1.2.1-dev.8 17:26:23 v1.2.1-dev.9 17:26:23 v1.3.0 17:26:23 v1.3.1-dev.1 [Pipeline] sh 17:26:23 + lftools sign git-tag v1.3.1-dev.1 17:26:25 Signing Git tag with Sigul... 17:26:25 Signing v1.3.1-dev.1 [Pipeline] echo 17:26:26 Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh 17:26:27 ---> sigul-configuration-cleanup.sh [Pipeline] } 17:26:27 Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } 17:26:27 $ docker stop --time=1 9d5fbefb651b20ee0e8c601c07ec4495b3f61e2ff98a2d73a46ce962019519d6 17:26:29 $ docker rm -f 9d5fbefb651b20ee0e8c601c07ec4495b3f61e2ff98a2d73a46ce962019519d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh 17:26:30 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:26:30 . [Pipeline] withDockerContainer 17:26:30 prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container 17:26:30 $ 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 17:26:31 $ docker top 70eb76706b75e710049c51dbb38ef38a03245e7d6905522f0a3e05cb04812223 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:26:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:26:32 [ssh-agent] Looking for ssh-agent implementation... 17:26:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:26:32 $ docker exec 70eb76706b75e710049c51dbb38ef38a03245e7d6905522f0a3e05cb04812223 ssh-agent 17:26:32 SSH_AUTH_SOCK=/tmp/ssh-PpJARipHUjKk/agent.12 17:26:32 SSH_AGENT_PID=17 17:26:32 Running ssh-add (command line suppressed) 17:26:32 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8814296960715402338.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_8814296960715402338.key) 17:26:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:26:33 + git semver bump pre 17:26:33 # -> Open(): unable to determine branch for HEAD 17:26:33 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:26:33 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:26:33 # $SEMVER_REMOTE_NAME = origin 17:26:33 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:26:33 # $SEMVER_USER_NAME = edgex-jenkins 17:26:33 # $SEMVER_BRANCH = master 17:26:33 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver 17:26:33 1.3.1-dev.2 [Pipeline] } 17:26:33 $ docker exec --env ******** --env ******** 70eb76706b75e710049c51dbb38ef38a03245e7d6905522f0a3e05cb04812223 ssh-agent -k 17:26:33 unset SSH_AUTH_SOCK; 17:26:33 unset SSH_AGENT_PID; 17:26:33 echo Agent pid 17 killed; 17:26:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:26:34 + git semver [Pipeline] } 17:26:34 $ docker stop --time=1 70eb76706b75e710049c51dbb38ef38a03245e7d6905522f0a3e05cb04812223 17:26:35 $ docker rm -f 70eb76706b75e710049c51dbb38ef38a03245e7d6905522f0a3e05cb04812223 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh 17:26:36 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:26:36 . [Pipeline] withDockerContainer 17:26:36 prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container 17:26:36 $ 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 17:26:37 $ docker top 3bca9c1c9ed00411114d63ec1b923d629452cbdc963817c105833dfd9085c6c7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:26:37 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:26:37 [ssh-agent] Looking for ssh-agent implementation... 17:26:38 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:26:38 $ docker exec 3bca9c1c9ed00411114d63ec1b923d629452cbdc963817c105833dfd9085c6c7 ssh-agent 17:26:39 SSH_AUTH_SOCK=/tmp/ssh-yfEHCKveS7wj/agent.11 17:26:39 SSH_AGENT_PID=17 17:26:39 Running ssh-add (command line suppressed) 17:26:39 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1288809213988125213.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1288809213988125213.key) 17:26:39 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:26:39 + git semver push 17:26:39 # -> Open(): unable to determine branch for HEAD 17:26:39 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 17:26:39 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 17:26:39 # $SEMVER_REMOTE_NAME = origin 17:26:39 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:26:39 # $SEMVER_USER_NAME = edgex-jenkins 17:26:39 # $SEMVER_BRANCH = master 17:26:39 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 17:26:46 $ docker exec --env ******** --env ******** 3bca9c1c9ed00411114d63ec1b923d629452cbdc963817c105833dfd9085c6c7 ssh-agent -k 17:26:46 unset SSH_AUTH_SOCK; 17:26:46 unset SSH_AGENT_PID; 17:26:46 echo Agent pid 17 killed; 17:26:46 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:26:47 + git semver [Pipeline] } 17:26:47 $ docker stop --time=1 3bca9c1c9ed00411114d63ec1b923d629452cbdc963817c105833dfd9085c6c7 17:26:48 $ docker rm -f 3bca9c1c9ed00411114d63ec1b923d629452cbdc963817c105833dfd9085c6c7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:26:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:26:51 ---> package-listing.sh 17:26:51 ++ tr '[:upper:]' '[:lower:]' 17:26:51 ++ facter osfamily 17:26:51 + OS_FAMILY=redhat 17:26:51 + workspace=/w/workspace/ndry_app-functions-sdk-go_master 17:26:51 + START_PACKAGES=/tmp/packages_start.txt 17:26:51 + END_PACKAGES=/tmp/packages_end.txt 17:26:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:26:51 + PACKAGES=/tmp/packages_start.txt 17:26:51 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:26:51 + PACKAGES=/tmp/packages_end.txt 17:26:51 + case "${OS_FAMILY}" in 17:26:51 + rpm -qa 17:26:51 + sort 17:26:56 + '[' -f /tmp/packages_start.txt ']' 17:26:56 + '[' -f /tmp/packages_end.txt ']' 17:26:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:26:56 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']' 17:26:56 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/ 17:26:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/ [Pipeline] echo 17:26:56 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:26:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:26:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:26:57 17:26:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:26:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:26:57 alpine: Pulling from edgex-lftools-log-publisher 17:26:57 df20fa9351a1: Pulling fs layer 17:26:57 36b3adc4ff6f: Pulling fs layer 17:26:57 8ad3a11d3b57: Pulling fs layer 17:26:57 46f8f816bc3b: Pulling fs layer 17:26:57 93b61091891f: Pulling fs layer 17:26:57 93b9cdb0e59b: Pulling fs layer 17:26:57 5e14af77c1be: Pulling fs layer 17:26:57 01666e4c0597: Pulling fs layer 17:26:57 aa168da1d23b: Pulling fs layer 17:26:57 46f8f816bc3b: Waiting 17:26:57 93b61091891f: Waiting 17:26:57 93b9cdb0e59b: Waiting 17:26:57 5e14af77c1be: Waiting 17:26:57 01666e4c0597: Waiting 17:26:57 aa168da1d23b: Waiting 17:26:57 46f8f816bc3b: Verifying Checksum 17:26:57 46f8f816bc3b: Download complete 17:26:58 df20fa9351a1: Verifying Checksum 17:26:58 df20fa9351a1: Download complete 17:26:58 93b9cdb0e59b: Verifying Checksum 17:26:58 93b9cdb0e59b: Download complete 17:26:58 5e14af77c1be: Verifying Checksum 17:26:58 5e14af77c1be: Download complete 17:26:58 93b61091891f: Verifying Checksum 17:26:58 93b61091891f: Download complete 17:26:58 01666e4c0597: Verifying Checksum 17:26:58 01666e4c0597: Download complete 17:26:58 8ad3a11d3b57: Verifying Checksum 17:26:58 8ad3a11d3b57: Download complete 17:26:58 df20fa9351a1: Pull complete 17:26:59 36b3adc4ff6f: Pull complete 17:27:00 8ad3a11d3b57: Pull complete 17:27:00 46f8f816bc3b: Pull complete 17:27:00 aa168da1d23b: Verifying Checksum 17:27:00 aa168da1d23b: Download complete 17:27:01 93b61091891f: Pull complete 17:27:01 93b9cdb0e59b: Pull complete 17:27:01 5e14af77c1be: Pull complete 17:27:01 01666e4c0597: Pull complete 17:27:10 aa168da1d23b: Pull complete 17:27:10 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:27:10 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:27:10 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:27:10 prd-centos7-docker-4c-2g-13413 does not seem to be running inside a container 17:27:10 $ 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 17:27:14 $ docker top 1a36ad2c088988aa20b7aad57e4ea7573dc1efabb777e2c5d56020bffa20ae94 -eo pid,comm [Pipeline] { [Pipeline] sh 17:27:14 + touch /tmp/pre-build-complete [Pipeline] sh 17:27:15 + mkdir -p /var/log/sa [Pipeline] sh 17:27:15 + ls /var/log/sa-host 17:27:15 + sadf -c /var/log/sa-host/sa23 17:27:15 file_magic: OK 17:27:15 HZ: Using current value: 100 17:27:15 file_header: OK 17:27:15 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:27:15 Statistics: 17:27:15 Hnuu...uuuununununu... 17:27:15 File successfully converted to sysstat format version 12.2.1 17:27:15 + sadf -c /var/log/sa-host/sa25 17:27:15 file_magic: OK 17:27:15 HZ: Using current value: 100 17:27:15 file_header: OK 17:27:15 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 17:27:15 Statistics: 17:27:15 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:27:15 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:27:15 provisioning config files... 17:27:15 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4403574581658125874tmp [Pipeline] { [Pipeline] echo 17:27:15 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:27:16 ---> create-netrc.sh [Pipeline] } 17:27:16 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:27:16 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:27:16 ---> python-tools-install.sh [Pipeline] echo 17:27:16 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:27:17 ---> sudo-logs.sh 17:27:17 Archiving 'sudo' log.. [Pipeline] echo 17:27:17 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:27:17 ---> job-cost.sh 17:27:17 lf-activate-venv: SKIPPING 17:27:17 INFO: No Stack... 17:27:19 INFO: Retrieving Pricing Info for: v1-standard-2 17:27:19 INFO: Archiving Costs [Pipeline] echo 17:27:19 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:27:19 ---> logs-deploy.sh 17:27:19 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/148 17:27:19 INFO: archiving workspace using pattern(s): 17:27:21 Archives upload complete. 17:27:21 INFO: archiving logs to Nexus 17:27:23 ---> uname -a: 17:27:23 Linux prd-centos7-docker-4c-2g-13413.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:27:23 17:27:23 17:27:23 ---> lscpu: 17:27:23 Architecture: x86_64 17:27:23 CPU op-mode(s): 32-bit, 64-bit 17:27:23 Byte Order: Little Endian 17:27:23 Address sizes: 40 bits physical, 48 bits virtual 17:27:23 CPU(s): 4 17:27:23 On-line CPU(s) list: 0-3 17:27:23 Thread(s) per core: 1 17:27:23 Core(s) per socket: 1 17:27:23 Socket(s): 4 17:27:23 NUMA node(s): 1 17:27:23 Vendor ID: GenuineIntel 17:27:23 CPU family: 6 17:27:23 Model: 44 17:27:23 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:27:23 Stepping: 1 17:27:23 CPU MHz: 2933.438 17:27:23 BogoMIPS: 5866.87 17:27:23 Virtualization: VT-x 17:27:23 Hypervisor vendor: KVM 17:27:23 Virtualization type: full 17:27:23 L1d cache: 128 KiB 17:27:23 L1i cache: 128 KiB 17:27:23 L2 cache: 16 MiB 17:27:23 L3 cache: 64 MiB 17:27:23 NUMA node0 CPU(s): 0-3 17:27:23 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:27:23 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:27:23 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:27:23 Vulnerability Meltdown: Mitigation; PTI 17:27:23 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:27:23 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:27:23 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:27:23 Vulnerability Srbds: Not affected 17:27:23 Vulnerability Tsx async abort: Not affected 17:27:23 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 17:27:23 17:27:23 17:27:23 ---> nproc: 17:27:23 4 17:27:23 17:27:23 17:27:23 ---> df -h: 17:27:23 Filesystem Size Used Available Use% Mounted on 17:27:23 overlay 50.0G 8.6G 41.4G 17% / 17:27:23 tmpfs 64.0M 0 64.0M 0% /dev 17:27:23 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:27:23 shm 64.0M 0 64.0M 0% /dev/shm 17:27:23 /dev/vda1 50.0G 8.6G 41.4G 17% /facter-os 17:27:23 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/resolv.conf 17:27:23 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hostname 17:27:23 /dev/vda1 50.0G 8.6G 41.4G 17% /etc/hosts 17:27:23 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/auth.log 17:27:23 /dev/vda1 50.0G 8.6G 41.4G 17% /run/cloud-init/result.json 17:27:23 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master 17:27:23 /dev/vda1 50.0G 8.6G 41.4G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp 17:27:23 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/sa-host 17:27:23 /dev/vda1 50.0G 8.6G 41.4G 17% /var/log/secure 17:27:23 17:27:23 17:27:23 ---> free -m: 17:27:23 total used free shared buff/cache available 17:27:23 Mem: 1837 816 153 0 867 956 17:27:23 Swap: 1023 3 1020 17:27:23 17:27:23 17:27:23 ---> ip addr: 17:27:23 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:27:23 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:27:23 inet 127.0.0.1/8 scope host lo 17:27:23 valid_lft forever preferred_lft forever 17:27:23 inet6 ::1/128 scope host 17:27:23 valid_lft forever preferred_lft forever 17:27:23 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:27:23 link/ether fa:16:3e:30:4b:92 brd ff:ff:ff:ff:ff:ff 17:27:23 inet 10.30.122.253/23 brd 10.30.123.255 scope global dynamic eth0 17:27:23 valid_lft 85728sec preferred_lft 85728sec 17:27:23 inet6 fe80::f816:3eff:fe30:4b92/64 scope link 17:27:23 valid_lft forever preferred_lft forever 17:27:23 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:27:23 link/ether 02:42:3f:9f:12:60 brd ff:ff:ff:ff:ff:ff 17:27:23 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:27:23 valid_lft forever preferred_lft forever 17:27:23 inet6 fe80::42:3fff:fe9f:1260/64 scope link 17:27:23 valid_lft forever preferred_lft forever 17:27:23 17:27:23 17:27:23 ---> sar -b -r -n DEV: 17:27:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/25/20 _x86_64_ (4 CPU) 17:27:23 17:27:23 17:15:58 LINUX RESTART (4 CPU) 17:27:23 17:27:23 17:17:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:27:23 17:18:02 35.78 13.45 22.33 0.00 4528.54 3637.48 0.00 17:27:23 17:19:01 0.73 0.00 0.73 0.00 0.00 10.02 0.00 17:27:23 17:20:01 0.55 0.00 0.55 0.00 0.00 7.02 0.00 17:27:23 17:21:01 0.18 0.00 0.18 0.00 0.00 2.35 0.00 17:27:23 17:22:01 0.22 0.00 0.22 0.00 0.00 3.38 0.00 17:27:23 17:23:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 17:27:23 17:24:01 0.23 0.00 0.23 0.00 0.00 3.10 0.00 17:27:23 17:25:01 52.26 19.30 32.96 0.00 1193.89 16366.76 0.00 17:27:23 17:26:01 344.25 178.24 166.01 0.00 8011.83 42217.11 0.00 17:27:23 17:27:01 201.65 107.15 94.50 0.00 7951.48 16835.34 0.00 17:27:23 Average: 63.81 31.91 31.89 0.00 2174.56 7933.16 0.00 17:27:23 17:27:23 17:17:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:27:23 17:18:02 237376 0 563452 29.95 2620 1078096 1098444 37.49 392824 1052480 20 17:27:23 17:19:01 243988 0 556832 29.59 2620 1078104 1052628 35.92 401936 1037804 8 17:27:23 17:20:01 242988 0 557828 29.65 2620 1078108 1052808 35.93 401484 1039380 20 17:27:23 17:21:01 241528 0 559288 29.72 2620 1078108 1052856 35.93 407544 1034696 16 17:27:23 17:22:01 241044 0 559764 29.75 2620 1078116 1052936 35.93 406140 1036620 8 17:27:23 17:23:01 241380 0 559424 29.73 2620 1078120 1052696 35.93 436968 1006028 12 17:27:23 17:24:01 240292 0 560508 29.79 2620 1078124 1052924 35.93 437980 1006024 20 17:27:23 17:25:01 93036 0 679224 36.10 2620 1106664 1488524 50.80 497424 1045764 106668 17:27:23 17:26:01 69820 0 779004 41.40 2188 1030532 1529176 52.19 618688 905216 69768 17:27:23 17:27:01 81652 0 818432 43.50 1464 979996 1538756 52.52 606000 859696 52016 17:27:23 Average: 193310 0 619376 32.92 2461 1066397 1197175 40.86 460699 1002371 22856 17:27:23 17:27:23 17:17:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:27:23 17:18:02 eth0 164.20 156.17 645.96 38.32 0.00 0.00 0.00 0.00 17:27:23 17:18:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:18:02 docker0 100.67 93.36 8.89 304.49 0.00 0.00 0.00 0.00 17:27:23 17:19:01 eth0 0.47 0.08 0.04 0.01 0.00 0.00 0.00 0.00 17:27:23 17:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:20:01 eth0 1.81 0.48 0.39 0.21 0.00 0.00 0.00 0.00 17:27:23 17:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:21:01 eth0 1.72 0.60 0.62 0.40 0.00 0.00 0.00 0.00 17:27:23 17:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:22:01 eth0 1.38 0.75 0.80 0.47 0.00 0.00 0.00 0.00 17:27:23 17:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:23:01 eth0 1.76 0.02 0.16 0.00 0.00 0.00 0.00 0.00 17:27:23 17:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:24:01 eth0 1.65 0.87 0.82 0.61 0.00 0.00 0.00 0.00 17:27:23 17:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:25:01 eth0 419.92 354.44 4067.20 29.35 0.00 0.00 0.00 0.00 17:27:23 17:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:26:01 eth0 453.42 385.95 3628.01 90.13 0.00 0.00 0.00 0.00 17:27:23 17:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:26:01 docker0 58.01 62.51 4.59 411.10 0.00 0.00 0.00 0.00 17:27:23 17:27:01 eth0 297.47 219.14 2407.93 75.61 0.00 0.00 0.00 0.00 17:27:23 17:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 17:27:01 docker0 25.72 34.26 1.71 185.61 0.00 0.00 0.00 0.00 17:27:23 Average: eth0 134.78 112.18 1078.51 23.58 0.00 0.00 0.00 0.00 17:27:23 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:27:23 Average: docker0 18.48 19.06 1.52 90.35 0.00 0.00 0.00 0.00 17:27:23 17:27:23 17:27:23 ---> sar -P ALL: 17:27:23 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 11/25/20 _x86_64_ (4 CPU) 17:27:23 17:27:23 17:15:58 LINUX RESTART (4 CPU) 17:27:23 17:27:23 17:17:01 CPU %user %nice %system %iowait %steal %idle 17:27:23 17:18:02 all 3.14 0.00 2.44 0.77 2.82 90.83 17:27:23 17:18:02 0 3.74 0.00 2.51 1.06 3.01 89.68 17:27:23 17:18:02 1 2.54 0.00 2.39 1.59 2.84 90.65 17:27:23 17:18:02 2 3.62 0.00 2.38 0.17 2.79 91.05 17:27:23 17:18:02 3 2.67 0.00 2.48 0.25 2.65 91.95 17:27:23 17:19:01 all 0.11 0.00 0.06 0.00 0.07 99.76 17:27:23 17:19:01 0 0.03 0.00 0.07 0.00 0.03 99.86 17:27:23 17:19:01 1 0.05 0.00 0.05 0.00 0.08 99.81 17:27:23 17:19:01 2 0.07 0.00 0.07 0.00 0.08 99.78 17:27:23 17:19:01 3 0.31 0.00 0.05 0.00 0.07 99.58 17:27:23 17:20:01 all 0.15 0.00 0.12 0.00 0.45 99.28 17:27:23 17:20:01 0 0.05 0.00 0.10 0.00 0.42 99.43 17:27:23 17:20:01 1 0.41 0.00 0.10 0.00 0.80 98.69 17:27:23 17:20:01 2 0.08 0.00 0.22 0.00 0.33 99.37 17:27:23 17:20:01 3 0.07 0.00 0.05 0.00 0.25 99.63 17:27:23 17:21:01 all 0.11 0.00 0.05 0.00 0.18 99.66 17:27:23 17:21:01 0 0.03 0.00 0.05 0.00 0.13 99.78 17:27:23 17:21:01 1 0.32 0.00 0.07 0.00 0.27 99.35 17:27:23 17:21:01 2 0.05 0.00 0.03 0.00 0.12 99.80 17:27:23 17:21:01 3 0.03 0.00 0.03 0.00 0.22 99.72 17:27:23 17:22:01 all 0.17 0.00 0.11 0.00 0.31 99.40 17:27:23 17:22:01 0 0.05 0.00 0.17 0.00 0.12 99.67 17:27:23 17:22:01 1 0.50 0.00 0.05 0.00 0.38 99.07 17:27:23 17:22:01 2 0.07 0.00 0.15 0.00 0.32 99.47 17:27:23 17:22:01 3 0.08 0.00 0.08 0.00 0.43 99.40 17:27:23 17:23:01 all 0.11 0.00 0.15 0.00 0.40 99.35 17:27:23 17:23:01 0 0.02 0.00 0.28 0.00 0.48 99.22 17:27:23 17:23:01 1 0.22 0.00 0.08 0.00 0.60 99.10 17:27:23 17:23:01 2 0.02 0.00 0.05 0.00 0.30 99.63 17:27:23 17:23:01 3 0.18 0.00 0.18 0.00 0.20 99.43 17:27:23 17:24:01 all 0.14 0.00 0.04 0.00 0.21 99.61 17:27:23 17:24:01 0 0.05 0.00 0.03 0.00 0.32 99.60 17:27:23 17:24:01 1 0.07 0.00 0.03 0.00 0.20 99.70 17:27:23 17:24:01 2 0.03 0.00 0.02 0.00 0.08 99.87 17:27:23 17:24:01 3 0.42 0.00 0.07 0.00 0.23 99.28 17:27:23 17:25:01 all 3.62 0.00 2.88 0.22 5.51 87.76 17:27:23 17:25:01 0 3.55 0.00 3.29 0.26 5.61 87.29 17:27:23 17:25:01 1 4.12 0.00 3.28 0.17 5.53 86.91 17:27:23 17:25:01 2 3.60 0.00 2.46 0.28 5.59 88.07 17:27:23 17:25:01 3 3.22 0.00 2.50 0.18 5.33 88.76 17:27:23 17:26:01 all 10.70 0.00 9.28 3.31 6.62 70.09 17:27:23 17:26:01 0 10.57 0.00 9.93 4.06 6.76 68.68 17:27:23 17:26:01 1 11.54 0.00 9.63 3.30 6.45 69.08 17:27:23 17:26:01 2 11.26 0.00 9.26 3.80 6.78 68.90 17:27:23 17:26:01 3 9.43 0.00 8.31 2.11 6.48 73.67 17:27:23 17:27:01 all 7.61 0.00 6.97 3.09 5.01 77.32 17:27:23 17:27:01 0 7.38 0.00 7.06 5.65 5.20 74.71 17:27:23 17:27:01 1 11.18 0.00 8.18 3.14 4.76 72.74 17:27:23 17:27:01 2 5.95 0.00 6.48 2.16 5.06 80.35 17:27:23 17:27:01 3 5.96 0.00 6.18 1.46 5.02 81.38 17:27:23 Average: all 2.53 0.00 2.16 0.72 2.13 92.46 17:27:23 Average: 0 2.48 0.00 2.28 1.07 2.16 92.00 17:27:23 Average: 1 3.03 0.00 2.33 0.80 2.16 91.68 17:27:23 Average: 2 2.43 0.00 2.07 0.63 2.12 92.75 17:27:23 Average: 3 2.20 0.00 1.96 0.39 2.07 93.38 17:27:23 17:27:23 17:27:23