Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d62da4a13b1e82bb939a950a0a278f0632fa03c1+793fa606b8324739f564128f9001c967c619a4b2 (e5e785a0cafa2627b94956819420f9c7c20f34d9) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-rest-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-rest-go-settings PROJECT: device-rest-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-device-rest-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-18322 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rest-go.git > git init /w/workspace/dgexfoundry_device-rest-go_PR-46 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 793fa606b8324739f564128f9001c967c619a4b2 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 Merge succeeded, producing da52f20a350d60191553ba9cee7cb8d7dce8507f Checking out Revision da52f20a350d60191553ba9cee7cb8d7dce8507f (PR-46) > git config core.sparsecheckout # timeout=10 > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f da52f20a350d60191553ba9cee7cb8d7dce8507f # timeout=10 Commit message: "Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-04T23:08:23.003Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 02d1e6fb4a60f367d27d20d72855643a249af650 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-04T23:08:23.270Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-04T23:08:23.376Z] ========================================================= [2021-01-04T23:08:23.376Z] EdgeX Global Pipelines Version Info [2021-01-04T23:08:23.376Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:08:24.865Z] ------------------- [2021-01-04T23:08:24.865Z] stable info: [2021-01-04T23:08:24.865Z] ------------------- [2021-01-04T23:08:24.865Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-04T23:08:24.865Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T23:08:24.865Z] Message: update stable to v1.0.173 [2021-01-04T23:08:25.822Z] ------------------- [2021-01-04T23:08:25.822Z] experimental info: [2021-01-04T23:08:25.822Z] ------------------- [2021-01-04T23:08:25.823Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-04T23:08:25.823Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-04T23:08:25.823Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-04T23:08:26.092Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rest-go-settings [Pipeline] echo [2021-01-04T23:08:26.192Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-rest-go [Pipeline] echo [2021-01-04T23:08:26.287Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-04T23:08:26.387Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-04T23:08:26.482Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-04T23:08:26.577Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-04T23:08:26.665Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-04T23:08:26.752Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-04T23:08:26.842Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-01-04T23:08:26.931Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-04T23:08:27.020Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-04T23:08:27.107Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-rest-go [Pipeline] echo [2021-01-04T23:08:27.195Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-04T23:08:27.283Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-04T23:08:27.373Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T23:08:27.477Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-04T23:08:27.563Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T23:08:27.675Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-01-04T23:08:27.765Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-04T23:08:27.852Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-01-04T23:08:27.942Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-01-04T23:08:28.116Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-01-04T23:08:28.205Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-01-04T23:08:28.289Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-01-04T23:08:28.375Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-01-04T23:08:28.462Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-04T23:08:28.551Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-04T23:08:28.636Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-46 [Pipeline] echo [2021-01-04T23:08:28.719Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-46 [Pipeline] echo [2021-01-04T23:08:28.802Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-46 [Pipeline] echo [2021-01-04T23:08:28.908Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = da52f20a350d60191553ba9cee7cb8d7dce8507f [Pipeline] echo [2021-01-04T23:08:28.994Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = da52f20 [Pipeline] echo [2021-01-04T23:08:29.073Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T23:08:29.228Z] provisioning config files... [2021-01-04T23:08:29.252Z] copy managed file [device-rest-go-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config9022007541741606484tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:08:29.654Z] ---> docker-login.sh [2021-01-04T23:08:29.654Z] nexus3.edgexfoundry.org:10001 [2021-01-04T23:08:29.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:08:29.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:08:29.918Z] Configure a credential helper to remove this warning. See [2021-01-04T23:08:29.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:08:29.918Z] [2021-01-04T23:08:29.918Z] Login Succeeded [2021-01-04T23:08:29.918Z] nexus3.edgexfoundry.org:10002 [2021-01-04T23:08:30.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:08:30.180Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:08:30.180Z] Configure a credential helper to remove this warning. See [2021-01-04T23:08:30.180Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:08:30.180Z] [2021-01-04T23:08:30.180Z] Login Succeeded [2021-01-04T23:08:30.180Z] nexus3.edgexfoundry.org:10003 [2021-01-04T23:08:30.180Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:08:30.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:08:30.443Z] Configure a credential helper to remove this warning. See [2021-01-04T23:08:30.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:08:30.443Z] [2021-01-04T23:08:30.443Z] Login Succeeded [2021-01-04T23:08:30.443Z] nexus3.edgexfoundry.org:10004 [2021-01-04T23:08:30.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:08:30.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:08:30.443Z] Configure a credential helper to remove this warning. See [2021-01-04T23:08:30.443Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:08:30.443Z] [2021-01-04T23:08:30.443Z] Login Succeeded [2021-01-04T23:08:30.443Z] docker.io [2021-01-04T23:08:30.706Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:08:30.969Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:08:30.969Z] Configure a credential helper to remove this warning. See [2021-01-04T23:08:30.969Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:08:30.969Z] [2021-01-04T23:08:30.969Z] Login Succeeded [2021-01-04T23:08:30.969Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T23:08:30.984Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T23:08:31.790Z] + git log --format=format:%s -1 da52f20a350d60191553ba9cee7cb8d7dce8507f [Pipeline] echo [2021-01-04T23:08:31.857Z] GIT_COMMIT: da52f20a350d60191553ba9cee7cb8d7dce8507f, Commit Message: Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD [Pipeline] echo [2021-01-04T23:08:31.901Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:08:32.458Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T23:08:32.458Z] [2021-01-04T23:08:32.458Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:08:32.859Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T23:08:32.859Z] latest: Pulling from edgex-devops/git-semver [2021-01-04T23:08:32.859Z] 31603596830f: Pulling fs layer [2021-01-04T23:08:32.859Z] 2a8b12db71e7: Pulling fs layer [2021-01-04T23:08:32.859Z] 6ca5941a6612: Pulling fs layer [2021-01-04T23:08:32.859Z] ecc8261a40a4: Pulling fs layer [2021-01-04T23:08:32.859Z] ecc8261a40a4: Waiting [2021-01-04T23:08:32.859Z] 2a8b12db71e7: Download complete [2021-01-04T23:08:32.859Z] 31603596830f: Verifying Checksum [2021-01-04T23:08:32.859Z] 31603596830f: Download complete [2021-01-04T23:08:33.121Z] ecc8261a40a4: Verifying Checksum [2021-01-04T23:08:33.121Z] ecc8261a40a4: Download complete [2021-01-04T23:08:33.121Z] 6ca5941a6612: Verifying Checksum [2021-01-04T23:08:33.121Z] 6ca5941a6612: Download complete [2021-01-04T23:08:33.383Z] 31603596830f: Pull complete [2021-01-04T23:08:33.383Z] 2a8b12db71e7: Pull complete [2021-01-04T23:08:34.332Z] 6ca5941a6612: Pull complete [2021-01-04T23:08:34.594Z] ecc8261a40a4: Pull complete [2021-01-04T23:08:34.594Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-04T23:08:34.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-04T23:08:34.594Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-04T23:08:34.692Z] prd-centos7-docker-4c-2g-18322 does not seem to be running inside a container [2021-01-04T23:08:34.748Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-rest-go_PR-46 -v /w/workspace/dgexfoundry_device-rest-go_PR-46:/w/workspace/dgexfoundry_device-rest-go_PR-46:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-04T23:08:36.632Z] $ docker top 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-04T23:08:36.909Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T23:08:36.909Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T23:08:37.121Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T23:08:37.125Z] $ docker exec 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 ssh-agent [2021-01-04T23:08:37.290Z] SSH_AUTH_SOCK=/tmp/ssh-Y6cwYLT01Oqs/agent.12 [2021-01-04T23:08:37.290Z] SSH_AGENT_PID=18 [2021-01-04T23:08:37.299Z] Running ssh-add (command line suppressed) [2021-01-04T23:08:37.417Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_7656078562596837542.key (/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_7656078562596837542.key) [2021-01-04T23:08:37.465Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T23:08:37.797Z] + git tag --points-at HEAD [Pipeline] } [2021-01-04T23:08:37.816Z] $ docker exec --env ******** --env ******** 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 ssh-agent -k [2021-01-04T23:08:37.928Z] unset SSH_AUTH_SOCK; [2021-01-04T23:08:37.929Z] unset SSH_AGENT_PID; [2021-01-04T23:08:37.929Z] echo Agent pid 18 killed; [2021-01-04T23:08:37.974Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-04T23:08:38.108Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-04T23:08:38.108Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-04T23:08:38.277Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-04T23:08:38.281Z] $ docker exec 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 ssh-agent [2021-01-04T23:08:38.441Z] SSH_AUTH_SOCK=/tmp/ssh-1pzUakDDWxZX/agent.47 [2021-01-04T23:08:38.441Z] SSH_AGENT_PID=53 [2021-01-04T23:08:38.448Z] Running ssh-add (command line suppressed) [2021-01-04T23:08:38.566Z] Identity added: /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_7076354207418641834.key (/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/private_key_7076354207418641834.key) [2021-01-04T23:08:38.618Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-04T23:08:38.948Z] + git semver init [2021-01-04T23:08:38.948Z] # -> Open(): unable to determine branch for HEAD [2021-01-04T23:08:38.948Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.git [2021-01-04T23:08:38.948Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-rest-go_PR-46 [2021-01-04T23:08:38.948Z] # $SEMVER_REMOTE_NAME = origin [2021-01-04T23:08:38.948Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-04T23:08:38.948Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-04T23:08:38.948Z] # $SEMVER_BRANCH = PR-46 [2021-01-04T23:08:38.948Z] # $SEMVER_TEMP = /tmp/semver-891707368 [2021-01-04T23:08:38.948Z] # git clone --branch semver git@github.com:edgexfoundry/device-rest-go.git $SEMVER_TEMP [2021-01-04T23:08:40.338Z] # '/tmp/semver-891707368' -> '/w/workspace/dgexfoundry_device-rest-go_PR-46/.semver' [2021-01-04T23:08:40.338Z] # -> Force: false [2021-01-04T23:08:40.338Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-rest-go_PR-46/.semver [Pipeline] } [2021-01-04T23:08:40.351Z] $ docker exec --env ******** --env ******** 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 ssh-agent -k [2021-01-04T23:08:40.468Z] unset SSH_AUTH_SOCK; [2021-01-04T23:08:40.469Z] unset SSH_AGENT_PID; [2021-01-04T23:08:40.469Z] echo Agent pid 53 killed; [2021-01-04T23:08:40.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-04T23:08:40.982Z] + git semver [Pipeline] } [2021-01-04T23:08:40.999Z] $ docker stop --time=1 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 [2021-01-04T23:08:42.448Z] $ docker rm -f 89a9e5c2a14b38aec753d134e8eaeb920fadba4c4997badeba0428b26bd3b777 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-04T23:08:42.906Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-04T23:08:43.369Z] Stashed 1 file(s) [Pipeline] echo [2021-01-04T23:08:43.372Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-01-04T23:08:58.828Z] Still waiting to schedule task [2021-01-04T23:08:58.828Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-01-04T23:08:58.830Z] Still waiting to schedule task [2021-01-04T23:08:58.831Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-04T23:10:46.328Z] Running on prd-centos7-docker-4c-2g-18325 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws [2021-01-04T23:10:46.392Z] Running in /w/workspace/device-rest-go/9 [Pipeline] { [Pipeline] checkout [2021-01-04T23:10:49.214Z] using credential edgex-jenkins-ssh [2021-01-04T23:10:49.274Z] Cloning the remote Git repository [2021-01-04T23:10:48.955Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-01-04T23:10:49.029Z] > git init /w/workspace/device-rest-go/9 # timeout=10 [2021-01-04T23:10:49.088Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-04T23:10:49.088Z] > git --version # timeout=10 [2021-01-04T23:10:49.095Z] > git --version # 'git version 2.24.3' [2021-01-04T23:10:49.095Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:10:49.120Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T23:10:50.660Z] Merging remotes/origin/master commit 793fa606b8324739f564128f9001c967c619a4b2 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 [2021-01-04T23:10:50.768Z] Merge succeeded, producing 33b94f2c2260b55a7fffdfcd027bd18b137c243e [2021-01-04T23:10:50.768Z] Checking out Revision 33b94f2c2260b55a7fffdfcd027bd18b137c243e (PR-46) [2021-01-04T23:10:49.954Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-04T23:10:49.962Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T23:10:49.980Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-04T23:10:49.999Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-04T23:10:49.999Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:10:50.006Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T23:10:50.436Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T23:10:50.445Z] > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 [2021-01-04T23:10:50.485Z] > git remote # timeout=10 [2021-01-04T23:10:50.492Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T23:10:50.500Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:10:50.505Z] > git merge 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 [2021-01-04T23:10:50.537Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T23:10:50.547Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T23:10:50.551Z] > git checkout -f 33b94f2c2260b55a7fffdfcd027bd18b137c243e # timeout=10 [2021-01-04T23:10:54.233Z] Commit message: "Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD" [2021-01-04T23:10:54.251Z] First time build. Skipping changelog. [2021-01-04T23:10:54.239Z] > git rev-list --no-walk 02d1e6fb4a60f367d27d20d72855643a249af650 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T23:10:55.515Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-04T23:10:55.859Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T23:10:56.174Z] + sudo service docker restart [2021-01-04T23:10:56.174Z] + true [2021-01-04T23:10:56.174Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T23:10:57.222Z] provisioning config files... [2021-01-04T23:10:57.250Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/9@tmp/config6344171479114192892tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:10:57.614Z] ---> docker-login.sh [2021-01-04T23:10:57.615Z] nexus3.edgexfoundry.org:10001 [2021-01-04T23:10:57.878Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:10:57.878Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:10:57.878Z] Configure a credential helper to remove this warning. See [2021-01-04T23:10:57.878Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:10:57.878Z] [2021-01-04T23:10:57.878Z] Login Succeeded [2021-01-04T23:10:57.878Z] nexus3.edgexfoundry.org:10002 [2021-01-04T23:10:58.143Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:10:58.143Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:10:58.143Z] Configure a credential helper to remove this warning. See [2021-01-04T23:10:58.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:10:58.143Z] [2021-01-04T23:10:58.143Z] Login Succeeded [2021-01-04T23:10:58.143Z] nexus3.edgexfoundry.org:10003 [2021-01-04T23:10:58.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:10:58.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:10:58.408Z] Configure a credential helper to remove this warning. See [2021-01-04T23:10:58.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:10:58.408Z] [2021-01-04T23:10:58.408Z] Login Succeeded [2021-01-04T23:10:58.408Z] nexus3.edgexfoundry.org:10004 [2021-01-04T23:10:58.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:10:58.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:10:58.671Z] Configure a credential helper to remove this warning. See [2021-01-04T23:10:58.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:10:58.671Z] [2021-01-04T23:10:58.671Z] Login Succeeded [2021-01-04T23:10:58.671Z] docker.io [2021-01-04T23:10:58.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:10:58.941Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:10:58.941Z] Configure a credential helper to remove this warning. See [2021-01-04T23:10:58.941Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:10:58.941Z] [2021-01-04T23:10:58.941Z] Login Succeeded [2021-01-04T23:10:58.941Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T23:10:58.952Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T23:10:59.283Z] ========================================================= [2021-01-04T23:10:59.283Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-04T23:10:59.283Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:10:59.653Z] + 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 . [2021-01-04T23:10:59.654Z] Sending build context to Docker daemon 84.48kB [2021-01-04T23:10:59.654Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T23:10:59.654Z] Step 2/10 : FROM ${BASE} [2021-01-04T23:10:59.916Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-04T23:10:59.916Z] 188c0c94c7c5: Pulling fs layer [2021-01-04T23:10:59.916Z] 0ef7d3d256c8: Pulling fs layer [2021-01-04T23:10:59.916Z] de9db76c5a1d: Pulling fs layer [2021-01-04T23:10:59.916Z] bca2f99d35d6: Pulling fs layer [2021-01-04T23:10:59.916Z] 93359f2a8cfa: Pulling fs layer [2021-01-04T23:10:59.916Z] 7c6f9722023f: Pulling fs layer [2021-01-04T23:10:59.916Z] a35cf1a2eb13: Pulling fs layer [2021-01-04T23:10:59.916Z] bca2f99d35d6: Waiting [2021-01-04T23:10:59.916Z] 93359f2a8cfa: Waiting [2021-01-04T23:10:59.916Z] 7c6f9722023f: Waiting [2021-01-04T23:10:59.916Z] a35cf1a2eb13: Waiting [2021-01-04T23:10:59.916Z] de9db76c5a1d: Verifying Checksum [2021-01-04T23:10:59.916Z] de9db76c5a1d: Download complete [2021-01-04T23:10:59.916Z] 0ef7d3d256c8: Verifying Checksum [2021-01-04T23:10:59.916Z] 0ef7d3d256c8: Download complete [2021-01-04T23:10:59.916Z] 93359f2a8cfa: Verifying Checksum [2021-01-04T23:10:59.916Z] 93359f2a8cfa: Download complete [2021-01-04T23:11:00.181Z] 188c0c94c7c5: Verifying Checksum [2021-01-04T23:11:00.181Z] 188c0c94c7c5: Download complete [2021-01-04T23:11:00.181Z] 7c6f9722023f: Verifying Checksum [2021-01-04T23:11:00.181Z] 7c6f9722023f: Download complete [2021-01-04T23:11:00.444Z] 188c0c94c7c5: Pull complete [2021-01-04T23:11:00.712Z] 0ef7d3d256c8: Pull complete [2021-01-04T23:11:00.978Z] de9db76c5a1d: Pull complete [2021-01-04T23:11:01.945Z] a35cf1a2eb13: Verifying Checksum [2021-01-04T23:11:01.945Z] a35cf1a2eb13: Download complete [2021-01-04T23:11:02.523Z] bca2f99d35d6: Verifying Checksum [2021-01-04T23:11:02.523Z] bca2f99d35d6: Download complete [2021-01-04T23:11:07.887Z] bca2f99d35d6: Pull complete [2021-01-04T23:11:07.887Z] 93359f2a8cfa: Pull complete [2021-01-04T23:11:07.887Z] 7c6f9722023f: Pull complete [2021-01-04T23:11:12.136Z] a35cf1a2eb13: Pull complete [2021-01-04T23:11:12.136Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-04T23:11:12.136Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-04T23:11:12.136Z] ---> a62c8e92a672 [2021-01-04T23:11:12.136Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-04T23:11:12.404Z] ---> Running in 1444e5ca5d6a [2021-01-04T23:11:12.667Z] Removing intermediate container 1444e5ca5d6a [2021-01-04T23:11:12.667Z] ---> d7cac8a2b5fc [2021-01-04T23:11:12.667Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-04T23:11:12.931Z] ---> Running in 0908aad39880 [2021-01-04T23:11:12.931Z] Removing intermediate container 0908aad39880 [2021-01-04T23:11:12.931Z] ---> f40d623286d8 [2021-01-04T23:11:12.931Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-04T23:11:12.931Z] ---> Running in 11fa5d1e497e [2021-01-04T23:11:13.193Z] Removing intermediate container 11fa5d1e497e [2021-01-04T23:11:13.193Z] ---> 3b232020a01b [2021-01-04T23:11:13.193Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:11:13.193Z] ---> Running in 31f4c5825a88 [2021-01-04T23:11:14.143Z] Removing intermediate container 31f4c5825a88 [2021-01-04T23:11:14.143Z] ---> 03cb37fab497 [2021-01-04T23:11:14.143Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-04T23:11:14.406Z] ---> Running in fcafbe00afce [2021-01-04T23:11:14.670Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-04T23:11:15.618Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-04T23:11:16.194Z] OK: 166 MiB in 39 packages [2021-01-04T23:11:16.773Z] Removing intermediate container fcafbe00afce [2021-01-04T23:11:16.773Z] ---> 13df46308683 [2021-01-04T23:11:16.773Z] Step 8/10 : WORKDIR /device-rest-go [2021-01-04T23:11:16.773Z] ---> Running in 158e874dfb1d [2021-01-04T23:11:17.035Z] Removing intermediate container 158e874dfb1d [2021-01-04T23:11:17.035Z] ---> d1f868862d51 [2021-01-04T23:11:17.035Z] Step 9/10 : COPY . . [2021-01-04T23:11:17.299Z] ---> 627b64ec176e [2021-01-04T23:11:17.299Z] Step 10/10 : RUN go mod download [2021-01-04T23:11:17.299Z] ---> Running in f6c47bbacfe2 [2021-01-04T23:11:35.486Z] Removing intermediate container f6c47bbacfe2 [2021-01-04T23:11:35.486Z] ---> 380eac80e0b5 [2021-01-04T23:11:35.486Z] Successfully built 380eac80e0b5 [2021-01-04T23:11:35.486Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:11:35.812Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T23:11:35.812Z] . [Pipeline] withDockerContainer [2021-01-04T23:11:36.081Z] prd-centos7-docker-4c-2g-18325 does not seem to be running inside a container [2021-01-04T23:11:36.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T23:11:36.983Z] $ docker top 502c8af62e14dfac20761fee861b4a22b5caf3d1bdbbd831b6046d75abafdce6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:11:37.521Z] + go version [2021-01-04T23:11:37.521Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-04T23:11:37.535Z] $ docker stop --time=1 502c8af62e14dfac20761fee861b4a22b5caf3d1bdbbd831b6046d75abafdce6 [2021-01-04T23:11:38.883Z] $ docker rm -f 502c8af62e14dfac20761fee861b4a22b5caf3d1bdbbd831b6046d75abafdce6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:11:39.717Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-04T23:11:39.717Z] . [Pipeline] withDockerContainer [2021-01-04T23:11:39.813Z] prd-centos7-docker-4c-2g-18325 does not seem to be running inside a container [2021-01-04T23:11:39.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-04T23:11:40.458Z] $ docker top fd1cb38dd5081eb73f25b2b22bf19c5cc2de42bc7ddcaf00eab34432028c0700 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:11:40.957Z] + make test [2021-01-04T23:11:40.957Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-04T23:11:41.535Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-01-04T23:11:53.934Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-01-04T23:11:53.934Z] ok github.com/edgexfoundry/device-rest-go/driver 0.060s coverage: 56.3% of statements [2021-01-04T23:11:53.934Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-04T23:11:54.511Z] gofmt -l . [2021-01-04T23:11:54.511Z] [ "`gofmt -l .`" = "" ] [2021-01-04T23:11:54.511Z] ./bin/test-go-mod-tidy.sh [2021-01-04T23:11:55.086Z] ./bin/test-attribution-txt.sh [2021-01-04T23:11:55.349Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2021-01-04T23:11:55.349Z] make: *** [Makefile:28: test] Error 1 [Pipeline] } [2021-01-04T23:11:55.371Z] $ docker stop --time=1 fd1cb38dd5081eb73f25b2b22bf19c5cc2de42bc7ddcaf00eab34432028c0700 [2021-01-04T23:11:57.702Z] $ docker rm -f fd1cb38dd5081eb73f25b2b22bf19c5cc2de42bc7ddcaf00eab34432028c0700 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T23:11:59.284Z] Failed in branch amd64 [2021-01-04T23:12:10.753Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-18326 in /w/workspace/dgexfoundry_device-rest-go_PR-46 [Pipeline] { [Pipeline] ws [2021-01-04T23:12:10.806Z] Running in /w/workspace/device-rest-go/9 [Pipeline] { [Pipeline] checkout [2021-01-04T23:12:16.202Z] using credential edgex-jenkins-ssh [2021-01-04T23:12:16.263Z] Cloning the remote Git repository [2021-01-04T23:12:16.335Z] Cloning repository git@github.com:edgexfoundry/device-rest-go.git [2021-01-04T23:12:16.446Z] > git init /w/workspace/device-rest-go/9 # timeout=10 [2021-01-04T23:12:16.534Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-04T23:12:16.536Z] > git --version # timeout=10 [2021-01-04T23:12:16.569Z] > git --version # 'git version 2.17.1' [2021-01-04T23:12:16.570Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:12:16.626Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T23:12:18.198Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-04T23:12:18.222Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-04T23:12:18.253Z] > git config remote.origin.url git@github.com:edgexfoundry/device-rest-go.git # timeout=10 [2021-01-04T23:12:18.301Z] Fetching upstream changes from git@github.com:edgexfoundry/device-rest-go.git [2021-01-04T23:12:18.301Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:12:18.315Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rest-go.git +refs/pull/46/head:refs/remotes/origin/PR-46 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-04T23:12:18.750Z] Merging remotes/origin/master commit 793fa606b8324739f564128f9001c967c619a4b2 into PR head commit d62da4a13b1e82bb939a950a0a278f0632fa03c1 [2021-01-04T23:12:19.175Z] Merge succeeded, producing e67a961077d3fc6321b87b3f5e8425b6327ef1b3 [2021-01-04T23:12:19.175Z] Checking out Revision e67a961077d3fc6321b87b3f5e8425b6327ef1b3 (PR-46) [2021-01-04T23:12:18.774Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T23:12:18.797Z] > git checkout -f d62da4a13b1e82bb939a950a0a278f0632fa03c1 # timeout=10 [2021-01-04T23:12:18.963Z] > git remote # timeout=10 [2021-01-04T23:12:19.012Z] > git config --get remote.origin.url # timeout=10 [2021-01-04T23:12:19.054Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-04T23:12:19.098Z] > git merge 793fa606b8324739f564128f9001c967c619a4b2 # timeout=10 [2021-01-04T23:12:19.166Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-04T23:12:19.187Z] > git config core.sparsecheckout # timeout=10 [2021-01-04T23:12:19.207Z] > git checkout -f e67a961077d3fc6321b87b3f5e8425b6327ef1b3 # timeout=10 [2021-01-04T23:12:23.394Z] Commit message: "Merge commit '793fa606b8324739f564128f9001c967c619a4b2' into HEAD" [2021-01-04T23:12:23.423Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-04T23:12:23.406Z] > git rev-list --no-walk 02d1e6fb4a60f367d27d20d72855643a249af650 # timeout=10 [2021-01-04T23:12:25.002Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-04T23:12:25.463Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-04T23:12:25.818Z] + sudo service docker restart [2021-01-04T23:12:25.818Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-04T23:12:28.542Z] provisioning config files... [2021-01-04T23:12:28.588Z] copy managed file [device-rest-go-settings] to file:/w/workspace/device-rest-go/9@tmp/config8760493974229137539tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:12:29.027Z] ---> docker-login.sh [2021-01-04T23:12:29.027Z] nexus3.edgexfoundry.org:10001 [2021-01-04T23:12:29.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:12:30.241Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:12:30.241Z] Configure a credential helper to remove this warning. See [2021-01-04T23:12:30.241Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:12:30.241Z] [2021-01-04T23:12:30.241Z] Login Succeeded [2021-01-04T23:12:30.241Z] nexus3.edgexfoundry.org:10002 [2021-01-04T23:12:30.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:12:30.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:12:30.792Z] Configure a credential helper to remove this warning. See [2021-01-04T23:12:30.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:12:30.792Z] [2021-01-04T23:12:30.792Z] Login Succeeded [2021-01-04T23:12:30.792Z] nexus3.edgexfoundry.org:10003 [2021-01-04T23:12:31.066Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:12:31.342Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:12:31.342Z] Configure a credential helper to remove this warning. See [2021-01-04T23:12:31.342Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:12:31.342Z] [2021-01-04T23:12:31.342Z] Login Succeeded [2021-01-04T23:12:31.342Z] nexus3.edgexfoundry.org:10004 [2021-01-04T23:12:31.619Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:12:31.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:12:31.893Z] Configure a credential helper to remove this warning. See [2021-01-04T23:12:31.893Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:12:31.893Z] [2021-01-04T23:12:31.893Z] Login Succeeded [2021-01-04T23:12:31.893Z] docker.io [2021-01-04T23:12:32.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-04T23:12:32.764Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-04T23:12:32.764Z] Configure a credential helper to remove this warning. See [2021-01-04T23:12:32.764Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-04T23:12:32.764Z] [2021-01-04T23:12:32.764Z] Login Succeeded [2021-01-04T23:12:32.764Z] ---> docker-login.sh ends [Pipeline] } [2021-01-04T23:12:32.781Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-04T23:12:33.242Z] ========================================================= [2021-01-04T23:12:33.242Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-04T23:12:33.242Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:12:33.635Z] + 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 . [2021-01-04T23:12:33.636Z] Sending build context to Docker daemon 84.48kB [2021-01-04T23:12:33.911Z] Step 1/10 : ARG BASE=golang:1.15-alpine3.12 [2021-01-04T23:12:33.911Z] Step 2/10 : FROM ${BASE} [2021-01-04T23:12:34.185Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-04T23:12:34.185Z] 5f621e34cdf4: Pulling fs layer [2021-01-04T23:12:34.185Z] a4357932f1b6: Pulling fs layer [2021-01-04T23:12:34.185Z] 18c013af1878: Pulling fs layer [2021-01-04T23:12:34.185Z] 00ac8860ef70: Pulling fs layer [2021-01-04T23:12:34.185Z] 63d7cb157983: Pulling fs layer [2021-01-04T23:12:34.185Z] b116817d02f9: Pulling fs layer [2021-01-04T23:12:34.185Z] 745a02a5169b: Pulling fs layer [2021-01-04T23:12:34.185Z] 00ac8860ef70: Waiting [2021-01-04T23:12:34.185Z] 63d7cb157983: Waiting [2021-01-04T23:12:34.185Z] b116817d02f9: Waiting [2021-01-04T23:12:34.185Z] 745a02a5169b: Waiting [2021-01-04T23:12:34.185Z] 18c013af1878: Verifying Checksum [2021-01-04T23:12:34.185Z] 18c013af1878: Download complete [2021-01-04T23:12:34.185Z] a4357932f1b6: Verifying Checksum [2021-01-04T23:12:34.185Z] a4357932f1b6: Download complete [2021-01-04T23:12:34.185Z] 63d7cb157983: Verifying Checksum [2021-01-04T23:12:34.185Z] 63d7cb157983: Download complete [2021-01-04T23:12:34.185Z] b116817d02f9: Verifying Checksum [2021-01-04T23:12:34.185Z] b116817d02f9: Download complete [2021-01-04T23:12:34.782Z] 5f621e34cdf4: Download complete [2021-01-04T23:12:35.384Z] 5f621e34cdf4: Pull complete [2021-01-04T23:12:35.995Z] a4357932f1b6: Pull complete [2021-01-04T23:12:36.275Z] 18c013af1878: Pull complete [2021-01-04T23:12:36.552Z] 745a02a5169b: Verifying Checksum [2021-01-04T23:12:36.552Z] 745a02a5169b: Download complete [2021-01-04T23:12:37.992Z] 00ac8860ef70: Verifying Checksum [2021-01-04T23:12:37.992Z] 00ac8860ef70: Download complete [2021-01-04T23:12:48.171Z] 00ac8860ef70: Pull complete [2021-01-04T23:12:48.768Z] 63d7cb157983: Pull complete [2021-01-04T23:12:49.041Z] b116817d02f9: Pull complete [2021-01-04T23:12:53.360Z] 745a02a5169b: Pull complete [2021-01-04T23:12:53.360Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-04T23:12:53.360Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-04T23:12:53.360Z] ---> b7e6874047d6 [2021-01-04T23:12:53.360Z] Step 3/10 : ARG ALPINE_PKG_BASE="make git" [2021-01-04T23:12:55.990Z] ---> Running in e9633e8f2dc6 [2021-01-04T23:12:56.263Z] Removing intermediate container e9633e8f2dc6 [2021-01-04T23:12:56.263Z] ---> 490da8339f6e [2021-01-04T23:12:56.263Z] Step 4/10 : ARG ALPINE_PKG_EXTRA="" [2021-01-04T23:12:56.539Z] ---> Running in 1a39e9d42cc7 [2021-01-04T23:12:57.134Z] Removing intermediate container 1a39e9d42cc7 [2021-01-04T23:12:57.134Z] ---> 556c888d9f56 [2021-01-04T23:12:57.134Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Intel' [2021-01-04T23:12:57.134Z] ---> Running in a299feb52551 [2021-01-04T23:12:57.746Z] Removing intermediate container a299feb52551 [2021-01-04T23:12:57.746Z] ---> 4055508f4bcb [2021-01-04T23:12:57.746Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-04T23:12:57.746Z] ---> Running in bd436221eaaf [2021-01-04T23:13:00.370Z] Removing intermediate container bd436221eaaf [2021-01-04T23:13:00.370Z] ---> cf0b6c42da1d [2021-01-04T23:13:00.370Z] Step 7/10 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-01-04T23:13:00.645Z] ---> Running in 4215bf2b0a9a [2021-01-04T23:13:02.093Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-04T23:13:02.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-04T23:13:03.670Z] OK: 142 MiB in 39 packages [2021-01-04T23:13:05.644Z] Removing intermediate container 4215bf2b0a9a [2021-01-04T23:13:05.644Z] ---> 49a9cee27784 [2021-01-04T23:13:05.644Z] Step 8/10 : WORKDIR /device-rest-go [2021-01-04T23:13:05.644Z] ---> Running in baa11218201a [2021-01-04T23:13:05.917Z] Removing intermediate container baa11218201a [2021-01-04T23:13:05.917Z] ---> 3ba21ec60ff8 [2021-01-04T23:13:05.917Z] Step 9/10 : COPY . . [2021-01-04T23:13:06.894Z] ---> 693041abf428 [2021-01-04T23:13:06.894Z] Step 10/10 : RUN go mod download [2021-01-04T23:13:06.894Z] ---> Running in ec56ec77a633 [2021-01-04T23:13:29.092Z] Removing intermediate container ec56ec77a633 [2021-01-04T23:13:29.092Z] ---> dae76be82324 [2021-01-04T23:13:29.092Z] Successfully built dae76be82324 [2021-01-04T23:13:29.092Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:13:29.435Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T23:13:29.435Z] . [Pipeline] withDockerContainer [2021-01-04T23:13:29.707Z] prd-ubuntu18.04-docker-arm64-4c-16g-18326 does not seem to be running inside a container [2021-01-04T23:13:29.802Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T23:13:31.385Z] $ docker top 8c02b3a196ba13a5f7f55ec6d7717b747d7f80f7879ea1b59d9bb39a759b5bdd -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:13:32.450Z] + go version [2021-01-04T23:13:32.450Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-04T23:13:32.477Z] $ docker stop --time=1 8c02b3a196ba13a5f7f55ec6d7717b747d7f80f7879ea1b59d9bb39a759b5bdd [2021-01-04T23:13:34.759Z] $ docker rm -f 8c02b3a196ba13a5f7f55ec6d7717b747d7f80f7879ea1b59d9bb39a759b5bdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:13:35.845Z] + docker inspect -f . ci-base-image-arm64 [2021-01-04T23:13:35.845Z] . [Pipeline] withDockerContainer [2021-01-04T23:13:36.112Z] prd-ubuntu18.04-docker-arm64-4c-16g-18326 does not seem to be running inside a container [2021-01-04T23:13:36.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rest-go/9 -v /w/workspace/device-rest-go/9:/w/workspace/device-rest-go/9:rw,z -v /w/workspace/device-rest-go/9@tmp:/w/workspace/device-rest-go/9@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-04T23:13:38.042Z] $ docker top c7a917cf8d2edf0241a0f6d119c8da6929002eed86ef72e8fb6a99ee89e74b40 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:13:39.079Z] + make test [2021-01-04T23:13:39.079Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-01-04T23:13:40.066Z] ? github.com/edgexfoundry/device-rest-go [no test files] [2021-01-04T23:14:12.456Z] ? github.com/edgexfoundry/device-rest-go/cmd [no test files] [2021-01-04T23:14:14.436Z] ok github.com/edgexfoundry/device-rest-go/driver 0.049s coverage: 56.3% of statements [2021-01-04T23:14:14.436Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-01-04T23:14:22.755Z] gofmt -l . [2021-01-04T23:14:22.755Z] [ "`gofmt -l .`" = "" ] [2021-01-04T23:14:22.755Z] ./bin/test-go-mod-tidy.sh [2021-01-04T23:14:22.755Z] ./bin/test-attribution-txt.sh [2021-01-04T23:14:22.755Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2021-01-04T23:14:23.027Z] make: *** [Makefile:28: test] Error 1 [Pipeline] } [2021-01-04T23:14:23.059Z] $ docker stop --time=1 c7a917cf8d2edf0241a0f6d119c8da6929002eed86ef72e8fb6a99ee89e74b40 [2021-01-04T23:14:25.333Z] $ docker rm -f c7a917cf8d2edf0241a0f6d119c8da6929002eed86ef72e8fb6a99ee89e74b40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-04T23:14:27.022Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:14:29.428Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:14:30.000Z] ---> package-listing.sh [2021-01-04T23:14:30.000Z] ++ facter osfamily [2021-01-04T23:14:30.000Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-04T23:14:30.000Z] + OS_FAMILY=redhat [2021-01-04T23:14:30.000Z] + workspace=/w/workspace/dgexfoundry_device-rest-go_PR-46 [2021-01-04T23:14:30.000Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-04T23:14:30.000Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-04T23:14:30.000Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-04T23:14:30.000Z] + PACKAGES=/tmp/packages_start.txt [2021-01-04T23:14:30.000Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' [2021-01-04T23:14:30.000Z] + PACKAGES=/tmp/packages_end.txt [2021-01-04T23:14:30.000Z] + case "${OS_FAMILY}" in [2021-01-04T23:14:30.000Z] + rpm -qa [2021-01-04T23:14:30.000Z] + sort [2021-01-04T23:14:34.236Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-04T23:14:34.236Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-04T23:14:34.236Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-04T23:14:34.236Z] + '[' /w/workspace/dgexfoundry_device-rest-go_PR-46 ']' [2021-01-04T23:14:34.236Z] + mkdir -p /w/workspace/dgexfoundry_device-rest-go_PR-46/archives/ [2021-01-04T23:14:34.236Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-rest-go_PR-46/archives/ [Pipeline] echo [2021-01-04T23:14:34.249Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-rest-go_PR-46/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-04T23:14:34.543Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:14:34.849Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T23:14:34.849Z] [2021-01-04T23:14:34.849Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-04T23:14:35.225Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T23:14:35.225Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-04T23:14:35.225Z] df20fa9351a1: Pulling fs layer [2021-01-04T23:14:35.225Z] 36b3adc4ff6f: Pulling fs layer [2021-01-04T23:14:35.225Z] 8ad3a11d3b57: Pulling fs layer [2021-01-04T23:14:35.225Z] 46f8f816bc3b: Pulling fs layer [2021-01-04T23:14:35.225Z] 93b61091891f: Pulling fs layer [2021-01-04T23:14:35.225Z] 93b9cdb0e59b: Pulling fs layer [2021-01-04T23:14:35.225Z] 5e14af77c1be: Pulling fs layer [2021-01-04T23:14:35.225Z] 01666e4c0597: Pulling fs layer [2021-01-04T23:14:35.225Z] aa168da1d23b: Pulling fs layer [2021-01-04T23:14:35.225Z] 46f8f816bc3b: Waiting [2021-01-04T23:14:35.225Z] 93b61091891f: Waiting [2021-01-04T23:14:35.225Z] 93b9cdb0e59b: Waiting [2021-01-04T23:14:35.225Z] 5e14af77c1be: Waiting [2021-01-04T23:14:35.225Z] 01666e4c0597: Waiting [2021-01-04T23:14:35.225Z] aa168da1d23b: Waiting [2021-01-04T23:14:35.225Z] 36b3adc4ff6f: Verifying Checksum [2021-01-04T23:14:35.225Z] 36b3adc4ff6f: Download complete [2021-01-04T23:14:35.225Z] 46f8f816bc3b: Verifying Checksum [2021-01-04T23:14:35.225Z] 46f8f816bc3b: Download complete [2021-01-04T23:14:35.225Z] df20fa9351a1: Verifying Checksum [2021-01-04T23:14:35.225Z] df20fa9351a1: Download complete [2021-01-04T23:14:35.488Z] 93b9cdb0e59b: Verifying Checksum [2021-01-04T23:14:35.488Z] 93b9cdb0e59b: Download complete [2021-01-04T23:14:35.488Z] 5e14af77c1be: Verifying Checksum [2021-01-04T23:14:35.488Z] 5e14af77c1be: Download complete [2021-01-04T23:14:35.488Z] 93b61091891f: Verifying Checksum [2021-01-04T23:14:35.488Z] 93b61091891f: Download complete [2021-01-04T23:14:35.488Z] 01666e4c0597: Verifying Checksum [2021-01-04T23:14:35.488Z] 01666e4c0597: Download complete [2021-01-04T23:14:35.751Z] df20fa9351a1: Pull complete [2021-01-04T23:14:36.013Z] 36b3adc4ff6f: Pull complete [2021-01-04T23:14:36.013Z] 8ad3a11d3b57: Verifying Checksum [2021-01-04T23:14:36.013Z] 8ad3a11d3b57: Download complete [2021-01-04T23:14:36.974Z] 8ad3a11d3b57: Pull complete [2021-01-04T23:14:36.974Z] 46f8f816bc3b: Pull complete [2021-01-04T23:14:37.555Z] aa168da1d23b: Verifying Checksum [2021-01-04T23:14:37.555Z] aa168da1d23b: Download complete [2021-01-04T23:14:38.131Z] 93b61091891f: Pull complete [2021-01-04T23:14:38.396Z] 93b9cdb0e59b: Pull complete [2021-01-04T23:14:38.396Z] 5e14af77c1be: Pull complete [2021-01-04T23:14:38.664Z] 01666e4c0597: Pull complete [2021-01-04T23:14:46.857Z] aa168da1d23b: Pull complete [2021-01-04T23:14:46.857Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-04T23:14:46.857Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-04T23:14:46.857Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-04T23:14:47.001Z] prd-centos7-docker-4c-2g-18322 does not seem to be running inside a container [2021-01-04T23:14:47.049Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-rest-go_PR-46/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-rest-go_PR-46 -v /w/workspace/dgexfoundry_device-rest-go_PR-46:/w/workspace/dgexfoundry_device-rest-go_PR-46:rw,z -v /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-04T23:14:50.395Z] $ docker top ec95f4928f6993b63ca253cc15dbc74cdaf4bbbfcc8e9a1eaf4fed7ae82eb68a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-04T23:14:50.982Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-04T23:14:51.284Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-04T23:14:51.582Z] + ls /var/log/sa-host [2021-01-04T23:14:51.582Z] + sadf -c /var/log/sa-host/sa04 [2021-01-04T23:14:51.582Z] file_magic: OK [2021-01-04T23:14:51.582Z] HZ: Using current value: 100 [2021-01-04T23:14:51.582Z] file_header: OK [2021-01-04T23:14:51.582Z] 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 [2021-01-04T23:14:51.582Z] Statistics: [2021-01-04T23:14:51.582Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-04T23:14:51.582Z] File successfully converted to sysstat format version 12.2.1 [2021-01-04T23:14:51.582Z] + sadf -c /var/log/sa-host/sa23 [2021-01-04T23:14:51.582Z] file_magic: OK [2021-01-04T23:14:51.582Z] HZ: Using current value: 100 [2021-01-04T23:14:51.582Z] file_header: OK [2021-01-04T23:14:51.582Z] 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 [2021-01-04T23:14:51.582Z] Statistics: [2021-01-04T23:14:51.582Z] Hnuu...uuuununununu... [2021-01-04T23:14:51.582Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-04T23:14:51.791Z] provisioning config files... [2021-01-04T23:14:51.809Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-rest-go_PR-46@tmp/config2061652097230767368tmp [Pipeline] { [Pipeline] echo [2021-01-04T23:14:51.915Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:14:52.223Z] ---> create-netrc.sh [Pipeline] } [2021-01-04T23:14:52.233Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-04T23:14:52.325Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:14:52.624Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-04T23:14:52.635Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:14:52.934Z] ---> sudo-logs.sh [2021-01-04T23:14:52.934Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-04T23:14:52.945Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:14:53.243Z] ---> job-cost.sh [2021-01-04T23:14:53.243Z] lf-activate-venv: SKIPPING [2021-01-04T23:14:53.243Z] INFO: No Stack... [2021-01-04T23:14:54.190Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-04T23:14:54.764Z] INFO: Archiving Costs [Pipeline] echo [2021-01-04T23:14:54.779Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-04T23:14:55.074Z] ---> logs-deploy.sh [2021-01-04T23:14:55.074Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rest-go/PR-46/9 [2021-01-04T23:14:55.074Z] INFO: archiving workspace using pattern(s): [2021-01-04T23:14:56.467Z] Archives upload complete. [2021-01-04T23:14:56.730Z] INFO: archiving logs to Nexus [2021-01-04T23:14:57.678Z] ---> uname -a: [2021-01-04T23:14:57.678Z] Linux prd-centos7-docker-4c-2g-18322.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-01-04T23:14:57.678Z] [2021-01-04T23:14:57.678Z] [2021-01-04T23:14:57.678Z] ---> lscpu: [2021-01-04T23:14:57.678Z] Architecture: x86_64 [2021-01-04T23:14:57.678Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-04T23:14:57.678Z] Byte Order: Little Endian [2021-01-04T23:14:57.678Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-04T23:14:57.678Z] CPU(s): 4 [2021-01-04T23:14:57.678Z] On-line CPU(s) list: 0-3 [2021-01-04T23:14:57.678Z] Thread(s) per core: 1 [2021-01-04T23:14:57.678Z] Core(s) per socket: 1 [2021-01-04T23:14:57.678Z] Socket(s): 4 [2021-01-04T23:14:57.678Z] NUMA node(s): 1 [2021-01-04T23:14:57.678Z] Vendor ID: GenuineIntel [2021-01-04T23:14:57.678Z] CPU family: 6 [2021-01-04T23:14:57.678Z] Model: 44 [2021-01-04T23:14:57.678Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-04T23:14:57.678Z] Stepping: 1 [2021-01-04T23:14:57.678Z] CPU MHz: 2933.438 [2021-01-04T23:14:57.678Z] BogoMIPS: 5866.87 [2021-01-04T23:14:57.678Z] Virtualization: VT-x [2021-01-04T23:14:57.678Z] Hypervisor vendor: KVM [2021-01-04T23:14:57.678Z] Virtualization type: full [2021-01-04T23:14:57.678Z] L1d cache: 128 KiB [2021-01-04T23:14:57.678Z] L1i cache: 128 KiB [2021-01-04T23:14:57.678Z] L2 cache: 16 MiB [2021-01-04T23:14:57.678Z] L3 cache: 64 MiB [2021-01-04T23:14:57.678Z] NUMA node0 CPU(s): 0-3 [2021-01-04T23:14:57.678Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-04T23:14:57.678Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-04T23:14:57.678Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-04T23:14:57.678Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-04T23:14:57.678Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-04T23:14:57.678Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-04T23:14:57.678Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-04T23:14:57.678Z] Vulnerability Srbds: Not affected [2021-01-04T23:14:57.678Z] Vulnerability Tsx async abort: Not affected [2021-01-04T23:14:57.678Z] 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 [2021-01-04T23:14:57.678Z] [2021-01-04T23:14:57.678Z] [2021-01-04T23:14:57.678Z] ---> nproc: [2021-01-04T23:14:57.678Z] 4 [2021-01-04T23:14:57.678Z] [2021-01-04T23:14:57.678Z] [2021-01-04T23:14:57.678Z] ---> df -h: [2021-01-04T23:14:57.678Z] Filesystem Size Used Available Use% Mounted on [2021-01-04T23:14:57.678Z] overlay 50.0G 7.3G 42.7G 15% / [2021-01-04T23:14:57.678Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-04T23:14:57.678Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-04T23:14:57.678Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-04T23:14:57.678Z] /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os [2021-01-04T23:14:57.678Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf [2021-01-04T23:14:57.678Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname [2021-01-04T23:14:57.678Z] /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts [2021-01-04T23:14:57.678Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-46 [2021-01-04T23:14:57.678Z] /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-rest-go_PR-46@tmp [2021-01-04T23:14:57.678Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host [2021-01-04T23:14:57.678Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure [2021-01-04T23:14:57.678Z] /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log [2021-01-04T23:14:57.678Z] /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json [2021-01-04T23:14:57.678Z] [2021-01-04T23:14:57.678Z]