Pull request #546 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/app-functions-sdk-go Obtained Jenkinsfile from cb25ad2eb60eeb2e715d642847ef4e417519dad0+c65eb7284499b1fbc1e27f04cbc0044a46fbe13c (2482c776f21116f7cc6e459fb2b1b54cd5a713d1) 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5920 in /w/workspace/ndry_app-functions-sdk-go_PR-546 [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_PR-546 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit c65eb7284499b1fbc1e27f04cbc0044a46fbe13c into PR head commit cb25ad2eb60eeb2e715d642847ef4e417519dad0 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/546/head:refs/remotes/origin/PR-546 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb25ad2eb60eeb2e715d642847ef4e417519dad0 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge c65eb7284499b1fbc1e27f04cbc0044a46fbe13c # timeout=10 Merge succeeded, producing cb25ad2eb60eeb2e715d642847ef4e417519dad0 Checking out Revision cb25ad2eb60eeb2e715d642847ef4e417519dad0 (PR-546) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f cb25ad2eb60eeb2e715d642847ef4e417519dad0 # timeout=10 Commit message: "feat: Add ability to export via HTTP PUT with secret header support" First time build. Skipping changelog. > git rev-list --no-walk 26f67bfd46c7db7613104447875bc96d4605617a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:12:42 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:12:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:12:43 ========================================================= 17:12:43 EdgeX Global Pipelines Version Info 17:12:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:12:45 ------------------- 17:12:45 stable info: 17:12:45 ------------------- 17:12:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:12:45 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 17:12:45 Message: update stable to v1.0.144 17:12:46 ------------------- 17:12:46 experimental info: 17:12:46 ------------------- 17:12:46 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:12:46 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 17:12:46 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 17:12:47 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 17:12:47 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 17:12:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:12:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:12:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:12:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 17:12:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:12:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 17:12:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:12:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:12:48 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:12:48 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 17:12:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:12:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:12:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 17:12:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 17:12:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:12:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:12:49 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:12:49 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:12:49 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 17:12:49 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 17:12:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:12:49 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:12:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 17:12:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-546 [Pipeline] echo 17:12:50 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-546 [Pipeline] echo 17:12:50 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-546 [Pipeline] echo 17:12:50 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = cb25ad2eb60eeb2e715d642847ef4e417519dad0 [Pipeline] echo 17:12:50 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = cb25ad2 [Pipeline] echo 17:12:50 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:12:51 + git log --format=format:%s -1 cb25ad2eb60eeb2e715d642847ef4e417519dad0 [Pipeline] echo 17:12:51 GIT_COMMIT: cb25ad2eb60eeb2e715d642847ef4e417519dad0, Commit Message: feat: Add ability to export via HTTP PUT with secret header support [Pipeline] echo 17:12:51 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:12:52 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:12:53 17:12:53 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:12:53 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:12:53 latest: Pulling from edgex-devops/git-semver 17:12:53 31603596830f: Pulling fs layer 17:12:53 2a8b12db71e7: Pulling fs layer 17:12:53 6ca5941a6612: Pulling fs layer 17:12:53 ecc8261a40a4: Pulling fs layer 17:12:53 ecc8261a40a4: Waiting 17:12:53 2a8b12db71e7: Download complete 17:12:54 31603596830f: Verifying Checksum 17:12:54 31603596830f: Download complete 17:12:54 ecc8261a40a4: Verifying Checksum 17:12:54 ecc8261a40a4: Download complete 17:12:54 6ca5941a6612: Verifying Checksum 17:12:54 6ca5941a6612: Download complete 17:12:54 31603596830f: Pull complete 17:12:55 2a8b12db71e7: Pull complete 17:12:56 6ca5941a6612: Pull complete 17:12:56 ecc8261a40a4: Pull complete 17:12:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 17:12:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:12:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:12:56 prd-centos7-docker-4c-2g-5920 does not seem to be running inside a container 17:12:57 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_PR-546 -v /w/workspace/ndry_app-functions-sdk-go_PR-546:/w/workspace/ndry_app-functions-sdk-go_PR-546:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:12:59 $ docker top 4e816a84552db377cb86bceb2d1b90bf84c16f520e1c63e4724dd80e854bc67c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:12:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:12:59 [ssh-agent] Looking for ssh-agent implementation... 17:13:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:13:00 $ docker exec 4e816a84552db377cb86bceb2d1b90bf84c16f520e1c63e4724dd80e854bc67c ssh-agent 17:13:00 SSH_AUTH_SOCK=/tmp/ssh-bbmguiYoDges/agent.13 17:13:00 SSH_AGENT_PID=18 17:13:00 Running ssh-add (command line suppressed) 17:13:00 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_4656427843080621309.key (/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_4656427843080621309.key) 17:13:00 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:13:01 + git tag --points-at HEAD [Pipeline] } 17:13:01 $ docker exec --env ******** --env ******** 4e816a84552db377cb86bceb2d1b90bf84c16f520e1c63e4724dd80e854bc67c ssh-agent -k 17:13:01 unset SSH_AUTH_SOCK; 17:13:01 unset SSH_AGENT_PID; 17:13:01 echo Agent pid 18 killed; 17:13:01 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:13:01 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:13:01 [ssh-agent] Looking for ssh-agent implementation... 17:13:02 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:13:02 $ docker exec 4e816a84552db377cb86bceb2d1b90bf84c16f520e1c63e4724dd80e854bc67c ssh-agent 17:13:02 SSH_AUTH_SOCK=/tmp/ssh-xmHGtMnUuB7s/agent.48 17:13:02 SSH_AGENT_PID=53 17:13:02 Running ssh-add (command line suppressed) 17:13:03 Identity added: /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_4685948097590339467.key (/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/private_key_4685948097590339467.key) 17:13:03 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:13:03 + git semver init 17:13:03 # -> Open(): unable to determine branch for HEAD 17:13:03 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-546/.git 17:13:03 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_PR-546 17:13:03 # $SEMVER_REMOTE_NAME = origin 17:13:03 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:13:03 # $SEMVER_USER_NAME = edgex-jenkins 17:13:03 # $SEMVER_BRANCH = PR-546 17:13:03 # $SEMVER_TEMP = /tmp/semver-173421819 17:13:03 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 17:13:08 # '/tmp/semver-173421819' -> '/w/workspace/ndry_app-functions-sdk-go_PR-546/.semver' 17:13:08 # -> Force: false 17:13:08 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_PR-546/.semver [Pipeline] } 17:13:08 $ docker exec --env ******** --env ******** 4e816a84552db377cb86bceb2d1b90bf84c16f520e1c63e4724dd80e854bc67c ssh-agent -k 17:13:08 unset SSH_AUTH_SOCK; 17:13:08 unset SSH_AGENT_PID; 17:13:08 echo Agent pid 53 killed; 17:13:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:13:09 + git semver [Pipeline] } 17:13:09 $ docker stop --time=1 4e816a84552db377cb86bceb2d1b90bf84c16f520e1c63e4724dd80e854bc67c 17:13:11 $ docker rm -f 4e816a84552db377cb86bceb2d1b90bf84c16f520e1c63e4724dd80e854bc67c [Pipeline] // withDockerContainer [Pipeline] sh 17:13:11 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:13:13 Stashed 1 file(s) [Pipeline] echo 17:13:13 [edgeXSemver]: initialized semver on version 0.0.0 [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:13:28 Still waiting to schedule task 17:13:28 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:13:28 Still waiting to schedule task 17:13:28 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 17:16:27 Running on prd-centos7-docker-4c-2g-5922 in /w/workspace/ndry_app-functions-sdk-go_PR-546 [Pipeline] { [Pipeline] ws 17:16:27 Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout 17:16:30 using credential edgex-jenkins-ssh 17:16:30 Cloning the remote Git repository 17:16:30 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:16:30 > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 17:16:30 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:16:30 > git --version # timeout=10 17:16:30 > git --version # 'git version 2.16.5' 17:16:30 using GIT_SSH to set credentials SSH Credentials for GitHub 17:16:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:16:32 Merging remotes/origin/master commit c65eb7284499b1fbc1e27f04cbc0044a46fbe13c into PR head commit cb25ad2eb60eeb2e715d642847ef4e417519dad0 17:16:32 Merge succeeded, producing cb25ad2eb60eeb2e715d642847ef4e417519dad0 17:16:32 Checking out Revision cb25ad2eb60eeb2e715d642847ef4e417519dad0 (PR-546) 17:16:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:16:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:16:32 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:16:32 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:16:32 using GIT_SSH to set credentials SSH Credentials for GitHub 17:16:32 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/546/head:refs/remotes/origin/PR-546 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:16:32 > git config core.sparsecheckout # timeout=10 17:16:32 > git checkout -f cb25ad2eb60eeb2e715d642847ef4e417519dad0 # timeout=10 17:16:32 > git remote # timeout=10 17:16:32 > git config --get remote.origin.url # timeout=10 17:16:32 using GIT_SSH to set credentials SSH Credentials for GitHub 17:16:32 > git merge c65eb7284499b1fbc1e27f04cbc0044a46fbe13c # timeout=10 17:16:32 > git rev-parse HEAD^{commit} # timeout=10 17:16:32 > git config core.sparsecheckout # timeout=10 17:16:32 > git checkout -f cb25ad2eb60eeb2e715d642847ef4e417519dad0 # timeout=10 17:16:36 Commit message: "feat: Add ability to export via HTTP PUT with secret header support" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:16:37 ========================================================= 17:16:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 17:16:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:16:37 + 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:16:38 Sending build context to Docker daemon 19.12MB 17:16:38 Step 1/8 : ARG BASE=golang:1.15-alpine 17:16:38 Step 2/8 : FROM ${BASE} 17:16:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 17:16:38 df20fa9351a1: Pulling fs layer 17:16:38 ed8968b2872e: Pulling fs layer 17:16:38 a92cc7c5fd73: Pulling fs layer 17:16:38 e871e8e8d7a9: Pulling fs layer 17:16:38 e73272ec9a57: Pulling fs layer 17:16:38 1e910a182e73: Pulling fs layer 17:16:38 4e634b169226: Pulling fs layer 17:16:38 1e910a182e73: Waiting 17:16:38 4e634b169226: Waiting 17:16:38 e871e8e8d7a9: Waiting 17:16:38 a92cc7c5fd73: Verifying Checksum 17:16:38 a92cc7c5fd73: Download complete 17:16:38 ed8968b2872e: Download complete 17:16:38 e73272ec9a57: Verifying Checksum 17:16:38 e73272ec9a57: Download complete 17:16:38 1e910a182e73: Verifying Checksum 17:16:38 1e910a182e73: Download complete 17:16:38 df20fa9351a1: Verifying Checksum 17:16:38 df20fa9351a1: Download complete 17:16:39 df20fa9351a1: Pull complete 17:16:39 ed8968b2872e: Pull complete 17:16:39 a92cc7c5fd73: Pull complete 17:16:41 4e634b169226: Verifying Checksum 17:16:41 4e634b169226: Download complete 17:16:41 e871e8e8d7a9: Verifying Checksum 17:16:41 e871e8e8d7a9: Download complete 17:16:47 e871e8e8d7a9: Pull complete 17:16:47 e73272ec9a57: Pull complete 17:16:47 1e910a182e73: Pull complete 17:16:52 4e634b169226: Pull complete 17:16:52 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 17:16:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 17:16:52 ---> f7629b54cfaa 17:16:52 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:16:53 latest: Pulling from library/docker 17:16:53 df20fa9351a1: Already exists 17:16:53 25ad7478873d: Pulling fs layer 17:16:53 4684f6177b5d: Pulling fs layer 17:16:53 8ba584e970af: Pulling fs layer 17:16:53 3cdc74d2b06d: Pulling fs layer 17:16:53 4cf5a0d07c1f: Pulling fs layer 17:16:53 fca0ccc462d5: Pulling fs layer 17:16:53 3cdc74d2b06d: Waiting 17:16:53 4cf5a0d07c1f: Waiting 17:16:53 fca0ccc462d5: Waiting 17:16:53 4684f6177b5d: Verifying Checksum 17:16:53 4684f6177b5d: Download complete 17:16:53 25ad7478873d: Download complete 17:16:53 3cdc74d2b06d: Download complete 17:16:53 4cf5a0d07c1f: Verifying Checksum 17:16:53 4cf5a0d07c1f: Download complete 17:16:53 fca0ccc462d5: Verifying Checksum 17:16:53 fca0ccc462d5: Download complete 17:16:53 25ad7478873d: Pull complete 17:16:53 4684f6177b5d: Pull complete 17:16:54 8ba584e970af: Download complete 17:16:56 8ba584e970af: Pull complete 17:16:56 3cdc74d2b06d: Pull complete 17:16:56 4cf5a0d07c1f: Pull complete 17:16:57 fca0ccc462d5: Pull complete 17:16:57 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 17:16:57 Status: Downloaded newer image for docker:latest 17:16:59 ---> 67843d3be57b 17:16:59 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:16:59 ---> Running in b5d0e5502636 17:16:59 Removing intermediate container b5d0e5502636 17:16:59 ---> a4c9d485256a 17:16:59 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:16:59 ---> Running in bcb32d3abb13 17:17:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:17:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:17:02 (1/5) Installing libsodium (1.0.18-r0) 17:17:02 (2/5) Installing libzmq (4.3.3-r0) 17:17:02 (3/5) Installing pkgconf (1.7.2-r0) 17:17:02 (4/5) Installing libsodium-dev (1.0.18-r0) 17:17:02 (5/5) Installing zeromq-dev (4.3.3-r0) 17:17:02 Executing busybox-1.31.1-r16.trigger 17:17:02 OK: 167 MiB in 44 packages 17:17:03 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5921 in /w/workspace/ndry_app-functions-sdk-go_PR-546 [Pipeline] { 17:17:03 Removing intermediate container bcb32d3abb13 17:17:03 ---> a527c5b89b40 17:17:03 Step 6/8 : WORKDIR /build 17:17:03 ---> Running in 8788bf0b3e48 [Pipeline] ws 17:17:03 Running in /w/workspace/app-functions-sdk-go/3 [Pipeline] { [Pipeline] checkout 17:17:03 Removing intermediate container 8788bf0b3e48 17:17:03 ---> edbc69d91c7c 17:17:03 Step 7/8 : COPY go.mod . 17:17:04 ---> 532d1df58efd 17:17:04 Step 8/8 : RUN go mod download 17:17:04 ---> Running in fc826323ad25 17:17:08 using credential edgex-jenkins-ssh 17:17:08 Cloning the remote Git repository 17:17:08 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 17:17:09 > git init /w/workspace/app-functions-sdk-go/3 # timeout=10 17:17:09 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:17:09 > git --version # timeout=10 17:17:09 > git --version # 'git version 2.17.1' 17:17:09 using GIT_SSH to set credentials SSH Credentials for GitHub 17:17:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:17:12 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:17:12 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:17:12 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 17:17:12 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 17:17:12 using GIT_SSH to set credentials SSH Credentials for GitHub 17:17:12 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/pull/546/head:refs/remotes/origin/PR-546 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:17:12 Merging remotes/origin/master commit c65eb7284499b1fbc1e27f04cbc0044a46fbe13c into PR head commit cb25ad2eb60eeb2e715d642847ef4e417519dad0 17:17:13 Merge succeeded, producing cb25ad2eb60eeb2e715d642847ef4e417519dad0 17:17:13 Checking out Revision cb25ad2eb60eeb2e715d642847ef4e417519dad0 (PR-546) 17:17:12 > git config core.sparsecheckout # timeout=10 17:17:12 > git checkout -f cb25ad2eb60eeb2e715d642847ef4e417519dad0 # timeout=10 17:17:13 > git remote # timeout=10 17:17:13 > git config --get remote.origin.url # timeout=10 17:17:13 using GIT_SSH to set credentials SSH Credentials for GitHub 17:17:13 > git merge c65eb7284499b1fbc1e27f04cbc0044a46fbe13c # timeout=10 17:17:13 > git rev-parse HEAD^{commit} # timeout=10 17:17:13 > git config core.sparsecheckout # timeout=10 17:17:13 > git checkout -f cb25ad2eb60eeb2e715d642847ef4e417519dad0 # timeout=10 17:17:17 Commit message: "feat: Add ability to export via HTTP PUT with secret header support" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:17:18 ========================================================= 17:17:18 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:17:18 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:17:19 + 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:17:20 Sending build context to Docker daemon 19.12MB 17:17:20 Step 1/8 : ARG BASE=golang:1.15-alpine 17:17:20 Step 2/8 : FROM ${BASE} 17:17:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:17:20 b538f80385f9: Pulling fs layer 17:17:20 74f711af9a0d: Pulling fs layer 17:17:20 99f96fe45779: Pulling fs layer 17:17:20 8529a6b9a6be: Pulling fs layer 17:17:20 45590311c82a: Pulling fs layer 17:17:20 69ca0ff8b7b3: Pulling fs layer 17:17:20 209524e5b208: Pulling fs layer 17:17:20 45590311c82a: Waiting 17:17:20 69ca0ff8b7b3: Waiting 17:17:20 209524e5b208: Waiting 17:17:20 8529a6b9a6be: Waiting 17:17:21 99f96fe45779: Download complete 17:17:21 74f711af9a0d: Verifying Checksum 17:17:21 74f711af9a0d: Download complete 17:17:21 45590311c82a: Verifying Checksum 17:17:21 45590311c82a: Download complete 17:17:21 b538f80385f9: Verifying Checksum 17:17:21 b538f80385f9: Download complete 17:17:21 69ca0ff8b7b3: Download complete 17:17:21 b538f80385f9: Pull complete 17:17:22 74f711af9a0d: Pull complete 17:17:23 99f96fe45779: Pull complete 17:17:24 209524e5b208: Verifying Checksum 17:17:24 209524e5b208: Download complete 17:17:24 8529a6b9a6be: Verifying Checksum 17:17:24 8529a6b9a6be: Download complete 17:17:30 Removing intermediate container fc826323ad25 17:17:30 ---> 55586b3d5d4e 17:17:30 Successfully built 55586b3d5d4e 17:17:30 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:17:31 + docker inspect -f . ci-base-image-x86_64 17:17:31 . [Pipeline] withDockerContainer 17:17:31 prd-centos7-docker-4c-2g-5922 does not seem to be running inside a container 17:17:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:17:32 $ docker top 09122dc4833c8b57842c6ea56b7a7b5d07c14c4c4aa92a4eafa2bfd0bb1ac472 -eo pid,comm [Pipeline] { [Pipeline] sh 17:17:32 + go version 17:17:32 go version go1.15.2 linux/amd64 [Pipeline] } 17:17:32 $ docker stop --time=1 09122dc4833c8b57842c6ea56b7a7b5d07c14c4c4aa92a4eafa2bfd0bb1ac472 17:17:34 $ docker rm -f 09122dc4833c8b57842c6ea56b7a7b5d07c14c4c4aa92a4eafa2bfd0bb1ac472 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:17:34 8529a6b9a6be: Pull complete 17:17:34 45590311c82a: Pull complete 17:17:34 + docker inspect -f . ci-base-image-x86_64 17:17:34 . [Pipeline] withDockerContainer 17:17:34 prd-centos7-docker-4c-2g-5922 does not seem to be running inside a container 17:17:35 69ca0ff8b7b3: Pull complete 17:17:35 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:17:35 $ docker top c6ec4dab63941ba1009a62b017b24fdba4c4dc5daf2c69840745df642f73fafe -eo pid,comm [Pipeline] { [Pipeline] sh 17:17:36 + make test 17:17:36 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:17:38 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 17:17:39 209524e5b208: Pull complete 17:17:39 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:17:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:17:39 ---> 5bddaf1c2fca 17:17:39 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:17:39 latest: Pulling from library/docker 17:17:39 b538f80385f9: Already exists 17:17:39 259a493cd78d: Pulling fs layer 17:17:39 b8e66b5100f5: Pulling fs layer 17:17:39 7f8258a56ab6: Pulling fs layer 17:17:39 75a0a0ebb566: Pulling fs layer 17:17:39 4a2c62f0a2a3: Pulling fs layer 17:17:39 294320357d30: Pulling fs layer 17:17:39 4a2c62f0a2a3: Waiting 17:17:39 75a0a0ebb566: Waiting 17:17:39 294320357d30: Waiting 17:17:39 b8e66b5100f5: Verifying Checksum 17:17:39 b8e66b5100f5: Download complete 17:17:39 259a493cd78d: Verifying Checksum 17:17:39 259a493cd78d: Download complete 17:17:39 75a0a0ebb566: Verifying Checksum 17:17:39 75a0a0ebb566: Download complete 17:17:39 4a2c62f0a2a3: Verifying Checksum 17:17:39 4a2c62f0a2a3: Download complete 17:17:39 294320357d30: Download complete 17:17:40 259a493cd78d: Pull complete 17:17:40 b8e66b5100f5: Pull complete 17:17:40 7f8258a56ab6: Verifying Checksum 17:17:40 7f8258a56ab6: Download complete 17:17:44 7f8258a56ab6: Pull complete 17:17:44 75a0a0ebb566: Pull complete 17:17:44 4a2c62f0a2a3: Pull complete 17:17:44 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.107s coverage: 86.2% of statements 17:17:45 294320357d30: Pull complete 17:17:45 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 17:17:45 Status: Downloaded newer image for docker:latest 17:17:51 ---> 99059bd2d956 17:17:51 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 17:17:51 ---> Running in 8ffb74ccc8f7 17:17:51 Removing intermediate container 8ffb74ccc8f7 17:17:51 ---> 417b748587c3 17:17:51 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 17:17:51 ---> Running in d7ee13f2a081 17:17:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:17:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:17:55 (1/5) Installing libsodium (1.0.18-r0) 17:17:55 (2/5) Installing libzmq (4.3.3-r0) 17:17:55 (3/5) Installing pkgconf (1.7.2-r0) 17:17:55 (4/5) Installing libsodium-dev (1.0.18-r0) 17:17:55 (5/5) Installing zeromq-dev (4.3.3-r0) 17:17:55 Executing busybox-1.31.1-r16.trigger 17:17:55 OK: 144 MiB in 44 packages 17:17:57 Removing intermediate container d7ee13f2a081 17:17:57 ---> 3210d1534130 17:17:57 Step 6/8 : WORKDIR /build 17:17:57 ---> Running in d7587d27d0a4 17:17:57 Removing intermediate container d7587d27d0a4 17:17:57 ---> 5ef5d010e21a 17:17:57 Step 7/8 : COPY go.mod . 17:17:58 ---> 847afba72897 17:17:58 Step 8/8 : RUN go mod download 17:17:58 ---> Running in ee24f0e60fb0 17:17:59 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.030s coverage: 51.7% of statements 17:17:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 17:17:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 17:17:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.028s coverage: 54.7% of statements 17:17:59 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 17:17:59 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.270s coverage: 69.1% of statements 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.478s coverage: 61.6% of statements 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.005s coverage: 89.5% of statements 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.006s coverage: 100.0% of statements 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.071s coverage: 100.0% of statements 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 17:18:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 17:18:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 17:18:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 17:18:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 17:18:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 17:18:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 17:18:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.006s coverage: 96.6% of statements 17:18:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 17:18:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 17:18:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.011s coverage: 9.4% of statements 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.033s coverage: 75.0% of statements 17:18:14 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.009s coverage: 88.9% of statements 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.107s coverage: 80.5% of statements 17:18:14 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.007s coverage: 71.7% of statements 17:18:30 Removing intermediate container ee24f0e60fb0 17:18:30 ---> b9c206ea9b53 17:18:30 Successfully built b9c206ea9b53 17:18:30 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:18:31 + docker inspect -f . ci-base-image-arm64 17:18:31 . [Pipeline] withDockerContainer 17:18:31 prd-ubuntu18.04-docker-arm64-4c-16g-5921 does not seem to be running inside a container 17:18:31 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:18:33 --- FAIL: TestBatchInTimeAndCountMode_TimeElapsed (4.00s) 17:18:33 batch_test.go:66: 17:18:33 Error Trace: batch_test.go:66 17:18:33 asm_amd64.s:1374 17:18:33 Error: Not equal: 17:18:33 expected: 3 17:18:33 actual : 2 17:18:33 Test: TestBatchInTimeAndCountMode_TimeElapsed 17:18:33 batch_test.go:67: 17:18:33 Error Trace: batch_test.go:67 17:18:33 asm_amd64.s:1374 17:18:33 Error: "[Test1]" should have 0 item(s), but has 1 17:18:33 Test: TestBatchInTimeAndCountMode_TimeElapsed 17:18:33 Messages: Should have 0 records 17:18:33 batch_test.go:73: 17:18:33 Error Trace: batch_test.go:73 17:18:33 asm_amd64.s:1374 17:18:33 Error: Should be false 17:18:33 Test: TestBatchInTimeAndCountMode_TimeElapsed 17:18:33 level=DEBUG ts=2020-10-16T17:18:31.237157911Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 17:18:33 level=DEBUG ts=2020-10-16T17:18:31.237314562Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603]" 17:18:33 level=DEBUG ts=2020-10-16T17:18:31.237362212Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 17:18:33 level=DEBUG ts=2020-10-16T17:18:31.237405135Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603 Tag1:Value1 Tag2:Value2]" 17:18:33 level=DEBUG ts=2020-10-16T17:18:31.237476246Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 17:18:33 level=DEBUG ts=2020-10-16T17:18:31.237546722Z app="Unit Test" source=tags.go:63 msg="No tags added to Event. Add tags list is empty." 17:18:33 level=DEBUG ts=2020-10-16T17:18:31.237604699Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 17:18:33 level=DEBUG ts=2020-10-16T17:18:31.237674202Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 17:18:33 FAIL 17:18:33 coverage: 70.8% of statements 17:18:33 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 27.026s 17:18:33 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 17:18:33 FAIL 17:18:33 make: *** [Makefile:6: test] Error 1 17:18:33 $ docker top 3b14a714ef6616001ed343d1b836b9f839b0ce54827482a54a2612cee9d407a1 -eo pid,comm [Pipeline] { [Pipeline] } 17:18:33 $ docker stop --time=1 c6ec4dab63941ba1009a62b017b24fdba4c4dc5daf2c69840745df642f73fafe 17:18:35 $ docker rm -f c6ec4dab63941ba1009a62b017b24fdba4c4dc5daf2c69840745df642f73fafe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } 17:18:36 + go version 17:18:36 go version go1.15.2 linux/arm64 [Pipeline] // withEnv [Pipeline] } [Pipeline] } 17:18:36 $ docker stop --time=1 3b14a714ef6616001ed343d1b836b9f839b0ce54827482a54a2612cee9d407a1 17:18:38 $ docker rm -f 3b14a714ef6616001ed343d1b836b9f839b0ce54827482a54a2612cee9d407a1 [Pipeline] // ws [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // node [Pipeline] // script [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } 17:18:39 Failed in branch amd64 [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:18:40 + docker inspect -f . ci-base-image-arm64 17:18:40 . [Pipeline] withDockerContainer 17:18:40 prd-ubuntu18.04-docker-arm64-4c-16g-5921 does not seem to be running inside a container 17:18:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/3 -v /w/workspace/app-functions-sdk-go/3:/w/workspace/app-functions-sdk-go/3:rw,z -v /w/workspace/app-functions-sdk-go/3@tmp:/w/workspace/app-functions-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:18:42 $ docker top e3e379b70817773aede20dd4d0c5a9fc66f2187474b620dfe31c10c46335b1ad -eo pid,comm [Pipeline] { [Pipeline] sh 17:18:43 + make test 17:18:43 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 17:18:45 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 17:19:07 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.104s coverage: 86.2% of statements 17:19:46 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.067s coverage: 51.7% of statements 17:19:46 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 17:19:46 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 17:19:46 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.090s coverage: 54.7% of statements 17:19:46 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 17:19:46 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.400s coverage: 69.1% of statements 17:19:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.507s coverage: 61.6% of statements 17:19:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.014s coverage: 89.5% of statements 17:19:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.016s coverage: 100.0% of statements 17:19:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.094s coverage: 100.0% of statements 17:19:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.010s coverage: 100.0% of statements 17:19:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.012s coverage: 100.0% of statements 17:19:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 17:19:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 17:19:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 17:19:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 17:19:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 17:19:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 17:19:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 17:19:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.010s coverage: 96.6% of statements 17:19:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 17:19:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.010s coverage: 97.7% of statements 17:19:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 17:19:56 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 17:19:56 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.020s coverage: 9.4% of statements 17:19:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 7.172s coverage: 75.0% of statements 17:19:58 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 17:19:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.040s coverage: 89.7% of statements 17:19:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.023s coverage: 88.9% of statements 17:19:58 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.296s coverage: 80.5% of statements 17:19:58 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.027s coverage: 71.7% of statements 17:20:25 --- FAIL: TestBatchInTimeAndCountMode_TimeElapsed (4.00s) 17:20:25 batch_test.go:66: 17:20:25 Error Trace: batch_test.go:66 17:20:25 asm_arm64.s:1136 17:20:25 Error: Not equal: 17:20:25 expected: 3 17:20:25 actual : 1 17:20:25 Test: TestBatchInTimeAndCountMode_TimeElapsed 17:20:25 batch_test.go:67: 17:20:25 Error Trace: batch_test.go:67 17:20:25 asm_arm64.s:1136 17:20:25 Error: "[Test1 Test1]" should have 0 item(s), but has 2 17:20:25 Test: TestBatchInTimeAndCountMode_TimeElapsed 17:20:25 Messages: Should have 0 records 17:20:25 batch_test.go:73: 17:20:25 Error Trace: batch_test.go:73 17:20:25 asm_arm64.s:1136 17:20:25 Error: Should be false 17:20:25 Test: TestBatchInTimeAndCountMode_TimeElapsed 17:20:25 level=DEBUG ts=2020-10-16T17:20:23.527704251Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 17:20:25 level=DEBUG ts=2020-10-16T17:20:23.527892773Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603]" 17:20:25 level=DEBUG ts=2020-10-16T17:20:23.528161427Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 17:20:25 level=DEBUG ts=2020-10-16T17:20:23.528291618Z app="Unit Test" source=tags.go:61 msg="Tags added to Event. Event tags=map[GatewayId:HoustonStore000123 Latitude:29.630771 Longitude:-95.377603 Tag1:Value1 Tag2:Value2]" 17:20:25 level=DEBUG ts=2020-10-16T17:20:23.52849728Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 17:20:25 level=DEBUG ts=2020-10-16T17:20:23.528605032Z app="Unit Test" source=tags.go:63 msg="No tags added to Event. Add tags list is empty." 17:20:25 level=DEBUG ts=2020-10-16T17:20:23.528863645Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 17:20:25 level=DEBUG ts=2020-10-16T17:20:23.529115918Z app="Unit Test" source=tags.go:42 msg="Adding tags to Event" 17:20:25 FAIL 17:20:25 coverage: 70.8% of statements 17:20:25 FAIL github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 27.059s 17:20:25 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 17:20:25 FAIL 17:20:25 make: *** [Makefile:6: test] Error 1 [Pipeline] } 17:20:25 $ docker stop --time=1 e3e379b70817773aede20dd4d0c5a9fc66f2187474b620dfe31c10c46335b1ad 17:20:27 $ docker rm -f e3e379b70817773aede20dd4d0c5a9fc66f2187474b620dfe31c10c46335b1ad [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:20:29 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:20:33 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:20:34 ---> package-listing.sh 17:20:34 ++ tr '[:upper:]' '[:lower:]' 17:20:34 ++ facter osfamily 17:20:34 + OS_FAMILY=redhat 17:20:34 + workspace=/w/workspace/ndry_app-functions-sdk-go_PR-546 17:20:34 + START_PACKAGES=/tmp/packages_start.txt 17:20:34 + END_PACKAGES=/tmp/packages_end.txt 17:20:34 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:20:34 + PACKAGES=/tmp/packages_start.txt 17:20:34 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-546 ']' 17:20:34 + PACKAGES=/tmp/packages_end.txt 17:20:34 + case "${OS_FAMILY}" in 17:20:34 + rpm -qa 17:20:34 + sort 17:20:39 + '[' -f /tmp/packages_start.txt ']' 17:20:39 + '[' -f /tmp/packages_end.txt ']' 17:20:39 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:20:39 + '[' /w/workspace/ndry_app-functions-sdk-go_PR-546 ']' 17:20:39 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_PR-546/archives/ 17:20:39 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_PR-546/archives/ [Pipeline] echo 17:20:39 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_PR-546/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:20:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:20:40 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:20:41 17:20:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:20:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:20:41 alpine: Pulling from edgex-lftools-log-publisher 17:20:41 df20fa9351a1: Pulling fs layer 17:20:41 36b3adc4ff6f: Pulling fs layer 17:20:41 8ad3a11d3b57: Pulling fs layer 17:20:41 46f8f816bc3b: Pulling fs layer 17:20:41 93b61091891f: Pulling fs layer 17:20:41 93b9cdb0e59b: Pulling fs layer 17:20:41 5e14af77c1be: Pulling fs layer 17:20:41 01666e4c0597: Pulling fs layer 17:20:41 aa168da1d23b: Pulling fs layer 17:20:41 93b9cdb0e59b: Waiting 17:20:41 5e14af77c1be: Waiting 17:20:41 01666e4c0597: Waiting 17:20:41 aa168da1d23b: Waiting 17:20:41 46f8f816bc3b: Waiting 17:20:41 93b61091891f: Waiting 17:20:41 36b3adc4ff6f: Verifying Checksum 17:20:41 36b3adc4ff6f: Download complete 17:20:41 46f8f816bc3b: Verifying Checksum 17:20:41 46f8f816bc3b: Download complete 17:20:42 df20fa9351a1: Verifying Checksum 17:20:42 df20fa9351a1: Download complete 17:20:42 93b9cdb0e59b: Verifying Checksum 17:20:42 93b9cdb0e59b: Download complete 17:20:42 93b61091891f: Verifying Checksum 17:20:42 93b61091891f: Download complete 17:20:42 5e14af77c1be: Download complete 17:20:42 01666e4c0597: Verifying Checksum 17:20:42 01666e4c0597: Download complete 17:20:42 df20fa9351a1: Pull complete 17:20:43 36b3adc4ff6f: Pull complete 17:20:43 8ad3a11d3b57: Verifying Checksum 17:20:43 8ad3a11d3b57: Download complete 17:20:45 8ad3a11d3b57: Pull complete 17:20:45 46f8f816bc3b: Pull complete 17:20:46 93b61091891f: Pull complete 17:20:46 93b9cdb0e59b: Pull complete 17:20:47 5e14af77c1be: Pull complete 17:20:47 01666e4c0597: Pull complete 17:20:49 aa168da1d23b: Download complete 17:21:01 aa168da1d23b: Pull complete 17:21:01 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:21:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:21:01 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:21:02 prd-centos7-docker-4c-2g-5920 does not seem to be running inside a container 17:21:02 $ 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_PR-546/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_PR-546 -v /w/workspace/ndry_app-functions-sdk-go_PR-546:/w/workspace/ndry_app-functions-sdk-go_PR-546:rw,z -v /w/workspace/ndry_app-functions-sdk-go_PR-546@tmp:/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:21:10 $ docker top d3889bcfc43d0b082648f78a07eea95258a7be41bc4fa9ecdf786b7a8cbb844a -eo pid,comm [Pipeline] { [Pipeline] sh 17:21:11 + touch /tmp/pre-build-complete [Pipeline] sh 17:21:12 + mkdir -p /var/log/sa [Pipeline] sh 17:21:12 + ls /var/log/sa-host 17:21:12 + sadf -c /var/log/sa-host/sa05 17:21:12 file_magic: OK 17:21:12 HZ: Using current value: 100 17:21:12 file_header: OK 17:21:12 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:21:12 Statistics: 17:21:12 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:21:12 File successfully converted to sysstat format version 12.2.1 17:21:12 + sadf -c /var/log/sa-host/sa16 17:21:12 file_magic: OK 17:21:12 HZ: Using current value: 100 17:21:12 file_header: OK 17:21:12 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:21:12 Statistics: 17:21:12 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:21:12 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:21:12 provisioning config files... 17:21:12 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_PR-546@tmp/config831337768884464642tmp [Pipeline] { [Pipeline] echo 17:21:13 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:21:13 ---> create-netrc.sh [Pipeline] } 17:21:13 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:21:13 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:21:13 ---> python-tools-install.sh [Pipeline] echo 17:21:13 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:21:14 ---> sudo-logs.sh 17:21:14 Archiving 'sudo' log.. [Pipeline] echo 17:21:14 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:21:14 ---> job-cost.sh 17:21:14 lf-activate-venv: SKIPPING 17:21:14 INFO: No Stack... 17:21:16 INFO: Retrieving Pricing Info for: v1-standard-2 17:21:16 INFO: Archiving Costs [Pipeline] echo 17:21:16 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:21:17 ---> logs-deploy.sh 17:21:17 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/PR-546/3 17:21:17 INFO: archiving workspace using pattern(s): 17:21:20 Archives upload complete. 17:21:20 INFO: archiving logs to Nexus