Push event to branch master Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5b297c99e7a02495e1c2bf8274fcb76147152718 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:app-functions-sdk-go, semver:true, testScript:make test, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: app-functions-sdk-go-settings PROJECT: app-functions-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-app-functions-sdk-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: false SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-11382 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git > git init /w/workspace/ndry_app-functions-sdk-go_master # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 5b297c99e7a02495e1c2bf8274fcb76147152718 (master) > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5b297c99e7a02495e1c2bf8274fcb76147152718 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#566)" > git rev-list --no-walk edbe35f16b8fb14d02763040aa31f483655b4616 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:28:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:28:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:28:12 ========================================================= 16:28:12 EdgeX Global Pipelines Version Info 16:28:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:28:13 ------------------- 16:28:13 stable info: 16:28:13 ------------------- 16:28:13 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:28:13 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 16:28:13 Message: update stable to v1.0.162 16:28:14 ------------------- 16:28:14 experimental info: 16:28:14 ------------------- 16:28:14 Commited By: **** collab-it+edgex@linuxfoundation.org 16:28:14 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 16:28:14 Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 16:28:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = app-functions-sdk-go-settings [Pipeline] echo 16:28:15 [edgeXSetupEnvironment]: set envvar PROJECT = app-functions-sdk-go [Pipeline] echo 16:28:15 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:28:15 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:28:15 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:28:15 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:28:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 16:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-app-functions-sdk-go [Pipeline] echo 16:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:28:16 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:28:16 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo 16:28:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 16:28:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 16:28:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 16:28:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:28:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 16:28:17 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:28:17 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo 16:28:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 16:28:17 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 16:28:17 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = false [Pipeline] echo 16:28:17 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 16:28:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = master [Pipeline] echo 16:28:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = master [Pipeline] echo 16:28:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = master [Pipeline] echo 16:28:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5b297c99e7a02495e1c2bf8274fcb76147152718 [Pipeline] echo 16:28:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5b297c9 [Pipeline] echo 16:28:18 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:28:18 provisioning config files... 16:28:18 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1592626963878548457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:28:19 ---> docker-login.sh 16:28:19 nexus3.edgexfoundry.org:10001 16:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:19 Configure a credential helper to remove this warning. See 16:28:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:19 16:28:19 Login Succeeded 16:28:19 nexus3.edgexfoundry.org:10002 16:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:19 Configure a credential helper to remove this warning. See 16:28:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:19 16:28:19 Login Succeeded 16:28:19 nexus3.edgexfoundry.org:10003 16:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:19 Configure a credential helper to remove this warning. See 16:28:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:19 16:28:19 Login Succeeded 16:28:19 nexus3.edgexfoundry.org:10004 16:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:19 Configure a credential helper to remove this warning. See 16:28:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:19 16:28:19 Login Succeeded 16:28:19 docker.io 16:28:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:28:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:28:20 Configure a credential helper to remove this warning. See 16:28:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:28:20 16:28:20 Login Succeeded 16:28:20 ---> docker-login.sh ends [Pipeline] } 16:28:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 16:28:21 + git log --format=format:%s -1 5b297c99e7a02495e1c2bf8274fcb76147152718 [Pipeline] echo 16:28:21 GIT_COMMIT: 5b297c99e7a02495e1c2bf8274fcb76147152718, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#566) [Pipeline] echo 16:28:21 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 16:28:22 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:28:22 16:28:22 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:28:22 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:28:22 latest: Pulling from edgex-devops/git-semver 16:28:22 31603596830f: Pulling fs layer 16:28:22 2a8b12db71e7: Pulling fs layer 16:28:22 6ca5941a6612: Pulling fs layer 16:28:22 ecc8261a40a4: Pulling fs layer 16:28:22 ecc8261a40a4: Waiting 16:28:22 2a8b12db71e7: Verifying Checksum 16:28:22 2a8b12db71e7: Download complete 16:28:23 31603596830f: Verifying Checksum 16:28:23 31603596830f: Download complete 16:28:23 ecc8261a40a4: Verifying Checksum 16:28:23 ecc8261a40a4: Download complete 16:28:23 6ca5941a6612: Verifying Checksum 16:28:23 6ca5941a6612: Download complete 16:28:23 31603596830f: Pull complete 16:28:23 2a8b12db71e7: Pull complete 16:28:23 6ca5941a6612: Pull complete 16:28:24 ecc8261a40a4: Pull complete 16:28:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:28:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:28:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:28:24 prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container 16:28:24 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:28:26 $ docker top 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:28:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:28:26 [ssh-agent] Looking for ssh-agent implementation... 16:28:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:28:26 $ docker exec 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d ssh-agent 16:28:26 SSH_AUTH_SOCK=/tmp/ssh-0dETFzWrHVGs/agent.11 16:28:26 SSH_AGENT_PID=16 16:28:27 Running ssh-add (command line suppressed) 16:28:27 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1645548111891249049.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_1645548111891249049.key) 16:28:27 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:28:27 + git tag --points-at HEAD [Pipeline] } 16:28:27 $ docker exec --env ******** --env ******** 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d ssh-agent -k 16:28:27 unset SSH_AUTH_SOCK; 16:28:27 unset SSH_AGENT_PID; 16:28:27 echo Agent pid 16 killed; 16:28:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:28:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:28:27 [ssh-agent] Looking for ssh-agent implementation... 16:28:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:28:27 $ docker exec 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d ssh-agent 16:28:28 SSH_AUTH_SOCK=/tmp/ssh-nrQx8POKpFLV/agent.44 16:28:28 SSH_AGENT_PID=50 16:28:28 Running ssh-add (command line suppressed) 16:28:28 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9094409537811094961.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_9094409537811094961.key) 16:28:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:28:28 + git semver init 16:28:28 # -> Open(): unable to determine branch for HEAD 16:28:28 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git 16:28:28 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master 16:28:28 # $SEMVER_REMOTE_NAME = origin 16:28:28 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:28:28 # $SEMVER_USER_NAME = edgex-jenkins 16:28:28 # $SEMVER_BRANCH = master 16:28:28 # $SEMVER_TEMP = /tmp/semver-364012350 16:28:28 # git clone --branch semver git@github.com:edgexfoundry/app-functions-sdk-go.git $SEMVER_TEMP 16:28:31 # '/tmp/semver-364012350' -> '/w/workspace/ndry_app-functions-sdk-go_master/.semver' 16:28:31 # -> Force: false 16:28:31 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver [Pipeline] } 16:28:31 $ docker exec --env ******** --env ******** 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d ssh-agent -k 16:28:31 unset SSH_AUTH_SOCK; 16:28:31 unset SSH_AGENT_PID; 16:28:31 echo Agent pid 50 killed; 16:28:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:28:31 + git semver [Pipeline] } 16:28:31 $ docker stop --time=1 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d 16:28:33 $ docker rm -f 6f212d7b546a0fddf701d2c467342570fa27b75636e12c6b3ce0e6a15048305d [Pipeline] // withDockerContainer [Pipeline] sh 16:28:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:28:34 Stashed 1 file(s) [Pipeline] echo 16:28:34 [edgeXSemver]: initialized semver on version 1.2.1-dev.57 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 16:28:49 Still waiting to schedule task 16:28:49 Waiting for next available executor on ‘centos7-docker-4c-2g’ 16:28:49 Still waiting to schedule task 16:28:49 ‘prd-ubuntu18.04-docker-arm64-4c-16g-10024’ is offline 16:30:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11383 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:30:31 Running in /w/workspace/app-functions-sdk-go/145 [Pipeline] { [Pipeline] checkout 16:30:37 using credential edgex-jenkins-ssh 16:30:37 Cloning the remote Git repository 16:30:37 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:30:37 > git init /w/workspace/app-functions-sdk-go/145 # timeout=10 16:30:37 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:30:37 > git --version # timeout=10 16:30:37 > git --version # 'git version 2.17.1' 16:30:37 using GIT_SSH to set credentials SSH Credentials for GitHub 16:30:37 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:30:40 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:30:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:30:40 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:30:40 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:30:40 using GIT_SSH to set credentials SSH Credentials for GitHub 16:30:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:30:40 Checking out Revision 5b297c99e7a02495e1c2bf8274fcb76147152718 (master) 16:30:40 > git config core.sparsecheckout # timeout=10 16:30:41 > git checkout -f 5b297c99e7a02495e1c2bf8274fcb76147152718 # timeout=10 16:30:45 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#566)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:30:46 provisioning config files... 16:30:46 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/145@tmp/config1195061732494257106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:30:47 ---> docker-login.sh 16:30:47 nexus3.edgexfoundry.org:10001 16:30:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:30:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:30:48 Configure a credential helper to remove this warning. See 16:30:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:30:48 16:30:48 Login Succeeded 16:30:48 nexus3.edgexfoundry.org:10002 16:30:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:30:49 Configure a credential helper to remove this warning. See 16:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:30:49 16:30:49 Login Succeeded 16:30:49 nexus3.edgexfoundry.org:10003 16:30:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:30:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:30:49 Configure a credential helper to remove this warning. See 16:30:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:30:49 16:30:49 Login Succeeded 16:30:49 nexus3.edgexfoundry.org:10004 16:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:30:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:30:50 Configure a credential helper to remove this warning. See 16:30:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:30:50 16:30:50 Login Succeeded 16:30:50 docker.io 16:30:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:30:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:30:51 Configure a credential helper to remove this warning. See 16:30:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:30:51 16:30:51 Login Succeeded 16:30:51 ---> docker-login.sh ends [Pipeline] } 16:30:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:30:51 ========================================================= 16:30:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:30:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:30:52 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 16:30:52 Sending build context to Docker daemon 19.15MB 16:30:52 Step 1/8 : ARG BASE=golang:1.15-alpine 16:30:52 Step 2/8 : FROM ${BASE} 16:30:53 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:30:53 b538f80385f9: Pulling fs layer 16:30:53 74f711af9a0d: Pulling fs layer 16:30:53 99f96fe45779: Pulling fs layer 16:30:53 8529a6b9a6be: Pulling fs layer 16:30:53 45590311c82a: Pulling fs layer 16:30:53 69ca0ff8b7b3: Pulling fs layer 16:30:53 209524e5b208: Pulling fs layer 16:30:53 8529a6b9a6be: Waiting 16:30:53 45590311c82a: Waiting 16:30:53 69ca0ff8b7b3: Waiting 16:30:53 209524e5b208: Waiting 16:30:53 99f96fe45779: Verifying Checksum 16:30:53 74f711af9a0d: Download complete 16:30:53 45590311c82a: Verifying Checksum 16:30:53 45590311c82a: Download complete 16:30:53 69ca0ff8b7b3: Verifying Checksum 16:30:53 69ca0ff8b7b3: Download complete 16:30:53 b538f80385f9: Download complete 16:30:53 b538f80385f9: Pull complete 16:30:54 74f711af9a0d: Pull complete 16:30:54 99f96fe45779: Pull complete 16:30:55 209524e5b208: Verifying Checksum 16:30:55 209524e5b208: Download complete 16:30:56 8529a6b9a6be: Verifying Checksum 16:30:56 8529a6b9a6be: Download complete 16:31:07 8529a6b9a6be: Pull complete 16:31:07 45590311c82a: Pull complete 16:31:07 69ca0ff8b7b3: Pull complete 16:31:11 209524e5b208: Pull complete 16:31:11 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:31:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:31:11 ---> 5bddaf1c2fca 16:31:11 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:31:11 latest: Pulling from library/docker 16:31:11 5f621e34cdf4: Pulling fs layer 16:31:11 85db56a05063: Pulling fs layer 16:31:11 ccb67d6aeaaa: Pulling fs layer 16:31:11 a0b19fc83503: Pulling fs layer 16:31:11 8eb508b41278: Pulling fs layer 16:31:11 37236713561e: Pulling fs layer 16:31:11 07c93f2b1b56: Pulling fs layer 16:31:11 8eb508b41278: Waiting 16:31:11 37236713561e: Waiting 16:31:11 07c93f2b1b56: Waiting 16:31:11 a0b19fc83503: Waiting 16:31:11 ccb67d6aeaaa: Verifying Checksum 16:31:11 ccb67d6aeaaa: Download complete 16:31:11 85db56a05063: Verifying Checksum 16:31:11 85db56a05063: Download complete 16:31:11 5f621e34cdf4: Verifying Checksum 16:31:11 5f621e34cdf4: Download complete 16:31:11 37236713561e: Download complete 16:31:12 07c93f2b1b56: Verifying Checksum 16:31:12 07c93f2b1b56: Download complete 16:31:12 8eb508b41278: Verifying Checksum 16:31:12 8eb508b41278: Download complete 16:31:12 5f621e34cdf4: Pull complete 16:31:12 85db56a05063: Pull complete 16:31:13 a0b19fc83503: Verifying Checksum 16:31:13 a0b19fc83503: Download complete 16:31:13 ccb67d6aeaaa: Pull complete 16:31:16 a0b19fc83503: Pull complete 16:31:16 8eb508b41278: Pull complete 16:31:17 37236713561e: Pull complete 16:31:17 07c93f2b1b56: Pull complete 16:31:17 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:31:17 Status: Downloaded newer image for docker:latest 16:31:24 ---> 1111a6b70c35 16:31:24 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:31:24 ---> Running in 9ccfb83c3266 16:31:24 Removing intermediate container 9ccfb83c3266 16:31:24 ---> 764d13130670 16:31:24 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:31:24 ---> Running in 521bfeda8484 16:31:24 Running on prd-centos7-docker-4c-2g-11384 in /w/workspace/ndry_app-functions-sdk-go_master [Pipeline] { [Pipeline] ws 16:31:24 Running in /w/workspace/app-functions-sdk-go/145 [Pipeline] { [Pipeline] checkout 16:31:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:31:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:31:27 (1/5) Installing libsodium (1.0.18-r0) 16:31:27 (2/5) Installing libzmq (4.3.3-r0) 16:31:27 (3/5) Installing pkgconf (1.7.2-r0) 16:31:27 (4/5) Installing libsodium-dev (1.0.18-r0) 16:31:27 (5/5) Installing zeromq-dev (4.3.3-r0) 16:31:27 Executing busybox-1.31.1-r16.trigger 16:31:27 using credential edgex-jenkins-ssh 16:31:27 Cloning the remote Git repository 16:31:27 OK: 144 MiB in 44 packages 16:31:27 Cloning repository git@github.com:edgexfoundry/app-functions-sdk-go.git 16:31:27 > git init /w/workspace/app-functions-sdk-go/145 # timeout=10 16:31:27 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:31:27 > git --version # timeout=10 16:31:27 > git --version # 'git version 2.16.5' 16:31:27 using GIT_SSH to set credentials SSH Credentials for GitHub 16:31:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:31:29 Removing intermediate container 521bfeda8484 16:31:29 ---> 07b7f00cd7ea 16:31:29 Step 6/8 : WORKDIR /build 16:31:29 ---> Running in 4f175c08449f 16:31:29 Removing intermediate container 4f175c08449f 16:31:29 ---> 8ce4d4d5875a 16:31:29 Step 7/8 : COPY go.mod . 16:31:29 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:31:29 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:31:29 > git config remote.origin.url git@github.com:edgexfoundry/app-functions-sdk-go.git # timeout=10 16:31:29 Fetching upstream changes from git@github.com:edgexfoundry/app-functions-sdk-go.git 16:31:29 using GIT_SSH to set credentials SSH Credentials for GitHub 16:31:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/app-functions-sdk-go.git +refs/heads/master:refs/remotes/origin/master # timeout=10 16:31:29 Checking out Revision 5b297c99e7a02495e1c2bf8274fcb76147152718 (master) 16:31:30 ---> 11872bbe315a 16:31:30 Step 8/8 : RUN go mod download 16:31:30 ---> Running in d99768a92a01 16:31:29 > git config core.sparsecheckout # timeout=10 16:31:29 > git checkout -f 5b297c99e7a02495e1c2bf8274fcb76147152718 # timeout=10 16:31:33 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap (#566)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 16:31:34 provisioning config files... 16:31:34 copy managed file [app-functions-sdk-go-settings] to file:/w/workspace/app-functions-sdk-go/145@tmp/config3056383243033429398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 16:31:35 ---> docker-login.sh 16:31:35 nexus3.edgexfoundry.org:10001 16:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:35 Configure a credential helper to remove this warning. See 16:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:35 16:31:35 Login Succeeded 16:31:35 nexus3.edgexfoundry.org:10002 16:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:35 Configure a credential helper to remove this warning. See 16:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:35 16:31:35 Login Succeeded 16:31:35 nexus3.edgexfoundry.org:10003 16:31:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:35 Configure a credential helper to remove this warning. See 16:31:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:35 16:31:35 Login Succeeded 16:31:35 nexus3.edgexfoundry.org:10004 16:31:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:36 Configure a credential helper to remove this warning. See 16:31:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:36 16:31:36 Login Succeeded 16:31:36 docker.io 16:31:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 16:31:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 16:31:36 Configure a credential helper to remove this warning. See 16:31:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 16:31:36 16:31:36 Login Succeeded 16:31:36 ---> docker-login.sh ends [Pipeline] } 16:31:36 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 16:31:36 ========================================================= 16:31:36 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:31:36 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:31:37 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:31:37 Sending build context to Docker daemon 19.14MB 16:31:37 Step 1/8 : ARG BASE=golang:1.15-alpine 16:31:37 Step 2/8 : FROM ${BASE} 16:31:37 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:31:37 df20fa9351a1: Pulling fs layer 16:31:37 ed8968b2872e: Pulling fs layer 16:31:37 a92cc7c5fd73: Pulling fs layer 16:31:37 e871e8e8d7a9: Pulling fs layer 16:31:37 e73272ec9a57: Pulling fs layer 16:31:37 1e910a182e73: Pulling fs layer 16:31:37 4e634b169226: Pulling fs layer 16:31:37 e73272ec9a57: Waiting 16:31:37 1e910a182e73: Waiting 16:31:37 4e634b169226: Waiting 16:31:37 e871e8e8d7a9: Waiting 16:31:37 ed8968b2872e: Verifying Checksum 16:31:37 ed8968b2872e: Download complete 16:31:37 a92cc7c5fd73: Verifying Checksum 16:31:37 a92cc7c5fd73: Download complete 16:31:37 e73272ec9a57: Verifying Checksum 16:31:37 e73272ec9a57: Download complete 16:31:37 df20fa9351a1: Verifying Checksum 16:31:37 df20fa9351a1: Download complete 16:31:37 1e910a182e73: Verifying Checksum 16:31:37 1e910a182e73: Download complete 16:31:37 df20fa9351a1: Pull complete 16:31:38 ed8968b2872e: Pull complete 16:31:38 a92cc7c5fd73: Pull complete 16:31:39 4e634b169226: Verifying Checksum 16:31:39 4e634b169226: Download complete 16:31:40 e871e8e8d7a9: Verifying Checksum 16:31:40 e871e8e8d7a9: Download complete 16:31:46 e871e8e8d7a9: Pull complete 16:31:46 e73272ec9a57: Pull complete 16:31:46 1e910a182e73: Pull complete 16:31:51 4e634b169226: Pull complete 16:31:51 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:31:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:31:51 ---> f7629b54cfaa 16:31:51 Step 3/8 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:31:52 latest: Pulling from library/docker 16:31:52 188c0c94c7c5: Pulling fs layer 16:31:52 0c7c675703d6: Pulling fs layer 16:31:52 cc8c12a437cb: Pulling fs layer 16:31:52 c5dafad2182a: Pulling fs layer 16:31:52 5aa711733414: Pulling fs layer 16:31:52 058f73b55e4b: Pulling fs layer 16:31:52 8c9c664faf12: Pulling fs layer 16:31:52 5aa711733414: Waiting 16:31:52 058f73b55e4b: Waiting 16:31:52 8c9c664faf12: Waiting 16:31:52 c5dafad2182a: Waiting 16:31:52 cc8c12a437cb: Verifying Checksum 16:31:52 cc8c12a437cb: Download complete 16:31:52 0c7c675703d6: Verifying Checksum 16:31:52 0c7c675703d6: Download complete 16:31:52 188c0c94c7c5: Verifying Checksum 16:31:52 5aa711733414: Verifying Checksum 16:31:52 5aa711733414: Download complete 16:31:52 058f73b55e4b: Verifying Checksum 16:31:52 058f73b55e4b: Download complete 16:31:52 8c9c664faf12: Verifying Checksum 16:31:52 8c9c664faf12: Download complete 16:31:53 188c0c94c7c5: Pull complete 16:31:53 0c7c675703d6: Pull complete 16:31:53 c5dafad2182a: Download complete 16:31:54 cc8c12a437cb: Pull complete 16:31:56 c5dafad2182a: Pull complete 16:31:56 5aa711733414: Pull complete 16:31:56 058f73b55e4b: Pull complete 16:31:56 8c9c664faf12: Pull complete 16:31:56 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:31:56 Status: Downloaded newer image for docker:latest 16:31:57 Removing intermediate container d99768a92a01 16:31:57 ---> a6aebad3eb2c 16:31:57 Successfully built a6aebad3eb2c 16:31:57 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:31:57 + docker inspect -f . ci-base-image-arm64 16:31:57 . [Pipeline] withDockerContainer 16:31:57 prd-ubuntu18.04-docker-arm64-4c-16g-11383 does not seem to be running inside a container 16:31:57 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/145 -v /w/workspace/app-functions-sdk-go/145:/w/workspace/app-functions-sdk-go/145:rw,z -v /w/workspace/app-functions-sdk-go/145@tmp:/w/workspace/app-functions-sdk-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:31:58 ---> 5422e6de0501 16:31:58 Step 4/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' 16:31:58 ---> Running in c6b37f21a34a 16:31:59 Removing intermediate container c6b37f21a34a 16:31:59 ---> 0ad13f2fc8c6 16:31:59 Step 5/8 : RUN apk add --update --no-cache zeromq-dev bash 16:31:59 ---> Running in db8cb52986e6 16:31:59 $ docker top 0f63d7be94c01f4d3b47f7276ad2b7a13c03b141d9d320437fd02c9c8094ccba -eo pid,comm [Pipeline] { 16:32:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] sh 16:32:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:32:01 + go version 16:32:01 go version go1.15.2 linux/arm64 [Pipeline] } 16:32:01 $ docker stop --time=1 0f63d7be94c01f4d3b47f7276ad2b7a13c03b141d9d320437fd02c9c8094ccba 16:32:01 (1/5) Installing libsodium (1.0.18-r0) 16:32:01 (2/5) Installing libzmq (4.3.3-r0) 16:32:01 (3/5) Installing pkgconf (1.7.2-r0) 16:32:01 (4/5) Installing libsodium-dev (1.0.18-r0) 16:32:01 (5/5) Installing zeromq-dev (4.3.3-r0) 16:32:01 Executing busybox-1.31.1-r16.trigger 16:32:01 OK: 167 MiB in 44 packages 16:32:02 Removing intermediate container db8cb52986e6 16:32:02 ---> a5c541f6908a 16:32:02 Step 6/8 : WORKDIR /build 16:32:02 ---> Running in 13903165effe 16:32:02 Removing intermediate container 13903165effe 16:32:02 ---> a8d7004685ac 16:32:02 Step 7/8 : COPY go.mod . 16:32:02 ---> f4a8c8c677db 16:32:02 Step 8/8 : RUN go mod download 16:32:02 ---> Running in 79e47b87f40b 16:32:03 $ docker rm -f 0f63d7be94c01f4d3b47f7276ad2b7a13c03b141d9d320437fd02c9c8094ccba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:32:04 + docker inspect -f . ci-base-image-arm64 16:32:04 . [Pipeline] withDockerContainer 16:32:04 prd-ubuntu18.04-docker-arm64-4c-16g-11383 does not seem to be running inside a container 16:32:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/145 -v /w/workspace/app-functions-sdk-go/145:/w/workspace/app-functions-sdk-go/145:rw,z -v /w/workspace/app-functions-sdk-go/145@tmp:/w/workspace/app-functions-sdk-go/145@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 16:32:06 $ docker top e8e14b5f6aef0348a17b4cc0876f3a9affc23ee4ab7bbcd015fe423c1cbab3bc -eo pid,comm [Pipeline] { [Pipeline] sh 16:32:07 + make test 16:32:07 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:32:09 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:32:29 Removing intermediate container 79e47b87f40b 16:32:29 ---> 119d0e28e5d7 16:32:29 Successfully built 119d0e28e5d7 16:32:29 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:32:29 + docker inspect -f . ci-base-image-x86_64 16:32:29 . [Pipeline] withDockerContainer 16:32:30 prd-centos7-docker-4c-2g-11384 does not seem to be running inside a container 16:32:30 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/145 -v /w/workspace/app-functions-sdk-go/145:/w/workspace/app-functions-sdk-go/145:rw,z -v /w/workspace/app-functions-sdk-go/145@tmp:/w/workspace/app-functions-sdk-go/145@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 16:32:31 $ docker top 2ac8e3f13516a167777ea222b0bdbd96367bb4c8138c6ca8820d90bd71107a67 -eo pid,comm [Pipeline] { [Pipeline] sh 16:32:31 + go version 16:32:31 go version go1.15.2 linux/amd64 [Pipeline] } 16:32:31 $ docker stop --time=1 2ac8e3f13516a167777ea222b0bdbd96367bb4c8138c6ca8820d90bd71107a67 16:32:32 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.059s coverage: 86.2% of statements 16:32:33 $ docker rm -f 2ac8e3f13516a167777ea222b0bdbd96367bb4c8138c6ca8820d90bd71107a67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:32:34 + docker inspect -f . ci-base-image-x86_64 16:32:34 . [Pipeline] withDockerContainer 16:32:34 prd-centos7-docker-4c-2g-11384 does not seem to be running inside a container 16:32:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/app-functions-sdk-go/145 -v /w/workspace/app-functions-sdk-go/145:/w/workspace/app-functions-sdk-go/145:rw,z -v /w/workspace/app-functions-sdk-go/145@tmp:/w/workspace/app-functions-sdk-go/145@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 16:32:35 $ docker top 81cce6635211a801c9042f094dc084555b6142029dea2c371fde0c34a9d13981 -eo pid,comm [Pipeline] { [Pipeline] sh 16:32:35 + make test 16:32:35 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out ./... 16:32:36 ? github.com/edgexfoundry/app-functions-sdk-go [no test files] 16:32:45 ok github.com/edgexfoundry/app-functions-sdk-go/appcontext 0.022s coverage: 86.2% of statements 16:33:00 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.026s coverage: 52.0% of statements 16:33:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:33:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:33:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.030s coverage: 54.7% of statements 16:33:00 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:33:00 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.022s coverage: 69.1% of statements 16:33:11 ok github.com/edgexfoundry/app-functions-sdk-go/appsdk 3.078s coverage: 52.0% of statements 16:33:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal [no test files] 16:33:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/container [no test files] 16:33:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/bootstrap/handlers 0.098s coverage: 54.7% of statements 16:33:11 ? github.com/edgexfoundry/app-functions-sdk-go/internal/common [no test files] 16:33:11 ok github.com/edgexfoundry/app-functions-sdk-go/internal/runtime 0.053s coverage: 69.1% of statements 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.424s coverage: 61.6% of statements 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.007s coverage: 89.5% of statements 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.005s coverage: 100.0% of statements 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.017s coverage: 100.0% of statements 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.005s coverage: 100.0% of statements 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.005s coverage: 100.0% of statements 16:33:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:33:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:33:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:33:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:33:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:33:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:33:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.005s coverage: 96.6% of statements 16:33:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.005s coverage: 97.7% of statements 16:33:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:33:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.008s coverage: 8.8% of statements 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.917s coverage: 75.0% of statements 16:33:12 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.012s coverage: 89.7% of statements 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.013s coverage: 88.9% of statements 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.016s coverage: 80.5% of statements 16:33:12 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.008s coverage: 71.7% of statements 16:33:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security 15.445s coverage: 61.6% of statements 16:33:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader 0.012s coverage: 89.5% of statements 16:33:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/authtokenloader/mocks 0.013s coverage: 100.0% of statements 16:33:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/client 7.046s coverage: 100.0% of statements 16:33:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer 0.012s coverage: 100.0% of statements 16:33:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/security/fileioperformer/mocks 0.013s coverage: 100.0% of statements 16:33:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/security/mock [no test files] 16:33:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store [no test files] 16:33:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/contracts [no test files] 16:33:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db [no test files] 16:33:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces [no test files] 16:33:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/interfaces/mocks [no test files] 16:33:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo [no test files] 16:33:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/mongo/models 0.016s coverage: 96.6% of statements 16:33:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis [no test files] 16:33:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/store/db/redis/models 0.012s coverage: 97.7% of statements 16:33:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/telemetry [no test files] 16:33:21 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger [no test files] 16:33:21 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/http 0.024s coverage: 8.8% of statements 16:33:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/messagebus 6.933s coverage: 75.0% of statements 16:33:22 ? github.com/edgexfoundry/app-functions-sdk-go/internal/trigger/mqtt [no test files] 16:33:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/controller/http 0.038s coverage: 89.7% of statements 16:33:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/v2/dtos/requests 0.034s coverage: 88.9% of statements 16:33:22 ok github.com/edgexfoundry/app-functions-sdk-go/internal/webserver 0.033s coverage: 80.5% of statements 16:33:22 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/secure 0.023s coverage: 71.7% of statements 16:33:30 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.033s coverage: 70.8% of statements 16:33:30 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.005s coverage: 94.4% of statements 16:33:30 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:33:34 gofmt -l . 16:33:34 [ "`gofmt -l .`" = "" ] 16:33:34 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:33:34 $ docker stop --time=1 81cce6635211a801c9042f094dc084555b6142029dea2c371fde0c34a9d13981 16:33:36 $ docker rm -f 81cce6635211a801c9042f094dc084555b6142029dea2c371fde0c34a9d13981 [Pipeline] // withDockerContainer [Pipeline] sh 16:33:37 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:33:37 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 16:33:49 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/transforms 25.055s coverage: 70.8% of statements 16:33:49 ok github.com/edgexfoundry/app-functions-sdk-go/pkg/util 0.012s coverage: 94.4% of statements 16:33:49 CGO_ENABLED=1 GO111MODULE=on go vet ./... 16:34:01 gofmt -l . 16:34:01 [ "`gofmt -l .`" = "" ] 16:34:01 ./bin/test-go-mod-tidy.sh [Pipeline] } 16:34:01 $ docker stop --time=1 e8e14b5f6aef0348a17b4cc0876f3a9affc23ee4ab7bbcd015fe423c1cbab3bc 16:34:03 $ docker rm -f e8e14b5f6aef0348a17b4cc0876f3a9affc23ee4ab7bbcd015fe423c1cbab3bc [Pipeline] // withDockerContainer [Pipeline] sh 16:34:05 + sudo chown -R jenkins:jenkins . [Pipeline] stash 16:34:05 Warning: overwriting stash ‘coverage-report’ 16:34:05 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 16:34:15 provisioning config files... 16:34:15 copy managed file [app-functions-sdk-go-codecov-token] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6625220390139597184tmp [Pipeline] { [Pipeline] sh 16:34:16 + set +x 16:34:16 + curl -s https://codecov.io/bash 16:34:16 + bash -s -- 16:34:16 16:34:16 _____ _ 16:34:16 / ____| | | 16:34:16 | | ___ __| | ___ ___ _____ __ 16:34:16 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 16:34:16 | |___| (_) | (_| | __/ (_| (_) \ V / 16:34:16 \_____\___/ \__,_|\___|\___\___/ \_/ 16:34:16 Bash-20201104-3e6f2fc 16:34:16 16:34:16 16:34:16 [0;90m==>[0m Jenkins CI detected. 16:34:16 [0;90mproject root:[0m . 16:34:16 [0;90m-->[0m token set from env 16:34:16 [0;32mYaml not found, that's ok! Learn more at[0m [0;36mhttp://docs.codecov.io/docs/codecov-yaml[0m 16:34:16 [0;90m==>[0m Running gcov in . [0;90m(disable via -X gcov)[0m 16:34:16 [0;90m==>[0m Python coveragepy not found 16:34:16 [0;90m==>[0m Searching for coverage reports in: 16:34:16 [0;32m+[0m . 16:34:16 [0;90m->[0m Found 1 reports 16:34:16 [0;90m==>[0m Detecting git/mercurial file structure 16:34:16 [0;90m==>[0m Reading reports 16:34:16 [0;32m+[0m ./coverage.out [0;90mbytes=90548[0m 16:34:16 [0;90m==>[0m Appending adjustments 16:34:16 [0;36mhttps://docs.codecov.io/docs/fixing-reports[0m 16:34:17 [0;32m+[0m Found adjustments 16:34:17 [0;90m==>[0m Gzipping contents 16:34:17 [0;90m==>[0m Uploading reports 16:34:17 [0;90murl:[0m https://codecov.io 16:34:17 [0;90mquery:[0m branch=master&commit=5b297c99e7a02495e1c2bf8274fcb76147152718&build=145&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F145%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:34:17 [0;90m->[0m Pinging Codecov 16:34:17 https://codecov.io/upload/v4?package=bash-20201104-3e6f2fc&token=secret&branch=master&commit=5b297c99e7a02495e1c2bf8274fcb76147152718&build=145&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fapp-functions-sdk-go%2Fjob%2Fmaster%2F145%2F&name=&tag=&slug=edgexfoundry%2Fapp-functions-sdk-go&service=jenkins&flags=&pr=&job=&cmd_args= 16:34:17 [0;31m 16:34:17 16:34:17 16:34:17 16:34:17
411. That’s an error. 16:34:17
POST requests require a Content-length
header. That’s all we know.
16:34:17
16:34:17 411[0m
16:34:17 [0;90m==>[0m Uploading to Codecov
16:34:17 % Total % Received % Xferd Average Speed Time Time Time Current
16:34:17 Dload Upload Total Spent Left Speed
16:34:17
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 16215 100 117 100 16098 196 27002 --:--:-- --:--:-- --:--:-- 27055
16:34:17 View reports at [0;36mhttps://codecov.io/github/edgexfoundry/app-functions-sdk-go/commit/5b297c99e7a02495e1c2bf8274fcb76147152718[0m
[Pipeline] }
16:34:17 Deleting 1 temporary files
[Pipeline] // wrap
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Snyk Dependency Scan)
[Pipeline] echo
16:34:18 [edgeXSnyk] dockerImage=null, dockerFile=null
[Pipeline] withCredentials
16:34:18 Masking supported pattern matches of $SNYK_TOKEN
[Pipeline] {
[Pipeline] isUnix
[Pipeline] sh
16:34:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
16:34:18
16:34:18 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[Pipeline] isUnix
[Pipeline] sh
16:34:18 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
16:34:18 1.410.4: Pulling from edgex-devops/edgex-snyk-go
16:34:18 188c0c94c7c5: Pulling fs layer
16:34:18 0ef7d3d256c8: Pulling fs layer
16:34:18 de9db76c5a1d: Pulling fs layer
16:34:18 0eba1c9be4d2: Pulling fs layer
16:34:18 0d57e429df01: Pulling fs layer
16:34:18 4e4be7b47b0d: Pulling fs layer
16:34:18 e1f770b5df2f: Pulling fs layer
16:34:18 85a0685a4137: Pulling fs layer
16:34:18 0d57e429df01: Waiting
16:34:18 4e4be7b47b0d: Waiting
16:34:18 e1f770b5df2f: Waiting
16:34:18 85a0685a4137: Waiting
16:34:18 0eba1c9be4d2: Waiting
16:34:18 de9db76c5a1d: Verifying Checksum
16:34:18 de9db76c5a1d: Download complete
16:34:18 0ef7d3d256c8: Verifying Checksum
16:34:18 0ef7d3d256c8: Download complete
16:34:18 0d57e429df01: Verifying Checksum
16:34:18 0d57e429df01: Download complete
16:34:18 4e4be7b47b0d: Verifying Checksum
16:34:18 4e4be7b47b0d: Download complete
16:34:18 188c0c94c7c5: Verifying Checksum
16:34:18 188c0c94c7c5: Download complete
16:34:19 188c0c94c7c5: Pull complete
16:34:19 0ef7d3d256c8: Pull complete
16:34:19 de9db76c5a1d: Pull complete
16:34:20 e1f770b5df2f: Verifying Checksum
16:34:20 e1f770b5df2f: Download complete
16:34:22 0eba1c9be4d2: Verifying Checksum
16:34:22 0eba1c9be4d2: Download complete
16:34:22 85a0685a4137: Verifying Checksum
16:34:22 85a0685a4137: Download complete
16:34:28 0eba1c9be4d2: Pull complete
16:34:28 0d57e429df01: Pull complete
16:34:28 4e4be7b47b0d: Pull complete
16:34:29 e1f770b5df2f: Pull complete
16:34:37 85a0685a4137: Pull complete
16:34:37 Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06
16:34:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
16:34:37 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4
[Pipeline] withDockerContainer
16:34:37 prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container
16:34:37 $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat
16:34:38 $ docker top 23f003fafaa7fca98bba513a7371609f24b9617081dd08d55c77f2c00062ba54 -eo pid,comm
[Pipeline] {
[Pipeline] echo
16:34:39 [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins
[Pipeline] sh
16:34:39 + set -o pipefail
16:34:39 + snyk monitor '--org=edgex-jenkins'
16:34:47
16:34:47 Monitoring /w/workspace/ndry_app-functions-sdk-go_master (github.com/edgexfoundry/app-functions-sdk-go)...
16:34:47
16:34:47 Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/84a89414-c83d-4daa-8ff9-7ceae658ecfc/history/2034f64c-229e-4769-b023-1b702935f30d
16:34:47
16:34:47 Notifications about newly disclosed issues related to these dependencies will be emailed to you.
16:34:47
16:34:47
[Pipeline] }
16:34:47 $ docker stop --time=1 23f003fafaa7fca98bba513a7371609f24b9617081dd08d55c77f2c00062ba54
16:34:50 $ docker rm -f 23f003fafaa7fca98bba513a7371609f24b9617081dd08d55c77f2c00062ba54
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Snyk Docker Image Scan)
Stage "Snyk Docker Image Scan" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Archive Prep)
Stage "Archive Prep" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish Swagger)
[Pipeline] echo
16:34:52 [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false
[Pipeline] withEnv
[Pipeline] {
[Pipeline] configFileProvider
16:34:52 provisioning config files...
16:34:52 copy managed file [swaggerhub-api-key] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4834743893887847588tmp
[Pipeline] {
[Pipeline] libraryResource
[Pipeline] sh
16:34:52 --> edgex-publish-swagger.sh
16:34:52 === Publish openapi/v2 API ===
16:34:52 [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger
16:34:52 [publishToSwagger] Publishing API Name [app-functions-sdk]
16:34:52 % Total % Received % Xferd Average Speed Time Time Time Current
16:34:52 Dload Upload Total Spent Left Speed
16:34:54
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
100 13025 0 0 100 13025 0 10730 0:00:01 0:00:01 --:--:-- 10737
100 13025 0 0 100 13025 0 10729 0:00:01 0:00:01 --:--:-- 10737
16:34:54
16:34:54
[Pipeline] }
16:34:54 Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Semver)
[Pipeline] stage
[Pipeline] { (Tag)
[Pipeline] script
[Pipeline] {
[Pipeline] unstash
[Pipeline] sh
16:34:54 + git log --format=format:%s -1 5b297c99e7a02495e1c2bf8274fcb76147152718
[Pipeline] isUnix
[Pipeline] sh
16:34:55 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest
16:34:55 .
[Pipeline] withDockerContainer
16:34:55 prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container
16:34:55 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat
16:34:56 $ docker top 4db225537e1670c3f3b2bfd5302122049826d092b99f18efb840bd3db6b98a0b -eo pid,comm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
16:34:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)
16:34:56 [ssh-agent] Looking for ssh-agent implementation...
16:34:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
16:34:56 $ docker exec 4db225537e1670c3f3b2bfd5302122049826d092b99f18efb840bd3db6b98a0b ssh-agent
16:34:56 SSH_AUTH_SOCK=/tmp/ssh-jnSy3tUVyMzd/agent.11
16:34:56 SSH_AGENT_PID=16
16:34:56 Running ssh-add (command line suppressed)
16:34:56 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3538298302194272388.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_3538298302194272388.key)
16:34:56 [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
16:34:57 + git semver tag
16:34:57 # -> Open(): unable to determine branch for HEAD
16:34:57 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git
16:34:57 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master
16:34:57 # $SEMVER_REMOTE_NAME = origin
16:34:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org
16:34:57 # $SEMVER_USER_NAME = edgex-jenkins
16:34:57 # $SEMVER_BRANCH = master
16:34:57 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver
16:34:57 # 5b297c99e7a02495e1c2bf8274fcb76147152718 HEAD
16:34:57 # -> Force: false
16:34:57 # be352062fd5890a44d0b15dca91c4a6a9552bdea refs/tags/v1.2.1-dev.57
[Pipeline] }
16:34:57 $ docker exec --env ******** --env ******** 4db225537e1670c3f3b2bfd5302122049826d092b99f18efb840bd3db6b98a0b ssh-agent -k
16:34:57 unset SSH_AUTH_SOCK;
16:34:57 unset SSH_AGENT_PID;
16:34:57 echo Agent pid 16 killed;
16:34:57 [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] sh
16:34:57 + git semver
[Pipeline] }
16:34:57 $ docker stop --time=1 4db225537e1670c3f3b2bfd5302122049826d092b99f18efb840bd3db6b98a0b
16:34:59 $ docker rm -f 4db225537e1670c3f3b2bfd5302122049826d092b99f18efb840bd3db6b98a0b
[Pipeline] // withDockerContainer
[Pipeline] stage
[Pipeline] { (LF Tools Sigul)
[Pipeline] isUnix
[Pipeline] sh
16:34:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
16:34:59
16:34:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
[Pipeline] isUnix
[Pipeline] sh
16:35:00 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
16:35:00 0.23.1-centos7: Pulling from edgex-lftools
16:35:00 ab5ef0e58194: Pulling fs layer
16:35:00 9712f1f96733: Pulling fs layer
16:35:00 63f879dbbcfc: Pulling fs layer
16:35:00 0d9ebad4ef96: Pulling fs layer
16:35:00 e9a5061849ea: Pulling fs layer
16:35:00 d747dcd14b5f: Pulling fs layer
16:35:00 2de7ff778b66: Pulling fs layer
16:35:00 e9a5061849ea: Waiting
16:35:00 0d9ebad4ef96: Waiting
16:35:00 d747dcd14b5f: Waiting
16:35:00 2de7ff778b66: Waiting
16:35:00 9712f1f96733: Verifying Checksum
16:35:00 9712f1f96733: Download complete
16:35:01 63f879dbbcfc: Verifying Checksum
16:35:01 63f879dbbcfc: Download complete
16:35:01 e9a5061849ea: Verifying Checksum
16:35:01 e9a5061849ea: Download complete
16:35:02 ab5ef0e58194: Verifying Checksum
16:35:02 ab5ef0e58194: Download complete
16:35:02 0d9ebad4ef96: Download complete
16:35:02 2de7ff778b66: Verifying Checksum
16:35:02 2de7ff778b66: Download complete
16:35:02 d747dcd14b5f: Verifying Checksum
16:35:02 d747dcd14b5f: Download complete
16:35:06 ab5ef0e58194: Pull complete
16:35:06 9712f1f96733: Pull complete
16:35:09 63f879dbbcfc: Pull complete
16:35:15 0d9ebad4ef96: Pull complete
16:35:15 e9a5061849ea: Pull complete
16:35:15 d747dcd14b5f: Pull complete
16:35:19 2de7ff778b66: Pull complete
16:35:19 Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52
16:35:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
16:35:19 nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7
[Pipeline] withDockerContainer
16:35:19 prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container
16:35:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat
16:35:22 $ docker top ac6620b1859f8efb47666933b1a1264ada066d77e875d560ad5ae328580884ce -eo pid,comm
[Pipeline] {
[Pipeline] configFileProvider
16:35:22 provisioning config files...
16:35:22 copy managed file [sigul-config] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config6373388756790263787tmp
16:35:22 copy managed file [sigul-password] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config8785066220474284011tmp
16:35:22 copy managed file [sigul-pki] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config4060504902166834883tmp
[Pipeline] {
[Pipeline] echo
16:35:22 Running global-jjb/shell/sigul-configuration.sh
[Pipeline] libraryResource
[Pipeline] sh
16:35:22 ---> sigul-configuration.sh
16:35:22 gpg: directory `/root/.gnupg' created
16:35:22 gpg: new configuration file `/root/.gnupg/gpg.conf' created
16:35:22 gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run
16:35:22 gpg: keyring `/root/.gnupg/secring.gpg' created
16:35:22 gpg: keyring `/root/.gnupg/pubring.gpg' created
16:35:22 gpg: CAST5 encrypted data
16:35:23 gpg: encrypted with 1 passphrase
16:35:23 gpg: WARNING: message was not integrity protected
[Pipeline] sh
16:35:23 + mkdir /home/jenkins
16:35:23 + mkdir /home/jenkins/sigul
[Pipeline] sh
16:35:23 + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/
[Pipeline] echo
16:35:23 Running global-jjb/shell/sigul-install.sh
[Pipeline] libraryResource
[Pipeline] sh
16:35:24 ---> sigul-install.sh
16:35:29 Package sigul-0.207-1.el7.x86_64 already installed and latest version
[Pipeline] sh
16:35:29 + git tag --list
16:35:29 v0.1.0
16:35:29 v0.1.1
16:35:29 v1.0.0
16:35:29 v1.1.0
16:35:29 v1.2.0
16:35:29 v1.2.1-dev.1
16:35:29 v1.2.1-dev.10
16:35:29 v1.2.1-dev.11
16:35:29 v1.2.1-dev.12
16:35:29 v1.2.1-dev.13
16:35:29 v1.2.1-dev.14
16:35:29 v1.2.1-dev.15
16:35:29 v1.2.1-dev.16
16:35:29 v1.2.1-dev.17
16:35:29 v1.2.1-dev.18
16:35:29 v1.2.1-dev.19
16:35:29 v1.2.1-dev.2
16:35:29 v1.2.1-dev.20
16:35:29 v1.2.1-dev.21
16:35:29 v1.2.1-dev.22
16:35:29 v1.2.1-dev.23
16:35:29 v1.2.1-dev.24
16:35:29 v1.2.1-dev.25
16:35:29 v1.2.1-dev.26
16:35:29 v1.2.1-dev.27
16:35:29 v1.2.1-dev.28
16:35:29 v1.2.1-dev.29
16:35:29 v1.2.1-dev.3
16:35:29 v1.2.1-dev.30
16:35:29 v1.2.1-dev.31
16:35:29 v1.2.1-dev.32
16:35:29 v1.2.1-dev.33
16:35:29 v1.2.1-dev.34
16:35:29 v1.2.1-dev.35
16:35:29 v1.2.1-dev.36
16:35:29 v1.2.1-dev.37
16:35:29 v1.2.1-dev.38
16:35:29 v1.2.1-dev.39
16:35:29 v1.2.1-dev.4
16:35:29 v1.2.1-dev.40
16:35:29 v1.2.1-dev.41
16:35:29 v1.2.1-dev.42
16:35:29 v1.2.1-dev.43
16:35:29 v1.2.1-dev.44
16:35:29 v1.2.1-dev.45
16:35:29 v1.2.1-dev.46
16:35:29 v1.2.1-dev.47
16:35:29 v1.2.1-dev.48
16:35:29 v1.2.1-dev.49
16:35:29 v1.2.1-dev.5
16:35:29 v1.2.1-dev.50
16:35:29 v1.2.1-dev.51
16:35:29 v1.2.1-dev.52
16:35:29 v1.2.1-dev.53
16:35:29 v1.2.1-dev.54
16:35:29 v1.2.1-dev.55
16:35:29 v1.2.1-dev.56
16:35:29 v1.2.1-dev.57
16:35:29 v1.2.1-dev.6
16:35:29 v1.2.1-dev.7
16:35:29 v1.2.1-dev.8
16:35:29 v1.2.1-dev.9
[Pipeline] sh
16:35:29 + lftools sign git-tag v1.2.1-dev.57
16:35:30 Signing Git tag with Sigul...
16:35:30 Signing v1.2.1-dev.57
[Pipeline] echo
16:35:32 Running global-jjb/shell/sigul-configuration-cleanup.sh
[Pipeline] libraryResource
[Pipeline] sh
16:35:32 ---> sigul-configuration-cleanup.sh
[Pipeline] }
16:35:32 Deleting 3 temporary files
[Pipeline] // configFileProvider
[Pipeline] }
16:35:32 $ docker stop --time=1 ac6620b1859f8efb47666933b1a1264ada066d77e875d560ad5ae328580884ce
16:35:34 $ docker rm -f ac6620b1859f8efb47666933b1a1264ada066d77e875d560ad5ae328580884ce
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // script
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Bump Pre-Release Version)
[Pipeline] isUnix
[Pipeline] sh
16:35:35 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest
16:35:35 .
[Pipeline] withDockerContainer
16:35:35 prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container
16:35:35 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat
16:35:36 $ docker top b6a59c688fb870ffd8712dc2af1e4003a1678da022d6ca03b381aab8db066703 -eo pid,comm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
16:35:36 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)
16:35:36 [ssh-agent] Looking for ssh-agent implementation...
16:35:36 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
16:35:36 $ docker exec b6a59c688fb870ffd8712dc2af1e4003a1678da022d6ca03b381aab8db066703 ssh-agent
16:35:37 SSH_AUTH_SOCK=/tmp/ssh-HT6Um6hJOLPL/agent.12
16:35:37 SSH_AGENT_PID=17
16:35:37 Running ssh-add (command line suppressed)
16:35:37 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7952295388933537180.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_7952295388933537180.key)
16:35:37 [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
16:35:37 + git semver bump pre
16:35:37 # -> Open(): unable to determine branch for HEAD
16:35:37 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git
16:35:37 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master
16:35:37 # $SEMVER_REMOTE_NAME = origin
16:35:37 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org
16:35:37 # $SEMVER_USER_NAME = edgex-jenkins
16:35:37 # $SEMVER_BRANCH = master
16:35:37 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver
16:35:37 1.2.1-dev.58
[Pipeline] }
16:35:37 $ docker exec --env ******** --env ******** b6a59c688fb870ffd8712dc2af1e4003a1678da022d6ca03b381aab8db066703 ssh-agent -k
16:35:37 unset SSH_AUTH_SOCK;
16:35:37 unset SSH_AGENT_PID;
16:35:37 echo Agent pid 17 killed;
16:35:37 [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] sh
16:35:38 + git semver
[Pipeline] }
16:35:38 $ docker stop --time=1 b6a59c688fb870ffd8712dc2af1e4003a1678da022d6ca03b381aab8db066703
16:35:39 $ docker rm -f b6a59c688fb870ffd8712dc2af1e4003a1678da022d6ca03b381aab8db066703
[Pipeline] // withDockerContainer
[Pipeline] isUnix
[Pipeline] sh
16:35:40 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest
16:35:40 .
[Pipeline] withDockerContainer
16:35:40 prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container
16:35:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat
16:35:41 $ docker top 484e7c65c5458361b578a3763f4b2a8e8246fee969dedefd50f8caab3d77f8b2 -eo pid,comm
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sshagent
16:35:41 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub)
16:35:41 [ssh-agent] Looking for ssh-agent implementation...
16:35:41 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine)
16:35:41 $ docker exec 484e7c65c5458361b578a3763f4b2a8e8246fee969dedefd50f8caab3d77f8b2 ssh-agent
16:35:41 SSH_AUTH_SOCK=/tmp/ssh-2evvUioPGxFL/agent.12
16:35:41 SSH_AGENT_PID=17
16:35:41 Running ssh-add (command line suppressed)
16:35:41 Identity added: /w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6390690418070959813.key (/w/workspace/ndry_app-functions-sdk-go_master@tmp/private_key_6390690418070959813.key)
16:35:41 [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
16:35:42 + git semver push
16:35:42 # -> Open(): unable to determine branch for HEAD
16:35:42 # $GIT_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.git
16:35:42 # $GIT_WORK_TREE = /w/workspace/ndry_app-functions-sdk-go_master
16:35:42 # $SEMVER_REMOTE_NAME = origin
16:35:42 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org
16:35:42 # $SEMVER_USER_NAME = edgex-jenkins
16:35:42 # $SEMVER_BRANCH = master
16:35:42 # $SEMVER_DIR = /w/workspace/ndry_app-functions-sdk-go_master/.semver
[Pipeline] }
16:35:48 $ docker exec --env ******** --env ******** 484e7c65c5458361b578a3763f4b2a8e8246fee969dedefd50f8caab3d77f8b2 ssh-agent -k
16:35:48 unset SSH_AUTH_SOCK;
16:35:48 unset SSH_AGENT_PID;
16:35:48 echo Agent pid 17 killed;
16:35:49 [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] sh
16:35:49 + git semver
[Pipeline] }
16:35:49 $ docker stop --time=1 484e7c65c5458361b578a3763f4b2a8e8246fee969dedefd50f8caab3d77f8b2
16:35:50 $ docker rm -f 484e7c65c5458361b578a3763f4b2a8e8246fee969dedefd50f8caab3d77f8b2
[Pipeline] // withDockerContainer
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Bump Experimental Tag)
Stage "Bump Experimental Tag" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Bump Stable (Named) Tag)
Stage "Bump Stable (Named) Tag" skipped due to when conditional
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] stage
[Pipeline] { (LF Post Build Actions)
[Pipeline] libraryResource
[Pipeline] sh
16:35:52 ---> sysstat.sh
[Pipeline] libraryResource
[Pipeline] sh
16:35:53 ---> package-listing.sh
16:35:53 ++ facter osfamily
16:35:53 ++ tr '[:upper:]' '[:lower:]'
16:35:53 + OS_FAMILY=redhat
16:35:53 + workspace=/w/workspace/ndry_app-functions-sdk-go_master
16:35:53 + START_PACKAGES=/tmp/packages_start.txt
16:35:53 + END_PACKAGES=/tmp/packages_end.txt
16:35:53 + DIFF_PACKAGES=/tmp/packages_diff.txt
16:35:53 + PACKAGES=/tmp/packages_start.txt
16:35:53 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']'
16:35:53 + PACKAGES=/tmp/packages_end.txt
16:35:53 + case "${OS_FAMILY}" in
16:35:53 + rpm -qa
16:35:53 + sort
16:35:57 + '[' -f /tmp/packages_start.txt ']'
16:35:57 + '[' -f /tmp/packages_end.txt ']'
16:35:57 + diff /tmp/packages_start.txt /tmp/packages_end.txt
16:35:57 + '[' /w/workspace/ndry_app-functions-sdk-go_master ']'
16:35:57 + mkdir -p /w/workspace/ndry_app-functions-sdk-go_master/archives/
16:35:57 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/ndry_app-functions-sdk-go_master/archives/
[Pipeline] echo
16:35:57 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json]
[Pipeline] sh
16:35:57 + facter operatingsystem
[Pipeline] isUnix
[Pipeline] sh
16:35:58 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
16:35:58
16:35:58 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
[Pipeline] isUnix
[Pipeline] sh
16:35:58 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
16:35:58 alpine: Pulling from edgex-lftools-log-publisher
16:35:58 df20fa9351a1: Pulling fs layer
16:35:58 36b3adc4ff6f: Pulling fs layer
16:35:58 8ad3a11d3b57: Pulling fs layer
16:35:58 46f8f816bc3b: Pulling fs layer
16:35:58 93b61091891f: Pulling fs layer
16:35:58 93b9cdb0e59b: Pulling fs layer
16:35:58 5e14af77c1be: Pulling fs layer
16:35:58 01666e4c0597: Pulling fs layer
16:35:58 aa168da1d23b: Pulling fs layer
16:35:58 01666e4c0597: Waiting
16:35:58 93b9cdb0e59b: Waiting
16:35:58 5e14af77c1be: Waiting
16:35:58 aa168da1d23b: Waiting
16:35:58 93b61091891f: Waiting
16:35:58 46f8f816bc3b: Waiting
16:35:58 36b3adc4ff6f: Verifying Checksum
16:35:58 36b3adc4ff6f: Download complete
16:35:58 46f8f816bc3b: Verifying Checksum
16:35:58 46f8f816bc3b: Download complete
16:35:58 df20fa9351a1: Download complete
16:35:58 93b9cdb0e59b: Verifying Checksum
16:35:58 93b9cdb0e59b: Download complete
16:35:58 5e14af77c1be: Verifying Checksum
16:35:58 5e14af77c1be: Download complete
16:35:58 93b61091891f: Verifying Checksum
16:35:58 93b61091891f: Download complete
16:35:58 01666e4c0597: Verifying Checksum
16:35:58 01666e4c0597: Download complete
16:35:58 8ad3a11d3b57: Verifying Checksum
16:35:58 8ad3a11d3b57: Download complete
16:35:58 df20fa9351a1: Pull complete
16:35:58 36b3adc4ff6f: Pull complete
16:35:59 8ad3a11d3b57: Pull complete
16:35:59 46f8f816bc3b: Pull complete
16:36:00 93b61091891f: Pull complete
16:36:00 aa168da1d23b: Verifying Checksum
16:36:00 aa168da1d23b: Download complete
16:36:00 93b9cdb0e59b: Pull complete
16:36:00 5e14af77c1be: Pull complete
16:36:00 01666e4c0597: Pull complete
16:36:07 aa168da1d23b: Pull complete
16:36:07 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c
16:36:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
16:36:07 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine
[Pipeline] withDockerContainer
16:36:07 prd-centos7-docker-4c-2g-11382 does not seem to be running inside a container
16:36:07 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/ndry_app-functions-sdk-go_master/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/ndry_app-functions-sdk-go_master -v /w/workspace/ndry_app-functions-sdk-go_master:/w/workspace/ndry_app-functions-sdk-go_master:rw,z -v /w/workspace/ndry_app-functions-sdk-go_master@tmp:/w/workspace/ndry_app-functions-sdk-go_master@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat
16:36:10 $ docker top e13494fde91317918e7a386b8041e512e6c1dfc6c3b5ea04ab1faf6a3ccc3394 -eo pid,comm
[Pipeline] {
[Pipeline] sh
16:36:11 + touch /tmp/pre-build-complete
[Pipeline] sh
16:36:11 + mkdir -p /var/log/sa
[Pipeline] sh
16:36:11 + ls /var/log/sa-host
16:36:11 + sadf -c /var/log/sa-host/sa05
16:36:11 file_magic: OK
16:36:11 HZ: Using current value: 100
16:36:11 file_header: OK
16:36:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK
16:36:11 Statistics:
16:36:11 Hnuu...uuuununununu...Hnuu...uuuununununu...
16:36:11 File successfully converted to sysstat format version 12.2.1
16:36:11 + sadf -c /var/log/sa-host/sa06
16:36:11 file_magic: OK
16:36:11 HZ: Using current value: 100
16:36:11 file_header: OK
16:36:11 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK
16:36:11 Statistics:
16:36:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...
16:36:11 File successfully converted to sysstat format version 12.2.1
[Pipeline] withEnv
[Pipeline] {
[Pipeline] configFileProvider
16:36:11 provisioning config files...
16:36:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/ndry_app-functions-sdk-go_master@tmp/config1413588448688807153tmp
[Pipeline] {
[Pipeline] echo
16:36:12 Running shell/create-netrc.sh
[Pipeline] libraryResource
[Pipeline] sh
16:36:12 ---> create-netrc.sh
[Pipeline] }
16:36:12 Deleting 1 temporary files
[Pipeline] // configFileProvider
[Pipeline] echo
16:36:12 Running shell/python-tools-install.sh
[Pipeline] libraryResource
[Pipeline] sh
16:36:12 ---> python-tools-install.sh
[Pipeline] echo
16:36:12 Running shell/sudo-logs.sh
[Pipeline] libraryResource
[Pipeline] sh
16:36:13 ---> sudo-logs.sh
16:36:13 Archiving 'sudo' log..
[Pipeline] echo
16:36:13 Running shell/job-cost.sh
[Pipeline] libraryResource
[Pipeline] sh
16:36:13 ---> job-cost.sh
16:36:13 lf-activate-venv: SKIPPING
16:36:13 INFO: No Stack...
16:36:14 INFO: Retrieving Pricing Info for: v1-standard-2
16:36:14 INFO: Archiving Costs
[Pipeline] echo
16:36:14 Running shell/logs-deploy.sh
[Pipeline] libraryResource
[Pipeline] sh
16:36:15 ---> logs-deploy.sh
16:36:15 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/app-functions-sdk-go/master/145
16:36:15 INFO: archiving workspace using pattern(s):
16:36:16 Archives upload complete.
16:36:16 INFO: archiving logs to Nexus
16:36:17 ---> uname -a:
16:36:17 Linux prd-centos7-docker-4c-2g-11382.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux
16:36:17
16:36:17
16:36:17 ---> lscpu:
16:36:17 Architecture: x86_64
16:36:17 CPU op-mode(s): 32-bit, 64-bit
16:36:17 Byte Order: Little Endian
16:36:17 Address sizes: 40 bits physical, 48 bits virtual
16:36:17 CPU(s): 4
16:36:17 On-line CPU(s) list: 0-3
16:36:17 Thread(s) per core: 1
16:36:17 Core(s) per socket: 1
16:36:17 Socket(s): 4
16:36:17 NUMA node(s): 1
16:36:17 Vendor ID: GenuineIntel
16:36:17 CPU family: 6
16:36:17 Model: 44
16:36:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update)
16:36:17 Stepping: 1
16:36:17 CPU MHz: 2933.438
16:36:17 BogoMIPS: 5866.87
16:36:17 Virtualization: VT-x
16:36:17 Hypervisor vendor: KVM
16:36:17 Virtualization type: full
16:36:17 L1d cache: 128 KiB
16:36:17 L1i cache: 128 KiB
16:36:17 L2 cache: 16 MiB
16:36:17 L3 cache: 64 MiB
16:36:17 NUMA node0 CPU(s): 0-3
16:36:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages
16:36:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled
16:36:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
16:36:17 Vulnerability Meltdown: Mitigation; PTI
16:36:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp
16:36:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization
16:36:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB
16:36:17 Vulnerability Tsx async abort: Not affected
16:36:17 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp
16:36:17
16:36:17
16:36:17 ---> nproc:
16:36:17 4
16:36:17
16:36:17
16:36:17 ---> df -h:
16:36:17 Filesystem Size Used Available Use% Mounted on
16:36:17 overlay 50.0G 8.5G 41.5G 17% /
16:36:17 tmpfs 64.0M 0 64.0M 0% /dev
16:36:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup
16:36:17 shm 64.0M 0 64.0M 0% /dev/shm
16:36:17 /dev/vda1 50.0G 8.5G 41.5G 17% /facter-os
16:36:17 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/resolv.conf
16:36:17 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hostname
16:36:17 /dev/vda1 50.0G 8.5G 41.5G 17% /etc/hosts
16:36:17 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/sa-host
16:36:17 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/secure
16:36:17 /dev/vda1 50.0G 8.5G 41.5G 17% /var/log/auth.log
16:36:17 /dev/vda1 50.0G 8.5G 41.5G 17% /run/cloud-init/result.json
16:36:17 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master
16:36:17 /dev/vda1 50.0G 8.5G 41.5G 17% /w/workspace/ndry_app-functions-sdk-go_master@tmp
16:36:17
16:36:17
16:36:17 ---> free -m:
16:36:17 total used free shared buff/cache available
16:36:17 Mem: 1837 806 149 0 881 979
16:36:17 Swap: 1023 3 1020
16:36:17
16:36:17
16:36:17 ---> ip addr:
16:36:17 1: lo: