Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 10f5d80329275e8e77aa5b449b49b1589ab3bade 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:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, 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: device-sdk-go-settings PROJECT: device-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true 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/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5770 in /w/workspace/dgexfoundry_device-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/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-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/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-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/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 Checking out Revision 10f5d80329275e8e77aa5b449b49b1589ab3bade (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 Commit message: "Merge pull request #605 from hahattan/issue-529-callback" > git rev-list --no-walk abee7d5846637e135dd277469e99a0143c7ff265 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T06:26:53.756Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T06:26:54.060Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T06:26:54.276Z] ========================================================= [2020-10-16T06:26:54.276Z] EdgeX Global Pipelines Version Info [2020-10-16T06:26:54.276Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:26:58.335Z] ------------------- [2020-10-16T06:26:58.335Z] stable info: [2020-10-16T06:26:58.335Z] ------------------- [2020-10-16T06:26:58.335Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T06:26:58.335Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T06:26:58.335Z] Message: update stable to v1.0.144 [2020-10-16T06:27:00.610Z] ------------------- [2020-10-16T06:27:00.610Z] experimental info: [2020-10-16T06:27:00.611Z] ------------------- [2020-10-16T06:27:00.611Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T06:27:00.611Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T06:27:00.611Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-16T06:27:01.094Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-16T06:27:01.184Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-16T06:27:01.312Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T06:27:01.412Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T06:27:01.500Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T06:27:01.590Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T06:27:01.681Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T06:27:01.778Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T06:27:01.886Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-16T06:27:01.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T06:27:02.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T06:27:02.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-16T06:27:02.438Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T06:27:02.522Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T06:27:02.617Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T06:27:02.701Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T06:27:02.798Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T06:27:02.970Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T06:27:03.121Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T06:27:03.205Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-16T06:27:03.321Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-16T06:27:03.425Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-16T06:27:03.529Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-16T06:27:03.616Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-16T06:27:03.706Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-16T06:27:03.808Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo [2020-10-16T06:27:03.931Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo [2020-10-16T06:27:04.022Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo [2020-10-16T06:27:04.119Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 10f5d80329275e8e77aa5b449b49b1589ab3bade [Pipeline] echo [2020-10-16T06:27:04.277Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 10f5d80 [Pipeline] echo [2020-10-16T06:27:04.366Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T06:27:05.240Z] + git log --format=format:%s -1 10f5d80329275e8e77aa5b449b49b1589ab3bade [Pipeline] echo [2020-10-16T06:27:06.329Z] GIT_COMMIT: 10f5d80329275e8e77aa5b449b49b1589ab3bade, Commit Message: Merge pull request #605 from hahattan/issue-529-callback [Pipeline] echo [2020-10-16T06:27:06.375Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:27:07.788Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:27:08.481Z] [2020-10-16T06:27:08.481Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:27:09.486Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:27:10.380Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T06:27:10.380Z] 31603596830f: Pulling fs layer [2020-10-16T06:27:10.380Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T06:27:10.380Z] 6ca5941a6612: Pulling fs layer [2020-10-16T06:27:10.380Z] ecc8261a40a4: Pulling fs layer [2020-10-16T06:27:10.380Z] ecc8261a40a4: Waiting [2020-10-16T06:27:10.380Z] 2a8b12db71e7: Download complete [2020-10-16T06:27:10.741Z] 31603596830f: Verifying Checksum [2020-10-16T06:27:10.741Z] 31603596830f: Download complete [2020-10-16T06:27:11.504Z] ecc8261a40a4: Verifying Checksum [2020-10-16T06:27:11.504Z] ecc8261a40a4: Download complete [2020-10-16T06:27:11.827Z] 6ca5941a6612: Verifying Checksum [2020-10-16T06:27:11.827Z] 6ca5941a6612: Download complete [2020-10-16T06:27:12.212Z] 31603596830f: Pull complete [2020-10-16T06:27:12.972Z] 2a8b12db71e7: Pull complete [2020-10-16T06:27:15.851Z] 6ca5941a6612: Pull complete [2020-10-16T06:27:16.568Z] ecc8261a40a4: Pull complete [2020-10-16T06:27:16.863Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T06:27:16.863Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:27:16.863Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T06:27:17.366Z] prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container [2020-10-16T06:27:17.685Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T06:27:21.878Z] $ docker top 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T06:27:22.676Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T06:27:22.676Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T06:27:24.018Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T06:27:24.037Z] $ docker exec 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac ssh-agent [2020-10-16T06:27:25.214Z] SSH_AUTH_SOCK=/tmp/ssh-IZpVxbPkdnyh/agent.11 [2020-10-16T06:27:25.214Z] SSH_AGENT_PID=16 [2020-10-16T06:27:25.300Z] Running ssh-add (command line suppressed) [2020-10-16T06:27:26.173Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4365509015741973167.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_4365509015741973167.key) [2020-10-16T06:27:26.436Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T06:27:27.435Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T06:27:27.558Z] $ docker exec --env ******** --env ******** 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac ssh-agent -k [2020-10-16T06:27:28.264Z] unset SSH_AUTH_SOCK; [2020-10-16T06:27:28.280Z] unset SSH_AGENT_PID; [2020-10-16T06:27:28.281Z] echo Agent pid 16 killed; [2020-10-16T06:27:28.513Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T06:27:28.658Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T06:27:28.658Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T06:27:29.515Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T06:27:29.529Z] $ docker exec 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac ssh-agent [2020-10-16T06:27:30.499Z] SSH_AUTH_SOCK=/tmp/ssh-neUVFHgujAWj/agent.44 [2020-10-16T06:27:30.500Z] SSH_AGENT_PID=50 [2020-10-16T06:27:30.543Z] Running ssh-add (command line suppressed) [2020-10-16T06:27:31.111Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_279782747845745089.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_279782747845745089.key) [2020-10-16T06:27:31.421Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T06:27:32.361Z] + git semver init [2020-10-16T06:27:32.361Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T06:27:32.361Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-16T06:27:32.361Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T06:27:32.361Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T06:27:32.361Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T06:27:32.361Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T06:27:32.361Z] # $SEMVER_BRANCH = master [2020-10-16T06:27:32.361Z] # $SEMVER_TEMP = /tmp/semver-654171809 [2020-10-16T06:27:32.361Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-16T06:27:34.284Z] # '/tmp/semver-654171809' -> '/w/workspace/dgexfoundry_device-sdk-go_master/.semver' [2020-10-16T06:27:34.284Z] # -> Force: false [2020-10-16T06:27:34.284Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-16T06:27:34.417Z] $ docker exec --env ******** --env ******** 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac ssh-agent -k [2020-10-16T06:27:34.993Z] unset SSH_AUTH_SOCK; [2020-10-16T06:27:35.007Z] unset SSH_AGENT_PID; [2020-10-16T06:27:35.008Z] echo Agent pid 50 killed; [2020-10-16T06:27:35.308Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T06:27:36.281Z] + git semver [Pipeline] } [2020-10-16T06:27:36.419Z] $ docker stop --time=1 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac [2020-10-16T06:27:39.029Z] $ docker rm -f 0227c24cc8de31995d7bd0141090aa24c7f8f81577d66c4decc72aa69ca0b8ac [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:27:40.083Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T06:27:42.029Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T06:27:42.032Z] [edgeXSemver]: initialized semver on version 1.2.4-dev.27 [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 [2020-10-16T06:27:57.623Z] Still waiting to schedule task [2020-10-16T06:27:57.623Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-5774’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-16T06:27:57.626Z] Still waiting to schedule task [2020-10-16T06:27:57.626Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-16T06:29:19.749Z] Running on prd-centos7-docker-4c-2g-5779 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-16T06:29:19.832Z] Running in /w/workspace/device-sdk-go/78 [Pipeline] { [Pipeline] checkout [2020-10-16T06:29:22.825Z] using credential edgex-jenkins-ssh [2020-10-16T06:29:22.878Z] Cloning the remote Git repository [2020-10-16T06:29:22.904Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T06:29:22.967Z] > git init /w/workspace/device-sdk-go/78 # timeout=10 [2020-10-16T06:29:23.464Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T06:29:23.464Z] > git --version # timeout=10 [2020-10-16T06:29:23.469Z] > git --version # 'git version 2.16.5' [2020-10-16T06:29:23.470Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T06:29:23.495Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T06:29:24.561Z] Checking out Revision 10f5d80329275e8e77aa5b449b49b1589ab3bade (master) [2020-10-16T06:29:24.199Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T06:29:24.211Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T06:29:24.224Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T06:29:24.235Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T06:29:24.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T06:29:24.239Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T06:29:24.571Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T06:29:24.577Z] > git checkout -f 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 [2020-10-16T06:29:28.155Z] Commit message: "Merge pull request #605 from hahattan/issue-529-callback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T06:29:29.267Z] ========================================================= [2020-10-16T06:29:29.267Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T06:29:29.267Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:29:29.994Z] + 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 . [2020-10-16T06:29:30.257Z] Sending build context to Docker daemon 2.31MB [2020-10-16T06:29:30.257Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T06:29:30.257Z] Step 2/8 : FROM ${BASE} [2020-10-16T06:29:30.257Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T06:29:30.257Z] df20fa9351a1: Pulling fs layer [2020-10-16T06:29:30.257Z] ed8968b2872e: Pulling fs layer [2020-10-16T06:29:30.257Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T06:29:30.257Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T06:29:30.257Z] e73272ec9a57: Pulling fs layer [2020-10-16T06:29:30.257Z] 1e910a182e73: Pulling fs layer [2020-10-16T06:29:30.257Z] 4e634b169226: Pulling fs layer [2020-10-16T06:29:30.257Z] e73272ec9a57: Waiting [2020-10-16T06:29:30.257Z] e871e8e8d7a9: Waiting [2020-10-16T06:29:30.257Z] 1e910a182e73: Waiting [2020-10-16T06:29:30.257Z] 4e634b169226: Waiting [2020-10-16T06:29:30.518Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T06:29:30.518Z] a92cc7c5fd73: Download complete [2020-10-16T06:29:30.518Z] ed8968b2872e: Verifying Checksum [2020-10-16T06:29:30.518Z] ed8968b2872e: Download complete [2020-10-16T06:29:30.518Z] e73272ec9a57: Verifying Checksum [2020-10-16T06:29:30.518Z] e73272ec9a57: Download complete [2020-10-16T06:29:30.518Z] 1e910a182e73: Verifying Checksum [2020-10-16T06:29:30.518Z] 1e910a182e73: Download complete [2020-10-16T06:29:30.781Z] df20fa9351a1: Verifying Checksum [2020-10-16T06:29:30.781Z] df20fa9351a1: Download complete [2020-10-16T06:29:31.049Z] df20fa9351a1: Pull complete [2020-10-16T06:29:31.314Z] ed8968b2872e: Pull complete [2020-10-16T06:29:31.314Z] a92cc7c5fd73: Pull complete [2020-10-16T06:29:32.263Z] 4e634b169226: Verifying Checksum [2020-10-16T06:29:32.263Z] 4e634b169226: Download complete [2020-10-16T06:29:32.841Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T06:29:32.841Z] e871e8e8d7a9: Download complete [2020-10-16T06:29:38.218Z] e871e8e8d7a9: Pull complete [2020-10-16T06:29:38.218Z] e73272ec9a57: Pull complete [2020-10-16T06:29:38.218Z] 1e910a182e73: Pull complete [2020-10-16T06:29:42.474Z] 4e634b169226: Pull complete [2020-10-16T06:29:42.474Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T06:29:42.474Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T06:29:42.474Z] ---> f7629b54cfaa [2020-10-16T06:29:42.474Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T06:29:42.474Z] ---> Running in d7169a84f172 [2020-10-16T06:29:42.474Z] Removing intermediate container d7169a84f172 [2020-10-16T06:29:42.474Z] ---> 56911389005c [2020-10-16T06:29:42.474Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:29:42.742Z] ---> Running in 8b62f69d1f8a [2020-10-16T06:29:44.141Z] Removing intermediate container 8b62f69d1f8a [2020-10-16T06:29:44.141Z] ---> 2681c3fe9d66 [2020-10-16T06:29:44.141Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-16T06:29:44.141Z] ---> Running in e4e8610fd990 [2020-10-16T06:29:44.717Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:29:45.296Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:29:46.243Z] OK: 166 MiB in 39 packages [2020-10-16T06:29:46.505Z] Removing intermediate container e4e8610fd990 [2020-10-16T06:29:46.505Z] ---> c07212716d98 [2020-10-16T06:29:46.505Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-16T06:29:46.505Z] ---> Running in 8025e6c4a750 [2020-10-16T06:29:46.766Z] Removing intermediate container 8025e6c4a750 [2020-10-16T06:29:46.767Z] ---> 9013515b5ce2 [2020-10-16T06:29:46.767Z] Step 7/8 : COPY . . [2020-10-16T06:29:47.741Z] ---> 13d8b33e6318 [2020-10-16T06:29:47.741Z] Step 8/8 : RUN go mod download [2020-10-16T06:29:47.742Z] ---> Running in 09d6b73c25ba [2020-10-16T06:30:05.900Z] Removing intermediate container 09d6b73c25ba [2020-10-16T06:30:05.900Z] ---> 75ca85d2c9b4 [2020-10-16T06:30:05.900Z] Successfully built 75ca85d2c9b4 [2020-10-16T06:30:05.900Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:30:06.242Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T06:30:06.242Z] . [Pipeline] withDockerContainer [2020-10-16T06:30:06.348Z] prd-centos7-docker-4c-2g-5779 does not seem to be running inside a container [2020-10-16T06:30:06.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/78 -v /w/workspace/device-sdk-go/78:/w/workspace/device-sdk-go/78:rw,z -v /w/workspace/device-sdk-go/78@tmp:/w/workspace/device-sdk-go/78@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 [2020-10-16T06:30:07.039Z] $ docker top aa7f9ad9423e6f24243eb39ea5a04473be037e2130f1d7cacbe499126c390c9c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:30:07.633Z] + go version [2020-10-16T06:30:07.633Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T06:30:07.652Z] $ docker stop --time=1 aa7f9ad9423e6f24243eb39ea5a04473be037e2130f1d7cacbe499126c390c9c [2020-10-16T06:30:09.081Z] $ docker rm -f aa7f9ad9423e6f24243eb39ea5a04473be037e2130f1d7cacbe499126c390c9c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-16T06:30:10.808Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T06:30:11.103Z] + ls -al . [2020-10-16T06:30:11.103Z] total 64 [2020-10-16T06:30:11.103Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 16 06:29 . [2020-10-16T06:30:11.103Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 16 06:29 .. [2020-10-16T06:30:11.103Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 16 06:29 bin [2020-10-16T06:30:11.103Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 16 06:29 Dockerfile.build [2020-10-16T06:30:11.103Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 06:29 .dockerignore [2020-10-16T06:30:11.103Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 16 06:29 example [2020-10-16T06:30:11.103Z] drwxrwxr-x. 8 jenkins jenkins 162 Oct 16 06:29 .git [2020-10-16T06:30:11.103Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 06:29 .github [2020-10-16T06:30:11.103Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 16 06:29 .gitignore [2020-10-16T06:30:11.103Z] -rw-rw-r--. 1 jenkins jenkins 517 Oct 16 06:29 go.mod [2020-10-16T06:30:11.103Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 16 06:29 internal [2020-10-16T06:30:11.103Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 16 06:29 Jenkinsfile [2020-10-16T06:30:11.103Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 16 06:29 LICENSE [2020-10-16T06:30:11.104Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 16 06:29 Makefile [2020-10-16T06:30:11.104Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 16 06:29 openapi [2020-10-16T06:30:11.104Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 16 06:29 pkg [2020-10-16T06:30:11.104Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 16 06:29 README.md [2020-10-16T06:30:11.104Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 16 06:29 RELEASE-NOTES.txt [2020-10-16T06:30:11.104Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 06:29 snap [2020-10-16T06:30:11.104Z] -rw-rw-r--. 1 jenkins jenkins 12 Oct 16 06:27 VERSION [2020-10-16T06:30:11.104Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 16 06:29 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:30:11.411Z] + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=10f5d80329275e8e77aa5b449b49b1589ab3bade --label arch=amd64 --label version=1.2.4-dev.27 . [2020-10-16T06:30:11.411Z] Sending build context to Docker daemon 2.31MB [2020-10-16T06:30:11.411Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-16T06:30:11.411Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-16T06:30:11.411Z] ---> 75ca85d2c9b4 [2020-10-16T06:30:11.411Z] Step 3/24 : ARG MAKE='make build' [2020-10-16T06:30:11.984Z] ---> Running in 04298c3cf426 [2020-10-16T06:30:11.984Z] Removing intermediate container 04298c3cf426 [2020-10-16T06:30:11.984Z] ---> 60fb4eacece4 [2020-10-16T06:30:11.985Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-16T06:30:11.985Z] ---> Running in b6d63f7cd3e0 [2020-10-16T06:30:12.249Z] Removing intermediate container b6d63f7cd3e0 [2020-10-16T06:30:12.249Z] ---> 980fdc3ecaba [2020-10-16T06:30:12.249Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T06:30:12.249Z] ---> Running in d50701b1871f [2020-10-16T06:30:12.510Z] Removing intermediate container d50701b1871f [2020-10-16T06:30:12.510Z] ---> a66d12e5e6fd [2020-10-16T06:30:12.510Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:30:12.510Z] ---> Running in 1ee1ca1b99b9 [2020-10-16T06:30:13.457Z] Removing intermediate container 1ee1ca1b99b9 [2020-10-16T06:30:13.457Z] ---> fe9b8c1d785d [2020-10-16T06:30:13.457Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-16T06:30:13.457Z] ---> Running in 3bdd739607ed [2020-10-16T06:30:13.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:30:14.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:30:16.052Z] OK: 166 MiB in 39 packages [2020-10-16T06:30:16.314Z] Removing intermediate container 3bdd739607ed [2020-10-16T06:30:16.314Z] ---> 36c779e92868 [2020-10-16T06:30:16.314Z] Step 8/24 : COPY . . [2020-10-16T06:30:17.258Z] ---> 342cdadb9a07 [2020-10-16T06:30:17.258Z] Step 9/24 : RUN ${MAKE} [2020-10-16T06:30:17.258Z] ---> Running in 7145d57241d7 [2020-10-16T06:30:17.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.27" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-16T06:30:26.102Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-16T06:30:27.500Z] Removing intermediate container 7145d57241d7 [2020-10-16T06:30:27.500Z] ---> 643ba2265c55 [2020-10-16T06:30:27.500Z] Step 10/24 : FROM scratch [2020-10-16T06:30:27.500Z] ---> [2020-10-16T06:30:27.500Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T06:30:27.500Z] ---> Running in 2ba6bcab56e3 [2020-10-16T06:30:27.765Z] Removing intermediate container 2ba6bcab56e3 [2020-10-16T06:30:27.765Z] ---> 30e600ea7592 [2020-10-16T06:30:27.765Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-16T06:30:27.765Z] ---> Running in 06f8d3d5e7a8 [2020-10-16T06:30:27.765Z] Removing intermediate container 06f8d3d5e7a8 [2020-10-16T06:30:27.765Z] ---> f14230cc32f5 [2020-10-16T06:30:27.765Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T06:30:28.025Z] ---> Running in 4bad626d0b02 [2020-10-16T06:30:28.025Z] Removing intermediate container 4bad626d0b02 [2020-10-16T06:30:28.025Z] ---> b998a24fa82e [2020-10-16T06:30:28.025Z] Step 14/24 : WORKDIR / [2020-10-16T06:30:28.288Z] ---> Running in 637fb6d5bf82 [2020-10-16T06:30:28.288Z] Removing intermediate container 637fb6d5bf82 [2020-10-16T06:30:28.288Z] ---> de94b11b9aa7 [2020-10-16T06:30:28.288Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-16T06:30:28.859Z] ---> f942adddf34c [2020-10-16T06:30:28.859Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-16T06:30:29.120Z] ---> c487e16dd3ce [2020-10-16T06:30:29.120Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-16T06:30:29.382Z] ---> fe3e9d81885f [2020-10-16T06:30:29.382Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-16T06:30:29.382Z] ---> 2bfd7273a49b [2020-10-16T06:30:29.382Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-16T06:30:29.643Z] ---> 9069ea509e08 [2020-10-16T06:30:29.643Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-16T06:30:31.158Z] ---> Running in 5a43607d5f29 [2020-10-16T06:30:31.158Z] Removing intermediate container 5a43607d5f29 [2020-10-16T06:30:31.158Z] ---> 189eb12b265a [2020-10-16T06:30:31.158Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:30:31.158Z] ---> Running in c0c40f57dc94 [2020-10-16T06:30:31.158Z] Removing intermediate container c0c40f57dc94 [2020-10-16T06:30:31.158Z] ---> 36e8795491db [2020-10-16T06:30:31.158Z] Step 22/24 : LABEL arch=amd64 [2020-10-16T06:30:31.158Z] ---> Running in b23046629e4b [2020-10-16T06:30:31.158Z] Removing intermediate container b23046629e4b [2020-10-16T06:30:31.158Z] ---> acc92e862921 [2020-10-16T06:30:31.158Z] Step 23/24 : LABEL git_sha=10f5d80329275e8e77aa5b449b49b1589ab3bade [2020-10-16T06:30:31.158Z] ---> Running in e39a42fc9500 [2020-10-16T06:30:31.158Z] Removing intermediate container e39a42fc9500 [2020-10-16T06:30:31.158Z] ---> 1917bb4c79e2 [2020-10-16T06:30:31.158Z] Step 24/24 : LABEL version=1.2.4-dev.27 [2020-10-16T06:30:31.158Z] ---> Running in 4c38226d899a [2020-10-16T06:30:31.158Z] Removing intermediate container 4c38226d899a [2020-10-16T06:30:31.158Z] ---> 96defe68e1d2 [2020-10-16T06:30:31.158Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T06:30:31.158Z] Successfully built 96defe68e1d2 [2020-10-16T06:30:31.158Z] Successfully tagged docker-device-sdk-simple:latest [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] } [2020-10-16T06:31:04.184Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5782 in /w/workspace/dgexfoundry_device-sdk-go_master [Pipeline] { [Pipeline] ws [2020-10-16T06:31:04.244Z] Running in /w/workspace/device-sdk-go/78 [Pipeline] { [Pipeline] checkout [2020-10-16T06:31:09.873Z] using credential edgex-jenkins-ssh [2020-10-16T06:31:09.969Z] Cloning the remote Git repository [2020-10-16T06:31:10.034Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T06:31:10.143Z] > git init /w/workspace/device-sdk-go/78 # timeout=10 [2020-10-16T06:31:10.219Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T06:31:10.219Z] > git --version # timeout=10 [2020-10-16T06:31:10.235Z] > git --version # 'git version 2.17.1' [2020-10-16T06:31:10.236Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T06:31:10.317Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T06:31:11.439Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T06:31:11.466Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T06:31:11.506Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T06:31:11.548Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T06:31:11.549Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T06:31:11.559Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T06:31:12.116Z] Checking out Revision 10f5d80329275e8e77aa5b449b49b1589ab3bade (master) [2020-10-16T06:31:12.132Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T06:31:12.148Z] > git checkout -f 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 [2020-10-16T06:31:16.820Z] Commit message: "Merge pull request #605 from hahattan/issue-529-callback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T06:31:17.619Z] ========================================================= [2020-10-16T06:31:17.619Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T06:31:17.619Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:31:18.660Z] + 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 . [2020-10-16T06:31:19.680Z] Sending build context to Docker daemon 2.308MB [2020-10-16T06:31:19.680Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T06:31:19.680Z] Step 2/8 : FROM ${BASE} [2020-10-16T06:31:19.960Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T06:31:19.960Z] b538f80385f9: Pulling fs layer [2020-10-16T06:31:19.960Z] 74f711af9a0d: Pulling fs layer [2020-10-16T06:31:19.960Z] 99f96fe45779: Pulling fs layer [2020-10-16T06:31:19.960Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T06:31:19.960Z] 45590311c82a: Pulling fs layer [2020-10-16T06:31:19.960Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T06:31:19.960Z] 209524e5b208: Pulling fs layer [2020-10-16T06:31:19.960Z] 45590311c82a: Waiting [2020-10-16T06:31:19.961Z] 69ca0ff8b7b3: Waiting [2020-10-16T06:31:19.961Z] 8529a6b9a6be: Waiting [2020-10-16T06:31:19.961Z] 209524e5b208: Waiting [2020-10-16T06:31:19.961Z] 99f96fe45779: Download complete [2020-10-16T06:31:19.961Z] 74f711af9a0d: Verifying Checksum [2020-10-16T06:31:19.961Z] 74f711af9a0d: Download complete [2020-10-16T06:31:19.961Z] 45590311c82a: Verifying Checksum [2020-10-16T06:31:19.961Z] 45590311c82a: Download complete [2020-10-16T06:31:19.961Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-16T06:31:19.961Z] 69ca0ff8b7b3: Download complete [2020-10-16T06:31:20.238Z] b538f80385f9: Verifying Checksum [2020-10-16T06:31:20.238Z] b538f80385f9: Download complete [2020-10-16T06:31:21.277Z] b538f80385f9: Pull complete [2020-10-16T06:31:21.556Z] 74f711af9a0d: Pull complete [2020-10-16T06:31:22.167Z] 99f96fe45779: Pull complete [2020-10-16T06:31:23.175Z] 209524e5b208: Verifying Checksum [2020-10-16T06:31:23.175Z] 209524e5b208: Download complete [2020-10-16T06:31:24.190Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T06:31:24.190Z] 8529a6b9a6be: Download complete [2020-10-16T06:31:34.421Z] 8529a6b9a6be: Pull complete [2020-10-16T06:31:34.421Z] 45590311c82a: Pull complete [2020-10-16T06:31:34.421Z] 69ca0ff8b7b3: Pull complete [2020-10-16T06:31:37.820Z] 209524e5b208: Pull complete [2020-10-16T06:31:37.820Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T06:31:37.820Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T06:31:37.820Z] ---> 5bddaf1c2fca [2020-10-16T06:31:37.820Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T06:31:40.489Z] ---> Running in 75b8e9db9a28 [2020-10-16T06:31:40.765Z] Removing intermediate container 75b8e9db9a28 [2020-10-16T06:31:40.765Z] ---> 66c7dc9c9dd6 [2020-10-16T06:31:40.765Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:31:41.043Z] ---> Running in 7b7854477854 [2020-10-16T06:31:43.748Z] Removing intermediate container 7b7854477854 [2020-10-16T06:31:43.748Z] ---> 6f6253efb599 [2020-10-16T06:31:43.748Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-16T06:31:43.748Z] ---> Running in bf79e058fc03 [2020-10-16T06:31:45.230Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:31:46.208Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:31:47.206Z] OK: 142 MiB in 39 packages [2020-10-16T06:31:48.655Z] Removing intermediate container bf79e058fc03 [2020-10-16T06:31:48.655Z] ---> b7e6cac69f68 [2020-10-16T06:31:48.655Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-16T06:31:48.656Z] ---> Running in f0e34b022cef [2020-10-16T06:31:49.262Z] Removing intermediate container f0e34b022cef [2020-10-16T06:31:49.262Z] ---> 9e62899ac57a [2020-10-16T06:31:49.262Z] Step 7/8 : COPY . . [2020-10-16T06:31:50.741Z] ---> 90cacb25bb6e [2020-10-16T06:31:50.741Z] Step 8/8 : RUN go mod download [2020-10-16T06:31:50.741Z] ---> Running in 59c7f84914f1 [2020-10-16T06:32:12.960Z] Removing intermediate container 59c7f84914f1 [2020-10-16T06:32:12.960Z] ---> 88a16a984aca [2020-10-16T06:32:12.960Z] Successfully built 88a16a984aca [2020-10-16T06:32:12.960Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:13.365Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T06:32:13.365Z] . [Pipeline] withDockerContainer [2020-10-16T06:32:13.657Z] prd-ubuntu18.04-docker-arm64-4c-16g-5782 does not seem to be running inside a container [2020-10-16T06:32:13.751Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/78 -v /w/workspace/device-sdk-go/78:/w/workspace/device-sdk-go/78:rw,z -v /w/workspace/device-sdk-go/78@tmp:/w/workspace/device-sdk-go/78@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-arm64 cat [2020-10-16T06:32:15.608Z] $ docker top 05b03b056cb6431a2fede12a1da12f3e02b881e4f7bad2d2337bc89d56b77532 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:32:17.055Z] + go version [2020-10-16T06:32:17.055Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T06:32:17.083Z] $ docker stop --time=1 05b03b056cb6431a2fede12a1da12f3e02b881e4f7bad2d2337bc89d56b77532 [2020-10-16T06:32:19.114Z] $ docker rm -f 05b03b056cb6431a2fede12a1da12f3e02b881e4f7bad2d2337bc89d56b77532 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T06:32:20.449Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T06:32:20.825Z] + ls -al . [2020-10-16T06:32:20.825Z] total 100 [2020-10-16T06:32:20.825Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 16 06:31 . [2020-10-16T06:32:20.825Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:31 .. [2020-10-16T06:32:20.825Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 06:31 .dockerignore [2020-10-16T06:32:20.825Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 06:31 .git [2020-10-16T06:32:20.825Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:31 .github [2020-10-16T06:32:20.825Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 16 06:31 .gitignore [2020-10-16T06:32:20.825Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 16 06:31 Dockerfile.build [2020-10-16T06:32:20.825Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 16 06:31 Jenkinsfile [2020-10-16T06:32:20.825Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 16 06:31 LICENSE [2020-10-16T06:32:20.825Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 16 06:31 Makefile [2020-10-16T06:32:20.825Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 16 06:31 README.md [2020-10-16T06:32:20.825Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 16 06:31 RELEASE-NOTES.txt [2020-10-16T06:32:20.825Z] -rw-rw-r-- 1 jenkins jenkins 12 Oct 16 06:27 VERSION [2020-10-16T06:32:20.825Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:31 bin [2020-10-16T06:32:20.825Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:31 example [2020-10-16T06:32:20.825Z] -rw-rw-r-- 1 jenkins jenkins 517 Oct 16 06:31 go.mod [2020-10-16T06:32:20.825Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 16 06:31 internal [2020-10-16T06:32:20.825Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:31 openapi [2020-10-16T06:32:20.825Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 16 06:31 pkg [2020-10-16T06:32:20.825Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:31 snap [2020-10-16T06:32:20.825Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 16 06:31 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:21.186Z] + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=10f5d80329275e8e77aa5b449b49b1589ab3bade --label arch=arm64 --label version=1.2.4-dev.27 . [2020-10-16T06:32:21.789Z] Sending build context to Docker daemon 2.308MB [2020-10-16T06:32:21.789Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-16T06:32:21.789Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-16T06:32:21.789Z] ---> 88a16a984aca [2020-10-16T06:32:21.789Z] Step 3/24 : ARG MAKE='make build' [2020-10-16T06:32:22.064Z] ---> Running in c13c04c9e4db [2020-10-16T06:32:22.337Z] Removing intermediate container c13c04c9e4db [2020-10-16T06:32:22.337Z] ---> 054c5ab656a2 [2020-10-16T06:32:22.337Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-16T06:32:22.608Z] ---> Running in 04dc8d27a215 [2020-10-16T06:32:23.208Z] Removing intermediate container 04dc8d27a215 [2020-10-16T06:32:23.208Z] ---> 63fb7f524598 [2020-10-16T06:32:23.208Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T06:32:23.208Z] ---> Running in cc0c5cbadb9d [2020-10-16T06:32:23.805Z] Removing intermediate container cc0c5cbadb9d [2020-10-16T06:32:23.805Z] ---> 75b5a4b1d17b [2020-10-16T06:32:23.805Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:32:23.805Z] ---> Running in 725fff2cd1c7 [2020-10-16T06:32:26.438Z] Removing intermediate container 725fff2cd1c7 [2020-10-16T06:32:26.438Z] ---> 7c0a226b73c8 [2020-10-16T06:32:26.438Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-16T06:32:26.438Z] ---> Running in 3a145ec0a870 [2020-10-16T06:32:28.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:32:29.023Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:32:30.002Z] OK: 142 MiB in 39 packages [2020-10-16T06:32:30.984Z] Removing intermediate container 3a145ec0a870 [2020-10-16T06:32:30.984Z] ---> d94b449376b4 [2020-10-16T06:32:30.984Z] Step 8/24 : COPY . . [2020-10-16T06:32:32.424Z] ---> f344122313de [2020-10-16T06:32:32.424Z] Step 9/24 : RUN ${MAKE} [2020-10-16T06:32:32.424Z] ---> Running in 4d9ead0b8c80 [2020-10-16T06:32:33.892Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=1.2.4-dev.27" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-10-16T06:33:00.730Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-16T06:33:04.126Z] Removing intermediate container 4d9ead0b8c80 [2020-10-16T06:33:04.126Z] ---> 56cb8a8a86a8 [2020-10-16T06:33:04.126Z] Step 10/24 : FROM scratch [2020-10-16T06:33:04.126Z] ---> [2020-10-16T06:33:04.126Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T06:33:04.126Z] ---> Running in e95d34dd8345 [2020-10-16T06:33:04.401Z] Removing intermediate container e95d34dd8345 [2020-10-16T06:33:04.401Z] ---> 8cecf59e799d [2020-10-16T06:33:04.401Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-16T06:33:04.401Z] ---> Running in 0ffda0955f48 [2020-10-16T06:33:04.995Z] Removing intermediate container 0ffda0955f48 [2020-10-16T06:33:04.995Z] ---> 19e1d3414ff6 [2020-10-16T06:33:04.995Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T06:33:04.995Z] ---> Running in 0ccc4b8e5840 [2020-10-16T06:33:05.596Z] Removing intermediate container 0ccc4b8e5840 [2020-10-16T06:33:05.596Z] ---> 3803a44a0ef4 [2020-10-16T06:33:05.596Z] Step 14/24 : WORKDIR / [2020-10-16T06:33:05.596Z] ---> Running in bd8490420c4c [2020-10-16T06:33:06.192Z] Removing intermediate container bd8490420c4c [2020-10-16T06:33:06.192Z] ---> 07c3ed9ce5a8 [2020-10-16T06:33:06.192Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-16T06:33:07.171Z] ---> 29d2cb9deaf9 [2020-10-16T06:33:07.171Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-16T06:33:08.149Z] ---> 53ebf1ba0e44 [2020-10-16T06:33:08.149Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-16T06:33:08.748Z] ---> 80da8d11bd66 [2020-10-16T06:33:08.748Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-16T06:33:09.344Z] ---> 94d55f661b30 [2020-10-16T06:33:09.344Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-16T06:33:10.322Z] ---> 244c937b9841 [2020-10-16T06:33:10.322Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-16T06:33:10.322Z] ---> Running in 0aa6a890e38f [2020-10-16T06:33:10.596Z] Removing intermediate container 0aa6a890e38f [2020-10-16T06:33:10.596Z] ---> 664fdb76fe6f [2020-10-16T06:33:10.596Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:33:10.870Z] ---> Running in 06e4f09b60d9 [2020-10-16T06:33:11.143Z] Removing intermediate container 06e4f09b60d9 [2020-10-16T06:33:11.143Z] ---> 5377840147bc [2020-10-16T06:33:11.143Z] Step 22/24 : LABEL arch=arm64 [2020-10-16T06:33:11.417Z] ---> Running in 675aa91f7b6c [2020-10-16T06:33:11.692Z] Removing intermediate container 675aa91f7b6c [2020-10-16T06:33:11.692Z] ---> e9bcb35906f3 [2020-10-16T06:33:11.692Z] Step 23/24 : LABEL git_sha=10f5d80329275e8e77aa5b449b49b1589ab3bade [2020-10-16T06:33:11.965Z] ---> Running in 4a039bf314de [2020-10-16T06:33:12.557Z] Removing intermediate container 4a039bf314de [2020-10-16T06:33:12.557Z] ---> 5baeb70a962a [2020-10-16T06:33:12.557Z] Step 24/24 : LABEL version=1.2.4-dev.27 [2020-10-16T06:33:12.557Z] ---> Running in fb3890071014 [2020-10-16T06:33:13.151Z] Removing intermediate container fb3890071014 [2020-10-16T06:33:13.151Z] ---> 211211c1900e [2020-10-16T06:33:13.151Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T06:33:13.151Z] Successfully built 211211c1900e [2020-10-16T06:33:13.151Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2020-10-16T06:33:15.549Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] echo [2020-10-16T06:33:15.551Z] [edgeXSnyk] command to run: snyk monitor --org=edgex-jenkins [Pipeline] withCredentials [2020-10-16T06:33:15.681Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:33:16.107Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T06:33:16.381Z] [2020-10-16T06:33:16.381Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:33:16.801Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T06:33:17.080Z] 1.317.0: Pulling from edgex-devops/edgex-snyk-go [2020-10-16T06:33:17.080Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-16T06:33:17.080Z] 408f87550127: Pulling fs layer [2020-10-16T06:33:17.080Z] fe522b08c979: Pulling fs layer [2020-10-16T06:33:17.080Z] 221eaa008020: Pulling fs layer [2020-10-16T06:33:17.080Z] 2a4607e5d6b9: Pulling fs layer [2020-10-16T06:33:17.080Z] 8f79b27c4fd2: Pulling fs layer [2020-10-16T06:33:17.080Z] e5c8dbe1645b: Pulling fs layer [2020-10-16T06:33:17.080Z] 23e8b3b47431: Pulling fs layer [2020-10-16T06:33:17.080Z] 5c568d65a230: Pulling fs layer [2020-10-16T06:33:17.080Z] 8f79b27c4fd2: Waiting [2020-10-16T06:33:17.080Z] e5c8dbe1645b: Waiting [2020-10-16T06:33:17.080Z] 23e8b3b47431: Waiting [2020-10-16T06:33:17.080Z] 5c568d65a230: Waiting [2020-10-16T06:33:17.080Z] 2a4607e5d6b9: Waiting [2020-10-16T06:33:17.080Z] 221eaa008020: Waiting [2020-10-16T06:33:17.080Z] fe522b08c979: Verifying Checksum [2020-10-16T06:33:17.080Z] fe522b08c979: Download complete [2020-10-16T06:33:17.080Z] 408f87550127: Download complete [2020-10-16T06:33:17.080Z] 2a4607e5d6b9: Verifying Checksum [2020-10-16T06:33:17.080Z] 2a4607e5d6b9: Download complete [2020-10-16T06:33:17.080Z] 8f79b27c4fd2: Verifying Checksum [2020-10-16T06:33:17.080Z] 8f79b27c4fd2: Download complete [2020-10-16T06:33:17.080Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-16T06:33:17.080Z] cbdbe7a5bc2a: Download complete [2020-10-16T06:33:18.134Z] cbdbe7a5bc2a: Pull complete [2020-10-16T06:33:18.134Z] 408f87550127: Pull complete [2020-10-16T06:33:18.497Z] fe522b08c979: Pull complete [2020-10-16T06:33:20.754Z] e5c8dbe1645b: Verifying Checksum [2020-10-16T06:33:20.754Z] e5c8dbe1645b: Download complete [2020-10-16T06:33:23.469Z] 23e8b3b47431: Verifying Checksum [2020-10-16T06:33:23.469Z] 23e8b3b47431: Download complete [2020-10-16T06:33:23.469Z] 5c568d65a230: Verifying Checksum [2020-10-16T06:33:23.469Z] 5c568d65a230: Download complete [2020-10-16T06:33:29.387Z] 221eaa008020: Verifying Checksum [2020-10-16T06:33:29.387Z] 221eaa008020: Download complete [2020-10-16T06:33:39.861Z] 221eaa008020: Pull complete [2020-10-16T06:33:39.861Z] 2a4607e5d6b9: Pull complete [2020-10-16T06:33:39.861Z] 8f79b27c4fd2: Pull complete [2020-10-16T06:33:42.471Z] e5c8dbe1645b: Pull complete [2020-10-16T06:33:45.079Z] 23e8b3b47431: Pull complete [2020-10-16T06:33:47.091Z] 5c568d65a230: Pull complete [2020-10-16T06:33:47.091Z] Digest: sha256:57952c35bde2fbfcf87b7f40d558e42527212236f73796964c551b7cac8e72c4 [2020-10-16T06:33:47.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [2020-10-16T06:33:47.091Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 [Pipeline] withDockerContainer [2020-10-16T06:33:47.329Z] prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container [2020-10-16T06:33:47.595Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -v /w/workspace/dgexfoundry_device-sdk-go_master:/ws -w /ws --entrypoint= -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.317.0 cat [2020-10-16T06:33:49.031Z] $ docker top 86d63c1c84d0fbdfaccc9cbcd62463db5bb2392fceb5299cc42404143c3752a5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:33:49.743Z] + snyk monitor '--org=edgex-jenkins' [2020-10-16T06:34:08.135Z] [2020-10-16T06:34:08.135Z] Monitoring /w/workspace/dgexfoundry_device-sdk-go_master (github.com/edgexfoundry/device-sdk-go)... [2020-10-16T06:34:08.135Z] [2020-10-16T06:34:08.135Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/057beb34-70d8-4945-961c-fe027db76abc/history/4187cd2b-caa5-41ed-8fca-0d522d9a3634 [2020-10-16T06:34:08.135Z] [2020-10-16T06:34:08.135Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2020-10-16T06:34:08.135Z] [2020-10-16T06:34:08.135Z] [2020-10-16T06:34:08.135Z] Snyk CLI supports Node.js 8 and higher. [2020-10-16T06:34:08.135Z] Node.js 8 reached End Of Life on December 31, 2019 and the Snyk CLI will stop supporting it in the near future. [2020-10-16T06:34:08.135Z] Please consider upgrading your runtime version to Node 10 or higher in order to get Snyk CLI updates. [2020-10-16T06:34:08.135Z] [2020-10-16T06:34:08.136Z] The latest CLI version that supports Node.js 6 is `snyk@1.300.0`. [2020-10-16T06:34:08.136Z] The latest CLI version that supports Node.js 4 is `snyk@1.88.2`. [2020-10-16T06:34:08.136Z] You are approaching your monthly limit of 300 private tests for your edgex-jenkins org. [2020-10-16T06:34:08.136Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2020-10-16T06:34:08.159Z] $ docker stop --time=1 86d63c1c84d0fbdfaccc9cbcd62463db5bb2392fceb5299cc42404143c3752a5 [2020-10-16T06:34:10.864Z] $ docker rm -f 86d63c1c84d0fbdfaccc9cbcd62463db5bb2392fceb5299cc42404143c3752a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair 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 [2020-10-16T06:34:12.391Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T06:34:12.446Z] provisioning config files... [2020-10-16T06:34:12.465Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4115374122076262785tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:34:12.902Z] --> edgex-publish-swagger.sh [2020-10-16T06:34:12.903Z] === Publish openapi/v1 API === [2020-10-16T06:34:12.903Z] [publishToSwagger] Publishing the API Docs [openapi/v1] to Swagger [2020-10-16T06:34:12.903Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-16T06:34:12.903Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:34:12.903Z] Dload Upload Total Spent Left Speed [2020-10-16T06:34:13.501Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20188 0 0 100 20188 0 27862 --:--:-- --:--:-- --:--:-- 27883 100 20188 0 0 100 20188 0 27850 --:--:-- --:--:-- --:--:-- 27845 [2020-10-16T06:34:13.501Z] [2020-10-16T06:34:13.501Z] [2020-10-16T06:34:13.501Z] === Publish openapi/v2 API === [2020-10-16T06:34:13.501Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2020-10-16T06:34:13.501Z] [publishToSwagger] Publishing API Name [device-sdk] [2020-10-16T06:34:13.501Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:34:13.501Z] Dload Upload Total Spent Left Speed [2020-10-16T06:34:14.503Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 49274 0 0 100 49274 0 60181 --:--:-- --:--:-- --:--:-- 60163 100 49274 0 0 100 49274 0 60123 --:--:-- --:--:-- --:--:-- 60090 [2020-10-16T06:34:14.503Z] [2020-10-16T06:34:14.503Z] [Pipeline] } [2020-10-16T06:34:14.542Z] 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 [2020-10-16T06:34:15.572Z] + git log --format=format:%s -1 10f5d80329275e8e77aa5b449b49b1589ab3bade [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:34:16.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:34:16.009Z] . [Pipeline] withDockerContainer [2020-10-16T06:34:16.151Z] prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container [2020-10-16T06:34:16.239Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T06:34:17.226Z] $ docker top dea1a9d17ad519d4c9e89cead3b888f82dad6eaee7be3295b3d17cf0e3c7e3a8 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T06:34:17.625Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T06:34:17.625Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T06:34:18.012Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T06:34:18.017Z] $ docker exec dea1a9d17ad519d4c9e89cead3b888f82dad6eaee7be3295b3d17cf0e3c7e3a8 ssh-agent [2020-10-16T06:34:18.258Z] SSH_AUTH_SOCK=/tmp/ssh-nHYORwNprhQp/agent.11 [2020-10-16T06:34:18.258Z] SSH_AGENT_PID=17 [2020-10-16T06:34:18.268Z] Running ssh-add (command line suppressed) [2020-10-16T06:34:18.482Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_456583093561267577.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_456583093561267577.key) [2020-10-16T06:34:18.560Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T06:34:18.990Z] + git semver tag [2020-10-16T06:34:19.262Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T06:34:19.262Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-16T06:34:19.262Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T06:34:19.262Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T06:34:19.262Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T06:34:19.262Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T06:34:19.262Z] # $SEMVER_BRANCH = master [2020-10-16T06:34:19.262Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-16T06:34:19.262Z] # 10f5d80329275e8e77aa5b449b49b1589ab3bade HEAD [2020-10-16T06:34:19.262Z] # -> Force: false [2020-10-16T06:34:19.262Z] # 583e73d67cdd0aa0b0b6844a05981e04c6cb1d85 refs/tags/v1.2.4-dev.27 [Pipeline] } [2020-10-16T06:34:19.282Z] $ docker exec --env ******** --env ******** dea1a9d17ad519d4c9e89cead3b888f82dad6eaee7be3295b3d17cf0e3c7e3a8 ssh-agent -k [2020-10-16T06:34:19.492Z] unset SSH_AUTH_SOCK; [2020-10-16T06:34:19.492Z] unset SSH_AGENT_PID; [2020-10-16T06:34:19.493Z] echo Agent pid 17 killed; [2020-10-16T06:34:19.561Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T06:34:20.048Z] + git semver [Pipeline] } [2020-10-16T06:34:20.094Z] $ docker stop --time=1 dea1a9d17ad519d4c9e89cead3b888f82dad6eaee7be3295b3d17cf0e3c7e3a8 [2020-10-16T06:34:22.052Z] $ docker rm -f dea1a9d17ad519d4c9e89cead3b888f82dad6eaee7be3295b3d17cf0e3c7e3a8 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:34:23.273Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T06:34:23.273Z] [2020-10-16T06:34:23.273Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:34:23.744Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T06:34:23.745Z] 0.23.1-centos7: Pulling from edgex-lftools [2020-10-16T06:34:23.745Z] ab5ef0e58194: Pulling fs layer [2020-10-16T06:34:23.745Z] 9712f1f96733: Pulling fs layer [2020-10-16T06:34:23.745Z] 63f879dbbcfc: Pulling fs layer [2020-10-16T06:34:23.745Z] 0d9ebad4ef96: Pulling fs layer [2020-10-16T06:34:23.745Z] e9a5061849ea: Pulling fs layer [2020-10-16T06:34:23.745Z] d747dcd14b5f: Pulling fs layer [2020-10-16T06:34:23.745Z] 2de7ff778b66: Pulling fs layer [2020-10-16T06:34:23.745Z] 0d9ebad4ef96: Waiting [2020-10-16T06:34:23.745Z] e9a5061849ea: Waiting [2020-10-16T06:34:23.745Z] d747dcd14b5f: Waiting [2020-10-16T06:34:23.745Z] 2de7ff778b66: Waiting [2020-10-16T06:34:23.745Z] 9712f1f96733: Verifying Checksum [2020-10-16T06:34:23.745Z] 9712f1f96733: Download complete [2020-10-16T06:34:27.271Z] 63f879dbbcfc: Download complete [2020-10-16T06:34:27.561Z] e9a5061849ea: Verifying Checksum [2020-10-16T06:34:27.561Z] e9a5061849ea: Download complete [2020-10-16T06:34:27.561Z] d747dcd14b5f: Verifying Checksum [2020-10-16T06:34:27.561Z] d747dcd14b5f: Download complete [2020-10-16T06:34:28.640Z] 0d9ebad4ef96: Verifying Checksum [2020-10-16T06:34:28.640Z] 0d9ebad4ef96: Download complete [2020-10-16T06:34:28.939Z] 2de7ff778b66: Verifying Checksum [2020-10-16T06:34:28.939Z] 2de7ff778b66: Download complete [2020-10-16T06:34:29.941Z] ab5ef0e58194: Verifying Checksum [2020-10-16T06:34:29.941Z] ab5ef0e58194: Download complete [2020-10-16T06:34:38.287Z] ab5ef0e58194: Pull complete [2020-10-16T06:34:38.287Z] 9712f1f96733: Pull complete [2020-10-16T06:34:40.248Z] 63f879dbbcfc: Pull complete [2020-10-16T06:34:50.507Z] 0d9ebad4ef96: Pull complete [2020-10-16T06:34:50.778Z] e9a5061849ea: Pull complete [2020-10-16T06:34:51.048Z] d747dcd14b5f: Pull complete [2020-10-16T06:34:55.423Z] 2de7ff778b66: Pull complete [2020-10-16T06:34:55.423Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2020-10-16T06:34:55.423Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2020-10-16T06:34:55.423Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2020-10-16T06:34:55.802Z] prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container [2020-10-16T06:34:55.892Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2020-10-16T06:34:58.875Z] $ docker top e232b530f8cf30b1604ed2b0e14e58c75967a74dc3ea98d38c758257e0aba38c -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2020-10-16T06:34:59.162Z] provisioning config files... [2020-10-16T06:34:59.216Z] copy managed file [sigul-config] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config1004480724177607056tmp [2020-10-16T06:34:59.254Z] copy managed file [sigul-password] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config4078119465945044078tmp [2020-10-16T06:34:59.310Z] copy managed file [sigul-pki] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config6273752897788145504tmp [Pipeline] { [Pipeline] echo [2020-10-16T06:34:59.390Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:34:59.901Z] ---> sigul-configuration.sh [2020-10-16T06:34:59.901Z] gpg: directory `/root/.gnupg' created [2020-10-16T06:34:59.901Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2020-10-16T06:34:59.901Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2020-10-16T06:34:59.901Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2020-10-16T06:34:59.901Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2020-10-16T06:34:59.901Z] gpg: CAST5 encrypted data [2020-10-16T06:35:00.167Z] gpg: encrypted with 1 passphrase [2020-10-16T06:35:00.167Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2020-10-16T06:35:00.521Z] + mkdir /home/jenkins [2020-10-16T06:35:00.522Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2020-10-16T06:35:01.438Z] + 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 [2020-10-16T06:35:01.515Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:35:02.025Z] ---> sigul-install.sh [2020-10-16T06:35:10.270Z] Package sigul-0.207-1.el7.x86_64 already installed and latest version [Pipeline] sh [2020-10-16T06:35:10.601Z] + git tag --list [2020-10-16T06:35:10.601Z] 0.7.1 [2020-10-16T06:35:10.601Z] delhi-tag [2020-10-16T06:35:10.601Z] v1.0.0 [2020-10-16T06:35:10.601Z] v1.1.0 [2020-10-16T06:35:10.601Z] v1.1.1 [2020-10-16T06:35:10.601Z] v1.1.2 [2020-10-16T06:35:10.601Z] v1.2.0 [2020-10-16T06:35:10.601Z] v1.2.1 [2020-10-16T06:35:10.601Z] v1.2.2 [2020-10-16T06:35:10.601Z] v1.2.3 [2020-10-16T06:35:10.601Z] v1.2.4-dev.1 [2020-10-16T06:35:10.601Z] v1.2.4-dev.10 [2020-10-16T06:35:10.601Z] v1.2.4-dev.11 [2020-10-16T06:35:10.601Z] v1.2.4-dev.12 [2020-10-16T06:35:10.601Z] v1.2.4-dev.13 [2020-10-16T06:35:10.601Z] v1.2.4-dev.14 [2020-10-16T06:35:10.601Z] v1.2.4-dev.15 [2020-10-16T06:35:10.601Z] v1.2.4-dev.16 [2020-10-16T06:35:10.601Z] v1.2.4-dev.17 [2020-10-16T06:35:10.601Z] v1.2.4-dev.18 [2020-10-16T06:35:10.601Z] v1.2.4-dev.19 [2020-10-16T06:35:10.601Z] v1.2.4-dev.2 [2020-10-16T06:35:10.601Z] v1.2.4-dev.20 [2020-10-16T06:35:10.601Z] v1.2.4-dev.21 [2020-10-16T06:35:10.601Z] v1.2.4-dev.22 [2020-10-16T06:35:10.601Z] v1.2.4-dev.23 [2020-10-16T06:35:10.601Z] v1.2.4-dev.24 [2020-10-16T06:35:10.601Z] v1.2.4-dev.25 [2020-10-16T06:35:10.601Z] v1.2.4-dev.26 [2020-10-16T06:35:10.601Z] v1.2.4-dev.27 [2020-10-16T06:35:10.601Z] v1.2.4-dev.3 [2020-10-16T06:35:10.601Z] v1.2.4-dev.4 [2020-10-16T06:35:10.601Z] v1.2.4-dev.5 [2020-10-16T06:35:10.601Z] v1.2.4-dev.6 [2020-10-16T06:35:10.601Z] v1.2.4-dev.7 [2020-10-16T06:35:10.601Z] v1.2.4-dev.8 [2020-10-16T06:35:10.601Z] v1.2.4-dev.9 [Pipeline] sh [2020-10-16T06:35:10.976Z] + lftools sign git-tag v1.2.4-dev.27 [2020-10-16T06:35:12.452Z] Signing Git tag with Sigul... [2020-10-16T06:35:12.452Z] Signing v1.2.4-dev.27 [Pipeline] echo [2020-10-16T06:35:13.889Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:35:14.244Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2020-10-16T06:35:14.274Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2020-10-16T06:35:14.412Z] $ docker stop --time=1 e232b530f8cf30b1604ed2b0e14e58c75967a74dc3ea98d38c758257e0aba38c [2020-10-16T06:35:16.386Z] $ docker rm -f e232b530f8cf30b1604ed2b0e14e58c75967a74dc3ea98d38c758257e0aba38c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:35:17.454Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:35:17.454Z] . [Pipeline] withDockerContainer [2020-10-16T06:35:17.619Z] prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container [2020-10-16T06:35:17.705Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T06:35:18.668Z] $ docker top a7ed1f446423bb584d699d58e166b863081b51b60653408d1080e8acff7ccd4b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T06:35:19.042Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T06:35:19.042Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T06:35:19.378Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T06:35:19.398Z] $ docker exec a7ed1f446423bb584d699d58e166b863081b51b60653408d1080e8acff7ccd4b ssh-agent [2020-10-16T06:35:19.705Z] SSH_AUTH_SOCK=/tmp/ssh-nt2w3nwbMDTe/agent.13 [2020-10-16T06:35:19.705Z] SSH_AGENT_PID=18 [2020-10-16T06:35:19.718Z] Running ssh-add (command line suppressed) [2020-10-16T06:35:19.999Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7129662678673666007.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_7129662678673666007.key) [2020-10-16T06:35:20.126Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T06:35:20.547Z] + git semver bump pre [2020-10-16T06:35:20.821Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T06:35:20.821Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-16T06:35:20.821Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T06:35:20.821Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T06:35:20.821Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T06:35:20.821Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T06:35:20.821Z] # $SEMVER_BRANCH = master [2020-10-16T06:35:20.821Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [2020-10-16T06:35:20.821Z] 1.2.4-dev.28 [Pipeline] } [2020-10-16T06:35:20.859Z] $ docker exec --env ******** --env ******** a7ed1f446423bb584d699d58e166b863081b51b60653408d1080e8acff7ccd4b ssh-agent -k [2020-10-16T06:35:21.081Z] unset SSH_AUTH_SOCK; [2020-10-16T06:35:21.082Z] unset SSH_AGENT_PID; [2020-10-16T06:35:21.082Z] echo Agent pid 18 killed; [2020-10-16T06:35:21.171Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T06:35:21.683Z] + git semver [Pipeline] } [2020-10-16T06:35:21.726Z] $ docker stop --time=1 a7ed1f446423bb584d699d58e166b863081b51b60653408d1080e8acff7ccd4b [2020-10-16T06:35:23.386Z] $ docker rm -f a7ed1f446423bb584d699d58e166b863081b51b60653408d1080e8acff7ccd4b [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:35:24.219Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:35:24.219Z] . [Pipeline] withDockerContainer [2020-10-16T06:35:24.374Z] prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container [2020-10-16T06:35:24.499Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T06:35:25.594Z] $ docker top 4218d47869e2cd8b4f5004ffe986ae701c6970a28dfa75593b25fa9096b75402 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T06:35:26.054Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T06:35:26.054Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T06:35:26.512Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T06:35:26.532Z] $ docker exec 4218d47869e2cd8b4f5004ffe986ae701c6970a28dfa75593b25fa9096b75402 ssh-agent [2020-10-16T06:35:27.015Z] SSH_AUTH_SOCK=/tmp/ssh-v6sT2d5v8h2N/agent.13 [2020-10-16T06:35:27.015Z] SSH_AGENT_PID=18 [2020-10-16T06:35:27.033Z] Running ssh-add (command line suppressed) [2020-10-16T06:35:27.300Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2252933950590598147.key (/w/workspace/dgexfoundry_device-sdk-go_master@tmp/private_key_2252933950590598147.key) [2020-10-16T06:35:27.408Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T06:35:27.930Z] + git semver push [2020-10-16T06:35:27.930Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T06:35:27.930Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.git [2020-10-16T06:35:27.930Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T06:35:27.930Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T06:35:27.930Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T06:35:27.930Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T06:35:27.930Z] # $SEMVER_BRANCH = master [2020-10-16T06:35:27.930Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_master/.semver [Pipeline] } [2020-10-16T06:35:35.204Z] $ docker exec --env ******** --env ******** 4218d47869e2cd8b4f5004ffe986ae701c6970a28dfa75593b25fa9096b75402 ssh-agent -k [2020-10-16T06:35:35.494Z] unset SSH_AUTH_SOCK; [2020-10-16T06:35:35.498Z] unset SSH_AGENT_PID; [2020-10-16T06:35:35.498Z] echo Agent pid 18 killed; [2020-10-16T06:35:35.662Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T06:35:36.567Z] + git semver [Pipeline] } [2020-10-16T06:35:36.601Z] $ docker stop --time=1 4218d47869e2cd8b4f5004ffe986ae701c6970a28dfa75593b25fa9096b75402 [2020-10-16T06:35:38.617Z] $ docker rm -f 4218d47869e2cd8b4f5004ffe986ae701c6970a28dfa75593b25fa9096b75402 [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 [2020-10-16T06:35:40.703Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:35:41.692Z] ---> package-listing.sh [2020-10-16T06:35:41.692Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T06:35:41.692Z] ++ facter osfamily [2020-10-16T06:35:41.967Z] + OS_FAMILY=redhat [2020-10-16T06:35:41.967Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_master [2020-10-16T06:35:41.967Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T06:35:41.967Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T06:35:41.967Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T06:35:41.967Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T06:35:41.967Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-16T06:35:41.967Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T06:35:41.967Z] + case "${OS_FAMILY}" in [2020-10-16T06:35:41.967Z] + sort [2020-10-16T06:35:41.967Z] + rpm -qa [2020-10-16T06:35:46.302Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T06:35:46.302Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T06:35:46.302Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T06:35:46.567Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_master ']' [2020-10-16T06:35:46.567Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [2020-10-16T06:35:46.567Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_master/archives/ [Pipeline] echo [2020-10-16T06:35:46.598Z] 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/dgexfoundry_device-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 [2020-10-16T06:35:46.942Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:35:47.535Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T06:35:47.535Z] [2020-10-16T06:35:47.535Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:35:47.938Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T06:35:47.938Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T06:35:47.938Z] df20fa9351a1: Pulling fs layer [2020-10-16T06:35:47.938Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T06:35:47.938Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T06:35:47.938Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T06:35:47.938Z] 93b61091891f: Pulling fs layer [2020-10-16T06:35:47.938Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T06:35:47.938Z] 5e14af77c1be: Pulling fs layer [2020-10-16T06:35:47.938Z] 01666e4c0597: Pulling fs layer [2020-10-16T06:35:47.938Z] aa168da1d23b: Pulling fs layer [2020-10-16T06:35:47.938Z] 93b61091891f: Waiting [2020-10-16T06:35:47.938Z] 93b9cdb0e59b: Waiting [2020-10-16T06:35:47.938Z] 5e14af77c1be: Waiting [2020-10-16T06:35:47.938Z] 01666e4c0597: Waiting [2020-10-16T06:35:47.938Z] aa168da1d23b: Waiting [2020-10-16T06:35:47.938Z] 46f8f816bc3b: Waiting [2020-10-16T06:35:48.241Z] 36b3adc4ff6f: Verifying Checksum [2020-10-16T06:35:48.241Z] 36b3adc4ff6f: Download complete [2020-10-16T06:35:48.241Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T06:35:48.241Z] 46f8f816bc3b: Download complete [2020-10-16T06:35:48.241Z] df20fa9351a1: Verifying Checksum [2020-10-16T06:35:48.241Z] 93b9cdb0e59b: Verifying Checksum [2020-10-16T06:35:48.241Z] 93b9cdb0e59b: Download complete [2020-10-16T06:35:48.241Z] 5e14af77c1be: Verifying Checksum [2020-10-16T06:35:48.241Z] 5e14af77c1be: Download complete [2020-10-16T06:35:48.528Z] 01666e4c0597: Verifying Checksum [2020-10-16T06:35:48.528Z] 01666e4c0597: Download complete [2020-10-16T06:35:48.528Z] 93b61091891f: Verifying Checksum [2020-10-16T06:35:48.528Z] 93b61091891f: Download complete [2020-10-16T06:35:48.863Z] df20fa9351a1: Pull complete [2020-10-16T06:35:49.155Z] 36b3adc4ff6f: Pull complete [2020-10-16T06:35:49.529Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T06:35:49.529Z] 8ad3a11d3b57: Download complete [2020-10-16T06:35:52.334Z] 8ad3a11d3b57: Pull complete [2020-10-16T06:35:52.611Z] 46f8f816bc3b: Pull complete [2020-10-16T06:35:53.610Z] 93b61091891f: Pull complete [2020-10-16T06:35:53.959Z] 93b9cdb0e59b: Pull complete [2020-10-16T06:35:54.378Z] 5e14af77c1be: Pull complete [2020-10-16T06:35:55.042Z] 01666e4c0597: Pull complete [2020-10-16T06:35:55.310Z] aa168da1d23b: Verifying Checksum [2020-10-16T06:35:55.310Z] aa168da1d23b: Download complete [2020-10-16T06:36:08.000Z] aa168da1d23b: Pull complete [2020-10-16T06:36:08.000Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T06:36:08.000Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T06:36:08.000Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T06:36:08.484Z] prd-centos7-docker-4c-2g-5770 does not seem to be running inside a container [2020-10-16T06:36:08.773Z] $ 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/dgexfoundry_device-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/dgexfoundry_device-sdk-go_master -v /w/workspace/dgexfoundry_device-sdk-go_master:/w/workspace/dgexfoundry_device-sdk-go_master:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_master@tmp:/w/workspace/dgexfoundry_device-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-16T06:36:11.391Z] $ docker top 95f5da60131f4575786e5e4086372489fa909e2f828513e9faa94995a1ea02dc -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:36:12.028Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T06:36:12.355Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T06:36:12.686Z] + ls /var/log/sa-host [2020-10-16T06:36:12.686Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T06:36:12.686Z] file_magic: OK [2020-10-16T06:36:12.686Z] HZ: Using current value: 100 [2020-10-16T06:36:12.686Z] file_header: OK [2020-10-16T06:36:12.686Z] 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 [2020-10-16T06:36:12.686Z] Statistics: [2020-10-16T06:36:12.686Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T06:36:12.686Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T06:36:12.686Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T06:36:12.686Z] file_magic: OK [2020-10-16T06:36:12.686Z] HZ: Using current value: 100 [2020-10-16T06:36:12.686Z] file_header: OK [2020-10-16T06:36:12.686Z] 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 [2020-10-16T06:36:12.686Z] Statistics: [2020-10-16T06:36:12.686Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T06:36:12.686Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T06:36:12.925Z] provisioning config files... [2020-10-16T06:36:12.967Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_master@tmp/config3613677039184094532tmp [Pipeline] { [Pipeline] echo [2020-10-16T06:36:13.046Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:36:13.397Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T06:36:13.411Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T06:36:13.556Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:36:13.948Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T06:36:13.964Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:36:14.334Z] ---> sudo-logs.sh [2020-10-16T06:36:14.334Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T06:36:14.391Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:36:14.809Z] ---> job-cost.sh [2020-10-16T06:36:15.163Z] lf-activate-venv: SKIPPING [2020-10-16T06:36:15.164Z] INFO: No Stack... [2020-10-16T06:36:16.139Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T06:36:16.720Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T06:36:16.737Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:36:17.485Z] ---> logs-deploy.sh [2020-10-16T06:36:17.485Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/master/78 [2020-10-16T06:36:17.485Z] INFO: archiving workspace using pattern(s): [2020-10-16T06:36:20.366Z] Archives upload complete. [2020-10-16T06:36:20.638Z] INFO: archiving logs to Nexus