Pull request #2913 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3+8905b2aeb998c2429dd3dac7113c428985f887cf (9ae11746986e956f93077d2bba040bd0c634fdc8) 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 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 025b6483f761633eb525fab7d6a8b6537d6ee4a4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 025b6483f761633eb525fab7d6a8b6537d6ee4a4 # timeout=10 Commit message: "Merge pull request #264 from ernestojeda/new-snap-build-script" > 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [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 ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-15968 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/10 [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/edgex-go.git > git init /w/workspace/edgex-go/10 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-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/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 Merge succeeded, producing 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 Checking out Revision 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 (PR-2913) > git config core.sparsecheckout # timeout=10 > git checkout -f 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # 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 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # timeout=10 Commit message: "build(snap): Address PR feedback" First time build. Skipping changelog. > git rev-list --no-walk 9bffdf1b0025ca2e6576b145f688295c80aec35d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-14T23:56:36.021Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-14T23:56:36.332Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-14T23:56:36.443Z] ========================================================= [2020-12-14T23:56:36.443Z] EdgeX Global Pipelines Version Info [2020-12-14T23:56:36.443Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-12-14T23:56:38.129Z] ------------------- [2020-12-14T23:56:38.130Z] stable info: [2020-12-14T23:56:38.130Z] ------------------- [2020-12-14T23:56:38.130Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-14T23:56:38.130Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-14T23:56:38.130Z] Message: update stable to v1.0.172 [2020-12-14T23:56:39.084Z] ------------------- [2020-12-14T23:56:39.084Z] experimental info: [2020-12-14T23:56:39.084Z] ------------------- [2020-12-14T23:56:39.084Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-14T23:56:39.084Z] Commit SHA: 025b6483f761633eb525fab7d6a8b6537d6ee4a4 [2020-12-14T23:56:39.084Z] Message: update experimental to v1.0.172 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-14T23:56:39.386Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-14T23:56:39.493Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-14T23:56:39.598Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-14T23:56:39.704Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-14T23:56:39.805Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-14T23:56:39.905Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-14T23:56:40.003Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-14T23:56:40.188Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-14T23:56:40.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-14T23:56:40.433Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-14T23:56:40.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-14T23:56:40.757Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-14T23:56:40.857Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-14T23:56:40.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-14T23:56:41.122Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-14T23:56:41.297Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-14T23:56:41.402Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-14T23:56:41.500Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-14T23:56:41.609Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-14T23:56:41.705Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-14T23:56:41.884Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-14T23:56:41.985Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-14T23:56:42.089Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2913 [Pipeline] echo [2020-12-14T23:56:42.203Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2913 [Pipeline] echo [2020-12-14T23:56:42.296Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2913 [Pipeline] echo [2020-12-14T23:56:42.386Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [Pipeline] echo [2020-12-14T23:56:42.514Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 82ce6d1 [Pipeline] echo [2020-12-14T23:56:42.607Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-14T23:56:42.790Z] provisioning config files... [2020-12-14T23:56:42.826Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config9163419964382181553tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-14T23:56:43.198Z] ---> docker-login.sh [2020-12-14T23:56:43.198Z] nexus3.edgexfoundry.org:10001 [2020-12-14T23:56:43.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T23:56:43.725Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T23:56:43.725Z] Configure a credential helper to remove this warning. See [2020-12-14T23:56:43.725Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T23:56:43.725Z] [2020-12-14T23:56:43.725Z] Login Succeeded [2020-12-14T23:56:43.725Z] nexus3.edgexfoundry.org:10002 [2020-12-14T23:56:43.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T23:56:43.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T23:56:43.992Z] Configure a credential helper to remove this warning. See [2020-12-14T23:56:43.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T23:56:43.992Z] [2020-12-14T23:56:43.992Z] Login Succeeded [2020-12-14T23:56:43.992Z] nexus3.edgexfoundry.org:10003 [2020-12-14T23:56:43.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T23:56:43.992Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T23:56:43.992Z] Configure a credential helper to remove this warning. See [2020-12-14T23:56:43.992Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T23:56:43.992Z] [2020-12-14T23:56:43.992Z] Login Succeeded [2020-12-14T23:56:43.992Z] nexus3.edgexfoundry.org:10004 [2020-12-14T23:56:44.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T23:56:44.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T23:56:44.255Z] Configure a credential helper to remove this warning. See [2020-12-14T23:56:44.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T23:56:44.255Z] [2020-12-14T23:56:44.255Z] Login Succeeded [2020-12-14T23:56:44.255Z] docker.io [2020-12-14T23:56:44.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T23:56:44.520Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T23:56:44.520Z] Configure a credential helper to remove this warning. See [2020-12-14T23:56:44.520Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T23:56:44.520Z] [2020-12-14T23:56:44.520Z] Login Succeeded [2020-12-14T23:56:44.520Z] ---> docker-login.sh ends [Pipeline] } [2020-12-14T23:56:44.531Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-14T23:56:45.022Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-14T23:56:45.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-14T23:56:45.022Z] ++ dirname cmd/core-command/Dockerfile [2020-12-14T23:56:45.022Z] ++ cut -d/ -f2 [2020-12-14T23:56:45.022Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-14T23:56:45.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-14T23:56:45.022Z] ++ dirname cmd/core-data/Dockerfile [2020-12-14T23:56:45.022Z] ++ cut -d/ -f2 [2020-12-14T23:56:45.022Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-14T23:56:45.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-14T23:56:45.022Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-14T23:56:45.022Z] ++ cut -d/ -f2 [2020-12-14T23:56:45.022Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-14T23:56:45.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-14T23:56:45.022Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-14T23:56:45.022Z] ++ cut -d/ -f2 [2020-12-14T23:56:45.022Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-14T23:56:45.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-14T23:56:45.022Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-14T23:56:45.022Z] ++ cut -d/ -f2 [2020-12-14T23:56:45.022Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-14T23:56:45.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-14T23:56:45.022Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-14T23:56:45.022Z] ++ cut -d/ -f2 [2020-12-14T23:56:45.022Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-14T23:56:45.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-14T23:56:45.022Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-14T23:56:45.022Z] ++ cut -d/ -f2 [2020-12-14T23:56:45.022Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-14T23:56:45.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-14T23:56:45.022Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-14T23:56:45.022Z] ++ cut -d/ -f2 [2020-12-14T23:56:45.022Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-14T23:56:45.022Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-14T23:56:45.022Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-14T23:56:45.022Z] ++ cut -d/ -f2 [2020-12-14T23:56:45.022Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-14T23:56:45.101Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-12-14T23:56:46.709Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-14T23:56:46.709Z] [2020-12-14T23:56:46.709Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-14T23:56:47.063Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-14T23:56:47.063Z] latest: Pulling from edgex-devops/git-semver [2020-12-14T23:56:47.063Z] 31603596830f: Pulling fs layer [2020-12-14T23:56:47.064Z] 2a8b12db71e7: Pulling fs layer [2020-12-14T23:56:47.064Z] 6ca5941a6612: Pulling fs layer [2020-12-14T23:56:47.064Z] ecc8261a40a4: Pulling fs layer [2020-12-14T23:56:47.064Z] ecc8261a40a4: Waiting [2020-12-14T23:56:47.064Z] 2a8b12db71e7: Verifying Checksum [2020-12-14T23:56:47.064Z] 2a8b12db71e7: Download complete [2020-12-14T23:56:47.334Z] 31603596830f: Verifying Checksum [2020-12-14T23:56:47.334Z] 31603596830f: Download complete [2020-12-14T23:56:47.334Z] ecc8261a40a4: Verifying Checksum [2020-12-14T23:56:47.334Z] ecc8261a40a4: Download complete [2020-12-14T23:56:47.334Z] 6ca5941a6612: Verifying Checksum [2020-12-14T23:56:47.334Z] 6ca5941a6612: Download complete [2020-12-14T23:56:47.599Z] 31603596830f: Pull complete [2020-12-14T23:56:47.862Z] 2a8b12db71e7: Pull complete [2020-12-14T23:56:48.446Z] 6ca5941a6612: Pull complete [2020-12-14T23:56:49.021Z] ecc8261a40a4: Pull complete [2020-12-14T23:56:49.021Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-14T23:56:49.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-14T23:56:49.021Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-14T23:56:49.152Z] prd-centos7-docker-4c-2g-15968 does not seem to be running inside a container [2020-12-14T23:56:49.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:10004/edgex-devops/git-semver:latest cat [2020-12-14T23:56:51.673Z] $ docker top 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-14T23:56:51.967Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-14T23:56:51.967Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-14T23:56:52.190Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-14T23:56:52.196Z] $ docker exec 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 ssh-agent [2020-12-14T23:56:52.358Z] SSH_AUTH_SOCK=/tmp/ssh-uH8tKGguntcX/agent.11 [2020-12-14T23:56:52.359Z] SSH_AGENT_PID=17 [2020-12-14T23:56:52.371Z] Running ssh-add (command line suppressed) [2020-12-14T23:56:52.494Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_1479413957123634006.key (/w/workspace/edgex-go/10@tmp/private_key_1479413957123634006.key) [2020-12-14T23:56:52.545Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-14T23:56:52.883Z] + git tag --points-at HEAD [Pipeline] } [2020-12-14T23:56:52.910Z] $ docker exec --env ******** --env ******** 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 ssh-agent -k [2020-12-14T23:56:53.030Z] unset SSH_AUTH_SOCK; [2020-12-14T23:56:53.030Z] unset SSH_AGENT_PID; [2020-12-14T23:56:53.030Z] echo Agent pid 17 killed; [2020-12-14T23:56:53.077Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-14T23:56:53.209Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-14T23:56:53.209Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-14T23:56:53.378Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-14T23:56:53.384Z] $ docker exec 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 ssh-agent [2020-12-14T23:56:53.548Z] SSH_AUTH_SOCK=/tmp/ssh-Ty6oRY4cn5Ph/agent.47 [2020-12-14T23:56:53.548Z] SSH_AGENT_PID=52 [2020-12-14T23:56:53.556Z] Running ssh-add (command line suppressed) [2020-12-14T23:56:53.676Z] Identity added: /w/workspace/edgex-go/10@tmp/private_key_6552919828134235509.key (/w/workspace/edgex-go/10@tmp/private_key_6552919828134235509.key) [2020-12-14T23:56:53.726Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-14T23:56:54.066Z] + git semver init [2020-12-14T23:56:54.066Z] # -> Open(): unable to determine branch for HEAD [2020-12-14T23:56:54.066Z] # $GIT_DIR = /w/workspace/edgex-go/10/.git [2020-12-14T23:56:54.066Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/10 [2020-12-14T23:56:54.066Z] # $SEMVER_REMOTE_NAME = origin [2020-12-14T23:56:54.066Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-14T23:56:54.066Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-14T23:56:54.066Z] # $SEMVER_BRANCH = PR-2913 [2020-12-14T23:56:54.066Z] # $SEMVER_TEMP = /tmp/semver-012206321 [2020-12-14T23:56:54.066Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-14T23:57:12.325Z] # '/tmp/semver-012206321' -> '/w/workspace/edgex-go/10/.semver' [2020-12-14T23:57:12.325Z] # -> Force: false [2020-12-14T23:57:12.325Z] # $SEMVER_DIR = /w/workspace/edgex-go/10/.semver [Pipeline] } [2020-12-14T23:57:12.341Z] $ docker exec --env ******** --env ******** 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 ssh-agent -k [2020-12-14T23:57:12.569Z] unset SSH_AUTH_SOCK; [2020-12-14T23:57:12.570Z] unset SSH_AGENT_PID; [2020-12-14T23:57:12.570Z] echo Agent pid 52 killed; [2020-12-14T23:57:12.638Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-14T23:57:13.114Z] + git semver [Pipeline] } [2020-12-14T23:57:13.133Z] $ docker stop --time=1 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 [2020-12-14T23:57:14.722Z] $ docker rm -f 2cf41977eb17aeaa083e23f804a88df1d2755ea44311cf44c4f523400c5869e3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-14T23:57:15.250Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-14T23:57:15.742Z] Stashed 1 file(s) [Pipeline] echo [2020-12-14T23:57:15.745Z] [edgeXSemver]: initialized semver on version 0.0.0 [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] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-14T23:57:16.932Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-14T23:57:17.231Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-14T23:57:17.532Z] + sudo service docker restart [2020-12-14T23:57:17.532Z] + true [2020-12-14T23:57:17.532Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-14T23:57:18.504Z] ========================================================= [2020-12-14T23:57:18.504Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-14T23:57:18.504Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-14T23:57:18.846Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-12-14T23:57:22.166Z] Sending build context to Docker daemon 326.3MB [2020-12-14T23:57:22.166Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-14T23:57:22.166Z] Step 2/7 : FROM ${BASE} [2020-12-14T23:57:22.166Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-14T23:57:22.166Z] 188c0c94c7c5: Pulling fs layer [2020-12-14T23:57:22.166Z] 0ef7d3d256c8: Pulling fs layer [2020-12-14T23:57:22.166Z] de9db76c5a1d: Pulling fs layer [2020-12-14T23:57:22.166Z] bca2f99d35d6: Pulling fs layer [2020-12-14T23:57:22.166Z] 93359f2a8cfa: Pulling fs layer [2020-12-14T23:57:22.166Z] 7c6f9722023f: Pulling fs layer [2020-12-14T23:57:22.166Z] a35cf1a2eb13: Pulling fs layer [2020-12-14T23:57:22.166Z] bca2f99d35d6: Waiting [2020-12-14T23:57:22.166Z] 93359f2a8cfa: Waiting [2020-12-14T23:57:22.166Z] 7c6f9722023f: Waiting [2020-12-14T23:57:22.166Z] a35cf1a2eb13: Waiting [2020-12-14T23:57:22.166Z] de9db76c5a1d: Download complete [2020-12-14T23:57:22.166Z] 0ef7d3d256c8: Verifying Checksum [2020-12-14T23:57:22.166Z] 0ef7d3d256c8: Download complete [2020-12-14T23:57:22.166Z] 93359f2a8cfa: Download complete [2020-12-14T23:57:22.166Z] 188c0c94c7c5: Verifying Checksum [2020-12-14T23:57:22.166Z] 188c0c94c7c5: Download complete [2020-12-14T23:57:22.166Z] 7c6f9722023f: Verifying Checksum [2020-12-14T23:57:22.166Z] 7c6f9722023f: Download complete [2020-12-14T23:57:22.747Z] 188c0c94c7c5: Pull complete [2020-12-14T23:57:22.747Z] 0ef7d3d256c8: Pull complete [2020-12-14T23:57:23.010Z] de9db76c5a1d: Pull complete [2020-12-14T23:57:24.407Z] a35cf1a2eb13: Verifying Checksum [2020-12-14T23:57:24.407Z] a35cf1a2eb13: Download complete [2020-12-14T23:57:25.356Z] bca2f99d35d6: Verifying Checksum [2020-12-14T23:57:25.356Z] bca2f99d35d6: Download complete [2020-12-14T23:57:30.677Z] bca2f99d35d6: Pull complete [2020-12-14T23:57:30.941Z] 93359f2a8cfa: Pull complete [2020-12-14T23:57:30.941Z] 7c6f9722023f: Pull complete [2020-12-14T23:57:31.358Z] Still waiting to schedule task [2020-12-14T23:57:31.358Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-12-14T23:57:35.166Z] a35cf1a2eb13: Pull complete [2020-12-14T23:57:35.167Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-14T23:57:35.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-14T23:57:35.167Z] ---> a62c8e92a672 [2020-12-14T23:57:35.167Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-14T23:57:35.432Z] ---> Running in 59c522f4bb56 [2020-12-14T23:57:36.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-14T23:57:37.396Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-14T23:57:37.659Z] (1/12) Installing libmagic (5.38-r0) [2020-12-14T23:57:37.921Z] (2/12) Installing file (5.38-r0) [2020-12-14T23:57:37.921Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-14T23:57:38.183Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-14T23:57:46.341Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-14T23:57:46.605Z] (6/12) Installing patch (2.7.6-r6) [2020-12-14T23:57:46.605Z] (7/12) Installing build-base (0.5-r2) [2020-12-14T23:57:46.605Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-14T23:57:46.867Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-14T23:57:46.867Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-14T23:57:46.867Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-14T23:57:47.129Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-14T23:57:47.129Z] Executing busybox-1.31.1-r19.trigger [2020-12-14T23:57:47.129Z] OK: 233 MiB in 51 packages [2020-12-14T23:57:52.443Z] Removing intermediate container 59c522f4bb56 [2020-12-14T23:57:52.443Z] ---> c665fe28aea6 [2020-12-14T23:57:52.443Z] Step 4/7 : WORKDIR /edgex-go [2020-12-14T23:57:52.443Z] ---> Running in 13651a93a7d0 [2020-12-14T23:57:52.443Z] Removing intermediate container 13651a93a7d0 [2020-12-14T23:57:52.443Z] ---> aa9c3c8274a9 [2020-12-14T23:57:52.443Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-14T23:57:52.705Z] latest: Pulling from library/docker [2020-12-14T23:57:52.967Z] 05e7bc50f07f: Pulling fs layer [2020-12-14T23:57:52.967Z] 6db28d0fdbf6: Pulling fs layer [2020-12-14T23:57:52.967Z] 292df0bc6bf3: Pulling fs layer [2020-12-14T23:57:52.967Z] 2e060f4bd70b: Pulling fs layer [2020-12-14T23:57:52.967Z] 80e8d568a223: Pulling fs layer [2020-12-14T23:57:52.967Z] 8dc6ef1a942a: Pulling fs layer [2020-12-14T23:57:52.967Z] 2312dd95470a: Pulling fs layer [2020-12-14T23:57:52.967Z] 8dc6ef1a942a: Waiting [2020-12-14T23:57:52.967Z] 2312dd95470a: Waiting [2020-12-14T23:57:52.967Z] 80e8d568a223: Waiting [2020-12-14T23:57:52.967Z] 2e060f4bd70b: Waiting [2020-12-14T23:57:52.967Z] 292df0bc6bf3: Verifying Checksum [2020-12-14T23:57:52.967Z] 292df0bc6bf3: Download complete [2020-12-14T23:57:52.967Z] 6db28d0fdbf6: Verifying Checksum [2020-12-14T23:57:52.967Z] 6db28d0fdbf6: Download complete [2020-12-14T23:57:52.967Z] 05e7bc50f07f: Download complete [2020-12-14T23:57:53.233Z] 80e8d568a223: Verifying Checksum [2020-12-14T23:57:53.233Z] 80e8d568a223: Download complete [2020-12-14T23:57:53.233Z] 8dc6ef1a942a: Verifying Checksum [2020-12-14T23:57:53.233Z] 8dc6ef1a942a: Download complete [2020-12-14T23:57:53.233Z] 2312dd95470a: Verifying Checksum [2020-12-14T23:57:53.233Z] 2312dd95470a: Download complete [2020-12-14T23:57:53.233Z] 05e7bc50f07f: Pull complete [2020-12-14T23:57:53.500Z] 6db28d0fdbf6: Pull complete [2020-12-14T23:57:53.762Z] 292df0bc6bf3: Pull complete [2020-12-14T23:57:54.027Z] 2e060f4bd70b: Verifying Checksum [2020-12-14T23:57:54.027Z] 2e060f4bd70b: Download complete [2020-12-14T23:57:56.592Z] 2e060f4bd70b: Pull complete [2020-12-14T23:57:56.592Z] 80e8d568a223: Pull complete [2020-12-14T23:57:56.854Z] 8dc6ef1a942a: Pull complete [2020-12-14T23:57:56.854Z] 2312dd95470a: Pull complete [2020-12-14T23:57:56.854Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-14T23:57:56.854Z] Status: Downloaded newer image for docker:latest [2020-12-14T23:57:58.246Z] ---> ad18be1e4843 [2020-12-14T23:57:58.246Z] Step 6/7 : COPY go.mod . [2020-12-14T23:57:58.508Z] ---> 4c16fb24a0f0 [2020-12-14T23:57:58.508Z] Step 7/7 : RUN go mod download [2020-12-14T23:57:58.770Z] ---> Running in 2371e8af3c09 [2020-12-14T23:58:20.783Z] Removing intermediate container 2371e8af3c09 [2020-12-14T23:58:20.783Z] ---> 93e87b56c817 [2020-12-14T23:58:20.783Z] Successfully built 93e87b56c817 [2020-12-14T23:58:20.783Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-14T23:58:21.099Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-14T23:58:21.099Z] . [Pipeline] withDockerContainer [2020-12-14T23:58:21.202Z] prd-centos7-docker-4c-2g-15968 does not seem to be running inside a container [2020-12-14T23:58:21.259Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat [2020-12-14T23:58:22.074Z] $ docker top e193c05224bd540e1f1954a1df9d95587f22c9e8bdc67e469500a209871b1552 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-14T23:58:22.582Z] + go version [2020-12-14T23:58:22.582Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-14T23:58:22.600Z] $ docker stop --time=1 e193c05224bd540e1f1954a1df9d95587f22c9e8bdc67e469500a209871b1552 [2020-12-14T23:58:23.954Z] $ docker rm -f e193c05224bd540e1f1954a1df9d95587f22c9e8bdc67e469500a209871b1552 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-14T23:58:24.950Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-14T23:58:24.950Z] . [Pipeline] withDockerContainer [2020-12-14T23:58:25.051Z] prd-centos7-docker-4c-2g-15968 does not seem to be running inside a container [2020-12-14T23:58:25.101Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-x86_64 cat [2020-12-14T23:58:25.724Z] $ docker top be5f4662500e11f9a2121c6777d9394f8f259df6cad995a81216e54519ee42b6 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-14T23:58:25.914Z] ========================================================= [2020-12-14T23:58:25.914Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-14T23:58:25.914Z] ========================================================= [Pipeline] sh [2020-12-14T23:58:26.205Z] + make test [2020-12-14T23:58:26.205Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-14T23:58:34.425Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-14T23:58:49.491Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-14T23:58:56.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-14T23:58:56.126Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-14T23:58:56.126Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-14T23:58:56.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-14T23:58:56.126Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-14T23:58:56.398Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-14T23:58:56.672Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-14T23:58:57.269Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-14T23:58:57.535Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-14T23:58:58.502Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-14T23:58:58.502Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-14T23:58:58.502Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-14T23:59:01.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.090s coverage: 46.6% of statements [2020-12-14T23:59:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-14T23:59:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-14T23:59:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-14T23:59:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-14T23:59:01.842Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-14T23:59:06.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.164s coverage: 27.1% of statements [2020-12-14T23:59:06.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-14T23:59:06.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-14T23:59:06.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-14T23:59:06.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-14T23:59:06.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-14T23:59:06.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-14T23:59:06.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2020-12-14T23:59:06.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-14T23:59:06.097Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.048s coverage: 100.0% of statements [2020-12-14T23:59:06.097Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-14T23:59:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-14T23:59:06.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.102s coverage: 68.2% of statements [2020-12-14T23:59:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-14T23:59:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-14T23:59:06.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.123s coverage: 82.6% of statements [2020-12-14T23:59:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-14T23:59:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-14T23:59:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-14T23:59:06.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-14T23:59:06.694Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.358s coverage: 28.6% of statements [2020-12-14T23:59:06.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-14T23:59:06.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-14T23:59:06.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-14T23:59:06.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-14T23:59:06.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-14T23:59:06.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements [2020-12-14T23:59:06.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-14T23:59:06.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.050s coverage: 100.0% of statements [2020-12-14T23:59:06.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-14T23:59:07.563Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements [2020-12-14T23:59:07.563Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-14T23:59:08.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements [2020-12-14T23:59:08.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-14T23:59:08.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.086s coverage: 78.3% of statements [2020-12-14T23:59:08.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-14T23:59:08.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-14T23:59:08.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-14T23:59:08.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-14T23:59:10.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.303s coverage: 93.8% of statements [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-14T23:59:10.203Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.061s coverage: 58.8% of statements [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-14T23:59:10.203Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.063s coverage: 0.1% of statements [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-14T23:59:10.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-14T23:59:10.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 75.5% of statements [2020-12-14T23:59:10.203Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-14T23:59:10.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.096s coverage: 80.8% of statements [2020-12-14T23:59:10.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.076s coverage: 87.2% of statements [2020-12-14T23:59:10.203Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2020-12-14T23:59:10.800Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.083s coverage: 91.4% of statements [2020-12-14T23:59:10.800Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-14T23:59:11.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.199s coverage: 63.5% of statements [2020-12-14T23:59:11.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-14T23:59:11.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-14T23:59:11.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2020-12-14T23:59:11.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2020-12-14T23:59:11.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements [2020-12-14T23:59:11.651Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2020-12-14T23:59:11.916Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2020-12-14T23:59:13.332Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.330s coverage: 55.9% of statements [2020-12-14T23:59:13.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-14T23:59:13.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-14T23:59:13.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-14T23:59:13.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-14T23:59:13.332Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-14T23:59:13.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.101s coverage: 37.0% of statements [2020-12-14T23:59:13.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-14T23:59:13.599Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-14T23:59:13.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.315s coverage: 84.0% of statements [2020-12-14T23:59:13.599Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2020-12-14T23:59:15.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.114s coverage: 47.1% of statements [2020-12-14T23:59:15.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-14T23:59:15.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-14T23:59:15.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.037s coverage: 100.0% of statements [2020-12-14T23:59:15.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-14T23:59:15.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-14T23:59:15.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-14T23:59:15.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2020-12-14T23:59:15.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-14T23:59:15.562Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2020-12-14T23:59:15.562Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-14T23:59:17.525Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.638s coverage: 29.1% of statements [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-14T23:59:17.525Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.084s coverage: 99.0% of statements [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-14T23:59:17.525Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-14T23:59:17.525Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-14T23:59:17.525Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.030s coverage: 100.0% of statements [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-14T23:59:17.525Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-14T23:59:17.525Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-14T23:59:17.525Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2020-12-14T23:59:17.525Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2020-12-14T23:59:17.795Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2020-12-14T23:59:18.066Z] GO111MODULE=on go vet ./... [2020-12-14T23:59:24.774Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15969 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws [2020-12-14T23:59:24.828Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2020-12-14T23:59:29.771Z] using credential edgex-jenkins-ssh [2020-12-14T23:59:29.833Z] Cloning the remote Git repository [2020-12-14T23:59:29.893Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-14T23:59:30.005Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2020-12-14T23:59:30.075Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-14T23:59:30.077Z] > git --version # timeout=10 [2020-12-14T23:59:30.104Z] > git --version # 'git version 2.17.1' [2020-12-14T23:59:30.105Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T23:59:30.184Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-14T23:59:40.190Z] gofmt -l . [2020-12-14T23:59:40.767Z] [ "`gofmt -l .`" = "" ] [2020-12-14T23:59:41.344Z] ./bin/test-go-mod-tidy.sh [2020-12-14T23:59:41.925Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-14T23:59:43.621Z] + ls -al . [2020-12-14T23:59:43.621Z] total 636 [2020-12-14T23:59:43.621Z] drwxrwxr-x 10 1001 1001 4096 Dec 14 23:59 . [2020-12-14T23:59:43.621Z] drwxr-xr-x 4 root root 30 Dec 14 23:58 .. [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 11 Dec 14 23:56 .dockerignore [2020-12-14T23:59:43.621Z] drwxrwxr-x 8 1001 1001 179 Dec 14 23:56 .git [2020-12-14T23:59:43.621Z] drwxrwxr-x 3 1001 1001 125 Dec 14 23:56 .github [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 848 Dec 14 23:56 .gitignore [2020-12-14T23:59:43.621Z] drwx------ 3 1001 1001 47 Dec 14 23:57 .semver [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 166 Dec 14 23:56 .sonarcloud.properties [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 3804 Dec 14 23:56 CONTRIBUTING.md [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 1035 Dec 14 23:56 Dockerfile.build [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 863 Dec 14 23:56 Jenkinsfile [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 10775 Dec 14 23:56 LICENSE [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 5750 Dec 14 23:56 Makefile [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 6596 Dec 14 23:56 README.md [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 6744 Dec 14 23:56 SECURITY.md [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 5 Dec 14 23:57 VERSION [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 4131 Dec 14 23:56 ZMQWindows.md [2020-12-14T23:59:43.621Z] drwxrwxr-x 2 1001 1001 117 Dec 14 23:56 bin [2020-12-14T23:59:43.621Z] drwxrwxr-x 14 1001 1001 4096 Dec 14 23:56 cmd [2020-12-14T23:59:43.621Z] -rw-r--r-- 1 root root 539778 Dec 14 23:59 coverage.out [2020-12-14T23:59:43.621Z] -rw-r--r-- 1 root root 1041 Dec 14 23:59 go.mod [2020-12-14T23:59:43.621Z] -rw-r--r-- 1 root root 18856 Dec 14 23:59 go.sum [2020-12-14T23:59:43.621Z] drwxrwxr-x 8 1001 1001 127 Dec 14 23:56 internal [2020-12-14T23:59:43.621Z] drwxrwxr-x 4 1001 1001 26 Dec 14 23:56 openapi [2020-12-14T23:59:43.621Z] drwxrwxr-x 4 1001 1001 71 Dec 14 23:56 snap [2020-12-14T23:59:43.621Z] -rw-rw-r-- 1 1001 1001 168 Dec 14 23:56 version.go [Pipeline] sh [2020-12-14T23:59:43.926Z] + '[' -e coverage.out ] [2020-12-14T23:59:43.926Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-14T23:59:44.163Z] Stashed 1 file(s) [Pipeline] sh [2020-12-14T23:59:44.459Z] + make build [2020-12-14T23:59:44.459Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-14T23:59:45.050Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-14T23:59:45.080Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-14T23:59:45.103Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-14T23:59:46.006Z] Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-14T23:59:46.472Z] Merge succeeded, producing 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-14T23:59:46.473Z] Checking out Revision 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 (PR-2913) [2020-12-14T23:59:45.131Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-14T23:59:45.132Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T23:59:45.143Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-14T23:59:46.024Z] > git config core.sparsecheckout # timeout=10 [2020-12-14T23:59:46.036Z] > git checkout -f 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # timeout=10 [2020-12-14T23:59:46.335Z] > git remote # timeout=10 [2020-12-14T23:59:46.350Z] > git config --get remote.origin.url # timeout=10 [2020-12-14T23:59:46.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-14T23:59:46.423Z] > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 [2020-12-14T23:59:46.450Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-14T23:59:46.479Z] > git config core.sparsecheckout # timeout=10 [2020-12-14T23:59:46.510Z] > git checkout -f 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # timeout=10 [2020-12-14T23:59:47.798Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-14T23:59:50.887Z] Commit message: "build(snap): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-14T23:59:52.464Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-14T23:59:52.872Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-14T23:59:53.259Z] + sudo service docker restart [2020-12-14T23:59:53.259Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-14T23:59:55.335Z] provisioning config files... [2020-12-14T23:59:55.377Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/10@tmp/config4197393049787407790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-14T23:59:55.776Z] ---> docker-login.sh [2020-12-14T23:59:55.776Z] nexus3.edgexfoundry.org:10001 [2020-12-14T23:59:56.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-14T23:59:56.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T23:59:57.031Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-14T23:59:57.036Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T23:59:57.036Z] Configure a credential helper to remove this warning. See [2020-12-14T23:59:57.036Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T23:59:57.036Z] [2020-12-14T23:59:57.036Z] Login Succeeded [2020-12-14T23:59:57.036Z] nexus3.edgexfoundry.org:10002 [2020-12-14T23:59:57.309Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T23:59:57.309Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T23:59:57.309Z] Configure a credential helper to remove this warning. See [2020-12-14T23:59:57.309Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T23:59:57.309Z] [2020-12-14T23:59:57.309Z] Login Succeeded [2020-12-14T23:59:57.309Z] nexus3.edgexfoundry.org:10003 [2020-12-14T23:59:57.908Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T23:59:57.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T23:59:57.908Z] Configure a credential helper to remove this warning. See [2020-12-14T23:59:57.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T23:59:57.908Z] [2020-12-14T23:59:57.908Z] Login Succeeded [2020-12-14T23:59:57.908Z] nexus3.edgexfoundry.org:10004 [2020-12-14T23:59:58.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T23:59:58.433Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-14T23:59:58.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T23:59:58.452Z] Configure a credential helper to remove this warning. See [2020-12-14T23:59:58.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T23:59:58.452Z] [2020-12-14T23:59:58.452Z] Login Succeeded [2020-12-14T23:59:58.452Z] docker.io [2020-12-14T23:59:58.726Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-14T23:59:59.015Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-14T23:59:59.319Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-14T23:59:59.319Z] Configure a credential helper to remove this warning. See [2020-12-14T23:59:59.319Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-14T23:59:59.319Z] [2020-12-14T23:59:59.319Z] Login Succeeded [2020-12-14T23:59:59.319Z] ---> docker-login.sh ends [Pipeline] } [2020-12-14T23:59:59.336Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-14T23:59:59.764Z] ========================================================= [2020-12-14T23:59:59.764Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-14T23:59:59.764Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:00:00.147Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-12-15T00:00:00.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T00:00:01.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T00:00:02.166Z] Sending build context to Docker daemon 165.6MB [2020-12-15T00:00:02.166Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-15T00:00:02.166Z] Step 2/7 : FROM ${BASE} [2020-12-15T00:00:02.446Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-15T00:00:02.446Z] 5f621e34cdf4: Pulling fs layer [2020-12-15T00:00:02.446Z] a4357932f1b6: Pulling fs layer [2020-12-15T00:00:02.446Z] 18c013af1878: Pulling fs layer [2020-12-15T00:00:02.446Z] 00ac8860ef70: Pulling fs layer [2020-12-15T00:00:02.446Z] 63d7cb157983: Pulling fs layer [2020-12-15T00:00:02.446Z] b116817d02f9: Pulling fs layer [2020-12-15T00:00:02.446Z] 745a02a5169b: Pulling fs layer [2020-12-15T00:00:02.446Z] 00ac8860ef70: Waiting [2020-12-15T00:00:02.446Z] 63d7cb157983: Waiting [2020-12-15T00:00:02.446Z] b116817d02f9: Waiting [2020-12-15T00:00:02.446Z] 745a02a5169b: Waiting [2020-12-15T00:00:02.728Z] 18c013af1878: Verifying Checksum [2020-12-15T00:00:02.728Z] 18c013af1878: Download complete [2020-12-15T00:00:02.728Z] a4357932f1b6: Verifying Checksum [2020-12-15T00:00:02.728Z] a4357932f1b6: Download complete [2020-12-15T00:00:02.728Z] 63d7cb157983: Download complete [2020-12-15T00:00:02.869Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T00:00:03.010Z] b116817d02f9: Verifying Checksum [2020-12-15T00:00:03.010Z] b116817d02f9: Download complete [2020-12-15T00:00:03.010Z] 5f621e34cdf4: Verifying Checksum [2020-12-15T00:00:03.010Z] 5f621e34cdf4: Download complete [2020-12-15T00:00:03.616Z] 5f621e34cdf4: Pull complete [2020-12-15T00:00:03.861Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T00:00:04.224Z] a4357932f1b6: Pull complete [2020-12-15T00:00:04.819Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T00:00:04.831Z] 18c013af1878: Pull complete [2020-12-15T00:00:06.224Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T00:00:06.278Z] 745a02a5169b: Verifying Checksum [Pipeline] } [2020-12-15T00:00:07.222Z] $ docker stop --time=1 be5f4662500e11f9a2121c6777d9394f8f259df6cad995a81216e54519ee42b6 [2020-12-15T00:00:07.279Z] 00ac8860ef70: Verifying Checksum [2020-12-15T00:00:07.279Z] 00ac8860ef70: Download complete [2020-12-15T00:00:08.898Z] $ docker rm -f be5f4662500e11f9a2121c6777d9394f8f259df6cad995a81216e54519ee42b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:00:12.816Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T00:00:12.817Z] [2020-12-15T00:00:12.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:00:13.223Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T00:00:13.223Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-15T00:00:13.223Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-15T00:00:13.223Z] ca9280d653b3: Pulling fs layer [2020-12-15T00:00:13.223Z] 7e9c9ca2126c: Pulling fs layer [2020-12-15T00:00:13.488Z] cbdbe7a5bc2a: Download complete [2020-12-15T00:00:13.766Z] cbdbe7a5bc2a: Pull complete [2020-12-15T00:00:13.766Z] ca9280d653b3: Verifying Checksum [2020-12-15T00:00:13.766Z] ca9280d653b3: Download complete [2020-12-15T00:00:14.735Z] ca9280d653b3: Pull complete [2020-12-15T00:00:14.735Z] 7e9c9ca2126c: Download complete [2020-12-15T00:00:17.613Z] 00ac8860ef70: Pull complete [2020-12-15T00:00:17.887Z] 63d7cb157983: Pull complete [2020-12-15T00:00:18.162Z] b116817d02f9: Pull complete [2020-12-15T00:00:22.487Z] 745a02a5169b: Pull complete [2020-12-15T00:00:22.487Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-15T00:00:22.487Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-15T00:00:22.487Z] ---> b7e6874047d6 [2020-12-15T00:00:22.487Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-15T00:00:22.910Z] 7e9c9ca2126c: Pull complete [2020-12-15T00:00:22.910Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-15T00:00:22.910Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T00:00:22.910Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-12-15T00:00:23.049Z] prd-centos7-docker-4c-2g-15968 does not seem to be running inside a container [2020-12-15T00:00:23.110Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-15T00:00:24.458Z] $ docker top 95ee58ccdc3a4f84ad84a0bbed29affdc8c78ac91f4f24012691634f27de4ebb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:00:24.984Z] + docker-compose build --help [2020-12-15T00:00:24.984Z] + grep parallel [2020-12-15T00:00:25.130Z] ---> Running in 740d354a71a0 [2020-12-15T00:00:25.934Z] --parallel Build images in parallel. [Pipeline] } [2020-12-15T00:00:25.953Z] $ docker stop --time=1 95ee58ccdc3a4f84ad84a0bbed29affdc8c78ac91f4f24012691634f27de4ebb [2020-12-15T00:00:26.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:00:27.181Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:00:27.297Z] $ docker rm -f 95ee58ccdc3a4f84ad84a0bbed29affdc8c78ac91f4f24012691634f27de4ebb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:00:28.051Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-15T00:00:28.051Z] . [Pipeline] withDockerContainer [2020-12-15T00:00:28.147Z] prd-centos7-docker-4c-2g-15968 does not seem to be running inside a container [2020-12-15T00:00:28.180Z] (1/12) Installing libmagic (5.38-r0) [2020-12-15T00:00:28.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-devops/edgex-compose:latest cat [2020-12-15T00:00:28.453Z] (2/12) Installing file (5.38-r0) [2020-12-15T00:00:28.453Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-15T00:00:28.726Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-15T00:00:28.946Z] $ docker top e66a6139847eda682d654d28fe755b143426ed1e66dd70439364dc78c317c8a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:00:29.453Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T00:00:30.400Z] Building docker-core-command-go ... [2020-12-15T00:00:30.400Z] Building docker-core-data-go ... [2020-12-15T00:00:30.400Z] Building docker-core-metadata-go ... [2020-12-15T00:00:30.400Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T00:00:30.400Z] Building docker-security-proxy-setup-go ... [2020-12-15T00:00:30.400Z] Building docker-security-secretstore-setup-go ... [2020-12-15T00:00:30.400Z] Building docker-support-notifications-go ... [2020-12-15T00:00:30.400Z] Building docker-support-scheduler-go ... [2020-12-15T00:00:30.400Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T00:00:30.400Z] Building docker-core-metadata-go [2020-12-15T00:00:30.400Z] Building docker-security-proxy-setup-go [2020-12-15T00:00:30.400Z] Building docker-security-bootstrap-redis-go [2020-12-15T00:00:30.400Z] Building docker-sys-mgmt-agent-go [2020-12-15T00:00:30.400Z] Building docker-core-command-go [2020-12-15T00:00:38.879Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-15T00:00:38.879Z] (6/12) Installing patch (2.7.6-r6) [2020-12-15T00:00:38.879Z] (7/12) Installing build-base (0.5-r2) [2020-12-15T00:00:38.879Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-15T00:00:38.879Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-15T00:00:38.879Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-15T00:00:38.879Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-15T00:00:38.879Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-15T00:00:38.879Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:00:38.879Z] OK: 217 MiB in 51 packages [2020-12-15T00:00:42.281Z] Removing intermediate container 740d354a71a0 [2020-12-15T00:00:42.281Z] ---> 63d3ed61b649 [2020-12-15T00:00:42.281Z] Step 4/7 : WORKDIR /edgex-go [2020-12-15T00:00:42.281Z] ---> Running in 2de378686269 [2020-12-15T00:00:42.554Z] Removing intermediate container 2de378686269 [2020-12-15T00:00:42.554Z] ---> e9592d3ed909 [2020-12-15T00:00:42.554Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-15T00:00:43.536Z] latest: Pulling from library/docker [2020-12-15T00:00:43.536Z] a3cc7d3b244e: Pulling fs layer [2020-12-15T00:00:43.536Z] 02a3295e0d61: Pulling fs layer [2020-12-15T00:00:43.536Z] 0f4f2e6d8100: Pulling fs layer [2020-12-15T00:00:43.536Z] 330b718f631f: Pulling fs layer [2020-12-15T00:00:43.536Z] a93816041522: Pulling fs layer [2020-12-15T00:00:43.536Z] bdb6da89ff94: Pulling fs layer [2020-12-15T00:00:43.536Z] 2a70c0c122f4: Pulling fs layer [2020-12-15T00:00:43.536Z] 330b718f631f: Waiting [2020-12-15T00:00:43.536Z] a93816041522: Waiting [2020-12-15T00:00:43.536Z] bdb6da89ff94: Waiting [2020-12-15T00:00:43.536Z] 2a70c0c122f4: Waiting [2020-12-15T00:00:43.536Z] a3cc7d3b244e: Verifying Checksum [2020-12-15T00:00:43.536Z] 02a3295e0d61: Verifying Checksum [2020-12-15T00:00:43.536Z] 02a3295e0d61: Download complete [2020-12-15T00:00:43.536Z] 0f4f2e6d8100: Verifying Checksum [2020-12-15T00:00:43.536Z] 0f4f2e6d8100: Download complete [2020-12-15T00:00:43.817Z] a93816041522: Verifying Checksum [2020-12-15T00:00:43.817Z] a93816041522: Download complete [2020-12-15T00:00:43.817Z] bdb6da89ff94: Verifying Checksum [2020-12-15T00:00:43.817Z] bdb6da89ff94: Download complete [2020-12-15T00:00:43.817Z] 2a70c0c122f4: Verifying Checksum [2020-12-15T00:00:43.817Z] 2a70c0c122f4: Download complete [2020-12-15T00:00:44.418Z] a3cc7d3b244e: Pull complete [2020-12-15T00:00:45.025Z] 02a3295e0d61: Pull complete [2020-12-15T00:00:45.301Z] 0f4f2e6d8100: Pull complete [2020-12-15T00:00:45.576Z] 330b718f631f: Verifying Checksum [2020-12-15T00:00:45.576Z] 330b718f631f: Download complete [2020-12-15T00:00:49.901Z] 330b718f631f: Pull complete [2020-12-15T00:00:49.901Z] a93816041522: Pull complete [2020-12-15T00:00:50.177Z] bdb6da89ff94: Pull complete [2020-12-15T00:00:50.457Z] 2a70c0c122f4: Pull complete [2020-12-15T00:00:50.457Z] Digest: sha256:11663df6a04f355f0d726c8ae20de03ee3b1ef1008bbb63027d0e13b137a8186 [2020-12-15T00:00:50.457Z] Status: Downloaded newer image for docker:latest [2020-12-15T00:00:53.893Z] ---> 77eca0aa7bef [2020-12-15T00:00:53.893Z] Step 6/7 : COPY go.mod . [2020-12-15T00:00:54.167Z] ---> 15e896fc1a8d [2020-12-15T00:00:54.167Z] Step 7/7 : RUN go mod download [2020-12-15T00:00:54.440Z] ---> Running in adb10398f85c [2020-12-15T00:00:57.199Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:00:57.199Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:00:57.199Z] ---> 93e87b56c817 [2020-12-15T00:00:57.199Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T00:00:57.801Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:00:57.801Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:00:57.801Z] ---> 93e87b56c817 [2020-12-15T00:00:57.801Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T00:00:58.066Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:00:58.066Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:00:58.066Z] ---> 93e87b56c817 [2020-12-15T00:00:58.066Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:00:58.066Z] ---> Running in 003135d355a3 [2020-12-15T00:00:58.566Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:00:58.566Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:00:58.566Z] ---> 93e87b56c817 [2020-12-15T00:00:58.566Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:00:58.833Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:00:58.833Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:00:58.833Z] ---> 93e87b56c817 [2020-12-15T00:00:58.833Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:00:58.833Z] ---> Running in a0ab36ac200b [2020-12-15T00:00:58.833Z] ---> Running in e58d3bede4e6 [2020-12-15T00:00:58.833Z] ---> Running in 35553997ddff [2020-12-15T00:00:58.833Z] ---> Running in cb51237455e9 [2020-12-15T00:00:59.411Z] Removing intermediate container 003135d355a3 [2020-12-15T00:00:59.411Z] ---> f48fe68dcb8d [2020-12-15T00:00:59.411Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:00:59.411Z] Removing intermediate container 35553997ddff [2020-12-15T00:00:59.411Z] ---> cf6e6723c4b0 [2020-12-15T00:00:59.411Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:00:59.411Z] Removing intermediate container a0ab36ac200b [2020-12-15T00:00:59.411Z] ---> b4ee9e941612 [2020-12-15T00:00:59.411Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:00:59.411Z] Removing intermediate container cb51237455e9 [2020-12-15T00:00:59.411Z] ---> a8a675a429c9 [2020-12-15T00:00:59.411Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:00:59.411Z] Removing intermediate container e58d3bede4e6 [2020-12-15T00:00:59.411Z] ---> bfd7b2b22f1a [2020-12-15T00:00:59.411Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:00:59.411Z] ---> Running in c2a88d13832b [2020-12-15T00:00:59.411Z] ---> Running in 19e9cae759a0 [2020-12-15T00:00:59.411Z] ---> Running in 1e089bdf1cc6 [2020-12-15T00:00:59.411Z] ---> Running in 37ba16181d5b [2020-12-15T00:00:59.684Z] ---> Running in 69ea9cac9d44 [2020-12-15T00:01:01.637Z] Removing intermediate container c2a88d13832b [2020-12-15T00:01:01.637Z] ---> 9339334da6fb [2020-12-15T00:01:01.637Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:01:01.637Z] Removing intermediate container 19e9cae759a0 [2020-12-15T00:01:01.637Z] ---> 1000bff95fc5 [2020-12-15T00:01:01.637Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T00:01:01.900Z] ---> Running in c70c69bc8af1 [2020-12-15T00:01:01.900Z] Removing intermediate container 37ba16181d5b [2020-12-15T00:01:01.900Z] ---> e0f5586f7cf5 [2020-12-15T00:01:01.900Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T00:01:01.900Z] ---> Running in 87e592869e90 [2020-12-15T00:01:01.900Z] Removing intermediate container 1e089bdf1cc6 [2020-12-15T00:01:01.900Z] ---> bf7c2f973228 [2020-12-15T00:01:01.900Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:01:02.165Z] Removing intermediate container 69ea9cac9d44 [2020-12-15T00:01:02.165Z] ---> be6a7aa82223 [2020-12-15T00:01:02.165Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:01:02.165Z] ---> Running in 3ccc8edc3fa7 [2020-12-15T00:01:02.165Z] ---> Running in 4d8346ac90a2 [2020-12-15T00:01:02.431Z] ---> Running in 9492d4913097 [2020-12-15T00:01:02.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:01:02.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:01:02.961Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:01:03.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:01:03.225Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:01:03.487Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:01:03.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:01:03.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:01:04.012Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:01:04.013Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:01:04.281Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:01:04.281Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:01:04.281Z] OK: 12750 distinct packages available [2020-12-15T00:01:04.551Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:01:04.551Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:01:04.551Z] OK: 12750 distinct packages available [2020-12-15T00:01:04.551Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:01:04.551Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:01:04.551Z] OK: 12750 distinct packages available [2020-12-15T00:01:04.551Z] OK: 233 MiB in 51 packages [2020-12-15T00:01:04.828Z] OK: 233 MiB in 51 packages [2020-12-15T00:01:04.828Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:01:04.828Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:01:04.828Z] OK: 12750 distinct packages available [2020-12-15T00:01:04.828Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:01:04.828Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:01:04.828Z] OK: 12750 distinct packages available [2020-12-15T00:01:04.828Z] OK: 233 MiB in 51 packages [2020-12-15T00:01:05.094Z] OK: 233 MiB in 51 packages [2020-12-15T00:01:05.094Z] OK: 233 MiB in 51 packages [2020-12-15T00:01:05.362Z] Removing intermediate container c70c69bc8af1 [2020-12-15T00:01:05.362Z] ---> 9ce1440154c2 [2020-12-15T00:01:05.362Z] Step 6/22 : COPY go.mod . [2020-12-15T00:01:05.632Z] Removing intermediate container 87e592869e90 [2020-12-15T00:01:05.632Z] ---> c98236c47f38 [2020-12-15T00:01:05.632Z] Step 6/27 : COPY go.mod . [2020-12-15T00:01:05.895Z] ---> ea5e1b0dfffb [2020-12-15T00:01:05.895Z] Step 7/22 : RUN go mod download [2020-12-15T00:01:05.895Z] Removing intermediate container 3ccc8edc3fa7 [2020-12-15T00:01:05.895Z] ---> efcaa214e3c0 [2020-12-15T00:01:05.895Z] Step 6/21 : COPY go.mod . [2020-12-15T00:01:06.163Z] ---> Running in 597a573da35a [2020-12-15T00:01:06.163Z] Removing intermediate container 9492d4913097 [2020-12-15T00:01:06.163Z] ---> 819f19c84d79 [2020-12-15T00:01:06.163Z] Step 6/22 : COPY go.mod . [2020-12-15T00:01:06.163Z] ---> 0a86d69f8370 [2020-12-15T00:01:06.163Z] Step 7/27 : RUN go mod download [2020-12-15T00:01:06.163Z] Removing intermediate container 4d8346ac90a2 [2020-12-15T00:01:06.163Z] ---> f7d197a81758 [2020-12-15T00:01:06.163Z] Step 6/22 : COPY go.mod . [2020-12-15T00:01:06.430Z] ---> 31d5d0ee5b13 [2020-12-15T00:01:06.430Z] Step 7/21 : RUN go mod download [2020-12-15T00:01:06.430Z] ---> Running in 4a0ccc2844b5 [2020-12-15T00:01:06.694Z] ---> 7e4776d4c460 [2020-12-15T00:01:06.694Z] Step 7/22 : RUN go mod download [2020-12-15T00:01:06.694Z] ---> 4a29b136b510 [2020-12-15T00:01:06.694Z] Step 7/22 : RUN go mod download [2020-12-15T00:01:06.694Z] ---> Running in 2d779b29df23 [2020-12-15T00:01:06.957Z] ---> Running in 1d76e96c682a [2020-12-15T00:01:06.957Z] ---> Running in 85f608184c41 [2020-12-15T00:01:08.359Z] Removing intermediate container 4a0ccc2844b5 [2020-12-15T00:01:08.359Z] ---> 0bff5805315c [2020-12-15T00:01:08.359Z] Step 8/27 : COPY . . [2020-12-15T00:01:08.359Z] Removing intermediate container 597a573da35a [2020-12-15T00:01:08.359Z] ---> b701a89d4879 [2020-12-15T00:01:08.359Z] Step 8/22 : COPY . . [2020-12-15T00:01:13.687Z] Removing intermediate container 1d76e96c682a [2020-12-15T00:01:13.687Z] ---> 285f72794474 [2020-12-15T00:01:13.687Z] Step 8/22 : COPY . . [2020-12-15T00:01:21.258Z] Removing intermediate container adb10398f85c [2020-12-15T00:01:21.258Z] ---> b6e83fc8be33 [2020-12-15T00:01:21.258Z] Successfully built b6e83fc8be33 [2020-12-15T00:01:21.258Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:01:21.606Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T00:01:21.606Z] . [Pipeline] withDockerContainer [2020-12-15T00:01:21.882Z] prd-ubuntu18.04-docker-arm64-4c-16g-15969 does not seem to be running inside a container [2020-12-15T00:01:21.896Z] Removing intermediate container 85f608184c41 [2020-12-15T00:01:21.896Z] ---> 2e6fcaf2fdf3 [2020-12-15T00:01:21.896Z] Step 8/22 : COPY . . [2020-12-15T00:01:21.896Z] Removing intermediate container 2d779b29df23 [2020-12-15T00:01:21.896Z] ---> d2eb46fdbcdb [2020-12-15T00:01:21.896Z] Step 8/21 : COPY . . [2020-12-15T00:01:21.962Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat [2020-12-15T00:01:23.363Z] $ docker top 3c5466fb1089dd12cc733320a33d1a801523945aac09cbf0c12822425914edc5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:01:24.389Z] + go version [2020-12-15T00:01:24.389Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-15T00:01:24.411Z] $ docker stop --time=1 3c5466fb1089dd12cc733320a33d1a801523945aac09cbf0c12822425914edc5 [2020-12-15T00:01:26.327Z] $ docker rm -f 3c5466fb1089dd12cc733320a33d1a801523945aac09cbf0c12822425914edc5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:01:27.507Z] + docker inspect -f . ci-base-image-arm64 [2020-12-15T00:01:27.507Z] . [Pipeline] withDockerContainer [2020-12-15T00:01:27.771Z] prd-ubuntu18.04-docker-arm64-4c-16g-15969 does not seem to be running inside a container [2020-12-15T00:01:27.846Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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 ******** ci-base-image-arm64 cat [2020-12-15T00:01:29.352Z] $ docker top 8392615a663f4ecb83183538e38c809149510c1856fb61fd2a7050a37108e253 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-15T00:01:29.755Z] ========================================================= [2020-12-15T00:01:29.755Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-15T00:01:29.755Z] ========================================================= [Pipeline] sh [2020-12-15T00:01:30.411Z] + make test [2020-12-15T00:01:30.412Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-15T00:01:48.954Z] ---> 2609a18db82e [2020-12-15T00:01:48.954Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T00:01:48.954Z] ---> 9b5eb91e8439 [2020-12-15T00:01:48.954Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T00:01:50.920Z] ---> Running in 423cf9b70214 [2020-12-15T00:01:50.920Z] ---> Running in 1a7a9033e540 [2020-12-15T00:01:52.322Z] ---> 2b25d0e880a4 [2020-12-15T00:01:52.322Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T00:01:52.603Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-15T00:01:53.731Z] ---> Running in 96540e9f9dff [2020-12-15T00:01:55.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T00:01:55.133Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T00:01:55.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T00:01:55.714Z] ---> 491a2e0b8360 [2020-12-15T00:01:55.714Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T00:01:55.985Z] ---> d57d55d7379a [2020-12-15T00:01:55.985Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T00:01:55.985Z] ---> Running in 0320fce4c93b [2020-12-15T00:01:55.985Z] ---> Running in 1d1deea47765 [2020-12-15T00:01:56.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T00:01:56.962Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T00:02:23.719Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T00:02:29.092Z] Removing intermediate container 0320fce4c93b [2020-12-15T00:02:29.092Z] ---> b23a65111e41 [2020-12-15T00:02:29.092Z] [2020-12-15T00:02:29.092Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T00:02:29.092Z] Removing intermediate container 423cf9b70214 [2020-12-15T00:02:29.092Z] ---> b5e2931e529d [2020-12-15T00:02:29.092Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T00:02:29.092Z] 3.10: Pulling from library/alpine [2020-12-15T00:02:29.092Z] ---> Running in 8ac98de2d79c [2020-12-15T00:02:29.681Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T00:02:29.681Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T00:02:29.681Z] ---> be4e4bea2c2e [2020-12-15T00:02:29.681Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T00:02:30.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T00:02:31.669Z] ---> Running in 02b680cfc291 [2020-12-15T00:02:31.848Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-15T00:02:32.627Z] Removing intermediate container 1d1deea47765 [2020-12-15T00:02:32.627Z] ---> dfa514e7b597 [2020-12-15T00:02:32.627Z] [2020-12-15T00:02:32.627Z] Step 10/21 : FROM alpine [2020-12-15T00:02:32.627Z] latest: Pulling from library/alpine [2020-12-15T00:02:33.201Z] Removing intermediate container 96540e9f9dff [2020-12-15T00:02:33.201Z] ---> 351c0606c989 [2020-12-15T00:02:33.201Z] [2020-12-15T00:02:33.201Z] Step 10/22 : FROM scratch [2020-12-15T00:02:33.201Z] ---> [2020-12-15T00:02:33.201Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:02:33.201Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T00:02:33.469Z] Status: Downloaded newer image for alpine:latest [2020-12-15T00:02:33.469Z] ---> b14afc6dfb98 [2020-12-15T00:02:33.469Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T00:02:33.469Z] ---> Running in 239348af67cb [2020-12-15T00:02:33.742Z] ---> Running in f19c1136d8cb [2020-12-15T00:02:33.742Z] Removing intermediate container 239348af67cb [2020-12-15T00:02:33.742Z] ---> 38997dc4c3d8 [2020-12-15T00:02:33.742Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T00:02:34.316Z] ---> Running in e97b3ac3f970 [2020-12-15T00:02:34.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:02:34.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:02:34.578Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T00:02:34.578Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T00:02:34.578Z] OK: 10348 distinct packages available [2020-12-15T00:02:34.578Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T00:02:34.578Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T00:02:34.578Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T00:02:34.840Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T00:02:34.840Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T00:02:34.840Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T00:02:34.840Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T00:02:34.840Z] OK: 7 MiB in 19 packages [2020-12-15T00:02:35.106Z] Removing intermediate container 8ac98de2d79c [2020-12-15T00:02:35.106Z] ---> 638b85c1915c [2020-12-15T00:02:35.106Z] [2020-12-15T00:02:35.106Z] Step 11/27 : FROM docker:latest [2020-12-15T00:02:35.106Z] ---> aefe523efa57 [2020-12-15T00:02:35.106Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T00:02:37.035Z] Removing intermediate container e97b3ac3f970 [2020-12-15T00:02:37.035Z] ---> 362615e0924f [2020-12-15T00:02:37.035Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T00:02:37.035Z] Removing intermediate container 1a7a9033e540 [2020-12-15T00:02:37.035Z] ---> 5bafcaa77d7f [2020-12-15T00:02:37.035Z] [2020-12-15T00:02:37.035Z] Step 10/22 : FROM scratch [2020-12-15T00:02:37.035Z] ---> [2020-12-15T00:02:37.035Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:02:37.035Z] ---> Using cache [2020-12-15T00:02:37.035Z] ---> 38997dc4c3d8 [2020-12-15T00:02:37.035Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T00:02:37.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:02:37.035Z] ---> Running in 5d96111cfaf3 [2020-12-15T00:02:37.035Z] ---> Running in 1002f2cb8889 [2020-12-15T00:02:37.035Z] ---> Running in 9860ca2da7bb [2020-12-15T00:02:37.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:02:37.301Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:02:37.301Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:02:37.301Z] OK: 12747 distinct packages available [2020-12-15T00:02:37.301Z] Removing intermediate container 1002f2cb8889 [2020-12-15T00:02:37.301Z] ---> c0cc8ffde219 [2020-12-15T00:02:37.301Z] Step 14/22 : WORKDIR / [2020-12-15T00:02:37.564Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T00:02:37.564Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T00:02:37.564Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T00:02:37.564Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T00:02:37.564Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:02:37.564Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T00:02:37.827Z] OK: 7 MiB in 18 packages [2020-12-15T00:02:37.827Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:02:38.091Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:02:38.091Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T00:02:38.091Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T00:02:38.091Z] Executing bash-5.0.17-r0.post-install [2020-12-15T00:02:38.091Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:02:38.356Z] OK: 12 MiB in 22 packages [2020-12-15T00:02:38.356Z] Removing intermediate container 9860ca2da7bb [2020-12-15T00:02:38.356Z] ---> 50b3c78a0a41 [2020-12-15T00:02:38.356Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T00:02:38.356Z] ---> Running in 5cdf21b5d49e [2020-12-15T00:02:38.356Z] Removing intermediate container 02b680cfc291 [2020-12-15T00:02:38.356Z] ---> 3c30ae31d054 [2020-12-15T00:02:38.356Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T00:02:38.624Z] ---> Running in 24dedcd5d339 [2020-12-15T00:02:38.624Z] ---> Running in 082e7e82b0e2 [2020-12-15T00:02:38.888Z] Removing intermediate container 5cdf21b5d49e [2020-12-15T00:02:38.888Z] ---> 7d7eda32513b [2020-12-15T00:02:38.888Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T00:02:40.278Z] Removing intermediate container 24dedcd5d339 [2020-12-15T00:02:40.278Z] ---> acec8a5043c1 [2020-12-15T00:02:40.278Z] Step 14/22 : WORKDIR / [2020-12-15T00:02:40.278Z] Removing intermediate container 082e7e82b0e2 [2020-12-15T00:02:40.278Z] ---> 87a717b9e054 [2020-12-15T00:02:40.278Z] Step 13/22 : WORKDIR / [2020-12-15T00:02:40.278Z] ---> Running in 1aa42406f9dd [2020-12-15T00:02:40.278Z] Removing intermediate container 5d96111cfaf3 [2020-12-15T00:02:40.278Z] ---> cdacbfaaed6d [2020-12-15T00:02:40.278Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T00:02:40.278Z] ---> 454ce84a1840 [2020-12-15T00:02:40.278Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T00:02:40.278Z] Removing intermediate container f19c1136d8cb [2020-12-15T00:02:40.278Z] ---> 623ff2b5ee62 [2020-12-15T00:02:40.278Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T00:02:40.543Z] ---> Running in 2ae95a3fad99 [2020-12-15T00:02:40.543Z] ---> Running in 1bdb497d3f99 [2020-12-15T00:02:40.543Z] ---> Running in bb2cb5ba3e14 [2020-12-15T00:02:40.806Z] Removing intermediate container 1aa42406f9dd [2020-12-15T00:02:40.806Z] ---> 771ae4e4997e [2020-12-15T00:02:40.806Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T00:02:40.806Z] Removing intermediate container 2ae95a3fad99 [2020-12-15T00:02:40.806Z] ---> 6416e2d94cab [2020-12-15T00:02:40.806Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T00:02:41.077Z] ---> 8107be8a0ef4 [2020-12-15T00:02:41.077Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T00:02:41.077Z] Removing intermediate container bb2cb5ba3e14 [2020-12-15T00:02:41.077Z] ---> 4bc3a9694a8c [2020-12-15T00:02:41.077Z] ---> 26f3761e7fa3 [2020-12-15T00:02:41.077Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T00:02:41.077Z] Step 13/21 : WORKDIR /edgex [2020-12-15T00:02:41.342Z] ---> Running in 4f3a3c95bcaf [2020-12-15T00:02:41.342Z] ---> 578fa4ba9a1f [2020-12-15T00:02:41.342Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T00:02:41.605Z] ---> 43d534d3865a [2020-12-15T00:02:41.605Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T00:02:41.868Z] Removing intermediate container 4f3a3c95bcaf [2020-12-15T00:02:41.868Z] ---> f3aa13cb5a56 [2020-12-15T00:02:41.868Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T00:02:41.868Z] ---> Running in 581c5a922490 [2020-12-15T00:02:42.443Z] ---> f35bfb144dda [2020-12-15T00:02:42.443Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T00:02:42.443Z] ---> 0e171196f63b [2020-12-15T00:02:42.443Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T00:02:42.443Z] Removing intermediate container 1bdb497d3f99 [2020-12-15T00:02:42.443Z] ---> 96b97463b03c [2020-12-15T00:02:42.443Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T00:02:42.706Z] Removing intermediate container 581c5a922490 [2020-12-15T00:02:42.706Z] ---> 064e4e14c20f [2020-12-15T00:02:42.706Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:02:42.706Z] ---> Running in cd06b46ad957 [2020-12-15T00:02:42.706Z] ---> Running in a7197c588fba [2020-12-15T00:02:42.976Z] ---> 4c6cced8a8d3 [2020-12-15T00:02:42.976Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T00:02:42.976Z] ---> 973a5fc5c16b [2020-12-15T00:02:42.976Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T00:02:42.976Z] ---> 5b842677d224 [2020-12-15T00:02:42.976Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T00:02:42.976Z] ---> Running in 0e98c6f99feb [2020-12-15T00:02:43.239Z] Removing intermediate container a7197c588fba [2020-12-15T00:02:43.239Z] ---> e87069b1ac54 [2020-12-15T00:02:43.239Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T00:02:43.239Z] Removing intermediate container cd06b46ad957 [2020-12-15T00:02:43.239Z] ---> 224babf42c1b [2020-12-15T00:02:43.239Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T00:02:43.239Z] ---> 4abc648699c3 [2020-12-15T00:02:43.239Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T00:02:43.239Z] ---> Running in 3f1d0917d4dc [2020-12-15T00:02:43.502Z] Removing intermediate container 0e98c6f99feb [2020-12-15T00:02:43.502Z] ---> c7848545c929 [2020-12-15T00:02:43.502Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:02:43.502Z] ---> Running in 27ebf0b7adc3 [2020-12-15T00:02:43.503Z] ---> e0acc2e9d667 [2020-12-15T00:02:43.503Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T00:02:43.503Z] ---> Running in 290cd631e3d3 [2020-12-15T00:02:43.503Z] ---> Running in 37b7a00fd6fd [2020-12-15T00:02:43.765Z] Removing intermediate container 3f1d0917d4dc [2020-12-15T00:02:43.765Z] ---> 798ae3c81a7a [2020-12-15T00:02:43.765Z] Step 21/22 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:02:44.032Z] Removing intermediate container 27ebf0b7adc3 [2020-12-15T00:02:44.032Z] ---> a70dee7a23e9 [2020-12-15T00:02:44.032Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T00:02:44.032Z] ---> Running in 76c78b2c0524 [2020-12-15T00:02:44.032Z] Removing intermediate container 290cd631e3d3 [2020-12-15T00:02:44.032Z] ---> 86ede7307688 [2020-12-15T00:02:44.032Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T00:02:44.032Z] ---> 750871985790 [2020-12-15T00:02:44.032Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T00:02:44.606Z] ---> Running in ab94bf8f64bc [2020-12-15T00:02:44.606Z] ---> Running in d9d4222ab82b [2020-12-15T00:02:44.606Z] ---> Running in 8f276d8d7b8f [2020-12-15T00:02:44.606Z] Removing intermediate container 76c78b2c0524 [2020-12-15T00:02:44.606Z] ---> 2df4585075d7 [2020-12-15T00:02:44.606Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:02:44.869Z] Removing intermediate container ab94bf8f64bc [2020-12-15T00:02:44.869Z] ---> 59ee67b0d857 [2020-12-15T00:02:44.869Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T00:02:44.869Z] ---> Running in 59b4e79e11fe [2020-12-15T00:02:45.132Z] Removing intermediate container 8f276d8d7b8f [2020-12-15T00:02:45.132Z] ---> e3fd1b980a71 [2020-12-15T00:02:45.132Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T00:02:45.132Z] Removing intermediate container d9d4222ab82b [2020-12-15T00:02:45.132Z] ---> b646c1f471f2 [2020-12-15T00:02:45.132Z] Step 21/22 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:02:45.395Z] ---> Running in 77ccfe841ce0 [2020-12-15T00:02:45.395Z] Removing intermediate container 59b4e79e11fe [2020-12-15T00:02:45.395Z] ---> a628a6a957db [2020-12-15T00:02:45.395Z] [2020-12-15T00:02:45.395Z] ---> Running in ce82daba1c9f [2020-12-15T00:02:45.395Z] ---> 8e4c021cbcde [2020-12-15T00:02:45.395Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T00:02:45.657Z] Successfully built a628a6a957db [2020-12-15T00:02:45.657Z] Removing intermediate container 37b7a00fd6fd [2020-12-15T00:02:45.657Z] ---> d771e48bb7e9 [2020-12-15T00:02:45.657Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T00:02:45.657Z] Successfully tagged docker-core-command-go:latest [2020-12-15T00:02:45.657Z]  Building docker-core-command-go ... done Building docker-core-data-go [2020-12-15T00:02:45.657Z] Removing intermediate container 77ccfe841ce0 [2020-12-15T00:02:45.657Z] ---> c7752ad2f33e [2020-12-15T00:02:45.657Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T00:02:45.925Z] ---> Running in c5b908db1a3f [2020-12-15T00:02:45.925Z] Removing intermediate container ce82daba1c9f [2020-12-15T00:02:45.925Z] ---> 52882906d0da [2020-12-15T00:02:45.925Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:02:45.925Z] ---> 6beb39e67f1f [2020-12-15T00:02:45.925Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T00:02:45.925Z] ---> Running in ba662264cfb4 [2020-12-15T00:02:46.259Z] ---> Running in e3fbc296d37e [2020-12-15T00:02:46.259Z] Removing intermediate container c5b908db1a3f [2020-12-15T00:02:46.259Z] ---> da2a9f435d55 [2020-12-15T00:02:46.259Z] Step 20/22 : LABEL arch=x86_64 [2020-12-15T00:02:46.575Z] Removing intermediate container ba662264cfb4 [2020-12-15T00:02:46.575Z] ---> 79547d3a0a4d [2020-12-15T00:02:46.575Z] Step 20/21 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:02:47.199Z] ---> Running in 00ed8870cf71 [2020-12-15T00:02:47.199Z] Removing intermediate container e3fbc296d37e [2020-12-15T00:02:47.199Z] ---> 2e8607ef2b1b [2020-12-15T00:02:47.199Z] [2020-12-15T00:02:47.199Z] ---> Running in e34388534a3e [2020-12-15T00:02:47.199Z] ---> d4f09d28c309 [2020-12-15T00:02:47.199Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T00:02:47.825Z] Successfully built 2e8607ef2b1b [2020-12-15T00:02:47.825Z] Successfully tagged docker-core-metadata-go:latest [2020-12-15T00:02:47.825Z] Building docker-security-secretstore-setup-go [2020-12-15T00:02:50.393Z]  Building docker-core-metadata-go ... done Removing intermediate container e34388534a3e [2020-12-15T00:02:50.393Z] ---> 8569f1b0db42 [2020-12-15T00:02:50.393Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T00:02:50.658Z] Removing intermediate container 00ed8870cf71 [2020-12-15T00:02:50.658Z] ---> 79676fd983ef [2020-12-15T00:02:50.658Z] Step 21/22 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:02:54.057Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-15T00:02:54.057Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-15T00:02:54.057Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-15T00:02:54.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-15T00:02:54.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-15T00:02:54.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-15T00:02:54.057Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-15T00:02:55.511Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-15T00:02:55.973Z] ---> Running in fd0fdca4c2d0 [2020-12-15T00:02:56.959Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-15T00:02:57.381Z] ---> Running in a2a921951708 [2020-12-15T00:02:57.381Z] ---> Running in 87cff7dd2057 [2020-12-15T00:02:58.952Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-15T00:02:58.952Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-15T00:02:58.952Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-15T00:03:00.701Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:03:00.701Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:03:00.701Z] ---> 93e87b56c817 [2020-12-15T00:03:00.701Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T00:03:00.701Z] ---> Using cache [2020-12-15T00:03:00.701Z] ---> bfd7b2b22f1a [2020-12-15T00:03:00.701Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:03:00.701Z] ---> Using cache [2020-12-15T00:03:00.701Z] ---> be6a7aa82223 [2020-12-15T00:03:00.701Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T00:03:02.635Z] Removing intermediate container a2a921951708 [2020-12-15T00:03:02.635Z] ---> c50f63cbf19e [2020-12-15T00:03:02.635Z] [2020-12-15T00:03:02.635Z] ---> Running in 1527fde9d5b6 [2020-12-15T00:03:02.913Z] Removing intermediate container 87cff7dd2057 [2020-12-15T00:03:02.913Z] ---> fa67b1cd9522 [2020-12-15T00:03:02.913Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:03:02.913Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:03:02.913Z] Successfully built c50f63cbf19e [2020-12-15T00:03:03.178Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:03:03.178Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T00:03:03.178Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T00:03:03.178Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T00:03:03.441Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T00:03:03.441Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T00:03:03.441Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-15T00:03:03.441Z] Building docker-support-scheduler-go [2020-12-15T00:03:03.441Z]  Building docker-security-proxy-setup-go ... done (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T00:03:03.441Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T00:03:04.847Z] ---> Running in bfef5ac43b14 [2020-12-15T00:03:07.270Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.238s coverage: 46.6% of statements [2020-12-15T00:03:07.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-15T00:03:07.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-15T00:03:07.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-15T00:03:07.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-15T00:03:07.270Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-15T00:03:07.415Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:03:07.415Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:03:07.415Z] ---> 93e87b56c817 [2020-12-15T00:03:07.415Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T00:03:07.415Z] ---> Using cache [2020-12-15T00:03:07.415Z] ---> bfd7b2b22f1a [2020-12-15T00:03:07.415Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:03:07.415Z] ---> Using cache [2020-12-15T00:03:07.415Z] ---> be6a7aa82223 [2020-12-15T00:03:07.415Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T00:03:07.415Z] ---> Using cache [2020-12-15T00:03:07.415Z] ---> 819f19c84d79 [2020-12-15T00:03:07.415Z] Step 6/24 : COPY go.mod . [2020-12-15T00:03:07.415Z] ---> Using cache [2020-12-15T00:03:07.415Z] ---> 7e4776d4c460 [2020-12-15T00:03:07.415Z] Step 7/24 : RUN go mod download [2020-12-15T00:03:07.415Z] ---> Using cache [2020-12-15T00:03:07.415Z] ---> 285f72794474 [2020-12-15T00:03:07.416Z] Step 8/24 : COPY . . [2020-12-15T00:03:07.679Z] ---> Using cache [2020-12-15T00:03:07.679Z] ---> 2b25d0e880a4 [2020-12-15T00:03:07.679Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T00:03:09.604Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:03:10.562Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:03:11.137Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:03:11.138Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:03:11.138Z] OK: 12750 distinct packages available [2020-12-15T00:03:11.401Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T00:03:11.401Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T00:03:11.401Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T00:03:11.401Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T00:03:11.663Z] OK: 233 MiB in 51 packages [2020-12-15T00:03:11.936Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T00:03:11.936Z] ---> Running in f7d9a5450882 [2020-12-15T00:03:11.936Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T00:03:11.936Z] Removing intermediate container bfef5ac43b14 [2020-12-15T00:03:11.936Z] ---> f0e53f619772 [2020-12-15T00:03:11.936Z] [2020-12-15T00:03:12.207Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T00:03:12.207Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T00:03:12.207Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T00:03:12.207Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T00:03:12.207Z] Successfully built f0e53f619772 [2020-12-15T00:03:14.134Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T00:03:14.134Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T00:03:14.134Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-15T00:03:14.134Z] Building docker-support-notifications-go [2020-12-15T00:03:14.134Z]  Building docker-security-bootstrap-redis-go ... done (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T00:03:14.400Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T00:03:14.400Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T00:03:14.977Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T00:03:15.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.590s coverage: 27.1% of statements [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-15T00:03:15.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.089s coverage: 100.0% of statements [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-15T00:03:15.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-15T00:03:15.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.617s coverage: 68.9% of statements [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-15T00:03:15.571Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.681s coverage: 82.6% of statements [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-15T00:03:15.571Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-15T00:03:15.932Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T00:03:16.198Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T00:03:16.461Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T00:03:16.725Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T00:03:16.995Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T00:03:16.995Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T00:03:16.995Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T00:03:16.995Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T00:03:17.945Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T00:03:18.211Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T00:03:18.211Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T00:03:18.799Z] Removing intermediate container 1527fde9d5b6 [2020-12-15T00:03:18.799Z] ---> 8a5a76e69d55 [2020-12-15T00:03:18.799Z] Step 6/23 : COPY go.mod . [2020-12-15T00:03:19.080Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:03:19.080Z] OK: 71 MiB in 55 packages [2020-12-15T00:03:21.720Z] ---> 042d30216655 [2020-12-15T00:03:21.720Z] Step 7/23 : RUN go mod download [2020-12-15T00:03:22.319Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.217s coverage: 28.6% of statements [2020-12-15T00:03:22.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-15T00:03:22.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-15T00:03:22.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-15T00:03:22.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-15T00:03:22.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-15T00:03:22.319Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.162s coverage: 100.0% of statements [2020-12-15T00:03:22.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-15T00:03:22.319Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.086s coverage: 100.0% of statements [2020-12-15T00:03:22.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-15T00:03:22.319Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.323s coverage: 86.7% of statements [2020-12-15T00:03:22.319Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-15T00:03:22.684Z] ---> Running in 3d64d750a080 [2020-12-15T00:03:22.684Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:03:22.684Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:03:22.684Z] ---> 93e87b56c817 [2020-12-15T00:03:22.684Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T00:03:22.684Z] ---> Using cache [2020-12-15T00:03:22.684Z] ---> bfd7b2b22f1a [2020-12-15T00:03:22.684Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:03:22.684Z] ---> Using cache [2020-12-15T00:03:22.684Z] ---> be6a7aa82223 [2020-12-15T00:03:22.684Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T00:03:22.684Z] ---> Using cache [2020-12-15T00:03:22.684Z] ---> 819f19c84d79 [2020-12-15T00:03:22.684Z] Step 6/21 : COPY go.mod . [2020-12-15T00:03:22.684Z] ---> Using cache [2020-12-15T00:03:22.684Z] ---> 7e4776d4c460 [2020-12-15T00:03:22.684Z] Step 7/21 : RUN go mod download [2020-12-15T00:03:22.684Z] ---> Using cache [2020-12-15T00:03:22.684Z] ---> 285f72794474 [2020-12-15T00:03:22.684Z] Step 8/21 : COPY . . [2020-12-15T00:03:22.684Z] ---> Using cache [2020-12-15T00:03:22.684Z] ---> 2b25d0e880a4 [2020-12-15T00:03:22.684Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T00:03:23.727Z] ---> Running in d4d2796f44f0 [2020-12-15T00:03:23.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.305s coverage: 97.5% of statements [2020-12-15T00:03:23.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-15T00:03:23.772Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.133s coverage: 78.3% of statements [2020-12-15T00:03:23.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-15T00:03:23.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-15T00:03:23.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-15T00:03:23.772Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-15T00:03:24.696Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T00:03:28.986Z] Removing intermediate container 3d64d750a080 [2020-12-15T00:03:28.986Z] ---> cdce57696f26 [2020-12-15T00:03:28.986Z] Step 8/23 : COPY . . [2020-12-15T00:03:32.063Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.094s coverage: 93.8% of statements [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-15T00:03:32.063Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-15T00:03:32.063Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.203s coverage: 0.1% of statements [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-15T00:03:32.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.048s coverage: 100.0% of statements [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-15T00:03:32.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.093s coverage: 75.5% of statements [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2020-12-15T00:03:32.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.078s coverage: 80.8% of statements [2020-12-15T00:03:32.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.158s coverage: 87.2% of statements [2020-12-15T00:03:32.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.128s coverage: 84.2% of statements [2020-12-15T00:03:32.063Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.195s coverage: 91.4% of statements [2020-12-15T00:03:32.063Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-15T00:03:35.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.682s coverage: 63.5% of statements [2020-12-15T00:03:35.470Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-15T00:03:35.470Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-15T00:03:35.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.088s coverage: 100.0% of statements [2020-12-15T00:03:35.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.100s coverage: 91.3% of statements [2020-12-15T00:03:35.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.057s coverage: 100.0% of statements [2020-12-15T00:03:35.697Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:03:35.698Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:03:35.698Z] ---> 93e87b56c817 [2020-12-15T00:03:35.698Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T00:03:35.698Z] ---> Using cache [2020-12-15T00:03:35.698Z] ---> bfd7b2b22f1a [2020-12-15T00:03:35.698Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:03:35.698Z] ---> Using cache [2020-12-15T00:03:35.698Z] ---> be6a7aa82223 [2020-12-15T00:03:35.698Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T00:03:36.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.143s coverage: 73.7% of statements [2020-12-15T00:03:37.189Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.078s coverage: 100.0% of statements [2020-12-15T00:03:39.075Z] ---> Running in f14aafb945c9 [2020-12-15T00:03:40.035Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:03:40.299Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T00:03:40.881Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:03:41.530Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.938s coverage: 55.9% of statements [2020-12-15T00:03:41.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-15T00:03:41.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-15T00:03:41.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-15T00:03:41.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-15T00:03:41.530Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-15T00:03:41.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.345s coverage: 37.0% of statements [2020-12-15T00:03:41.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-15T00:03:41.809Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-15T00:03:42.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.698s coverage: 84.0% of statements [2020-12-15T00:03:42.414Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.094s coverage: 100.0% of statements [2020-12-15T00:03:42.858Z] Removing intermediate container fd0fdca4c2d0 [2020-12-15T00:03:42.858Z] ---> dcb840aae8ae [2020-12-15T00:03:42.858Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T00:03:43.810Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:03:43.810Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:03:43.810Z] OK: 12750 distinct packages available [2020-12-15T00:03:44.780Z] OK: 233 MiB in 51 packages [2020-12-15T00:03:45.375Z] ---> Running in 769715c3af1c [2020-12-15T00:03:50.721Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.395s coverage: 47.1% of statements [2020-12-15T00:03:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-15T00:03:50.721Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-15T00:03:50.721Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.075s coverage: 100.0% of statements [2020-12-15T00:03:50.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-15T00:03:50.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-15T00:03:50.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-15T00:03:50.722Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.135s coverage: 100.0% of statements [2020-12-15T00:03:50.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-15T00:03:50.722Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.133s coverage: 100.0% of statements [2020-12-15T00:03:50.722Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-15T00:03:50.742Z] Removing intermediate container f14aafb945c9 [2020-12-15T00:03:50.742Z] ---> 0593d420fb62 [2020-12-15T00:03:50.742Z] Step 6/24 : COPY go.mod . [2020-12-15T00:03:52.664Z] Removing intermediate container f7d9a5450882 [2020-12-15T00:03:52.664Z] ---> fca62bbb9de9 [2020-12-15T00:03:52.664Z] [2020-12-15T00:03:52.664Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T00:03:52.664Z] ---> be4e4bea2c2e [2020-12-15T00:03:52.664Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T00:03:52.664Z] ---> Using cache [2020-12-15T00:03:52.664Z] ---> 3c30ae31d054 [2020-12-15T00:03:52.664Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T00:03:53.613Z] ---> 4be1c5d8c703 [2020-12-15T00:03:53.613Z] Step 7/24 : RUN go mod download [2020-12-15T00:03:55.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.997s coverage: 29.1% of statements [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-15T00:03:55.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.182s coverage: 99.0% of statements [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-15T00:03:55.040Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.117s coverage: 100.0% of statements [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-15T00:03:55.040Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.049s coverage: 0.0% of statements [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-15T00:03:55.040Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.044s coverage: 100.0% of statements [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-15T00:03:55.040Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.080s coverage: 87.9% of statements [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-15T00:03:55.040Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-15T00:03:55.040Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.055s coverage: 100.0% of statements [2020-12-15T00:03:55.533Z] Collecting docker-compose==1.23.2 [2020-12-15T00:03:55.533Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T00:03:56.026Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2020-12-15T00:03:56.108Z] ---> Running in e33fef44898b [2020-12-15T00:03:56.108Z] ---> Running in c46a285265b0 [2020-12-15T00:03:56.108Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T00:03:56.108Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T00:03:56.370Z] ---> 091c18f0ff96 [2020-12-15T00:03:56.370Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T00:03:56.370Z] Removing intermediate container d4d2796f44f0 [2020-12-15T00:03:56.370Z] ---> 70797d4a5688 [2020-12-15T00:03:56.370Z] [2020-12-15T00:03:56.370Z] Step 10/21 : FROM scratch [2020-12-15T00:03:56.370Z] ---> [2020-12-15T00:03:56.370Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:03:56.370Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T00:03:56.370Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T00:03:56.631Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-15T00:03:56.631Z] Removing intermediate container e33fef44898b [2020-12-15T00:03:56.631Z] ---> cda667ad6c07 [2020-12-15T00:03:56.631Z] Step 13/24 : WORKDIR / [2020-12-15T00:03:56.631Z] ---> Running in 02081911d412 [2020-12-15T00:03:56.631Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T00:03:56.631Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T00:03:56.905Z] ---> Using cache [2020-12-15T00:03:56.906Z] ---> 38997dc4c3d8 [2020-12-15T00:03:56.906Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T00:03:56.906Z] ---> Running in 28f4ec086ba9 [2020-12-15T00:03:56.906Z] ---> Running in b411a563f480 [2020-12-15T00:03:57.186Z] Removing intermediate container 28f4ec086ba9 [2020-12-15T00:03:57.186Z] ---> d36e35fa8907 [2020-12-15T00:03:57.186Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-15T00:03:57.186Z] Removing intermediate container b411a563f480 [2020-12-15T00:03:57.186Z] ---> 21c65757d408 [2020-12-15T00:03:57.186Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T00:03:57.186Z] ---> Running in fa9d0a726c71 [2020-12-15T00:03:57.458Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-15T00:03:57.477Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T00:03:57.477Z] ---> 080bbb66fd55 [2020-12-15T00:03:57.477Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-15T00:03:57.477Z] Removing intermediate container fa9d0a726c71 [2020-12-15T00:03:57.477Z] ---> d6769b254c74 [2020-12-15T00:03:57.477Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T00:03:57.743Z] Collecting PyYAML<4,>=3.10 [2020-12-15T00:03:57.743Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T00:03:58.052Z] GO111MODULE=on go vet ./... [2020-12-15T00:03:58.709Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T00:03:58.710Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T00:03:58.710Z] ---> 87d623bcf857 [2020-12-15T00:03:58.710Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T00:03:58.710Z] ---> 7af238536ac4 [2020-12-15T00:03:58.710Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T00:03:59.009Z] Removing intermediate container c46a285265b0 [2020-12-15T00:03:59.009Z] ---> afb98d8e3f71 [2020-12-15T00:03:59.009Z] Step 8/24 : COPY . . [2020-12-15T00:03:59.296Z] ---> 5be8f910c428 [2020-12-15T00:03:59.296Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T00:03:59.296Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T00:03:59.296Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T00:03:59.590Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T00:03:59.590Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T00:04:00.185Z] ---> a09c67181049 [2020-12-15T00:04:00.185Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T00:04:00.185Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T00:04:00.185Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T00:04:02.130Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T00:04:02.130Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T00:04:05.786Z] ---> 70af5a1b8004 [2020-12-15T00:04:05.786Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T00:04:05.786Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T00:04:05.786Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T00:04:06.229Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-15T00:04:06.687Z] ---> 9e8c14c88c7f [2020-12-15T00:04:06.687Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T00:04:06.996Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T00:04:06.996Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T00:04:06.996Z] ---> Running in e34aa3fb33f0 [2020-12-15T00:04:06.996Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-15T00:04:06.996Z] Collecting idna<2.8,>=2.5 [2020-12-15T00:04:07.258Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T00:04:07.528Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T00:04:07.528Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T00:04:07.528Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T00:04:07.528Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T00:04:07.792Z] Installing collected packages: websocket-client, jsonschema, docopt, PyYAML, texttable, cached-property, docker-pycreds, urllib3, idna, requests, docker, dockerpty, docker-compose [2020-12-15T00:04:09.203Z] Removing intermediate container e34aa3fb33f0 [2020-12-15T00:04:09.203Z] ---> d6e19e121911 [2020-12-15T00:04:09.203Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:04:09.794Z] ---> 756c4e13a0a9 [2020-12-15T00:04:09.794Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T00:04:09.794Z] Running setup.py install for docopt: started [2020-12-15T00:04:10.382Z] ---> Running in b52232f4d66c [2020-12-15T00:04:11.335Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T00:04:11.335Z] Running setup.py install for PyYAML: started [2020-12-15T00:04:12.749Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T00:04:12.749Z] Running setup.py install for texttable: started [2020-12-15T00:04:13.020Z] ---> d0fb9864174c [2020-12-15T00:04:13.020Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T00:04:13.293Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T00:04:13.873Z] Removing intermediate container b52232f4d66c [2020-12-15T00:04:13.873Z] ---> ac376ad1140c [2020-12-15T00:04:13.873Z] Step 19/21 : LABEL arch=x86_64 [2020-12-15T00:04:14.497Z] Attempting uninstall: urllib3 [2020-12-15T00:04:14.497Z] Found existing installation: urllib3 1.25.9 [2020-12-15T00:04:14.759Z] Uninstalling urllib3-1.25.9: [2020-12-15T00:04:14.759Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T00:04:15.028Z] ---> Running in c1182e7781ab [2020-12-15T00:04:15.028Z] ---> Running in 964651376ad6 [2020-12-15T00:04:15.299Z] Attempting uninstall: idna [2020-12-15T00:04:15.299Z] Found existing installation: idna 2.9 [2020-12-15T00:04:15.299Z] Uninstalling idna-2.9: [2020-12-15T00:04:15.877Z] Successfully uninstalled idna-2.9 [2020-12-15T00:04:16.141Z] Attempting uninstall: requests [2020-12-15T00:04:16.141Z] Found existing installation: requests 2.23.0 [2020-12-15T00:04:16.141Z] Uninstalling requests-2.23.0: [2020-12-15T00:04:16.410Z] Successfully uninstalled requests-2.23.0 [2020-12-15T00:04:17.379Z] Removing intermediate container 964651376ad6 [2020-12-15T00:04:17.379Z] ---> ac98fb29103c [2020-12-15T00:04:17.379Z] Step 20/21 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:04:19.369Z] Running setup.py install for dockerpty: started [2020-12-15T00:04:19.369Z] ---> Running in e77f611abee2 [2020-12-15T00:04:19.980Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T00:04:21.379Z] Removing intermediate container e77f611abee2 [2020-12-15T00:04:21.379Z] ---> c5526d382d61 [2020-12-15T00:04:21.379Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T00:04:21.641Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-15T00:04:21.910Z] ---> Running in fb28907a887b [2020-12-15T00:04:22.180Z] ---> 553f5d8aea90 [2020-12-15T00:04:22.180Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T00:04:22.180Z] Removing intermediate container c1182e7781ab [2020-12-15T00:04:22.180Z] ---> 9eed4b255667 [2020-12-15T00:04:22.180Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T00:04:22.180Z] ---> Running in fe3449ab7d73 [2020-12-15T00:04:22.444Z] ---> Running in 8bf31e5512ec [2020-12-15T00:04:22.444Z] Removing intermediate container fb28907a887b [2020-12-15T00:04:22.444Z] ---> a654d8d463d6 [2020-12-15T00:04:22.444Z] [2020-12-15T00:04:22.709Z] Successfully built a654d8d463d6 [2020-12-15T00:04:22.709Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-15T00:04:22.709Z]  Building docker-support-scheduler-go ... done Removing intermediate container 8bf31e5512ec [2020-12-15T00:04:22.709Z] ---> 0aa6037ea139 [2020-12-15T00:04:22.709Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T00:04:22.974Z] ---> Running in 5d7de381b493 [2020-12-15T00:04:24.910Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T00:04:25.494Z] Removing intermediate container 5d7de381b493 [2020-12-15T00:04:25.494Z] ---> 01f430c71e0a [2020-12-15T00:04:25.494Z] Step 23/24 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:04:26.092Z] ---> Running in 448bd2081c9d [2020-12-15T00:04:26.360Z] Removing intermediate container 769715c3af1c [2020-12-15T00:04:26.360Z] ---> 7f1300a5deec [2020-12-15T00:04:26.360Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T00:04:26.360Z] ---> Running in ad3427d1d3c4 [2020-12-15T00:04:26.636Z] Removing intermediate container 448bd2081c9d [2020-12-15T00:04:26.636Z] ---> 691987a5dfba [2020-12-15T00:04:26.636Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T00:04:28.050Z] ---> Running in ed0f1ac8b360 [2020-12-15T00:04:28.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:04:28.641Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:04:28.641Z] Removing intermediate container ed0f1ac8b360 [2020-12-15T00:04:28.641Z] ---> 621bf8cf3685 [2020-12-15T00:04:28.641Z] [2020-12-15T00:04:28.914Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T00:04:28.914Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T00:04:28.914Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T00:04:28.914Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:04:28.914Z] OK: 72 MiB in 58 packages [2020-12-15T00:04:28.914Z] Successfully built 621bf8cf3685 [2020-12-15T00:04:28.914Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-15T00:04:30.942Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ad3427d1d3c4 [2020-12-15T00:04:30.942Z] ---> 91422d4b1b91 [2020-12-15T00:04:30.942Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T00:04:31.926Z] ---> Running in 35a6d8b33c57 [2020-12-15T00:04:32.189Z] Removing intermediate container 02081911d412 [2020-12-15T00:04:32.189Z] ---> 5c7f190977b6 [2020-12-15T00:04:32.189Z] [2020-12-15T00:04:32.189Z] Step 10/23 : FROM alpine [2020-12-15T00:04:32.189Z] ---> b14afc6dfb98 [2020-12-15T00:04:32.189Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:04:32.461Z] Removing intermediate container 35a6d8b33c57 [2020-12-15T00:04:32.461Z] ---> 53df80220472 [2020-12-15T00:04:32.461Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:04:32.461Z] ---> Running in cbb8b9f3aa43 [2020-12-15T00:04:32.461Z] ---> Running in cb4800b50e30 [2020-12-15T00:04:32.730Z] Removing intermediate container cbb8b9f3aa43 [2020-12-15T00:04:32.730Z] ---> 079d3e785152 [2020-12-15T00:04:32.730Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T00:04:32.730Z] Removing intermediate container cb4800b50e30 [2020-12-15T00:04:32.730Z] ---> b5904a84f33d [2020-12-15T00:04:32.730Z] Step 25/27 : LABEL arch=x86_64 [2020-12-15T00:04:32.730Z] ---> Running in 308409e78576 [2020-12-15T00:04:32.730Z] ---> Running in 090db87e26d9 [2020-12-15T00:04:33.012Z] Removing intermediate container 308409e78576 [2020-12-15T00:04:33.012Z] ---> d33105dec955 [2020-12-15T00:04:33.012Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T00:04:33.012Z] Removing intermediate container 090db87e26d9 [2020-12-15T00:04:33.012Z] ---> f6e5a7ba9166 [2020-12-15T00:04:33.012Z] Step 26/27 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:04:33.279Z] ---> Running in ac94655af9cb [2020-12-15T00:04:33.279Z] ---> Running in eb85ef3a9e1a [2020-12-15T00:04:33.550Z] Removing intermediate container ac94655af9cb [2020-12-15T00:04:33.550Z] ---> 3a00f2431ab0 [2020-12-15T00:04:33.550Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:04:33.550Z] Removing intermediate container eb85ef3a9e1a [2020-12-15T00:04:33.550Z] ---> 3a170d370061 [2020-12-15T00:04:33.550Z] Step 27/27 : LABEL version=0.0.0 [2020-12-15T00:04:33.550Z] ---> Running in 8ea3a8508780 [2020-12-15T00:04:33.550Z] ---> Running in ae8e86896adb [2020-12-15T00:04:34.147Z] Removing intermediate container ae8e86896adb [2020-12-15T00:04:34.147Z] ---> 347d0cb51bf7 [2020-12-15T00:04:34.147Z] [2020-12-15T00:04:34.147Z] Successfully built 347d0cb51bf7 [2020-12-15T00:04:34.147Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-15T00:04:35.144Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 8ea3a8508780 [2020-12-15T00:04:35.144Z] ---> 963d27008770 [2020-12-15T00:04:35.144Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T00:04:35.144Z] ---> Running in 066228c17408 [2020-12-15T00:04:36.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-15T00:04:36.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-15T00:04:37.282Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T00:04:37.282Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T00:04:37.282Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T00:04:37.546Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T00:04:38.493Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T00:04:38.493Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:04:38.494Z] OK: 8 MiB in 19 packages [2020-12-15T00:04:39.452Z] Removing intermediate container 066228c17408 [2020-12-15T00:04:39.452Z] ---> e0cadbe5e982 [2020-12-15T00:04:39.452Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T00:04:40.850Z] ---> 5e1208a1d829 [2020-12-15T00:04:40.850Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T00:04:40.850Z] Removing intermediate container fe3449ab7d73 [2020-12-15T00:04:40.850Z] ---> a4743c193bca [2020-12-15T00:04:40.850Z] [2020-12-15T00:04:40.850Z] Step 10/24 : FROM scratch [2020-12-15T00:04:40.850Z] ---> [2020-12-15T00:04:40.850Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T00:04:41.112Z] ---> Running in 2f1249e452f5 [2020-12-15T00:04:41.112Z] Removing intermediate container 2f1249e452f5 [2020-12-15T00:04:41.374Z] ---> be5e79fdf151 [2020-12-15T00:04:41.374Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T00:04:41.374Z] ---> 18425a3d5782 [2020-12-15T00:04:41.374Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T00:04:41.374Z] ---> Running in 8994cbe3c976 [2020-12-15T00:04:41.374Z] Removing intermediate container 8994cbe3c976 [2020-12-15T00:04:41.374Z] ---> 3287fa679095 [2020-12-15T00:04:41.374Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T00:04:41.637Z] ---> 3e5161397543 [2020-12-15T00:04:41.637Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T00:04:41.901Z] ---> Running in b27a38da30b3 [2020-12-15T00:04:41.901Z] ---> Running in 9d63f3b1b856 [2020-12-15T00:04:41.901Z] Removing intermediate container b27a38da30b3 [2020-12-15T00:04:41.901Z] ---> e5daa203ed79 [2020-12-15T00:04:41.901Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T00:04:42.164Z] Removing intermediate container 9d63f3b1b856 [2020-12-15T00:04:42.164Z] ---> 8abefabd3bc9 [2020-12-15T00:04:42.164Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:04:42.164Z] ---> Running in b6b1f86319ae [2020-12-15T00:04:42.164Z] ---> 056ee265f32c [2020-12-15T00:04:42.164Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T00:04:42.426Z] Removing intermediate container b6b1f86319ae [2020-12-15T00:04:42.426Z] ---> 8e8262fb620a [2020-12-15T00:04:42.426Z] Step 21/23 : LABEL arch=x86_64 [2020-12-15T00:04:42.426Z] ---> Running in 34f2b1965689 [2020-12-15T00:04:42.688Z] Removing intermediate container 34f2b1965689 [2020-12-15T00:04:42.688Z] ---> 57a1f2b1da43 [2020-12-15T00:04:42.688Z] Step 22/23 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:04:43.263Z] ---> Running in 69beeaba62f5 [2020-12-15T00:04:43.263Z] ---> d8cef4db2def [2020-12-15T00:04:43.263Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T00:04:43.528Z] Removing intermediate container 69beeaba62f5 [2020-12-15T00:04:43.528Z] ---> d2fe5ac6d2ce [2020-12-15T00:04:43.528Z] Step 23/23 : LABEL version=0.0.0 [2020-12-15T00:04:43.528Z] ---> Running in 661ce0dc5e7f [2020-12-15T00:04:43.792Z] ---> eb1dbad37f09 [2020-12-15T00:04:43.792Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T00:04:43.792Z] Removing intermediate container 661ce0dc5e7f [2020-12-15T00:04:43.792Z] ---> 806270484517 [2020-12-15T00:04:43.792Z] [2020-12-15T00:04:43.792Z] Successfully built 806270484517 [2020-12-15T00:04:43.792Z] Successfully tagged docker-core-data-go:latest [2020-12-15T00:04:44.054Z]  Building docker-core-data-go ... done  ---> 51d875421b73 [2020-12-15T00:04:44.054Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T00:04:44.629Z] ---> 9af472ba3177 [2020-12-15T00:04:44.629Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T00:04:45.204Z] ---> c4aea26c940d [2020-12-15T00:04:45.205Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T00:04:45.205Z] ---> Running in 702f5e222cdd [2020-12-15T00:04:45.205Z] Removing intermediate container 702f5e222cdd [2020-12-15T00:04:45.205Z] ---> 44267113e74a [2020-12-15T00:04:45.205Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:04:45.467Z] ---> Running in 876db2384f97 [2020-12-15T00:04:45.467Z] Removing intermediate container 876db2384f97 [2020-12-15T00:04:45.467Z] ---> 78a7a9511ab0 [2020-12-15T00:04:45.467Z] Step 22/24 : LABEL arch=x86_64 [2020-12-15T00:04:45.467Z] ---> Running in 9099cdec94e5 [2020-12-15T00:04:45.729Z] Removing intermediate container 9099cdec94e5 [2020-12-15T00:04:45.729Z] ---> c51040c66127 [2020-12-15T00:04:45.729Z] Step 23/24 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:04:45.729Z] ---> Running in 9db22a6635f7 [2020-12-15T00:04:45.991Z] Removing intermediate container 9db22a6635f7 [2020-12-15T00:04:45.991Z] ---> c75a1da81a0c [2020-12-15T00:04:45.991Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T00:04:45.991Z] ---> Running in 311be81c31b7 [2020-12-15T00:04:46.254Z] Removing intermediate container 311be81c31b7 [2020-12-15T00:04:46.254Z] ---> 5bdf6d376799 [2020-12-15T00:04:46.254Z] [2020-12-15T00:04:46.254Z] Successfully built 5bdf6d376799 [2020-12-15T00:04:46.254Z] Successfully tagged docker-support-notifications-go:latest [2020-12-15T00:04:46.527Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2020-12-15T00:04:46.537Z] $ docker stop --time=1 e66a6139847eda682d654d28fe755b143426ed1e66dd70439364dc78c317c8a7 [2020-12-15T00:04:48.167Z] $ docker rm -f e66a6139847eda682d654d28fe755b143426ed1e66dd70439364dc78c317c8a7 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T00:04:48.726Z] + docker images [2020-12-15T00:04:48.726Z] + grep docker [2020-12-15T00:04:48.726Z] docker-support-notifications-go latest 5bdf6d376799 3 seconds ago 13.6MB [2020-12-15T00:04:48.726Z] docker-core-data-go latest 806270484517 5 seconds ago 23.8MB [2020-12-15T00:04:48.726Z] docker-sys-mgmt-agent-go latest 347d0cb51bf7 15 seconds ago 313MB [2020-12-15T00:04:48.726Z] docker-security-secretstore-setup-go latest 621bf8cf3685 20 seconds ago 24.7MB [2020-12-15T00:04:48.726Z] docker-support-scheduler-go latest a654d8d463d6 26 seconds ago 12.3MB [2020-12-15T00:04:48.726Z] docker-security-bootstrap-redis-go latest f0e53f619772 About a minute ago 15.8MB [2020-12-15T00:04:48.726Z] docker-security-proxy-setup-go latest c50f63cbf19e About a minute ago 24.6MB [2020-12-15T00:04:48.726Z] docker-core-metadata-go latest 2e8607ef2b1b 2 minutes ago 14.5MB [2020-12-15T00:04:48.726Z] docker-core-command-go latest a628a6a957db 2 minutes ago 12.2MB [2020-12-15T00:04:48.726Z] docker latest aefe523efa57 3 days ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-12-15T00:05:04.610Z] Still waiting to schedule task [2020-12-15T00:05:04.610Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2020-12-15T00:05:06.114Z] gofmt -l . [2020-12-15T00:05:06.710Z] [ "`gofmt -l .`" = "" ] [2020-12-15T00:05:09.330Z] ./bin/test-go-mod-tidy.sh [2020-12-15T00:05:09.603Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-15T00:05:14.567Z] + ls -al . [2020-12-15T00:05:14.567Z] total 664 [2020-12-15T00:05:14.567Z] drwxrwxr-x 9 1001 1001 4096 Dec 15 00:05 . [2020-12-15T00:05:14.567Z] drwxr-xr-x 4 root root 4096 Dec 15 00:01 .. [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 11 Dec 14 23:59 .dockerignore [2020-12-15T00:05:14.567Z] drwxrwxr-x 8 1001 1001 4096 Dec 14 23:59 .git [2020-12-15T00:05:14.567Z] drwxrwxr-x 3 1001 1001 4096 Dec 14 23:59 .github [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 848 Dec 14 23:59 .gitignore [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 166 Dec 14 23:59 .sonarcloud.properties [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 3804 Dec 14 23:59 CONTRIBUTING.md [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 1035 Dec 14 23:59 Dockerfile.build [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 863 Dec 14 23:59 Jenkinsfile [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 10775 Dec 14 23:59 LICENSE [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 5750 Dec 14 23:59 Makefile [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 6596 Dec 14 23:59 README.md [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 6744 Dec 14 23:59 SECURITY.md [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 5 Dec 14 23:57 VERSION [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 4131 Dec 14 23:59 ZMQWindows.md [2020-12-15T00:05:14.567Z] drwxrwxr-x 2 1001 1001 4096 Dec 14 23:59 bin [2020-12-15T00:05:14.567Z] drwxrwxr-x 14 1001 1001 4096 Dec 14 23:59 cmd [2020-12-15T00:05:14.567Z] -rw-r--r-- 1 root root 539778 Dec 15 00:03 coverage.out [2020-12-15T00:05:14.567Z] -rw-r--r-- 1 root root 1041 Dec 15 00:05 go.mod [2020-12-15T00:05:14.567Z] -rw-r--r-- 1 root root 18856 Dec 15 00:05 go.sum [2020-12-15T00:05:14.567Z] drwxrwxr-x 8 1001 1001 4096 Dec 14 23:59 internal [2020-12-15T00:05:14.567Z] drwxrwxr-x 4 1001 1001 4096 Dec 14 23:59 openapi [2020-12-15T00:05:14.567Z] drwxrwxr-x 4 1001 1001 4096 Dec 14 23:59 snap [2020-12-15T00:05:14.567Z] -rw-rw-r-- 1 1001 1001 168 Dec 14 23:59 version.go [Pipeline] sh [2020-12-15T00:05:15.228Z] + '[' -e coverage.out ] [2020-12-15T00:05:15.228Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-15T00:05:15.271Z] Warning: overwriting stash ‘coverage-report’ [2020-12-15T00:05:16.494Z] Stashed 1 file(s) [Pipeline] sh [2020-12-15T00:05:17.190Z] + make build [2020-12-15T00:05:17.190Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T00:05:27.443Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T00:05:54.292Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T00:05:57.675Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T00:06:00.961Z] Running on prd-ubuntu18.04-docker-8c-8g-15971 in /w/workspace/edgexfoundry_edgex-go_PR-2913 [Pipeline] { [Pipeline] ws [2020-12-15T00:06:01.092Z] Running in /w/workspace/edgex-go/10 [Pipeline] { [Pipeline] checkout [2020-12-15T00:06:03.107Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T00:06:03.292Z] using credential edgex-jenkins-ssh [2020-12-15T00:06:03.400Z] Cloning the remote Git repository [2020-12-15T00:06:03.423Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:06:03.485Z] > git init /w/workspace/edgex-go/10 # timeout=10 [2020-12-15T00:06:03.507Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:06:03.508Z] > git --version # timeout=10 [2020-12-15T00:06:03.512Z] > git --version # 'git version 2.17.1' [2020-12-15T00:06:03.512Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:06:03.536Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T00:06:04.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T00:06:09.942Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T00:06:12.115Z] Merging remotes/origin/master commit 8905b2aeb998c2429dd3dac7113c428985f887cf into PR head commit 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:06:12.289Z] Merge succeeded, producing 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:06:12.290Z] Checking out Revision 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 (PR-2913) [2020-12-15T00:06:11.488Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T00:06:11.500Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-15T00:06:11.510Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-15T00:06:11.520Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-15T00:06:11.520Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:06:11.524Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2913/head:refs/remotes/origin/PR-2913 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-15T00:06:12.154Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T00:06:12.163Z] > git checkout -f 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # timeout=10 [2020-12-15T00:06:12.280Z] > git remote # timeout=10 [2020-12-15T00:06:12.288Z] > git config --get remote.origin.url # timeout=10 [2020-12-15T00:06:12.296Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-15T00:06:12.300Z] > git merge 8905b2aeb998c2429dd3dac7113c428985f887cf # timeout=10 [2020-12-15T00:06:12.316Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-15T00:06:12.323Z] > git config core.sparsecheckout # timeout=10 [2020-12-15T00:06:12.327Z] > git checkout -f 82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 # timeout=10 [2020-12-15T00:06:15.345Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T00:06:15.973Z] Commit message: "build(snap): Address PR feedback" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:06:17.166Z] + echo snap-build.sh [2020-12-15T00:06:17.166Z] snap-build.sh [2020-12-15T00:06:17.166Z] + SNAP_BASE_DIR=. [2020-12-15T00:06:17.166Z] + '[' '!' -z /w/workspace/edgex-go/10 ']' [2020-12-15T00:06:17.166Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/10 [2020-12-15T00:06:17.166Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/10]' [2020-12-15T00:06:17.166Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/10] [2020-12-15T00:06:17.166Z] + cd /w/workspace/edgex-go/10 [2020-12-15T00:06:17.166Z] + sudo apt-get remove -qy --purge lxd lxd-client [2020-12-15T00:06:17.166Z] Reading package lists... [2020-12-15T00:06:17.166Z] Building dependency tree... [2020-12-15T00:06:17.166Z] Reading state information... [2020-12-15T00:06:17.427Z] The following packages were automatically installed and are no longer required: [2020-12-15T00:06:17.427Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2020-12-15T00:06:17.427Z] uidmap xdelta3 [2020-12-15T00:06:17.427Z] Use 'sudo apt autoremove' to remove them. [2020-12-15T00:06:17.427Z] The following packages will be REMOVED: [2020-12-15T00:06:17.427Z] lxd* lxd-client* [2020-12-15T00:06:17.998Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2020-12-15T00:06:17.998Z] After this operation, 31.7 MB disk space will be freed. [2020-12-15T00:06:19.043Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2020-12-15T00:06:19.043Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T00:06:19.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T00:06:19.987Z] Removing lxd dnsmasq configuration [2020-12-15T00:06:19.987Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T00:06:20.247Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2020-12-15T00:06:21.194Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2020-12-15T00:06:21.194Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2020-12-15T00:06:21.194Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2020-12-15T00:06:22.582Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2020-12-15T00:06:22.844Z] Processing triggers for ureadahead (0.100.0-21) ... [2020-12-15T00:06:23.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T00:06:24.229Z] + sudo snap remove --purge lxd [2020-12-15T00:06:24.229Z] snap "lxd" is not installed [2020-12-15T00:06:24.229Z] + sudo groupadd --force --system lxd [2020-12-15T00:06:24.229Z] ++ whoami [2020-12-15T00:06:24.229Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2020-12-15T00:06:24.229Z] + newgrp - lxd [2020-12-15T00:06:24.229Z] + sudo snap install lxd [2020-12-15T00:06:27.343Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T00:06:31.645Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T00:06:32.381Z] 2020-12-15T00:06:29Z INFO Waiting for automatic snapd restart... [Pipeline] } [2020-12-15T00:06:34.282Z] $ docker stop --time=1 8392615a663f4ecb83183538e38c809149510c1856fb61fd2a7050a37108e253 [2020-12-15T00:06:36.743Z] $ docker rm -f 8392615a663f4ecb83183538e38c809149510c1856fb61fd2a7050a37108e253 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:06:38.777Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T00:06:38.777Z] [2020-12-15T00:06:38.777Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:06:39.441Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T00:06:39.716Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-15T00:06:39.716Z] 29e5d40040c1: Pulling fs layer [2020-12-15T00:06:39.716Z] 1ce36da41761: Pulling fs layer [2020-12-15T00:06:39.716Z] 25b303627fd3: Pulling fs layer [2020-12-15T00:06:40.310Z] 29e5d40040c1: Download complete [2020-12-15T00:06:40.914Z] 1ce36da41761: Verifying Checksum [2020-12-15T00:06:40.914Z] 1ce36da41761: Download complete [2020-12-15T00:06:40.914Z] 29e5d40040c1: Pull complete [2020-12-15T00:06:42.349Z] 1ce36da41761: Pull complete [2020-12-15T00:06:42.349Z] 25b303627fd3: Verifying Checksum [2020-12-15T00:06:42.349Z] 25b303627fd3: Download complete [2020-12-15T00:06:47.302Z] lxd 4.8 from Canonical* installed [2020-12-15T00:06:47.302Z] + sudo lxd init --auto [2020-12-15T00:06:52.499Z] 25b303627fd3: Pull complete [2020-12-15T00:06:52.499Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-15T00:06:52.500Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T00:06:52.500Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-15T00:06:52.767Z] prd-ubuntu18.04-docker-arm64-4c-16g-15969 does not seem to be running inside a container [2020-12-15T00:06:52.836Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-15T00:06:55.446Z] + sudo snap install --classic snapcraft [2020-12-15T00:06:56.004Z] $ docker top a077204efc8d6db17e2e5d07351e2886ba91296931ac5c591845c52e01c4f1b4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:06:57.095Z] + + docker-composegrep build parallel --help [2020-12-15T00:06:57.095Z] [2020-12-15T00:07:00.466Z] --parallel Build images in parallel. [2020-12-15T00:07:00.739Z] snapcraft 4.4.4 from Canonical* installed [2020-12-15T00:07:00.739Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2020-12-15T00:07:00.739Z] + patch --verbose -p1 [2020-12-15T00:07:00.739Z] Hmm... Looks like a unified diff to me... [2020-12-15T00:07:00.739Z] The text leading up to this was: [2020-12-15T00:07:00.739Z] -------------------------- [2020-12-15T00:07:00.739Z] |From a8e6179902fe6bccada5d6ad9dd7e850ca774bef Mon Sep 17 00:00:00 2001 [2020-12-15T00:07:00.739Z] |From: Tony Espy [2020-12-15T00:07:00.739Z] |Date: Wed, 2 Dec 2020 17:38:31 -0500 [2020-12-15T00:07:00.739Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2020-12-15T00:07:00.739Z] | [2020-12-15T00:07:00.739Z] |This patch is used by the EdgeX CI pipeline builds to [2020-12-15T00:07:00.739Z] |optimize the snap CI check run for pull requests. When [2020-12-15T00:07:00.739Z] |applied, it essentially strips out everything (apps and [2020-12-15T00:07:00.739Z] |parts) from the snapcraft.yaml file except those required [2020-12-15T00:07:00.739Z] |to build edgex-go, as the whole idea of the CI check is to [2020-12-15T00:07:00.739Z] |catch changes to edgex-go that break the snap build. [2020-12-15T00:07:00.739Z] | [2020-12-15T00:07:00.739Z] |In general, anyone updating snapcraft.yaml will also need [2020-12-15T00:07:00.739Z] |to update this patch file, otherwise it may fail to apply, [2020-12-15T00:07:00.739Z] |resulting in a failed snap build CI check in the associated [2020-12-15T00:07:00.739Z] |pull request. [2020-12-15T00:07:00.739Z] | [2020-12-15T00:07:00.739Z] |Note - in addition to applying this patch, the pipeline also [2020-12-15T00:07:00.739Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2020-12-15T00:07:00.739Z] |need to build the finally binary .snap file (and it won't [2020-12-15T00:07:00.739Z] |work with the patch applied). This further reduces the build [2020-12-15T00:07:00.739Z] |time. [2020-12-15T00:07:00.739Z] |--- [2020-12-15T00:07:00.739Z] | snap/snapcraft.yaml | 466 +------------------------------------------- [2020-12-15T00:07:00.739Z] | 1 file changed, 2 insertions(+), 464 deletions(-) [2020-12-15T00:07:00.739Z] | [2020-12-15T00:07:00.739Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2020-12-15T00:07:00.739Z] |index b265277c..d7e1de37 100644 [2020-12-15T00:07:00.739Z] |--- a/snap/snapcraft.yaml [2020-12-15T00:07:00.739Z] |+++ b/snap/snapcraft.yaml [2020-12-15T00:07:00.739Z] -------------------------- [2020-12-15T00:07:00.739Z] patching file snap/snapcraft.yaml [2020-12-15T00:07:00.739Z] Using Plan A... [2020-12-15T00:07:00.739Z] Hunk #1 FAILED at 75. [2020-12-15T00:07:00.739Z] Hunk #2 FAILED at 136. [2020-12-15T00:07:00.739Z] Hunk #3 succeeded at 271 (offset -21 lines). [2020-12-15T00:07:00.739Z] Hunk #4 succeeded at 283 with fuzz 2 (offset -24 lines). [2020-12-15T00:07:00.739Z] Hunk #5 succeeded at 291 (offset -24 lines). [2020-12-15T00:07:00.739Z] Hunk #6 succeeded at 298 (offset -24 lines). [2020-12-15T00:07:00.739Z] Hunk #7 succeeded at 325 (offset -24 lines). [2020-12-15T00:07:00.739Z] Hunk #8 succeeded at 359 (offset -24 lines). [2020-12-15T00:07:00.739Z] Hunk #9 succeeded at 410 (offset -29 lines). [2020-12-15T00:07:00.740Z] 2 out of 9 hunks FAILED -- saving rejects to file snap/snapcraft.yaml.rej [2020-12-15T00:07:00.740Z] Hmm... Ignoring the trailing garbage. [2020-12-15T00:07:00.740Z] done [Pipeline] } [2020-12-15T00:07:00.751Z] $ docker stop --time=1 a077204efc8d6db17e2e5d07351e2886ba91296931ac5c591845c52e01c4f1b4 [2020-12-15T00:07:02.711Z] $ docker rm -f a077204efc8d6db17e2e5d07351e2886ba91296931ac5c591845c52e01c4f1b4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-15T00:07:03.615Z] Failed in branch amd64 [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:07:04.117Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-15T00:07:04.117Z] . [Pipeline] withDockerContainer [2020-12-15T00:07:04.379Z] prd-ubuntu18.04-docker-arm64-4c-16g-15969 does not seem to be running inside a container [2020-12-15T00:07:04.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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-devops/edgex-compose-arm64:latest cat [2020-12-15T00:07:05.812Z] $ docker top 836bf4e74a942067ad458d95b3e4118aed7ed0933e07957d4ba754219ebcdd62 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:07:06.851Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-15T00:07:10.232Z] Building docker-core-command-go ... [2020-12-15T00:07:10.232Z] Building docker-core-data-go ... [2020-12-15T00:07:10.232Z] Building docker-core-metadata-go ... [2020-12-15T00:07:10.232Z] Building docker-security-bootstrap-redis-go ... [2020-12-15T00:07:10.232Z] Building docker-security-proxy-setup-go ... [2020-12-15T00:07:10.232Z] Building docker-security-secretstore-setup-go ... [2020-12-15T00:07:10.232Z] Building docker-support-notifications-go ... [2020-12-15T00:07:10.232Z] Building docker-support-scheduler-go ... [2020-12-15T00:07:10.232Z] Building docker-sys-mgmt-agent-go ... [2020-12-15T00:07:10.232Z] Building docker-sys-mgmt-agent-go [2020-12-15T00:07:10.232Z] Building docker-support-notifications-go [2020-12-15T00:07:10.232Z] Building docker-core-command-go [2020-12-15T00:07:10.232Z] Building docker-security-secretstore-setup-go [2020-12-15T00:07:10.232Z] Building docker-security-bootstrap-redis-go [2020-12-15T00:08:31.993Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:08:31.993Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:08:31.993Z] ---> b6e83fc8be33 [2020-12-15T00:08:31.993Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:08:31.993Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:08:31.993Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:08:31.993Z] ---> b6e83fc8be33 [2020-12-15T00:08:31.993Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T00:08:31.993Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:08:31.993Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:08:31.993Z] ---> b6e83fc8be33 [2020-12-15T00:08:31.993Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:08:31.993Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:08:31.993Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:08:31.993Z] ---> b6e83fc8be33 [2020-12-15T00:08:31.993Z] Step 3/27 : WORKDIR /edgex-go [2020-12-15T00:08:31.993Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:08:31.993Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:08:31.993Z] ---> b6e83fc8be33 [2020-12-15T00:08:31.993Z] Step 3/24 : WORKDIR /edgex-go [2020-12-15T00:08:31.993Z] ---> Running in 3953cd86dbef [2020-12-15T00:08:31.993Z] ---> Running in d6f9749d7446 [2020-12-15T00:08:31.993Z] ---> Running in ec57b4109865 [2020-12-15T00:08:31.993Z] ---> Running in e4c6a095ff4a [2020-12-15T00:08:31.993Z] ---> Running in 957d4629e196 [2020-12-15T00:08:31.993Z] Removing intermediate container ec57b4109865 [2020-12-15T00:08:31.993Z] ---> bfb35688f6bc [2020-12-15T00:08:31.993Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:08:31.993Z] Removing intermediate container 957d4629e196 [2020-12-15T00:08:31.993Z] ---> a814c0518adc [2020-12-15T00:08:31.993Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:08:31.993Z] Removing intermediate container 3953cd86dbef [2020-12-15T00:08:31.993Z] ---> ba2550a92694 [2020-12-15T00:08:31.993Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:08:31.993Z] Removing intermediate container e4c6a095ff4a [2020-12-15T00:08:31.993Z] ---> f9ffd1dcac7c [2020-12-15T00:08:31.993Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:08:31.993Z] Removing intermediate container d6f9749d7446 [2020-12-15T00:08:31.993Z] ---> 1c731964a8f1 [2020-12-15T00:08:31.993Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:08:31.993Z] ---> Running in 3a4dba50f6f3 [2020-12-15T00:08:31.993Z] ---> Running in a2f307abe5d9 [2020-12-15T00:08:31.993Z] ---> Running in aa4dc305c9b5 [2020-12-15T00:08:31.993Z] ---> Running in de687b51b1a0 [2020-12-15T00:08:31.993Z] ---> Running in 948e32e1ff58 [2020-12-15T00:08:31.993Z] Removing intermediate container 3a4dba50f6f3 [2020-12-15T00:08:31.993Z] ---> ea8985250bb1 [2020-12-15T00:08:31.993Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-15T00:08:31.993Z] ---> Running in 1223f021ffe2 [2020-12-15T00:08:31.993Z] Removing intermediate container aa4dc305c9b5 [2020-12-15T00:08:31.993Z] ---> 24b7353155a6 [2020-12-15T00:08:31.993Z] Step 5/24 : RUN apk update && apk add make git [2020-12-15T00:08:31.993Z] ---> Running in f850e6c8944c [2020-12-15T00:08:31.993Z] Removing intermediate container 948e32e1ff58 [2020-12-15T00:08:31.993Z] ---> a586906614d3 [2020-12-15T00:08:31.993Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:08:31.993Z] Removing intermediate container de687b51b1a0 [2020-12-15T00:08:31.993Z] ---> f1163c68482e [2020-12-15T00:08:31.993Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-15T00:08:31.993Z] Removing intermediate container a2f307abe5d9 [2020-12-15T00:08:31.993Z] ---> fb5b1b3332b7 [2020-12-15T00:08:31.993Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:08:31.993Z] ---> Running in 261640ea006e [2020-12-15T00:08:31.993Z] ---> Running in e962327896fa [2020-12-15T00:08:31.993Z] ---> Running in 07897dd0a661 [2020-12-15T00:08:31.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:08:31.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:08:31.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:08:31.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:08:31.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:08:31.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:08:31.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:08:32.273Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:08:32.273Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:08:32.273Z] OK: 12620 distinct packages available [2020-12-15T00:08:32.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:08:32.273Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:08:32.551Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:08:32.551Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:08:32.551Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:08:32.551Z] OK: 12620 distinct packages available [2020-12-15T00:08:32.825Z] OK: 217 MiB in 51 packages [2020-12-15T00:08:33.426Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:08:33.426Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:08:33.426Z] OK: 12620 distinct packages available [2020-12-15T00:08:33.426Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:08:33.426Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:08:33.426Z] OK: 12620 distinct packages available [2020-12-15T00:08:33.426Z] OK: 217 MiB in 51 packages [2020-12-15T00:08:33.426Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:08:33.426Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:08:33.426Z] OK: 12620 distinct packages available [2020-12-15T00:08:34.413Z] OK: 217 MiB in 51 packages [2020-12-15T00:08:34.413Z] OK: 217 MiB in 51 packages [2020-12-15T00:08:34.413Z] OK: 217 MiB in 51 packages [2020-12-15T00:08:35.012Z] Removing intermediate container 1223f021ffe2 [2020-12-15T00:08:35.012Z] ---> 6d898e207770 [2020-12-15T00:08:35.012Z] Step 6/24 : COPY go.mod . [2020-12-15T00:08:35.286Z] Removing intermediate container f850e6c8944c [2020-12-15T00:08:35.286Z] ---> 6fe202522089 [2020-12-15T00:08:35.286Z] Step 6/24 : COPY go.mod . [2020-12-15T00:08:35.894Z] ---> 6ec042e0da64 [2020-12-15T00:08:35.894Z] Step 7/24 : RUN go mod download [2020-12-15T00:08:36.169Z] ---> Running in 4a8af6312e73 [2020-12-15T00:08:36.169Z] Removing intermediate container e962327896fa [2020-12-15T00:08:36.169Z] ---> ccafb0818a5a [2020-12-15T00:08:36.169Z] Step 6/22 : COPY go.mod . [2020-12-15T00:08:36.444Z] ---> c7503df534ed [2020-12-15T00:08:36.444Z] Step 7/24 : RUN go mod download [2020-12-15T00:08:36.444Z] Removing intermediate container 261640ea006e [2020-12-15T00:08:36.444Z] ---> 630d4f46bea9 [2020-12-15T00:08:36.444Z] Step 6/27 : COPY go.mod . [2020-12-15T00:08:36.444Z] Removing intermediate container 07897dd0a661 [2020-12-15T00:08:36.444Z] ---> 174c72315b7b [2020-12-15T00:08:36.444Z] Step 6/22 : COPY go.mod . [2020-12-15T00:08:36.724Z] ---> Running in 1a6e90360631 [2020-12-15T00:08:37.326Z] ---> 341410f4ecba [2020-12-15T00:08:37.326Z] Step 7/22 : RUN go mod download [2020-12-15T00:08:37.607Z] ---> Running in 8686c1ad0002 [2020-12-15T00:08:37.889Z] ---> 767ab989ddb6 [2020-12-15T00:08:37.889Z] Step 7/27 : RUN go mod download [2020-12-15T00:08:37.889Z] ---> 87dc9c9a50da [2020-12-15T00:08:37.889Z] Step 7/22 : RUN go mod download [2020-12-15T00:08:38.171Z] ---> Running in 15e3a2b7c8f2 [2020-12-15T00:08:38.171Z] ---> Running in ce4e3bf876b5 [2020-12-15T00:08:40.171Z] Removing intermediate container 4a8af6312e73 [2020-12-15T00:08:40.171Z] ---> fb72e3feaf44 [2020-12-15T00:08:40.171Z] Step 8/24 : COPY . . [2020-12-15T00:08:40.802Z] Removing intermediate container 1a6e90360631 [2020-12-15T00:08:40.802Z] ---> 295504d8187f [2020-12-15T00:08:40.802Z] Step 8/24 : COPY . . [2020-12-15T00:08:44.239Z] Removing intermediate container 8686c1ad0002 [2020-12-15T00:08:44.239Z] ---> 7b587096f768 [2020-12-15T00:08:44.239Z] Step 8/22 : COPY . . [2020-12-15T00:08:45.244Z] Removing intermediate container ce4e3bf876b5 [2020-12-15T00:08:45.244Z] ---> 373c5dfcd4ef [2020-12-15T00:08:45.244Z] Step 8/22 : COPY . . [2020-12-15T00:08:45.519Z] Removing intermediate container 15e3a2b7c8f2 [2020-12-15T00:08:45.519Z] ---> 624932f1d951 [2020-12-15T00:08:45.519Z] Step 8/27 : COPY . . [2020-12-15T00:09:07.738Z] ---> 061c3b9c4b73 [2020-12-15T00:09:07.738Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-15T00:09:07.738Z] ---> 5f1d39735eec [2020-12-15T00:09:07.738Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-15T00:09:07.738Z] ---> 8f72d7ae25cf [2020-12-15T00:09:07.738Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-15T00:09:07.738Z] ---> Running in 010158972ee5 [2020-12-15T00:09:07.738Z] ---> 1f7d04f49471 [2020-12-15T00:09:07.738Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-15T00:09:07.738Z] ---> be001851f1de [2020-12-15T00:09:07.738Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-15T00:09:07.738Z] ---> Running in 5bfdd086f8d1 [2020-12-15T00:09:07.738Z] ---> Running in f091e25854d2 [2020-12-15T00:09:07.738Z] ---> Running in f0e32bc776a8 [2020-12-15T00:09:07.738Z] ---> Running in 59e7e7801062 [2020-12-15T00:09:07.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-12-15T00:09:08.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2020-12-15T00:09:08.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-12-15T00:09:08.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-12-15T00:09:08.291Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-12-15T00:10:30.107Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-12-15T00:10:38.432Z] Removing intermediate container 5bfdd086f8d1 [2020-12-15T00:10:38.432Z] ---> 2585f22be104 [2020-12-15T00:10:38.432Z] [2020-12-15T00:10:38.432Z] Step 10/22 : FROM alpine:3.10 [2020-12-15T00:10:38.432Z] 3.10: Pulling from library/alpine [2020-12-15T00:10:39.881Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-15T00:10:39.881Z] Status: Downloaded newer image for alpine:3.10 [2020-12-15T00:10:39.881Z] ---> 536a684cf733 [2020-12-15T00:10:39.881Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T00:10:40.881Z] ---> Running in 80ed23f608ad [2020-12-15T00:10:43.526Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:10:43.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:10:43.811Z] Removing intermediate container 59e7e7801062 [2020-12-15T00:10:43.811Z] ---> 514180ae9fb1 [2020-12-15T00:10:43.811Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-15T00:10:44.108Z] Removing intermediate container f091e25854d2 [2020-12-15T00:10:44.108Z] ---> c9b92637f905 [2020-12-15T00:10:44.108Z] [2020-12-15T00:10:44.108Z] Step 10/24 : FROM alpine:3.10 [2020-12-15T00:10:44.108Z] ---> 536a684cf733 [2020-12-15T00:10:44.108Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-15T00:10:44.108Z] ---> Running in c442f1bc0ae6 [2020-12-15T00:10:44.392Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T00:10:44.392Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T00:10:44.392Z] OK: 10169 distinct packages available [2020-12-15T00:10:44.392Z] ---> Running in 053dadcf72c2 [2020-12-15T00:10:45.386Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T00:10:45.386Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T00:10:45.386Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T00:10:45.386Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T00:10:45.386Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T00:10:45.386Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T00:10:45.386Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T00:10:45.993Z] OK: 7 MiB in 19 packages [2020-12-15T00:10:46.599Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-12-15T00:10:46.884Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:10:47.200Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:10:47.983Z] v3.10.5-168-g2fc5df2ea2 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-15T00:10:47.983Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-15T00:10:47.983Z] OK: 10169 distinct packages available [2020-12-15T00:10:48.642Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-15T00:10:48.642Z] Removing intermediate container 80ed23f608ad [2020-12-15T00:10:48.642Z] ---> b1f9c7f0a5f0 [2020-12-15T00:10:48.642Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-15T00:10:48.934Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-15T00:10:48.934Z] (3/5) Installing libcurl (7.66.0-r3) [2020-12-15T00:10:48.934Z] (4/5) Installing curl (7.66.0-r3) [2020-12-15T00:10:48.934Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-15T00:10:48.934Z] Executing busybox-1.30.1-r3.trigger [2020-12-15T00:10:48.934Z] Executing ca-certificates-20191127-r2.trigger [2020-12-15T00:10:48.934Z] ---> Running in 3f7c6f9abb04 [2020-12-15T00:10:49.319Z] OK: 7 MiB in 19 packages [2020-12-15T00:10:49.600Z] Removing intermediate container 3f7c6f9abb04 [2020-12-15T00:10:49.600Z] ---> dce887ba2e69 [2020-12-15T00:10:49.600Z] Step 13/22 : WORKDIR / [2020-12-15T00:10:49.888Z] ---> Running in 8e68d511055e [2020-12-15T00:10:51.015Z] Removing intermediate container 8e68d511055e [2020-12-15T00:10:51.015Z] ---> e6e466b9848d [2020-12-15T00:10:51.015Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-15T00:10:52.533Z] Removing intermediate container 053dadcf72c2 [2020-12-15T00:10:52.533Z] ---> a2a5a0bff381 [2020-12-15T00:10:52.533Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T00:10:53.133Z] ---> Running in 2d018a18f962 [2020-12-15T00:10:53.133Z] ---> d1f6bbe1cf9e [2020-12-15T00:10:53.133Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-15T00:10:53.737Z] Removing intermediate container c442f1bc0ae6 [2020-12-15T00:10:53.737Z] ---> 7ae0b8b3d3e4 [2020-12-15T00:10:53.737Z] [2020-12-15T00:10:53.737Z] Step 11/27 : FROM docker:latest [2020-12-15T00:10:53.737Z] ---> eeaf43b92773 [2020-12-15T00:10:53.737Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-15T00:10:54.342Z] Removing intermediate container 2d018a18f962 [2020-12-15T00:10:54.342Z] ---> 6edeedc20fa8 [2020-12-15T00:10:54.342Z] Step 13/24 : WORKDIR / [2020-12-15T00:10:54.342Z] ---> Running in a7fc206b8b99 [2020-12-15T00:10:54.617Z] ---> Running in d78f6f9d4c5d [2020-12-15T00:10:54.891Z] ---> 6f95bc0e89ea [2020-12-15T00:10:54.891Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-15T00:10:55.166Z] Removing intermediate container d78f6f9d4c5d [2020-12-15T00:10:55.166Z] ---> c9e3e0c38002 [2020-12-15T00:10:55.166Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-15T00:10:56.144Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:10:56.420Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:10:56.420Z] ---> 45927ad756f9 [2020-12-15T00:10:56.420Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-15T00:10:57.025Z] ---> 3cafe2d2cdbe [2020-12-15T00:10:57.025Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-15T00:10:57.025Z] (1/2) Installing readline (8.0.4-r0) [2020-12-15T00:10:57.025Z] (2/2) Installing bash (5.0.17-r0) [2020-12-15T00:10:57.308Z] Executing bash-5.0.17-r0.post-install [2020-12-15T00:10:57.308Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:10:57.308Z] OK: 12 MiB in 22 packages [2020-12-15T00:10:58.311Z] ---> ec72e47a519f [2020-12-15T00:10:58.311Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-15T00:10:58.584Z] ---> Running in 76dad068de89 [2020-12-15T00:10:58.584Z] ---> 7f123f9f3782 [2020-12-15T00:10:58.584Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-15T00:10:59.179Z] Removing intermediate container f0e32bc776a8 [2020-12-15T00:10:59.179Z] ---> 27db2a1ede41 [2020-12-15T00:10:59.179Z] [2020-12-15T00:10:59.179Z] Step 10/22 : FROM scratch [2020-12-15T00:10:59.179Z] ---> [2020-12-15T00:10:59.179Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:10:59.179Z] Removing intermediate container 010158972ee5 [2020-12-15T00:10:59.179Z] ---> b9ed6f3a66a8 [2020-12-15T00:10:59.179Z] [2020-12-15T00:10:59.179Z] Step 10/24 : FROM scratch [2020-12-15T00:10:59.179Z] ---> [2020-12-15T00:10:59.179Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-15T00:10:59.796Z] ---> Running in f7c9abc7b2c5 [2020-12-15T00:10:59.796Z] ---> Running in 245b9adf6f08 [2020-12-15T00:10:59.796Z] Removing intermediate container a7fc206b8b99 [2020-12-15T00:10:59.796Z] ---> ce6e530fe43e [2020-12-15T00:10:59.796Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-15T00:10:59.796Z] ---> 131f7c23ccf5 [2020-12-15T00:10:59.796Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-15T00:11:00.077Z] ---> Running in 863cde01b2b3 [2020-12-15T00:11:00.077Z] Removing intermediate container f7c9abc7b2c5 [2020-12-15T00:11:00.077Z] ---> c122504e6c5f [2020-12-15T00:11:00.077Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-15T00:11:00.077Z] Removing intermediate container 245b9adf6f08 [2020-12-15T00:11:00.077Z] ---> 033bbb1a964e [2020-12-15T00:11:00.077Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-15T00:11:00.352Z] ---> Running in 5186f6754d11 [2020-12-15T00:11:00.352Z] ---> Running in 4283ccfbcb93 [2020-12-15T00:11:01.348Z] Removing intermediate container 5186f6754d11 [2020-12-15T00:11:01.348Z] ---> e0128e9930ba [2020-12-15T00:11:01.348Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-15T00:11:01.348Z] Removing intermediate container 4283ccfbcb93 [2020-12-15T00:11:01.348Z] ---> d2ea9a3fbcbc [2020-12-15T00:11:01.348Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T00:11:01.348Z] ---> Running in 95324acc910c [2020-12-15T00:11:01.348Z] ---> Running in c2226937b931 [2020-12-15T00:11:01.630Z] ---> d1044535a242 [2020-12-15T00:11:01.630Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-15T00:11:01.630Z] Removing intermediate container 76dad068de89 [2020-12-15T00:11:01.630Z] ---> 60f15d8f78ec [2020-12-15T00:11:01.630Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-15T00:11:01.906Z] ---> Running in 12eade3b78c3 [2020-12-15T00:11:02.194Z] Removing intermediate container 95324acc910c [2020-12-15T00:11:02.194Z] ---> 78cd0a1cd04a [2020-12-15T00:11:02.194Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-15T00:11:02.194Z] Removing intermediate container c2226937b931 [2020-12-15T00:11:02.194Z] ---> 60567601535f [2020-12-15T00:11:02.194Z] Step 14/22 : WORKDIR / [2020-12-15T00:11:02.474Z] ---> Running in 4f9dc5d383ae [2020-12-15T00:11:02.760Z] Removing intermediate container 12eade3b78c3 [2020-12-15T00:11:02.760Z] ---> 61016e428d06 [2020-12-15T00:11:02.760Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T00:11:03.040Z] ---> Running in ce6b7e4550e8 [2020-12-15T00:11:03.318Z] ---> 24a03bdfc3e7 [2020-12-15T00:11:03.318Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-15T00:11:03.318Z] ---> b880f0e09342 [2020-12-15T00:11:03.318Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-15T00:11:03.318Z] Removing intermediate container 863cde01b2b3 [2020-12-15T00:11:03.318Z] ---> 40d4b6c34cc3 [2020-12-15T00:11:03.318Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-15T00:11:03.318Z] Removing intermediate container 4f9dc5d383ae [2020-12-15T00:11:03.318Z] ---> e92f4fd374d3 [2020-12-15T00:11:03.318Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-15T00:11:03.593Z] ---> Running in bf73fca1a97a [2020-12-15T00:11:03.593Z] Removing intermediate container ce6b7e4550e8 [2020-12-15T00:11:03.593Z] ---> 9cb0f5d5bdef [2020-12-15T00:11:03.594Z] Step 21/22 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:11:03.869Z] ---> Running in 6f1f42ed3bd7 [2020-12-15T00:11:04.468Z] ---> 9972ef93e7f0 [2020-12-15T00:11:04.468Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-15T00:11:04.468Z] Removing intermediate container bf73fca1a97a [2020-12-15T00:11:04.468Z] ---> d07c2985c305 [2020-12-15T00:11:04.468Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-15T00:11:04.468Z] ---> 8fd7e6049465 [2020-12-15T00:11:04.468Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-15T00:11:04.746Z] ---> Running in ae4ade6ccaf8 [2020-12-15T00:11:04.746Z] Removing intermediate container 6f1f42ed3bd7 [2020-12-15T00:11:04.746Z] ---> bd1df38fd8b6 [2020-12-15T00:11:04.746Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:11:04.746Z] ---> Running in fb5990ca19ec [2020-12-15T00:11:05.027Z] ---> 0e2229f117f8 [2020-12-15T00:11:05.027Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-15T00:11:05.027Z] ---> Running in 4e8827343a2c [2020-12-15T00:11:06.021Z] Removing intermediate container fb5990ca19ec [2020-12-15T00:11:06.021Z] ---> 8dc92494d531 [2020-12-15T00:11:06.021Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-15T00:11:06.021Z] Removing intermediate container 4e8827343a2c [2020-12-15T00:11:06.021Z] ---> bb481bd006d3 [2020-12-15T00:11:06.021Z] [2020-12-15T00:11:06.315Z] ---> Running in 5a0e0cc8794b [2020-12-15T00:11:06.596Z] Successfully built bb481bd006d3 [2020-12-15T00:11:06.870Z] ---> 7f1ef63b3cc5 [2020-12-15T00:11:06.870Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-15T00:11:06.870Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-15T00:11:06.870Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2020-12-15T00:11:07.145Z] Removing intermediate container 5a0e0cc8794b [2020-12-15T00:11:07.145Z] ---> 04b02a916f4f [2020-12-15T00:11:07.145Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-15T00:11:07.145Z] ---> ff6523dd6623 [2020-12-15T00:11:07.145Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-15T00:11:08.126Z] Removing intermediate container ae4ade6ccaf8 [2020-12-15T00:11:08.126Z] ---> 86699c4fec0c [2020-12-15T00:11:08.126Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-15T00:11:08.724Z] ---> deac31aab0d6 [2020-12-15T00:11:08.724Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-15T00:11:08.724Z] ---> Running in 5749069d9edc [2020-12-15T00:11:09.705Z] ---> 0a17236995ca [2020-12-15T00:11:09.705Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-15T00:11:09.705Z] ---> Running in cee509acfd55 [2020-12-15T00:11:09.985Z] ---> a263ff7baf6a [2020-12-15T00:11:09.985Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-15T00:11:10.269Z] Removing intermediate container 5749069d9edc [2020-12-15T00:11:10.269Z] ---> e821a5dd97ef [2020-12-15T00:11:10.269Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T00:11:10.546Z] Removing intermediate container cee509acfd55 [2020-12-15T00:11:10.546Z] ---> 953a08bad4eb [2020-12-15T00:11:10.546Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:11:10.830Z] ---> Running in 048404e13f7b [2020-12-15T00:11:11.155Z] ---> Running in 610e5cb2d87c [2020-12-15T00:11:12.133Z] ---> 0062e914a2d0 [2020-12-15T00:11:12.133Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-15T00:11:12.133Z] ---> 1bbcc4c400ca [2020-12-15T00:11:12.133Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-15T00:11:12.409Z] Removing intermediate container 610e5cb2d87c [2020-12-15T00:11:12.409Z] ---> 011b9373a09c [2020-12-15T00:11:12.409Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T00:11:12.409Z] Removing intermediate container 048404e13f7b [2020-12-15T00:11:12.409Z] ---> 7e6652f3d488 [2020-12-15T00:11:12.409Z] Step 23/24 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:11:12.688Z] ---> Running in 1dded0a518fd [2020-12-15T00:11:12.688Z] ---> Running in 4e0e04ed121b [2020-12-15T00:11:13.298Z] ---> d962424527c3 [2020-12-15T00:11:13.298Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-15T00:11:13.298Z] ---> 54fb9c2334bb [2020-12-15T00:11:13.298Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-15T00:11:13.299Z] ---> Running in 33204bd4f0d0 [2020-12-15T00:11:13.571Z] ---> Running in be6abfe52803 [2020-12-15T00:11:13.571Z] Removing intermediate container 4e0e04ed121b [2020-12-15T00:11:13.571Z] ---> f95aa11fbd54 [2020-12-15T00:11:13.571Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T00:11:13.571Z] Removing intermediate container 1dded0a518fd [2020-12-15T00:11:13.571Z] ---> 47720840c2ef [2020-12-15T00:11:13.571Z] Step 21/22 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:11:13.852Z] ---> Running in 5fa8df83cd2b [2020-12-15T00:11:13.852Z] ---> Running in 44355c561250 [2020-12-15T00:11:14.127Z] Removing intermediate container 33204bd4f0d0 [2020-12-15T00:11:14.127Z] ---> 248c1084bc8d [2020-12-15T00:11:14.127Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:11:14.401Z] ---> Running in d6e36b6d49bf [2020-12-15T00:11:14.676Z] Removing intermediate container 5fa8df83cd2b [2020-12-15T00:11:14.676Z] ---> a9e3a38140e6 [2020-12-15T00:11:14.676Z] [2020-12-15T00:11:14.676Z] Removing intermediate container 44355c561250 [2020-12-15T00:11:14.676Z] ---> 4f3b1b4b27a5 [2020-12-15T00:11:14.676Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:11:14.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:11:14.945Z] Removing intermediate container d6e36b6d49bf [2020-12-15T00:11:14.945Z] ---> 39218c128986 [2020-12-15T00:11:14.945Z] Step 22/24 : LABEL arch=arm64 [2020-12-15T00:11:15.229Z] Successfully built a9e3a38140e6 [2020-12-15T00:11:15.229Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-15T00:11:15.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:11:15.229Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go [2020-12-15T00:11:15.229Z] ---> Running in 0693554f7ee5 [2020-12-15T00:11:15.512Z] ---> Running in 8d7488bed239 [2020-12-15T00:11:15.787Z] Removing intermediate container 0693554f7ee5 [2020-12-15T00:11:15.787Z] ---> f0efdf152c59 [2020-12-15T00:11:15.787Z] [2020-12-15T00:11:15.787Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-15T00:11:15.787Z] (2/33) Installing expat (2.2.9-r1) [2020-12-15T00:11:15.787Z] (3/33) Installing libffi (3.3-r2) [2020-12-15T00:11:15.787Z] (4/33) Installing gdbm (1.13-r1) [2020-12-15T00:11:15.787Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-15T00:11:15.787Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-15T00:11:16.062Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-15T00:11:16.062Z] Successfully built f0efdf152c59 [2020-12-15T00:11:16.337Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-15T00:11:16.337Z]  Building docker-core-command-go ... done Building docker-security-proxy-setup-go [2020-12-15T00:11:16.337Z] Removing intermediate container 8d7488bed239 [2020-12-15T00:11:16.337Z] ---> 8959a0c5e0ae [2020-12-15T00:11:16.337Z] Step 23/24 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:11:17.320Z] ---> Running in a438f0b5bd02 [2020-12-15T00:11:17.926Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-15T00:11:17.926Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-15T00:11:17.926Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-15T00:11:17.926Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-15T00:11:17.926Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-15T00:11:17.926Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-15T00:11:17.926Z] Removing intermediate container a438f0b5bd02 [2020-12-15T00:11:17.926Z] ---> 87bfdc8222da [2020-12-15T00:11:17.926Z] Step 24/24 : LABEL version=0.0.0 [2020-12-15T00:11:17.926Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-15T00:11:18.205Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-15T00:11:18.205Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-15T00:11:18.205Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-15T00:11:18.205Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-15T00:11:18.205Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-15T00:11:18.479Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-15T00:11:18.479Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-15T00:11:18.479Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-15T00:11:18.479Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-15T00:11:18.480Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-15T00:11:18.480Z] ---> Running in 512af5cf8daa [2020-12-15T00:11:18.480Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-15T00:11:18.480Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-15T00:11:18.480Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-15T00:11:18.480Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-15T00:11:18.480Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-15T00:11:18.756Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-15T00:11:18.756Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-15T00:11:18.756Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-15T00:11:18.756Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-15T00:11:18.756Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:11:18.756Z] OK: 71 MiB in 55 packages [2020-12-15T00:11:19.754Z] Removing intermediate container 512af5cf8daa [2020-12-15T00:11:19.754Z] ---> e2ee93861d5d [2020-12-15T00:11:19.754Z] [2020-12-15T00:11:20.358Z] Successfully built e2ee93861d5d [2020-12-15T00:11:20.637Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-15T00:11:20.637Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2020-12-15T00:11:28.919Z] Removing intermediate container be6abfe52803 [2020-12-15T00:11:28.919Z] ---> 99acb5d987dc [2020-12-15T00:11:28.919Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-15T00:11:29.516Z] ---> Running in 25621ea6ee07 [2020-12-15T00:11:34.910Z] Collecting docker-compose==1.23.2 [2020-12-15T00:11:34.910Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-15T00:11:35.183Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-15T00:11:35.183Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-15T00:11:37.803Z] Collecting jsonschema<3,>=2.5.1 [2020-12-15T00:11:37.803Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-15T00:11:38.074Z] Collecting texttable<0.10,>=0.9.0 [2020-12-15T00:11:38.074Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-15T00:11:40.702Z] Collecting docopt<0.7,>=0.6.1 [2020-12-15T00:11:40.702Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-15T00:11:43.325Z] Collecting docker<4.0,>=3.6.0 [2020-12-15T00:11:43.325Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-15T00:11:43.325Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-15T00:11:43.950Z] Collecting cached-property<2,>=1.2.0 [2020-12-15T00:11:43.950Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-15T00:11:43.950Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:11:43.950Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:11:43.950Z] ---> b6e83fc8be33 [2020-12-15T00:11:43.950Z] Step 3/23 : WORKDIR /edgex-go [2020-12-15T00:11:43.950Z] ---> Using cache [2020-12-15T00:11:43.950Z] ---> 1c731964a8f1 [2020-12-15T00:11:43.950Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:11:43.950Z] ---> Using cache [2020-12-15T00:11:43.950Z] ---> a586906614d3 [2020-12-15T00:11:43.950Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-15T00:11:45.401Z] Collecting PyYAML<4,>=3.10 [2020-12-15T00:11:45.401Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-15T00:11:48.807Z] ---> Running in 2b4d8852cf42 [2020-12-15T00:11:50.261Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:11:50.261Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-15T00:11:50.261Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-15T00:11:51.250Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-15T00:11:51.250Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-15T00:11:51.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:11:51.527Z] Collecting docker-pycreds>=0.4.0 [2020-12-15T00:11:51.527Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-15T00:11:51.805Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-12-15T00:11:51.805Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-12-15T00:11:52.082Z] v3.12.2-16-g7439663916 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:11:52.082Z] v3.12.2-17-g25bd54f97d [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:11:52.082Z] OK: 12620 distinct packages available [2020-12-15T00:11:52.359Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-15T00:11:52.359Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-15T00:11:52.956Z] OK: 217 MiB in 51 packages [2020-12-15T00:11:52.956Z] Collecting idna<2.8,>=2.5 [2020-12-15T00:11:52.956Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-15T00:11:53.236Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-15T00:11:53.236Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-15T00:11:53.236Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-15T00:11:53.236Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-15T00:11:54.225Z] Installing collected packages: dockerpty, jsonschema, texttable, docopt, docker-pycreds, urllib3, idna, requests, websocket-client, docker, cached-property, PyYAML, docker-compose [2020-12-15T00:11:54.225Z] Running setup.py install for dockerpty: started [2020-12-15T00:11:56.878Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-15T00:11:57.152Z] Running setup.py install for texttable: started [2020-12-15T00:11:57.152Z] Removing intermediate container 2b4d8852cf42 [2020-12-15T00:11:57.152Z] ---> d3da14deb015 [2020-12-15T00:11:57.152Z] Step 6/23 : COPY go.mod . [2020-12-15T00:11:57.750Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:11:57.750Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:11:57.750Z] ---> b6e83fc8be33 [2020-12-15T00:11:58.025Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T00:11:58.025Z] ---> Using cache [2020-12-15T00:11:58.025Z] ---> 1c731964a8f1 [2020-12-15T00:11:58.025Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:11:58.025Z] ---> Using cache [2020-12-15T00:11:58.025Z] ---> a586906614d3 [2020-12-15T00:11:58.025Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T00:11:58.025Z] ---> Using cache [2020-12-15T00:11:58.025Z] ---> ccafb0818a5a [2020-12-15T00:11:58.025Z] Step 6/21 : COPY go.mod . [2020-12-15T00:11:58.025Z] ---> Using cache [2020-12-15T00:11:58.025Z] ---> 341410f4ecba [2020-12-15T00:11:58.025Z] Step 7/21 : RUN go mod download [2020-12-15T00:11:58.025Z] ---> Using cache [2020-12-15T00:11:58.025Z] ---> 7b587096f768 [2020-12-15T00:11:58.025Z] Step 8/21 : COPY . . [2020-12-15T00:11:58.025Z] ---> Using cache [2020-12-15T00:11:58.306Z] ---> 8f72d7ae25cf [2020-12-15T00:11:58.306Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-15T00:11:58.306Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:11:58.306Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:11:58.306Z] ---> b6e83fc8be33 [2020-12-15T00:11:58.306Z] Step 3/21 : WORKDIR /edgex-go [2020-12-15T00:11:58.306Z] ---> Using cache [2020-12-15T00:11:58.306Z] ---> 1c731964a8f1 [2020-12-15T00:11:58.306Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:11:58.306Z] ---> Using cache [2020-12-15T00:11:58.306Z] ---> a586906614d3 [2020-12-15T00:11:58.306Z] Step 5/21 : RUN apk update && apk add make git [2020-12-15T00:11:58.306Z] ---> Using cache [2020-12-15T00:11:58.306Z] ---> ccafb0818a5a [2020-12-15T00:11:58.306Z] Step 6/21 : COPY go.mod . [2020-12-15T00:11:58.306Z] ---> Using cache [2020-12-15T00:11:58.306Z] ---> 341410f4ecba [2020-12-15T00:11:58.306Z] Step 7/21 : RUN go mod download [2020-12-15T00:11:58.306Z] ---> Using cache [2020-12-15T00:11:58.306Z] ---> 7b587096f768 [2020-12-15T00:11:58.306Z] Step 8/21 : COPY . . [2020-12-15T00:11:58.583Z] ---> Using cache [2020-12-15T00:11:58.583Z] ---> 8f72d7ae25cf [2020-12-15T00:11:58.583Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-15T00:11:58.858Z] ---> 6d0fbf2d8bca [2020-12-15T00:11:58.858Z] Step 7/23 : RUN go mod download [2020-12-15T00:11:58.858Z] ---> Running in 7d00c9f01af6 [2020-12-15T00:11:59.140Z] ---> Running in 3eed887ed45f [2020-12-15T00:11:59.412Z] Running setup.py install for texttable: finished with status 'done' [2020-12-15T00:11:59.412Z] Running setup.py install for docopt: started [2020-12-15T00:11:59.412Z] ---> Running in 2304379764e3 [2020-12-15T00:12:01.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-12-15T00:12:01.420Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-12-15T00:12:02.043Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-15T00:12:02.043Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-15T00:12:02.043Z] ---> b6e83fc8be33 [2020-12-15T00:12:02.043Z] Step 3/22 : WORKDIR /edgex-go [2020-12-15T00:12:02.043Z] ---> Using cache [2020-12-15T00:12:02.043Z] ---> 1c731964a8f1 [2020-12-15T00:12:02.043Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:12:02.043Z] ---> Using cache [2020-12-15T00:12:02.043Z] ---> a586906614d3 [2020-12-15T00:12:02.043Z] Step 5/22 : RUN apk update && apk add make git [2020-12-15T00:12:02.043Z] ---> Using cache [2020-12-15T00:12:02.043Z] ---> ccafb0818a5a [2020-12-15T00:12:02.043Z] Step 6/22 : COPY go.mod . [2020-12-15T00:12:02.043Z] ---> Using cache [2020-12-15T00:12:02.043Z] ---> 341410f4ecba [2020-12-15T00:12:02.043Z] Step 7/22 : RUN go mod download [2020-12-15T00:12:02.043Z] ---> Using cache [2020-12-15T00:12:02.043Z] ---> 7b587096f768 [2020-12-15T00:12:02.043Z] Step 8/22 : COPY . . [2020-12-15T00:12:02.043Z] ---> Using cache [2020-12-15T00:12:02.043Z] ---> 8f72d7ae25cf [2020-12-15T00:12:02.043Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-15T00:12:02.043Z] Running setup.py install for docopt: finished with status 'done' [2020-12-15T00:12:02.659Z] Attempting uninstall: urllib3 [2020-12-15T00:12:02.659Z] Found existing installation: urllib3 1.25.9 [2020-12-15T00:12:02.659Z] Uninstalling urllib3-1.25.9: [2020-12-15T00:12:02.659Z] ---> Running in 6172d8ed832d [2020-12-15T00:12:02.934Z] Successfully uninstalled urllib3-1.25.9 [2020-12-15T00:12:03.920Z] Attempting uninstall: idna [2020-12-15T00:12:03.920Z] Found existing installation: idna 2.9 [2020-12-15T00:12:03.920Z] Uninstalling idna-2.9: [2020-12-15T00:12:03.920Z] Successfully uninstalled idna-2.9 [2020-12-15T00:12:04.523Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-12-15T00:12:04.523Z] Removing intermediate container 2304379764e3 [2020-12-15T00:12:04.523Z] ---> ae5f8ecb0225 [2020-12-15T00:12:04.523Z] Step 8/23 : COPY . . [2020-12-15T00:12:04.801Z] Attempting uninstall: requests [2020-12-15T00:12:04.801Z] Found existing installation: requests 2.23.0 [2020-12-15T00:12:04.801Z] Uninstalling requests-2.23.0: [2020-12-15T00:12:05.076Z] Successfully uninstalled requests-2.23.0 [2020-12-15T00:12:07.716Z] Running setup.py install for PyYAML: started [2020-12-15T00:12:11.122Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-15T00:12:12.573Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-12-15T00:12:22.770Z] Removing intermediate container 25621ea6ee07 [2020-12-15T00:12:22.770Z] ---> 35a18beea2df [2020-12-15T00:12:22.770Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-15T00:12:22.770Z] ---> Running in d416857044e6 [2020-12-15T00:12:22.770Z] ---> be0bbef29797 [2020-12-15T00:12:22.770Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-15T00:12:22.770Z] ---> Running in 7f07a17665a8 [2020-12-15T00:12:24.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:12:24.770Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:12:25.045Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-12-15T00:12:25.649Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T00:12:25.649Z] (2/3) Installing libcurl (7.69.1-r3) [2020-12-15T00:12:25.649Z] (3/3) Installing curl (7.69.1-r3) [2020-12-15T00:12:25.649Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:12:25.649Z] OK: 71 MiB in 58 packages [2020-12-15T00:12:27.644Z] Removing intermediate container d416857044e6 [2020-12-15T00:12:27.644Z] ---> ccd3dee0e5c9 [2020-12-15T00:12:27.644Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-15T00:12:27.644Z] ---> Running in 816e53676935 [2020-12-15T00:12:28.630Z] Removing intermediate container 816e53676935 [2020-12-15T00:12:28.630Z] ---> 1fa95faaa176 [2020-12-15T00:12:28.630Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:12:28.630Z] ---> Running in 7211c1814cc1 [2020-12-15T00:12:29.233Z] Removing intermediate container 7211c1814cc1 [2020-12-15T00:12:29.233Z] ---> a4bd34f32340 [2020-12-15T00:12:29.233Z] Step 25/27 : LABEL arch=arm64 [2020-12-15T00:12:29.233Z] ---> Running in 2d3fa2819c12 [2020-12-15T00:12:30.226Z] Removing intermediate container 2d3fa2819c12 [2020-12-15T00:12:30.226Z] ---> 58c0ec4fb941 [2020-12-15T00:12:30.226Z] Step 26/27 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:12:30.226Z] ---> Running in 74e6c9627264 [2020-12-15T00:12:30.824Z] Removing intermediate container 74e6c9627264 [2020-12-15T00:12:30.824Z] ---> b882a4a6e17b [2020-12-15T00:12:30.824Z] Step 27/27 : LABEL version=0.0.0 [2020-12-15T00:12:31.097Z] ---> Running in 3375f4358014 [2020-12-15T00:12:32.096Z] Removing intermediate container 3375f4358014 [2020-12-15T00:12:32.096Z] ---> 0b6b8e1bdb28 [2020-12-15T00:12:32.096Z] [2020-12-15T00:12:32.374Z] Successfully built 0b6b8e1bdb28 [2020-12-15T00:12:32.374Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-15T00:13:11.398Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2020-12-15T00:13:26.510Z] Removing intermediate container 7d00c9f01af6 [2020-12-15T00:13:26.510Z] ---> dd9d80aec4d0 [2020-12-15T00:13:26.510Z] [2020-12-15T00:13:26.510Z] Step 10/21 : FROM alpine [2020-12-15T00:13:26.510Z] latest: Pulling from library/alpine [2020-12-15T00:13:26.510Z] Digest: sha256:a126728cb7db157f0deb377bcba3c5e473e612d7bafc27f6bb4e5e083f9f08c2 [2020-12-15T00:13:26.510Z] Status: Downloaded newer image for alpine:latest [2020-12-15T00:13:26.510Z] ---> dd36a01c3f31 [2020-12-15T00:13:26.510Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-15T00:13:26.510Z] ---> Running in 4cb7d4d52cf3 [2020-12-15T00:13:27.954Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:13:28.229Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:13:29.211Z] v3.12.2-16-g7439663916 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-15T00:13:29.211Z] v3.12.2-17-g25bd54f97d [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-15T00:13:29.211Z] OK: 12617 distinct packages available [2020-12-15T00:13:29.810Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-15T00:13:29.810Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-15T00:13:29.810Z] (3/4) Installing libcurl (7.69.1-r3) [2020-12-15T00:13:29.810Z] (4/4) Installing curl (7.69.1-r3) [2020-12-15T00:13:29.810Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:13:29.810Z] Executing ca-certificates-20191127-r4.trigger [2020-12-15T00:13:30.413Z] OK: 7 MiB in 18 packages [2020-12-15T00:13:33.052Z] Removing intermediate container 4cb7d4d52cf3 [2020-12-15T00:13:33.052Z] ---> a3080c401d1f [2020-12-15T00:13:33.052Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-15T00:13:33.052Z] ---> Running in a8cc37c708ef [2020-12-15T00:13:33.663Z] Removing intermediate container a8cc37c708ef [2020-12-15T00:13:33.663Z] ---> a409615202e5 [2020-12-15T00:13:33.663Z] Step 13/21 : WORKDIR /edgex [2020-12-15T00:13:33.944Z] ---> Running in bc607fb07193 [2020-12-15T00:13:34.558Z] Removing intermediate container bc607fb07193 [2020-12-15T00:13:34.558Z] ---> cd2872dceeab [2020-12-15T00:13:34.558Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-15T00:13:36.012Z] ---> 627fd9f14aca [2020-12-15T00:13:36.012Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-15T00:13:38.650Z] ---> f10ae847b7f3 [2020-12-15T00:13:38.650Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-15T00:13:41.304Z] ---> b1a838ab829b [2020-12-15T00:13:41.304Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-15T00:13:41.304Z] Removing intermediate container 3eed887ed45f [2020-12-15T00:13:41.304Z] ---> 19e6700dfe6b [2020-12-15T00:13:41.304Z] [2020-12-15T00:13:41.304Z] Step 10/21 : FROM scratch [2020-12-15T00:13:41.304Z] ---> [2020-12-15T00:13:41.304Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:13:41.304Z] ---> Using cache [2020-12-15T00:13:41.304Z] ---> c122504e6c5f [2020-12-15T00:13:41.304Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-15T00:13:41.304Z] ---> Running in c959eed96095 [2020-12-15T00:13:41.579Z] ---> Running in cfcf26a7b3bc [2020-12-15T00:13:42.201Z] Removing intermediate container c959eed96095 [2020-12-15T00:13:42.201Z] ---> 0f7b8d9f82d7 [2020-12-15T00:13:42.201Z] Step 18/21 : CMD ["--init=true"] [2020-12-15T00:13:42.201Z] Removing intermediate container cfcf26a7b3bc [2020-12-15T00:13:42.201Z] ---> ef5d3edbc5c6 [2020-12-15T00:13:42.201Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-15T00:13:42.478Z] ---> Running in 92c0bbffa7b2 [2020-12-15T00:13:42.478Z] ---> Running in 1c4c82d2ea5b [2020-12-15T00:13:43.470Z] Removing intermediate container 92c0bbffa7b2 [2020-12-15T00:13:43.470Z] Removing intermediate container 1c4c82d2ea5b [2020-12-15T00:13:43.470Z] ---> a84f652c8a20 [2020-12-15T00:13:43.470Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-15T00:13:43.470Z] ---> 5f55020f5068 [2020-12-15T00:13:43.470Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T00:13:43.470Z] ---> Running in cc69bf2f5d4b [2020-12-15T00:13:44.470Z] Removing intermediate container cc69bf2f5d4b [2020-12-15T00:13:44.470Z] ---> d7a59d4c2d39 [2020-12-15T00:13:44.470Z] Step 20/21 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:13:44.747Z] ---> Running in 94e300ceb9a4 [2020-12-15T00:13:44.747Z] ---> db9a95a9e147 [2020-12-15T00:13:44.747Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-15T00:13:45.742Z] Removing intermediate container 94e300ceb9a4 [2020-12-15T00:13:45.742Z] ---> 8ed4a0dfe096 [2020-12-15T00:13:45.742Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T00:13:45.742Z] ---> Running in 47a503870783 [2020-12-15T00:13:46.731Z] Removing intermediate container 47a503870783 [2020-12-15T00:13:46.731Z] ---> 1876b429fbd1 [2020-12-15T00:13:46.731Z] [2020-12-15T00:13:46.731Z] ---> 88de98c7585c [2020-12-15T00:13:46.731Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-15T00:13:47.331Z] Successfully built 1876b429fbd1 [2020-12-15T00:13:47.332Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-15T00:13:47.957Z]  Building docker-security-proxy-setup-go ... done  ---> 59b20752f52f [2020-12-15T00:13:47.957Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-15T00:13:48.242Z] ---> Running in 173fc6c9e364 [2020-12-15T00:13:48.850Z] Removing intermediate container 173fc6c9e364 [2020-12-15T00:13:48.850Z] ---> f14c2d5ce4c6 [2020-12-15T00:13:48.850Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:13:49.126Z] ---> Running in fe68585cec78 [2020-12-15T00:13:49.726Z] Removing intermediate container fe68585cec78 [2020-12-15T00:13:49.726Z] ---> a436d9fb0d14 [2020-12-15T00:13:49.726Z] Step 19/21 : LABEL arch=arm64 [2020-12-15T00:13:50.031Z] ---> Running in c8ce58d1ce54 [2020-12-15T00:13:50.638Z] Removing intermediate container c8ce58d1ce54 [2020-12-15T00:13:50.638Z] ---> 581e010716b9 [2020-12-15T00:13:50.638Z] Step 20/21 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:13:50.913Z] ---> Running in fce56affbcc3 [2020-12-15T00:13:51.535Z] Removing intermediate container fce56affbcc3 [2020-12-15T00:13:51.535Z] ---> df874e368fb7 [2020-12-15T00:13:51.535Z] Step 21/21 : LABEL version=0.0.0 [2020-12-15T00:13:51.816Z] ---> Running in 4eac592cd57c [2020-12-15T00:13:52.424Z] Removing intermediate container 4eac592cd57c [2020-12-15T00:13:52.424Z] ---> d557a7f44f0d [2020-12-15T00:13:52.424Z] [2020-12-15T00:13:52.706Z] Successfully built d557a7f44f0d [2020-12-15T00:13:52.706Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-15T00:13:59.456Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6172d8ed832d [2020-12-15T00:13:59.456Z] ---> 4f73401727a6 [2020-12-15T00:13:59.456Z] [2020-12-15T00:13:59.456Z] Step 10/22 : FROM scratch [2020-12-15T00:13:59.456Z] ---> [2020-12-15T00:13:59.456Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:13:59.456Z] ---> Using cache [2020-12-15T00:13:59.456Z] ---> c122504e6c5f [2020-12-15T00:13:59.456Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-15T00:13:59.456Z] ---> Running in 35f8d5cf536f [2020-12-15T00:13:59.734Z] Removing intermediate container 35f8d5cf536f [2020-12-15T00:13:59.734Z] ---> 3cd393d56c7a [2020-12-15T00:13:59.734Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-15T00:13:59.734Z] ---> Running in 293fb821f578 [2020-12-15T00:14:00.336Z] Removing intermediate container 293fb821f578 [2020-12-15T00:14:00.336Z] ---> 3a44481dc295 [2020-12-15T00:14:00.336Z] Step 14/22 : WORKDIR / [2020-12-15T00:14:00.336Z] ---> Running in c153b8ad06f9 [2020-12-15T00:14:00.938Z] Removing intermediate container c153b8ad06f9 [2020-12-15T00:14:00.938Z] ---> 922a977f3189 [2020-12-15T00:14:00.938Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-15T00:14:01.543Z] ---> 2940d174e2e2 [2020-12-15T00:14:01.543Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-15T00:14:03.541Z] ---> f8835ef207c4 [2020-12-15T00:14:03.541Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-15T00:14:04.147Z] ---> 234a1a8a3c22 [2020-12-15T00:14:04.147Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-15T00:14:04.422Z] ---> Running in 8f971edaceb1 [2020-12-15T00:14:04.709Z] Removing intermediate container 8f971edaceb1 [2020-12-15T00:14:04.709Z] ---> 1117ce80ee32 [2020-12-15T00:14:04.709Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:14:04.985Z] ---> Running in 7bd46fc1a465 [2020-12-15T00:14:05.589Z] Removing intermediate container 7bd46fc1a465 [2020-12-15T00:14:05.589Z] ---> 32ddd5026b12 [2020-12-15T00:14:05.589Z] Step 20/22 : LABEL arch=arm64 [2020-12-15T00:14:05.589Z] ---> Running in 3ef0cfe656d6 [2020-12-15T00:14:06.190Z] Removing intermediate container 3ef0cfe656d6 [2020-12-15T00:14:06.190Z] ---> ad2d4fe12863 [2020-12-15T00:14:06.190Z] Step 21/22 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:14:06.190Z] ---> Running in 92201daecebd [2020-12-15T00:14:06.788Z] Removing intermediate container 92201daecebd [2020-12-15T00:14:06.788Z] ---> f733569d190e [2020-12-15T00:14:06.788Z] Step 22/22 : LABEL version=0.0.0 [2020-12-15T00:14:06.788Z] ---> Running in 02b98553d224 [2020-12-15T00:14:07.389Z] Removing intermediate container 02b98553d224 [2020-12-15T00:14:07.389Z] ---> 9689665a0f93 [2020-12-15T00:14:07.389Z] [2020-12-15T00:14:07.687Z] Successfully built 9689665a0f93 [2020-12-15T00:14:07.687Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-15T00:14:11.092Z]  Building docker-core-metadata-go ... done Removing intermediate container 7f07a17665a8 [2020-12-15T00:14:11.092Z] ---> 8d89593d0a32 [2020-12-15T00:14:11.092Z] [2020-12-15T00:14:11.092Z] Step 10/23 : FROM alpine [2020-12-15T00:14:11.092Z] ---> dd36a01c3f31 [2020-12-15T00:14:11.092Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-15T00:14:11.092Z] ---> Running in 34f06b022681 [2020-12-15T00:14:11.367Z] Removing intermediate container 34f06b022681 [2020-12-15T00:14:11.368Z] ---> 246cfd5d7b59 [2020-12-15T00:14:11.368Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-15T00:14:11.643Z] ---> Running in 9aa4f57a1ad9 [2020-12-15T00:14:11.924Z] Removing intermediate container 9aa4f57a1ad9 [2020-12-15T00:14:11.925Z] ---> 073c9c33c94d [2020-12-15T00:14:11.925Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-15T00:14:12.200Z] ---> Running in 054112e93cee [2020-12-15T00:14:12.798Z] Removing intermediate container 054112e93cee [2020-12-15T00:14:12.798Z] ---> 4f55ccc4d0ec [2020-12-15T00:14:12.798Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-15T00:14:12.798Z] ---> Running in cb91d5759be0 [2020-12-15T00:14:14.793Z] Removing intermediate container cb91d5759be0 [2020-12-15T00:14:14.793Z] ---> ceb67f2953e2 [2020-12-15T00:14:14.793Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-15T00:14:14.793Z] ---> Running in efa5d9e236c3 [2020-12-15T00:14:16.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-15T00:14:16.896Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-15T00:14:17.520Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-15T00:14:17.520Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-15T00:14:17.802Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-15T00:14:17.802Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-15T00:14:18.079Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-15T00:14:18.079Z] Executing busybox-1.31.1-r19.trigger [2020-12-15T00:14:18.079Z] OK: 8 MiB in 19 packages [2020-12-15T00:14:19.566Z] Removing intermediate container efa5d9e236c3 [2020-12-15T00:14:19.566Z] ---> 4e60f60e2a68 [2020-12-15T00:14:19.566Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-15T00:14:20.178Z] ---> 9c5b832d3077 [2020-12-15T00:14:20.178Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-15T00:14:21.627Z] ---> b647b659eb77 [2020-12-15T00:14:21.627Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-15T00:14:22.608Z] ---> 8b07b5e11291 [2020-12-15T00:14:22.608Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-15T00:14:22.608Z] ---> Running in 992eb29b90ee [2020-12-15T00:14:22.884Z] Removing intermediate container 992eb29b90ee [2020-12-15T00:14:22.884Z] ---> 3ca6188530cb [2020-12-15T00:14:22.884Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-15T00:14:23.160Z] ---> Running in 5514565ec4af [2020-12-15T00:14:23.756Z] Removing intermediate container 5514565ec4af [2020-12-15T00:14:23.756Z] ---> 2bbc20edfbb6 [2020-12-15T00:14:23.756Z] Step 21/23 : LABEL arch=arm64 [2020-12-15T00:14:23.756Z] ---> Running in 3bbc18f388db [2020-12-15T00:14:24.356Z] Removing intermediate container 3bbc18f388db [2020-12-15T00:14:24.356Z] ---> 80ea0cba2abc [2020-12-15T00:14:24.356Z] Step 22/23 : LABEL git_sha=82ce6d1b70096039dbe8cb146ba7f743f9b8dba3 [2020-12-15T00:14:24.356Z] ---> Running in 28e35f898474 [2020-12-15T00:14:24.952Z] Removing intermediate container 28e35f898474 [2020-12-15T00:14:24.952Z] ---> 11e76a88e827 [2020-12-15T00:14:24.952Z] Step 23/23 : LABEL version=0.0.0 [2020-12-15T00:14:24.952Z] ---> Running in 0bbad013c251 [2020-12-15T00:14:25.546Z] Removing intermediate container 0bbad013c251 [2020-12-15T00:14:25.546Z] ---> 3c3b65a306f9 [2020-12-15T00:14:25.546Z] [2020-12-15T00:14:25.821Z] Successfully built 3c3b65a306f9 [2020-12-15T00:14:25.821Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-15T00:14:26.429Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-12-15T00:14:26.429Z] $ docker stop --time=1 836bf4e74a942067ad458d95b3e4118aed7ed0933e07957d4ba754219ebcdd62 [2020-12-15T00:14:28.378Z] $ docker rm -f 836bf4e74a942067ad458d95b3e4118aed7ed0933e07957d4ba754219ebcdd62 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-15T00:14:29.141Z] + docker images [2020-12-15T00:14:29.141Z] + grep docker [2020-12-15T00:14:29.411Z] docker-core-data-go-arm64 latest 3c3b65a306f9 4 seconds ago 22.4MB [2020-12-15T00:14:29.411Z] docker-core-metadata-go-arm64 latest 9689665a0f93 23 seconds ago 13.6MB [2020-12-15T00:14:29.411Z] docker-support-scheduler-go-arm64 latest d557a7f44f0d 37 seconds ago 11.5MB [2020-12-15T00:14:29.411Z] docker-security-proxy-setup-go-arm64 latest 1876b429fbd1 43 seconds ago 23.4MB [2020-12-15T00:14:29.411Z] docker-sys-mgmt-agent-go-arm64 latest 0b6b8e1bdb28 About a minute ago 300MB [2020-12-15T00:14:29.411Z] docker-support-notifications-go-arm64 latest e2ee93861d5d 3 minutes ago 12.9MB [2020-12-15T00:14:29.411Z] docker-core-command-go-arm64 latest f0efdf152c59 3 minutes ago 11.4MB [2020-12-15T00:14:29.411Z] docker-security-secretstore-setup-go-arm64 latest a9e3a38140e6 3 minutes ago 23.5MB [2020-12-15T00:14:29.411Z] docker-security-bootstrap-redis-go-arm64 latest bb481bd006d3 3 minutes ago 15.2MB [2020-12-15T00:14:29.411Z] docker latest eeaf43b92773 3 days ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [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) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:14:34.534Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:14:35.419Z] ---> package-listing.sh [2020-12-15T00:14:35.420Z] ++ facter osfamily [2020-12-15T00:14:35.420Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-15T00:14:35.420Z] + OS_FAMILY=redhat [2020-12-15T00:14:35.420Z] + workspace=/w/workspace/edgex-go/10 [2020-12-15T00:14:35.420Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-15T00:14:35.420Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-15T00:14:35.420Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-15T00:14:35.420Z] + PACKAGES=/tmp/packages_start.txt [2020-12-15T00:14:35.420Z] + '[' /w/workspace/edgex-go/10 ']' [2020-12-15T00:14:35.420Z] + PACKAGES=/tmp/packages_end.txt [2020-12-15T00:14:35.420Z] + case "${OS_FAMILY}" in [2020-12-15T00:14:35.420Z] + rpm -qa [2020-12-15T00:14:35.420Z] + sort [2020-12-15T00:14:40.745Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-15T00:14:40.745Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-15T00:14:40.745Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-15T00:14:40.745Z] + '[' /w/workspace/edgex-go/10 ']' [2020-12-15T00:14:40.745Z] + mkdir -p /w/workspace/edgex-go/10/archives/ [2020-12-15T00:14:40.745Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/10/archives/ [Pipeline] echo [2020-12-15T00:14:40.819Z] 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/edgex-go/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-12-15T00:14:41.236Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:14:41.563Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T00:14:41.563Z] [2020-12-15T00:14:41.563Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-15T00:14:41.969Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T00:14:41.969Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-15T00:14:41.969Z] df20fa9351a1: Pulling fs layer [2020-12-15T00:14:41.969Z] 36b3adc4ff6f: Pulling fs layer [2020-12-15T00:14:41.969Z] 8ad3a11d3b57: Pulling fs layer [2020-12-15T00:14:41.969Z] 46f8f816bc3b: Pulling fs layer [2020-12-15T00:14:41.969Z] 93b61091891f: Pulling fs layer [2020-12-15T00:14:41.969Z] 93b9cdb0e59b: Pulling fs layer [2020-12-15T00:14:41.969Z] 5e14af77c1be: Pulling fs layer [2020-12-15T00:14:41.969Z] 01666e4c0597: Pulling fs layer [2020-12-15T00:14:41.969Z] aa168da1d23b: Pulling fs layer [2020-12-15T00:14:41.969Z] 46f8f816bc3b: Waiting [2020-12-15T00:14:41.969Z] 93b61091891f: Waiting [2020-12-15T00:14:41.969Z] 93b9cdb0e59b: Waiting [2020-12-15T00:14:41.969Z] 5e14af77c1be: Waiting [2020-12-15T00:14:41.969Z] 01666e4c0597: Waiting [2020-12-15T00:14:41.969Z] aa168da1d23b: Waiting [2020-12-15T00:14:41.969Z] 36b3adc4ff6f: Verifying Checksum [2020-12-15T00:14:41.969Z] 36b3adc4ff6f: Download complete [2020-12-15T00:14:42.233Z] 46f8f816bc3b: Verifying Checksum [2020-12-15T00:14:42.233Z] 46f8f816bc3b: Download complete [2020-12-15T00:14:42.233Z] df20fa9351a1: Verifying Checksum [2020-12-15T00:14:42.233Z] df20fa9351a1: Download complete [2020-12-15T00:14:42.233Z] 93b9cdb0e59b: Verifying Checksum [2020-12-15T00:14:42.233Z] 93b9cdb0e59b: Download complete [2020-12-15T00:14:42.233Z] 5e14af77c1be: Verifying Checksum [2020-12-15T00:14:42.233Z] 5e14af77c1be: Download complete [2020-12-15T00:14:42.233Z] 93b61091891f: Verifying Checksum [2020-12-15T00:14:42.233Z] 93b61091891f: Download complete [2020-12-15T00:14:42.233Z] 01666e4c0597: Verifying Checksum [2020-12-15T00:14:42.233Z] 01666e4c0597: Download complete [2020-12-15T00:14:42.496Z] df20fa9351a1: Pull complete [2020-12-15T00:14:42.758Z] 36b3adc4ff6f: Pull complete [2020-12-15T00:14:42.758Z] 8ad3a11d3b57: Verifying Checksum [2020-12-15T00:14:42.758Z] 8ad3a11d3b57: Download complete [2020-12-15T00:14:43.711Z] 8ad3a11d3b57: Pull complete [2020-12-15T00:14:43.711Z] 46f8f816bc3b: Pull complete [2020-12-15T00:14:44.660Z] aa168da1d23b: Verifying Checksum [2020-12-15T00:14:44.660Z] aa168da1d23b: Download complete [2020-12-15T00:14:45.608Z] 93b61091891f: Pull complete [2020-12-15T00:14:45.608Z] 93b9cdb0e59b: Pull complete [2020-12-15T00:14:45.871Z] 5e14af77c1be: Pull complete [2020-12-15T00:14:45.871Z] 01666e4c0597: Pull complete [2020-12-15T00:14:54.122Z] aa168da1d23b: Pull complete [2020-12-15T00:14:54.122Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-15T00:14:54.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-15T00:14:54.122Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-15T00:14:54.319Z] prd-centos7-docker-4c-2g-15968 does not seem to be running inside a container [2020-12-15T00:14:54.372Z] $ 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/edgex-go/10/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/10 -v /w/workspace/edgex-go/10:/w/workspace/edgex-go/10:rw,z -v /w/workspace/edgex-go/10@tmp:/w/workspace/edgex-go/10@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:10003/edgex-lftools-log-publisher:alpine cat [2020-12-15T00:15:01.196Z] $ docker top 71a3969e3d3395a38ae4659a2c24ca2c51d4a9e5e9cc4c189eebfda8743c7565 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-15T00:15:01.824Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-15T00:15:02.147Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-15T00:15:02.500Z] + ls /var/log/sa-host [2020-12-15T00:15:02.500Z] + sadf -c /var/log/sa-host/sa14 [2020-12-15T00:15:02.500Z] file_magic: OK [2020-12-15T00:15:02.500Z] HZ: Using current value: 100 [2020-12-15T00:15:02.500Z] file_header: OK [2020-12-15T00:15:02.500Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-15T00:15:02.500Z] Statistics: [2020-12-15T00:15:02.500Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-15T00:15:02.500Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T00:15:02.500Z] + sadf -c /var/log/sa-host/sa15 [2020-12-15T00:15:02.500Z] file_magic: OK [2020-12-15T00:15:02.500Z] HZ: Using current value: 100 [2020-12-15T00:15:02.500Z] file_header: OK [2020-12-15T00:15:02.501Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-15T00:15:02.501Z] Statistics: [2020-12-15T00:15:02.501Z] Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-15T00:15:02.501Z] File successfully converted to sysstat format version 12.2.1 [2020-12-15T00:15:02.501Z] + sadf -c /var/log/sa-host/sa23 [2020-12-15T00:15:02.501Z] file_magic: OK [2020-12-15T00:15:02.501Z] HZ: Using current value: 100 [2020-12-15T00:15:02.501Z] file_header: OK [2020-12-15T00:15:02.501Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-12-15T00:15:02.501Z] Statistics: [2020-12-15T00:15:02.501Z] Hnuu...uuuununununu... [2020-12-15T00:15:02.501Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-15T00:15:03.414Z] provisioning config files... [2020-12-15T00:15:03.432Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/10@tmp/config2478274146963978516tmp [Pipeline] { [Pipeline] echo [2020-12-15T00:15:03.534Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:15:03.843Z] ---> create-netrc.sh [Pipeline] } [2020-12-15T00:15:03.853Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-15T00:15:03.966Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:15:04.266Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-15T00:15:04.277Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:15:04.576Z] ---> sudo-logs.sh [2020-12-15T00:15:04.576Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-15T00:15:04.587Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:15:04.889Z] ---> job-cost.sh [2020-12-15T00:15:04.889Z] lf-activate-venv: SKIPPING [2020-12-15T00:15:04.889Z] INFO: No Stack... [2020-12-15T00:15:06.809Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-15T00:15:07.076Z] INFO: Archiving Costs [Pipeline] echo [2020-12-15T00:15:07.091Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-15T00:15:07.390Z] ---> logs-deploy.sh [2020-12-15T00:15:07.390Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2913/10 [2020-12-15T00:15:07.390Z] INFO: archiving workspace using pattern(s): [2020-12-15T00:15:08.786Z] Archives upload complete. [2020-12-15T00:15:09.047Z] INFO: archiving logs to Nexus