Pull request #2966 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at fc096e9ec0f95dbc625a498b2feb9840babc6219 rather than 268bbcc047cba58df5c5e21fd9395c40f0eab693 Obtained Jenkinsfile from fc096e9ec0f95dbc625a498b2feb9840babc6219 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d 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 f82e9360b4159668f7e3e090307a6179e9a8e48d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f82e9360b4159668f7e3e090307a6179e9a8e48d # timeout=10 Commit message: "Merge pull request #311 from ernestojeda/fix-data-binary" > 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 SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-15505’ is offline Running on prd-centos7-docker-4c-2g-20876 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/26 [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/26 # 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 Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 268bbcc047cba58df5c5e21fd9395c40f0eab693 Merge succeeded, producing 268bbcc047cba58df5c5e21fd9395c40f0eab693 Checking out Revision 268bbcc047cba58df5c5e21fd9395c40f0eab693 (PR-2966) > 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/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 268bbcc047cba58df5c5e21fd9395c40f0eab693 # 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 fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 268bbcc047cba58df5c5e21fd9395c40f0eab693 # timeout=10 Commit message: "Merge branch 'master' into issue-2965" First time build. Skipping changelog. > git rev-list --no-walk 262e7d47f45413daa1a023da10cd650384d54c91 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:41:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:41:24 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:41:24 ========================================================= 02:41:24 EdgeX Global Pipelines Version Info 02:41:24 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:41:27 ------------------- 02:41:27 stable info: 02:41:27 ------------------- 02:41:27 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:41:27 Commit SHA: f82e9360b4159668f7e3e090307a6179e9a8e48d 02:41:27 Message: update stable to v1.0.177 02:41:28 ------------------- 02:41:28 experimental info: 02:41:28 ------------------- 02:41:28 Commited By: **** collab-it+edgex@linuxfoundation.org 02:41:28 Commit SHA: e10e8b1c2921d3c8fd668fd9f38a05cab6ea93a3 02:41:28 Message: update experimental to v1.0.178 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:41:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:41:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:41:30 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 02:41:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:41:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:41:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:41:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:41:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 02:41:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 02:41:30 [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo 02:41:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2966 [Pipeline] echo 02:41:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2966 [Pipeline] echo 02:41:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2966 [Pipeline] echo 02:41:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 268bbcc047cba58df5c5e21fd9395c40f0eab693 [Pipeline] echo 02:41:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 268bbcc [Pipeline] echo 02:41:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:41:31 provisioning config files... 02:41:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config6734475676791571123tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:32 ---> docker-login.sh 02:41:32 nexus3.edgexfoundry.org:10001 02:41:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:32 Configure a credential helper to remove this warning. See 02:41:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:32 02:41:32 Login Succeeded 02:41:32 nexus3.edgexfoundry.org:10002 02:41:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:33 Configure a credential helper to remove this warning. See 02:41:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:33 02:41:33 Login Succeeded 02:41:33 nexus3.edgexfoundry.org:10003 02:41:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:33 Configure a credential helper to remove this warning. See 02:41:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:33 02:41:33 Login Succeeded 02:41:33 nexus3.edgexfoundry.org:10004 02:41:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:34 Configure a credential helper to remove this warning. See 02:41:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:34 02:41:34 Login Succeeded 02:41:34 docker.io 02:41:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:34 Configure a credential helper to remove this warning. See 02:41:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:34 02:41:34 Login Succeeded 02:41:34 ---> docker-login.sh ends [Pipeline] } 02:41:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:41:35 ++ 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 02:41:35 + for file in '`ls cmd/**/Dockerfile`' 02:41:35 ++ dirname cmd/core-command/Dockerfile 02:41:35 ++ cut -d/ -f2 02:41:35 + echo core-command,cmd/core-command/Dockerfile 02:41:35 + for file in '`ls cmd/**/Dockerfile`' 02:41:35 ++ dirname cmd/core-data/Dockerfile 02:41:35 ++ cut -d/ -f2 02:41:35 + echo core-data,cmd/core-data/Dockerfile 02:41:35 + for file in '`ls cmd/**/Dockerfile`' 02:41:35 ++ dirname cmd/core-metadata/Dockerfile 02:41:35 ++ cut -d/ -f2 02:41:35 + echo core-metadata,cmd/core-metadata/Dockerfile 02:41:35 + for file in '`ls cmd/**/Dockerfile`' 02:41:35 ++ dirname cmd/security-bootstrap-redis/Dockerfile 02:41:35 ++ cut -d/ -f2 02:41:35 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 02:41:35 + for file in '`ls cmd/**/Dockerfile`' 02:41:35 ++ dirname cmd/security-proxy-setup/Dockerfile 02:41:35 ++ cut -d/ -f2 02:41:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 02:41:35 + for file in '`ls cmd/**/Dockerfile`' 02:41:35 ++ cut -d/ -f2 02:41:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 02:41:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 02:41:35 + for file in '`ls cmd/**/Dockerfile`' 02:41:35 ++ dirname cmd/support-notifications/Dockerfile 02:41:35 ++ cut -d/ -f2 02:41:35 + echo support-notifications,cmd/support-notifications/Dockerfile 02:41:35 + for file in '`ls cmd/**/Dockerfile`' 02:41:35 ++ dirname cmd/support-scheduler/Dockerfile 02:41:35 ++ cut -d/ -f2 02:41:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 02:41:35 + for file in '`ls cmd/**/Dockerfile`' 02:41:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 02:41:35 ++ cut -d/ -f2 02:41:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 02:41:35 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 02:41:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:37 02:41:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:41:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:37 latest: Pulling from edgex-devops/git-semver 02:41:37 31603596830f: Pulling fs layer 02:41:37 2a8b12db71e7: Pulling fs layer 02:41:37 6ca5941a6612: Pulling fs layer 02:41:37 ecc8261a40a4: Pulling fs layer 02:41:37 ecc8261a40a4: Waiting 02:41:37 2a8b12db71e7: Download complete 02:41:37 31603596830f: Verifying Checksum 02:41:37 31603596830f: Download complete 02:41:37 ecc8261a40a4: Verifying Checksum 02:41:37 ecc8261a40a4: Download complete 02:41:38 6ca5941a6612: Verifying Checksum 02:41:38 6ca5941a6612: Download complete 02:41:38 31603596830f: Pull complete 02:41:38 2a8b12db71e7: Pull complete 02:41:40 6ca5941a6612: Pull complete 02:41:41 ecc8261a40a4: Pull complete 02:41:41 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:41:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:41 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:41:41 prd-centos7-docker-4c-2g-20876 does not seem to be running inside a container 02:41:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:41:45 $ docker top 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:41:45 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:45 [ssh-agent] Looking for ssh-agent implementation... 02:41:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:45 $ docker exec 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 ssh-agent 02:41:46 SSH_AUTH_SOCK=/tmp/ssh-BDYSm8Dq27AL/agent.11 02:41:46 SSH_AGENT_PID=17 02:41:46 Running ssh-add (command line suppressed) 02:41:46 Identity added: /w/workspace/edgex-go/26@tmp/private_key_5214749924068862129.key (/w/workspace/edgex-go/26@tmp/private_key_5214749924068862129.key) 02:41:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:46 + git tag --points-at HEAD [Pipeline] } 02:41:46 $ docker exec --env ******** --env ******** 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 ssh-agent -k 02:41:47 unset SSH_AUTH_SOCK; 02:41:47 unset SSH_AGENT_PID; 02:41:47 echo Agent pid 17 killed; 02:41:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:41:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:47 [ssh-agent] Looking for ssh-agent implementation... 02:41:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:47 $ docker exec 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 ssh-agent 02:41:47 SSH_AUTH_SOCK=/tmp/ssh-X9SnK6l5i43v/agent.46 02:41:47 SSH_AGENT_PID=51 02:41:48 Running ssh-add (command line suppressed) 02:41:48 Identity added: /w/workspace/edgex-go/26@tmp/private_key_6044078749127059099.key (/w/workspace/edgex-go/26@tmp/private_key_6044078749127059099.key) 02:41:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:49 + git semver init 02:41:49 # -> Open(): unable to determine branch for HEAD 02:41:49 # $GIT_DIR = /w/workspace/edgex-go/26/.git 02:41:49 # $GIT_WORK_TREE = /w/workspace/edgex-go/26 02:41:49 # $SEMVER_REMOTE_NAME = origin 02:41:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:41:49 # $SEMVER_USER_NAME = edgex-jenkins 02:41:49 # $SEMVER_BRANCH = PR-2966 02:41:49 # $SEMVER_TEMP = /tmp/semver-136605805 02:41:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 02:42:37 # '/tmp/semver-136605805' -> '/w/workspace/edgex-go/26/.semver' 02:42:37 # -> Force: false 02:42:37 # $SEMVER_DIR = /w/workspace/edgex-go/26/.semver [Pipeline] } 02:42:37 $ docker exec --env ******** --env ******** 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 ssh-agent -k 02:42:37 unset SSH_AUTH_SOCK; 02:42:37 unset SSH_AGENT_PID; 02:42:37 echo Agent pid 51 killed; 02:42:37 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:38 + git semver [Pipeline] } 02:42:38 $ docker stop --time=1 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 02:42:40 $ docker rm -f 4b36ba7a99fe4f929bb76051cee2556bfb696062dbd2425e8b347ec12fd188c5 [Pipeline] // withDockerContainer [Pipeline] sh 02:42:41 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:42:41 Stashed 1 file(s) [Pipeline] echo 02:42:41 [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 02:42:42 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:42:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:42:43 + sudo service docker restart 02:42:43 + true 02:42:43 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 02:42:44 ========================================================= 02:42:44 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:42:44 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:42:44 + 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 . 02:42:51 Sending build context to Docker daemon 326.6MB 02:42:51 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:42:51 Step 2/6 : FROM ${BASE} 02:42:51 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:42:51 188c0c94c7c5: Pulling fs layer 02:42:51 0ef7d3d256c8: Pulling fs layer 02:42:51 de9db76c5a1d: Pulling fs layer 02:42:51 bca2f99d35d6: Pulling fs layer 02:42:51 93359f2a8cfa: Pulling fs layer 02:42:51 7c6f9722023f: Pulling fs layer 02:42:51 a35cf1a2eb13: Pulling fs layer 02:42:51 bca2f99d35d6: Waiting 02:42:51 93359f2a8cfa: Waiting 02:42:51 7c6f9722023f: Waiting 02:42:51 a35cf1a2eb13: Waiting 02:42:51 de9db76c5a1d: Verifying Checksum 02:42:51 de9db76c5a1d: Download complete 02:42:51 0ef7d3d256c8: Verifying Checksum 02:42:51 0ef7d3d256c8: Download complete 02:42:51 93359f2a8cfa: Verifying Checksum 02:42:51 93359f2a8cfa: Download complete 02:42:51 7c6f9722023f: Verifying Checksum 02:42:51 7c6f9722023f: Download complete 02:42:51 188c0c94c7c5: Download complete 02:42:52 188c0c94c7c5: Pull complete 02:42:53 0ef7d3d256c8: Pull complete 02:42:53 de9db76c5a1d: Pull complete 02:42:56 a35cf1a2eb13: Download complete 02:42:57 Still waiting to schedule task 02:42:57 ‘prd-ubuntu18.04-docker-arm64-4c-16g-18207’ is offline 02:42:57 bca2f99d35d6: Verifying Checksum 02:42:57 bca2f99d35d6: Download complete 02:43:10 bca2f99d35d6: Pull complete 02:43:10 93359f2a8cfa: Pull complete 02:43:10 7c6f9722023f: Pull complete 02:43:16 a35cf1a2eb13: Pull complete 02:43:16 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:43:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:43:16 ---> a62c8e92a672 02:43:16 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 02:43:16 ---> Running in 39a8bd12b4fa 02:43:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:43:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:43:19 (1/12) Installing libmagic (5.38-r0) 02:43:19 (2/12) Installing file (5.38-r0) 02:43:19 (3/12) Installing libc-dev (0.7.2-r3) 02:43:19 (4/12) Installing g++ (9.3.0-r2) 02:43:25 (5/12) Installing fortify-headers (1.1-r0) 02:43:25 (6/12) Installing patch (2.7.6-r6) 02:43:25 (7/12) Installing build-base (0.5-r2) 02:43:25 (8/12) Installing libsodium (1.0.18-r0) 02:43:25 (9/12) Installing pkgconf (1.7.2-r0) 02:43:25 (10/12) Installing libsodium-dev (1.0.18-r0) 02:43:25 (11/12) Installing libzmq (4.3.3-r0) 02:43:26 (12/12) Installing zeromq-dev (4.3.3-r0) 02:43:26 Executing busybox-1.31.1-r19.trigger 02:43:26 OK: 233 MiB in 51 packages 02:43:30 Removing intermediate container 39a8bd12b4fa 02:43:30 ---> 6ed57175e11c 02:43:30 Step 4/6 : WORKDIR /edgex-go 02:43:30 ---> Running in cd74b00766e9 02:43:31 Removing intermediate container cd74b00766e9 02:43:31 ---> 83fea81d572d 02:43:31 Step 5/6 : COPY go.mod . 02:43:31 ---> b57b3195da07 02:43:31 Step 6/6 : RUN go mod download 02:43:31 ---> Running in b445d10e3449 02:43:58 Removing intermediate container b445d10e3449 02:43:58 ---> 2d6d3f007617 02:43:58 Successfully built 2d6d3f007617 02:43:58 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:43:59 + docker inspect -f . ci-base-image-x86_64 02:43:59 . [Pipeline] withDockerContainer 02:43:59 prd-centos7-docker-4c-2g-20876 does not seem to be running inside a container 02:43:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:44:01 $ docker top 9d2a6b19ae1c5bebd48d8715e7e9a06027fa0e881f00ed92d911e4b869a7d9ee -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:02 + go version 02:44:02 go version go1.15.5 linux/amd64 [Pipeline] } 02:44:02 $ docker stop --time=1 9d2a6b19ae1c5bebd48d8715e7e9a06027fa0e881f00ed92d911e4b869a7d9ee 02:44:04 $ docker rm -f 9d2a6b19ae1c5bebd48d8715e7e9a06027fa0e881f00ed92d911e4b869a7d9ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:44:05 + docker inspect -f . ci-base-image-x86_64 02:44:05 . [Pipeline] withDockerContainer 02:44:05 prd-centos7-docker-4c-2g-20876 does not seem to be running inside a container 02:44:05 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:44:07 $ docker top a8ef71870f54bc881eb98a7f8e36665a6580998790a7aac1b408f6dc78bf318f -eo pid,comm [Pipeline] { [Pipeline] echo 02:44:07 ========================================================= 02:44:07 [edgeXBuildGoParallel] Running Tests and Build... 02:44:07 ========================================================= [Pipeline] sh 02:44:08 + make test 02:44:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:44:23 ? github.com/edgexfoundry/edgex-go [no test files] 02:44:47 Running on prd-ubuntu18.04-docker-arm64-4c-16g-20877 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws 02:44:47 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout 02:44:52 using credential edgex-jenkins-ssh 02:44:52 Cloning the remote Git repository 02:44:52 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:44:52 > git init /w/workspace/edgex-go/26 # timeout=10 02:44:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:44:53 > git --version # timeout=10 02:44:53 > git --version # 'git version 2.17.1' 02:44:53 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:56 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 02:45:02 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 02:45:06 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:45:06 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:45:06 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:45:06 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:45:06 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:45:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:45:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:45:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:45:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:45:12 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:45:12 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:45:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:45:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:15 Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 268bbcc047cba58df5c5e21fd9395c40f0eab693 02:45:15 Merge succeeded, producing 268bbcc047cba58df5c5e21fd9395c40f0eab693 02:45:15 Checking out Revision 268bbcc047cba58df5c5e21fd9395c40f0eab693 (PR-2966) 02:45:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:45:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:45:14 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:15 > git config core.sparsecheckout # timeout=10 02:45:15 > git checkout -f 268bbcc047cba58df5c5e21fd9395c40f0eab693 # timeout=10 02:45:15 > git remote # timeout=10 02:45:15 > git config --get remote.origin.url # timeout=10 02:45:15 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:15 > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 02:45:15 > git rev-parse HEAD^{commit} # timeout=10 02:45:15 > git config core.sparsecheckout # timeout=10 02:45:15 > git checkout -f 268bbcc047cba58df5c5e21fd9395c40f0eab693 # timeout=10 02:45:17 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.138s coverage: 46.6% of statements 02:45:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:45:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:45:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:45:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:45:17 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 02:45:19 Commit message: "Merge branch 'master' into issue-2965" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:21 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:45:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:22 + true 02:45:22 + sudo service docker restart 02:45:23 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.389s coverage: 27.0% of statements 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:45:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.105s coverage: 100.0% of statements 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:45:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.068s coverage: 100.0% of statements 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:45:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.134s coverage: 67.9% of statements 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:45:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.481s coverage: 82.3% of statements 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:45:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:24 provisioning config files... 02:45:24 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/26@tmp/config3540089571665115398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:25 ---> docker-login.sh 02:45:25 nexus3.edgexfoundry.org:10001 02:45:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:26 Configure a credential helper to remove this warning. See 02:45:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:26 02:45:26 Login Succeeded 02:45:26 nexus3.edgexfoundry.org:10002 02:45:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:26 Configure a credential helper to remove this warning. See 02:45:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:26 02:45:26 Login Succeeded 02:45:26 nexus3.edgexfoundry.org:10003 02:45:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.676s coverage: 28.6% of statements 02:45:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:45:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:45:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:45:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:45:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:45:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements 02:45:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:45:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.068s coverage: 100.0% of statements 02:45:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:45:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.184s coverage: 86.7% of statements 02:45:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:27 Configure a credential helper to remove this warning. See 02:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:27 02:45:27 Login Succeeded 02:45:27 nexus3.edgexfoundry.org:10004 02:45:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.164s coverage: 97.5% of statements 02:45:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:45:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:27 Configure a credential helper to remove this warning. See 02:45:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:27 02:45:27 Login Succeeded 02:45:27 docker.io 02:45:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:28 Configure a credential helper to remove this warning. See 02:45:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:28 02:45:28 Login Succeeded 02:45:28 ---> docker-login.sh ends [Pipeline] } 02:45:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } 02:45:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.349s coverage: 78.3% of statements 02:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:45:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:28 ========================================================= 02:45:28 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:45:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:29 + 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 . 02:45:31 Sending build context to Docker daemon 165.6MB 02:45:31 Step 1/6 : ARG BASE=golang:1.15-alpine3.12 02:45:31 Step 2/6 : FROM ${BASE} 02:45:31 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:45:31 5f621e34cdf4: Pulling fs layer 02:45:31 a4357932f1b6: Pulling fs layer 02:45:31 18c013af1878: Pulling fs layer 02:45:31 00ac8860ef70: Pulling fs layer 02:45:31 63d7cb157983: Pulling fs layer 02:45:31 b116817d02f9: Pulling fs layer 02:45:31 745a02a5169b: Pulling fs layer 02:45:31 00ac8860ef70: Waiting 02:45:31 63d7cb157983: Waiting 02:45:31 b116817d02f9: Waiting 02:45:31 745a02a5169b: Waiting 02:45:31 18c013af1878: Download complete 02:45:31 a4357932f1b6: Verifying Checksum 02:45:31 a4357932f1b6: Download complete 02:45:31 63d7cb157983: Download complete 02:45:31 b116817d02f9: Verifying Checksum 02:45:31 b116817d02f9: Download complete 02:45:31 5f621e34cdf4: Verifying Checksum 02:45:31 5f621e34cdf4: Download complete 02:45:32 5f621e34cdf4: Pull complete 02:45:33 a4357932f1b6: Pull complete 02:45:33 18c013af1878: Pull complete 02:45:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.976s coverage: 92.8% of statements 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:45:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.079s coverage: 58.8% of statements 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:45:34 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.090s coverage: 0.1% of statements 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:45:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.063s coverage: 100.0% of statements 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:45:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.136s coverage: 75.5% of statements 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:45:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.104s coverage: 80.8% of statements 02:45:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.167s coverage: 87.2% of statements 02:45:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.091s coverage: 84.2% of statements 02:45:34 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.152s coverage: 91.4% of statements 02:45:34 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:45:34 745a02a5169b: Verifying Checksum 02:45:34 745a02a5169b: Download complete 02:45:35 00ac8860ef70: Verifying Checksum 02:45:35 00ac8860ef70: Download complete 02:45:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.389s coverage: 63.5% of statements 02:45:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:45:36 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:45:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.097s coverage: 100.0% of statements 02:45:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.114s coverage: 91.3% of statements 02:45:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements 02:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.123s coverage: 73.7% of statements 02:45:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.080s coverage: 100.0% of statements 02:45:39 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.806s coverage: 68.9% of statements 02:45:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:45:39 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:45:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:45:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:45:39 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.153s coverage: 37.0% of statements 02:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:45:40 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.831s coverage: 84.0% of statements 02:45:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.104s coverage: 100.0% of statements 02:45:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.244s coverage: 47.1% of statements 02:45:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:45:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:45:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:45:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:45:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:45:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.103s coverage: 100.0% of statements 02:45:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:45:44 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.163s coverage: 100.0% of statements 02:45:44 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:45:46 00ac8860ef70: Pull complete 02:45:46 63d7cb157983: Pull complete 02:45:46 b116817d02f9: Pull complete 02:45:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 1.311s coverage: 29.1% of statements 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:45:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.140s coverage: 99.0% of statements 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:45:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.140s coverage: 100.0% of statements 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:45:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.079s coverage: 0.0% of statements 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:45:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.106s coverage: 100.0% of statements 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:45:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.071s coverage: 87.9% of statements 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:45:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:45:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.079s coverage: 100.0% of statements 02:45:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.094s coverage: 32.1% of statements 02:45:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.152s coverage: 100.0% of statements 02:45:50 GO111MODULE=on go vet ./... 02:45:50 745a02a5169b: Pull complete 02:45:50 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:45:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:45:50 ---> b7e6874047d6 02:45:50 Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 02:45:54 ---> Running in d0cafbe028a9 02:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:56 (1/12) Installing libmagic (5.38-r0) 02:45:56 (2/12) Installing file (5.38-r0) 02:45:56 (3/12) Installing libc-dev (0.7.2-r3) 02:45:56 (4/12) Installing g++ (9.3.0-r2) 02:46:06 (5/12) Installing fortify-headers (1.1-r0) 02:46:06 (6/12) Installing patch (2.7.6-r6) 02:46:06 (7/12) Installing build-base (0.5-r2) 02:46:06 (8/12) Installing libsodium (1.0.18-r0) 02:46:06 (9/12) Installing pkgconf (1.7.2-r0) 02:46:07 (10/12) Installing libsodium-dev (1.0.18-r0) 02:46:07 (11/12) Installing libzmq (4.3.3-r0) 02:46:07 (12/12) Installing zeromq-dev (4.3.3-r0) 02:46:07 Executing busybox-1.31.1-r19.trigger 02:46:07 OK: 217 MiB in 51 packages 02:46:11 Removing intermediate container d0cafbe028a9 02:46:11 ---> 70b641581f95 02:46:11 Step 4/6 : WORKDIR /edgex-go 02:46:11 ---> Running in 94157daedd59 02:46:12 Removing intermediate container 94157daedd59 02:46:12 ---> cdaa5a935c17 02:46:12 Step 5/6 : COPY go.mod . 02:46:13 ---> f680fffa527f 02:46:13 Step 6/6 : RUN go mod download 02:46:13 ---> Running in 754af34ac81e 02:46:39 Removing intermediate container 754af34ac81e 02:46:39 ---> 18e9d4c32a87 02:46:39 Successfully built 18e9d4c32a87 02:46:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:46:40 + docker inspect -f . ci-base-image-arm64 02:46:40 . [Pipeline] withDockerContainer 02:46:40 prd-ubuntu18.04-docker-arm64-4c-16g-20877 does not seem to be running inside a container 02:46:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:46:42 $ docker top 406c705a3febcc2c0f67241b004bc1d512ef367ce64e875bbaf20c0879d4f03b -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:43 + go version 02:46:43 go version go1.15.5 linux/arm64 [Pipeline] } 02:46:43 $ docker stop --time=1 406c705a3febcc2c0f67241b004bc1d512ef367ce64e875bbaf20c0879d4f03b 02:46:44 $ docker rm -f 406c705a3febcc2c0f67241b004bc1d512ef367ce64e875bbaf20c0879d4f03b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:45 + docker inspect -f . ci-base-image-arm64 02:46:45 . [Pipeline] withDockerContainer 02:46:46 prd-ubuntu18.04-docker-arm64-4c-16g-20877 does not seem to be running inside a container 02:46:46 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:46:47 $ docker top 59d6ba8131b4a432c1bf8a7807d0b8246efbd5d7cf1868f4c557a706c01d058d -eo pid,comm [Pipeline] { [Pipeline] echo 02:46:47 ========================================================= 02:46:47 [edgeXBuildGoParallel] Running Tests and Build... 02:46:47 ========================================================= [Pipeline] sh 02:46:48 + make test 02:46:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:59 gofmt -l . 02:46:59 [ "`gofmt -l .`" = "" ] 02:46:59 ./bin/test-go-mod-tidy.sh 02:46:59 ./bin/test-attribution-txt.sh [Pipeline] sh 02:47:00 + ls -al . 02:47:00 total 656 02:47:00 drwxrwxr-x 10 1001 1001 4096 Jan 18 02:46 . 02:47:00 drwxr-xr-x 4 root root 30 Jan 18 02:44 .. 02:47:00 -rw-rw-r-- 1 1001 1001 11 Jan 18 02:41 .dockerignore 02:47:00 drwxrwxr-x 8 1001 1001 179 Jan 18 02:41 .git 02:47:00 drwxrwxr-x 3 1001 1001 125 Jan 18 02:41 .github 02:47:00 -rw-rw-r-- 1 1001 1001 824 Jan 18 02:41 .gitignore 02:47:00 drwx------ 3 1001 1001 47 Jan 18 02:42 .semver 02:47:00 -rw-rw-r-- 1 1001 1001 166 Jan 18 02:41 .sonarcloud.properties 02:47:00 -rw-rw-r-- 1 1001 1001 7744 Jan 18 02:41 Attribution.txt 02:47:00 -rw-rw-r-- 1 1001 1001 3804 Jan 18 02:41 CONTRIBUTING.md 02:47:00 -rw-rw-r-- 1 1001 1001 931 Jan 18 02:41 Dockerfile.build 02:47:00 -rw-rw-r-- 1 1001 1001 863 Jan 18 02:41 Jenkinsfile 02:47:00 -rw-rw-r-- 1 1001 1001 10775 Jan 18 02:41 LICENSE 02:47:00 -rw-rw-r-- 1 1001 1001 5750 Jan 18 02:41 Makefile 02:47:00 -rw-rw-r-- 1 1001 1001 6524 Jan 18 02:41 README.md 02:47:00 -rw-rw-r-- 1 1001 1001 6744 Jan 18 02:41 SECURITY.md 02:47:00 -rw-rw-r-- 1 1001 1001 5 Jan 18 02:42 VERSION 02:47:00 -rw-rw-r-- 1 1001 1001 4131 Jan 18 02:41 ZMQWindows.md 02:47:00 drwxrwxr-x 2 1001 1001 117 Jan 18 02:41 bin 02:47:00 drwxrwxr-x 14 1001 1001 4096 Jan 18 02:41 cmd 02:47:00 -rw-r--r-- 1 root root 550280 Jan 18 02:45 coverage.out 02:47:00 -rw-r--r-- 1 root root 981 Jan 18 02:46 go.mod 02:47:00 -rw-r--r-- 1 root root 19241 Jan 18 02:46 go.sum 02:47:00 drwxrwxr-x 8 1001 1001 127 Jan 18 02:41 internal 02:47:00 drwxrwxr-x 4 1001 1001 26 Jan 18 02:41 openapi 02:47:00 drwxrwxr-x 4 1001 1001 71 Jan 18 02:41 snap 02:47:00 -rw-rw-r-- 1 1001 1001 168 Jan 18 02:41 version.go [Pipeline] sh 02:47:01 + '[' -e coverage.out ] 02:47:01 + chown 1001:1001 coverage.out [Pipeline] stash 02:47:02 Stashed 1 file(s) [Pipeline] sh 02:47:02 + make build 02:47:02 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 02:47:08 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 02:47:10 ? github.com/edgexfoundry/edgex-go [no test files] 02:47:27 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 02:47:30 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 02:47:33 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 02:47:35 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 02:47:39 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 02:47:43 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 02:47:46 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 02:47:49 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 02:47:52 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 02:47:56 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 02:47:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [Pipeline] } 02:47:58 $ docker stop --time=1 a8ef71870f54bc881eb98a7f8e36665a6580998790a7aac1b408f6dc78bf318f 02:48:01 $ docker rm -f a8ef71870f54bc881eb98a7f8e36665a6580998790a7aac1b408f6dc78bf318f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { 02:48:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [Pipeline] isUnix [Pipeline] sh 02:48:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:48:05 02:48:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 02:48:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:48:06 latest: Pulling from edgex-devops/edgex-compose 02:48:06 cbdbe7a5bc2a: Pulling fs layer 02:48:06 ca9280d653b3: Pulling fs layer 02:48:06 7e9c9ca2126c: Pulling fs layer 02:48:06 cbdbe7a5bc2a: Verifying Checksum 02:48:06 cbdbe7a5bc2a: Download complete 02:48:07 cbdbe7a5bc2a: Pull complete 02:48:07 ca9280d653b3: Download complete 02:48:09 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 02:48:09 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 02:48:09 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 02:48:09 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 02:48:09 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 02:48:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 02:48:10 ca9280d653b3: Pull complete 02:48:10 7e9c9ca2126c: Verifying Checksum 02:48:10 7e9c9ca2126c: Download complete 02:48:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 02:48:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 02:48:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 02:48:18 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 02:48:18 ? github.com/edgexfoundry/edgex-go/internal [no test files] 02:48:20 7e9c9ca2126c: Pull complete 02:48:20 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 02:48:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:48:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 02:48:20 prd-centos7-docker-4c-2g-20876 does not seem to be running inside a container 02:48:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:48:24 $ docker top 43861cab1d45b01ed4aa6847b2986a083f961076a4bb1ffbb911fc3a1568794d -eo pid,comm 02:48:24 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.203s coverage: 46.6% of statements 02:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 02:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 02:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 02:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 02:48:24 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [Pipeline] { [Pipeline] sh 02:48:24 + docker-compose build --help 02:48:24 + grep parallel 02:48:26 --parallel Build images in parallel. [Pipeline] } 02:48:26 $ docker stop --time=1 43861cab1d45b01ed4aa6847b2986a083f961076a4bb1ffbb911fc3a1568794d 02:48:28 $ docker rm -f 43861cab1d45b01ed4aa6847b2986a083f961076a4bb1ffbb911fc3a1568794d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:48:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 02:48:29 . [Pipeline] withDockerContainer 02:48:29 prd-centos7-docker-4c-2g-20876 does not seem to be running inside a container 02:48:29 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.502s coverage: 27.0% of statements 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.080s coverage: 100.0% of statements 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.113s coverage: 100.0% of statements 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.305s coverage: 67.9% of statements 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 02:48:30 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.344s coverage: 82.3% of statements 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 02:48:30 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 02:48:31 $ docker top 959151adfb2537158a9bee720f515d1f8e38a46eb44dc1c9818ca9537986f8eb -eo pid,comm [Pipeline] { [Pipeline] sh 02:48:32 + docker-compose -f ./docker-compose-build.yml build --parallel 02:48:33 Building docker-core-command-go ... 02:48:33 Building docker-core-data-go ... 02:48:33 Building docker-core-metadata-go ... 02:48:33 Building docker-security-bootstrap-redis-go ... 02:48:33 Building docker-security-proxy-setup-go ... 02:48:33 Building docker-security-secretstore-setup-go ... 02:48:33 Building docker-support-notifications-go ... 02:48:33 Building docker-support-scheduler-go ... 02:48:33 Building docker-sys-mgmt-agent-go ... 02:48:33 Building docker-support-notifications-go 02:48:33 Building docker-core-command-go 02:48:33 Building docker-core-data-go 02:48:33 Building docker-support-scheduler-go 02:48:33 Building docker-security-bootstrap-redis-go 02:48:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.100s coverage: 28.6% of statements 02:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 02:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 02:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 02:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 02:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 02:48:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.214s coverage: 100.0% of statements 02:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 02:48:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.117s coverage: 100.0% of statements 02:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 02:48:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.299s coverage: 86.7% of statements 02:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 02:48:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.302s coverage: 97.5% of statements 02:48:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 02:48:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.145s coverage: 78.3% of statements 02:48:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 02:48:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 02:48:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 02:48:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 02:48:48 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.207s coverage: 92.8% of statements 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 02:48:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.046s coverage: 58.8% of statements 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 02:48:48 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.172s coverage: 0.1% of statements 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 02:48:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.105s coverage: 100.0% of statements 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 02:48:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.167s coverage: 75.5% of statements 02:48:48 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] 02:48:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.076s coverage: 80.8% of statements 02:48:48 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.129s coverage: 87.2% of statements 02:48:49 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.167s coverage: 84.2% of statements 02:48:51 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.213s coverage: 91.4% of statements 02:48:51 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 02:48:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.678s coverage: 63.5% of statements 02:48:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 02:48:53 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 02:48:53 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.067s coverage: 100.0% of statements 02:48:53 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.084s coverage: 91.3% of statements 02:48:54 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.119s coverage: 100.0% of statements 02:48:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 02:48:55 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements 02:48:59 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.885s coverage: 68.9% of statements 02:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 02:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 02:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 02:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 02:48:59 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 02:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.386s coverage: 37.0% of statements 02:49:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 02:49:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 02:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.558s coverage: 84.0% of statements 02:49:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.106s coverage: 100.0% of statements 02:49:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.496s coverage: 47.1% of statements 02:49:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 02:49:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 02:49:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 02:49:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 02:49:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 02:49:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 02:49:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 02:49:08 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements 02:49:08 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 02:49:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.010s coverage: 29.1% of statements 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 02:49:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.176s coverage: 99.0% of statements 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 02:49:11 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.082s coverage: 100.0% of statements 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 02:49:11 ok github.com/edgexfoundry/edgex-go/internal/system 0.037s coverage: 0.0% of statements 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 02:49:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.052s coverage: 100.0% of statements 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 02:49:11 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 02:49:11 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 02:49:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.067s coverage: 100.0% of statements 02:49:12 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 02:49:14 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.081s coverage: 100.0% of statements 02:49:14 GO111MODULE=on go vet ./... 02:49:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:49:31 02:49:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:49:31 ---> 2d6d3f007617 02:49:31 Step 2/21 : FROM ${BUILDER_BASE} AS builderStep 3/22 : WORKDIR /edgex-go 02:49:31 02:49:31 ---> 2d6d3f007617 02:49:31 Step 3/21 : WORKDIR /edgex-go 02:49:31 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:49:31 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:49:31 ---> 2d6d3f007617 02:49:31 Step 3/23 : WORKDIR /edgex-go 02:49:31 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:49:31 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:49:31 ---> 2d6d3f007617 02:49:31 Step 3/22 : WORKDIR /edgex-go 02:49:31 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:49:31 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:49:31 ---> 2d6d3f007617 02:49:31 Step 3/24 : WORKDIR /edgex-go 02:49:31 ---> Running in b0360ba6a306 02:49:31 ---> Running in b613bd9706d8 02:49:31 ---> Running in fd3bd9093834 02:49:31 ---> Running in f71393eec415 02:49:31 ---> Running in 4e48dc1a2f60 02:49:31 Removing intermediate container f71393eec415 02:49:31 ---> c926bc723370 02:49:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:31 Removing intermediate container b613bd9706d8 02:49:31 ---> 1089446fcf79 02:49:31 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:31 Removing intermediate container b0360ba6a306 02:49:31 ---> 82798958f0aa 02:49:31 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:31 Removing intermediate container 4e48dc1a2f60 02:49:31 ---> 19a686523f19 02:49:31 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:31 Removing intermediate container fd3bd9093834 02:49:31 ---> c11a5e928f70 02:49:31 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:49:31 ---> Running in 421a19788312 02:49:31 ---> Running in c2251dea55be 02:49:31 ---> Running in ac562f6054ec 02:49:31 ---> Running in 75a3940450c9 02:49:31 ---> Running in 993c43c48c54 02:49:34 Removing intermediate container 421a19788312 02:49:34 ---> ba6a361b3d5c 02:49:34 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:49:34 Removing intermediate container c2251dea55be 02:49:34 ---> 2d90d299ec34 02:49:34 Step 5/22 : RUN apk add --update --no-cache make git 02:49:34 Removing intermediate container ac562f6054ec 02:49:34 ---> df8d0bae91c3 02:49:34 Step 5/22 : RUN apk add --update --no-cache make git 02:49:34 ---> Running in 59cb5cee3eea 02:49:34 ---> Running in 5f10ad69c2d2 02:49:34 ---> Running in c60c0a3334d1 02:49:34 Removing intermediate container 993c43c48c54 02:49:34 ---> f2548322ede1 02:49:34 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 02:49:34 Removing intermediate container 75a3940450c9 02:49:34 ---> 13e2c11e7e6a 02:49:34 Step 5/21 : RUN apk add --update --no-cache make git 02:49:34 ---> Running in 25f96d846e19 02:49:34 ---> Running in f0356a93e0d2 02:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:49:36 OK: 233 MiB in 51 packages 02:49:36 OK: 233 MiB in 51 packages 02:49:37 OK: 233 MiB in 51 packages 02:49:37 OK: 233 MiB in 51 packages 02:49:37 OK: 233 MiB in 51 packages 02:49:38 Removing intermediate container 5f10ad69c2d2 02:49:38 ---> b54567671d44 02:49:38 Step 6/22 : COPY go.mod . 02:49:39 Removing intermediate container 59cb5cee3eea 02:49:39 ---> c0be85d7164a 02:49:39 Step 6/23 : COPY go.mod . 02:49:39 Removing intermediate container 25f96d846e19 02:49:39 ---> 8223d88d00cd 02:49:39 Step 6/24 : COPY go.mod . 02:49:39 Removing intermediate container f0356a93e0d2 02:49:39 ---> d1957b04e2a4 02:49:39 Step 6/21 : COPY go.mod . 02:49:39 Removing intermediate container c60c0a3334d1 02:49:39 ---> 1a2183ee95e5 02:49:39 Step 6/22 : COPY go.mod . 02:49:39 ---> 25a5f09e139e 02:49:39 Step 7/22 : RUN go mod download 02:49:40 ---> Running in 6b467cd12372 02:49:40 ---> d4e712b47caf 02:49:40 Step 7/23 : RUN go mod download 02:49:40 ---> bef83ab918df 02:49:40 Step 7/24 : RUN go mod download 02:49:40 ---> Running in d3983c6ef3a8 02:49:40 ---> Running in 9b1070ec723b 02:49:40 ---> 0e72d451d56c 02:49:40 Step 7/21 : RUN go mod download 02:49:40 ---> 19efef0d5187 02:49:40 Step 7/22 : RUN go mod download 02:49:40 ---> Running in 98c8727392ae 02:49:40 ---> Running in 9680a9502480 02:49:45 Removing intermediate container 98c8727392ae 02:49:45 ---> 6ba4d4c0edb3 02:49:45 Step 8/21 : COPY . . 02:49:45 Removing intermediate container 9680a9502480 02:49:45 ---> f89820b0b798 02:49:45 Step 8/22 : COPY . . 02:49:46 Removing intermediate container 9b1070ec723b 02:49:46 ---> 2826e1b8c572 02:49:46 Step 8/23 : COPY . . 02:49:46 Removing intermediate container d3983c6ef3a8 02:49:46 ---> aa4c855e2743 02:49:46 Step 8/24 : COPY . . 02:49:46 Removing intermediate container 6b467cd12372 02:49:46 ---> f255b4590f75 02:49:46 Step 8/22 : COPY . . 02:50:22 gofmt -l . 02:50:22 [ "`gofmt -l .`" = "" ] 02:50:22 ./bin/test-go-mod-tidy.sh 02:50:23 ./bin/test-attribution-txt.sh [Pipeline] sh 02:50:25 + ls -al . 02:50:25 total 684 02:50:25 drwxrwxr-x 9 1001 1001 4096 Jan 18 02:50 . 02:50:25 drwxr-xr-x 4 root root 4096 Jan 18 02:46 .. 02:50:25 -rw-rw-r-- 1 1001 1001 11 Jan 18 02:45 .dockerignore 02:50:25 drwxrwxr-x 8 1001 1001 4096 Jan 18 02:45 .git 02:50:25 drwxrwxr-x 3 1001 1001 4096 Jan 18 02:45 .github 02:50:25 -rw-rw-r-- 1 1001 1001 824 Jan 18 02:45 .gitignore 02:50:25 -rw-rw-r-- 1 1001 1001 166 Jan 18 02:45 .sonarcloud.properties 02:50:25 -rw-rw-r-- 1 1001 1001 7744 Jan 18 02:45 Attribution.txt 02:50:25 -rw-rw-r-- 1 1001 1001 3804 Jan 18 02:45 CONTRIBUTING.md 02:50:25 -rw-rw-r-- 1 1001 1001 931 Jan 18 02:45 Dockerfile.build 02:50:25 -rw-rw-r-- 1 1001 1001 863 Jan 18 02:45 Jenkinsfile 02:50:25 -rw-rw-r-- 1 1001 1001 10775 Jan 18 02:45 LICENSE 02:50:25 -rw-rw-r-- 1 1001 1001 5750 Jan 18 02:45 Makefile 02:50:25 -rw-rw-r-- 1 1001 1001 6524 Jan 18 02:45 README.md 02:50:25 -rw-rw-r-- 1 1001 1001 6744 Jan 18 02:45 SECURITY.md 02:50:25 -rw-rw-r-- 1 1001 1001 5 Jan 18 02:42 VERSION 02:50:25 -rw-rw-r-- 1 1001 1001 4131 Jan 18 02:45 ZMQWindows.md 02:50:25 drwxrwxr-x 2 1001 1001 4096 Jan 18 02:45 bin 02:50:25 drwxrwxr-x 14 1001 1001 4096 Jan 18 02:45 cmd 02:50:25 -rw-r--r-- 1 root root 550280 Jan 18 02:49 coverage.out 02:50:25 -rw-r--r-- 1 root root 981 Jan 18 02:50 go.mod 02:50:25 -rw-r--r-- 1 root root 19241 Jan 18 02:50 go.sum 02:50:25 drwxrwxr-x 8 1001 1001 4096 Jan 18 02:45 internal 02:50:25 drwxrwxr-x 4 1001 1001 4096 Jan 18 02:45 openapi 02:50:25 drwxrwxr-x 4 1001 1001 4096 Jan 18 02:45 snap 02:50:25 -rw-rw-r-- 1 1001 1001 168 Jan 18 02:45 version.go [Pipeline] sh 02:50:26 + '[' -e coverage.out ] 02:50:26 + chown 1001:1001 coverage.out [Pipeline] stash 02:50:26 Warning: overwriting stash ‘coverage-report’ 02:50:27 Stashed 1 file(s) [Pipeline] sh 02:50:28 + make build 02:50:28 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 02:50:40 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 02:50:55 ---> 765801129ba8 02:50:55 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 02:50:55 ---> 9acd2c9b6274 02:50:55 ---> 67e76e477bb9 02:50:55 Step 9/22 : RUN make cmd/core-command/core-command ---> 5e819a11b144 02:50:55 ---> 1a86873877eb 02:50:55 Step 9/24 : RUN make cmd/support-notifications/support-notifications 02:50:55 02:50:55 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redisStep 9/23 : RUN make cmd/core-data/core-data 02:50:55 02:50:55 ---> Running in 1db19aa4a4c3 02:50:55 ---> Running in dbad70dcadf0 02:50:55 ---> Running in f96256932f00 02:50:55 ---> Running in ca81716a93a4 02:50:55 ---> Running in 7c3ec8e0e646 02:50:55 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 02:50:55 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 02:50:55 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 02:50:55 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 02:50:55 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 02:51:03 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 02:51:04 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 02:51:09 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 02:51:10 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 02:51:17 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 02:51:21 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 02:51:24 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 02:51:28 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 02:51:33 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 02:51:36 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 [Pipeline] } 02:51:39 $ docker stop --time=1 59d6ba8131b4a432c1bf8a7807d0b8246efbd5d7cf1868f4c557a706c01d058d 02:51:42 $ docker rm -f 59d6ba8131b4a432c1bf8a7807d0b8246efbd5d7cf1868f4c557a706c01d058d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:51:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:51:44 02:51:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:51:44 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:51:45 latest: Pulling from edgex-devops/edgex-compose-arm64 02:51:45 29e5d40040c1: Pulling fs layer 02:51:45 1ce36da41761: Pulling fs layer 02:51:45 25b303627fd3: Pulling fs layer 02:51:45 29e5d40040c1: Verifying Checksum 02:51:45 29e5d40040c1: Download complete 02:51:46 29e5d40040c1: Pull complete 02:51:46 1ce36da41761: Verifying Checksum 02:51:46 1ce36da41761: Download complete 02:51:47 1ce36da41761: Pull complete 02:51:47 25b303627fd3: Verifying Checksum 02:51:47 25b303627fd3: Download complete 02:51:52 Removing intermediate container 1db19aa4a4c3 02:51:52 ---> b1ca300639b9 02:51:52 02:51:52 Step 10/22 : FROM alpine:3.12 02:51:52 3.12: Pulling from library/alpine 02:51:53 Removing intermediate container ca81716a93a4 02:51:53 ---> 349317d36783 02:51:53 02:51:53 Step 10/24 : FROM scratch 02:51:53 ---> 02:51:53 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:51:53 Removing intermediate container dbad70dcadf0 02:51:53 ---> e72cddbc0c7e 02:51:53 02:51:53 Step 10/22 : FROM scratch 02:51:53 ---> 02:51:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:51:53 Removing intermediate container 7c3ec8e0e646 02:51:53 ---> 7d459648bffd 02:51:53 02:51:53 Step 10/21 : FROM scratch 02:51:53 ---> 02:51:53 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:51:54 ---> Running in a95eccc48382 02:51:54 ---> Running in b3cb69dd6717 02:51:54 ---> Running in 3a84937e8c54 02:51:55 Removing intermediate container b3cb69dd6717 02:51:55 ---> 0d9d939bc228 02:51:55 Step 12/22 : ENV APP_PORT=48082 02:51:55 Removing intermediate container a95eccc48382 02:51:55 ---> 9ffa4c934703 02:51:55 Step 12/21 : ENV APP_PORT=48085 02:51:55 Removing intermediate container 3a84937e8c54 02:51:55 ---> dc072e856405 02:51:55 Step 12/24 : ENV APP_PORT=48060 02:51:55 ---> Running in 5229de5ac66c 02:51:55 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:51:55 ---> Running in 28657f3a1d33 02:51:55 Status: Downloaded newer image for alpine:3.12 02:51:55 ---> 389fef711851 02:51:55 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:51:55 ---> Running in 003a89fce47c 02:51:55 ---> Running in 8747ea0eadff 02:51:56 Removing intermediate container 5229de5ac66c 02:51:56 ---> ef2efbe62859 02:51:56 Step 13/22 : EXPOSE $APP_PORT 02:51:56 Removing intermediate container 28657f3a1d33 02:51:56 ---> 5f15067a25e9 02:51:56 Step 13/21 : EXPOSE $APP_PORT 02:51:56 Removing intermediate container 003a89fce47c 02:51:56 ---> cfb70d56f414 02:51:56 Step 13/24 : EXPOSE $APP_PORT 02:51:56 ---> Running in 28c79f6e710e 02:51:56 ---> Running in 59d38161268f 02:51:57 ---> Running in 484969698fe2 02:51:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:51:57 Removing intermediate container 28c79f6e710e 02:51:57 ---> b83ffbccb3f5 02:51:57 Step 14/22 : WORKDIR / 02:51:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:51:57 ---> Running in f0eef845caf4 02:51:57 Removing intermediate container 59d38161268f 02:51:57 ---> 821fa9e9c557 02:51:57 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 02:51:57 (1/5) Installing ca-certificates (20191127-r4) 02:51:57 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:51:57 (3/5) Installing libcurl (7.69.1-r3) 02:51:57 (4/5) Installing curl (7.69.1-r3) 02:51:57 (5/5) Installing dumb-init (1.2.2-r1) 02:51:57 Executing busybox-1.31.1-r19.trigger 02:51:57 Executing ca-certificates-20191127-r4.trigger 02:51:58 25b303627fd3: Pull complete 02:51:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 02:51:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:51:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 02:51:58 Removing intermediate container 484969698fe2 02:51:58 ---> 6c62177b69cf 02:51:58 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 02:51:58 OK: 7 MiB in 19 packages 02:51:58 prd-ubuntu18.04-docker-arm64-4c-16g-20877 does not seem to be running inside a container 02:51:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:51:59 ---> cd459acf7388 02:51:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:52:01 $ docker top 8ec0b79e55358a6d491565fa9ea6f2bd1d5c187005acef1537290ab2ad70e3c4 -eo pid,comm 02:52:01 Removing intermediate container f0eef845caf4 02:52:01 ---> b0d1ad056b33 02:52:01 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:52:01 ---> db9ef2774eed 02:52:01 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 02:52:01 Removing intermediate container f96256932f00 02:52:01 ---> 0e8f7dfc2ce9 02:52:01 02:52:01 Step 10/23 : FROM alpine:3.12 02:52:01 ---> 389fef711851 02:52:01 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:52:01 ---> deee2c967421 02:52:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [Pipeline] { 02:52:01 ---> Running in 3efed91b265b 02:52:01 ---> a0da61bbfcff 02:52:01 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [Pipeline] sh 02:52:02 Removing intermediate container 8747ea0eadff 02:52:02 ---> 86f69cd2fe05 02:52:02 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 02:52:02 ---> Running in 5ce8fbd69719 02:52:02 ---> 343c40911134 02:52:02 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 02:52:02 + docker-compose build --help 02:52:02 + grep parallel 02:52:02 Removing intermediate container 3efed91b265b 02:52:02 ---> 5d279f2d6822 02:52:02 Step 12/23 : ENV APP_PORT=48080 02:52:03 ---> bc30fdb5f81a 02:52:03 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 02:52:03 ---> Running in 0f1c372d5329 02:52:03 ---> Running in 331b39d4b77c 02:52:03 ---> 33cac1896a08 02:52:03 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:52:03 Removing intermediate container 5ce8fbd69719 02:52:03 ---> 69e8be1ef35e 02:52:03 Step 13/22 : WORKDIR / 02:52:04 ---> Running in e3648dad9421 02:52:04 Removing intermediate container 331b39d4b77c 02:52:04 ---> e43a917f00fa 02:52:04 Step 13/23 : EXPOSE $APP_PORT 02:52:04 Removing intermediate container 0f1c372d5329 02:52:04 ---> 7f0e73f1e1ef 02:52:04 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:52:04 ---> Running in bb3960889f15 02:52:04 ---> 17c80400dafa 02:52:04 Step 18/22 : ENTRYPOINT ["/core-command"] 02:52:04 ---> Running in d164cb5bde2b 02:52:04 ---> 95359c8baf59 02:52:04 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:52:04 ---> Running in 6efc3b2a565d 02:52:04 Removing intermediate container e3648dad9421 02:52:04 ---> 28fd7d55fe65 02:52:04 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:52:04 Removing intermediate container bb3960889f15 02:52:04 ---> c5a646a741d7 02:52:04 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:52:04 ---> Running in db41672e8b04 02:52:04 Removing intermediate container d164cb5bde2b 02:52:04 ---> 0511647aefbb 02:52:04 Step 19/21 : LABEL arch=x86_64 02:52:05 Removing intermediate container 6efc3b2a565d 02:52:05 ---> 6a9cbb3a9806 02:52:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:52:05 ---> Running in 9149e34c6a0c 02:52:05 ---> bca0e60d9302 02:52:05 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:52:05 ---> 1e00259cd40a 02:52:05 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 02:52:05 ---> Running in 7a09bb7f204b 02:52:05 Removing intermediate container 9149e34c6a0c 02:52:05 ---> a5f75c0980d2 02:52:05 Step 20/21 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:52:06 --parallel Build images in parallel. [Pipeline] } 02:52:06 $ docker stop --time=1 8ec0b79e55358a6d491565fa9ea6f2bd1d5c187005acef1537290ab2ad70e3c4 02:52:06 ---> Running in 0dc99364e651 02:52:06 Removing intermediate container 7a09bb7f204b 02:52:06 ---> 3dfb77471a65 02:52:06 Step 20/22 : LABEL arch=x86_64 02:52:06 ---> Running in ea351294549c 02:52:06 ---> 0ce4392df440 02:52:06 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 02:52:06 ---> 657a61b3041f 02:52:06 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 02:52:06 Removing intermediate container 0dc99364e651 02:52:06 ---> a0823942d288 02:52:06 Step 21/21 : LABEL version=0.0.0 02:52:06 Removing intermediate container ea351294549c 02:52:06 ---> 06868f5f5158 02:52:06 Step 21/22 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:52:07 ---> Running in 8c7a1013053e 02:52:07 ---> Running in ada7e82fc40e 02:52:07 ---> 66db22df24ad 02:52:07 Step 20/24 : ENTRYPOINT ["/support-notifications"] 02:52:07 ---> 638e6bc506b7 02:52:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 02:52:07 $ docker rm -f 8ec0b79e55358a6d491565fa9ea6f2bd1d5c187005acef1537290ab2ad70e3c4 02:52:08 Removing intermediate container db41672e8b04 02:52:08 ---> ed72d3aa8c88 02:52:08 Step 15/23 : RUN apk add --update --no-cache zeromq 02:52:08 ---> Running in 3124dc4b8542 [Pipeline] // withDockerContainer 02:52:08 Removing intermediate container 8c7a1013053e 02:52:08 ---> 5a88671eb972 02:52:08 02:52:08 ---> Running in 7b8012ae04f2 02:52:08 Removing intermediate container ada7e82fc40e 02:52:08 ---> 049e4f12209e 02:52:08 Step 22/22 : LABEL version=0.0.0 02:52:08 ---> d68807fefb84 02:52:08 Step 18/22 : RUN chmod +x entrypoint.sh [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:52:08 ---> Running in 1856a406cd40 02:52:08 ---> Running in eab4463c2068 02:52:08 Removing intermediate container 3124dc4b8542 02:52:08 ---> 54f315f4328f 02:52:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:52:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 02:52:08 . [Pipeline] withDockerContainer 02:52:08 ---> Running in 3db9ef61e9bc 02:52:08 Successfully built 5a88671eb972 02:52:09 prd-ubuntu18.04-docker-arm64-4c-16g-20877 does not seem to be running inside a container 02:52:09 Successfully tagged docker-support-scheduler-go:latest 02:52:09 Building docker-security-proxy-setup-go 02:52:09  Building docker-support-scheduler-go ... done Removing intermediate container 1856a406cd40 02:52:09 ---> ef00d53daff4 02:52:09 02:52:09 $ 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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 02:52:09 Removing intermediate container 3db9ef61e9bc 02:52:09 ---> 6799b9962707 02:52:09 Step 22/24 : LABEL arch=x86_64 02:52:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:52:09 ---> Running in 3d698db773cf 02:52:09 Successfully built ef00d53daff4 02:52:09 Successfully tagged docker-core-command-go:latest 02:52:09 Building docker-security-secretstore-setup-go 02:52:10  Building docker-core-command-go ... done Removing intermediate container 3d698db773cf 02:52:10 ---> 655c6012307b 02:52:10 Step 23/24 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:52:10 ---> Running in 5fa64f873a49 02:52:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:52:10 $ docker top b310ef578cd79fe7a0af63c26cb03da74b33b46dcdfcfd7af41d267fd19686d7 -eo pid,comm 02:52:10 Removing intermediate container 5fa64f873a49 02:52:10 ---> 998d62b99b48 02:52:10 Step 24/24 : LABEL version=0.0.0 02:52:10 ---> Running in f3debea687d4 02:52:10 Removing intermediate container eab4463c2068 02:52:10 ---> c041bb9b4a7d 02:52:10 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 02:52:11 ---> Running in 0b5fb047e849 [Pipeline] { [Pipeline] sh 02:52:11 + docker-compose -f ./docker-compose-build.yml build --parallel 02:52:12 (1/5) Installing libgcc (9.3.0-r2) 02:52:12 (2/5) Installing libsodium (1.0.18-r0) 02:52:12 Removing intermediate container f3debea687d4 02:52:12 ---> 40b33b003151 02:52:12 02:52:12 (3/5) Installing libstdc++ (9.3.0-r2) 02:52:12 Removing intermediate container 0b5fb047e849 02:52:12 ---> f4724762a859 02:52:12 Step 20/22 : LABEL arch=x86_64 02:52:12 Successfully built 40b33b003151 02:52:12 Successfully tagged docker-support-notifications-go:latest 02:52:12  Building docker-support-notifications-go ... done Building docker-core-metadata-go 02:52:12 (4/5) Installing libzmq (4.3.3-r0) 02:52:12 ---> Running in 558cf488072d 02:52:12 (5/5) Installing zeromq (4.3.3-r0) 02:52:12 Executing busybox-1.31.1-r19.trigger 02:52:12 OK: 8 MiB in 19 packages 02:52:13 Removing intermediate container 558cf488072d 02:52:13 ---> ebbcf7299ecd 02:52:13 Step 21/22 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:52:14 ---> Running in 3e0e97331691 02:52:15 Removing intermediate container 3e0e97331691 02:52:15 ---> 2e50864b3b7d 02:52:15 Step 22/22 : LABEL version=0.0.0 02:52:15 Removing intermediate container 7b8012ae04f2 02:52:15 ---> e27b7fd9f407 02:52:15 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:52:15 ---> Running in 674e940cf316 02:52:16 Building docker-core-command-go ... 02:52:16 Building docker-core-data-go ... 02:52:16 Building docker-core-metadata-go ... 02:52:16 Building docker-security-bootstrap-redis-go ... 02:52:16 Building docker-security-proxy-setup-go ... 02:52:16 Building docker-security-secretstore-setup-go ... 02:52:16 Building docker-support-notifications-go ... 02:52:16 Building docker-support-scheduler-go ... 02:52:16 Building docker-sys-mgmt-agent-go ... 02:52:16 Building docker-sys-mgmt-agent-go 02:52:16 Building docker-support-notifications-go 02:52:16 Building docker-core-data-go 02:52:16 Building docker-core-command-go 02:52:16 Building docker-security-secretstore-setup-go 02:52:16 Removing intermediate container 674e940cf316 02:52:16 ---> 0595645f0d7b 02:52:16 02:52:17 Successfully built 0595645f0d7b 02:52:17 Successfully tagged docker-security-bootstrap-redis-go:latest 02:52:17 Building docker-sys-mgmt-agent-go 02:52:17  Building docker-security-bootstrap-redis-go ... done  ---> d93b63261793 02:52:17 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:52:20 ---> c6737d2c6438 02:52:20 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:52:21 ---> 914834b114db 02:52:21 Step 19/23 : ENTRYPOINT ["/core-data"] 02:52:22 ---> Running in b83863c930b9 02:52:23 Removing intermediate container b83863c930b9 02:52:23 ---> 5ad664aab1b1 02:52:23 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:52:23 ---> Running in 3e88f9807cb5 02:52:23 Removing intermediate container 3e88f9807cb5 02:52:23 ---> 4f00259e62e8 02:52:23 Step 21/23 : LABEL arch=x86_64 02:52:24 ---> Running in dfabd5d0b5c7 02:52:25 Removing intermediate container dfabd5d0b5c7 02:52:25 ---> e95412ea8fe7 02:52:25 Step 22/23 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:52:25 ---> Running in 3b6988b0b0e6 02:52:26 Removing intermediate container 3b6988b0b0e6 02:52:26 ---> 2f1a994fa6cb 02:52:26 Step 23/23 : LABEL version=0.0.0 02:52:26 ---> Running in 1c5241ceaf1c 02:52:26 Removing intermediate container 1c5241ceaf1c 02:52:26 ---> 8078b439792f 02:52:26 02:52:27 Successfully built 8078b439792f 02:52:27 Successfully tagged docker-core-data-go:latest 02:53:00  Building docker-core-data-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:00 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:53:00 ---> 2d6d3f007617 02:53:00 Step 3/24 : WORKDIR /edgex-go 02:53:00 ---> Using cache 02:53:00 ---> c11a5e928f70 02:53:00 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:00 ---> Using cache 02:53:00 ---> f2548322ede1 02:53:00 Step 5/24 : RUN apk add --update --no-cache make git 02:53:00 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:00 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:53:00 ---> 2d6d3f007617 02:53:00 Step 3/21 : WORKDIR /edgex-go 02:53:00 ---> Using cache 02:53:00 ---> c11a5e928f70 02:53:00 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:00 ---> Using cache 02:53:00 ---> f2548322ede1 02:53:00 Step 5/21 : RUN apk add --update --no-cache make git 02:53:00 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:53:00 ---> 2d6d3f007617 02:53:00 Step 3/22 : WORKDIR /edgex-go 02:53:00 ---> Using cache 02:53:00 ---> c11a5e928f70 02:53:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:00 ---> Using cache 02:53:00 ---> f2548322ede1 02:53:00 Step 5/22 : RUN apk add --update --no-cache make git 02:53:00 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:00 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:53:00 ---> 2d6d3f007617 02:53:00 Step 3/26 : WORKDIR /edgex-go 02:53:00 ---> Using cache 02:53:00 ---> c11a5e928f70 02:53:00 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:00 ---> Using cache 02:53:00 ---> f2548322ede1 02:53:00 Step 5/26 : RUN apk add --update --no-cache make bash git 02:53:00 ---> Running in 91695298edef 02:53:00 ---> Running in 5b7e533e7d3f 02:53:00 ---> Running in 82d92193e49d 02:53:00 ---> Running in 7b3d7a5cc959 02:53:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:53:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:53:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:53:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:53:05 OK: 233 MiB in 51 packages 02:53:05 OK: 233 MiB in 51 packages 02:53:05 OK: 233 MiB in 51 packages 02:53:06 OK: 233 MiB in 51 packages 02:53:06 Removing intermediate container 7b3d7a5cc959 02:53:06 ---> 7c7be7a19850 02:53:06 Step 6/26 : COPY go.mod . 02:53:07 Removing intermediate container 82d92193e49d 02:53:07 ---> 009422994d41 02:53:07 Step 6/24 : COPY go.mod . 02:53:07 Removing intermediate container 5b7e533e7d3f 02:53:07 ---> cf80fb8128bb 02:53:07 Step 6/22 : COPY go.mod . 02:53:07 Removing intermediate container 91695298edef 02:53:07 ---> 5f613a9dd443 02:53:07 Step 6/21 : COPY go.mod . 02:53:07 ---> 8caf7088cd09 02:53:07 Step 7/26 : RUN go mod download 02:53:07 ---> 8f9ade4ca48e 02:53:07 Step 7/24 : RUN go mod download 02:53:07 ---> e1ba53930f6b 02:53:07 Step 7/22 : RUN go mod download 02:53:08 ---> Running in fa3234de19ca 02:53:08 ---> Running in 3f5a5dffc732 02:53:08 ---> Running in 1084d1230969 02:53:08 ---> 5f38d4d1d6b6 02:53:08 Step 7/21 : RUN go mod download 02:53:08 ---> Running in ad4be1547705 02:53:12 Removing intermediate container 1084d1230969 02:53:12 ---> e0418be7ed92 02:53:12 Step 8/26 : COPY . . 02:53:12 Removing intermediate container fa3234de19ca 02:53:12 ---> 030a30b99f49 02:53:12 Step 8/24 : COPY . . 02:53:12 Removing intermediate container ad4be1547705 02:53:12 ---> c5828d77e2ce 02:53:12 Step 8/21 : COPY . . 02:53:12 Removing intermediate container 3f5a5dffc732 02:53:12 ---> f303cf5fb696 02:53:12 Step 8/22 : COPY . . 02:53:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:53:24 ---> 18e9d4c32a87 02:53:24 Step 3/24 : WORKDIR /edgex-go 02:53:24 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:24 Step 2/26 : FROM ${BUILDER_BASE} AS builder 02:53:24 ---> 18e9d4c32a87 02:53:24 Step 3/26 : WORKDIR /edgex-go 02:53:24 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:24 Step 2/24 : FROM ${BUILDER_BASE} AS builder 02:53:24 ---> 18e9d4c32a87 02:53:24 Step 3/24 : WORKDIR /edgex-go 02:53:24 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:24 Step 2/23 : FROM ${BUILDER_BASE} AS builder 02:53:24 ---> 18e9d4c32a87 02:53:24 Step 3/23 : WORKDIR /edgex-go 02:53:24 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:53:24 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:53:24 ---> 18e9d4c32a87 02:53:24 Step 3/22 : WORKDIR /edgex-go 02:53:24 ---> Running in 6db91433d7d9 02:53:24 ---> Running in 57c51398effd 02:53:24 ---> Running in 3228a8e672a7 02:53:24 ---> Running in 013c564218e2 02:53:24 ---> Running in ed9b38ee90f0 02:53:25 Removing intermediate container ed9b38ee90f0 02:53:25 ---> 3048e54146a2 02:53:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:25 Removing intermediate container 3228a8e672a7 02:53:25 ---> fbb77aa39f26 02:53:25 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:25 Removing intermediate container 013c564218e2 02:53:25 ---> 17f6b03f961f 02:53:25 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:25 Removing intermediate container 6db91433d7d9 02:53:25 ---> 3bd36711b9a2 02:53:25 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:25 Removing intermediate container 57c51398effd 02:53:25 ---> a88c4392ed64 02:53:25 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:53:25 ---> Running in 5d5a5961be38 02:53:25 ---> Running in 0ad139e07913 02:53:25 ---> Running in 45145adfd6a2 02:53:25 ---> Running in 69757c8ca28c 02:53:25 ---> Running in cd4accfd4a32 02:53:28 Removing intermediate container 5d5a5961be38 02:53:28 ---> f0fafe868705 02:53:28 Step 5/24 : RUN apk add --update --no-cache make git 02:53:29 ---> Running in 422d75a37e4b 02:53:29 Removing intermediate container 0ad139e07913 02:53:29 ---> 835694bcf96b 02:53:29 Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates 02:53:29 ---> Running in f93c98e97162 02:53:29 Removing intermediate container 45145adfd6a2 02:53:29 ---> 8d9a68145cb7 02:53:29 Step 5/22 : RUN apk add --update --no-cache make git 02:53:29 Removing intermediate container 69757c8ca28c 02:53:29 ---> 60176799fd29 02:53:29 Step 5/26 : RUN apk add --update --no-cache make bash git 02:53:29 ---> Running in 54fb824d2761 02:53:30 Removing intermediate container cd4accfd4a32 02:53:30 ---> 1f2257b78753 02:53:30 Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git 02:53:30 ---> Running in c6d78a40aa91 02:53:30 ---> Running in 4fd4c4c78ceb 02:53:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:31 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:53:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:53:33 OK: 217 MiB in 51 packages 02:53:33 OK: 217 MiB in 51 packages 02:53:34 OK: 217 MiB in 51 packages 02:53:34 OK: 217 MiB in 51 packages 02:53:34 OK: 217 MiB in 51 packages 02:53:34 Removing intermediate container 422d75a37e4b 02:53:34 ---> a9ca5093879c 02:53:34 Step 6/24 : COPY go.mod . 02:53:35 Removing intermediate container f93c98e97162 02:53:35 ---> 5a5c43f86ec7 02:53:35 Step 6/24 : COPY go.mod . 02:53:35 ---> 99db81c27fe4 02:53:35 Step 7/24 : RUN go mod download 02:53:36 ---> Running in 7d154e6df18b 02:53:36 Removing intermediate container c6d78a40aa91 02:53:36 ---> 71717a07943f 02:53:36 Step 6/26 : COPY go.mod . 02:53:36 ---> c0aae45e845c 02:53:36 Step 7/24 : RUN go mod download 02:53:36 Removing intermediate container 4fd4c4c78ceb 02:53:36 ---> 1fbcbe726bf7 02:53:36 Step 6/23 : COPY go.mod . 02:53:36 Removing intermediate container 54fb824d2761 02:53:36 ---> fe6079ea7930 02:53:36 Step 6/22 : COPY go.mod . 02:53:36 ---> Running in d95f24538a3e 02:53:37 ---> 77c365dec0ad 02:53:37 Step 7/23 : RUN go mod download 02:53:38 ---> 6b09c1d8c062 02:53:38 Step 7/26 : RUN go mod download 02:53:38 ---> be1297b27ba4 02:53:38 Step 7/22 : RUN go mod download 02:53:38 ---> Running in 73cbe9d3693d 02:53:38 ---> Running in 7fd4ac8649d2 02:53:38 ---> Running in 50249fd224a9 02:53:40 Removing intermediate container 7d154e6df18b 02:53:40 ---> 3fc1471eb48b 02:53:40 Step 8/24 : COPY . . 02:53:40 Removing intermediate container d95f24538a3e 02:53:40 ---> 8be386e8fc25 02:53:40 Step 8/24 : COPY . . 02:53:43 Removing intermediate container 73cbe9d3693d 02:53:43 ---> f5949fb576a8 02:53:43 Step 8/23 : COPY . . 02:53:44 Removing intermediate container 50249fd224a9 02:53:44 ---> 8f666b96029e 02:53:44 Step 8/22 : COPY . . 02:53:44 Removing intermediate container 7fd4ac8649d2 02:53:44 ---> 3c1705882317 02:53:44 Step 8/26 : COPY . . 02:54:10 ---> 0f91759cadff 02:54:10 Step 9/22 : RUN make cmd/core-metadata/core-metadata 02:54:10 ---> 4aa7153442fc 02:54:10 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:54:10 ---> 4dabd8bf5697 02:54:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:54:10 ---> 01fe485c6b49 02:54:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:54:10 ---> Running in 76c58b01eb45 02:54:10 ---> Running in b9e2e576837b 02:54:10 ---> Running in 0e2ac2daffb0 02:54:10 ---> Running in 18fa00b0857d 02:54:10 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 02:54:10 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 02:54:10 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 02:54:10 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 02:54:10 ---> 9792ad13e824 02:54:10 Step 9/23 : RUN make cmd/core-data/core-data 02:54:10 ---> 98be3e4538e9 02:54:10 Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 02:54:10 ---> 74c7c0e01dcd 02:54:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 02:54:10 ---> b7ed0ccd742b 02:54:10 Step 9/24 : RUN make cmd/support-notifications/support-notifications 02:54:10 ---> c14a0b0d3149 02:54:10 Step 9/22 : RUN make cmd/core-command/core-command 02:54:10 ---> Running in cfdf9908079e 02:54:10 ---> Running in 355fcf6ca7f1 02:54:10 ---> Running in 5a600578d3e0 02:54:10 ---> Running in 8f94f2edbec6 02:54:10 ---> Running in 617350a3726c 02:54:10 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 02:54:10 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 02:54:10 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 02:54:10 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 02:54:10 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 02:54:50 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 02:54:50 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 02:54:54 Removing intermediate container 18fa00b0857d 02:54:54 ---> 3864f202b2f2 02:54:54 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:54:54 Removing intermediate container 0e2ac2daffb0 02:54:54 ---> 2ac1995bc802 02:54:54 02:54:54 Step 10/24 : FROM alpine:3.12 02:54:54 ---> 389fef711851 02:54:54 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:54:54 ---> Using cache 02:54:54 ---> 86f69cd2fe05 02:54:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:54:55 ---> Running in 877ed2ee729a 02:54:55 ---> Running in 959cfd8502c9 02:54:56 Removing intermediate container 877ed2ee729a 02:54:56 ---> 48860eda07a8 02:54:56 Step 13/24 : WORKDIR / 02:54:56 Removing intermediate container b9e2e576837b 02:54:56 ---> 04c9898ec3db 02:54:56 02:54:56 Step 10/21 : FROM alpine:3.12 02:54:56 ---> 389fef711851 02:54:56 Step 11/21 : RUN apk add --update --no-cache curl 02:54:56 ---> Running in d253574314a5 02:54:56 ---> Running in eb998a7c2174 02:54:57 Removing intermediate container d253574314a5 02:54:57 ---> 9adf1ad2198e 02:54:57 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:54:57 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 02:54:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:54:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:54:58 (1/4) Installing ca-certificates (20191127-r4) 02:54:58 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:54:58 (3/4) Installing libcurl (7.69.1-r3) 02:54:58 (4/4) Installing curl (7.69.1-r3) 02:54:58 Executing busybox-1.31.1-r19.trigger 02:54:58 Executing ca-certificates-20191127-r4.trigger 02:54:58 OK: 7 MiB in 18 packages 02:54:59 ---> 223a90ad7cd0 02:54:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:55:00 Removing intermediate container 76c58b01eb45 02:55:00 ---> 522f483b17fd 02:55:00 02:55:00 Step 10/22 : FROM scratch 02:55:00 ---> 02:55:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:55:02 ---> Using cache 02:55:02 ---> 9ffa4c934703 02:55:02 Step 12/22 : ENV APP_PORT=48081 02:55:02 ---> c5ca25655c39 02:55:02 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 02:55:02 Removing intermediate container 959cfd8502c9 02:55:02 ---> 47b7936c992d 02:55:02 02:55:02 Step 11/26 : FROM docker:20.10.0 02:55:02 Removing intermediate container eb998a7c2174 02:55:02 ---> 949bddffffbb 02:55:02 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:55:02 ---> Running in 5aaa3106b893 02:55:02 20.10.0: Pulling from library/docker 02:55:02 ---> Running in 44d2e7cb5488 02:55:03 Removing intermediate container 5aaa3106b893 02:55:03 ---> 7dd9823f779e 02:55:03 Step 13/22 : EXPOSE $APP_PORT 02:55:03 ---> 092860693942 02:55:03 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:55:03 Removing intermediate container 44d2e7cb5488 02:55:03 ---> f788f7d74766 02:55:03 Step 13/21 : WORKDIR /edgex 02:55:03 ---> Running in 40da9331f5c8 02:55:03 ---> Running in d98509da7f50 02:55:03 Removing intermediate container 40da9331f5c8 02:55:03 ---> c0ec0f0871d9 02:55:03 Step 14/22 : WORKDIR / 02:55:03 Removing intermediate container d98509da7f50 02:55:03 ---> 5619ff7bf14e 02:55:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:55:03 ---> Running in faa0374a3da6 02:55:04 ---> ce2c5fa9b900 02:55:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:55:04 Removing intermediate container faa0374a3da6 02:55:04 ---> 9585d14f25a5 02:55:04 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:55:04 ---> 0303b541425f 02:55:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:55:05 ---> 47d66fdf0862 02:55:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:55:05 ---> 574371387417 02:55:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:55:06 ---> a1d1b16212f3 02:55:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:55:06 ---> d51a5854516c 02:55:06 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 02:55:07 ---> Running in 4e6823d6040e 02:55:07 ---> 0161c446e67a 02:55:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:55:07 ---> 417d4f6df92a 02:55:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:55:07 ---> Running in 59e98ca7831d 02:55:08 ---> 908d89e2616f 02:55:08 Step 18/22 : ENTRYPOINT ["/core-metadata"] 02:55:08 Removing intermediate container 59e98ca7831d 02:55:08 ---> 94768ca504ee 02:55:08 Step 18/21 : CMD ["--init=true"] 02:55:08 ---> Running in de31836fff24 02:55:08 ---> Running in 9dd7efe380fd 02:55:09 Removing intermediate container de31836fff24 02:55:09 ---> 5142ea2aff32 02:55:09 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:55:09 Removing intermediate container 9dd7efe380fd 02:55:09 ---> 9e50da073c75 02:55:09 Step 19/21 : LABEL arch=x86_64 02:55:09 ---> Running in 3cfdf8389aa0 02:55:09 ---> Running in 08b8413e246a 02:55:10 Removing intermediate container 08b8413e246a 02:55:10 ---> 61235e0f41b6 02:55:10 Step 20/21 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:55:10 Removing intermediate container 4e6823d6040e 02:55:10 ---> 1e794fa3fc1d 02:55:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:55:10 Removing intermediate container 3cfdf8389aa0 02:55:10 ---> d1e11faf57af 02:55:10 Step 20/22 : LABEL arch=x86_64 02:55:10 ---> Running in d5e824831327 02:55:10 ---> Running in 9b5a99610fd0 02:55:10 ---> Running in 70001ab3ba4a 02:55:10 Removing intermediate container 9b5a99610fd0 02:55:10 ---> 4ffb6d2d3656 02:55:10 Step 22/24 : LABEL arch=x86_64 02:55:10 Removing intermediate container d5e824831327 02:55:10 ---> cca356b9ce95 02:55:10 Step 21/21 : LABEL version=0.0.0 02:55:10 ---> Running in 6cda0950156f 02:55:10 ---> Running in dd9b1e9ade22 02:55:11 Removing intermediate container 70001ab3ba4a 02:55:11 ---> 9d8bc7bdfa5d 02:55:11 Step 21/22 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:55:11 ---> Running in 8164b3f9ed74 02:55:11 Removing intermediate container 6cda0950156f 02:55:11 ---> 3e32558688ea 02:55:11 02:55:11 Removing intermediate container dd9b1e9ade22 02:55:11 ---> b854265d42b5 02:55:11 Step 23/24 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:55:11 ---> Running in d0ea87734c8e 02:55:12 Removing intermediate container 8164b3f9ed74 02:55:12 ---> 909305b79179 02:55:12 Step 22/22 : LABEL version=0.0.0 02:55:12 Successfully built 3e32558688ea 02:55:12 ---> Running in 8c9f2f83e521 02:55:12 Successfully tagged docker-security-proxy-setup-go:latest 02:55:12  Building docker-security-proxy-setup-go ... done Removing intermediate container d0ea87734c8e 02:55:12 ---> c71194555c05 02:55:12 Step 24/24 : LABEL version=0.0.0 02:55:13 ---> Running in 70605fe34df2 02:55:13 Removing intermediate container 8c9f2f83e521 02:55:13 ---> e4b3bc8eeb14 02:55:13 02:55:13 Removing intermediate container 70605fe34df2 02:55:13 ---> fc9a78c19dab 02:55:13 02:55:13 Successfully built e4b3bc8eeb14 02:55:13 Successfully tagged docker-core-metadata-go:latest 02:55:13  Building docker-core-metadata-go ... done Successfully built fc9a78c19dab 02:55:13 Successfully tagged docker-security-secretstore-setup-go:latest 02:55:15  Building docker-security-secretstore-setup-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:55:15 Status: Downloaded newer image for docker:20.10.0 02:55:15 ---> aefe523efa57 02:55:15 Step 12/26 : RUN apk add --no-cache bash 02:55:15 ---> Running in 9d072be5baa2 02:55:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:55:16 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:55:16 (1/2) Installing readline (8.0.4-r0) 02:55:16 (2/2) Installing bash (5.0.17-r0) 02:55:16 Executing bash-5.0.17-r0.post-install 02:55:16 Executing busybox-1.31.1-r19.trigger 02:55:16 OK: 12 MiB in 22 packages 02:55:18 Removing intermediate container 9d072be5baa2 02:55:18 ---> 01c56dbb8fbb 02:55:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:55:18 ---> Running in 0e66fc5ff71d 02:55:18 Removing intermediate container 0e66fc5ff71d 02:55:18 ---> dd54d2a87d06 02:55:18 Step 14/26 : ENV APP_PORT=48090 02:55:18 ---> Running in f687538c1cfd 02:55:18 Removing intermediate container f687538c1cfd 02:55:18 ---> 2f171b527628 02:55:18 Step 15/26 : EXPOSE $APP_PORT 02:55:19 ---> Running in 4c05d2d58c10 02:55:19 Removing intermediate container 4c05d2d58c10 02:55:19 ---> 12f6eaf4a3ef 02:55:19 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:55:20 ---> 192ce5e09044 02:55:20 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:55:21 ---> c6cad4394e6c 02:55:21 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:55:22 ---> b022f7b93184 02:55:22 Step 19/26 : RUN apk --no-cache add py3-pip 02:55:22 ---> Running in 9404723e5869 02:55:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:55:23 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:55:23 (1/33) Installing libbz2 (1.0.8-r1) 02:55:23 (2/33) Installing expat (2.2.9-r1) 02:55:23 (3/33) Installing libffi (3.3-r2) 02:55:23 (4/33) Installing gdbm (1.13-r1) 02:55:23 (5/33) Installing xz-libs (5.2.5-r0) 02:55:23 (6/33) Installing sqlite-libs (3.32.1-r0) 02:55:23 (7/33) Installing python3 (3.8.5-r0) 02:55:25 (8/33) Installing py3-appdirs (1.4.4-r1) 02:55:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:55:25 (10/33) Installing py3-parsing (2.4.7-r0) 02:55:25 (11/33) Installing py3-six (1.15.0-r0) 02:55:25 (12/33) Installing py3-packaging (20.4-r0) 02:55:25 (13/33) Installing py3-setuptools (47.0.0-r0) 02:55:25 (14/33) Installing py3-chardet (3.0.4-r4) 02:55:25 (15/33) Installing py3-idna (2.9-r0) 02:55:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:55:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:55:25 (18/33) Installing py3-requests (2.23.0-r0) 02:55:25 (19/33) Installing py3-msgpack (1.0.0-r0) 02:55:25 (20/33) Installing py3-lockfile (0.12.2-r3) 02:55:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:55:25 (22/33) Installing py3-colorama (0.4.3-r0) 02:55:25 (23/33) Installing py3-distlib (0.3.0-r0) 02:55:25 (24/33) Installing py3-distro (1.5.0-r1) 02:55:25 (25/33) Installing py3-webencodings (0.5.1-r3) 02:55:25 (26/33) Installing py3-html5lib (1.0.1-r4) 02:55:25 (27/33) Installing py3-pytoml (0.1.21-r0) 02:55:25 (28/33) Installing py3-pep517 (0.8.2-r0) 02:55:25 (29/33) Installing py3-progress (1.5-r0) 02:55:25 (30/33) Installing py3-toml (0.10.1-r0) 02:55:25 (31/33) Installing py3-retrying (1.3.3-r0) 02:55:25 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:55:25 (33/33) Installing py3-pip (20.1.1-r0) 02:55:25 Executing busybox-1.31.1-r19.trigger 02:55:25 OK: 71 MiB in 55 packages 02:55:32 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 02:55:36 Removing intermediate container 9404723e5869 02:55:36 ---> 7a459e1c25c7 02:55:36 Step 20/26 : RUN pip install docker-compose==1.23.2 02:55:36 ---> Running in 81d9dc5920fa 02:55:38 Collecting docker-compose==1.23.2 02:55:38 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:55:39 Collecting websocket-client<1.0,>=0.32.0 02:55:39 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:55:39 Collecting dockerpty<0.5,>=0.4.1 02:55:39 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:55:40 Collecting jsonschema<3,>=2.5.1 02:55:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:55:40 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:55:40 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:55:40 Collecting docker<4.0,>=3.6.0 02:55:40 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:55:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:55:41 Collecting cached-property<2,>=1.2.0 02:55:41 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:55:41 Collecting PyYAML<4,>=3.10 02:55:41 Downloading PyYAML-3.13.tar.gz (270 kB) 02:55:42 Collecting texttable<0.10,>=0.9.0 02:55:42 Downloading texttable-0.9.1.tar.gz (11 kB) 02:55:43 Collecting docopt<0.7,>=0.6.1 02:55:43 Downloading docopt-0.6.2.tar.gz (25 kB) 02:55:44 Collecting idna<2.8,>=2.5 02:55:44 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:55:44 Collecting urllib3<1.25,>=1.21.1 02:55:44 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:55:44 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) 02:55:44 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) 02:55:44 Collecting docker-pycreds>=0.4.0 02:55:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:55:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:55:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:55:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:55:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:55:44 Installing collected packages: websocket-client, dockerpty, jsonschema, idna, urllib3, requests, docker-pycreds, docker, cached-property, PyYAML, texttable, docopt, docker-compose 02:55:44 Running setup.py install for dockerpty: started 02:55:45 Running setup.py install for dockerpty: finished with status 'done' 02:55:45 Attempting uninstall: idna 02:55:45 Found existing installation: idna 2.9 02:55:45 Uninstalling idna-2.9: 02:55:45 Successfully uninstalled idna-2.9 02:55:46 Attempting uninstall: urllib3 02:55:46 Found existing installation: urllib3 1.25.9 02:55:46 Uninstalling urllib3-1.25.9: 02:55:46 Successfully uninstalled urllib3-1.25.9 02:55:46 Attempting uninstall: requests 02:55:46 Found existing installation: requests 2.23.0 02:55:46 Uninstalling requests-2.23.0: 02:55:46 Successfully uninstalled requests-2.23.0 02:55:47 Running setup.py install for PyYAML: started 02:55:47 Removing intermediate container 5a600578d3e0 02:55:47 ---> ad238b59f7b2 02:55:47 02:55:47 Step 10/24 : FROM alpine:3.12 02:55:47 3.12: Pulling from library/alpine 02:55:47 Removing intermediate container 8f94f2edbec6 02:55:47 ---> 6338d5432023 02:55:47 Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 02:55:47 ---> Running in 81ebec976fd1 02:55:48 Running setup.py install for PyYAML: finished with status 'done' 02:55:48 Running setup.py install for texttable: started 02:55:48 Removing intermediate container 355fcf6ca7f1 02:55:48 ---> ef2761751157 02:55:48 02:55:48 Step 10/24 : FROM scratch 02:55:48 ---> 02:55:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 02:55:48 Running setup.py install for texttable: finished with status 'done' 02:55:48 Running setup.py install for docopt: started 02:55:49 Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 02:55:49 Status: Downloaded newer image for alpine:3.12 02:55:49 ---> afeebe901d6b 02:55:49 Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:55:49 ---> Running in d9eb958a3d20 02:55:49 Running setup.py install for docopt: finished with status 'done' 02:55:49 Removing intermediate container 617350a3726c 02:55:49 ---> eea816832509 02:55:49 02:55:49 Step 10/22 : FROM scratch 02:55:49 ---> 02:55:49 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:55:49 ---> Running in 8fd7a5d2cebb 02:55:49 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 02:55:49 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 02:55:50 ---> Running in a5794c74869e 02:55:50 Removing intermediate container d9eb958a3d20 02:55:50 ---> 54a656e20cfa 02:55:50 Step 12/24 : ENV APP_PORT=48060 02:55:50 ---> Running in d84548364b2b 02:55:50 Removing intermediate container a5794c74869e 02:55:50 ---> d5d3a81358ab 02:55:50 Step 12/22 : ENV APP_PORT=48082 02:55:51 ---> Running in 2ef4b710fa8a 02:55:51 Removing intermediate container d84548364b2b 02:55:51 ---> 30494e102283 02:55:51 Step 13/24 : EXPOSE $APP_PORT 02:55:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:55:51 ---> Running in ede417c8b1d2 02:55:52 Removing intermediate container 2ef4b710fa8a 02:55:52 ---> b861d3394d34 02:55:52 Step 13/22 : EXPOSE $APP_PORT 02:55:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:55:52 ---> Running in 9a4cca981cd8 02:55:52 Removing intermediate container ede417c8b1d2 02:55:52 ---> 4f01550b0979 02:55:52 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 02:55:52 (1/5) Installing ca-certificates (20191127-r4) 02:55:52 Removing intermediate container 9a4cca981cd8 02:55:52 ---> dcacc12ba844 02:55:52 Step 14/22 : WORKDIR / 02:55:52 (2/5) Installing nghttp2-libs (1.41.0-r0) 02:55:52 (3/5) Installing libcurl (7.69.1-r3) 02:55:52 (4/5) Installing curl (7.69.1-r3) 02:55:52 (5/5) Installing dumb-init (1.2.2-r1) 02:55:52 Executing busybox-1.31.1-r19.trigger 02:55:52 Executing ca-certificates-20191127-r4.trigger 02:55:53 ---> Running in 2204fc60da5e 02:55:53 OK: 7 MiB in 19 packages 02:55:53 ---> c9b549223b67 02:55:53 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 02:55:54 Removing intermediate container 2204fc60da5e 02:55:54 ---> 2020f2ddc4f4 02:55:54 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:55:54 Removing intermediate container 81d9dc5920fa 02:55:54 ---> 0211f0353d1b 02:55:54 Step 21/26 : RUN apk --no-cache add curl 02:55:54 ---> Running in d163a26a7c47 02:55:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:55:54 Removing intermediate container 81ebec976fd1 02:55:54 ---> 31d05b2ef0b4 02:55:54 02:55:54 Step 11/26 : FROM docker:20.10.0 02:55:54 20.10.0: Pulling from library/docker 02:55:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:55:55 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:55:55 (2/3) Installing libcurl (7.69.1-r3) 02:55:55 (3/3) Installing curl (7.69.1-r3) 02:55:55 Executing busybox-1.31.1-r19.trigger 02:55:55 OK: 72 MiB in 58 packages 02:55:56 ---> 52fd1d6e4f6a 02:55:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 02:55:56 Removing intermediate container d163a26a7c47 02:55:56 ---> 5bf282eb2d74 02:55:56 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:55:56 ---> 9203bd82b58d 02:55:56 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 02:55:56 ---> Running in 5e3a951362c8 02:55:56 Removing intermediate container 8fd7a5d2cebb 02:55:56 ---> 6522de3bd86f 02:55:56 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:55:56 Removing intermediate container 5e3a951362c8 02:55:56 ---> a9b6a3ac0ab9 02:55:56 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:55:57 ---> Running in b6368d3fd71e 02:55:57 Removing intermediate container b6368d3fd71e 02:55:57 ---> 2e59edf3eb2d 02:55:57 Step 24/26 : LABEL arch=x86_64 02:55:57 ---> Running in 8bebe6a84c08 02:55:57 ---> Running in 0e727d2dc306 02:55:57 Removing intermediate container 8bebe6a84c08 02:55:57 ---> 6c0e85fda8ce 02:55:57 Step 25/26 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:55:57 ---> Running in c88b4d32cef4 02:55:58 Removing intermediate container c88b4d32cef4 02:55:58 ---> 63e78daa5135 02:55:58 Step 26/26 : LABEL version=0.0.0 02:55:58 ---> Running in bc8cb900bf00 02:55:58 Removing intermediate container bc8cb900bf00 02:55:58 ---> d5bc56d502e8 02:55:58 02:55:59 Removing intermediate container 0e727d2dc306 02:55:59 ---> 89bfac734527 02:55:59 Step 13/24 : WORKDIR / 02:55:59 Successfully built d5bc56d502e8 02:55:59 Successfully tagged docker-sys-mgmt-agent-go:latest 02:55:59 ---> fbbadaa087c6 02:55:59 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 02:55:59 ---> 4a5938d85d58 02:55:59 Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / 02:55:59 ---> Running in c1d8783e5915 02:56:00  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 02:56:00 $ docker stop --time=1 959151adfb2537158a9bee720f515d1f8e38a46eb44dc1c9818ca9537986f8eb 02:56:00 Removing intermediate container c1d8783e5915 02:56:00 ---> 6f0e02915675 02:56:00 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 02:56:01 ---> 1e69322f6ccd 02:56:01 Step 18/22 : ENTRYPOINT ["/core-command"] 02:56:01 ---> 66117e30dffb 02:56:01 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 02:56:01 ---> Running in fbc0b85994cc 02:56:01 ---> 4e6ebf6a9ec2 02:56:01 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 02:56:02 Removing intermediate container fbc0b85994cc 02:56:02 ---> 22c632b6158b 02:56:02 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:56:02 $ docker rm -f 959151adfb2537158a9bee720f515d1f8e38a46eb44dc1c9818ca9537986f8eb 02:56:03 ---> Running in f9568f0efb41 [Pipeline] // withDockerContainer 02:56:03 ---> 7f0e9079be95 02:56:03 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] sh 02:56:03 + grep docker 02:56:03 + docker images 02:56:03 docker-sys-mgmt-agent-go latest d5bc56d502e8 5 seconds ago 313MB 02:56:03 docker-core-metadata-go latest e4b3bc8eeb14 50 seconds ago 13.1MB 02:56:03 docker-security-secretstore-setup-go latest fc9a78c19dab 50 seconds ago 24.6MB 02:56:03 docker-security-proxy-setup-go latest 3e32558688ea 52 seconds ago 24.4MB 02:56:03 docker-core-data-go latest 8078b439792f 3 minutes ago 22.3MB 02:56:03 docker-security-bootstrap-redis-go latest 0595645f0d7b 3 minutes ago 15.8MB 02:56:03 docker-support-notifications-go latest 40b33b003151 3 minutes ago 12MB 02:56:03 docker-core-command-go latest ef00d53daff4 3 minutes ago 10.6MB 02:56:03 docker-support-scheduler-go latest 5a88671eb972 3 minutes ago 10.7MB 02:56:03 docker 20.10.0 aefe523efa57 5 weeks 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] } 02:56:04 Removing intermediate container f9568f0efb41 02:56:04 ---> 97e958edf7e1 02:56:04 Step 20/22 : LABEL arch=arm64 02:56:04 ---> b0ab768030c0 02:56:04 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 02:56:05 ---> Running in c3c99d2fc720 02:56:05 ---> d9d191d8f558 02:56:05 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 02:56:05 ---> d8dad99cf9dd 02:56:05 Step 20/24 : ENTRYPOINT ["/support-notifications"] 02:56:06 ---> Running in b2bde07f0504 02:56:06 Removing intermediate container c3c99d2fc720 02:56:06 ---> 03e5308fcc2a 02:56:06 Step 21/22 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:56:07 Removing intermediate container cfdf9908079e 02:56:07 ---> 490ad5744079 02:56:07 02:56:07 Step 10/23 : FROM alpine:3.12 02:56:07 ---> afeebe901d6b 02:56:07 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:56:07 ---> c72189ccaca5 02:56:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 02:56:07 ---> Running in 74ba193b7f84 02:56:07 ---> Running in 0f57e5ecc429 02:56:07 Removing intermediate container b2bde07f0504 02:56:07 ---> 082123641d5f 02:56:07 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:56:08 ---> Running in aad10e4fd4c9 02:56:08 Removing intermediate container 74ba193b7f84 02:56:08 ---> ebd3b9454dd3 02:56:08 Step 22/22 : LABEL version=0.0.0 02:56:09 Removing intermediate container 0f57e5ecc429 02:56:09 ---> 35bd49788886 02:56:09 Step 12/23 : ENV APP_PORT=48080 02:56:09 ---> Running in 0cbf066f48ef 02:56:09 ---> 69b6a0b9adfd 02:56:09 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 02:56:09 ---> Running in 0b07ff4faa44 02:56:09 Removing intermediate container aad10e4fd4c9 02:56:09 ---> f66c51a4312d 02:56:09 Step 22/24 : LABEL arch=arm64 02:56:09 ---> Running in 077f4aee06b0 02:56:09 Removing intermediate container 0cbf066f48ef 02:56:09 ---> c84896b22432 02:56:09 02:56:10 Removing intermediate container 0b07ff4faa44 02:56:10 ---> 7b00c222ca38 02:56:10 Step 13/23 : EXPOSE $APP_PORT 02:56:10 ---> Running in 38b6b0fd1765 02:56:10 Successfully built c84896b22432 02:56:10 ---> 5c193fc46d7f 02:56:10 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ 02:56:10 Removing intermediate container 077f4aee06b0 02:56:10 ---> 6d17cf73d843 02:56:10 Step 23/24 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:56:10 Successfully tagged docker-core-command-go-arm64:latest 02:56:10  Building docker-core-command-go ... done Building docker-security-bootstrap-redis-go 02:56:10 ---> Running in 780d44325669 02:56:10 ---> Running in ae720dd174d5 02:56:11 Removing intermediate container 38b6b0fd1765 02:56:11 ---> 90d73fdc63df 02:56:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:11 Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 02:56:11 ---> Running in 595cb169b463 02:56:11 Status: Downloaded newer image for docker:20.10.0 02:56:11 ---> eeaf43b92773 02:56:11 Step 12/26 : RUN apk add --no-cache bash 02:56:11 Removing intermediate container ae720dd174d5 02:56:11 ---> 031c3c02eea2 02:56:11 Step 24/24 : LABEL version=0.0.0 02:56:11 ---> Running in 6a1ee2854cf7 02:56:11 ---> Running in 665e4ca48130 02:56:13 Removing intermediate container 665e4ca48130 02:56:13 ---> b7ecb96bd0f2 02:56:13 02:56:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:56:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:56:14 Successfully built b7ecb96bd0f2 02:56:14 Successfully tagged docker-support-notifications-go-arm64:latest 02:56:14  Building docker-support-notifications-go ... done Building docker-core-metadata-go 02:56:15 (1/2) Installing readline (8.0.4-r0) 02:56:15 (2/2) Installing bash (5.0.17-r0) 02:56:15 Executing bash-5.0.17-r0.post-install 02:56:15 Executing busybox-1.31.1-r19.trigger 02:56:15 OK: 12 MiB in 22 packages 02:56:15 Removing intermediate container 780d44325669 02:56:15 ---> a689db1c49f1 02:56:15 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 02:56:16 ---> Running in 72d3f2a300ba 02:56:16 Removing intermediate container 595cb169b463 02:56:16 ---> 809b37aa5290 02:56:16 Step 15/23 : RUN apk add --update --no-cache zeromq 02:56:17 Removing intermediate container 72d3f2a300ba 02:56:17 ---> b23ef562a80e 02:56:17 Step 22/24 : LABEL arch=arm64 02:56:17 ---> Running in fc041011f474 02:56:18 Removing intermediate container 6a1ee2854cf7 02:56:18 ---> d5af57aeeaf4 02:56:18 Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 02:56:18 ---> Running in dca148c22630 02:56:18 ---> Running in 41e501697ad2 02:56:19 Removing intermediate container dca148c22630 02:56:19 ---> eeea46ce6219 02:56:19 Step 23/24 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:56:19 Still waiting to schedule task 02:56:19 All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline 02:56:19 Removing intermediate container 41e501697ad2 02:56:19 ---> 721b34dd047d 02:56:19 Step 14/26 : ENV APP_PORT=48090 02:56:19 ---> Running in eb20049d31d7 02:56:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:56:20 ---> Running in 97fb521bd9c7 02:56:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:56:20 Removing intermediate container eb20049d31d7 02:56:20 ---> ded221ffec66 02:56:20 Step 24/24 : LABEL version=0.0.0 02:56:20 Removing intermediate container 97fb521bd9c7 02:56:20 ---> 8f198392ec55 02:56:20 Step 15/26 : EXPOSE $APP_PORT 02:56:21 ---> Running in 3608e2a808b5 02:56:21 ---> Running in 09718c5abaae 02:56:21 (1/5) Installing libgcc (9.3.0-r2) 02:56:21 (2/5) Installing libsodium (1.0.18-r0) 02:56:21 (3/5) Installing libstdc++ (9.3.0-r2) 02:56:22 (4/5) Installing libzmq (4.3.3-r0) 02:56:22 Removing intermediate container 3608e2a808b5 02:56:22 ---> 8c74be0ea9a5 02:56:22 02:56:22 (5/5) Installing zeromq (4.3.3-r0) 02:56:22 Executing busybox-1.31.1-r19.trigger 02:56:22 OK: 8 MiB in 19 packages 02:56:22 Removing intermediate container 09718c5abaae 02:56:22 ---> 65e75121fc53 02:56:22 Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 02:56:22 Successfully built 8c74be0ea9a5 02:56:22 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 02:56:22  Building docker-security-secretstore-setup-go ... done Building docker-support-scheduler-go 02:56:25 Removing intermediate container fc041011f474 02:56:25 ---> 45d5e37a3f84 02:56:25 Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / 02:56:25 ---> 4a17b1f04f85 02:56:25 Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 02:56:26 ---> b5ed375a185e 02:56:26 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 02:56:26 ---> f9e2c2b162d4 02:56:26 Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 02:56:28 ---> 0b0ad8aac7e4 02:56:28 Step 19/26 : RUN apk --no-cache add py3-pip 02:56:28 ---> 277a535c835b 02:56:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 02:56:28 ---> Running in 7960d5ac576a 02:56:30 ---> 0b0d01c189c1 02:56:30 Step 19/23 : ENTRYPOINT ["/core-data"] 02:56:30 ---> Running in cff099af7388 02:56:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:56:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:56:31 Removing intermediate container cff099af7388 02:56:31 ---> 286304fcf5ff 02:56:31 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:56:31 (1/33) Installing libbz2 (1.0.8-r1) 02:56:31 (2/33) Installing expat (2.2.9-r1) 02:56:31 (3/33) Installing libffi (3.3-r2) 02:56:31 (4/33) Installing gdbm (1.13-r1) 02:56:31 (5/33) Installing xz-libs (5.2.5-r0) 02:56:31 (6/33) Installing sqlite-libs (3.32.1-r0) 02:56:31 (7/33) Installing python3 (3.8.5-r0) 02:56:31 ---> Running in 17e30923ad3e 02:56:32 Removing intermediate container 17e30923ad3e 02:56:32 ---> 94e48d360cb2 02:56:32 Step 21/23 : LABEL arch=arm64 02:56:33 ---> Running in 5f49939878fe 02:56:33 (8/33) Installing py3-appdirs (1.4.4-r1) 02:56:33 (9/33) Installing py3-ordered-set (4.0.1-r0) 02:56:33 (10/33) Installing py3-parsing (2.4.7-r0) 02:56:33 (11/33) Installing py3-six (1.15.0-r0) 02:56:33 (12/33) Installing py3-packaging (20.4-r0) 02:56:33 (13/33) Installing py3-setuptools (47.0.0-r0) 02:56:33 (14/33) Installing py3-chardet (3.0.4-r4) 02:56:33 (15/33) Installing py3-idna (2.9-r0) 02:56:33 (16/33) Installing py3-certifi (2020.4.5.1-r0) 02:56:33 Removing intermediate container 5f49939878fe 02:56:33 ---> 9aa9d626acdd 02:56:33 Step 22/23 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:56:33 (17/33) Installing py3-urllib3 (1.25.9-r0) 02:56:33 (18/33) Installing py3-requests (2.23.0-r0) 02:56:33 (19/33) Installing py3-msgpack (1.0.0-r0) 02:56:33 (20/33) Installing py3-lockfile (0.12.2-r3) 02:56:33 (21/33) Installing py3-cachecontrol (0.12.6-r0) 02:56:33 (22/33) Installing py3-colorama (0.4.3-r0) 02:56:33 (23/33) Installing py3-distlib (0.3.0-r0) 02:56:34 (24/33) Installing py3-distro (1.5.0-r1) 02:56:34 (25/33) Installing py3-webencodings (0.5.1-r3) 02:56:34 (26/33) Installing py3-html5lib (1.0.1-r4) 02:56:34 (27/33) Installing py3-pytoml (0.1.21-r0) 02:56:34 (28/33) Installing py3-pep517 (0.8.2-r0) 02:56:34 (29/33) Installing py3-progress (1.5-r0) 02:56:34 (30/33) Installing py3-toml (0.10.1-r0) 02:56:34 (31/33) Installing py3-retrying (1.3.3-r0) 02:56:34 (32/33) Installing py3-contextlib2 (0.6.0-r0) 02:56:34 (33/33) Installing py3-pip (20.1.1-r0) 02:56:34 ---> Running in 8f8d58cd3fef 02:56:34 Executing busybox-1.31.1-r19.trigger 02:56:34 OK: 71 MiB in 55 packages 02:56:35 Removing intermediate container 8f8d58cd3fef 02:56:35 ---> 72a79c4995f0 02:56:35 Step 23/23 : LABEL version=0.0.0 02:56:35 ---> Running in 7e84123e93c6 02:56:36 Removing intermediate container 7e84123e93c6 02:56:36 ---> acdeaa847b59 02:56:36 02:56:37 Successfully built acdeaa847b59 02:56:37 Successfully tagged docker-core-data-go-arm64:latest 02:56:37  Building docker-core-data-go ... done Building docker-security-proxy-setup-go 02:56:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:56:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:56:38 ---> 18e9d4c32a87 02:56:38 Step 3/22 : WORKDIR /edgex-go 02:56:38 ---> Using cache 02:56:38 ---> a88c4392ed64 02:56:38 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:38 ---> Using cache 02:56:38 ---> 60176799fd29 02:56:38 Step 5/22 : RUN apk add --update --no-cache make git 02:56:40 ---> Running in 131d8b18c4b7 02:56:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:56:42 Removing intermediate container 7960d5ac576a 02:56:42 ---> fa269c2052ca 02:56:42 Step 20/26 : RUN pip install docker-compose==1.23.2 02:56:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:56:43 ---> Running in ac9ecaff7a5a 02:56:44 OK: 217 MiB in 51 packages 02:56:46 Removing intermediate container 131d8b18c4b7 02:56:46 ---> ba0b80ff6f9a 02:56:46 Step 6/22 : COPY go.mod . 02:56:48 ---> 16dcce8c1b07 02:56:48 Step 7/22 : RUN go mod download 02:56:48 ---> Running in 1fa54d085ae5 02:56:50 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:56:50 Step 2/22 : FROM ${BUILDER_BASE} AS builder 02:56:50 ---> 18e9d4c32a87 02:56:50 Step 3/22 : WORKDIR /edgex-go 02:56:50 ---> Using cache 02:56:50 ---> a88c4392ed64 02:56:50 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:50 ---> Using cache 02:56:50 ---> 60176799fd29 02:56:50 Step 5/22 : RUN apk add --update --no-cache make git 02:56:50 ---> Using cache 02:56:50 ---> ba0b80ff6f9a 02:56:50 Step 6/22 : COPY go.mod . 02:56:50 ---> Using cache 02:56:50 ---> 16dcce8c1b07 02:56:50 Step 7/22 : RUN go mod download 02:56:50 Collecting docker-compose==1.23.2 02:56:50 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 02:56:50 ---> Running in 10b86294bb63 02:56:50 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 02:56:52 Collecting PyYAML<4,>=3.10 02:56:52 Downloading PyYAML-3.13.tar.gz (270 kB) 02:56:52 Removing intermediate container 1fa54d085ae5 02:56:52 ---> 278f0f55ef5c 02:56:52 Step 8/22 : COPY . . 02:56:55 Removing intermediate container 10b86294bb63 02:56:55 ---> 9d603d02f711 02:56:55 Step 8/22 : COPY . . 02:56:55 Collecting docopt<0.7,>=0.6.1 02:56:55 Downloading docopt-0.6.2.tar.gz (25 kB) 02:56:58 Collecting websocket-client<1.0,>=0.32.0 02:56:58 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 02:56:59 Collecting jsonschema<3,>=2.5.1 02:56:59 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 02:56:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:56:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:56:59 ---> 18e9d4c32a87 02:56:59 Step 3/21 : WORKDIR /edgex-go 02:56:59 ---> Using cache 02:56:59 ---> a88c4392ed64 02:56:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:56:59 ---> Using cache 02:56:59 ---> 60176799fd29 02:56:59 Step 5/21 : RUN apk add --update --no-cache make git 02:56:59 ---> Using cache 02:56:59 ---> ba0b80ff6f9a 02:56:59 Step 6/21 : COPY go.mod . 02:56:59 ---> Using cache 02:56:59 ---> 16dcce8c1b07 02:56:59 Step 7/21 : RUN go mod download 02:56:59 ---> Using cache 02:56:59 ---> 9d603d02f711 02:56:59 Step 8/21 : COPY . . 02:56:59 Collecting texttable<0.10,>=0.9.0 02:56:59 Downloading texttable-0.9.1.tar.gz (11 kB) 02:57:02 Collecting dockerpty<0.5,>=0.4.1 02:57:02 Downloading dockerpty-0.4.1.tar.gz (13 kB) 02:57:05 Collecting cached-property<2,>=1.2.0 02:57:05 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 02:57:05 Collecting docker<4.0,>=3.6.0 02:57:05 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 02:57:07 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 02:57:07 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 02:57:08 Collecting docker-pycreds>=0.4.0 02:57:08 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 02:57:08 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 02:57:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 02:57:08 Running on prd-ubuntu18.04-docker-8c-8g-20878 in /w/workspace/edgexfoundry_edgex-go_PR-2966 [Pipeline] { [Pipeline] ws 02:57:08 Running in /w/workspace/edgex-go/26 [Pipeline] { [Pipeline] checkout 02:57:08 ---> 18e9d4c32a87 02:57:08 Step 3/21 : WORKDIR /edgex-go 02:57:08 ---> Using cache 02:57:08 ---> a88c4392ed64 02:57:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:57:08 ---> Using cache 02:57:08 ---> 60176799fd29 02:57:08 Step 5/21 : RUN apk add --update --no-cache make git 02:57:08 ---> Using cache 02:57:08 ---> ba0b80ff6f9a 02:57:08 Step 6/21 : COPY go.mod . 02:57:08 ---> Using cache 02:57:08 ---> 16dcce8c1b07 02:57:08 Step 7/21 : RUN go mod download 02:57:08 ---> Using cache 02:57:08 ---> 9d603d02f711 02:57:08 Step 8/21 : COPY . . 02:57:08 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) 02:57:08 Collecting idna<2.8,>=2.5 02:57:08 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 02:57:09 Collecting urllib3<1.25,>=1.21.1 02:57:09 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 02:57:09 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) 02:57:09 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 02:57:09 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 02:57:09 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 02:57:09 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 02:57:10 using credential edgex-jenkins-ssh 02:57:10 Cloning the remote Git repository 02:57:10 Cloning repository git@github.com:edgexfoundry/edgex-go.git 02:57:10 > git init /w/workspace/edgex-go/26 # timeout=10 02:57:11 Installing collected packages: PyYAML, docopt, websocket-client, jsonschema, texttable, dockerpty, cached-property, idna, urllib3, requests, docker-pycreds, docker, docker-compose 02:57:11 Running setup.py install for PyYAML: started 02:57:10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:57:10 > git --version # timeout=10 02:57:10 > git --version # 'git version 2.17.1' 02:57:10 using GIT_SSH to set credentials SSH Credentials for GitHub 02:57:10 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:57:13 Running setup.py install for PyYAML: finished with status 'done' 02:57:13 Running setup.py install for docopt: started 02:57:15 Running setup.py install for docopt: finished with status 'done' 02:57:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:57:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:57:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 02:57:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 02:57:16 using GIT_SSH to set credentials SSH Credentials for GitHub 02:57:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2966/head:refs/remotes/origin/PR-2966 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:57:17 Merging remotes/origin/master commit fc096e9ec0f95dbc625a498b2feb9840babc6219 into PR head commit 268bbcc047cba58df5c5e21fd9395c40f0eab693 02:57:17 Merge succeeded, producing 268bbcc047cba58df5c5e21fd9395c40f0eab693 02:57:17 Checking out Revision 268bbcc047cba58df5c5e21fd9395c40f0eab693 (PR-2966) 02:57:17 > git config core.sparsecheckout # timeout=10 02:57:17 > git checkout -f 268bbcc047cba58df5c5e21fd9395c40f0eab693 # timeout=10 02:57:17 > git remote # timeout=10 02:57:17 > git config --get remote.origin.url # timeout=10 02:57:17 using GIT_SSH to set credentials SSH Credentials for GitHub 02:57:17 > git merge fc096e9ec0f95dbc625a498b2feb9840babc6219 # timeout=10 02:57:17 > git rev-parse HEAD^{commit} # timeout=10 02:57:17 > git config core.sparsecheckout # timeout=10 02:57:17 > git checkout -f 268bbcc047cba58df5c5e21fd9395c40f0eab693 # timeout=10 02:57:18 Running setup.py install for texttable: started 02:57:21 Commit message: "Merge branch 'master' into issue-2965" 02:57:21 Running setup.py install for texttable: finished with status 'done' 02:57:21 Running setup.py install for dockerpty: started [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:57:22 + echo snap-build.sh 02:57:22 snap-build.sh 02:57:22 + SNAP_BASE_DIR=. 02:57:22 + '[' '!' -z /w/workspace/edgex-go/26 ']' 02:57:22 + SNAP_BASE_DIR=/w/workspace/edgex-go/26 02:57:22 + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/26]' 02:57:22 [snap-build] Building snap in dir [/w/workspace/edgex-go/26] 02:57:22 + cd /w/workspace/edgex-go/26 02:57:22 + sudo apt-get remove -qy --purge lxd lxd-client 02:57:22 Reading package lists... 02:57:22 Building dependency tree... 02:57:22 Reading state information... 02:57:22 The following packages were automatically installed and are no longer required: 02:57:22 dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs 02:57:22 uidmap xdelta3 02:57:22 Use 'sudo apt autoremove' to remove them. 02:57:22 The following packages will be REMOVED: 02:57:22 lxd* lxd-client* 02:57:23 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. 02:57:23 After this operation, 31.7 MB disk space will be freed. 02:57:23 Running setup.py install for dockerpty: finished with status 'done' 02:57:24 Attempting uninstall: idna 02:57:24 Found existing installation: idna 2.9 02:57:24 Uninstalling idna-2.9: 02:57:24 (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.) 02:57:24 Removing lxd (3.0.3-0ubuntu1~18.04.1) ... 02:57:24 Successfully uninstalled idna-2.9 02:57:24 ---> ab5c07c108fe 02:57:24 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 02:57:25 ---> 9f21852935e2 02:57:25 Step 9/22 : RUN make cmd/core-metadata/core-metadata 02:57:25 ---> bd23f7749906 02:57:25 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 02:57:25 Attempting uninstall: urllib3 02:57:25 Found existing installation: urllib3 1.25.9 02:57:25 Uninstalling urllib3-1.25.9: 02:57:25 Removing lxd dnsmasq configuration 02:57:25 Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... 02:57:25 Successfully uninstalled urllib3-1.25.9 02:57:25 ---> Running in 5b488674df3e 02:57:25 ---> Running in c594386e3b2e 02:57:25 Processing triggers for man-db (2.8.3-2ubuntu0.1) ... 02:57:25 ---> Running in 4f2fdb347cc0 02:57:26 Attempting uninstall: requests 02:57:26 Found existing installation: requests 2.23.0 02:57:26 Uninstalling requests-2.23.0: 02:57:26 Successfully uninstalled requests-2.23.0 02:57:26 Processing triggers for libc-bin (2.27-3ubuntu1.3) ... 02:57:26 (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.) 02:57:26 Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... 02:57:27 ---> 6a3c3a04d691 02:57:27 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 02:57:27 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 02:57:27 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 02:57:27 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 02:57:27 ---> Running in 4a25b57e67fc 02:57:28 Processing triggers for systemd (237-3ubuntu10.42) ... 02:57:28 Processing triggers for ureadahead (0.100.0-21) ... 02:57:29 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 02:57:29 + sudo snap remove --purge lxd 02:57:29 snap "lxd" is not installed 02:57:29 + sudo groupadd --force --system lxd 02:57:29 ++ whoami 02:57:29 + sudo /usr/sbin/usermod -G lxd -a jenkins 02:57:29 + newgrp - lxd 02:57:29 + sudo snap install lxd 02:57:29 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 02:57:35 Removing intermediate container ac9ecaff7a5a 02:57:35 ---> db63387fa2e8 02:57:35 Step 21/26 : RUN apk --no-cache add curl 02:57:35 ---> Running in ce95349c5bf5 02:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:57:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:57:38 2021-01-18T02:57:35Z INFO Waiting for automatic snapd restart... 02:57:38 (1/3) Installing nghttp2-libs (1.41.0-r0) 02:57:38 (2/3) Installing libcurl (7.69.1-r3) 02:57:38 (3/3) Installing curl (7.69.1-r3) 02:57:38 Executing busybox-1.31.1-r19.trigger 02:57:38 OK: 71 MiB in 58 packages 02:57:40 Removing intermediate container ce95349c5bf5 02:57:40 ---> dd8a3e0f450b 02:57:40 Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] 02:57:40 ---> Running in d714e6c9d671 02:57:41 Removing intermediate container d714e6c9d671 02:57:41 ---> eaf5a3b70f01 02:57:41 Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:57:41 ---> Running in 6ae2c92ae10c 02:57:42 Removing intermediate container 6ae2c92ae10c 02:57:42 ---> 32acf76a6513 02:57:42 Step 24/26 : LABEL arch=arm64 02:57:42 ---> Running in 87664c0c4ee9 02:57:43 Removing intermediate container 87664c0c4ee9 02:57:43 ---> 5640db3a9c06 02:57:43 Step 25/26 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:57:43 ---> Running in 5206b9249bfe 02:57:44 Removing intermediate container 5206b9249bfe 02:57:44 ---> f44e78adbc85 02:57:44 Step 26/26 : LABEL version=0.0.0 02:57:44 ---> Running in 5a42e729fdc9 02:57:45 Removing intermediate container 5a42e729fdc9 02:57:45 ---> ddf31f152cc3 02:57:45 02:57:45 Successfully built ddf31f152cc3 02:57:45 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 02:57:53 lxd 4.10 from Canonical* installed 02:57:53 + sudo lxd init --auto 02:58:01 + sudo snap install --classic snapcraft 02:58:09 snapcraft 4.4.4 from Canonical* installed 02:58:09 + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' 02:58:09 + patch --verbose -p1 02:58:09 Hmm... Looks like a unified diff to me... 02:58:09 The text leading up to this was: 02:58:09 -------------------------- 02:58:09 |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 02:58:09 |From: Tony Espy 02:58:09 |Date: Wed, 16 Dec 2020 16:34:55 -0500 02:58:09 |Subject: [PATCH] optimize snap build for pipeline CI check 02:58:09 | 02:58:09 |This patch is used by the EdgeX CI pipeline builds to 02:58:09 |optimize the snap CI check run for pull requests. When 02:58:09 |applied, it essentially strips out everything (apps and 02:58:09 |parts) from the snapcraft.yaml file except those required 02:58:09 |to build edgex-go, as the whole idea of the CI check is to 02:58:09 |catch changes to edgex-go that break the snap build. 02:58:09 | 02:58:09 |In general, anyone updating snapcraft.yaml will also need 02:58:09 |to update this patch file, otherwise it may fail to apply, 02:58:09 |resulting in a failed snap build CI check in the associated 02:58:09 |pull request. 02:58:09 | 02:58:09 |Note - in addition to applying this patch, the pipeline also 02:58:09 |only primes the snap (e.g. `snapcraft prime`), as there's no 02:58:09 |need to build the finally binary .snap file (and it won't 02:58:09 |work with the patch applied). This further reduces the build 02:58:09 |time. 02:58:09 |--- 02:58:09 | snap/snapcraft.yaml | 461 +------------------------------------------- 02:58:09 | 1 file changed, 2 insertions(+), 459 deletions(-) 02:58:09 | 02:58:09 |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml 02:58:09 |index 1e537489..faf42425 100644 02:58:09 |--- a/snap/snapcraft.yaml 02:58:09 |+++ b/snap/snapcraft.yaml 02:58:09 -------------------------- 02:58:09 patching file snap/snapcraft.yaml 02:58:09 Using Plan A... 02:58:09 Hunk #1 succeeded at 73. 02:58:09 Hunk #2 succeeded at 202 with fuzz 1. 02:58:09 Hunk #3 succeeded at 214 (offset -3 lines). 02:58:09 Hunk #4 succeeded at 222 (offset -3 lines). 02:58:09 Hunk #5 succeeded at 229 (offset -3 lines). 02:58:09 Hunk #6 succeeded at 256 (offset -3 lines). 02:58:09 Hunk #7 succeeded at 290 (offset -3 lines). 02:58:09 Hunk #8 succeeded at 342 (offset -2 lines). 02:58:09 Hmm... Ignoring the trailing garbage. 02:58:09 done 02:58:09 + sudo snapcraft prime --use-lxd 02:58:09 Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. 02:58:09 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 02:58:09 - README.md 02:58:09 - snapcraft.yaml.orig 02:58:09 02:58:09 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 02:58:10 Launching a container. 02:58:22 Waiting for container to be ready 02:58:22 To start your first instance, try: lxc launch ubuntu:18.04 02:58:22 02:58:25 Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. 02:58:25 Waiting for network to be ready... 02:58:26 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 02:58:26 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 02:58:26 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 02:58:26 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 02:58:27 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 02:58:27 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 02:58:27 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 02:58:27 Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 02:58:27 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 02:58:27 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 02:58:27 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 02:58:27 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 02:58:27 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 02:58:27 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 02:58:27 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 02:58:27 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 02:58:27 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 02:58:27 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 02:58:28 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 02:58:28 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 02:58:28 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 02:58:28 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 02:58:28 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 02:58:28 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 02:58:28 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 02:58:28 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 02:58:28 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 02:58:30 Fetched 23.7 MB in 4s (5587 kB/s) 02:58:31 Reading package lists... 02:58:31 Reading package lists... 02:58:31 Building dependency tree... 02:58:31 Reading state information... 02:58:31 The following additional packages will be installed: 02:58:31 gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:58:31 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:58:31 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:58:31 libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal 02:58:31 Suggested packages: 02:58:31 dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon 02:58:31 Recommended packages: 02:58:31 gnupg libsasl2-modules 02:58:31 The following NEW packages will be installed: 02:58:31 dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal 02:58:31 libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal 02:58:31 libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common 02:58:31 libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev 02:58:31 The following packages will be upgraded: 02:58:31 gpg gpg-agent gpgconf libudev1 02:58:31 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. 02:58:31 Need to get 3532 kB of archives. 02:58:31 After this operation, 13.3 MB of additional disk space will be used. 02:58:31 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] 02:58:32 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] 02:58:32 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] 02:58:32 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] 02:58:32 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] 02:58:32 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] 02:58:32 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] 02:58:32 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] 02:58:33 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] 02:58:33 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] 02:58:33 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] 02:58:33 Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] 02:58:33 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] 02:58:33 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] 02:58:33 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] 02:58:33 Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] 02:58:33 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] 02:58:33 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] 02:58:33 Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] 02:58:33 Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] 02:58:33 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] 02:58:33 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] 02:58:33 debconf: delaying package configuration, since apt-utils is not installed 02:58:33 Fetched 3532 kB in 1s (3170 kB/s) 02:58:33 (Reading database ... 12511 files and directories currently installed.) 02:58:33 Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... 02:58:33 Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 02:58:33 Setting up libudev1:amd64 (237-3ubuntu10.43) ... 02:58:33 Selecting previously unselected package udev. 02:58:33 (Reading database ... 12511 files and directories currently installed.) 02:58:33 Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... 02:58:33 Unpacking udev (237-3ubuntu10.43) ... 02:58:33 Selecting previously unselected package libfuse2:amd64. 02:58:33 Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... 02:58:33 Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:58:34 Selecting previously unselected package fuse. 02:58:34 Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... 02:58:34 Unpacking fuse (2.9.7-1ubuntu1) ... 02:58:34 Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... 02:58:34 Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:58:34 Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... 02:58:34 Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:58:34 Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... 02:58:34 Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:58:34 Selecting previously unselected package libksba8:amd64. 02:58:34 Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... 02:58:34 Unpacking libksba8:amd64 (1.3.5-2) ... 02:58:34 Selecting previously unselected package libroken18-heimdal:amd64. 02:58:34 Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:58:34 Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:34 Selecting previously unselected package libasn1-8-heimdal:amd64. 02:58:34 Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:58:34 Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:34 Selecting previously unselected package libheimbase1-heimdal:amd64. 02:58:34 Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:58:34 Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:35 Selecting previously unselected package libhcrypto4-heimdal:amd64. 02:58:35 Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:58:35 Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:35 Selecting previously unselected package libwind0-heimdal:amd64. 02:58:35 Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:58:35 Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:35 Selecting previously unselected package libhx509-5-heimdal:amd64. 02:58:35 Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:58:35 Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:35 Selecting previously unselected package libkrb5-26-heimdal:amd64. 02:58:35 Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:58:35 Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:35 Selecting previously unselected package libheimntlm0-heimdal:amd64. 02:58:35 Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:58:35 Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:35 Selecting previously unselected package libgssapi3-heimdal:amd64. 02:58:35 Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... 02:58:35 Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:35 Selecting previously unselected package libsasl2-modules-db:amd64. 02:58:35 Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:58:35 Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:58:35 Selecting previously unselected package libsasl2-2:amd64. 02:58:35 Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... 02:58:35 Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:58:35 Selecting previously unselected package libldap-common. 02:58:35 Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... 02:58:35 Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 02:58:35 Selecting previously unselected package libldap-2.4-2:amd64. 02:58:35 Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... 02:58:35 Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 02:58:36 Selecting previously unselected package dirmngr. 02:58:36 Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... 02:58:36 Unpacking dirmngr (2.2.4-1ubuntu1.3) ... 02:58:36 Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... 02:58:36 Setting up gpgconf (2.2.4-1ubuntu1.3) ... 02:58:36 Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... 02:58:36 Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:58:36 Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... 02:58:36 Setting up gpg-agent (2.2.4-1ubuntu1.3) ... 02:58:36 Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:36 Setting up libksba8:amd64 (1.3.5-2) ... 02:58:36 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:58:36 Setting up udev (237-3ubuntu10.43) ... 02:58:37 invoke-rc.d: policy-rc.d denied execution of start. 02:58:37 Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:37 Processing triggers for systemd (237-3ubuntu10) ... 02:58:37 Setting up fuse (2.9.7-1ubuntu1) ... 02:58:37 Setting up gpg (2.2.4-1ubuntu1.3) ... 02:58:37 Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:37 Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:37 Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:37 Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:37 Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:37 Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:37 Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... 02:58:37 Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... 02:58:37 Setting up dirmngr (2.2.4-1ubuntu1.3) ... 02:58:37 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:58:38 The unit files have no installation config (WantedBy, RequiredBy, Also, Alias 02:58:38 settings in the [Install] section, and DefaultInstance for template units). 02:58:38 This means they are not meant to be enabled using systemctl. 02:58:38 Possible reasons for having this kind of units are: 02:58:38 1) A unit may be statically enabled by being symlinked from another unit's 02:58:38 .wants/ or .requires/ directory. 02:58:38 2) A unit's purpose may be to act as a helper for some other unit which has 02:58:38 a requirement dependency on it. 02:58:38 3) A unit may be started when needed via activation (socket, path, timer, 02:58:38 D-Bus, udev, scripted systemctl call, ...). 02:58:38 4) In case of template units, the unit is meant to be enabled with some 02:58:38 instance name specified. 02:58:38 Reading package lists... 02:58:38 Building dependency tree... 02:58:38 Reading state information... 02:58:38 The following additional packages will be installed: 02:58:38 apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 02:58:38 libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 02:58:38 libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 02:58:38 libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 02:58:38 python3-minimal python3.6 python3.6-minimal squashfs-tools systemd 02:58:38 Suggested packages: 02:58:38 apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig 02:58:38 gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain 02:58:38 libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv 02:58:38 python3.6-venv python3.6-doc binfmt-support zenity | kdialog 02:58:38 systemd-container policykit-1 02:58:38 Recommended packages: 02:58:38 krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher 02:58:38 The following NEW packages will be installed: 02:58:38 apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 02:58:38 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib 02:58:38 libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support 02:58:38 multiarch-support openssh-client python3 python3-minimal python3.6 02:58:38 python3.6-minimal snapd squashfs-tools sudo 02:58:38 The following packages will be upgraded: 02:58:38 apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd 02:58:38 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. 02:58:38 Need to get 35.2 MB of archives. 02:58:38 After this operation, 141 MB of additional disk space will be used. 02:58:38 Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] 02:58:38 Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] 02:58:39 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] 02:58:39 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] 02:58:39 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] 02:58:39 Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] 02:58:39 Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] 02:58:39 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] 02:58:39 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] 02:58:39 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] 02:58:39 Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] 02:58:39 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] 02:58:39 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] 02:58:39 Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] 02:58:39 Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] 02:58:39 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] 02:58:39 Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] 02:58:39 Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] 02:58:39 Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] 02:58:39 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] 02:58:40 Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] 02:58:40 Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] 02:58:40 Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] 02:58:40 Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] 02:58:40 Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] 02:58:40 Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] 02:58:40 Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] 02:58:40 Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] 02:58:40 Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] 02:58:40 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] 02:58:41 debconf: delaying package configuration, since apt-utils is not installed 02:58:41 Fetched 35.2 MB in 2s (14.8 MB/s) 02:58:41 (Reading database ... 12757 files and directories currently installed.) 02:58:41 Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... 02:58:41 Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... 02:58:42 Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... 02:58:42 Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... 02:58:42 Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... 02:58:42  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 02:58:42 (Reading database ... 12757 files and directories currently installed.) 02:58:42 Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... 02:58:42 Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... 02:58:42 Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... 02:58:42 (Reading database ... 12757 files and directories currently installed.) 02:58:42 Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... 02:58:42 Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... 02:58:42 Setting up apt (1.6.12ubuntu0.2) ... 02:58:42 Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... 02:58:43 /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' 02:58:43 (Reading database ... 12764 files and directories currently installed.) 02:58:43 Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 02:58:43 Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 02:58:43 Selecting previously unselected package libpython3.6-minimal:amd64. 02:58:43 Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:58:43 Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:58:43 Selecting previously unselected package libexpat1:amd64. 02:58:43 Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... 02:58:43 Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:58:43 Selecting previously unselected package python3.6-minimal. 02:58:43 Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:58:43 Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 02:58:44 Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... 02:58:44 Removing intermediate container 5b488674df3e 02:58:44 ---> 3ed9aaa6565e 02:58:44 02:58:44 Step 10/22 : FROM alpine:3.12 02:58:44 ---> afeebe901d6b 02:58:44 Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl 02:58:44 ---> Using cache 02:58:44 ---> 6522de3bd86f 02:58:44 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 02:58:44 Checking for services that may need to be restarted...done. 02:58:44 Checking for services that may need to be restarted...done. 02:58:44 Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:58:44 Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... 02:58:44 Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... 02:58:44 ---> Running in 2178aa3d09eb 02:58:45 Selecting previously unselected package python3-minimal. 02:58:45 (Reading database ... 13012 files and directories currently installed.) 02:58:45 Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... 02:58:45 Unpacking python3-minimal (3.6.7-1~18.04) ... 02:58:45 Selecting previously unselected package mime-support. 02:58:45 Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... 02:58:45 Unpacking mime-support (3.60ubuntu1) ... 02:58:45 Selecting previously unselected package libmpdec2:amd64. 02:58:45 Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... 02:58:45 Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:58:45 Selecting previously unselected package libpython3.6-stdlib:amd64. 02:58:45 Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:58:45 Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:58:45 Removing intermediate container 2178aa3d09eb 02:58:45 ---> 9ed448994c97 02:58:45 Step 13/22 : WORKDIR / 02:58:45 Selecting previously unselected package python3.6. 02:58:45 Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... 02:58:45 Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... 02:58:45 Selecting previously unselected package libpython3-stdlib:amd64. 02:58:45 Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... 02:58:45 Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:58:45 Setting up python3-minimal (3.6.7-1~18.04) ... 02:58:45 ---> Running in 4b3ae088b2ae 02:58:46 Selecting previously unselected package python3. 02:58:46 (Reading database ... 13442 files and directories currently installed.) 02:58:46 Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... 02:58:46 Unpacking python3 (3.6.7-1~18.04) ... 02:58:46 Selecting previously unselected package multiarch-support. 02:58:46 Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... 02:58:46 Unpacking multiarch-support (2.27-3ubuntu1.4) ... 02:58:46 Setting up multiarch-support (2.27-3ubuntu1.4) ... 02:58:46 Selecting previously unselected package liblzo2-2:amd64. 02:58:46 (Reading database ... 13479 files and directories currently installed.) 02:58:46 Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... 02:58:46 Unpacking liblzo2-2:amd64 (2.08-1.2) ... 02:58:46 Selecting previously unselected package libbsd0:amd64. 02:58:46 Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... 02:58:46 Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:58:46 Selecting previously unselected package sudo. 02:58:46 Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... 02:58:46 Unpacking sudo (1.8.21p2-3ubuntu1.3) ... 02:58:46 Selecting previously unselected package apparmor. 02:58:46 Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... 02:58:46 Unpacking apparmor (2.12-4ubuntu5.1) ... 02:58:46 Selecting previously unselected package libedit2:amd64. 02:58:46 Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... 02:58:46 Unpacking libedit2:amd64 (3.1-20170329-1) ... 02:58:46 Selecting previously unselected package libkrb5support0:amd64. 02:58:46 Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... 02:58:46 Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:58:46 Selecting previously unselected package libk5crypto3:amd64. 02:58:46 Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... 02:58:46 Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:58:47 Selecting previously unselected package libkeyutils1:amd64. 02:58:47 Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... 02:58:47 Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:58:47 Selecting previously unselected package libkrb5-3:amd64. 02:58:47 Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... 02:58:47 Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:58:47 Removing intermediate container 4b3ae088b2ae 02:58:47 ---> 4f240935f6e1 02:58:47 Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:58:47 Selecting previously unselected package libgssapi-krb5-2:amd64. 02:58:47 Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... 02:58:47 Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:58:47 Selecting previously unselected package libssl1.0.0:amd64. 02:58:47 Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... 02:58:47 Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 02:58:47 Selecting previously unselected package openssh-client. 02:58:47 Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... 02:58:47 Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... 02:58:47 Selecting previously unselected package squashfs-tools. 02:58:47 Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... 02:58:47 Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:58:47 Selecting previously unselected package snapd. 02:58:47 Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... 02:58:47 Unpacking snapd (2.48+18.04) ... 02:58:48 Removing intermediate container 4f2fdb347cc0 02:58:48 ---> f980ad98c308 02:58:48 02:58:48 Step 10/21 : FROM scratch 02:58:48 ---> 02:58:48 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:58:48 ---> Using cache 02:58:48 ---> d5d3a81358ab 02:58:48 Step 12/21 : ENV APP_PORT=48085 02:58:49 ---> Running in 177e6a2b70f6 02:58:49 ---> 01f8660b021e 02:58:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 02:58:49 Removing intermediate container 177e6a2b70f6 02:58:49 ---> adffaacd765b 02:58:49 Step 13/21 : EXPOSE $APP_PORT 02:58:50 ---> Running in 35f4d4d71e5a 02:58:50 Setting up libedit2:amd64 (3.1-20170329-1) ... 02:58:50 Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... 02:58:50 Setting up mime-support (3.60ubuntu1) ... 02:58:50 Setting up sudo (1.8.21p2-3ubuntu1.3) ... 02:58:50 Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... 02:58:50 Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... 02:58:50 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:58:50 Setting up systemd (237-3ubuntu10.43) ... 02:58:50 Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... 02:58:51 Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... 02:58:51 ---> cb5cce23d42b 02:58:51 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 02:58:51 Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... 02:58:51 Setting up liblzo2-2:amd64 (2.08-1.2) ... 02:58:51 Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... 02:58:51 Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... 02:58:51 Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... 02:58:51 Removing intermediate container 35f4d4d71e5a 02:58:51 ---> 1979e575e309 02:58:51 Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / 02:58:51 Removing intermediate container 4a25b57e67fc 02:58:51 ---> 2d3cd935519a 02:58:51 02:58:51 Step 10/21 : FROM alpine:3.12 02:58:51 ---> afeebe901d6b 02:58:51 Step 11/21 : RUN apk add --update --no-cache curl 02:58:51 Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... 02:58:51 Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... 02:58:51 Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... 02:58:52 ---> Running in 2442fedd2c52 02:58:52 ---> d8f72f409a3a 02:58:52 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 02:58:52 Setting up python3 (3.6.7-1~18.04) ... 02:58:52 running python rtupdate hooks for python3.6... 02:58:52 running python post-rtupdate hooks for python3.6... 02:58:52 Setting up apparmor (2.12-4ubuntu5.1) ... 02:58:52 ---> c6073871eadb 02:58:52 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 02:58:53 ---> 446000b76c86 02:58:53 Step 18/22 : RUN chmod +x entrypoint.sh 02:58:53 Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. 02:58:53 Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... 02:58:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:58:53 Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... 02:58:53 Setting up snapd (2.48+18.04) ... 02:58:53 ---> Running in f07290aecf28 02:58:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:58:54 ---> c56ffdc9105f 02:58:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 02:58:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. 02:58:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. 02:58:54 (1/4) Installing ca-certificates (20191127-r4) 02:58:54 (2/4) Installing nghttp2-libs (1.41.0-r0) 02:58:54 (3/4) Installing libcurl (7.69.1-r3) 02:58:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. 02:58:54 (4/4) Installing curl (7.69.1-r3) 02:58:54 Executing busybox-1.31.1-r19.trigger 02:58:54 Executing ca-certificates-20191127-r4.trigger 02:58:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. 02:58:54 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:58:54 Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. 02:58:55 OK: 7 MiB in 18 packages 02:58:55 Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. 02:58:55 Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. 02:58:55 Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. 02:58:55 ---> 3e5e3e4943d0 02:58:55 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 02:58:55 Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. 02:58:55 /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' 02:58:56 Processing triggers for libc-bin (2.27-3ubuntu1) ... 02:58:56 Processing triggers for systemd (237-3ubuntu10.43) ... 02:58:56 ---> Running in 70d95794af0d 02:58:56 Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 02:58:56 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 02:58:56 Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 02:58:56 Removing intermediate container 70d95794af0d 02:58:56 ---> 3f85b01b1f35 02:58:56 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:58:57 ---> Running in dded2a042901 02:58:57 Removing intermediate container f07290aecf28 02:58:57 ---> 46213ddc1592 02:58:57 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 02:58:57 Removing intermediate container 2442fedd2c52 02:58:57 ---> a175d2681845 02:58:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 02:58:57 ---> Running in d4a592e32a55 02:58:58 ---> Running in 0dd0907b4d61 02:58:58 Removing intermediate container dded2a042901 02:58:58 ---> 160a81f16835 02:58:58 Step 19/21 : LABEL arch=arm64 02:58:58 Reading package lists... 02:58:58 ---> Running in 7167c1ff9961 02:58:58 Reading package lists... 02:58:58 Removing intermediate container d4a592e32a55 02:58:58 ---> 2fcf6ed8d097 02:58:58 Step 20/22 : LABEL arch=arm64 02:58:58 Building dependency tree... 02:58:58 Reading state information... 02:58:58 Calculating upgrade... 02:58:58 The following packages will be upgraded: 02:58:58 advancecomp base-files bash binutils binutils-common 02:58:58 binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf 02:58:58 dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv 02:58:58 grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 02:58:58 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 02:58:58 libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 02:58:58 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 02:58:58 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 02:58:58 libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime 02:58:58 libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 02:58:58 libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 02:58:58 libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login 02:58:58 mount ncurses-base ncurses-bin openssl passwd patch perl perl-base 02:58:58 perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata 02:58:58 ubuntu-keyring util-linux 02:58:58 Removing intermediate container 0dd0907b4d61 02:58:58 ---> e6f23e9d8282 02:58:58 Step 13/21 : WORKDIR /edgex 02:58:58 ---> Running in 6ca7cca2737c 02:58:59 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. 02:58:59 Need to get 63.7 MB of archives. 02:58:59 After this operation, 5203 kB of additional disk space will be used. 02:58:59 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-132.136 [987 kB] 02:58:59 Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] 02:58:59 ---> Running in 466103e8075a 02:58:59 Removing intermediate container 7167c1ff9961 02:58:59 ---> bd7bd25cff98 02:58:59 Step 20/21 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:58:59 ---> Running in e13661d29122 02:58:59 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 02:58:59 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 02:58:59 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 02:58:59 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 02:58:59 Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 02:58:59 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 02:58:59 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] 02:58:59 Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] 02:58:59 Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 02:58:59 Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 02:58:59 Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] 02:58:59 Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] 02:58:59 Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] 02:58:59 Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] 02:58:59 Removing intermediate container 6ca7cca2737c 02:58:59 ---> 01b7c124b81c 02:58:59 Step 21/22 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:59:00 Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] 02:59:00 Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] 02:59:00 Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] 02:59:00 Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 02:59:00 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] 02:59:00 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] 02:59:00 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] 02:59:00 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] 02:59:00 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] 02:59:00 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] 02:59:00 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] 02:59:00 Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] 02:59:00 Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] 02:59:00 Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 02:59:00 Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 02:59:00 Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] 02:59:00 Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] 02:59:00 Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] 02:59:00 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] 02:59:00 Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 02:59:00 Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] 02:59:00 Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] 02:59:00 Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] 02:59:00 Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] 02:59:00 ---> Running in 334fe6fc1558 02:59:00 Removing intermediate container 466103e8075a 02:59:00 ---> eebb5656842b 02:59:00 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 02:59:00 Removing intermediate container c594386e3b2e 02:59:00 ---> 3d09e2e1463b 02:59:00 02:59:00 Step 10/22 : FROM scratch 02:59:00 ---> 02:59:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 02:59:00 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] 02:59:00 Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] 02:59:00 Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] 02:59:00 Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] 02:59:00 Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] 02:59:00 Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] 02:59:00 Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] 02:59:00 Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] 02:59:00 Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] 02:59:00 Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] 02:59:00 Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] 02:59:00 Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] 02:59:00 Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] 02:59:00 Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] 02:59:00 Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] 02:59:00 Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] 02:59:00 Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] 02:59:00 Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] 02:59:00 Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] 02:59:00 Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 02:59:00 ---> Using cache 02:59:00 ---> d5d3a81358ab 02:59:00 Step 12/22 : ENV APP_PORT=48081 02:59:00 Removing intermediate container e13661d29122 02:59:00 ---> 0b20553a1f31 02:59:00 Step 21/21 : LABEL version=0.0.0 02:59:00 Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] 02:59:00 Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 02:59:00 Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] 02:59:00 Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] 02:59:00 Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] 02:59:00 Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] 02:59:00 Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] 02:59:00 Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] 02:59:00 Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] 02:59:00 Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] 02:59:00 Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] 02:59:00 Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] 02:59:00 Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] 02:59:00 Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] 02:59:00 Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] 02:59:00 Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] 02:59:00 Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] 02:59:00 Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] 02:59:00 ---> Running in bdb63f2afa7e 02:59:00 Removing intermediate container 334fe6fc1558 02:59:00 ---> a223953b737c 02:59:00 Step 22/22 : LABEL version=0.0.0 02:59:00 ---> Running in fe811a64b0f2 02:59:00 ---> Running in 755aebf58787 02:59:00 Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] 02:59:00 Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] 02:59:00 Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 02:59:00 Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 02:59:00 Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 02:59:00 Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 02:59:00 Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 02:59:00 Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 02:59:00 Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 02:59:00 Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 02:59:00 ---> 068c30bba679 02:59:00 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 02:59:01 Removing intermediate container bdb63f2afa7e 02:59:01 ---> d7d1ebff1e15 02:59:01 Step 13/22 : EXPOSE $APP_PORT 02:59:01 Removing intermediate container fe811a64b0f2 02:59:01 ---> 1647fa17d500 02:59:01 02:59:01 ---> Running in d5776079ed4f 02:59:01 Removing intermediate container 755aebf58787 02:59:01 ---> ea35a2a902c2 02:59:01 02:59:01 Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 02:59:01 Successfully built 1647fa17d500 02:59:01 Successfully tagged docker-support-scheduler-go-arm64:latest 02:59:01  Building docker-support-scheduler-go ... done Successfully built ea35a2a902c2 02:59:01 Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 02:59:01 Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 02:59:01 Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 02:59:02 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 02:59:02  Building docker-security-bootstrap-redis-go ... done Removing intermediate container d5776079ed4f 02:59:02 ---> 8e60bf3a777a 02:59:02 Step 14/22 : WORKDIR / 02:59:02 ---> Running in 9a5c64e3e783 02:59:02 ---> 04a18c6ec9eb 02:59:02 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 02:59:02 Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 02:59:02 Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 02:59:02 Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 02:59:02 Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 02:59:02 Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 02:59:02 debconf: delaying package configuration, since apt-utils is not installed 02:59:02 Fetched 63.7 MB in 3s (18.6 MB/s) 02:59:02 (Reading database ... 13912 files and directories currently installed.) 02:59:02 Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... 02:59:02 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:59:02 Removing intermediate container 9a5c64e3e783 02:59:02 ---> 9cd6b3d6f8e1 02:59:02 Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / 02:59:03 Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... 02:59:03 Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:59:03 Preparing to unpack .../2-linux-libc-dev_4.15.0-132.136_amd64.deb ... 02:59:03 Unpacking linux-libc-dev:amd64 (4.15.0-132.136) over (4.15.0-20.21) ... 02:59:03 ---> 18a5eb5373ff 02:59:03 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 02:59:03 ---> Running in b5a8dde53346 02:59:03 ---> 24790c55038f 02:59:03 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 02:59:04 Removing intermediate container b5a8dde53346 02:59:04 ---> 26eb36dc62f7 02:59:04 Step 18/21 : CMD ["--init=true"] 02:59:04 ---> Running in 9c382023191c 02:59:04 Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:59:04 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:59:04 Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:59:04 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:59:04 Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:59:04 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:59:04 Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:59:04 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:59:04 Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:59:04 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:59:04 Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:59:04 ---> d44db2af8b08 02:59:04 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 02:59:04 Removing intermediate container 9c382023191c 02:59:04 ---> 0f212ca0decf 02:59:04 Step 19/21 : LABEL arch=arm64 02:59:05 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:59:05 Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:59:05 Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:59:05 Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... 02:59:05 ---> Running in 894c636461b3 02:59:05 (Reading database ... 13911 files and directories currently installed.) 02:59:05 Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 02:59:05 Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... 02:59:05 Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... 02:59:05 (Reading database ... 13911 files and directories currently installed.) 02:59:05 Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:59:05 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:59:05 Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:59:05 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:59:05 Removing intermediate container 894c636461b3 02:59:05 ---> 10aa3a1cd7bb 02:59:05 Step 20/21 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:59:05 ---> ebb40b16f648 02:59:05 Step 18/22 : ENTRYPOINT ["/core-metadata"] 02:59:05 ---> Running in 2ee0430f518f 02:59:05 ---> Running in fd6efaaefd0c 02:59:06 Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 02:59:06 Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... 02:59:06 Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... 02:59:06 (Reading database ... 13911 files and directories currently installed.) 02:59:06 Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... 02:59:06 Removing intermediate container 2ee0430f518f 02:59:06 ---> b75b89e8014d 02:59:06 Step 21/21 : LABEL version=0.0.0 02:59:06 Removing intermediate container fd6efaaefd0c 02:59:06 ---> cc7f5320f018 02:59:06 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:59:06 ---> Running in a67057ac04b6 02:59:06 Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:59:06 ---> Running in 5f5adccb38e8 02:59:07 Removing intermediate container a67057ac04b6 02:59:07 ---> cac97af3c36f 02:59:07 02:59:07 Setting up libc6:amd64 (2.27-3ubuntu1.4) ... 02:59:07 Removing intermediate container 5f5adccb38e8 02:59:07 ---> 3caa22839f81 02:59:07 Step 20/22 : LABEL arch=arm64 02:59:07 (Reading database ... 13911 files and directories currently installed.) 02:59:07 Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... 02:59:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' 02:59:07 /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' 02:59:07 Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... 02:59:07 Successfully built cac97af3c36f 02:59:07 ---> Running in bd050ca99085 02:59:07 Successfully tagged docker-security-proxy-setup-go-arm64:latest 02:59:07 Setting up base-files (10.1ubuntu2.10) ... 02:59:07 Installing new version of config file /etc/issue ... 02:59:07 Installing new version of config file /etc/issue.net ... 02:59:07 Installing new version of config file /etc/lsb-release ... 02:59:07 Installing new version of config file /etc/update-motd.d/50-motd-news ... 02:59:07  Building docker-security-proxy-setup-go ... done Removing intermediate container bd050ca99085 02:59:07 ---> 3a3566b3579e 02:59:07 Step 21/22 : LABEL git_sha=268bbcc047cba58df5c5e21fd9395c40f0eab693 02:59:07 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' 02:59:08 ---> Running in d7459ec976af 02:59:08 /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' 02:59:08 Removing obsolete conffile /etc/default/motd-news ... 02:59:08 (Reading database ... 13912 files and directories currently installed.) 02:59:08 Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... 02:59:08 Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... 02:59:08 Setting up bash (4.4.18-2ubuntu1.2) ... 02:59:08 update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode 02:59:08 (Reading database ... 13912 files and directories currently installed.) 02:59:08 Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... 02:59:08 Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... 02:59:08 Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... 02:59:08 Removing intermediate container d7459ec976af 02:59:08 ---> 6d6911755500 02:59:08 Step 22/22 : LABEL version=0.0.0 02:59:08 ---> Running in 7e90af0477b1 02:59:08 (Reading database ... 13912 files and directories currently installed.) 02:59:08 Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... 02:59:08 Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... 02:59:08 Setting up tar (1.29b-2ubuntu0.2) ... 02:59:08 Removing intermediate container 7e90af0477b1 02:59:08 ---> b46ddb15980d 02:59:08 02:59:09 (Reading database ... 13912 files and directories currently installed.) 02:59:09 Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... 02:59:09 Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:59:09 Setting up dpkg (1.19.0.5ubuntu2.3) ... 02:59:09 Successfully built b46ddb15980d 02:59:09 Successfully tagged docker-core-metadata-go-arm64:latest 02:59:09 (Reading database ... 13912 files and directories currently installed.) 02:59:09 Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... 02:59:09 Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:59:09 Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... 02:59:09  Building docker-core-metadata-go ... done  [Pipeline] } 02:59:09 $ docker stop --time=1 b310ef578cd79fe7a0af63c26cb03da74b33b46dcdfcfd7af41d267fd19686d7 02:59:09 (Reading database ... 13912 files and directories currently installed.) 02:59:09 Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... 02:59:09 Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:59:09 Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... 02:59:10 (Reading database ... 13912 files and directories currently installed.) 02:59:10 Preparing to unpack .../grep_3.1-2build1_amd64.deb ... 02:59:10 Unpacking grep (3.1-2build1) over (3.1-2) ... 02:59:10 Setting up grep (3.1-2build1) ... 02:59:10 (Reading database ... 13912 files and directories currently installed.) 02:59:10 Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... 02:59:10 Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:59:10 Setting up login (1:4.5-1ubuntu2) ... 02:59:10 (Reading database ... 13912 files and directories currently installed.) 02:59:10 Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... 02:59:10 Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:59:10 Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... 02:59:11 (Reading database ... 13912 files and directories currently installed.) 02:59:11 Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 02:59:11 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:59:11 Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... 02:59:11 Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:59:11 $ docker rm -f b310ef578cd79fe7a0af63c26cb03da74b33b46dcdfcfd7af41d267fd19686d7 02:59:11 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 02:59:11 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] // withDockerContainer [Pipeline] sh 02:59:12 Setting up perl-base (5.26.1-6ubuntu0.5) ... 02:59:12 (Reading database ... 13912 files and directories currently installed.) 02:59:12 Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 02:59:12 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... 02:59:12 + + grep docker 02:59:12 docker images 02:59:12 docker-core-metadata-go-arm64 latest b46ddb15980d 4 seconds ago 12.3MB 02:59:12 docker-security-proxy-setup-go-arm64 latest cac97af3c36f 6 seconds ago 23.2MB 02:59:12 docker-security-bootstrap-redis-go-arm64 latest ea35a2a902c2 12 seconds ago 15.1MB 02:59:12 docker-support-scheduler-go-arm64 latest 1647fa17d500 12 seconds ago 10MB 02:59:12 docker-sys-mgmt-agent-go-arm64 latest ddf31f152cc3 About a minute ago 300MB 02:59:12 docker-core-data-go-arm64 latest acdeaa847b59 2 minutes ago 21MB 02:59:12 docker-security-secretstore-setup-go-arm64 latest 8c74be0ea9a5 2 minutes ago 23.4MB 02:59:12 docker-support-notifications-go-arm64 latest b7ecb96bd0f2 3 minutes ago 11.4MB 02:59:12 docker-core-command-go-arm64 latest c84896b22432 3 minutes ago 9.98MB 02:59:12 docker 20.10.0 eeaf43b92773 5 weeks 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 02:59:13 Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv 02:59:13 Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:59:13 Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... 02:59:13 Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... 02:59:13 Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 02:59:13 (Reading database ... 13912 files and directories currently installed.) 02:59:13 Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... 02:59:13 Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [Pipeline] } [Pipeline] // stage [Pipeline] } 02:59:14 Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... 02:59:14 (Reading database ... 13912 files and directories currently installed.) 02:59:14 Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:59:14 Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:59:14 Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:59:14 (Reading database ... 13912 files and directories currently installed.) 02:59:14 Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:59:14 Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:59:14 Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:59:14 (Reading database ... 13912 files and directories currently installed.) 02:59:14 Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:59:14 Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:59:14 Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:59:14 (Reading database ... 13912 files and directories currently installed.) 02:59:14 Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:59:14 Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:59:14 Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:59:15 (Reading database ... 13912 files and directories currently installed.) 02:59:15 Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... 02:59:15 Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:59:15 Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... 02:59:15 Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:59:15 Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... 02:59:15 (Reading database ... 13912 files and directories currently installed.) 02:59:15 Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... 02:59:15 Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:59:15 Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... 02:59:15 (Reading database ... 13912 files and directories currently installed.) 02:59:15 Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:59:15 Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:59:16 Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... 02:59:16 (Reading database ... 13912 files and directories currently installed.) 02:59:16 Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:59:16 Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:59:16 Setting up fdisk (2.31.1-0.4ubuntu3.7) ... 02:59:16 (Reading database ... 13912 files and directories currently installed.) 02:59:16 Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:59:16 Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:59:16 Setting up util-linux (2.31.1-0.4ubuntu3.7) ... 02:59:17 /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' 02:59:17 /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' 02:59:17 (Reading database ... 13912 files and directories currently installed.) 02:59:17 Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... 02:59:17 Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... 02:59:17 Setting up libc-bin (2.27-3ubuntu1.4) ... 02:59:17 (Reading database ... 13912 files and directories currently installed.) 02:59:17 Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... 02:59:18 Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... 02:59:18 Setting up ncurses-base (6.1-1ubuntu1.18.04) ... 02:59:18 (Reading database ... 13914 files and directories currently installed.) 02:59:18 Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... 02:59:18 Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... 02:59:18 Setting up debconf (1.5.66ubuntu1) ... 02:59:18 (Reading database ... 13914 files and directories currently installed.) 02:59:18 Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:59:18 Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:59:18 Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:59:19 (Reading database ... 13914 files and directories currently installed.) 02:59:19 Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:59:19 Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:59:19 Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... 02:59:19 (Reading database ... 13914 files and directories currently installed.) 02:59:19 Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... 02:59:19 Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:59:19 Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... 02:59:19 (Reading database ... 13914 files and directories currently installed.) 02:59:19 Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... 02:59:19 Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... 02:59:19 Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... 02:59:19 Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... 02:59:19 Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... 02:59:19 Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:59:20 Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... 02:59:20 (Reading database ... 13914 files and directories currently installed.) 02:59:20 Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... 02:59:20 Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... 02:59:20 Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... 02:59:20 (Reading database ... 13914 files and directories currently installed.) 02:59:20 Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... 02:59:20 Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... 02:59:20 Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... 02:59:21 (Reading database ... 13914 files and directories currently installed.) 02:59:21 Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... 02:59:21 Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... 02:59:21 Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... 02:59:21 (Reading database ... 13914 files and directories currently installed.) 02:59:21 Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... 02:59:21 Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... 02:59:21 Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... 02:59:21 (Reading database ... 13914 files and directories currently installed.) 02:59:21 Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... 02:59:21 Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... 02:59:21 Setting up passwd (1:4.5-1ubuntu2) ... 02:59:22 (Reading database ... 13914 files and directories currently installed.) 02:59:22 Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... 02:59:22 Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... 02:59:22 Setting up gpgv (2.2.4-1ubuntu1.3) ... 02:59:22 (Reading database ... 13914 files and directories currently installed.) 02:59:22 Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... 02:59:22 Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... 02:59:22 Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... 02:59:22 (Reading database ... 13914 files and directories currently installed.) 02:59:22 Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... 02:59:22 Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... 02:59:22 Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... 02:59:23 (Reading database ... 13914 files and directories currently installed.) 02:59:23 Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... 02:59:23 Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... 02:59:23 Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... 02:59:23 (Reading database ... 13914 files and directories currently installed.) 02:59:23 Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... 02:59:23 Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... 02:59:23 Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... 02:59:23 (Reading database ... 13914 files and directories currently installed.) 02:59:23 Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... 02:59:23 Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... 02:59:23 Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... 02:59:23 (Reading database ... 13914 files and directories currently installed.) 02:59:23 Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... 02:59:23 Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... 02:59:24 Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... 02:59:24 (Reading database ... 13915 files and directories currently installed.) 02:59:24 Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:59:24 Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:59:24 Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... 02:59:24 Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... 02:59:24 Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... 02:59:24 Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... 02:59:24 Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... 02:59:24 Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... 02:59:25 Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... 02:59:25 Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... 02:59:25 Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... 02:59:25 Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... 02:59:25 Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... 02:59:25 Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... 02:59:25 Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... 02:59:25 Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... 02:59:25 Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... 02:59:25 Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... 02:59:25 Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... 02:59:25 Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... 02:59:26 Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... 02:59:26 Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... 02:59:26 Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... 02:59:26 Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... 02:59:27 Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... 02:59:27 Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... 02:59:27 Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... 02:59:27 Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... 02:59:27 Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:59:27 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:59:28 Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:59:28 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:59:28 Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:59:28 Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:59:28 Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 02:59:29 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... 02:59:29 Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:59:29 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:59:29 Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:59:29 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:59:29 Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:59:29 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:59:29 Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:59:29 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:59:31 Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:59:31 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:59:32 Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:59:32 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:59:32 Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:59:32 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:59:32 Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:59:32 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:59:33 Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 02:59:33 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... 02:59:33 Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:59:33 Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:59:34 Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 02:59:34 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:59:34 Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 02:59:34 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... 02:59:34 Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... 02:59:34 Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... 02:59:34 Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:59:34 Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:59:34 Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 02:59:34 Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... 02:59:34 Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... 02:59:35 Unpacking pkgbinarymangler (138.18.04.1) over (138) ... 02:59:35 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:59:35 Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... 02:59:35 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:59:35 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:59:35 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:59:35 Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... 02:59:35 Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... 02:59:35 Setting up tzdata (2020f-0ubuntu0.18.04) ... 02:59:35 02:59:35 Current default time zone: 'Etc/UTC' 02:59:35 Local time is now: Mon Jan 18 02:59:35 UTC 2021. 02:59:35 Universal Time is now: Mon Jan 18 02:59:35 UTC 2021. 02:59:35 Run 'dpkg-reconfigure tzdata' if you wish to change it. 02:59:35 02:59:35 Setting up systemd-sysv (237-3ubuntu10.43) ... 02:59:35 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:59:35 Setting up linux-libc-dev:amd64 (4.15.0-132.136) ... 02:59:35 Setting up mount (2.31.1-0.4ubuntu3.7) ... 02:59:35 Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... 02:59:35 Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... 02:59:36 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 02:59:36 Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... 02:59:36 Setting up libkmod2:amd64 (24-1ubuntu3.5) ... 02:59:36 Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... 02:59:36 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 02:59:36 Setting up procps (2:3.3.12-3ubuntu1.2) ... 02:59:36 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 02:59:36 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 02:59:36 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 02:59:36 Setting up patch (2.7.6-2ubuntu1.1) ... 02:59:36 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 02:59:36 Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... 02:59:36 Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... 02:59:36 Installing new version of config file /etc/ssl/openssl.cnf ... 02:59:36 Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... 02:59:36 Setting up libc-dev-bin (2.27-3ubuntu1.4) ... 02:59:36 Setting up ca-certificates (20201027ubuntu0.18.04.1) ... 02:59:38 Updating certificates in /etc/ssl/certs... 02:59:39 22 added, 17 removed; done. 02:59:39 Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... 02:59:39 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 02:59:39 Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... 02:59:39 Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... 02:59:39 Setting up pkgbinarymangler (138.18.04.1) ... 02:59:39 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 02:59:39 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 02:59:39 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 02:59:39 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 02:59:39 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:59:39 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 02:59:39 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 02:59:39 Setting up perl (5.26.1-6ubuntu0.5) ... 02:59:39 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 02:59:40 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 02:59:40 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 02:59:40 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 02:59:40 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 02:59:40 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 02:59:40 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 02:59:40 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 02:59:40 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 02:59:40 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 02:59:40 Processing triggers for systemd (237-3ubuntu10.43) ... 02:59:40 Processing triggers for mime-support (3.60ubuntu1) ... 02:59:40 Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... 02:59:40 Updating certificates in /etc/ssl/certs... 02:59:41 0 added, 0 removed; done. 02:59:41 Running hooks in /etc/ca-certificates/update.d... 02:59:41 done. 02:59:41 Reading package lists... 02:59:41 Building dependency tree... 02:59:41 Reading state information... 02:59:42 The following NEW packages will be installed: 02:59:42 apt-transport-https 02:59:42 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. 02:59:42 Need to get 1696 B of archives. 02:59:42 After this operation, 153 kB of additional disk space will be used. 02:59:42 Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] 02:59:42 debconf: delaying package configuration, since apt-utils is not installed 02:59:42 Fetched 1696 B in 0s (27.6 kB/s) 02:59:42 Selecting previously unselected package apt-transport-https. 02:59:42 (Reading database ... 13929 files and directories currently installed.) 02:59:42 Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... 02:59:42 Unpacking apt-transport-https (1.6.12ubuntu0.2) ... 02:59:42 Setting up apt-transport-https (1.6.12ubuntu0.2) ... 02:59:42 Waiting for network to be ready... 02:59:48 2021-01-18T02:59:45Z INFO Waiting for automatic snapd restart... 02:59:48 snapd 2.48.2 from Canonical* installed 02:59:49 "snapd" switched to the "latest/stable" channel 02:59:49 02:59:52 core18 20201210 from Canonical* installed 02:59:52 "core18" switched to the "latest/stable" channel 02:59:52 02:59:55 snapcraft 4.4.4 from Canonical* installed 02:59:55 "snapcraft" switched to the "latest/stable" channel 02:59:55 02:59:59 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 02:59:59 - README.md 02:59:59 - snapcraft.yaml.orig 02:59:59 02:59:59 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 03:00:05 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:00:06 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 03:00:06 Hit:2 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:00:06 Hit:3 http://security.ubuntu.com/ubuntu bionic-security InRelease 03:00:07 Reading package lists... 03:00:08 Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 03:00:14 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:00:14 Reading package lists... 03:00:14 Building dependency tree... 03:00:14 Reading state information... 03:00:14 Suggested packages: 03:00:14 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 03:00:14 git-gui gitk gitweb git-cvs git-mediawiki git-svn 03:00:14 Recommended packages: 03:00:14 less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip 03:00:14 The following NEW packages will be installed: 03:00:14 git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 03:00:14 libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 03:00:14 pkg-config zip 03:00:14 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. 03:00:14 Need to get 7655 kB of archives. 03:00:14 After this operation, 43.7 MB of additional disk space will be used. 03:00:14 Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] 03:00:14 Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] 03:00:14 Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] 03:00:14 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 03:00:14 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 03:00:14 Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 03:00:14 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 03:00:14 Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] 03:00:15 Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] 03:00:15 Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 03:00:15 Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 03:00:15 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 03:00:15 Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 03:00:15 Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 03:00:15 Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 03:00:15 debconf: delaying package configuration, since apt-utils is not installed 03:00:15 Fetched 7655 kB in 1s (9905 kB/s) 03:00:15 Selecting previously unselected package libglib2.0-0:amd64. 03:00:15 (Reading database ... 13933 files and directories currently installed.) 03:00:15 Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... 03:00:15 Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 03:00:15 Selecting previously unselected package libpsl5:amd64. 03:00:15 Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... 03:00:15 Unpacking libpsl5:amd64 (0.19.1-5build1) ... 03:00:15 Selecting previously unselected package libnghttp2-14:amd64. 03:00:15 Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... 03:00:15 Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:00:15 Selecting previously unselected package librtmp1:amd64. 03:00:15 Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... 03:00:15 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:00:16 Selecting previously unselected package libcurl3-gnutls:amd64. 03:00:16 Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... 03:00:16 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:00:16 Selecting previously unselected package liberror-perl. 03:00:16 Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... 03:00:16 Unpacking liberror-perl (0.17025-1) ... 03:00:16 Selecting previously unselected package git-man. 03:00:16 Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 03:00:16 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 03:00:16 Selecting previously unselected package git. 03:00:16 Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 03:00:16 Unpacking git (1:2.17.1-1ubuntu0.7) ... 03:00:17 Selecting previously unselected package libnorm1:amd64. 03:00:17 Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 03:00:17 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:00:17 Selecting previously unselected package libpgm-5.2-0:amd64. 03:00:17 Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 03:00:17 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:00:17 Selecting previously unselected package libsodium23:amd64. 03:00:17 Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... 03:00:17 Unpacking libsodium23:amd64 (1.0.16-2) ... 03:00:17 Selecting previously unselected package libzmq5:amd64. 03:00:17 Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 03:00:17 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:00:17 Selecting previously unselected package libzmq3-dev:amd64. 03:00:17 Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 03:00:17 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:00:17 Selecting previously unselected package pkg-config. 03:00:17 Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 03:00:17 Unpacking pkg-config (0.29.1-0ubuntu2) ... 03:00:17 Selecting previously unselected package zip. 03:00:17 Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... 03:00:17 Unpacking zip (3.0-11build1) ... 03:00:17 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 03:00:17 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 03:00:18 Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... 03:00:18 Setting up liberror-perl (0.17025-1) ... 03:00:18 Setting up libpsl5:amd64 (0.19.1-5build1) ... 03:00:18 Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... 03:00:18 No schema files found: doing nothing. 03:00:18 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... 03:00:18 Setting up zip (3.0-11build1) ... 03:00:18 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 03:00:18 Setting up libsodium23:amd64 (1.0.16-2) ... 03:00:18 Setting up pkg-config (0.29.1-0ubuntu2) ... 03:00:18 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 03:00:18 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... 03:00:18 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 03:00:18 Setting up git (1:2.17.1-1ubuntu0.7) ... 03:00:18 Processing triggers for libc-bin (2.27-3ubuntu1.4) ... 03:00:24 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:00:24 git set to automatically installed. 03:00:24 git-man set to automatically installed. 03:00:24 libcurl3-gnutls set to automatically installed. 03:00:24 liberror-perl set to automatically installed. 03:00:24 libglib2.0-0 set to automatically installed. 03:00:24 libnghttp2-14 set to automatically installed. 03:00:24 libnorm1 set to automatically installed. 03:00:24 libpgm-5.2-0 set to automatically installed. 03:00:24 libpsl5 set to automatically installed. 03:00:24 librtmp1 set to automatically installed. 03:00:24 libsodium23 set to automatically installed. 03:00:24 libzmq3-dev set to automatically installed. 03:00:24 libzmq5 set to automatically installed. 03:00:24 pkg-config set to automatically installed. 03:00:24 zip set to automatically installed. 03:00:26 snapd is not logged in, snap install commands will use sudo 03:00:33 sudo: unable to resolve host ubuntu: Resource temporarily unavailable 03:00:33 snap "core18" has no updates available 03:00:34 Pulling config-common 03:00:35 Pulling go-build-helper 03:00:57 Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 03:00:57 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 03:00:57 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 03:00:57 Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1506 kB] 03:00:57 Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] 03:00:57 Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] 03:00:57 Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] 03:00:57 Get:8 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [292 kB] 03:00:57 Get:9 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] 03:00:57 Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] 03:00:57 Get:11 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] 03:00:57 Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] 03:00:57 Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] 03:00:57 Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] 03:00:57 Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [219 kB] 03:00:57 Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.8 kB] 03:00:57 Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1098 kB] 03:00:57 Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] 03:00:57 Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] 03:00:57 Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1842 kB] 03:00:57 Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [384 kB] 03:00:57 Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] 03:00:57 Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] 03:00:57 Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [237 kB] 03:00:57 Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.8 kB] 03:00:57 Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] 03:00:57 Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] 03:00:57 Fetched 23.7 MB in 0s (0 B/s) 03:00:57 Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 03:00:57 Fetched 96.5 kB in 0s (0 B/s) 03:00:57 Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 03:00:57 Fetched 279 kB in 0s (0 B/s) 03:00:57 Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 03:00:57 Fetched 122 kB in 0s (0 B/s) 03:00:57 Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 03:00:57 Fetched 77.8 kB in 0s (0 B/s) 03:00:57 Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 03:00:57 Fetched 8848 B in 0s (0 B/s) 03:00:57 Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 03:00:57 Fetched 47.8 kB in 0s (0 B/s) 03:00:57 Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 03:00:57 Fetched 45.6 kB in 0s (0 B/s) 03:00:57 Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] 03:00:57 Fetched 15.0 kB in 0s (0 B/s) 03:00:57 Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] 03:00:57 Fetched 214 kB in 0s (0 B/s) 03:00:57 Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 03:00:57 Fetched 155 kB in 0s (0 B/s) 03:00:57 Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 03:00:57 Fetched 50.6 kB in 0s (0 B/s) 03:00:57 Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 03:00:57 Fetched 14.8 kB in 0s (0 B/s) 03:00:57 Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 03:00:57 Fetched 41.8 kB in 0s (0 B/s) 03:00:57 Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 03:00:57 Fetched 499 kB in 0s (0 B/s) 03:00:57 Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 03:00:57 Fetched 111 kB in 0s (0 B/s) 03:00:57 Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 03:00:57 Fetched 240 kB in 0s (0 B/s) 03:00:57 Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 03:00:57 Fetched 29.3 kB in 0s (0 B/s) 03:00:57 Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 03:00:57 Fetched 85.5 kB in 0s (0 B/s) 03:00:57 Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 03:00:57 Fetched 24.5 kB in 0s (0 B/s) 03:00:57 Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] 03:00:57 Fetched 49.2 kB in 0s (0 B/s) 03:00:57 Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 03:00:57 Fetched 54.2 kB in 0s (0 B/s) 03:00:57 Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 03:00:57 Fetched 30.8 kB in 0s (0 B/s) 03:00:57 Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 03:00:57 Fetched 17.0 kB in 0s (0 B/s) 03:00:57 Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 03:00:57 Fetched 85.9 kB in 0s (0 B/s) 03:00:57 Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 03:00:57 Fetched 8720 B in 0s (0 B/s) 03:00:57 Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 03:00:57 Fetched 137 kB in 0s (0 B/s) 03:00:57 Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 03:00:57 Fetched 119 kB in 0s (0 B/s) 03:00:57 Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 03:00:57 Fetched 109 kB in 0s (0 B/s) 03:00:57 Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 03:00:57 Fetched 11.1 kB in 0s (0 B/s) 03:00:57 Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 03:00:57 Fetched 645 kB in 0s (0 B/s) 03:00:57 Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 03:00:57 Fetched 41.3 kB in 0s (0 B/s) 03:00:57 Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 03:00:57 Fetched 17.9 kB in 0s (0 B/s) 03:00:57 Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 03:00:57 Fetched 368 kB in 0s (0 B/s) 03:00:57 Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] 03:00:57 Fetched 187 kB in 0s (0 B/s) 03:00:57 Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 03:00:57 Fetched 175 kB in 0s (0 B/s) 03:00:57 Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 03:01:00 Fetched 206 kB in 0s (0 B/s) 03:01:00 Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] 03:01:00 Fetched 1301 kB in 0s (0 B/s) 03:01:00 Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 03:01:00 Fetched 36.2 kB in 0s (0 B/s) 03:01:00 Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] 03:01:00 Fetched 159 kB in 0s (0 B/s) 03:01:00 Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 03:01:00 Fetched 107 kB in 0s (0 B/s) 03:01:00 Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 03:01:00 Fetched 48.7 kB in 0s (0 B/s) 03:01:00 Pulling static-packages 03:01:01 'go115' has dependencies that need to be staged: go-build-helper static-packages 03:01:01 Skipping pull go-build-helper (already ran) 03:01:01 Skipping pull static-packages (already ran) 03:01:01 Building go-build-helper 03:01:04 Building static-packages 03:01:06 Staging go-build-helper 03:01:07 Staging static-packages 03:01:08 Pulling go115 03:01:09 'edgex-go' has dependencies that need to be staged: go115 03:01:09 Skipping pull go115 (already ran) 03:01:09 Building go115 03:01:09 % Total % Received % Xferd Average Speed Time Time Time Current 03:01:09 Dload Upload Total Spent Left Speed 03:01:12 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 1 115M 1 1775k 0 0 7428k 0 0:00:15 --:--:-- 0:00:15 7397k 41 115M 41 48.2M 0 0 38.9M 0 0:00:02 0:00:01 0:00:01 38.9M 82 115M 82 95.4M 0 0 42.6M 0 0:00:02 0:00:02 --:--:-- 42.5M 100 115M 100 115M 0 0 41.9M 0 0:00:02 0:00:02 --:--:-- 41.9M 03:01:12 go1.15.2.linux-amd64.tar.gz: OK 03:01:16 Staging go115 03:01:22 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 03:01:22 Hit http://archive.ubuntu.com/ubuntu bionic InRelease 03:01:22 Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 03:01:22 Fetched 0 B in 0s (0 B/s) 03:01:22 Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 03:01:22 Fetched 224 kB in 0s (0 B/s) 03:01:22 Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 03:01:22 Fetched 157 kB in 0s (0 B/s) 03:01:22 Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 03:01:22 Fetched 221 kB in 0s (0 B/s) 03:01:22 Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 03:01:22 Fetched 143 kB in 0s (0 B/s) 03:01:22 Pulling edgex-go 03:01:23 Pulling version 03:01:24 Building config-common 03:01:25 Skipping build go-build-helper (already ran) 03:01:25 Skipping build static-packages (already ran) 03:01:25 Skipping build go115 (already ran) 03:01:25 Building edgex-go 03:01:26 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 03:01:27 go: downloading github.com/gorilla/mux v1.8.0 03:01:27 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.145 03:01:27 go: downloading github.com/OneOfOne/xxhash v1.2.8 03:01:27 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.70 03:01:27 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 03:01:27 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 03:01:27 go: downloading github.com/google/uuid v1.1.4 03:01:27 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 03:01:27 go: downloading github.com/pkg/errors v0.8.1 03:01:27 go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0 03:01:27 go: downloading github.com/imdario/mergo v0.3.11 03:01:27 go: downloading github.com/go-kit/kit v0.8.0 03:01:27 go: downloading github.com/go-playground/validator/v10 v10.3.0 03:01:27 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 03:01:27 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 03:01:27 go: downloading github.com/pelletier/go-toml v1.2.0 03:01:27 go: downloading github.com/BurntSushi/toml v0.3.1 03:01:27 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 03:01:27 go: downloading github.com/pebbe/zmq4 v1.2.2 03:01:27 go: downloading gopkg.in/yaml.v2 v2.4.0 03:01:27 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 03:01:27 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 03:01:27 go: downloading github.com/go-redis/redis/v7 v7.2.0 03:01:27 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 03:01:27 go: downloading github.com/hashicorp/consul/api v1.1.0 03:01:27 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 03:01:27 go: downloading github.com/go-playground/universal-translator v0.17.0 03:01:27 go: downloading github.com/leodido/go-urn v1.2.0 03:01:27 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 03:01:27 go: downloading github.com/mitchellh/copystructure v1.0.0 03:01:27 go: downloading github.com/x448/float16 v0.8.4 03:01:27 go: downloading github.com/mitchellh/mapstructure v1.1.2 03:01:27 go: downloading github.com/go-playground/locales v0.13.0 03:01:27 go: downloading github.com/go-logfmt/logfmt v0.4.0 03:01:27 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 03:01:27 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 03:01:27 go: downloading github.com/hashicorp/serf v0.8.2 03:01:27 go: downloading github.com/mitchellh/reflectwalk v1.0.0 03:01:28 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 03:01:28 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 03:01:28 go: downloading github.com/hashicorp/golang-lru v0.5.0 03:01:34 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 03:01:38 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 03:01:40 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 03:01:41 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 03:01:41 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 03:01:41 go: downloading github.com/stretchr/testify v1.6.1 03:01:41 go: downloading github.com/davecgh/go-spew v1.1.1 03:01:41 go: downloading github.com/pmezard/go-difflib v1.0.0 03:01:41 go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c 03:01:43 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 03:01:43 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 03:01:43 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 03:01:44 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 03:01:45 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 03:01:45 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 03:01:46 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 03:01:47 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 03:01:48 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 03:01:48 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 03:01:50 Building version 03:01:52 Staging config-common 03:01:53 Skipping stage go-build-helper (already ran) 03:01:53 Skipping stage static-packages (already ran) 03:01:53 Skipping stage go115 (already ran) 03:01:53 Staging edgex-go 03:01:54 Staging version 03:01:54 Priming config-common 03:01:55 Priming go-build-helper 03:01:56 Priming static-packages 03:01:58 Priming go115 03:01:59 Priming edgex-go 03:02:00 Priming version 03:02:02 The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 03:02:05 provisioning config files... 03:02:05 copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/26@tmp/config11229249259903361tmp [Pipeline] { [Pipeline] sh 03:02:05 + set +x 03:02:05 + curl -s https://codecov.io/bash 03:02:05 + bash -s -- 03:02:06 03:02:06 _____ _ 03:02:06 / ____| | | 03:02:06 | | ___ __| | ___ ___ _____ __ 03:02:06 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:02:06 | |___| (_) | (_| | __/ (_| (_) \ V / 03:02:06 \_____\___/ \__,_|\___|\___\___/ \_/ 03:02:06 Bash-20210115-cec3c92 03:02:06 03:02:06 03:02:06 ==> git version 2.24.3 found 03:02:06 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 03:02:06 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:02:06 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:02:06 ==> Jenkins CI detected. 03:02:06 project root: . 03:02:06 --> token set from env 03:02:06 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:02:06 ==> Running gcov in . (disable via -X gcov) 03:02:06 ==> Python coveragepy not found 03:02:06 ==> Searching for coverage reports in: 03:02:06 + . 03:02:06 -> Found 1 reports 03:02:06 ==> Detecting git/mercurial file structure 03:02:06 ==> Reading reports 03:02:06 + ./coverage.out bytes=550280 03:02:06 ==> Appending adjustments 03:02:06 https://docs.codecov.io/docs/fixing-reports 03:02:12 + Found adjustments 03:02:12 ==> Gzipping contents 03:02:12 84K /tmp/codecov.U7MvTW.gz 03:02:12 ==> Uploading reports 03:02:12 url: https://codecov.io 03:02:12 query: branch=PR-2966&commit=268bbcc047cba58df5c5e21fd9395c40f0eab693&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F26%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= 03:02:12 -> Pinging Codecov 03:02:12 https://codecov.io/upload/v4?package=bash-20210115-cec3c92&token=secret&branch=PR-2966&commit=268bbcc047cba58df5c5e21fd9395c40f0eab693&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2966%2F26%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2966&job=&cmd_args= 03:02:12 -> Uploading to 03:02:12 https://storage.googleapis.com/codecov/v4/raw/2021-01-18/00271124DB129430A58F1EEE437C3FCB/268bbcc047cba58df5c5e21fd9395c40f0eab693/74d2e4e0-9a18-40f8-83a4-80f0b069d0a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210118%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210118T030212Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=32da8a13b7531a722b63e358f1f0f4d4c6d18f950efb9a26b3e36d44a94c56de 03:02:12 % Total % Received % Xferd Average Speed Time Time Time Current 03:02:12 Dload Upload Total Spent Left Speed 03:02:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 83198 0 0 100 83198 0 123k --:--:-- --:--:-- --:--:-- 123k 100 83198 0 0 100 83198 0 123k --:--:-- --:--:-- --:--:-- 123k 03:02:13 -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/268bbcc047cba58df5c5e21fd9395c40f0eab693 [Pipeline] } 03:02:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 03:02:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:02:17 ---> package-listing.sh 03:02:17 ++ tr '[:upper:]' '[:lower:]' 03:02:17 ++ facter osfamily 03:02:17 + OS_FAMILY=redhat 03:02:17 + workspace=/w/workspace/edgex-go/26 03:02:17 + START_PACKAGES=/tmp/packages_start.txt 03:02:17 + END_PACKAGES=/tmp/packages_end.txt 03:02:17 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:02:17 + PACKAGES=/tmp/packages_start.txt 03:02:17 + '[' /w/workspace/edgex-go/26 ']' 03:02:17 + PACKAGES=/tmp/packages_end.txt 03:02:17 + case "${OS_FAMILY}" in 03:02:17 + sort 03:02:17 + rpm -qa 03:02:24 + '[' -f /tmp/packages_start.txt ']' 03:02:24 + '[' -f /tmp/packages_end.txt ']' 03:02:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:02:24 + '[' /w/workspace/edgex-go/26 ']' 03:02:24 + mkdir -p /w/workspace/edgex-go/26/archives/ 03:02:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/26/archives/ [Pipeline] echo 03:02:24 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/26/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:02:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:02:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:02:25 03:02:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:02:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:02:26 alpine: Pulling from edgex-lftools-log-publisher 03:02:26 df20fa9351a1: Pulling fs layer 03:02:26 36b3adc4ff6f: Pulling fs layer 03:02:26 8ad3a11d3b57: Pulling fs layer 03:02:26 46f8f816bc3b: Pulling fs layer 03:02:26 93b61091891f: Pulling fs layer 03:02:26 93b9cdb0e59b: Pulling fs layer 03:02:26 5e14af77c1be: Pulling fs layer 03:02:26 01666e4c0597: Pulling fs layer 03:02:26 aa168da1d23b: Pulling fs layer 03:02:26 93b9cdb0e59b: Waiting 03:02:26 5e14af77c1be: Waiting 03:02:26 01666e4c0597: Waiting 03:02:26 aa168da1d23b: Waiting 03:02:26 46f8f816bc3b: Waiting 03:02:26 93b61091891f: Waiting 03:02:26 36b3adc4ff6f: Download complete 03:02:26 46f8f816bc3b: Verifying Checksum 03:02:26 46f8f816bc3b: Download complete 03:02:26 df20fa9351a1: Verifying Checksum 03:02:26 df20fa9351a1: Download complete 03:02:26 93b61091891f: Verifying Checksum 03:02:26 93b61091891f: Download complete 03:02:26 93b9cdb0e59b: Verifying Checksum 03:02:26 93b9cdb0e59b: Download complete 03:02:26 5e14af77c1be: Verifying Checksum 03:02:26 5e14af77c1be: Download complete 03:02:26 01666e4c0597: Verifying Checksum 03:02:26 01666e4c0597: Download complete 03:02:27 df20fa9351a1: Pull complete 03:02:27 8ad3a11d3b57: Verifying Checksum 03:02:27 8ad3a11d3b57: Download complete 03:02:27 36b3adc4ff6f: Pull complete 03:02:29 8ad3a11d3b57: Pull complete 03:02:30 46f8f816bc3b: Pull complete 03:02:32 93b61091891f: Pull complete 03:02:32 93b9cdb0e59b: Pull complete 03:02:33 5e14af77c1be: Pull complete 03:02:33 01666e4c0597: Pull complete 03:02:33 aa168da1d23b: Verifying Checksum 03:02:33 aa168da1d23b: Download complete 03:02:48 aa168da1d23b: Pull complete 03:02:48 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:02:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:02:48 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:02:49 prd-centos7-docker-4c-2g-20876 does not seem to be running inside a container 03:02:49 $ 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/26/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/26 -v /w/workspace/edgex-go/26:/w/workspace/edgex-go/26:rw,z -v /w/workspace/edgex-go/26@tmp:/w/workspace/edgex-go/26@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:02:53 $ docker top 002e82d475181f5dcf220994c50ee998dcf9681db30451dd96ff4c5ece7f6794 -eo pid,comm [Pipeline] { [Pipeline] sh 03:02:54 + touch /tmp/pre-build-complete [Pipeline] sh 03:02:55 + mkdir -p /var/log/sa [Pipeline] sh 03:02:55 + ls /var/log/sa-host 03:02:55 + sadf -c /var/log/sa-host/sa18 03:02:55 file_magic: OK 03:02:55 HZ: Using current value: 100 03:02:55 file_header: OK 03:02:55 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 03:02:55 Statistics: 03:02:55 HRHnuu...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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:02:55 File successfully converted to sysstat format version 12.2.1 03:02:55 + sadf -c /var/log/sa-host/sa23 03:02:55 file_magic: OK 03:02:55 HZ: Using current value: 100 03:02:55 file_header: OK 03:02:55 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 03:02:55 Statistics: 03:02:55 Hnuu...uuuununununu... 03:02:55 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:02:56 provisioning config files... 03:02:56 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/26@tmp/config8054270787413297568tmp [Pipeline] { [Pipeline] echo 03:02:56 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:02:57 ---> create-netrc.sh [Pipeline] } 03:02:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:02:57 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:02:57 ---> python-tools-install.sh [Pipeline] echo 03:02:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:02:58 ---> sudo-logs.sh 03:02:58 Archiving 'sudo' log.. [Pipeline] echo 03:02:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:02:59 ---> job-cost.sh 03:02:59 lf-activate-venv: SKIPPING 03:02:59 INFO: No Stack... 03:03:00 INFO: Retrieving Pricing Info for: v1-standard-2 03:03:00 INFO: Archiving Costs [Pipeline] echo 03:03:00 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:03:01 ---> logs-deploy.sh 03:03:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2966/26 03:03:01 INFO: archiving workspace using pattern(s): 03:03:03 Archives upload complete. 03:03:03 INFO: archiving logs to Nexus 03:03:05 ---> uname -a: 03:03:05 Linux prd-centos7-docker-4c-2g-20876.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:03:05 03:03:05 03:03:05 ---> lscpu: 03:03:05 Architecture: x86_64 03:03:05 CPU op-mode(s): 32-bit, 64-bit 03:03:05 Byte Order: Little Endian 03:03:05 Address sizes: 40 bits physical, 48 bits virtual 03:03:05 CPU(s): 4 03:03:05 On-line CPU(s) list: 0-3 03:03:05 Thread(s) per core: 1 03:03:05 Core(s) per socket: 1 03:03:05 Socket(s): 4 03:03:05 NUMA node(s): 1 03:03:05 Vendor ID: GenuineIntel 03:03:05 CPU family: 6 03:03:05 Model: 44 03:03:05 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:03:05 Stepping: 1 03:03:05 CPU MHz: 2933.438 03:03:05 BogoMIPS: 5866.87 03:03:05 Virtualization: VT-x 03:03:05 Hypervisor vendor: KVM 03:03:05 Virtualization type: full 03:03:05 L1d cache: 128 KiB 03:03:05 L1i cache: 128 KiB 03:03:05 L2 cache: 16 MiB 03:03:05 L3 cache: 64 MiB 03:03:05 NUMA node0 CPU(s): 0-3 03:03:05 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:03:05 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:03:05 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:03:05 Vulnerability Meltdown: Mitigation; PTI 03:03:05 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:03:05 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:03:05 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:03:05 Vulnerability Srbds: Not affected 03:03:05 Vulnerability Tsx async abort: Not affected 03:03:05 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 03:03:05 03:03:05 03:03:05 ---> nproc: 03:03:05 4 03:03:05 03:03:05 03:03:05 ---> df -h: 03:03:05 Filesystem Size Used Available Use% Mounted on 03:03:05 overlay 50.0G 12.0G 38.0G 24% / 03:03:05 tmpfs 64.0M 0 64.0M 0% /dev 03:03:05 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:03:05 shm 64.0M 0 64.0M 0% /dev/shm 03:03:05 /dev/vda1 50.0G 12.0G 38.0G 24% /facter-os 03:03:05 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/resolv.conf 03:03:05 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hostname 03:03:05 /dev/vda1 50.0G 12.0G 38.0G 24% /etc/hosts 03:03:05 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/auth.log 03:03:05 /dev/vda1 50.0G 12.0G 38.0G 24% /run/cloud-init/result.json 03:03:05 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/sa-host 03:03:05 /dev/vda1 50.0G 12.0G 38.0G 24% /var/log/secure 03:03:05 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/26@tmp 03:03:05 /dev/vda1 50.0G 12.0G 38.0G 24% /w/workspace/edgex-go/26 03:03:05 03:03:05 03:03:05 ---> free -m: 03:03:05 total used free shared buff/cache available 03:03:05 Mem: 1837 733 127 0 976 1021 03:03:05 Swap: 1023 62 961 03:03:05 03:03:05 03:03:05 ---> ip addr: 03:03:05 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:03:05 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:03:05 inet 127.0.0.1/8 scope host lo 03:03:05 valid_lft forever preferred_lft forever 03:03:05 inet6 ::1/128 scope host 03:03:05 valid_lft forever preferred_lft forever 03:03:05 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:03:05 link/ether fa:16:3e:df:fd:0c brd ff:ff:ff:ff:ff:ff 03:03:05 inet 10.30.122.90/23 brd 10.30.123.255 scope global dynamic eth0 03:03:05 valid_lft 85027sec preferred_lft 85027sec 03:03:05 inet6 fe80::f816:3eff:fedf:fd0c/64 scope link 03:03:05 valid_lft forever preferred_lft forever 03:03:05 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:03:05 link/ether 02:42:28:ef:04:6d brd ff:ff:ff:ff:ff:ff 03:03:05 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:03:05 valid_lft forever preferred_lft forever 03:03:05 inet6 fe80::42:28ff:feef:46d/64 scope link 03:03:05 valid_lft forever preferred_lft forever 03:03:05 03:03:05 03:03:05 ---> sar -b -r -n DEV: 03:03:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/18/21 _x86_64_ (4 CPU) 03:03:05 03:03:05 02:39:58 LINUX RESTART (4 CPU) 03:03:05 03:03:05 02:41:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:03:05 02:42:02 59.18 15.27 43.91 0.00 4890.57 8308.13 0.00 03:03:05 02:43:01 127.35 64.21 63.14 0.00 5772.25 29230.43 0.00 03:03:05 02:44:01 252.26 82.83 169.43 0.00 3616.88 32879.33 0.00 03:03:05 02:45:01 129.76 74.94 54.82 0.00 2476.00 6455.16 0.00 03:03:05 02:46:02 99.04 49.09 49.94 0.00 1706.06 4038.28 0.00 03:03:05 02:47:01 73.06 31.24 41.82 0.00 2041.16 4274.36 0.00 03:03:05 02:48:01 26.80 4.54 22.27 0.00 212.03 5835.44 0.00 03:03:05 02:49:02 261.80 91.33 170.47 0.00 36125.24 100184.95 0.00 03:03:05 02:50:05 1656.13 1455.77 200.37 0.00 100461.04 107728.59 0.00 03:03:05 02:51:02 1245.07 1053.73 191.34 0.00 98965.49 100078.41 0.00 03:03:05 02:52:01 185.53 60.21 125.32 0.00 9692.15 23380.46 0.00 03:03:05 02:53:02 718.90 477.91 240.99 0.00 75064.34 119295.02 0.00 03:03:05 02:54:03 1737.06 1545.52 191.54 0.00 108592.40 113490.50 0.00 03:03:05 02:55:01 253.18 133.68 119.50 0.00 8716.09 20372.89 0.00 03:03:05 02:56:01 164.68 27.16 137.53 0.00 3750.57 21124.63 0.00 03:03:05 02:57:01 4.76 1.90 2.86 0.00 59.21 44.54 0.00 03:03:05 02:58:01 0.22 0.05 0.17 0.00 0.93 1.60 0.00 03:03:05 02:59:01 0.23 0.07 0.17 0.00 0.53 2.05 0.00 03:03:05 03:00:02 0.30 0.02 0.28 0.00 0.13 3.54 0.00 03:03:05 03:01:01 0.59 0.27 0.32 0.00 19.72 3.60 0.00 03:03:05 03:02:01 0.45 0.15 0.30 0.00 4.25 4.92 0.00 03:03:05 Average: 334.88 247.68 87.20 0.00 22112.46 33378.38 0.00 03:03:05 03:03:05 02:41:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:03:05 02:42:02 80292 0 701544 37.29 2620 1097088 1369452 46.74 556136 1040768 71580 03:03:05 02:43:01 70660 0 730388 38.82 2596 1077900 1624212 55.43 699912 897400 51708 03:03:05 02:44:01 282680 0 749760 39.85 1080 848024 1281144 43.72 457632 856568 44 03:03:05 02:45:01 215924 0 772092 41.04 752 892776 1643100 56.08 592268 799032 29688 03:03:05 02:46:02 310940 0 816068 43.37 572 753964 1705392 58.20 560676 726628 40312 03:03:05 02:47:01 288580 0 732052 38.91 572 860340 1211288 41.34 519440 786000 19316 03:03:05 02:48:01 174988 0 748116 39.76 536 957904 1304420 44.52 603152 825844 24 03:03:05 02:49:02 77020 0 854216 45.40 0 950308 2282496 77.90 734056 854564 72140 03:03:05 02:50:05 67416 0 850828 45.22 0 963300 2362508 80.63 712860 885524 46948 03:03:05 02:51:02 112908 0 1218020 64.74 0 550616 4131556 141.00 846508 659684 13680 03:03:05 02:52:01 480836 0 770792 40.97 0 629916 1634300 55.78 444536 711908 652 03:03:05 02:53:02 287896 0 811536 43.13 0 782112 3606144 123.07 700552 674448 68 03:03:05 02:54:03 73336 0 790028 41.99 0 1018180 2184856 74.57 647916 942932 82700 03:03:05 02:55:01 390152 0 679208 36.10 0 812184 1384812 47.26 487824 768308 4568 03:03:05 02:56:01 84388 0 684588 36.38 0 1112568 1554440 53.05 592840 948112 20 03:03:05 02:57:01 117676 0 649964 34.54 0 1113904 1224736 41.80 584908 927232 12 03:03:05 02:58:01 118128 0 649508 34.52 0 1113908 1224736 41.80 584956 927256 16 03:03:05 02:59:01 120604 0 647024 34.39 0 1113916 1194912 40.78 582988 926732 8 03:03:05 03:00:02 121040 0 646576 34.36 0 1113928 1194912 40.78 583120 926744 8 03:03:05 03:01:01 118860 0 648200 34.45 0 1114484 1198388 40.90 584072 927120 12 03:03:05 03:02:01 119820 0 647084 34.39 0 1114640 1195468 40.80 583340 927300 16 03:03:05 Average: 176864 0 752266 39.98 416 951998 1738727 59.34 602842 854291 20644 03:03:05 03:03:05 02:41:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:03:05 02:42:02 vethf98d24a 442.10 306.21 41.97 1226.10 0.00 0.00 0.00 0.00 03:03:05 02:42:02 eth0 860.19 801.21 4330.32 114.16 0.00 0.00 0.00 0.00 03:03:05 02:42:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:42:02 docker0 442.10 306.08 35.92 1226.09 0.00 0.00 0.00 0.00 03:03:05 02:43:01 eth0 795.08 835.02 4409.06 149.43 0.00 0.00 0.00 0.00 03:03:05 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:43:01 docker0 529.56 401.60 39.60 1450.55 0.00 0.00 0.00 0.00 03:03:05 02:44:01 eth0 183.55 114.79 849.78 71.40 0.00 0.00 0.00 0.00 03:03:05 02:44:01 veth812551e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:44:01 docker0 88.24 146.93 6.19 825.54 0.00 0.00 0.00 0.00 03:03:05 02:45:01 veth6468d1d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:03:05 02:45:01 eth0 19.48 14.53 20.19 8.39 0.00 0.00 0.00 0.00 03:03:05 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:46:02 veth6468d1d 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 03:03:05 02:46:02 eth0 40.62 32.56 25.64 74.41 0.00 0.00 0.00 0.00 03:03:05 02:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:46:02 docker0 0.33 0.33 0.02 0.03 0.00 0.00 0.00 0.00 03:03:05 02:47:01 veth6468d1d 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:47:01 eth0 6.78 5.13 6.20 2.73 0.00 0.00 0.00 0.00 03:03:05 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:48:01 eth0 28.66 21.87 23.48 12.90 0.00 0.00 0.00 0.00 03:03:05 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:49:02 vethde6f2b4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 03:03:05 02:49:02 eth0 181.72 155.31 1660.50 71.72 0.00 0.00 0.00 0.00 03:03:05 02:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:50:05 vethde6f2b4 0.00 0.30 0.00 0.01 0.00 0.00 0.00 0.00 03:03:05 02:50:05 eth0 37.91 21.66 152.66 7.56 0.00 0.00 0.00 0.00 03:03:05 02:50:05 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:50:05 docker0 9.75 21.60 0.51 140.03 0.00 0.00 0.00 0.00 03:03:05 02:51:02 veth466ebc1 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 03:03:05 02:51:02 vethde6f2b4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:51:02 vethd680f3c 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 03:03:05 02:51:02 eth0 5.61 4.37 5.17 2.27 0.00 0.00 0.00 0.00 03:03:05 02:52:01 vethde6f2b4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:52:01 eth0 20.64 13.53 94.76 5.00 0.00 0.00 0.00 0.00 03:03:05 02:52:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 03:03:05 02:52:01 docker0 1082.79 891.05 83.20 3727.28 0.00 0.00 0.00 0.00 03:03:05 02:53:02 veth1aee1be 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:53:02 vethde6f2b4 0.00 0.11 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:53:02 eth0 46.23 35.75 66.75 70.07 0.00 0.00 0.00 0.00 03:03:05 02:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:54:03 vethde6f2b4 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 03:03:05 02:54:03 eth0 34.05 21.54 126.65 6.34 0.00 0.00 0.00 0.00 03:03:05 02:54:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:54:03 docker0 1076.50 901.04 82.33 3808.41 0.00 0.00 0.00 0.00 03:03:05 02:55:01 vethde6f2b4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:55:01 eth0 20.58 13.30 51.04 6.45 0.00 0.00 0.00 0.00 03:03:05 02:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:55:01 docker0 1.96 5.34 0.11 39.51 0.00 0.00 0.00 0.00 03:03:05 02:56:01 vethde6f2b4 0.00 0.20 0.00 0.01 0.00 0.00 0.00 0.00 03:03:05 02:56:01 eth0 219.96 148.58 1652.93 86.44 0.00 0.00 0.00 0.00 03:03:05 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:56:01 docker0 22.20 59.38 1.50 399.68 0.00 0.00 0.00 0.00 03:03:05 02:57:01 eth0 2.81 2.20 2.55 1.03 0.00 0.00 0.00 0.00 03:03:05 02:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:58:01 eth0 0.73 0.62 0.63 0.22 0.00 0.00 0.00 0.00 03:03:05 02:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:59:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 03:03:05 02:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 02:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 03:00:02 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 03:00:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 03:00:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 03:01:01 eth0 0.17 0.19 0.08 0.07 0.00 0.00 0.00 0.00 03:03:05 03:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 03:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 03:02:01 eth0 0.13 0.07 0.06 0.00 0.00 0.00 0.00 0.00 03:03:05 03:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 03:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 Average: eth0 119.39 106.76 642.80 33.01 0.00 0.00 0.00 0.00 03:03:05 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:03:05 Average: docker0 52.86 46.36 4.03 203.85 0.00 0.00 0.00 0.00 03:03:05 03:03:05 03:03:05 ---> sar -P ALL: 03:03:05 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/18/21 _x86_64_ (4 CPU) 03:03:05 03:03:05 02:39:58 LINUX RESTART (4 CPU) 03:03:05 03:03:05 02:41:01 CPU %user %nice %system %iowait %steal %idle 03:03:05 02:42:02 all 4.87 0.00 3.38 1.12 15.55 75.08 03:03:05 02:42:02 0 4.84 0.00 3.85 0.80 18.14 72.38 03:03:05 02:42:02 1 6.19 0.00 3.35 0.59 15.97 73.91 03:03:05 02:42:02 2 4.50 0.00 3.51 2.72 14.87 74.40 03:03:05 02:42:02 3 4.01 0.00 2.83 0.33 13.30 79.53 03:03:05 02:43:01 all 8.08 0.00 3.41 1.08 17.36 70.06 03:03:05 02:43:01 0 8.76 0.00 3.44 0.75 18.00 69.05 03:03:05 02:43:01 1 6.67 0.00 3.18 1.26 17.58 71.30 03:03:05 02:43:01 2 7.66 0.00 3.87 1.23 17.22 70.03 03:03:05 02:43:01 3 9.27 0.00 3.18 1.08 16.64 69.83 03:03:05 02:44:01 all 6.02 0.00 6.90 3.58 19.14 64.37 03:03:05 02:44:01 0 6.03 0.00 7.18 2.88 19.11 64.79 03:03:05 02:44:01 1 5.98 0.00 6.56 3.29 19.23 64.95 03:03:05 02:44:01 2 5.71 0.00 7.11 4.60 19.26 63.31 03:03:05 02:44:01 3 6.34 0.00 6.74 3.55 18.95 64.42 03:03:05 02:45:01 all 32.03 0.00 10.45 4.14 24.38 28.99 03:03:05 02:45:01 0 31.83 0.00 10.19 4.51 23.07 30.38 03:03:05 02:45:01 1 34.15 0.00 11.08 2.52 24.24 28.00 03:03:05 02:45:01 2 37.20 0.00 11.73 5.53 21.95 23.60 03:03:05 02:45:01 3 25.46 0.00 8.92 4.04 28.02 33.56 03:03:05 02:46:02 all 38.37 0.00 12.58 3.08 26.12 19.85 03:03:05 02:46:02 0 37.96 0.00 12.56 3.92 27.18 18.39 03:03:05 02:46:02 1 35.26 0.00 12.55 2.95 26.17 23.08 03:03:05 02:46:02 2 44.19 0.00 13.47 2.24 23.06 17.05 03:03:05 02:46:02 3 36.29 0.00 11.75 3.22 28.04 20.70 03:03:05 02:47:01 all 21.35 0.00 10.57 2.95 35.49 29.64 03:03:05 02:47:01 0 21.25 0.00 10.06 3.11 37.20 28.38 03:03:05 02:47:01 1 20.64 0.00 10.98 3.33 35.89 29.15 03:03:05 02:47:01 2 20.82 0.00 10.08 2.36 35.81 30.92 03:03:05 02:47:01 3 22.70 0.00 11.19 2.97 33.01 30.13 03:03:05 02:48:01 all 14.66 0.00 8.99 0.52 29.23 46.60 03:03:05 02:48:01 0 14.26 0.00 8.70 0.54 31.09 45.41 03:03:05 02:48:01 1 13.81 0.00 8.28 0.89 29.25 47.78 03:03:05 02:48:01 2 13.72 0.00 8.95 0.22 28.04 49.07 03:03:05 02:48:01 3 16.92 0.00 10.08 0.42 28.50 44.08 03:03:05 02:49:02 all 7.67 0.00 8.61 5.47 28.61 49.64 03:03:05 02:49:02 0 7.92 0.00 8.07 5.55 28.85 49.61 03:03:05 02:49:02 1 8.29 0.00 8.36 5.45 28.29 49.62 03:03:05 02:49:02 2 6.75 0.00 8.77 6.39 27.50 50.58 03:03:05 02:49:02 3 7.69 0.00 9.24 4.50 29.82 48.75 03:03:05 02:50:05 all 11.24 0.00 14.22 19.78 28.54 26.22 03:03:05 02:50:05 0 10.55 0.00 12.59 20.19 28.95 27.71 03:03:05 02:50:05 1 11.45 0.00 13.81 21.38 28.00 25.36 03:03:05 02:50:05 2 11.25 0.00 14.50 17.49 27.44 29.31 03:03:05 02:50:05 3 11.72 0.00 16.08 20.02 29.82 22.36 03:03:05 02:51:02 all 16.45 0.00 12.13 19.16 31.04 21.22 03:03:05 02:51:02 0 14.24 0.00 10.55 17.37 32.17 25.66 03:03:05 02:51:02 1 16.51 0.00 12.30 19.44 30.93 20.82 03:03:05 02:51:02 2 17.62 0.00 12.35 19.37 29.26 21.39 03:03:05 02:51:02 3 17.50 0.00 13.36 20.54 31.79 16.81 03:03:05 02:52:01 all 52.94 0.00 12.93 4.72 20.79 8.63 03:03:05 02:52:01 0 50.72 0.00 14.30 4.99 21.21 8.77 03:03:05 02:52:01 1 50.50 0.00 11.88 5.76 23.73 8.13 03:03:05 02:52:01 2 56.16 0.00 13.33 3.45 18.73 8.33 03:03:05 02:52:01 3 54.34 0.00 12.21 4.68 19.52 9.25 03:03:05 03:03:05 02:52:01 CPU %user %nice %system %iowait %steal %idle 03:03:05 02:53:02 all 11.48 0.00 12.87 9.12 34.34 32.19 03:03:05 02:53:02 0 11.02 0.00 11.87 9.88 35.12 32.12 03:03:05 02:53:02 1 11.37 0.00 13.16 9.79 33.48 32.20 03:03:05 02:53:02 2 11.97 0.00 14.39 7.71 34.79 31.14 03:03:05 02:53:02 3 11.56 0.00 12.10 9.07 33.98 33.29 03:03:05 02:54:03 all 8.58 0.00 8.98 23.41 30.10 28.93 03:03:05 02:54:03 0 8.76 0.00 8.53 22.09 30.33 30.28 03:03:05 02:54:03 1 8.03 0.00 8.56 24.69 30.23 28.49 03:03:05 02:54:03 2 8.73 0.00 8.36 23.13 28.88 30.91 03:03:05 02:54:03 3 8.79 0.00 10.51 23.75 30.97 25.98 03:03:05 02:55:01 all 48.03 0.00 14.05 8.43 16.65 12.83 03:03:05 02:55:01 0 49.20 0.00 14.59 10.15 16.35 9.72 03:03:05 02:55:01 1 47.02 0.00 15.29 7.93 16.16 13.60 03:03:05 02:55:01 2 48.04 0.00 12.84 8.59 17.03 13.50 03:03:05 02:55:01 3 47.89 0.00 13.52 7.07 17.05 14.46 03:03:05 02:56:01 all 8.06 0.00 7.69 3.49 17.51 63.25 03:03:05 02:56:01 0 7.16 0.00 7.84 2.53 18.19 64.28 03:03:05 02:56:01 1 5.40 0.00 7.53 5.41 17.09 64.57 03:03:05 02:56:01 2 11.66 0.00 7.26 2.60 18.19 60.30 03:03:05 02:56:01 3 8.00 0.00 8.15 3.38 16.58 63.90 03:03:05 02:57:01 all 0.21 0.00 0.25 0.05 1.04 98.44 03:03:05 02:57:01 0 0.23 0.00 0.25 0.07 0.71 98.74 03:03:05 02:57:01 1 0.36 0.00 0.27 0.10 1.23 98.05 03:03:05 02:57:01 2 0.10 0.00 0.25 0.02 0.85 98.79 03:03:05 02:57:01 3 0.13 0.00 0.25 0.03 1.39 98.20 03:03:05 02:58:01 all 0.09 0.00 0.05 0.00 0.49 99.37 03:03:05 02:58:01 0 0.02 0.00 0.07 0.00 0.61 99.30 03:03:05 02:58:01 1 0.28 0.00 0.02 0.02 0.38 99.30 03:03:05 02:58:01 2 0.03 0.00 0.07 0.00 0.76 99.14 03:03:05 02:58:01 3 0.02 0.00 0.03 0.00 0.20 99.75 03:03:05 02:59:01 all 0.10 0.00 0.19 0.00 1.15 98.55 03:03:05 02:59:01 0 0.02 0.00 0.22 0.00 0.76 99.00 03:03:05 02:59:01 1 0.27 0.00 0.13 0.00 0.78 98.82 03:03:05 02:59:01 2 0.03 0.00 0.30 0.00 1.06 98.61 03:03:05 02:59:01 3 0.08 0.00 0.13 0.02 2.00 97.77 03:03:05 03:00:02 all 0.12 0.00 0.07 0.00 0.62 99.18 03:03:05 03:00:02 0 0.02 0.00 0.03 0.00 0.18 99.77 03:03:05 03:00:02 1 0.41 0.00 0.12 0.02 0.98 98.48 03:03:05 03:00:02 2 0.05 0.00 0.07 0.00 0.58 99.30 03:03:05 03:00:02 3 0.02 0.00 0.08 0.00 0.74 99.16 03:03:05 03:01:01 all 0.11 0.00 0.16 0.02 1.34 98.37 03:03:05 03:01:01 0 0.05 0.00 0.25 0.00 0.79 98.91 03:03:05 03:01:01 1 0.05 0.00 0.18 0.02 0.84 98.91 03:03:05 03:01:01 2 0.07 0.00 0.17 0.00 2.11 97.66 03:03:05 03:01:01 3 0.28 0.00 0.03 0.05 1.62 98.01 03:03:05 03:02:01 all 0.09 0.00 0.04 0.00 0.65 99.23 03:03:05 03:02:01 0 0.02 0.00 0.05 0.00 1.20 98.73 03:03:05 03:02:01 1 0.00 0.00 0.02 0.00 0.18 99.80 03:03:05 03:02:01 2 0.02 0.00 0.05 0.00 0.36 99.57 03:03:05 03:02:01 3 0.31 0.00 0.05 0.00 0.83 98.81 03:03:05 Average: all 13.06 0.00 6.93 5.22 17.98 56.81 03:03:05 Average: 0 12.80 0.00 6.78 5.21 18.48 56.73 03:03:05 Average: 1 12.70 0.00 6.88 5.46 18.01 56.95 03:03:05 Average: 2 13.69 0.00 7.05 5.10 17.38 56.79 03:03:05 Average: 3 13.07 0.00 7.01 5.11 18.04 56.77 03:03:05 03:03:05 03:03:05