Branch indexing 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from e362fc6571151bb99090dcd88ec379ce54b024a5+a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 (c76bf8569d1bfec0614c6a034c0e564aba0fc637) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-7622 in /w/workspace/edgexfoundry_edgex-go_PR-2836 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 into PR head commit e362fc6571151bb99090dcd88ec379ce54b024a5 > 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 --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2836/head:refs/remotes/origin/PR-2836 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e362fc6571151bb99090dcd88ec379ce54b024a5 # 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 a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 # timeout=10 Merge succeeded, producing d70b9507df2f743d6b5e9603d183f32fa66ddd3f Checking out Revision d70b9507df2f743d6b5e9603d183f32fa66ddd3f (PR-2836) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d70b9507df2f743d6b5e9603d183f32fa66ddd3f # timeout=10 Commit message: "Merge commit 'a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48' into HEAD" > git rev-list --no-walk e362fc6571151bb99090dcd88ec379ce54b024a5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-22T00:30:43.960Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T00:30:44.267Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T00:30:44.362Z] ========================================================= [2020-10-22T00:30:44.362Z] EdgeX Global Pipelines Version Info [2020-10-22T00:30:44.362Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:30:45.867Z] ------------------- [2020-10-22T00:30:45.867Z] stable info: [2020-10-22T00:30:45.867Z] ------------------- [2020-10-22T00:30:45.867Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T00:30:45.867Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T00:30:45.867Z] Message: update stable to v1.0.144 [2020-10-22T00:30:46.817Z] ------------------- [2020-10-22T00:30:46.817Z] experimental info: [2020-10-22T00:30:46.817Z] ------------------- [2020-10-22T00:30:46.817Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T00:30:46.817Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T00:30:46.817Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-10-22T00:30:47.109Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-10-22T00:30:47.191Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-10-22T00:30:47.279Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T00:30:47.371Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T00:30:47.523Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T00:30:47.638Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T00:30:47.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T00:30:47.802Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-10-22T00:30:47.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-10-22T00:30:47.966Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-10-22T00:30:48.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T00:30:48.134Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T00:30:48.224Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T00:30:48.428Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T00:30:48.512Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T00:30:48.631Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T00:30:48.716Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T00:30:48.819Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T00:30:48.915Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T00:30:48.997Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-22T00:30:49.081Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-22T00:30:49.172Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2836 [Pipeline] echo [2020-10-22T00:30:49.256Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2836 [Pipeline] echo [2020-10-22T00:30:49.353Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2836 [Pipeline] echo [2020-10-22T00:30:49.440Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d70b9507df2f743d6b5e9603d183f32fa66ddd3f [Pipeline] echo [2020-10-22T00:30:49.526Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d70b950 [Pipeline] echo [2020-10-22T00:30:49.609Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2020-10-22T00:30:49.996Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-10-22T00:30:49.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:30:49.996Z] ++ dirname cmd/core-command/Dockerfile [2020-10-22T00:30:49.996Z] ++ cut -d/ -f2 [2020-10-22T00:30:49.996Z] + echo core-command,cmd/core-command/Dockerfile [2020-10-22T00:30:49.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:30:49.996Z] ++ dirname cmd/core-data/Dockerfile [2020-10-22T00:30:49.996Z] ++ cut -d/ -f2 [2020-10-22T00:30:49.996Z] + echo core-data,cmd/core-data/Dockerfile [2020-10-22T00:30:49.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:30:49.996Z] ++ dirname cmd/core-metadata/Dockerfile [2020-10-22T00:30:49.996Z] ++ cut -d/ -f2 [2020-10-22T00:30:49.996Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-10-22T00:30:49.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:30:49.996Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-10-22T00:30:49.996Z] ++ cut -d/ -f2 [2020-10-22T00:30:49.996Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-10-22T00:30:49.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:30:49.996Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-10-22T00:30:49.996Z] ++ cut -d/ -f2 [2020-10-22T00:30:49.996Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-10-22T00:30:49.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:30:49.996Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-10-22T00:30:49.996Z] ++ cut -d/ -f2 [2020-10-22T00:30:49.996Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-10-22T00:30:49.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:30:49.996Z] ++ dirname cmd/support-logging/Dockerfile [2020-10-22T00:30:49.996Z] ++ cut -d/ -f2 [2020-10-22T00:30:49.996Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-10-22T00:30:49.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:30:49.996Z] ++ dirname cmd/support-notifications/Dockerfile [2020-10-22T00:30:49.996Z] ++ cut -d/ -f2 [2020-10-22T00:30:49.996Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-10-22T00:30:49.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:30:49.996Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-10-22T00:30:49.996Z] ++ cut -d/ -f2 [2020-10-22T00:30:49.996Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-10-22T00:30:49.996Z] + for file in '`ls cmd/**/Dockerfile`' [2020-10-22T00:30:49.996Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-10-22T00:30:49.996Z] ++ cut -d/ -f2 [2020-10-22T00:30:49.996Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-10-22T00:30:50.084Z] 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-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:30:51.148Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T00:30:51.411Z] [2020-10-22T00:30:51.411Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:30:51.768Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T00:30:51.769Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T00:30:51.769Z] 31603596830f: Pulling fs layer [2020-10-22T00:30:51.769Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T00:30:51.769Z] 6ca5941a6612: Pulling fs layer [2020-10-22T00:30:51.769Z] ecc8261a40a4: Pulling fs layer [2020-10-22T00:30:51.769Z] ecc8261a40a4: Waiting [2020-10-22T00:30:51.769Z] 2a8b12db71e7: Verifying Checksum [2020-10-22T00:30:51.769Z] 2a8b12db71e7: Download complete [2020-10-22T00:30:52.033Z] 31603596830f: Verifying Checksum [2020-10-22T00:30:52.033Z] 31603596830f: Download complete [2020-10-22T00:30:52.033Z] ecc8261a40a4: Verifying Checksum [2020-10-22T00:30:52.033Z] ecc8261a40a4: Download complete [2020-10-22T00:30:52.033Z] 6ca5941a6612: Verifying Checksum [2020-10-22T00:30:52.033Z] 6ca5941a6612: Download complete [2020-10-22T00:30:52.314Z] 31603596830f: Pull complete [2020-10-22T00:30:52.582Z] 2a8b12db71e7: Pull complete [2020-10-22T00:30:53.532Z] 6ca5941a6612: Pull complete [2020-10-22T00:30:53.532Z] ecc8261a40a4: Pull complete [2020-10-22T00:30:53.532Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T00:30:53.532Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T00:30:53.532Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T00:30:53.659Z] prd-centos7-docker-4c-2g-7622 does not seem to be running inside a container [2020-10-22T00:30:53.717Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-22T00:30:56.309Z] $ docker top 881cde822bb1f57a41657422c4230f3ede55a0fa0cbc9dfb142835b6df6dedfd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T00:30:56.599Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T00:30:56.600Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T00:30:56.825Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T00:30:56.833Z] $ docker exec 881cde822bb1f57a41657422c4230f3ede55a0fa0cbc9dfb142835b6df6dedfd ssh-agent [2020-10-22T00:30:57.040Z] SSH_AUTH_SOCK=/tmp/ssh-vSrNj7cvvXZS/agent.12 [2020-10-22T00:30:57.040Z] SSH_AGENT_PID=18 [2020-10-22T00:30:57.086Z] Running ssh-add (command line suppressed) [2020-10-22T00:30:57.217Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_708316732516120265.key (/w/workspace/edgex-go/2@tmp/private_key_708316732516120265.key) [2020-10-22T00:30:57.272Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T00:30:57.613Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T00:30:57.649Z] $ docker exec --env ******** --env ******** 881cde822bb1f57a41657422c4230f3ede55a0fa0cbc9dfb142835b6df6dedfd ssh-agent -k [2020-10-22T00:30:57.768Z] unset SSH_AUTH_SOCK; [2020-10-22T00:30:57.768Z] unset SSH_AGENT_PID; [2020-10-22T00:30:57.768Z] echo Agent pid 18 killed; [2020-10-22T00:30:57.816Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T00:30:57.966Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T00:30:57.966Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T00:30:58.136Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T00:30:58.142Z] $ docker exec 881cde822bb1f57a41657422c4230f3ede55a0fa0cbc9dfb142835b6df6dedfd ssh-agent [2020-10-22T00:30:58.304Z] SSH_AUTH_SOCK=/tmp/ssh-Uzq0li5rLJkJ/agent.49 [2020-10-22T00:30:58.304Z] SSH_AGENT_PID=54 [2020-10-22T00:30:58.311Z] Running ssh-add (command line suppressed) [2020-10-22T00:30:58.432Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_6267291501844601325.key (/w/workspace/edgex-go/2@tmp/private_key_6267291501844601325.key) [2020-10-22T00:30:58.483Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T00:30:58.819Z] + git semver init [2020-10-22T00:30:58.819Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T00:30:58.819Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2020-10-22T00:30:58.819Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2020-10-22T00:30:58.819Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T00:30:58.819Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T00:30:58.819Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T00:30:58.819Z] # $SEMVER_BRANCH = PR-2836 [2020-10-22T00:30:58.819Z] # $SEMVER_TEMP = /tmp/semver-753733468 [2020-10-22T00:30:58.819Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-10-22T00:31:45.718Z] # '/tmp/semver-753733468' -> '/w/workspace/edgex-go/2/.semver' [2020-10-22T00:31:45.718Z] # -> Force: false [2020-10-22T00:31:45.718Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2020-10-22T00:31:45.735Z] $ docker exec --env ******** --env ******** 881cde822bb1f57a41657422c4230f3ede55a0fa0cbc9dfb142835b6df6dedfd ssh-agent -k [2020-10-22T00:31:45.978Z] unset SSH_AUTH_SOCK; [2020-10-22T00:31:45.978Z] unset SSH_AGENT_PID; [2020-10-22T00:31:45.978Z] echo Agent pid 54 killed; [2020-10-22T00:31:46.067Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T00:31:46.576Z] + git semver [Pipeline] } [2020-10-22T00:31:46.599Z] $ docker stop --time=1 881cde822bb1f57a41657422c4230f3ede55a0fa0cbc9dfb142835b6df6dedfd [2020-10-22T00:31:48.159Z] $ docker rm -f 881cde822bb1f57a41657422c4230f3ede55a0fa0cbc9dfb142835b6df6dedfd [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T00:31:48.789Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T00:31:49.299Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T00:31:49.302Z] [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] echo [2020-10-22T00:31:50.038Z] ========================================================= [2020-10-22T00:31:50.038Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T00:31:50.038Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:31:50.420Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-10-22T00:31:53.746Z] Sending build context to Docker daemon 325.6MB [2020-10-22T00:31:54.011Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T00:31:54.011Z] Step 2/7 : FROM ${BASE} [2020-10-22T00:31:54.011Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T00:31:54.011Z] df20fa9351a1: Pulling fs layer [2020-10-22T00:31:54.011Z] ed8968b2872e: Pulling fs layer [2020-10-22T00:31:54.011Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T00:31:54.011Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T00:31:54.011Z] e73272ec9a57: Pulling fs layer [2020-10-22T00:31:54.011Z] 1e910a182e73: Pulling fs layer [2020-10-22T00:31:54.011Z] 4e634b169226: Pulling fs layer [2020-10-22T00:31:54.011Z] e871e8e8d7a9: Waiting [2020-10-22T00:31:54.011Z] e73272ec9a57: Waiting [2020-10-22T00:31:54.011Z] 1e910a182e73: Waiting [2020-10-22T00:31:54.011Z] 4e634b169226: Waiting [2020-10-22T00:31:54.011Z] a92cc7c5fd73: Verifying Checksum [2020-10-22T00:31:54.011Z] a92cc7c5fd73: Download complete [2020-10-22T00:31:54.011Z] ed8968b2872e: Verifying Checksum [2020-10-22T00:31:54.011Z] ed8968b2872e: Download complete [2020-10-22T00:31:54.011Z] e73272ec9a57: Download complete [2020-10-22T00:31:54.589Z] 1e910a182e73: Verifying Checksum [2020-10-22T00:31:54.590Z] 1e910a182e73: Download complete [2020-10-22T00:31:55.167Z] df20fa9351a1: Download complete [2020-10-22T00:31:55.438Z] df20fa9351a1: Pull complete [2020-10-22T00:31:55.708Z] ed8968b2872e: Pull complete [2020-10-22T00:31:55.978Z] a92cc7c5fd73: Pull complete [2020-10-22T00:31:59.323Z] 4e634b169226: Verifying Checksum [2020-10-22T00:31:59.323Z] 4e634b169226: Download complete [2020-10-22T00:32:00.727Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T00:32:00.727Z] e871e8e8d7a9: Download complete [2020-10-22T00:32:04.787Z] Still waiting to schedule task [2020-10-22T00:32:04.787Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-22T00:32:06.086Z] e871e8e8d7a9: Pull complete [2020-10-22T00:32:06.087Z] e73272ec9a57: Pull complete [2020-10-22T00:32:06.549Z] 1e910a182e73: Pull complete [2020-10-22T00:32:14.771Z] 4e634b169226: Pull complete [2020-10-22T00:32:14.771Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T00:32:14.771Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T00:32:14.771Z] ---> f7629b54cfaa [2020-10-22T00:32:14.771Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-22T00:32:14.771Z] ---> Running in 0f63981cb47c [2020-10-22T00:32:15.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:32:16.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:32:18.689Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T00:32:19.267Z] (2/12) Installing file (5.38-r0) [2020-10-22T00:32:19.267Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T00:32:19.267Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T00:32:41.293Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T00:32:41.293Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T00:32:41.293Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T00:32:41.293Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T00:32:41.293Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T00:32:41.293Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T00:32:41.293Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T00:32:41.870Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T00:32:41.870Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:32:41.870Z] OK: 233 MiB in 51 packages [2020-10-22T00:32:45.192Z] Removing intermediate container 0f63981cb47c [2020-10-22T00:32:45.192Z] ---> 29c989118ce4 [2020-10-22T00:32:45.192Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T00:32:45.192Z] ---> Running in 5f946305c080 [2020-10-22T00:32:45.457Z] Removing intermediate container 5f946305c080 [2020-10-22T00:32:45.457Z] ---> 3098a534056e [2020-10-22T00:32:45.457Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T00:32:45.722Z] latest: Pulling from library/docker [2020-10-22T00:32:46.684Z] df20fa9351a1: Already exists [2020-10-22T00:32:46.684Z] 25ad7478873d: Pulling fs layer [2020-10-22T00:32:46.684Z] 4684f6177b5d: Pulling fs layer [2020-10-22T00:32:46.684Z] 206f78d23536: Pulling fs layer [2020-10-22T00:32:46.684Z] cee0542293f3: Pulling fs layer [2020-10-22T00:32:46.684Z] d951dd9fd09f: Pulling fs layer [2020-10-22T00:32:46.684Z] dce9c88c04bd: Pulling fs layer [2020-10-22T00:32:46.684Z] cee0542293f3: Waiting [2020-10-22T00:32:46.684Z] d951dd9fd09f: Waiting [2020-10-22T00:32:46.684Z] dce9c88c04bd: Waiting [2020-10-22T00:32:46.959Z] 4684f6177b5d: Verifying Checksum [2020-10-22T00:32:46.959Z] 4684f6177b5d: Download complete [2020-10-22T00:32:46.959Z] 25ad7478873d: Download complete [2020-10-22T00:32:46.959Z] cee0542293f3: Verifying Checksum [2020-10-22T00:32:46.959Z] cee0542293f3: Download complete [2020-10-22T00:32:47.221Z] d951dd9fd09f: Verifying Checksum [2020-10-22T00:32:47.221Z] d951dd9fd09f: Download complete [2020-10-22T00:32:47.221Z] dce9c88c04bd: Verifying Checksum [2020-10-22T00:32:47.221Z] dce9c88c04bd: Download complete [2020-10-22T00:32:47.221Z] 25ad7478873d: Pull complete [2020-10-22T00:32:47.484Z] 4684f6177b5d: Pull complete [2020-10-22T00:32:48.435Z] 206f78d23536: Verifying Checksum [2020-10-22T00:32:48.435Z] 206f78d23536: Download complete [2020-10-22T00:32:51.042Z] 206f78d23536: Pull complete [2020-10-22T00:32:51.042Z] cee0542293f3: Pull complete [2020-10-22T00:32:51.042Z] d951dd9fd09f: Pull complete [2020-10-22T00:32:51.307Z] dce9c88c04bd: Pull complete [2020-10-22T00:32:51.307Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-22T00:32:51.307Z] Status: Downloaded newer image for docker:latest [2020-10-22T00:32:53.241Z] ---> ad9a40dd0f1b [2020-10-22T00:32:53.241Z] Step 6/7 : COPY go.mod . [2020-10-22T00:32:53.241Z] ---> 9084bc891fcf [2020-10-22T00:32:53.241Z] Step 7/7 : RUN go mod download [2020-10-22T00:32:53.241Z] ---> Running in fcd3b7d6bd5f [2020-10-22T00:33:19.929Z] Removing intermediate container fcd3b7d6bd5f [2020-10-22T00:33:19.929Z] ---> 1bbcf40bd9e5 [2020-10-22T00:33:19.929Z] Successfully built 1bbcf40bd9e5 [2020-10-22T00:33:19.929Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:33:20.254Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T00:33:20.254Z] . [Pipeline] withDockerContainer [2020-10-22T00:33:20.391Z] prd-centos7-docker-4c-2g-7622 does not seem to be running inside a container [2020-10-22T00:33:20.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat [2020-10-22T00:33:21.240Z] $ docker top 241fd5584a0e5c16e82d002c12558954dfd2fc0f5c5100d8d38887898e777d9e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:33:21.811Z] + go version [2020-10-22T00:33:21.811Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T00:33:21.830Z] $ docker stop --time=1 241fd5584a0e5c16e82d002c12558954dfd2fc0f5c5100d8d38887898e777d9e [2020-10-22T00:33:23.225Z] $ docker rm -f 241fd5584a0e5c16e82d002c12558954dfd2fc0f5c5100d8d38887898e777d9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:33:24.097Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T00:33:24.098Z] . [Pipeline] withDockerContainer [2020-10-22T00:33:24.209Z] prd-centos7-docker-4c-2g-7622 does not seem to be running inside a container [2020-10-22T00:33:24.270Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat [2020-10-22T00:33:25.016Z] $ docker top 7c80aa571a181facbdeea54f25fea8d1dbfd26d5c94610ee2d670c9b3d0fc80e -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-22T00:33:25.216Z] ========================================================= [2020-10-22T00:33:25.216Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-22T00:33:25.216Z] ========================================================= [Pipeline] sh [2020-10-22T00:33:25.510Z] + make test [2020-10-22T00:33:25.510Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-22T00:33:28.098Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-22T00:33:40.000Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-22T00:33:46.745Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-22T00:33:46.745Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-22T00:33:46.745Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-22T00:33:47.340Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-22T00:33:48.309Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.009s [2020-10-22T00:33:48.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-22T00:33:48.309Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-22T00:33:48.309Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-22T00:33:48.901Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-22T00:33:49.503Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-22T00:33:49.780Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-22T00:33:49.780Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-22T00:33:49.780Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-22T00:33:53.131Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.032s coverage: 46.6% of statements [2020-10-22T00:33:53.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-22T00:33:53.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-22T00:33:53.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-22T00:33:53.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-22T00:33:53.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-22T00:33:57.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.052s coverage: 27.1% of statements [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-22T00:33:57.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.019s coverage: 100.0% of statements [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-22T00:33:57.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.017s coverage: 100.0% of statements [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-22T00:33:57.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.055s coverage: 80.3% of statements [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-22T00:33:57.419Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.038s coverage: 86.0% of statements [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-22T00:33:57.419Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-22T00:33:58.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.090s coverage: 28.6% of statements [2020-10-22T00:33:58.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-22T00:33:58.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-22T00:33:58.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-22T00:33:58.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-22T00:33:58.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-22T00:33:58.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.027s coverage: 100.0% of statements [2020-10-22T00:33:58.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-22T00:33:58.011Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.018s coverage: 100.0% of statements [2020-10-22T00:33:58.011Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-22T00:33:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.088s coverage: 86.7% of statements [2020-10-22T00:33:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-22T00:33:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.041s coverage: 97.5% of statements [2020-10-22T00:33:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-22T00:33:59.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.025s coverage: 100.0% of statements [2020-10-22T00:33:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-22T00:33:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-22T00:33:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-22T00:33:59.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-22T00:34:00.003Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.050s coverage: 96.3% of statements [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-22T00:34:00.003Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.089s coverage: 58.8% of statements [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-22T00:34:00.003Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.017s coverage: 0.0% of statements [no tests to run] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-22T00:34:00.003Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-22T00:34:00.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.040s coverage: 63.5% of statements [2020-10-22T00:34:00.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-22T00:34:00.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-22T00:34:00.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.009s coverage: 100.0% of statements [2020-10-22T00:34:00.601Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.010s coverage: 91.3% of statements [2020-10-22T00:34:00.877Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.005s coverage: 100.0% of statements [2020-10-22T00:34:00.878Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.077s coverage: 73.7% of statements [2020-10-22T00:34:01.146Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.007s coverage: 100.0% of statements [2020-10-22T00:34:02.145Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.093s coverage: 55.9% of statements [2020-10-22T00:34:02.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-22T00:34:02.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-22T00:34:02.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-22T00:34:02.145Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.012s coverage: 86.3% of statements [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.333s coverage: 72.2% of statements [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.126s coverage: 72.1% of statements [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.025s coverage: 82.4% of statements [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.042s coverage: 48.4% of statements [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.021s coverage: 96.8% of statements [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.025s coverage: 36.5% of statements [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.106s coverage: 84.1% of statements [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.016s coverage: 100.0% of statements [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.029s coverage: 42.9% of statements [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.018s coverage: 100.0% of statements [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.025s coverage: 83.8% of statements [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.044s coverage: 47.1% of statements [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-22T00:34:10.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.003s coverage: 100.0% of statements [2020-10-22T00:34:10.426Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-22T00:34:10.427Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.010s coverage: 100.0% of statements [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-22T00:34:10.427Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.009s coverage: 100.0% of statements [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-22T00:34:10.427Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.049s coverage: 29.1% of statements [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-22T00:34:10.427Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.024s coverage: 99.0% of statements [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-22T00:34:10.427Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.012s coverage: 100.0% of statements [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-22T00:34:10.427Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.003s coverage: 0.0% of statements [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-22T00:34:10.427Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-22T00:34:10.427Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-22T00:34:10.690Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.009s coverage: 87.9% of statements [2020-10-22T00:34:10.690Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-22T00:34:10.690Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-22T00:34:10.690Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements [2020-10-22T00:34:10.690Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.006s coverage: 32.1% of statements [2020-10-22T00:34:10.969Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.009s coverage: 100.0% of statements [2020-10-22T00:34:11.238Z] GO111MODULE=on go vet ./... [2020-10-22T00:34:19.453Z] gofmt -l . [2020-10-22T00:34:19.453Z] [ "`gofmt -l .`" = "" ] [2020-10-22T00:34:19.722Z] ./bin/test-go-mod-tidy.sh [2020-10-22T00:34:20.303Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-10-22T00:34:22.008Z] + ls -al . [2020-10-22T00:34:22.008Z] total 616 [2020-10-22T00:34:22.008Z] drwxrwxr-x 10 1001 1001 4096 Oct 22 00:34 . [2020-10-22T00:34:22.008Z] drwxr-xr-x 4 root root 28 Oct 22 00:33 .. [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 11 Oct 22 00:30 .dockerignore [2020-10-22T00:34:22.008Z] drwxrwxr-x 8 1001 1001 179 Oct 22 00:30 .git [2020-10-22T00:34:22.008Z] drwxrwxr-x 3 1001 1001 125 Oct 22 00:30 .github [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 932 Oct 22 00:30 .gitignore [2020-10-22T00:34:22.008Z] drwx------ 3 1001 1001 47 Oct 22 00:31 .semver [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 166 Oct 22 00:30 .sonarcloud.properties [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 3804 Oct 22 00:30 CONTRIBUTING.md [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 1035 Oct 22 00:30 Dockerfile.build [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 863 Oct 22 00:30 Jenkinsfile [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 10775 Oct 22 00:30 LICENSE [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 6237 Oct 22 00:30 Makefile [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 6447 Oct 22 00:30 README.md [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 259 Oct 22 00:30 SECURITY.md [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 5 Oct 22 00:31 VERSION [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 4131 Oct 22 00:30 ZMQWindows.md [2020-10-22T00:34:22.008Z] drwxrwxr-x 2 1001 1001 117 Oct 22 00:30 bin [2020-10-22T00:34:22.008Z] drwxrwxr-x 15 1001 1001 4096 Oct 22 00:30 cmd [2020-10-22T00:34:22.008Z] -rw-r--r-- 1 root root 523288 Oct 22 00:34 coverage.out [2020-10-22T00:34:22.008Z] -rw-r--r-- 1 root root 1041 Oct 22 00:34 go.mod [2020-10-22T00:34:22.008Z] -rw-r--r-- 1 root root 18775 Oct 22 00:34 go.sum [2020-10-22T00:34:22.008Z] drwxrwxr-x 8 1001 1001 127 Oct 22 00:30 internal [2020-10-22T00:34:22.008Z] drwxrwxr-x 4 1001 1001 26 Oct 22 00:30 openapi [2020-10-22T00:34:22.008Z] drwxrwxr-x 4 1001 1001 71 Oct 22 00:30 snap [2020-10-22T00:34:22.008Z] -rw-rw-r-- 1 1001 1001 168 Oct 22 00:30 version.go [Pipeline] sh [2020-10-22T00:34:22.312Z] + '[' -e coverage.out ] [2020-10-22T00:34:22.312Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-22T00:34:22.522Z] Stashed 1 file(s) [Pipeline] sh [2020-10-22T00:34:22.814Z] + make build [2020-10-22T00:34:22.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T00:34:33.002Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T00:34:36.349Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T00:34:37.748Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T00:34:38.705Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T00:34:40.639Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T00:34:40.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T00:34:42.336Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T00:34:44.282Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T00:34:45.298Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T00:34:46.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T00:34:48.707Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T00:34:49.676Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-22T00:34:50.649Z] $ docker stop --time=1 7c80aa571a181facbdeea54f25fea8d1dbfd26d5c94610ee2d670c9b3d0fc80e [2020-10-22T00:34:52.288Z] $ docker rm -f 7c80aa571a181facbdeea54f25fea8d1dbfd26d5c94610ee2d670c9b3d0fc80e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:34:53.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T00:34:53.997Z] [2020-10-22T00:34:53.997Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:34:54.355Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T00:34:54.356Z] latest: Pulling from edgex-devops/edgex-compose [2020-10-22T00:34:54.356Z] cbdbe7a5bc2a: Pulling fs layer [2020-10-22T00:34:54.356Z] ca9280d653b3: Pulling fs layer [2020-10-22T00:34:54.356Z] 7e9c9ca2126c: Pulling fs layer [2020-10-22T00:34:54.934Z] cbdbe7a5bc2a: Verifying Checksum [2020-10-22T00:34:54.934Z] cbdbe7a5bc2a: Download complete [2020-10-22T00:34:55.537Z] cbdbe7a5bc2a: Pull complete [2020-10-22T00:34:55.804Z] ca9280d653b3: Verifying Checksum [2020-10-22T00:34:55.804Z] ca9280d653b3: Download complete [2020-10-22T00:34:56.767Z] ca9280d653b3: Pull complete [2020-10-22T00:34:57.715Z] 7e9c9ca2126c: Verifying Checksum [2020-10-22T00:34:57.715Z] 7e9c9ca2126c: Download complete [2020-10-22T00:35:05.978Z] 7e9c9ca2126c: Pull complete [2020-10-22T00:35:05.978Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-10-22T00:35:05.978Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T00:35:05.978Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-10-22T00:35:06.188Z] prd-centos7-docker-4c-2g-7622 does not seem to be running inside a container [2020-10-22T00:35:06.257Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-22T00:35:07.457Z] $ docker top 9fc78494ecb103639cc52a93ff4e9ecc279bc1483e8fb5ff96952248130684b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:35:08.160Z] + docker-compose build --help [2020-10-22T00:35:08.160Z] + grep parallel [2020-10-22T00:35:09.219Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T00:35:09.237Z] $ docker stop --time=1 9fc78494ecb103639cc52a93ff4e9ecc279bc1483e8fb5ff96952248130684b5 [2020-10-22T00:35:10.748Z] $ docker rm -f 9fc78494ecb103639cc52a93ff4e9ecc279bc1483e8fb5ff96952248130684b5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:35:11.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-10-22T00:35:11.413Z] . [Pipeline] withDockerContainer [2020-10-22T00:35:11.528Z] prd-centos7-docker-4c-2g-7622 does not seem to be running inside a container [2020-10-22T00:35:11.602Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-10-22T00:35:12.397Z] $ docker top 855302a59cee4004b14307371d96d6e5a28457534515c2180eab92c4b76b5552 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:35:12.902Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T00:35:13.851Z] Building docker-core-command-go ... [2020-10-22T00:35:13.851Z] Building docker-core-data-go ... [2020-10-22T00:35:13.851Z] Building docker-core-metadata-go ... [2020-10-22T00:35:13.851Z] Building docker-security-proxy-setup-go ... [2020-10-22T00:35:13.851Z] Building docker-security-secrets-setup-go ... [2020-10-22T00:35:13.851Z] Building docker-security-secretstore-setup-go ... [2020-10-22T00:35:13.851Z] Building docker-support-logging-go ... [2020-10-22T00:35:13.851Z] Building docker-support-notifications-go ... [2020-10-22T00:35:13.851Z] Building docker-support-scheduler-go ... [2020-10-22T00:35:13.851Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T00:35:14.119Z] Building docker-support-logging-go [2020-10-22T00:35:14.119Z] Building docker-support-scheduler-go [2020-10-22T00:35:14.119Z] Building docker-core-data-go [2020-10-22T00:35:14.119Z] Building docker-sys-mgmt-agent-go [2020-10-22T00:35:14.119Z] Building docker-support-notifications-go [2020-10-22T00:35:29.185Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-7641 in /w/workspace/edgexfoundry_edgex-go_PR-2836 [Pipeline] { [Pipeline] ws [2020-10-22T00:35:29.244Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-10-22T00:35:36.235Z] using credential edgex-jenkins-ssh [2020-10-22T00:35:36.350Z] Cloning the remote Git repository [2020-10-22T00:35:36.435Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:35:36.558Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-10-22T00:35:36.643Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:35:36.644Z] > git --version # timeout=10 [2020-10-22T00:35:36.663Z] > git --version # 'git version 2.17.1' [2020-10-22T00:35:36.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:35:36.750Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:35:53.950Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:35:53.950Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:35:53.950Z] ---> 1bbcf40bd9e5 [2020-10-22T00:35:53.950Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:35:53.950Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:35:53.950Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:35:53.950Z] ---> 1bbcf40bd9e5 [2020-10-22T00:35:53.950Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T00:35:53.950Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:35:53.950Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:35:53.950Z] ---> 1bbcf40bd9e5 [2020-10-22T00:35:53.950Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T00:35:53.950Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:35:53.950Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:35:53.951Z] ---> 1bbcf40bd9e5 [2020-10-22T00:35:53.951Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T00:35:53.951Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:35:53.951Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:35:53.951Z] ---> 1bbcf40bd9e5 [2020-10-22T00:35:53.951Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T00:35:53.951Z] ---> Running in b9c61ed95492 [2020-10-22T00:35:53.951Z] ---> Running in f4a5c12694ce [2020-10-22T00:35:53.951Z] ---> Running in 48ca2e67be71 [2020-10-22T00:35:53.951Z] ---> Running in e3bec5cb4b92 [2020-10-22T00:35:53.951Z] ---> Running in f60e7662d741 [2020-10-22T00:35:53.951Z] Removing intermediate container 48ca2e67be71 [2020-10-22T00:35:53.951Z] ---> 706e774d3611 [2020-10-22T00:35:53.951Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:35:53.951Z] Removing intermediate container f4a5c12694ce [2020-10-22T00:35:53.951Z] ---> 6d68a7e93f4a [2020-10-22T00:35:53.951Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:35:53.951Z] Removing intermediate container e3bec5cb4b92 [2020-10-22T00:35:53.951Z] ---> e8c402611cf8 [2020-10-22T00:35:53.951Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:35:53.951Z] Removing intermediate container b9c61ed95492 [2020-10-22T00:35:53.951Z] ---> 11ecad3283a1 [2020-10-22T00:35:53.951Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:35:53.951Z] Removing intermediate container f60e7662d741 [2020-10-22T00:35:53.951Z] ---> 58f236e2b198 [2020-10-22T00:35:53.951Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:35:53.951Z] ---> Running in 17523d35dfe1 [2020-10-22T00:35:53.951Z] ---> Running in 6b03e95644fe [2020-10-22T00:35:53.951Z] ---> Running in d9cdc402634a [2020-10-22T00:35:53.951Z] ---> Running in ee59d829a773 [2020-10-22T00:35:53.951Z] ---> Running in 7a7f646ecd23 [2020-10-22T00:35:55.375Z] Removing intermediate container 17523d35dfe1 [2020-10-22T00:35:55.375Z] ---> b70d03cd31d4 [2020-10-22T00:35:55.375Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T00:35:55.375Z] ---> Running in d897e8b90e3d [2020-10-22T00:35:55.375Z] Removing intermediate container d9cdc402634a [2020-10-22T00:35:55.375Z] ---> 8523d3b457b9 [2020-10-22T00:35:55.375Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T00:35:55.375Z] Removing intermediate container 6b03e95644fe [2020-10-22T00:35:55.375Z] ---> 53d2d97f0c40 [2020-10-22T00:35:55.375Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T00:35:55.639Z] Removing intermediate container ee59d829a773 [2020-10-22T00:35:55.639Z] ---> a484ce9ed11d [2020-10-22T00:35:55.639Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T00:35:55.639Z] ---> Running in 39e771ace447 [2020-10-22T00:35:55.912Z] ---> Running in 52c6cadb72f6 [2020-10-22T00:35:55.912Z] Removing intermediate container 7a7f646ecd23 [2020-10-22T00:35:55.912Z] ---> 2cc79d07e44c [2020-10-22T00:35:55.912Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T00:35:55.912Z] ---> Running in d27bcdc82c4d [2020-10-22T00:35:56.183Z] ---> Running in 1638276cb1b2 [2020-10-22T00:35:56.457Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:35:56.732Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:35:57.000Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:35:57.001Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:35:57.264Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:35:58.656Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:35:58.922Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:35:59.189Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:35:59.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:00.034Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:36:00.299Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:00.299Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:00.299Z] OK: 12752 distinct packages available [2020-10-22T00:36:00.571Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:00.572Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:00.572Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:00.572Z] OK: 12752 distinct packages available [2020-10-22T00:36:00.862Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:00.862Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:00.862Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:00.862Z] OK: 12752 distinct packages available [2020-10-22T00:36:01.154Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:01.154Z] Removing intermediate container d897e8b90e3d [2020-10-22T00:36:01.154Z] ---> dad48dc74bc8 [2020-10-22T00:36:01.154Z] Step 6/23 : COPY go.mod . [2020-10-22T00:36:01.154Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:01.742Z] ---> 68d936cbda90 [2020-10-22T00:36:01.742Z] Step 7/23 : RUN go mod download [2020-10-22T00:36:01.742Z] ---> Running in 14d9262d0f53 [2020-10-22T00:36:01.742Z] Removing intermediate container 39e771ace447 [2020-10-22T00:36:01.742Z] ---> 1c64ad48fab7 [2020-10-22T00:36:01.742Z] Step 6/22 : COPY go.mod . [2020-10-22T00:36:02.017Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:02.017Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:02.017Z] OK: 12752 distinct packages available [2020-10-22T00:36:02.017Z] Removing intermediate container 52c6cadb72f6 [2020-10-22T00:36:02.017Z] ---> 4acb5893ea74 [2020-10-22T00:36:02.017Z] Step 6/21 : COPY go.mod . [2020-10-22T00:36:02.282Z] ---> b0959345dc8b [2020-10-22T00:36:02.282Z] Step 7/22 : RUN go mod download [2020-10-22T00:36:02.282Z] ---> Running in a054b45b5bc1 [2020-10-22T00:36:02.282Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:02.564Z] ---> 6097658fb05f [2020-10-22T00:36:02.564Z] Step 7/21 : RUN go mod download [2020-10-22T00:36:02.564Z] ---> Running in b88ea6c99f7f [2020-10-22T00:36:02.835Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:36:02.835Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:36:02.835Z] OK: 12752 distinct packages available [2020-10-22T00:36:03.141Z] Removing intermediate container 1638276cb1b2 [2020-10-22T00:36:03.141Z] ---> 5e89b2fb6c07 [2020-10-22T00:36:03.141Z] Step 6/24 : COPY go.mod . [2020-10-22T00:36:03.141Z] OK: 233 MiB in 51 packages [2020-10-22T00:36:03.418Z] ---> bb6a025a2091 [2020-10-22T00:36:03.418Z] Step 7/24 : RUN go mod download [2020-10-22T00:36:03.687Z] ---> Running in 7b4858530fd3 [2020-10-22T00:36:04.271Z] Removing intermediate container d27bcdc82c4d [2020-10-22T00:36:04.271Z] ---> 9d0e950d0360 [2020-10-22T00:36:04.271Z] Step 6/27 : COPY go.mod . [2020-10-22T00:36:04.859Z] ---> 05e0b0fc0e9c [2020-10-22T00:36:04.859Z] Step 7/27 : RUN go mod download [2020-10-22T00:36:04.859Z] Removing intermediate container a054b45b5bc1 [2020-10-22T00:36:04.859Z] ---> f4fd3a7fcc77 [2020-10-22T00:36:04.859Z] Step 8/22 : COPY . . [2020-10-22T00:36:04.859Z] ---> Running in 79c88cd4a438 [2020-10-22T00:36:05.447Z] Removing intermediate container b88ea6c99f7f [2020-10-22T00:36:05.447Z] ---> d6a1dbf31905 [2020-10-22T00:36:05.447Z] Step 8/21 : COPY . . [2020-10-22T00:36:06.034Z] Removing intermediate container 14d9262d0f53 [2020-10-22T00:36:06.034Z] ---> a570e9e86c9b [2020-10-22T00:36:06.034Z] Step 8/23 : COPY . . [2020-10-22T00:36:12.844Z] Merging remotes/origin/master commit a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 into PR head commit e362fc6571151bb99090dcd88ec379ce54b024a5 [2020-10-22T00:36:13.916Z] Merge succeeded, producing a868cc165b964ec65d63cd63d7542f9cee3f1f2a [2020-10-22T00:36:13.917Z] Checking out Revision a868cc165b964ec65d63cd63d7542f9cee3f1f2a (PR-2836) [2020-10-22T00:36:14.339Z] Removing intermediate container 7b4858530fd3 [2020-10-22T00:36:14.339Z] ---> 9ad419aff0df [2020-10-22T00:36:14.339Z] Step 8/24 : COPY . . [2020-10-22T00:36:14.628Z] Removing intermediate container 79c88cd4a438 [2020-10-22T00:36:14.628Z] ---> 989816b4639b [2020-10-22T00:36:14.628Z] Step 8/27 : COPY . . [2020-10-22T00:36:11.943Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T00:36:11.966Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:36:11.999Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T00:36:12.056Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:36:12.057Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:36:12.080Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2836/head:refs/remotes/origin/PR-2836 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T00:36:12.880Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:36:12.906Z] > git checkout -f e362fc6571151bb99090dcd88ec379ce54b024a5 # timeout=10 [2020-10-22T00:36:13.364Z] > git remote # timeout=10 [2020-10-22T00:36:13.420Z] > git config --get remote.origin.url # timeout=10 [2020-10-22T00:36:13.451Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:36:13.467Z] > git merge a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 # timeout=10 [2020-10-22T00:36:13.894Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-22T00:36:13.936Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:36:13.957Z] > git checkout -f a868cc165b964ec65d63cd63d7542f9cee3f1f2a # timeout=10 [2020-10-22T00:36:19.183Z] Commit message: "Merge commit 'a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48' into HEAD" [2020-10-22T00:36:19.202Z] > git rev-list --no-walk e362fc6571151bb99090dcd88ec379ce54b024a5 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T00:36:20.240Z] ========================================================= [2020-10-22T00:36:20.240Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-22T00:36:20.240Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:36:21.445Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-10-22T00:36:24.092Z] Sending build context to Docker daemon 165.2MB [2020-10-22T00:36:24.092Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-10-22T00:36:24.092Z] Step 2/7 : FROM ${BASE} [2020-10-22T00:36:24.723Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-22T00:36:24.723Z] b538f80385f9: Pulling fs layer [2020-10-22T00:36:24.723Z] 74f711af9a0d: Pulling fs layer [2020-10-22T00:36:24.723Z] 99f96fe45779: Pulling fs layer [2020-10-22T00:36:24.723Z] 8529a6b9a6be: Pulling fs layer [2020-10-22T00:36:24.723Z] 45590311c82a: Pulling fs layer [2020-10-22T00:36:24.723Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-22T00:36:24.723Z] 209524e5b208: Pulling fs layer [2020-10-22T00:36:24.723Z] 45590311c82a: Waiting [2020-10-22T00:36:24.723Z] 69ca0ff8b7b3: Waiting [2020-10-22T00:36:24.723Z] 209524e5b208: Waiting [2020-10-22T00:36:24.723Z] 8529a6b9a6be: Waiting [2020-10-22T00:36:24.723Z] 99f96fe45779: Verifying Checksum [2020-10-22T00:36:24.723Z] 99f96fe45779: Download complete [2020-10-22T00:36:24.723Z] 74f711af9a0d: Verifying Checksum [2020-10-22T00:36:24.723Z] 74f711af9a0d: Download complete [2020-10-22T00:36:24.723Z] 45590311c82a: Verifying Checksum [2020-10-22T00:36:24.723Z] 45590311c82a: Download complete [2020-10-22T00:36:24.723Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-22T00:36:24.723Z] 69ca0ff8b7b3: Download complete [2020-10-22T00:36:25.046Z] b538f80385f9: Verifying Checksum [2020-10-22T00:36:25.046Z] b538f80385f9: Download complete [2020-10-22T00:36:25.662Z] b538f80385f9: Pull complete [2020-10-22T00:36:26.278Z] 74f711af9a0d: Pull complete [2020-10-22T00:36:26.556Z] 99f96fe45779: Pull complete [2020-10-22T00:36:28.598Z] 209524e5b208: Verifying Checksum [2020-10-22T00:36:32.033Z] 8529a6b9a6be: Verifying Checksum [2020-10-22T00:36:32.033Z] 8529a6b9a6be: Download complete [2020-10-22T00:36:44.524Z] 8529a6b9a6be: Pull complete [2020-10-22T00:36:44.524Z] 45590311c82a: Pull complete [2020-10-22T00:36:44.524Z] 69ca0ff8b7b3: Pull complete [2020-10-22T00:36:47.167Z] 209524e5b208: Pull complete [2020-10-22T00:36:47.167Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-22T00:36:47.167Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-22T00:36:47.167Z] ---> 5bddaf1c2fca [2020-10-22T00:36:47.167Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-10-22T00:36:51.542Z] ---> Running in 54c721b736ad [2020-10-22T00:36:53.015Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:36:53.823Z] ---> fc9823319745 [2020-10-22T00:36:53.823Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-10-22T00:36:53.823Z] ---> 948ddfd1e40c [2020-10-22T00:36:53.823Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T00:36:53.823Z] ---> 8c6338a17ff0 [2020-10-22T00:36:53.823Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T00:36:53.823Z] ---> Running in c852ceb7b650 [2020-10-22T00:36:53.823Z] ---> Running in 67346f1a04ce [2020-10-22T00:36:53.823Z] ---> Running in 65290686cf4f [2020-10-22T00:36:53.823Z] ---> 07e87bf2a7e2 [2020-10-22T00:36:53.823Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T00:36:53.823Z] ---> ed4d417a6e43 [2020-10-22T00:36:53.823Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T00:36:54.112Z] ---> Running in a37987d8a6f5 [2020-10-22T00:36:54.112Z] ---> Running in 4473b690e7ce [2020-10-22T00:36:54.496Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:36:55.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T00:36:55.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T00:36:55.579Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T00:36:55.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T00:36:55.579Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T00:36:56.481Z] (1/12) Installing libmagic (5.38-r0) [2020-10-22T00:36:57.081Z] (2/12) Installing file (5.38-r0) [2020-10-22T00:36:57.081Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-10-22T00:36:57.081Z] (4/12) Installing g++ (9.3.0-r2) [2020-10-22T00:37:19.382Z] (5/12) Installing fortify-headers (1.1-r0) [2020-10-22T00:37:19.382Z] (6/12) Installing patch (2.7.6-r6) [2020-10-22T00:37:19.382Z] (7/12) Installing build-base (0.5-r2) [2020-10-22T00:37:19.382Z] (8/12) Installing libsodium (1.0.18-r0) [2020-10-22T00:37:19.382Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-10-22T00:37:19.382Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-10-22T00:37:19.382Z] (11/12) Installing libzmq (4.3.3-r0) [2020-10-22T00:37:19.382Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-10-22T00:37:19.382Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:37:19.382Z] OK: 217 MiB in 51 packages [2020-10-22T00:37:23.726Z] Removing intermediate container 54c721b736ad [2020-10-22T00:37:23.726Z] ---> 5c5ec7cb7cd4 [2020-10-22T00:37:23.726Z] Step 4/7 : WORKDIR /edgex-go [2020-10-22T00:37:23.726Z] ---> Running in 0de40f2ab7d2 [2020-10-22T00:37:23.726Z] Removing intermediate container 0de40f2ab7d2 [2020-10-22T00:37:23.726Z] ---> 9077712e6c81 [2020-10-22T00:37:23.726Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-10-22T00:37:24.002Z] latest: Pulling from library/docker [2020-10-22T00:37:24.278Z] b538f80385f9: Already exists [2020-10-22T00:37:24.278Z] 259a493cd78d: Pulling fs layer [2020-10-22T00:37:24.278Z] b8e66b5100f5: Pulling fs layer [2020-10-22T00:37:24.278Z] 203964748c9f: Pulling fs layer [2020-10-22T00:37:24.278Z] d6fc4445224b: Pulling fs layer [2020-10-22T00:37:24.278Z] 5ea39d09386c: Pulling fs layer [2020-10-22T00:37:24.278Z] 78a785fe32a7: Pulling fs layer [2020-10-22T00:37:24.278Z] d6fc4445224b: Waiting [2020-10-22T00:37:24.278Z] 5ea39d09386c: Waiting [2020-10-22T00:37:24.278Z] 78a785fe32a7: Waiting [2020-10-22T00:37:24.278Z] b8e66b5100f5: Verifying Checksum [2020-10-22T00:37:24.278Z] b8e66b5100f5: Download complete [2020-10-22T00:37:24.278Z] 259a493cd78d: Verifying Checksum [2020-10-22T00:37:24.278Z] 259a493cd78d: Download complete [2020-10-22T00:37:24.551Z] d6fc4445224b: Verifying Checksum [2020-10-22T00:37:24.551Z] d6fc4445224b: Download complete [2020-10-22T00:37:24.551Z] 5ea39d09386c: Verifying Checksum [2020-10-22T00:37:24.551Z] 5ea39d09386c: Download complete [2020-10-22T00:37:24.551Z] 78a785fe32a7: Verifying Checksum [2020-10-22T00:37:24.551Z] 78a785fe32a7: Download complete [2020-10-22T00:37:25.155Z] 259a493cd78d: Pull complete [2020-10-22T00:37:25.430Z] b8e66b5100f5: Pull complete [2020-10-22T00:37:26.034Z] 203964748c9f: Verifying Checksum [2020-10-22T00:37:26.034Z] 203964748c9f: Download complete [2020-10-22T00:37:29.471Z] 203964748c9f: Pull complete [2020-10-22T00:37:29.746Z] d6fc4445224b: Pull complete [2020-10-22T00:37:30.022Z] 5ea39d09386c: Pull complete [2020-10-22T00:37:30.622Z] 78a785fe32a7: Pull complete [2020-10-22T00:37:30.622Z] Digest: sha256:e3be13e8d7d9673c6ee307c2b7d0736eb823f5013707a8de59b33aecb31827b1 [2020-10-22T00:37:30.622Z] Status: Downloaded newer image for docker:latest [2020-10-22T00:37:34.991Z] ---> 81a4380c44c9 [2020-10-22T00:37:34.991Z] Step 6/7 : COPY go.mod . [2020-10-22T00:37:35.603Z] ---> 1a2f1a011c5f [2020-10-22T00:37:35.603Z] Step 7/7 : RUN go mod download [2020-10-22T00:37:35.884Z] ---> Running in d01d633ab530 [2020-10-22T00:37:42.934Z] Removing intermediate container a37987d8a6f5 [2020-10-22T00:37:42.934Z] ---> 0f9c4250a4f0 [2020-10-22T00:37:42.934Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T00:37:43.238Z] Removing intermediate container 65290686cf4f [2020-10-22T00:37:43.238Z] ---> a120cd0f0241 [2020-10-22T00:37:43.238Z] [2020-10-22T00:37:43.238Z] Step 10/22 : FROM scratch [2020-10-22T00:37:43.238Z] ---> [2020-10-22T00:37:43.238Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T00:37:43.238Z] ---> Running in 0ec028189a6b [2020-10-22T00:37:43.909Z] ---> Running in 0569031d4961 [2020-10-22T00:37:44.201Z] Removing intermediate container 0569031d4961 [2020-10-22T00:37:44.201Z] ---> 21dab49225b1 [2020-10-22T00:37:44.201Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T00:37:44.201Z] ---> Running in 9c27a23c2247 [2020-10-22T00:37:44.830Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T00:37:45.108Z] Removing intermediate container 9c27a23c2247 [2020-10-22T00:37:45.108Z] ---> 7daac52049c6 [2020-10-22T00:37:45.108Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:37:45.423Z] ---> Running in e1e0a29e2756 [2020-10-22T00:37:47.012Z] Removing intermediate container e1e0a29e2756 [2020-10-22T00:37:47.012Z] ---> d6a6ed74d509 [2020-10-22T00:37:47.012Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T00:37:48.464Z] Removing intermediate container 67346f1a04ce [2020-10-22T00:37:48.464Z] ---> 43ea72ea670a [2020-10-22T00:37:48.464Z] [2020-10-22T00:37:48.464Z] Step 10/21 : FROM scratch [2020-10-22T00:37:48.464Z] ---> [2020-10-22T00:37:48.464Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:37:49.050Z] ---> 371e7a7eef5a [2020-10-22T00:37:49.050Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T00:37:49.050Z] ---> Running in 32bccb91e2e7 [2020-10-22T00:37:49.320Z] Removing intermediate container 4473b690e7ce [2020-10-22T00:37:49.320Z] ---> b0cbe592c97f [2020-10-22T00:37:49.320Z] [2020-10-22T00:37:49.320Z] Step 10/24 : FROM scratch [2020-10-22T00:37:49.320Z] ---> [2020-10-22T00:37:49.320Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T00:37:49.320Z] ---> Using cache [2020-10-22T00:37:49.320Z] ---> 21dab49225b1 [2020-10-22T00:37:49.320Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T00:37:49.320Z] Removing intermediate container 32bccb91e2e7 [2020-10-22T00:37:49.320Z] ---> f86900856927 [2020-10-22T00:37:49.320Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T00:37:49.629Z] ---> Running in bdb5ce9feeaf [2020-10-22T00:37:49.629Z] ---> fee622ef624b [2020-10-22T00:37:49.629Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T00:37:49.629Z] ---> Running in 0f90d728837a [2020-10-22T00:37:49.629Z] Removing intermediate container bdb5ce9feeaf [2020-10-22T00:37:49.629Z] ---> f610488bd726 [2020-10-22T00:37:49.629Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T00:37:49.959Z] ---> Running in 5e2553d97d86 [2020-10-22T00:37:49.959Z] Removing intermediate container 0f90d728837a [2020-10-22T00:37:49.959Z] ---> 1ebb77b36aba [2020-10-22T00:37:49.959Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T00:37:49.959Z] Removing intermediate container 0ec028189a6b [2020-10-22T00:37:49.959Z] ---> ef4ea8bbbd0f [2020-10-22T00:37:49.959Z] [2020-10-22T00:37:49.959Z] Step 11/27 : FROM docker:latest [2020-10-22T00:37:49.959Z] ---> 57e1c8313ec1 [2020-10-22T00:37:49.959Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T00:37:50.232Z] ---> Running in e1d49830130a [2020-10-22T00:37:50.509Z] Removing intermediate container 5e2553d97d86 [2020-10-22T00:37:50.509Z] ---> 2ecb785ed0a8 [2020-10-22T00:37:50.509Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T00:37:50.509Z] ---> Running in cb1847ccf771 [2020-10-22T00:37:50.509Z] ---> bc9e20280a5e [2020-10-22T00:37:50.509Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T00:37:51.466Z] Removing intermediate container e1d49830130a [2020-10-22T00:37:51.466Z] ---> 18e04642da8d [2020-10-22T00:37:51.466Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T00:37:51.466Z] ---> 6fc2b60b3d6c [2020-10-22T00:37:51.466Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T00:37:51.466Z] ---> bf3c9015d9ff [2020-10-22T00:37:51.466Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T00:37:51.466Z] ---> Running in e049f6c87151 [2020-10-22T00:37:51.756Z] Removing intermediate container e049f6c87151 [2020-10-22T00:37:51.756Z] ---> d167feb8f7fe [2020-10-22T00:37:51.756Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:37:52.044Z] ---> 91d387391df7 [2020-10-22T00:37:52.044Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T00:37:52.044Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:37:52.316Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:37:52.316Z] ---> Running in 9a0186af0ec0 [2020-10-22T00:37:52.591Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T00:37:52.591Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T00:37:52.591Z] Executing bash-5.0.17-r0.post-install [2020-10-22T00:37:52.591Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:37:52.591Z] OK: 12 MiB in 22 packages [2020-10-22T00:37:52.591Z] ---> 56eb1f5ff46d [2020-10-22T00:37:52.591Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T00:37:52.873Z] ---> 4f9f8a0f608a [2020-10-22T00:37:52.873Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T00:37:52.873Z] Removing intermediate container 9a0186af0ec0 [2020-10-22T00:37:52.873Z] ---> 9afaf650b80a [2020-10-22T00:37:52.873Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T00:37:53.140Z] ---> Running in 97fdd2209dbc [2020-10-22T00:37:55.748Z] ---> 494a3a8965a3 [2020-10-22T00:37:55.748Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T00:37:55.748Z] ---> b90ecd378fc1 [2020-10-22T00:37:55.748Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T00:37:55.748Z] Removing intermediate container 97fdd2209dbc [2020-10-22T00:37:55.748Z] ---> 721a333bf669 [2020-10-22T00:37:55.748Z] Step 21/22 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:37:55.748Z] ---> Running in 79e0fa9706ea [2020-10-22T00:37:55.748Z] Removing intermediate container cb1847ccf771 [2020-10-22T00:37:55.748Z] ---> 06b1c1b7ce6a [2020-10-22T00:37:55.748Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T00:37:55.748Z] ---> Running in cbdad16dc7c9 [2020-10-22T00:37:56.026Z] ---> Running in 2bbba6f0896f [2020-10-22T00:37:56.026Z] Removing intermediate container c852ceb7b650 [2020-10-22T00:37:56.026Z] ---> 90870c5611a2 [2020-10-22T00:37:56.026Z] [2020-10-22T00:37:56.026Z] Step 10/23 : FROM alpine [2020-10-22T00:37:56.298Z] Removing intermediate container 79e0fa9706ea [2020-10-22T00:37:56.298Z] ---> acf4c654755b [2020-10-22T00:37:56.298Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:37:56.298Z] latest: Pulling from library/alpine [2020-10-22T00:37:56.298Z] ---> feafa4f9728b [2020-10-22T00:37:56.298Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T00:37:56.588Z] Removing intermediate container cbdad16dc7c9 [2020-10-22T00:37:56.588Z] ---> 64dd8e2d30eb [2020-10-22T00:37:56.588Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:37:56.588Z] ---> Running in a2adc60a48d0 [2020-10-22T00:37:56.588Z] ---> Running in fad126e091e3 [2020-10-22T00:37:56.588Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-22T00:37:56.588Z] Status: Downloaded newer image for alpine:latest [2020-10-22T00:37:56.588Z] ---> a24bb4013296 [2020-10-22T00:37:56.589Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:37:56.869Z] ---> Running in 55ae788cd955 [2020-10-22T00:37:57.157Z] Removing intermediate container a2adc60a48d0 [2020-10-22T00:37:57.158Z] ---> 5910f03cc6f3 [2020-10-22T00:37:57.158Z] Step 19/21 : LABEL arch=x86_64 [2020-10-22T00:37:57.158Z] Removing intermediate container fad126e091e3 [2020-10-22T00:37:57.158Z] ---> 88f5f123d4c2 [2020-10-22T00:37:57.158Z] [2020-10-22T00:37:57.158Z] Removing intermediate container 55ae788cd955 [2020-10-22T00:37:57.158Z] ---> a6321e2d39b2 [2020-10-22T00:37:57.158Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T00:37:57.426Z] ---> Running in cef07bfd1eb6 [2020-10-22T00:37:57.426Z] ---> Running in be9f91fe5ba5 [2020-10-22T00:37:57.689Z] ---> 2058c6855680 [2020-10-22T00:37:57.689Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T00:37:57.689Z] Successfully built 88f5f123d4c2 [2020-10-22T00:37:57.689Z] Removing intermediate container cef07bfd1eb6 [2020-10-22T00:37:57.689Z] ---> 866c1d50dcac [2020-10-22T00:37:57.689Z] Step 20/21 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:37:57.689Z] Successfully tagged docker-support-logging-go:latest [2020-10-22T00:37:57.689Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-10-22T00:37:58.270Z] Removing intermediate container be9f91fe5ba5 [2020-10-22T00:37:58.270Z] ---> b08d940c3c0c [2020-10-22T00:37:58.270Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T00:37:58.538Z] Removing intermediate container 2bbba6f0896f [2020-10-22T00:37:58.538Z] ---> a861193fcc2b [2020-10-22T00:37:58.538Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T00:37:58.538Z] ---> Running in 4d393e61f9af [2020-10-22T00:37:58.538Z] ---> Running in df248fe6e64a [2020-10-22T00:37:58.818Z] ---> 07c19db54374 [2020-10-22T00:37:58.818Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T00:37:58.818Z] ---> Running in 84b9ca9a4ef8 [2020-10-22T00:37:59.095Z] ---> Running in a6f73691e621 [2020-10-22T00:37:59.095Z] Removing intermediate container 4d393e61f9af [2020-10-22T00:37:59.095Z] ---> 35fad1d6d93e [2020-10-22T00:37:59.095Z] Step 21/21 : LABEL version=0.0.0 [2020-10-22T00:37:59.367Z] Removing intermediate container df248fe6e64a [2020-10-22T00:37:59.367Z] ---> 623da157c97f [2020-10-22T00:37:59.367Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:37:59.367Z] ---> Running in 03ce7795b589 [2020-10-22T00:37:59.367Z] Removing intermediate container 84b9ca9a4ef8 [2020-10-22T00:37:59.367Z] ---> f4a297a33a9d [2020-10-22T00:37:59.367Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T00:37:59.367Z] ---> Running in 5249b993f5f0 [2020-10-22T00:37:59.632Z] ---> Running in 1d1a12623baf [2020-10-22T00:37:59.632Z] Removing intermediate container a6f73691e621 [2020-10-22T00:37:59.632Z] ---> dac24b7a8447 [2020-10-22T00:37:59.632Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:38:01.040Z] ---> Running in edb4748c5e48 [2020-10-22T00:38:01.673Z] Removing intermediate container 03ce7795b589 [2020-10-22T00:38:01.673Z] ---> f6856db1694d [2020-10-22T00:38:01.673Z] [2020-10-22T00:38:01.673Z] Removing intermediate container 1d1a12623baf [2020-10-22T00:38:01.673Z] ---> 1cc865fc2926 [2020-10-22T00:38:01.673Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T00:38:02.282Z] Successfully built f6856db1694d [2020-10-22T00:38:02.282Z] Successfully tagged docker-support-scheduler-go:latest [2020-10-22T00:38:02.282Z] Building docker-core-command-go [2020-10-22T00:38:03.705Z]  Building docker-support-scheduler-go ... done Removing intermediate container edb4748c5e48 [2020-10-22T00:38:03.705Z] ---> a0796dd42e1e [2020-10-22T00:38:03.705Z] Step 22/24 : LABEL arch=x86_64 [2020-10-22T00:38:03.994Z] ---> Running in 222cd0376dc1 [2020-10-22T00:38:04.602Z] ---> Running in be9667d53eb0 [2020-10-22T00:38:05.567Z] Removing intermediate container 222cd0376dc1 [2020-10-22T00:38:05.567Z] ---> 2579a1815325 [2020-10-22T00:38:05.567Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T00:38:05.567Z] Removing intermediate container be9667d53eb0 [2020-10-22T00:38:05.567Z] ---> d9043c8da33d [2020-10-22T00:38:05.567Z] Step 23/24 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:38:05.844Z] ---> Running in fd27686810fa [2020-10-22T00:38:05.844Z] Removing intermediate container 5249b993f5f0 [2020-10-22T00:38:05.844Z] ---> 7da8945710fa [2020-10-22T00:38:05.844Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T00:38:07.581Z] ---> Running in 04cb35baab79 [2020-10-22T00:38:07.976Z] Removing intermediate container fd27686810fa [2020-10-22T00:38:07.976Z] ---> abcf0f29b559 [2020-10-22T00:38:07.976Z] Step 24/24 : LABEL version=0.0.0 [2020-10-22T00:38:08.299Z] ---> a288500dff88 [2020-10-22T00:38:08.299Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T00:38:08.405Z] Removing intermediate container d01d633ab530 [2020-10-22T00:38:08.405Z] ---> 7fda97811e95 [2020-10-22T00:38:08.405Z] Successfully built 7fda97811e95 [2020-10-22T00:38:08.405Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:38:08.666Z] ---> Running in 97afc50a58a6 [2020-10-22T00:38:08.881Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T00:38:08.881Z] . [Pipeline] withDockerContainer [2020-10-22T00:38:09.218Z] prd-ubuntu18.04-docker-arm64-4c-16g-7641 does not seem to be running inside a container [2020-10-22T00:38:09.298Z] ---> d62800f0965d [2020-10-22T00:38:09.298Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T00:38:09.298Z] Removing intermediate container 97afc50a58a6 [2020-10-22T00:38:09.298Z] ---> b7f830baf739 [2020-10-22T00:38:09.298Z] [2020-10-22T00:38:09.332Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2020-10-22T00:38:10.307Z] Successfully built b7f830baf739 [2020-10-22T00:38:10.307Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:10.307Z] Successfully tagged docker-support-notifications-go:latest [2020-10-22T00:38:10.307Z] Building docker-core-metadata-go [2020-10-22T00:38:11.500Z]  Building docker-support-notifications-go ... done  ---> 333829d449b6 [2020-10-22T00:38:11.500Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T00:38:11.500Z] ---> Running in 76a448fbd5b4 [2020-10-22T00:38:11.500Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:11.596Z] $ docker top 0e7a81fb62f60376a587013458db23c11d1da8c18baa922b93595b650aa1ed51 -eo pid,comm [2020-10-22T00:38:11.781Z] (1/5) Installing libgcc (9.3.0-r2) [Pipeline] { [2020-10-22T00:38:12.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:12.070Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T00:38:12.070Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] sh [2020-10-22T00:38:12.379Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T00:38:12.379Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T00:38:12.673Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T00:38:12.673Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T00:38:12.673Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T00:38:12.673Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T00:38:12.673Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T00:38:12.673Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T00:38:13.148Z] + go version [2020-10-22T00:38:13.148Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-22T00:38:13.189Z] $ docker stop --time=1 0e7a81fb62f60376a587013458db23c11d1da8c18baa922b93595b650aa1ed51 [2020-10-22T00:38:13.281Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T00:38:14.306Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T00:38:14.306Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:38:14.306Z] OK: 8 MiB in 19 packages [2020-10-22T00:38:15.565Z] $ docker rm -f 0e7a81fb62f60376a587013458db23c11d1da8c18baa922b93595b650aa1ed51 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:38:16.737Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T00:38:16.737Z] . [Pipeline] withDockerContainer [2020-10-22T00:38:17.078Z] prd-ubuntu18.04-docker-arm64-4c-16g-7641 does not seem to be running inside a container [2020-10-22T00:38:17.218Z] $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat [2020-10-22T00:38:18.932Z] $ docker top c99526e55485c10b4fce2b828316a1988006d74bfa70b578a50916559928296c -eo pid,comm [Pipeline] { [Pipeline] echo [2020-10-22T00:38:19.398Z] ========================================================= [2020-10-22T00:38:19.398Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-10-22T00:38:19.398Z] ========================================================= [Pipeline] sh [2020-10-22T00:38:20.119Z] + make test [2020-10-22T00:38:20.119Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-10-22T00:38:21.089Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:38:21.089Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:38:21.089Z] ---> 1bbcf40bd9e5 [2020-10-22T00:38:21.089Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T00:38:21.089Z] ---> Using cache [2020-10-22T00:38:21.089Z] ---> 58f236e2b198 [2020-10-22T00:38:21.089Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:38:21.089Z] ---> Using cache [2020-10-22T00:38:21.089Z] ---> 2cc79d07e44c [2020-10-22T00:38:21.089Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T00:38:22.061Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T00:38:22.061Z] ---> Running in aa1f5ecd0565 [2020-10-22T00:38:22.061Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T00:38:22.061Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T00:38:22.061Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T00:38:22.061Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T00:38:22.061Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T00:38:22.658Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T00:38:23.286Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T00:38:23.286Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T00:38:23.286Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T00:38:23.563Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T00:38:23.845Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T00:38:24.119Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T00:38:24.503Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-10-22T00:38:24.727Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T00:38:24.727Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T00:38:24.727Z] Removing intermediate container 04cb35baab79 [2020-10-22T00:38:24.727Z] ---> 2c45aa97ba57 [2020-10-22T00:38:24.727Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T00:38:24.727Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T00:38:24.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:24.998Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T00:38:24.998Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T00:38:24.998Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T00:38:26.250Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T00:38:26.250Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T00:38:26.250Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T00:38:26.250Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:26.250Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T00:38:26.942Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T00:38:26.942Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T00:38:26.942Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T00:38:27.590Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:38:27.590Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:38:27.590Z] OK: 12752 distinct packages available [2020-10-22T00:38:27.889Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:38:27.889Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:38:27.889Z] ---> 1bbcf40bd9e5 [2020-10-22T00:38:27.889Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:38:27.889Z] ---> Using cache [2020-10-22T00:38:27.889Z] ---> 58f236e2b198 [2020-10-22T00:38:27.889Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:38:27.889Z] ---> Using cache [2020-10-22T00:38:27.889Z] ---> 2cc79d07e44c [2020-10-22T00:38:27.889Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T00:38:27.889Z] OK: 233 MiB in 51 packages [2020-10-22T00:38:28.223Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:38:28.223Z] OK: 71 MiB in 55 packages [2020-10-22T00:38:28.223Z] ---> 57f524e818e6 [2020-10-22T00:38:28.223Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T00:38:28.882Z] ---> Running in 97d142a3d485 [2020-10-22T00:38:30.706Z] Removing intermediate container aa1f5ecd0565 [2020-10-22T00:38:30.706Z] ---> ccff6124d523 [2020-10-22T00:38:30.706Z] Step 6/26 : COPY go.mod . [2020-10-22T00:38:31.059Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:31.059Z] ---> 0b752c9b1568 [2020-10-22T00:38:31.059Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T00:38:31.921Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:38:32.272Z] ---> 3fdc277f7135 [2020-10-22T00:38:32.272Z] Step 7/26 : RUN go mod download [2020-10-22T00:38:32.272Z] ---> cdbe2a618a77 [2020-10-22T00:38:32.272Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T00:38:32.576Z] ---> Running in 8a595d2b2fe2 [2020-10-22T00:38:32.868Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:38:32.868Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:38:32.868Z] OK: 12752 distinct packages available [2020-10-22T00:38:32.868Z] ---> Running in 5b7f9a30897b [2020-10-22T00:38:33.169Z] OK: 233 MiB in 51 packages [2020-10-22T00:38:33.785Z] Removing intermediate container 5b7f9a30897b [2020-10-22T00:38:33.785Z] ---> ce794e2a1c92 [2020-10-22T00:38:33.785Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:38:34.461Z] ---> Running in 903410b26b7d [2020-10-22T00:38:34.778Z] Removing intermediate container 903410b26b7d [2020-10-22T00:38:34.778Z] ---> a992e7635b6e [2020-10-22T00:38:34.778Z] Step 21/23 : LABEL arch=x86_64 [2020-10-22T00:38:35.427Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:38:35.427Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:38:35.427Z] ---> 1bbcf40bd9e5 [2020-10-22T00:38:35.427Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:38:35.427Z] ---> Using cache [2020-10-22T00:38:35.427Z] ---> 58f236e2b198 [2020-10-22T00:38:35.427Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:38:35.427Z] ---> Using cache [2020-10-22T00:38:35.427Z] ---> 2cc79d07e44c [2020-10-22T00:38:35.427Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T00:38:35.427Z] ---> Using cache [2020-10-22T00:38:35.427Z] ---> 26a413e30b9d [2020-10-22T00:38:35.427Z] Step 6/22 : COPY go.mod . [2020-10-22T00:38:35.427Z] ---> Running in cee195e45948 [2020-10-22T00:38:36.054Z] Removing intermediate container 97d142a3d485 [2020-10-22T00:38:36.054Z] ---> 26a413e30b9d [2020-10-22T00:38:36.054Z] Step 6/22 : COPY go.mod . [2020-10-22T00:38:36.654Z] ---> 45551ef57bcd [2020-10-22T00:38:36.654Z] Step 7/22 : RUN go mod download [2020-10-22T00:38:36.925Z] Removing intermediate container cee195e45948 [2020-10-22T00:38:36.925Z] ---> 95201ce0a276 [2020-10-22T00:38:36.925Z] Step 22/23 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:38:37.898Z] ---> Running in 46d1d31093fb [2020-10-22T00:38:37.898Z] ---> 7435e8fd9722 [2020-10-22T00:38:37.898Z] Step 7/22 : RUN go mod download [2020-10-22T00:38:38.511Z] ---> Running in 85476e240a76 [2020-10-22T00:38:38.783Z] ---> Running in 9cc68c2c98e0 [2020-10-22T00:38:38.784Z] Removing intermediate container 8a595d2b2fe2 [2020-10-22T00:38:38.784Z] ---> 36b32a7738b8 [2020-10-22T00:38:38.784Z] Step 8/26 : COPY . . [2020-10-22T00:38:39.385Z] Removing intermediate container 85476e240a76 [2020-10-22T00:38:39.385Z] ---> 66688d34cd3d [2020-10-22T00:38:39.385Z] Step 23/23 : LABEL version=0.0.0 [2020-10-22T00:38:40.356Z] ---> Running in 82e5f6526c16 [2020-10-22T00:38:43.852Z] Removing intermediate container 82e5f6526c16 [2020-10-22T00:38:43.852Z] ---> 4da00de3b2d1 [2020-10-22T00:38:43.852Z] [2020-10-22T00:38:44.552Z] Successfully built 4da00de3b2d1 [2020-10-22T00:38:45.287Z] Successfully tagged docker-core-data-go:latest [2020-10-22T00:38:45.288Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-10-22T00:38:45.974Z] Removing intermediate container 46d1d31093fb [2020-10-22T00:38:45.974Z] ---> 348f3a676bf9 [2020-10-22T00:38:45.974Z] Step 8/22 : COPY . . [2020-10-22T00:38:46.685Z] Removing intermediate container 9cc68c2c98e0 [2020-10-22T00:38:46.685Z] ---> a59448bb8283 [2020-10-22T00:38:46.685Z] Step 8/22 : COPY . . [2020-10-22T00:38:51.124Z] Removing intermediate container 76a448fbd5b4 [2020-10-22T00:38:51.124Z] ---> 98a0276732f8 [2020-10-22T00:38:51.124Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T00:38:52.711Z] ---> Running in ed0b175ed238 [2020-10-22T00:39:11.897Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-10-22T00:39:15.120Z] Collecting docker-compose==1.23.2 [2020-10-22T00:39:15.120Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T00:39:15.120Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T00:39:15.120Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T00:39:15.120Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T00:39:15.120Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T00:39:15.120Z] Collecting PyYAML<4,>=3.10 [2020-10-22T00:39:15.120Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T00:39:17.235Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:39:17.235Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T00:39:17.235Z] ---> 1bbcf40bd9e5 [2020-10-22T00:39:17.235Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T00:39:17.235Z] ---> Using cache [2020-10-22T00:39:17.235Z] ---> 58f236e2b198 [2020-10-22T00:39:17.235Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T00:39:18.768Z] ---> Running in ea617a554280 [2020-10-22T00:39:20.282Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-22T00:39:20.963Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T00:39:20.963Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T00:39:21.997Z] ---> 3c55b4ccc64f [2020-10-22T00:39:21.997Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-22T00:39:22.280Z] ---> Running in c99ee962252e [2020-10-22T00:39:22.564Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T00:39:22.564Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T00:39:22.564Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:23.175Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:23.821Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T00:39:23.821Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T00:39:24.107Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:39:24.107Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:39:24.107Z] OK: 12752 distinct packages available [2020-10-22T00:39:24.107Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T00:39:24.107Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T00:39:24.738Z] OK: 233 MiB in 51 packages [2020-10-22T00:39:24.738Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T00:39:26.177Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T00:39:26.177Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T00:39:26.455Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T00:39:26.455Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T00:39:27.056Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-10-22T00:39:27.056Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-10-22T00:39:27.056Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-10-22T00:39:27.056Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-10-22T00:39:27.527Z] Collecting idna<2.8,>=2.5 [2020-10-22T00:39:27.797Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T00:39:28.431Z] Removing intermediate container ea617a554280 [2020-10-22T00:39:28.431Z] ---> 2dec49764764 [2020-10-22T00:39:28.431Z] Step 5/29 : COPY go.mod . [2020-10-22T00:39:28.712Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T00:39:28.712Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T00:39:28.712Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-22T00:39:28.712Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-22T00:39:28.988Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T00:39:28.988Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T00:39:28.988Z] ---> 189b09dd51af [2020-10-22T00:39:28.988Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T00:39:28.988Z] ---> b1e82ccabe6d [2020-10-22T00:39:28.988Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T00:39:29.331Z] ---> acc7d1327c34 [2020-10-22T00:39:29.331Z] Step 6/29 : RUN go mod download [2020-10-22T00:39:29.331Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T00:39:29.331Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T00:39:29.331Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T00:39:29.331Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T00:39:29.331Z] ---> Running in 54879cd3ecba [2020-10-22T00:39:29.331Z] ---> Running in 5ff1aa265bf3 [2020-10-22T00:39:29.331Z] ---> Running in f2afb20045ba [2020-10-22T00:39:29.613Z] Installing collected packages: cached-property, idna, urllib3, requests, PyYAML, docopt, texttable, docker-pycreds, websocket-client, docker, dockerpty, jsonschema, docker-compose [2020-10-22T00:39:29.613Z] Attempting uninstall: idna [2020-10-22T00:39:29.613Z] Found existing installation: idna 2.9 [2020-10-22T00:39:29.613Z] Uninstalling idna-2.9: [2020-10-22T00:39:29.707Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.026s [2020-10-22T00:39:29.707Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] [2020-10-22T00:39:29.707Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-10-22T00:39:29.707Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-10-22T00:39:30.263Z] Successfully uninstalled idna-2.9 [2020-10-22T00:39:30.559Z] Attempting uninstall: urllib3 [2020-10-22T00:39:30.559Z] Found existing installation: urllib3 1.25.9 [2020-10-22T00:39:30.559Z] Uninstalling urllib3-1.25.9: [2020-10-22T00:39:30.559Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T00:39:30.860Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T00:39:31.141Z] Attempting uninstall: requests [2020-10-22T00:39:31.141Z] Found existing installation: requests 2.23.0 [2020-10-22T00:39:31.141Z] Uninstalling requests-2.23.0: [2020-10-22T00:39:31.141Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T00:39:31.421Z] Successfully uninstalled requests-2.23.0 [2020-10-22T00:39:31.701Z] Running setup.py install for PyYAML: started [2020-10-22T00:39:31.712Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-10-22T00:39:32.693Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-10-22T00:39:32.968Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-10-22T00:39:32.968Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-10-22T00:39:32.968Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-10-22T00:39:33.716Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T00:39:33.716Z] Running setup.py install for docopt: started [2020-10-22T00:39:33.987Z] Removing intermediate container f2afb20045ba [2020-10-22T00:39:33.987Z] ---> f7883d58c20a [2020-10-22T00:39:33.987Z] Step 7/29 : COPY . . [2020-10-22T00:39:35.011Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T00:39:35.011Z] Running setup.py install for texttable: started [2020-10-22T00:39:36.569Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T00:39:41.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements [2020-10-22T00:39:41.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-10-22T00:39:41.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-10-22T00:39:41.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-10-22T00:39:41.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-10-22T00:39:41.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-10-22T00:39:42.141Z] Running setup.py install for dockerpty: started [2020-10-22T00:39:44.930Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T00:39:45.944Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-22T00:39:46.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.259s coverage: 27.1% of statements [2020-10-22T00:39:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-10-22T00:39:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-10-22T00:39:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-10-22T00:39:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-10-22T00:39:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-10-22T00:39:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-10-22T00:39:46.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.014s coverage: 100.0% of statements [2020-10-22T00:39:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-10-22T00:39:46.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.050s coverage: 100.0% of statements [2020-10-22T00:39:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-10-22T00:39:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-10-22T00:39:46.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.113s coverage: 80.3% of statements [2020-10-22T00:39:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-10-22T00:39:46.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-10-22T00:39:48.726Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.437s coverage: 86.0% of statements [2020-10-22T00:39:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-10-22T00:39:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T00:39:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-10-22T00:39:48.726Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-10-22T00:39:53.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.431s coverage: 28.6% of statements [2020-10-22T00:39:53.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-10-22T00:39:53.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-10-22T00:39:53.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-10-22T00:39:53.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-10-22T00:39:53.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-10-22T00:39:53.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.051s coverage: 100.0% of statements [2020-10-22T00:39:53.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-10-22T00:39:53.069Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.024s coverage: 100.0% of statements [2020-10-22T00:39:53.069Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-10-22T00:39:56.393Z] Removing intermediate container ed0b175ed238 [2020-10-22T00:39:56.393Z] ---> 2c6ca2eb17ab [2020-10-22T00:39:56.393Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T00:39:56.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.138s coverage: 86.7% of statements [2020-10-22T00:39:56.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-10-22T00:39:56.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.252s coverage: 97.5% of statements [2020-10-22T00:39:56.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-10-22T00:39:56.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 100.0% of statements [2020-10-22T00:39:56.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-10-22T00:39:56.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-10-22T00:39:56.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-10-22T00:39:56.486Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-10-22T00:39:57.028Z] ---> Running in d145e115d35b [2020-10-22T00:39:58.645Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:58.933Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:39:58.933Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T00:39:59.223Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T00:39:59.223Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T00:39:59.498Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T00:39:59.498Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:39:59.498Z] OK: 72 MiB in 58 packages [2020-10-22T00:39:59.906Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.228s coverage: 96.3% of statements [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-10-22T00:39:59.906Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-10-22T00:39:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-10-22T00:39:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-10-22T00:39:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-10-22T00:39:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-10-22T00:39:59.907Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2020-10-22T00:39:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-10-22T00:39:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-10-22T00:39:59.907Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.054s coverage: 0.0% of statements [no tests to run] [2020-10-22T00:39:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-10-22T00:39:59.907Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-10-22T00:40:03.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.222s coverage: 63.5% of statements [2020-10-22T00:40:03.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-10-22T00:40:03.333Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-10-22T00:40:03.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.017s coverage: 100.0% of statements [2020-10-22T00:40:03.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.022s coverage: 91.3% of statements [2020-10-22T00:40:03.333Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.017s coverage: 100.0% of statements [2020-10-22T00:40:03.873Z] Removing intermediate container d145e115d35b [2020-10-22T00:40:03.873Z] ---> 5dd31a716fcf [2020-10-22T00:40:03.873Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T00:40:04.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.047s coverage: 73.7% of statements [2020-10-22T00:40:04.795Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.059s coverage: 100.0% of statements [2020-10-22T00:40:04.870Z] ---> Running in 8f2d273e543d [2020-10-22T00:40:05.501Z] Removing intermediate container 8f2d273e543d [2020-10-22T00:40:05.501Z] ---> ba23d8fee9fa [2020-10-22T00:40:05.501Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:40:05.789Z] ---> 90f40b40fe08 [2020-10-22T00:40:05.789Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T00:40:05.789Z] ---> Running in 82a28d2e345e [2020-10-22T00:40:05.789Z] ---> Running in 9818627f9468 [2020-10-22T00:40:06.387Z] Removing intermediate container 82a28d2e345e [2020-10-22T00:40:06.387Z] ---> 2442c7574ee9 [2020-10-22T00:40:06.387Z] Step 25/27 : LABEL arch=x86_64 [2020-10-22T00:40:06.387Z] ---> Running in caca7ca61e15 [2020-10-22T00:40:08.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T00:40:08.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T00:40:08.188Z] Removing intermediate container caca7ca61e15 [2020-10-22T00:40:08.188Z] ---> 13d5dbccf328 [2020-10-22T00:40:08.188Z] Step 26/27 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:40:08.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.310s coverage: 55.9% of statements [2020-10-22T00:40:08.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-10-22T00:40:08.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-10-22T00:40:08.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] [2020-10-22T00:40:08.233Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-10-22T00:40:08.670Z] ---> Running in 363f8595f3e6 [2020-10-22T00:40:09.070Z] Removing intermediate container 363f8595f3e6 [2020-10-22T00:40:09.070Z] ---> 42acd70ceb26 [2020-10-22T00:40:09.070Z] Step 27/27 : LABEL version=0.0.0 [2020-10-22T00:40:09.462Z] ---> Running in 2b5ea7eb82ce [2020-10-22T00:40:09.867Z] Removing intermediate container 2b5ea7eb82ce [2020-10-22T00:40:09.867Z] ---> 29ed54a2c77a [2020-10-22T00:40:09.867Z] [2020-10-22T00:40:10.508Z] Successfully built 29ed54a2c77a [2020-10-22T00:40:10.508Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-10-22T00:40:10.508Z] Building docker-security-proxy-setup-go [2020-10-22T00:40:19.751Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container 5ff1aa265bf3 [2020-10-22T00:40:19.751Z] ---> 60ff10a58fae [2020-10-22T00:40:19.751Z] [2020-10-22T00:40:19.751Z] Step 10/22 : FROM scratch [2020-10-22T00:40:19.751Z] ---> [2020-10-22T00:40:19.751Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:40:21.260Z] ---> Using cache [2020-10-22T00:40:21.260Z] ---> f86900856927 [2020-10-22T00:40:21.260Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T00:40:22.287Z] ---> Running in e5b57e84692d [2020-10-22T00:40:25.097Z] Removing intermediate container e5b57e84692d [2020-10-22T00:40:25.097Z] ---> cfd509611c18 [2020-10-22T00:40:25.097Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:40:26.117Z] ---> Running in febde6cf02b2 [2020-10-22T00:40:26.409Z] Removing intermediate container c99ee962252e [2020-10-22T00:40:26.409Z] ---> 3dd41069d0f8 [2020-10-22T00:40:26.409Z] [2020-10-22T00:40:26.409Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T00:40:26.725Z] Removing intermediate container febde6cf02b2 [2020-10-22T00:40:26.725Z] ---> b4e42e7a08ef [2020-10-22T00:40:26.725Z] Step 14/22 : WORKDIR / [2020-10-22T00:40:27.034Z] 3.10: Pulling from library/alpine [2020-10-22T00:40:27.034Z] Removing intermediate container 54879cd3ecba [2020-10-22T00:40:27.034Z] ---> a654a4a7d1ec [2020-10-22T00:40:27.034Z] [2020-10-22T00:40:27.034Z] Step 10/22 : FROM scratch [2020-10-22T00:40:27.034Z] ---> [2020-10-22T00:40:27.034Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:40:27.034Z] ---> Using cache [2020-10-22T00:40:27.034Z] ---> f86900856927 [2020-10-22T00:40:27.034Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T00:40:27.433Z] ---> Running in fb5271f491f4 [2020-10-22T00:40:27.433Z] ---> Running in 03e70f41ce70 [2020-10-22T00:40:28.489Z] Removing intermediate container fb5271f491f4 [2020-10-22T00:40:28.489Z] ---> 55a993121a53 [2020-10-22T00:40:28.489Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T00:40:28.489Z] Removing intermediate container 03e70f41ce70 [2020-10-22T00:40:28.489Z] ---> 0d2760480d6e [2020-10-22T00:40:28.489Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:40:28.489Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T00:40:28.768Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T00:40:28.768Z] ---> be4e4bea2c2e [2020-10-22T00:40:28.768Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T00:40:30.203Z] ---> Running in 8b95d5879793 [2020-10-22T00:40:30.801Z] ---> 2fd388ae20ee [2020-10-22T00:40:30.801Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T00:40:31.084Z] ---> Running in 046aebdfd5fc [2020-10-22T00:40:31.368Z] Removing intermediate container 8b95d5879793 [2020-10-22T00:40:31.368Z] ---> 86fee21d6912 [2020-10-22T00:40:31.368Z] Step 14/22 : WORKDIR / [2020-10-22T00:40:31.653Z] ---> Running in 869f432b71b2 [2020-10-22T00:40:33.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:33.170Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:33.170Z] ---> f22560ce3fbc [2020-10-22T00:40:33.170Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T00:40:33.170Z] Removing intermediate container 869f432b71b2 [2020-10-22T00:40:33.170Z] ---> 8decbd80576e [2020-10-22T00:40:33.170Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T00:40:33.463Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T00:40:33.463Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T00:40:33.463Z] OK: 10346 distinct packages available [2020-10-22T00:40:33.754Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T00:40:33.754Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T00:40:33.754Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T00:40:34.035Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T00:40:34.035Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T00:40:34.035Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T00:40:34.035Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T00:40:34.035Z] OK: 7 MiB in 19 packages [2020-10-22T00:40:35.499Z] ---> 2b90a1ec055a [2020-10-22T00:40:35.499Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T00:40:35.499Z] ---> 4389f7f6f9bf [2020-10-22T00:40:35.499Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T00:40:38.104Z] ---> Running in 22cf1293bfa3 [2020-10-22T00:40:38.104Z] Removing intermediate container 9818627f9468 [2020-10-22T00:40:38.104Z] ---> 493e40101cbd [2020-10-22T00:40:38.104Z] [2020-10-22T00:40:38.104Z] Step 9/29 : FROM alpine:latest [2020-10-22T00:40:38.104Z] ---> a24bb4013296 [2020-10-22T00:40:38.104Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-22T00:40:38.104Z] ---> e314958a8557 [2020-10-22T00:40:38.104Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T00:40:39.094Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:40:39.094Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:40:39.094Z] ---> 1bbcf40bd9e5 [2020-10-22T00:40:39.094Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T00:40:39.094Z] ---> Using cache [2020-10-22T00:40:39.094Z] ---> 58f236e2b198 [2020-10-22T00:40:39.094Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:40:39.094Z] ---> Using cache [2020-10-22T00:40:39.094Z] ---> 2cc79d07e44c [2020-10-22T00:40:39.094Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T00:40:39.094Z] ---> Using cache [2020-10-22T00:40:39.094Z] ---> 26a413e30b9d [2020-10-22T00:40:39.094Z] Step 6/20 : COPY go.mod . [2020-10-22T00:40:39.094Z] ---> Using cache [2020-10-22T00:40:39.094Z] ---> 7435e8fd9722 [2020-10-22T00:40:39.094Z] Step 7/20 : RUN go mod download [2020-10-22T00:40:39.094Z] ---> Using cache [2020-10-22T00:40:39.094Z] ---> a59448bb8283 [2020-10-22T00:40:39.094Z] Step 8/20 : COPY . . [2020-10-22T00:40:39.365Z] ---> Using cache [2020-10-22T00:40:39.365Z] ---> 189b09dd51af [2020-10-22T00:40:39.365Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T00:40:40.336Z] ---> Running in b090a8345aab [2020-10-22T00:40:40.336Z] ---> Running in 7ffd717dc259 [2020-10-22T00:40:40.608Z] Removing intermediate container 22cf1293bfa3 [2020-10-22T00:40:40.608Z] ---> 2ee13e0d5499 [2020-10-22T00:40:40.608Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:40:40.608Z] Removing intermediate container 046aebdfd5fc [2020-10-22T00:40:40.608Z] ---> a0060b14f0e4 [2020-10-22T00:40:40.608Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T00:40:40.608Z] ---> cc766a7f41dd [2020-10-22T00:40:40.608Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 29.406s coverage: 86.3% of statements [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.568s coverage: 72.2% of statements [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.513s coverage: 72.1% of statements [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.027s coverage: 82.4% of statements [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.022s coverage: 28.8% of statements [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.047s coverage: 96.8% of statements [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.099s coverage: 36.5% of statements [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.359s coverage: 84.1% of statements [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.087s coverage: 100.0% of statements [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.027s coverage: 42.9% of statements [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.040s coverage: 83.8% of statements [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.102s coverage: 47.1% of statements [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.032s coverage: 100.0% of statements [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.062s coverage: 100.0% of statements [2020-10-22T00:40:40.691Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-10-22T00:40:40.691Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.075s coverage: 100.0% of statements [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-10-22T00:40:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.246s coverage: 29.1% of statements [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-10-22T00:40:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-10-22T00:40:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.035s coverage: 100.0% of statements [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-10-22T00:40:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.027s coverage: 0.0% of statements [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-10-22T00:40:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.013s coverage: 100.0% of statements [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-10-22T00:40:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.041s coverage: 87.9% of statements [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-10-22T00:40:40.692Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-10-22T00:40:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.021s coverage: 100.0% of statements [2020-10-22T00:40:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.013s coverage: 32.1% of statements [2020-10-22T00:40:40.692Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.022s coverage: 100.0% of statements [2020-10-22T00:40:40.692Z] GO111MODULE=on go vet ./... [2020-10-22T00:40:40.892Z] ---> Running in 45d75e8fb9eb [2020-10-22T00:40:40.892Z] ---> Running in b52fae8cbd2d [2020-10-22T00:40:40.892Z] ---> Running in e0136bd31ce9 [2020-10-22T00:40:40.892Z] Removing intermediate container b090a8345aab [2020-10-22T00:40:40.892Z] ---> 5bc6ae811145 [2020-10-22T00:40:40.892Z] Step 11/29 : USER root [2020-10-22T00:40:40.892Z] ---> Running in a82b4869116e [2020-10-22T00:40:41.224Z] Removing intermediate container 45d75e8fb9eb [2020-10-22T00:40:41.224Z] ---> 19f82d5f5705 [2020-10-22T00:40:41.224Z] Step 13/26 : WORKDIR / [2020-10-22T00:40:41.224Z] Removing intermediate container b52fae8cbd2d [2020-10-22T00:40:41.224Z] ---> c72f920c229c [2020-10-22T00:40:41.224Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T00:40:41.524Z] Removing intermediate container e0136bd31ce9 [2020-10-22T00:40:41.524Z] ---> e654e43b2c20 [2020-10-22T00:40:41.524Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:40:41.524Z] ---> Running in ddf47b979dd5 [2020-10-22T00:40:41.524Z] ---> Running in 2c5964f2d13f [2020-10-22T00:40:41.524Z] Removing intermediate container a82b4869116e [2020-10-22T00:40:41.524Z] ---> ee4b2d13f3f8 [2020-10-22T00:40:41.524Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T00:40:41.524Z] ---> Running in 1247e129c4c5 [2020-10-22T00:40:41.524Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T00:40:41.524Z] ---> Running in 4267cd766fb2 [2020-10-22T00:40:42.163Z] Removing intermediate container ddf47b979dd5 [2020-10-22T00:40:42.163Z] ---> 02086964052f [2020-10-22T00:40:42.163Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-22T00:40:42.163Z] Removing intermediate container 1247e129c4c5 [2020-10-22T00:40:42.163Z] ---> a38d993ed6fe [2020-10-22T00:40:42.163Z] Step 20/22 : LABEL arch=x86_64 [2020-10-22T00:40:42.163Z] Removing intermediate container 2c5964f2d13f [2020-10-22T00:40:42.163Z] ---> 264b4ce0e30f [2020-10-22T00:40:42.163Z] Step 21/22 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:40:42.444Z] ---> Running in 907fcba2a175 [2020-10-22T00:40:42.444Z] ---> Running in 86557a2439b7 [2020-10-22T00:40:43.051Z] ---> 3651d7e0de56 [2020-10-22T00:40:43.051Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-22T00:40:43.051Z] Removing intermediate container 907fcba2a175 [2020-10-22T00:40:43.051Z] ---> e9476e664df3 [2020-10-22T00:40:43.051Z] Step 21/22 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:40:43.051Z] Removing intermediate container 86557a2439b7 [2020-10-22T00:40:43.051Z] ---> b9822828ea90 [2020-10-22T00:40:43.051Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:40:43.342Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:43.342Z] ---> Running in 860085d0c370 [2020-10-22T00:40:43.342Z] ---> Running in 0e94c4a5a6b8 [2020-10-22T00:40:43.633Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:40:43.936Z] Removing intermediate container 860085d0c370 [2020-10-22T00:40:43.936Z] ---> 89c65a479845 [2020-10-22T00:40:43.936Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:40:43.936Z] Removing intermediate container 0e94c4a5a6b8 [2020-10-22T00:40:43.936Z] ---> 9b813e62df83 [2020-10-22T00:40:43.936Z] [2020-10-22T00:40:43.936Z] ---> 4ddf979014d2 [2020-10-22T00:40:43.936Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T00:40:44.241Z] ---> Running in 32de012d34ce [2020-10-22T00:40:44.241Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:40:44.241Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:40:44.241Z] OK: 12750 distinct packages available [2020-10-22T00:40:44.516Z] Successfully built 9b813e62df83 [2020-10-22T00:40:44.516Z] Successfully tagged docker-core-command-go:latest [2020-10-22T00:40:44.516Z]  Building docker-core-command-go ... done Removing intermediate container 32de012d34ce [2020-10-22T00:40:44.516Z] ---> fc1a06d51ae9 [2020-10-22T00:40:44.516Z] [2020-10-22T00:40:44.790Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T00:40:44.790Z] ---> 03d733ec4992 [2020-10-22T00:40:44.790Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T00:40:44.790Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T00:40:44.790Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:40:44.790Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T00:40:45.070Z] OK: 6 MiB in 16 packages [2020-10-22T00:40:45.353Z] Successfully built fc1a06d51ae9 [2020-10-22T00:40:45.353Z] Successfully tagged docker-core-metadata-go:latest [2020-10-22T00:40:45.662Z]  Building docker-core-metadata-go ... done  ---> 9cb82e441439 [2020-10-22T00:40:45.662Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T00:40:47.702Z] Removing intermediate container 4267cd766fb2 [2020-10-22T00:40:47.702Z] ---> 717f3e2d5c6c [2020-10-22T00:40:47.702Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T00:40:47.702Z] ---> fd7541325d7e [2020-10-22T00:40:47.702Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T00:40:47.986Z] ---> Running in 7028c92bd189 [2020-10-22T00:40:48.632Z] Removing intermediate container 7028c92bd189 [2020-10-22T00:40:48.632Z] ---> 8811016b1dc4 [2020-10-22T00:40:48.632Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T00:40:48.907Z] ---> Running in 37a0319bdf7b [2020-10-22T00:40:49.197Z] ---> cc9ee6030821 [2020-10-22T00:40:49.197Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T00:40:49.526Z] Removing intermediate container 37a0319bdf7b [2020-10-22T00:40:49.526Z] ---> d6d7e438c44c [2020-10-22T00:40:49.526Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T00:40:50.197Z] ---> Running in c645a87f52ac [2020-10-22T00:40:50.536Z] ---> 27d996a464f9 [2020-10-22T00:40:50.536Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T00:40:51.138Z] ---> a8e9853fa822 [2020-10-22T00:40:51.138Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T00:40:51.445Z] ---> Running in 06178027a5c4 [2020-10-22T00:40:52.980Z] Removing intermediate container c645a87f52ac [2020-10-22T00:40:52.980Z] ---> a3bf9dc8866a [2020-10-22T00:40:52.980Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T00:40:54.493Z] ---> 5cef9dc79865 [2020-10-22T00:40:54.493Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T00:40:54.775Z] Removing intermediate container 06178027a5c4 [2020-10-22T00:40:54.775Z] ---> 36021392de66 [2020-10-22T00:40:54.775Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T00:40:55.063Z] ---> Running in adcf79cf6594 [2020-10-22T00:40:55.063Z] ---> 6270b6f67a94 [2020-10-22T00:40:55.063Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T00:40:55.711Z] Removing intermediate container adcf79cf6594 [2020-10-22T00:40:55.711Z] ---> 93a021f7598c [2020-10-22T00:40:55.711Z] Step 24/26 : LABEL arch=x86_64 [2020-10-22T00:40:56.039Z] ---> Running in 818156b64ae2 [2020-10-22T00:40:56.039Z] ---> 26391fc028b6 [2020-10-22T00:40:56.039Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T00:40:56.319Z] Removing intermediate container 818156b64ae2 [2020-10-22T00:40:56.319Z] ---> 5d9fc1128b5d [2020-10-22T00:40:56.319Z] Step 25/26 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:40:56.592Z] ---> Running in aaa0bd51ce63 [2020-10-22T00:40:56.592Z] ---> 19c89a553746 [2020-10-22T00:40:56.592Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T00:40:56.886Z] Removing intermediate container aaa0bd51ce63 [2020-10-22T00:40:56.886Z] ---> adb36e8b7e75 [2020-10-22T00:40:56.886Z] Step 26/26 : LABEL version=0.0.0 [2020-10-22T00:40:56.886Z] ---> Running in ec14bda9a3f3 [2020-10-22T00:40:57.184Z] ---> 8c5047d1ec03 [2020-10-22T00:40:57.184Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T00:40:57.474Z] ---> Running in f774b03b955d [2020-10-22T00:40:57.754Z] Removing intermediate container ec14bda9a3f3 [2020-10-22T00:40:57.754Z] ---> 3a42068b558d [2020-10-22T00:40:57.754Z] [2020-10-22T00:40:58.778Z] Successfully built 3a42068b558d [2020-10-22T00:40:58.778Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-10-22T00:41:00.279Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container f774b03b955d [2020-10-22T00:41:00.279Z] ---> 6dc1daf9d0a2 [2020-10-22T00:41:00.279Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T00:41:00.565Z] ---> 1fef3c777d16 [2020-10-22T00:41:00.565Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T00:41:00.837Z] ---> Running in 246bcd5d70e6 [2020-10-22T00:41:03.510Z] Removing intermediate container 7ffd717dc259 [2020-10-22T00:41:03.510Z] ---> e92b19203f5b [2020-10-22T00:41:03.510Z] [2020-10-22T00:41:03.510Z] Step 10/20 : FROM alpine [2020-10-22T00:41:03.510Z] ---> a24bb4013296 [2020-10-22T00:41:03.510Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T00:41:03.510Z] ---> Running in 1c1abe94c8be [2020-10-22T00:41:03.807Z] Removing intermediate container 246bcd5d70e6 [2020-10-22T00:41:03.808Z] ---> c959dbd8af0b [2020-10-22T00:41:03.808Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T00:41:04.108Z] ---> Running in 67f89e18ee5f [2020-10-22T00:41:04.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T00:41:04.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T00:41:04.378Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:41:04.378Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:41:04.378Z] OK: 12750 distinct packages available [2020-10-22T00:41:04.976Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T00:41:04.977Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T00:41:04.977Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T00:41:04.977Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T00:41:04.977Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:41:04.977Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T00:41:04.977Z] OK: 7 MiB in 18 packages [2020-10-22T00:41:06.420Z] Removing intermediate container 67f89e18ee5f [2020-10-22T00:41:06.420Z] ---> 7a7637ff0bea [2020-10-22T00:41:06.420Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T00:41:06.420Z] Removing intermediate container 1c1abe94c8be [2020-10-22T00:41:06.420Z] ---> b9ea2c3a30e2 [2020-10-22T00:41:06.420Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T00:41:07.385Z] ---> Running in 0ed5eb6cfee3 [2020-10-22T00:41:07.385Z] ---> Running in 6e3111ee73a8 [2020-10-22T00:41:07.658Z] Removing intermediate container 0ed5eb6cfee3 [2020-10-22T00:41:07.658Z] ---> 50f5403472e1 [2020-10-22T00:41:07.658Z] Step 26/29 : CMD [ "generate" ] [2020-10-22T00:41:07.658Z] Removing intermediate container 6e3111ee73a8 [2020-10-22T00:41:07.658Z] ---> a5787e575d4c [2020-10-22T00:41:07.658Z] Step 13/20 : WORKDIR /edgex [2020-10-22T00:41:07.658Z] ---> Running in 8126d763ac6c [2020-10-22T00:41:07.935Z] ---> Running in 566068e6512f [2020-10-22T00:41:07.935Z] Removing intermediate container 8126d763ac6c [2020-10-22T00:41:07.935Z] ---> 3853282687f8 [2020-10-22T00:41:07.935Z] Step 27/29 : LABEL arch=x86_64 [2020-10-22T00:41:08.157Z] gofmt -l . [2020-10-22T00:41:08.232Z] ---> Running in 098db2bd8802 [2020-10-22T00:41:08.233Z] Removing intermediate container 566068e6512f [2020-10-22T00:41:08.233Z] ---> 171704e38263 [2020-10-22T00:41:08.233Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T00:41:08.508Z] Removing intermediate container 098db2bd8802 [2020-10-22T00:41:08.508Z] ---> 2d3c85365b33 [2020-10-22T00:41:08.508Z] Step 28/29 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:41:08.508Z] ---> Running in 6e5a6d9a36e9 [2020-10-22T00:41:08.858Z] ---> 05b894c7ee4d [2020-10-22T00:41:08.858Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T00:41:08.858Z] Removing intermediate container 6e5a6d9a36e9 [2020-10-22T00:41:08.858Z] ---> c7677bb08bf6 [2020-10-22T00:41:08.858Z] Step 29/29 : LABEL version=0.0.0 [2020-10-22T00:41:08.858Z] ---> Running in 99513f671e08 [2020-10-22T00:41:09.124Z] Removing intermediate container 99513f671e08 [2020-10-22T00:41:09.124Z] ---> fdbc3d6af35e [2020-10-22T00:41:09.124Z] [2020-10-22T00:41:09.396Z] ---> 6e20490b47f0 [2020-10-22T00:41:09.396Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T00:41:09.396Z] Successfully built fdbc3d6af35e [2020-10-22T00:41:09.396Z] ---> Running in 301ba26dc7b3 [2020-10-22T00:41:09.396Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-10-22T00:41:09.669Z]  Building docker-security-secrets-setup-go ... done Removing intermediate container 301ba26dc7b3 [2020-10-22T00:41:09.669Z] ---> e6e4902a3327 [2020-10-22T00:41:09.669Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T00:41:09.669Z] ---> Running in d345cbec5b87 [2020-10-22T00:41:09.940Z] Removing intermediate container d345cbec5b87 [2020-10-22T00:41:09.940Z] ---> 5e2adc563a62 [2020-10-22T00:41:09.940Z] Step 18/20 : LABEL arch=x86_64 [2020-10-22T00:41:09.940Z] ---> Running in f8f9794bd274 [2020-10-22T00:41:10.151Z] [ "`gofmt -l .`" = "" ] [2020-10-22T00:41:10.219Z] Removing intermediate container f8f9794bd274 [2020-10-22T00:41:10.219Z] ---> ea92f2f2cbca [2020-10-22T00:41:10.219Z] Step 19/20 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:41:10.219Z] ---> Running in bf5964324f66 [2020-10-22T00:41:10.483Z] Removing intermediate container bf5964324f66 [2020-10-22T00:41:10.483Z] ---> 3994b222ec0c [2020-10-22T00:41:10.483Z] Step 20/20 : LABEL version=0.0.0 [2020-10-22T00:41:10.483Z] ---> Running in 5ba4dbb619f9 [2020-10-22T00:41:10.746Z] Removing intermediate container 5ba4dbb619f9 [2020-10-22T00:41:10.746Z] ---> 037ca4eb4ada [2020-10-22T00:41:10.746Z] [2020-10-22T00:41:11.012Z] Successfully built 037ca4eb4ada [2020-10-22T00:41:11.012Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-10-22T00:41:11.302Z]  Building docker-security-proxy-setup-go ... done  [Pipeline] } [2020-10-22T00:41:11.371Z] $ docker stop --time=1 855302a59cee4004b14307371d96d6e5a28457534515c2180eab92c4b76b5552 [2020-10-22T00:41:13.525Z] $ docker rm -f 855302a59cee4004b14307371d96d6e5a28457534515c2180eab92c4b76b5552 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T00:41:14.221Z] + grep docker [2020-10-22T00:41:14.221Z] + docker images [2020-10-22T00:41:14.221Z] docker-security-proxy-setup-go latest 037ca4eb4ada 4 seconds ago 15.8MB [2020-10-22T00:41:14.221Z] docker-security-secrets-setup-go latest fdbc3d6af35e 6 seconds ago 24MB [2020-10-22T00:41:14.221Z] docker-security-secretstore-setup-go latest 3a42068b558d 17 seconds ago 32.4MB [2020-10-22T00:41:14.221Z] docker-core-metadata-go latest fc1a06d51ae9 30 seconds ago 14.4MB [2020-10-22T00:41:14.221Z] docker-core-command-go latest 9b813e62df83 31 seconds ago 12.2MB [2020-10-22T00:41:14.221Z] docker-sys-mgmt-agent-go latest 29ed54a2c77a About a minute ago 290MB [2020-10-22T00:41:14.221Z] docker-core-data-go latest 4da00de3b2d1 2 minutes ago 23.6MB [2020-10-22T00:41:14.221Z] docker-support-notifications-go latest b7f830baf739 3 minutes ago 13.6MB [2020-10-22T00:41:14.221Z] docker-support-scheduler-go latest f6856db1694d 3 minutes ago 12.3MB [2020-10-22T00:41:14.221Z] docker-support-logging-go latest 88f5f123d4c2 3 minutes ago 11.1MB [2020-10-22T00:41:14.221Z] docker latest 57e1c8313ec1 29 hours ago 217MB [2020-10-22T00:41:14.479Z] ./bin/test-go-mod-tidy.sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [2020-10-22T00:41:15.081Z] ./bin/test-attribution-txt.sh [Pipeline] findFiles [Pipeline] node [Pipeline] sh [2020-10-22T00:41:20.084Z] + ls -al . [2020-10-22T00:41:20.084Z] total 644 [2020-10-22T00:41:20.084Z] drwxrwxr-x 9 1001 1001 4096 Oct 22 00:41 . [2020-10-22T00:41:20.084Z] drwxr-xr-x 4 root root 4096 Oct 22 00:38 .. [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 11 Oct 22 00:36 .dockerignore [2020-10-22T00:41:20.084Z] drwxrwxr-x 8 1001 1001 4096 Oct 22 00:36 .git [2020-10-22T00:41:20.084Z] drwxrwxr-x 3 1001 1001 4096 Oct 22 00:36 .github [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 932 Oct 22 00:36 .gitignore [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 166 Oct 22 00:36 .sonarcloud.properties [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 3804 Oct 22 00:36 CONTRIBUTING.md [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 1035 Oct 22 00:36 Dockerfile.build [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 863 Oct 22 00:36 Jenkinsfile [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 10775 Oct 22 00:36 LICENSE [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 6237 Oct 22 00:36 Makefile [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 6447 Oct 22 00:36 README.md [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 259 Oct 22 00:36 SECURITY.md [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 5 Oct 22 00:31 VERSION [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 4131 Oct 22 00:36 ZMQWindows.md [2020-10-22T00:41:20.084Z] drwxrwxr-x 2 1001 1001 4096 Oct 22 00:36 bin [2020-10-22T00:41:20.084Z] drwxrwxr-x 15 1001 1001 4096 Oct 22 00:36 cmd [2020-10-22T00:41:20.084Z] -rw-r--r-- 1 root root 523288 Oct 22 00:40 coverage.out [2020-10-22T00:41:20.084Z] -rw-r--r-- 1 root root 1041 Oct 22 00:41 go.mod [2020-10-22T00:41:20.084Z] -rw-r--r-- 1 root root 18775 Oct 22 00:41 go.sum [2020-10-22T00:41:20.084Z] drwxrwxr-x 8 1001 1001 4096 Oct 22 00:36 internal [2020-10-22T00:41:20.084Z] drwxrwxr-x 4 1001 1001 4096 Oct 22 00:36 openapi [2020-10-22T00:41:20.084Z] drwxrwxr-x 4 1001 1001 4096 Oct 22 00:36 snap [2020-10-22T00:41:20.084Z] -rw-rw-r-- 1 1001 1001 168 Oct 22 00:36 version.go [Pipeline] sh [2020-10-22T00:41:20.779Z] + '[' -e coverage.out ] [2020-10-22T00:41:20.779Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-10-22T00:41:20.850Z] Warning: overwriting stash ‘coverage-report’ [2020-10-22T00:41:22.478Z] Stashed 1 file(s) [Pipeline] sh [2020-10-22T00:41:23.188Z] + make build [2020-10-22T00:41:23.189Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T00:41:30.309Z] Still waiting to schedule task [2020-10-22T00:41:30.309Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-10-22T00:41:55.750Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T00:42:05.884Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T00:42:12.655Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T00:42:16.967Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T00:42:23.674Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T00:42:25.112Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T00:42:31.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T00:42:40.159Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T00:42:43.558Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T00:42:50.304Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T00:42:55.727Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T00:43:01.237Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } [2020-10-22T00:43:04.707Z] $ docker stop --time=1 c99526e55485c10b4fce2b828316a1988006d74bfa70b578a50916559928296c [2020-10-22T00:43:07.549Z] $ docker rm -f c99526e55485c10b4fce2b828316a1988006d74bfa70b578a50916559928296c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:43:09.497Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T00:43:09.776Z] [2020-10-22T00:43:09.776Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:43:10.185Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T00:43:10.459Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-10-22T00:43:10.459Z] 29e5d40040c1: Pulling fs layer [2020-10-22T00:43:10.459Z] 1ce36da41761: Pulling fs layer [2020-10-22T00:43:10.459Z] 25b303627fd3: Pulling fs layer [2020-10-22T00:43:10.459Z] 29e5d40040c1: Verifying Checksum [2020-10-22T00:43:10.459Z] 29e5d40040c1: Download complete [2020-10-22T00:43:11.451Z] 29e5d40040c1: Pull complete [2020-10-22T00:43:11.451Z] 1ce36da41761: Download complete [2020-10-22T00:43:12.437Z] 1ce36da41761: Pull complete [2020-10-22T00:43:13.034Z] 25b303627fd3: Download complete [2020-10-22T00:43:23.229Z] 25b303627fd3: Pull complete [2020-10-22T00:43:23.229Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-10-22T00:43:23.229Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T00:43:23.229Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-10-22T00:43:23.570Z] prd-ubuntu18.04-docker-arm64-4c-16g-7641 does not seem to be running inside a container [2020-10-22T00:43:23.699Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-22T00:43:27.967Z] $ docker top 0e72dcd505b0ff4dfd8749d570a4022b99a031e498104c523f81095ea7211656 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:43:29.651Z] + grep parallel [2020-10-22T00:43:29.651Z] + docker-compose build --help [2020-10-22T00:43:36.382Z] --parallel Build images in parallel. [Pipeline] } [2020-10-22T00:43:36.429Z] $ docker stop --time=1 0e72dcd505b0ff4dfd8749d570a4022b99a031e498104c523f81095ea7211656 [2020-10-22T00:43:38.565Z] $ docker rm -f 0e72dcd505b0ff4dfd8749d570a4022b99a031e498104c523f81095ea7211656 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:43:39.428Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-10-22T00:43:39.428Z] . [Pipeline] withDockerContainer [2020-10-22T00:43:39.761Z] prd-ubuntu18.04-docker-arm64-4c-16g-7641 does not seem to be running inside a container [2020-10-22T00:43:39.876Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-10-22T00:43:41.632Z] $ docker top d87ad45fa4fd13a1929b0801aa6ab020e755ebd9ea14b5f37e418eb678aa6bc4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:43:42.747Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-10-22T00:43:51.110Z] Building docker-core-command-go ... [2020-10-22T00:43:51.110Z] Building docker-core-data-go ... [2020-10-22T00:43:51.110Z] Building docker-core-metadata-go ... [2020-10-22T00:43:51.110Z] Building docker-security-proxy-setup-go ... [2020-10-22T00:43:51.110Z] Building docker-security-secrets-setup-go ... [2020-10-22T00:43:51.110Z] Building docker-security-secretstore-setup-go ... [2020-10-22T00:43:51.110Z] Building docker-support-logging-go ... [2020-10-22T00:43:51.110Z] Building docker-support-notifications-go ... [2020-10-22T00:43:51.110Z] Building docker-support-scheduler-go ... [2020-10-22T00:43:51.110Z] Building docker-sys-mgmt-agent-go ... [2020-10-22T00:43:51.110Z] Building docker-sys-mgmt-agent-go [2020-10-22T00:43:51.110Z] Building docker-core-data-go [2020-10-22T00:43:51.110Z] Building docker-support-notifications-go [2020-10-22T00:43:51.110Z] Building docker-support-scheduler-go [2020-10-22T00:43:51.110Z] Building docker-security-secretstore-setup-go [2020-10-22T00:44:48.235Z] Running on prd-centos7-docker-8c-8g-7803 in /w/workspace/edgexfoundry_edgex-go_PR-2836 [Pipeline] { [Pipeline] ws [2020-10-22T00:44:48.296Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2020-10-22T00:44:51.412Z] using credential edgex-jenkins-ssh [2020-10-22T00:44:51.470Z] Cloning the remote Git repository [2020-10-22T00:44:51.504Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:44:51.583Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2020-10-22T00:44:51.626Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:44:51.626Z] > git --version # timeout=10 [2020-10-22T00:44:51.640Z] > git --version # 'git version 2.16.5' [2020-10-22T00:44:51.641Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:44:51.683Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:45:08.246Z] Merging remotes/origin/master commit a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 into PR head commit e362fc6571151bb99090dcd88ec379ce54b024a5 [2020-10-22T00:45:07.624Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T00:45:07.633Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T00:45:07.646Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-10-22T00:45:07.662Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-10-22T00:45:07.662Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:45:07.667Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2836/head:refs/remotes/origin/PR-2836 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T00:45:08.258Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:45:08.275Z] > git checkout -f e362fc6571151bb99090dcd88ec379ce54b024a5 # timeout=10 [2020-10-22T00:45:08.455Z] > git remote # timeout=10 [2020-10-22T00:45:08.466Z] > git config --get remote.origin.url # timeout=10 [2020-10-22T00:45:08.499Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T00:45:08.504Z] > git merge a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48 # timeout=10 [2020-10-22T00:45:08.624Z] Merge succeeded, producing 5d84e3c36b3240b52ba64973d0cf4d1463081d14 [2020-10-22T00:45:08.624Z] Checking out Revision 5d84e3c36b3240b52ba64973d0cf4d1463081d14 (PR-2836) [2020-10-22T00:45:08.620Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-22T00:45:08.629Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T00:45:08.633Z] > git checkout -f 5d84e3c36b3240b52ba64973d0cf4d1463081d14 # timeout=10 [2020-10-22T00:45:12.377Z] Commit message: "Merge commit 'a54f4bf5fd05de3eb983e0b186bb6bb34afe3e48' into HEAD" [2020-10-22T00:45:12.384Z] > git rev-list --no-walk e362fc6571151bb99090dcd88ec379ce54b024a5 # timeout=10 [Pipeline] withEnv [Pipeline] { [2020-10-22T00:45:12.941Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:45:12.941Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:45:12.941Z] ---> 7fda97811e95 [2020-10-22T00:45:12.941Z] Step 3/23 : WORKDIR /edgex-go [2020-10-22T00:45:12.941Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:45:12.941Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:45:12.941Z] ---> 7fda97811e95 [2020-10-22T00:45:12.941Z] Step 3/21 : WORKDIR /edgex-go [2020-10-22T00:45:12.941Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:45:12.941Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:45:12.941Z] ---> 7fda97811e95 [2020-10-22T00:45:12.941Z] Step 3/26 : WORKDIR /edgex-go [2020-10-22T00:45:12.941Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:45:12.941Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:45:12.941Z] ---> 7fda97811e95 [2020-10-22T00:45:12.941Z] Step 3/27 : WORKDIR /edgex-go [2020-10-22T00:45:12.941Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:45:12.941Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:45:12.941Z] ---> 7fda97811e95 [2020-10-22T00:45:12.941Z] Step 3/24 : WORKDIR /edgex-go [2020-10-22T00:45:12.941Z] ---> Running in 26e5c123ae96 [2020-10-22T00:45:12.941Z] ---> Running in 3a49a17caee5 [2020-10-22T00:45:12.941Z] ---> Running in 61ff5d6e283d [2020-10-22T00:45:12.941Z] ---> Running in 2a30f0ac264a [2020-10-22T00:45:12.941Z] ---> Running in eb2199ee9c28 [2020-10-22T00:45:12.941Z] Removing intermediate container 2a30f0ac264a [2020-10-22T00:45:12.941Z] ---> 857ac78466ea [2020-10-22T00:45:12.941Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:45:12.941Z] Removing intermediate container 3a49a17caee5 [2020-10-22T00:45:12.941Z] ---> 6d10e07db530 [2020-10-22T00:45:12.941Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:45:12.941Z] Removing intermediate container 26e5c123ae96 [2020-10-22T00:45:12.941Z] ---> e7926d222a67 [2020-10-22T00:45:12.941Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:45:12.941Z] Removing intermediate container 61ff5d6e283d [2020-10-22T00:45:12.941Z] ---> fdfa26bd6c1c [2020-10-22T00:45:12.941Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:45:12.941Z] ---> Running in 4996f4cdeea6 [2020-10-22T00:45:12.941Z] Removing intermediate container eb2199ee9c28 [2020-10-22T00:45:12.941Z] ---> ac308de25f70 [2020-10-22T00:45:12.941Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:45:12.941Z] ---> Running in bba5799179ab [2020-10-22T00:45:12.941Z] ---> Running in 4747841e909d [2020-10-22T00:45:12.941Z] ---> Running in f4ab269a420b [2020-10-22T00:45:12.941Z] ---> Running in 9a6750ca8786 [Pipeline] sh [2020-10-22T00:45:13.626Z] ++ find /w/workspace/edgex-go/2 [2020-10-22T00:45:13.626Z] ++ grep snapcraft.yaml [2020-10-22T00:45:13.626Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T00:45:13.790Z] provisioning config files... [2020-10-22T00:45:13.805Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/2@tmp/config6136727911630956054tmp [Pipeline] { [Pipeline] sh [2020-10-22T00:45:14.263Z] + cp /w/workspace/edgex-go/2@tmp/config6136727911630956054tmp /w/workspace/edgex-go/2/edgex-snap-store-login [Pipeline] sh [2020-10-22T00:45:14.582Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/2:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-22T00:45:14.582Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-10-22T00:45:14.845Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-10-22T00:45:14.845Z] f08d8e2a3ba1: Pulling fs layer [2020-10-22T00:45:14.845Z] 3baa9cb2483b: Pulling fs layer [2020-10-22T00:45:14.845Z] 94e5ff4c0b15: Pulling fs layer [2020-10-22T00:45:14.845Z] 1860925334f9: Pulling fs layer [2020-10-22T00:45:14.845Z] 2daf38717194: Pulling fs layer [2020-10-22T00:45:14.845Z] 309017e8d7a4: Pulling fs layer [2020-10-22T00:45:14.845Z] f7790dc9fd0f: Pulling fs layer [2020-10-22T00:45:14.845Z] cac0ae9282c2: Pulling fs layer [2020-10-22T00:45:14.845Z] 1f4cadf9a1ed: Pulling fs layer [2020-10-22T00:45:14.845Z] f7790dc9fd0f: Waiting [2020-10-22T00:45:14.845Z] 1860925334f9: Waiting [2020-10-22T00:45:14.845Z] cac0ae9282c2: Waiting [2020-10-22T00:45:14.845Z] 2daf38717194: Waiting [2020-10-22T00:45:14.845Z] 1f4cadf9a1ed: Waiting [2020-10-22T00:45:14.845Z] 309017e8d7a4: Waiting [2020-10-22T00:45:14.845Z] 94e5ff4c0b15: Verifying Checksum [2020-10-22T00:45:14.845Z] 94e5ff4c0b15: Download complete [2020-10-22T00:45:14.845Z] 3baa9cb2483b: Verifying Checksum [2020-10-22T00:45:14.845Z] 3baa9cb2483b: Download complete [2020-10-22T00:45:14.845Z] 1860925334f9: Verifying Checksum [2020-10-22T00:45:14.845Z] 1860925334f9: Download complete [2020-10-22T00:45:14.845Z] 309017e8d7a4: Verifying Checksum [2020-10-22T00:45:14.845Z] 309017e8d7a4: Download complete [2020-10-22T00:45:14.845Z] f7790dc9fd0f: Verifying Checksum [2020-10-22T00:45:14.845Z] f7790dc9fd0f: Download complete [2020-10-22T00:45:15.109Z] cac0ae9282c2: Verifying Checksum [2020-10-22T00:45:15.109Z] cac0ae9282c2: Download complete [2020-10-22T00:45:16.429Z] Removing intermediate container 4996f4cdeea6 [2020-10-22T00:45:16.429Z] ---> f938c91af127 [2020-10-22T00:45:16.429Z] Step 5/26 : RUN apk update && apk add make git [2020-10-22T00:45:16.429Z] ---> Running in 4cf495e342c8 [2020-10-22T00:45:16.516Z] 1f4cadf9a1ed: Verifying Checksum [2020-10-22T00:45:16.517Z] 1f4cadf9a1ed: Download complete [2020-10-22T00:45:16.726Z] Removing intermediate container bba5799179ab [2020-10-22T00:45:16.727Z] ---> 14311e294571 [2020-10-22T00:45:16.727Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-10-22T00:45:17.010Z] Removing intermediate container f4ab269a420b [2020-10-22T00:45:17.010Z] ---> 64797bca18be [2020-10-22T00:45:17.010Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-10-22T00:45:17.010Z] ---> Running in ac05d60ba2f3 [2020-10-22T00:45:17.307Z] ---> Running in 4181bfc94047 [2020-10-22T00:45:17.589Z] Removing intermediate container 4747841e909d [2020-10-22T00:45:17.589Z] ---> a2a4120a9b48 [2020-10-22T00:45:17.589Z] Step 5/21 : RUN apk update && apk add make git [2020-10-22T00:45:17.589Z] Removing intermediate container 9a6750ca8786 [2020-10-22T00:45:17.589Z] ---> 8b43d2aeab9d [2020-10-22T00:45:17.589Z] Step 5/27 : RUN apk update && apk add make bash git [2020-10-22T00:45:17.589Z] ---> Running in 21fe25880296 [2020-10-22T00:45:17.890Z] ---> Running in 45567492a65a [2020-10-22T00:45:19.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:19.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:20.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:20.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:20.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:20.744Z] f08d8e2a3ba1: Verifying Checksum [2020-10-22T00:45:20.745Z] f08d8e2a3ba1: Download complete [2020-10-22T00:45:21.702Z] f08d8e2a3ba1: Pull complete [2020-10-22T00:45:21.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:21.950Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:21.966Z] 3baa9cb2483b: Pull complete [2020-10-22T00:45:21.966Z] 94e5ff4c0b15: Pull complete [2020-10-22T00:45:22.229Z] 1860925334f9: Pull complete [2020-10-22T00:45:22.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:22.546Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:22.824Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:45:27.158Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:45:27.158Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:45:27.158Z] OK: 12623 distinct packages available [2020-10-22T00:45:27.158Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:45:27.158Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:45:27.158Z] OK: 12623 distinct packages available [2020-10-22T00:45:27.782Z] OK: 217 MiB in 51 packages [2020-10-22T00:45:27.782Z] OK: 217 MiB in 51 packages [2020-10-22T00:45:28.395Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:45:28.395Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:45:28.395Z] OK: 12623 distinct packages available [2020-10-22T00:45:28.395Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:45:28.395Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:45:28.395Z] OK: 12623 distinct packages available [2020-10-22T00:45:29.454Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:45:29.454Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:45:29.454Z] OK: 12623 distinct packages available [2020-10-22T00:45:29.734Z] OK: 217 MiB in 51 packages [2020-10-22T00:45:29.734Z] OK: 217 MiB in 51 packages [2020-10-22T00:45:30.020Z] Removing intermediate container 4cf495e342c8 [2020-10-22T00:45:30.020Z] ---> 45a644708ff3 [2020-10-22T00:45:30.020Z] Step 6/26 : COPY go.mod . [2020-10-22T00:45:30.301Z] Removing intermediate container 21fe25880296 [2020-10-22T00:45:30.301Z] ---> 79cc75c3dc03 [2020-10-22T00:45:30.301Z] Step 6/21 : COPY go.mod . [2020-10-22T00:45:30.396Z] 2daf38717194: Verifying Checksum [2020-10-22T00:45:30.396Z] 2daf38717194: Download complete [2020-10-22T00:45:30.915Z] OK: 217 MiB in 51 packages [2020-10-22T00:45:32.508Z] ---> 0e57229f9d18 [2020-10-22T00:45:32.508Z] Step 7/26 : RUN go mod download [2020-10-22T00:45:32.508Z] ---> 80ef7ff70196 [2020-10-22T00:45:32.508Z] Step 7/21 : RUN go mod download [2020-10-22T00:45:32.508Z] ---> Running in cd5d711a5809 [2020-10-22T00:45:32.508Z] ---> Running in 11f8950ee504 [2020-10-22T00:45:32.508Z] Removing intermediate container 45567492a65a [2020-10-22T00:45:32.508Z] ---> 3f2142d3eeb3 [2020-10-22T00:45:32.508Z] Step 6/27 : COPY go.mod . [2020-10-22T00:45:32.508Z] Removing intermediate container ac05d60ba2f3 [2020-10-22T00:45:32.508Z] ---> 43c8de430f43 [2020-10-22T00:45:32.508Z] Step 6/23 : COPY go.mod . [2020-10-22T00:45:33.522Z] Removing intermediate container 4181bfc94047 [2020-10-22T00:45:33.522Z] ---> 7c6f9f72cee5 [2020-10-22T00:45:33.522Z] Step 6/24 : COPY go.mod . [2020-10-22T00:45:33.813Z] ---> 14f511df6aab [2020-10-22T00:45:33.813Z] Step 7/27 : RUN go mod download [2020-10-22T00:45:33.813Z] ---> 9017cfcf3de5 [2020-10-22T00:45:33.813Z] Step 7/23 : RUN go mod download [2020-10-22T00:45:34.098Z] ---> Running in 37cc86194e02 [2020-10-22T00:45:34.098Z] ---> Running in 8bff1f3e1075 [2020-10-22T00:45:34.725Z] ---> 8750f4e60690 [2020-10-22T00:45:34.725Z] Step 7/24 : RUN go mod download [2020-10-22T00:45:35.344Z] ---> Running in d12fce29f97b [2020-10-22T00:45:38.034Z] Removing intermediate container 11f8950ee504 [2020-10-22T00:45:38.034Z] ---> d48f9d6d0ae7 [2020-10-22T00:45:38.034Z] Step 8/26 : COPY . . [2020-10-22T00:45:38.316Z] Removing intermediate container cd5d711a5809 [2020-10-22T00:45:38.316Z] ---> baf5fd3bb013 [2020-10-22T00:45:38.316Z] Step 8/21 : COPY . . [2020-10-22T00:45:41.787Z] Removing intermediate container 37cc86194e02 [2020-10-22T00:45:41.787Z] ---> 73855d48fa48 [2020-10-22T00:45:41.787Z] Step 8/27 : COPY . . [2020-10-22T00:45:41.787Z] Removing intermediate container 8bff1f3e1075 [2020-10-22T00:45:41.787Z] ---> 30f71d097062 [2020-10-22T00:45:41.787Z] Step 8/23 : COPY . . [2020-10-22T00:45:42.067Z] Removing intermediate container d12fce29f97b [2020-10-22T00:45:42.067Z] ---> 2e6014597252 [2020-10-22T00:45:42.067Z] Step 8/24 : COPY . . [2020-10-22T00:45:53.599Z] 2daf38717194: Pull complete [2020-10-22T00:45:53.599Z] 309017e8d7a4: Pull complete [2020-10-22T00:45:53.599Z] f7790dc9fd0f: Pull complete [2020-10-22T00:45:53.599Z] cac0ae9282c2: Pull complete [2020-10-22T00:45:53.599Z] 1f4cadf9a1ed: Pull complete [2020-10-22T00:45:53.599Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-10-22T00:45:53.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-10-22T00:45:54.549Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-22T00:45:54.549Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-22T00:45:54.549Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-22T00:45:54.811Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-22T00:45:54.811Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] [2020-10-22T00:45:55.074Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [238 kB] [2020-10-22T00:45:55.336Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-22T00:45:55.336Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2162 kB] [2020-10-22T00:45:55.598Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] [2020-10-22T00:45:55.598Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] [2020-10-22T00:45:55.598Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-10-22T00:45:55.598Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] [2020-10-22T00:45:55.598Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-22T00:45:55.598Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-22T00:45:56.173Z] Fetched 8158 kB in 2s (4517 kB/s) [2020-10-22T00:45:57.565Z] Reading package lists... [2020-10-22T00:45:59.491Z] 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: [2020-10-22T00:45:59.491Z] - README.md [2020-10-22T00:45:59.491Z] [2020-10-22T00:45:59.491Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-10-22T00:46:01.417Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-22T00:46:01.679Z] 0% [Connecting to archive.ubuntu.com (91.189.88.152)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.152) Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-22T00:46:01.679Z] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-22T00:46:01.679Z] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-22T00:46:03.568Z] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 44% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-22T00:46:06.126Z] Installing build dependencies: autoconf automake autopoint autotools-dev binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblua5.1-0 liblua5.1-0-dev libmpc3 libmpfr6 libmpx2 libncurses5-dev libnorm1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline-dev librhash0 libsigsegv2 libsodium23 libssl-dev libstdc++-7-dev libtinfo-dev libtool libtool-bin libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libyaml-0-2 libyaml-dev libzmq3-dev libzmq5 linux-libc-dev lua-any lua-sec lua-socket lua5.1 luarocks m4 make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config unzip wget zip zlib1g-dev [2020-10-22T00:46:07.502Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 51% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-10-22T00:46:07.766Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 72% Building dependency tree [2020-10-22T00:46:07.766Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-10-22T00:46:08.033Z] The following packages were automatically installed and are no longer required: [2020-10-22T00:46:08.033Z] libjq1 libonig4 [2020-10-22T00:46:08.033Z] Use 'sudo apt autoremove' to remove them. [2020-10-22T00:46:08.033Z] Suggested packages: [2020-10-22T00:46:08.033Z] autoconf-archive gnu-standards autoconf-doc gettext binutils-doc cmake-doc [2020-10-22T00:46:08.033Z] ninja-build cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg [2020-10-22T00:46:08.033Z] lib32stdc++6-7-dbg libx32stdc++6-7-dbg flex bison gdb gcc-doc libgcc1-dbg [2020-10-22T00:46:08.033Z] libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg [2020-10-22T00:46:08.033Z] libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg [2020-10-22T00:46:08.033Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-10-22T00:46:08.033Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn lrzip glibc-doc bzr [2020-10-22T00:46:08.033Z] gdbm-l10n libtool-doc ncurses-doc readline-doc libssl-doc libstdc++-7-doc [2020-10-22T00:46:08.033Z] gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc make-doc [2020-10-22T00:46:08.033Z] man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-10-22T00:46:08.033Z] | libterm-readline-perl-perl [2020-10-22T00:46:08.605Z] The following NEW packages will be installed: [2020-10-22T00:46:08.605Z] autoconf automake autopoint autotools-dev binutils binutils-common [2020-10-22T00:46:08.605Z] binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl [2020-10-22T00:46:08.605Z] dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base [2020-10-22T00:46:08.605Z] gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 [2020-10-22T00:46:08.605Z] lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 [2020-10-22T00:46:08.605Z] lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 [2020-10-22T00:46:08.605Z] libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl [2020-10-22T00:46:08.605Z] libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev [2020-10-22T00:46:08.605Z] libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 [2020-10-22T00:46:08.605Z] libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-10-22T00:46:08.605Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-10-22T00:46:08.605Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libltdl-dev [2020-10-22T00:46:08.605Z] libltdl7 liblua5.1-0 liblua5.1-0-dev libmpc3 libmpfr6 libmpx2 [2020-10-22T00:46:08.605Z] libncurses5-dev libnorm1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 [2020-10-22T00:46:08.605Z] libperl5.26 libpgm-5.2-0 libquadmath0 libreadline-dev librhash0 libsigsegv2 [2020-10-22T00:46:08.605Z] libsodium23 libssl-dev libstdc++-7-dev libtinfo-dev libtool libtool-bin [2020-10-22T00:46:08.605Z] libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 [2020-10-22T00:46:08.605Z] libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 [2020-10-22T00:46:08.605Z] libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libyaml-0-2 libyaml-dev [2020-10-22T00:46:08.605Z] libzmq3-dev libzmq5 linux-libc-dev lua-any lua-sec lua-socket lua5.1 [2020-10-22T00:46:08.605Z] luarocks m4 make manpages manpages-dev netbase patch perl perl-modules-5.26 [2020-10-22T00:46:08.605Z] pkg-config unzip wget zip zlib1g-dev [2020-10-22T00:46:08.605Z] 0 upgraded, 130 newly installed, 0 to remove and 30 not upgraded. [2020-10-22T00:46:08.605Z] Need to get 86.0 MB of archives. [2020-10-22T00:46:08.605Z] After this operation, 394 MB of additional disk space will be used. [2020-10-22T00:46:08.867Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-10-22T00:46:08.867Z] 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-10-22T00:46:09.053Z] ---> 1d7651f2bb56 [2020-10-22T00:46:09.053Z] Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read [2020-10-22T00:46:09.053Z] ---> 295fbda77bf2 [2020-10-22T00:46:09.053Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-10-22T00:46:09.053Z] ---> 9ff3f9973c8c [2020-10-22T00:46:09.053Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-10-22T00:46:09.053Z] ---> 1dac06ceabf5 [2020-10-22T00:46:09.053Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-10-22T00:46:09.053Z] ---> 6af56789ed86 [2020-10-22T00:46:09.053Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-10-22T00:46:09.053Z] ---> Running in bb86dc3b98a9 [2020-10-22T00:46:09.053Z] ---> Running in 1d71949553bd [2020-10-22T00:46:09.053Z] ---> Running in 11f01d223e7d [2020-10-22T00:46:09.053Z] ---> Running in a33c334270e9 [2020-10-22T00:46:09.053Z] ---> Running in 79e1cbfb6b62 [2020-10-22T00:46:09.703Z] 0% [2 perl-modules-5.26 4867 B/2763 kB 0%] 1% [2 perl-modules-5.26 715 kB/2763 kB 26%] 3% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-10-22T00:46:09.703Z] 3% [3 libgdbm5 9906 B/26.0 kB 38%] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-10-22T00:46:09.703Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-10-22T00:46:09.704Z] 3% [5 libperl5.26 66.1 kB/3527 kB 2%] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-10-22T00:46:09.704Z] 7% [6 perl 3170 B/201 kB 2%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-10-22T00:46:09.704Z] 7% [7 less 94.2 kB/112 kB 84%] 7% [Working] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB] [2020-10-22T00:46:09.704Z] 7% [8 libyaml-0-2 30.8 kB/47.2 kB 65%] 7% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-10-22T00:46:09.704Z] 7% [9 netbase 12.7 kB/12.7 kB 100%] 8% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-10-22T00:46:09.964Z] 8% [10 manpages 35.9 kB/1234 kB 3%] 9% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 wget amd64 1.19.4-1ubuntu2.2 [316 kB] [2020-10-22T00:46:09.964Z] 9% [11 wget 47.2 kB/316 kB 15%] 9% [Working] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB] [2020-10-22T00:46:09.964Z] 9% [12 libsigsegv2 14.7 kB/14.7 kB 100%] 10% [Working] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] [2020-10-22T00:46:09.964Z] 10% [13 m4 36.9 kB/197 kB 19%] 10% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] [2020-10-22T00:46:09.964Z] 10% [14 autoconf 42.8 kB/322 kB 13%] 10% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] [2020-10-22T00:46:09.964Z] 10% [15 autotools-dev 36.9 kB/39.6 kB 93%] 11% [Working] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] [2020-10-22T00:46:09.964Z] 11% [16 automake 0 B/509 kB 0%] 11% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] [2020-10-22T00:46:09.964Z] 11% [17 autopoint 23.5 kB/426 kB 6%] 12% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-10-22T00:46:09.964Z] 12% [18 binutils-common 28.7 kB/196 kB 15%] 12% [Working] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-10-22T00:46:09.964Z] 12% [19 libbinutils 56.0 kB/488 kB 11%] 13% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-10-22T00:46:09.964Z] 13% [20 binutils-x86-64-linux-gnu 26.8 kB/1839 kB 1%] 15% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-10-22T00:46:09.964Z] 15% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] [2020-10-22T00:46:09.964Z] 15% [22 libc-dev-bin 65.5 kB/71.8 kB 91%] 15% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] [2020-10-22T00:46:10.226Z] 15% [23 linux-libc-dev 12.0 kB/998 kB 1%] 16% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] [2020-10-22T00:46:10.226Z] 16% [24 libc6-dev 62.7 kB/2585 kB 2%] 19% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-10-22T00:46:10.226Z] 19% [25 gcc-7-base 18.3 kB/18.3 kB 100%] 19% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-10-22T00:46:10.226Z] 19% [26 libisl19 15.0 kB/551 kB 3%] 19% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-10-22T00:46:10.226Z] 19% [27 libmpfr6 53.1 kB/243 kB 22%] 20% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-10-22T00:46:10.226Z] 20% [28 libmpc3 0 B/40.8 kB 0%] 20% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-10-22T00:46:10.798Z] 20% [29 cpp-7 31.3 kB/8591 kB 0%] 28% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-10-22T00:46:10.798Z] 28% [30 cpp 25.1 kB/27.7 kB 91%] 28% [Working] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-10-22T00:46:10.798Z] 28% [31 libcc1-0 0 B/39.4 kB 0%] 28% [Working] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-10-22T00:46:10.798Z] 28% [32 libgomp1 23.1 kB/76.5 kB 30%] 29% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-10-22T00:46:10.798Z] 29% [33 libitm1 11.9 kB/27.9 kB 43%] 29% [Working] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-10-22T00:46:10.799Z] 29% [34 libatomic1 9192 B/9192 B 100%] 29% [Working] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-10-22T00:46:10.799Z] 29% [35 libasan4 39.8 kB/358 kB 11%] 29% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-10-22T00:46:10.799Z] 30% [36 liblsan0 8776 B/133 kB 7%] 30% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-10-22T00:46:10.799Z] 30% [37 libtsan0 6877 B/288 kB 2%] 30% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-10-22T00:46:10.799Z] 30% [38 libubsan0 3176 B/126 kB 3%] 30% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-10-22T00:46:11.060Z] 31% [39 libcilkrts5 42.5 kB/42.5 kB 100%] 31% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-10-22T00:46:11.060Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-10-22T00:46:11.060Z] 31% [41 libquadmath0 43.5 kB/134 kB 33%] 31% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-10-22T00:46:11.060Z] 31% [42 libgcc-7-dev 46.2 kB/2378 kB 2%] 33% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-10-22T00:46:11.321Z] 34% [43 gcc-7 39.5 kB/9381 kB 0%] 42% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-10-22T00:46:11.321Z] 43% [Working] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-10-22T00:46:11.584Z] 43% [45 libstdc++-7-dev 24.2 kB/1471 kB 2%] 44% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-10-22T00:46:12.156Z] 44% [46 g++-7 60.0 kB/9697 kB 1%] 53% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-10-22T00:46:12.156Z] 53% [47 g++ 0 B/1568 B 0%] 53% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-10-22T00:46:12.156Z] 53% [48 make 59.8 kB/154 kB 39%] 54% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-10-22T00:46:12.156Z] 54% [49 libdpkg-perl 0 B/211 kB 0%] 54% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-10-22T00:46:12.156Z] 54% [50 patch 21.9 kB/102 kB 21%] 54% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-10-22T00:46:12.156Z] 54% [51 dpkg-dev 50.8 kB/607 kB 8%] 55% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-10-22T00:46:12.156Z] 55% [52 build-essential 4758 B/4758 B 100%] 55% [Working] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] [2020-10-22T00:46:12.156Z] 55% [53 cmake-data 28.3 kB/1332 kB 2%] 57% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] [2020-10-22T00:46:12.156Z] 57% [54 libarchive13 12.3 kB/288 kB 4%] 57% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-10-22T00:46:12.156Z] 57% [55 libjsoncpp1 0 B/73.6 kB 0%] 57% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] [2020-10-22T00:46:12.156Z] 57% [56 librhash0 38.8 kB/78.1 kB 50%] 57% [Working] Get:57 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-10-22T00:46:12.156Z] 57% [57 libuv1 8192 B/64.4 kB 13%] 58% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-10-22T00:46:12.418Z] 58% [58 cmake 26.9 kB/3152 kB 1%] 61% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-10-22T00:46:12.418Z] 61% [59 curl 20.2 kB/159 kB 13%] 61% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-10-22T00:46:12.418Z] 61% [60 libfakeroot 25.9 kB/25.9 kB 100%] 61% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-10-22T00:46:12.419Z] 61% [61 fakeroot 31.7 kB/62.3 kB 51%] 61% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] [2020-10-22T00:46:12.419Z] 61% [62 libc6-i386 34.6 kB/2650 kB 1%] 64% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] [2020-10-22T00:46:12.419Z] 64% [63 libc6-dev-i386 13.0 kB/1817 kB 1%] 66% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] [2020-10-22T00:46:12.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2020-10-22T00:46:12.541Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2020-10-22T00:46:12.680Z] 66% [64 libc6-x32 23.0 kB/2847 kB 1%] 69% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] [2020-10-22T00:46:12.680Z] 69% [65 libc6-dev-x32 27.4 kB/2018 kB 1%] 71% [Waiting for headers] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] [2020-10-22T00:46:12.680Z] 71% [66 lib32gcc1 24.6 kB/48.1 kB 51%] 71% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] [2020-10-22T00:46:12.680Z] 71% [67 libx32gcc1 4096 B/40.5 kB 10%] 71% [Working] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-10-22T00:46:12.680Z] 71% [68 lib32gomp1 24.6 kB/83.7 kB 29%] 71% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] [2020-10-22T00:46:12.680Z] 71% [69 libx32gomp1 30.3 kB/77.8 kB 39%] 72% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-10-22T00:46:12.680Z] 72% [70 lib32itm1 17.8 kB/30.0 kB 59%] 72% [Working] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-10-22T00:46:12.680Z] 72% [71 libx32itm1 28.1 kB/28.1 kB 100%] 72% [Working] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-10-22T00:46:12.680Z] 72% [72 lib32atomic1 8664 B/8664 B 100%] 72% [Working] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-10-22T00:46:12.680Z] 72% [73 libx32atomic1 8192 B/9188 B 89%] 72% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-10-22T00:46:12.942Z] 72% [74 lib32asan4 12.3 kB/362 kB 3%] 73% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] [2020-10-22T00:46:12.943Z] 73% [75 libx32asan4 37.1 kB/351 kB 11%] 73% [Waiting for headers] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] [2020-10-22T00:46:12.943Z] 73% [76 lib32stdc++6 70.6 kB/415 kB 17%] 74% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] [2020-10-22T00:46:12.943Z] 74% [77 lib32ubsan0 41.0 kB/140 kB 29%] 74% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-10-22T00:46:12.943Z] 74% [78 libx32stdc++6 48.3 kB/387 kB 12%] 75% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] [2020-10-22T00:46:12.943Z] 75% [79 libx32ubsan0 53.8 kB/127 kB 42%] 75% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-10-22T00:46:12.943Z] 75% [80 lib32cilkrts5 47.2 kB/47.2 kB 100%] 75% [Working] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-10-22T00:46:12.943Z] 75% [81 libx32cilkrts5 4096 B/43.0 kB 10%] 75% [Working] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-10-22T00:46:12.943Z] 75% [82 lib32mpx2 0 B/12.9 kB 0%] 75% [Working] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-10-22T00:46:12.943Z] 75% [83 lib32quadmath0 19.0 kB/208 kB 9%] 76% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] [2020-10-22T00:46:12.943Z] 76% [84 libx32quadmath0 36.9 kB/135 kB 27%] 76% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] [2020-10-22T00:46:13.151Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2020-10-22T00:46:13.204Z] 76% [85 lib32gcc-7-dev 28.7 kB/2211 kB 1%] 78% [Waiting for headers] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] [2020-10-22T00:46:13.204Z] 78% [86 libx32gcc-7-dev 20.3 kB/1999 kB 1%] 80% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] [2020-10-22T00:46:13.204Z] 80% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-10-22T00:46:13.204Z] 80% [88 lib32stdc++-7-dev 51.3 kB/626 kB 8%] 81% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] [2020-10-22T00:46:13.204Z] 81% [89 libx32stdc++-7-dev 14.6 kB/582 kB 3%] 82% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] [2020-10-22T00:46:13.204Z] 82% [90 g++-7-multilib 1064 B/1064 B 100%] 82% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-10-22T00:46:13.204Z] 82% [91 gcc-multilib 1428 B/1428 B 100%] 82% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-10-22T00:46:13.204Z] 82% [92 g++-multilib 1020 B/1020 B 100%] 82% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-10-22T00:46:13.204Z] 82% [93 libcurl3-gnutls 17.8 kB/213 kB 8%] 83% [Waiting for headers] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-10-22T00:46:13.204Z] 83% [94 liberror-perl 22.8 kB/22.8 kB 100%] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-10-22T00:46:13.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2020-10-22T00:46:13.430Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2020-10-22T00:46:13.465Z] 83% [95 git-man 44.1 kB/804 kB 5%] 84% [Working] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-10-22T00:46:13.465Z] 84% [96 git 26.7 kB/3915 kB 1%] 87% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-10-22T00:46:13.465Z] 87% [97 libalgorithm-diff-perl 27.1 kB/47.6 kB 57%] 88% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-10-22T00:46:13.465Z] 88% [98 libalgorithm-diff-xs-perl 7535 B/11.1 kB 68%] 88% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-10-22T00:46:13.465Z] 88% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-10-22T00:46:13.465Z] 88% [100 libfile-fcntllock-perl 19.9 kB/33.2 kB 60%] 88% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] [2020-10-22T00:46:13.728Z] 88% [101 libltdl7 10.9 kB/38.8 kB 28%] 88% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] [2020-10-22T00:46:13.993Z] 88% [102 libltdl-dev 12.6 kB/162 kB 8%] 89% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblua5.1-0 amd64 5.1.5-8.1build2 [100 kB] [2020-10-22T00:46:13.993Z] 89% [103 liblua5.1-0 7445 B/100 kB 7%] Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo-dev amd64 6.1-1ubuntu1.18.04 [81.3 kB] [2020-10-22T00:46:14.256Z] 89% [104 libtinfo-dev 56.3 kB/81.3 kB 69%] 89% [Waiting for headers] Get:105 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline-dev amd64 7.0-3 [133 kB] [2020-10-22T00:46:14.256Z] 89% [105 libreadline-dev 492 B/133 kB 0%] Get:106 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblua5.1-0-dev amd64 5.1.5-8.1build2 [119 kB] [2020-10-22T00:46:14.256Z] 89% [106 liblua5.1-0-dev 2421 B/119 kB 2%] 90% [Waiting for headers] Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5-dev amd64 6.1-1ubuntu1.18.04 [174 kB] [2020-10-22T00:46:14.256Z] 90% [107 libncurses5-dev 4262 B/174 kB 2%] 90% [Waiting for headers] Get:108 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-10-22T00:46:14.256Z] 90% [108 libnorm1 6035 B/224 kB 3%] 90% [Waiting for headers] Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB] [2020-10-22T00:46:14.256Z] 90% [109 libpcre16-3 220 B/147 kB 0%] 91% [Waiting for headers] Get:110 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre32-3 amd64 2:8.39-9 [138 kB] [2020-10-22T00:46:14.256Z] 91% [110 libpcre32-3 961 B/138 kB 1%] Get:111 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcrecpp0v5 amd64 2:8.39-9 [15.3 kB] [2020-10-22T00:46:14.256Z] 91% [111 libpcrecpp0v5 3256 B/15.3 kB 21%] Get:112 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3-dev amd64 2:8.39-9 [537 kB] [2020-10-22T00:46:14.520Z] 91% [112 libpcre3-dev 8317 B/537 kB 2%] 92% [Waiting for headers] Get:113 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-10-22T00:46:14.520Z] 92% [113 libpgm-5.2-0 5974 B/157 kB 4%] 92% [Waiting for headers] Get:114 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-10-22T00:46:14.520Z] 92% [114 libsodium23 0 B/143 kB 0%] 92% [Waiting for headers] Get:115 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.6 [1566 kB] [2020-10-22T00:46:14.520Z] 92% [115 libssl-dev 12.0 kB/1566 kB 1%] 94% [Waiting for headers] Get:116 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] [2020-10-22T00:46:14.520Z] 94% [116 libtool 34.7 kB/194 kB 18%] 94% [Waiting for headers] Get:117 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool-bin amd64 2.4.6-2 [79.5 kB] [2020-10-22T00:46:14.520Z] 94% [117 libtool-bin 12.4 kB/79.5 kB 16%] 95% [Working] Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-10-22T00:46:14.520Z] 95% [118 libzmq5 22.9 kB/221 kB 10%] 95% [Working] Get:119 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-10-22T00:46:14.520Z] 95% [119 libzmq3-dev 32.9 kB/400 kB 8%] 95% [Waiting for headers] Get:120 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua5.1 amd64 5.1.5-8.1build2 [93.2 kB] [2020-10-22T00:46:14.520Z] 95% [120 lua5.1 32.3 kB/93.2 kB 35%] 96% [Waiting for headers] Get:121 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-any all 24 [4718 B] [2020-10-22T00:46:14.520Z] 96% [121 lua-any 4718 B/4718 B 100%] 96% [Working] Get:122 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] [2020-10-22T00:46:14.520Z] 96% [122 lua-socket 23.7 kB/70.5 kB 34%] 96% [Waiting for headers] Get:123 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-sec amd64 0.6-4 [29.5 kB] [2020-10-22T00:46:14.520Z] 96% [123 lua-sec 18.5 kB/29.5 kB 63%] 96% [Working] Get:124 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-10-22T00:46:14.520Z] 96% [124 zip 44.5 kB/167 kB 27%] 97% [Waiting for headers] Get:125 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-10-22T00:46:14.520Z] 97% [125 unzip 17.8 kB/167 kB 11%] 97% [Waiting for headers] Get:126 http://archive.ubuntu.com/ubuntu bionic/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] [2020-10-22T00:46:14.520Z] 97% [126 luarocks 36.9 kB/97.6 kB 38%] 97% [Working] Get:127 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-10-22T00:46:14.520Z] 97% [127 manpages-dev 0 B/2217 kB 0%] 99% [Waiting for headers] 14.2 MB/s 0s Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-10-22T00:46:14.782Z] 99% [128 pkg-config 26.0 kB/45.0 kB 58%] 14.2 MB/s 0s 99% [Waiting for headers] 14.2 MB/s 0s Get:129 http://archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] [2020-10-22T00:46:14.782Z] 100% [129 zlib1g-dev 45.1 kB/176 kB 26%] 14.2 MB/s 0s 100% [Waiting for headers] 14.2 MB/s 0s Get:130 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] [2020-10-22T00:46:14.782Z] 100% [130 libyaml-dev 55.7 kB/55.7 kB 100%] 14.2 MB/s 0s 100% [Working] 14.2 MB/s 0s Fetched 86.0 MB in 6s (14.1 MB/s) [2020-10-22T00:46:14.782Z] debconf: delaying package configuration, since apt-utils is not installed [2020-10-22T00:46:15.045Z] Selecting previously unselected package liblocale-gettext-perl. [2020-10-22T00:46:15.045Z] (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 ... 9889 files and directories currently installed.) [2020-10-22T00:46:15.045Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-10-22T00:46:15.045Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-10-22T00:46:15.045Z] Selecting previously unselected package perl-modules-5.26. [2020-10-22T00:46:15.045Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-10-22T00:46:15.045Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-22T00:46:15.991Z] Selecting previously unselected package libgdbm5:amd64. [2020-10-22T00:46:15.991Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-10-22T00:46:15.991Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-10-22T00:46:16.254Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-10-22T00:46:16.254Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-10-22T00:46:16.254Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-22T00:46:16.254Z] Selecting previously unselected package libperl5.26:amd64. [2020-10-22T00:46:16.254Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-10-22T00:46:16.254Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-10-22T00:46:16.829Z] Selecting previously unselected package perl. [2020-10-22T00:46:16.829Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-10-22T00:46:16.829Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-10-22T00:46:16.829Z] Selecting previously unselected package less. [2020-10-22T00:46:16.829Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-10-22T00:46:16.829Z] Unpacking less (487-0.1) ... [2020-10-22T00:46:17.090Z] Selecting previously unselected package libyaml-0-2:amd64. [2020-10-22T00:46:17.090Z] Preparing to unpack .../007-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ... [2020-10-22T00:46:17.090Z] Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... [2020-10-22T00:46:17.090Z] Selecting previously unselected package netbase. [2020-10-22T00:46:17.090Z] Preparing to unpack .../008-netbase_5.4_all.deb ... [2020-10-22T00:46:17.090Z] Unpacking netbase (5.4) ... [2020-10-22T00:46:17.090Z] Selecting previously unselected package manpages. [2020-10-22T00:46:17.090Z] Preparing to unpack .../009-manpages_4.15-1_all.deb ... [2020-10-22T00:46:17.090Z] Unpacking manpages (4.15-1) ... [2020-10-22T00:46:17.355Z] Selecting previously unselected package wget. [2020-10-22T00:46:17.355Z] Preparing to unpack .../010-wget_1.19.4-1ubuntu2.2_amd64.deb ... [2020-10-22T00:46:17.355Z] Unpacking wget (1.19.4-1ubuntu2.2) ... [2020-10-22T00:46:17.355Z] Selecting previously unselected package libsigsegv2:amd64. [2020-10-22T00:46:17.355Z] Preparing to unpack .../011-libsigsegv2_2.12-1_amd64.deb ... [2020-10-22T00:46:17.355Z] Unpacking libsigsegv2:amd64 (2.12-1) ... [2020-10-22T00:46:17.619Z] Selecting previously unselected package m4. [2020-10-22T00:46:17.619Z] Preparing to unpack .../012-m4_1.4.18-1_amd64.deb ... [2020-10-22T00:46:17.619Z] Unpacking m4 (1.4.18-1) ... [2020-10-22T00:46:17.619Z] Selecting previously unselected package autoconf. [2020-10-22T00:46:17.619Z] Preparing to unpack .../013-autoconf_2.69-11_all.deb ... [2020-10-22T00:46:17.619Z] Unpacking autoconf (2.69-11) ... [2020-10-22T00:46:17.619Z] Selecting previously unselected package autotools-dev. [2020-10-22T00:46:17.619Z] Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... [2020-10-22T00:46:17.619Z] Unpacking autotools-dev (20180224.1) ... [2020-10-22T00:46:17.885Z] Selecting previously unselected package automake. [2020-10-22T00:46:17.885Z] Preparing to unpack .../015-automake_1%3a1.15.1-3ubuntu2_all.deb ... [2020-10-22T00:46:17.885Z] Unpacking automake (1:1.15.1-3ubuntu2) ... [2020-10-22T00:46:17.885Z] Selecting previously unselected package autopoint. [2020-10-22T00:46:17.885Z] Preparing to unpack .../016-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... [2020-10-22T00:46:17.885Z] Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... [2020-10-22T00:46:18.149Z] Selecting previously unselected package binutils-common:amd64. [2020-10-22T00:46:18.149Z] Preparing to unpack .../017-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-22T00:46:18.149Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:46:18.149Z] Selecting previously unselected package libbinutils:amd64. [2020-10-22T00:46:18.149Z] Preparing to unpack .../018-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-22T00:46:18.149Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:46:18.149Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-10-22T00:46:18.149Z] Preparing to unpack .../019-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-22T00:46:18.414Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:46:18.677Z] Selecting previously unselected package binutils. [2020-10-22T00:46:18.677Z] Preparing to unpack .../020-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-10-22T00:46:18.677Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:46:18.677Z] Selecting previously unselected package libc-dev-bin. [2020-10-22T00:46:18.677Z] Preparing to unpack .../021-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... [2020-10-22T00:46:18.677Z] Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-22T00:46:18.677Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-10-22T00:46:18.677Z] Preparing to unpack .../022-linux-libc-dev_4.15.0-122.124_amd64.deb ... [2020-10-22T00:46:18.677Z] Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-22T00:46:19.263Z] Selecting previously unselected package libc6-dev:amd64. [2020-10-22T00:46:19.263Z] Preparing to unpack .../023-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... [2020-10-22T00:46:19.263Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-22T00:46:19.844Z] Selecting previously unselected package gcc-7-base:amd64. [2020-10-22T00:46:19.844Z] Preparing to unpack .../024-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:19.844Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:19.844Z] Selecting previously unselected package libisl19:amd64. [2020-10-22T00:46:19.844Z] Preparing to unpack .../025-libisl19_0.19-1_amd64.deb ... [2020-10-22T00:46:19.844Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-10-22T00:46:19.844Z] Selecting previously unselected package libmpfr6:amd64. [2020-10-22T00:46:19.844Z] Preparing to unpack .../026-libmpfr6_4.0.1-1_amd64.deb ... [2020-10-22T00:46:19.844Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-10-22T00:46:20.108Z] Selecting previously unselected package libmpc3:amd64. [2020-10-22T00:46:20.108Z] Preparing to unpack .../027-libmpc3_1.1.0-1_amd64.deb ... [2020-10-22T00:46:20.108Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-10-22T00:46:20.108Z] Selecting previously unselected package cpp-7. [2020-10-22T00:46:20.108Z] Preparing to unpack .../028-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:20.108Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:21.063Z] Selecting previously unselected package cpp. [2020-10-22T00:46:21.063Z] Preparing to unpack .../029-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-22T00:46:21.063Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:46:21.063Z] Selecting previously unselected package libcc1-0:amd64. [2020-10-22T00:46:21.063Z] Preparing to unpack .../030-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:21.063Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:21.063Z] Selecting previously unselected package libgomp1:amd64. [2020-10-22T00:46:21.063Z] Preparing to unpack .../031-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:21.063Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:21.334Z] Selecting previously unselected package libitm1:amd64. [2020-10-22T00:46:21.334Z] Preparing to unpack .../032-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:21.334Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:21.334Z] Selecting previously unselected package libatomic1:amd64. [2020-10-22T00:46:21.334Z] Preparing to unpack .../033-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:21.334Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:21.334Z] Selecting previously unselected package libasan4:amd64. [2020-10-22T00:46:21.334Z] Preparing to unpack .../034-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:21.334Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:21.599Z] Selecting previously unselected package liblsan0:amd64. [2020-10-22T00:46:21.599Z] Preparing to unpack .../035-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:21.599Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:21.599Z] Selecting previously unselected package libtsan0:amd64. [2020-10-22T00:46:21.599Z] Preparing to unpack .../036-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:21.599Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:21.865Z] Selecting previously unselected package libubsan0:amd64. [2020-10-22T00:46:21.865Z] Preparing to unpack .../037-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:21.865Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:21.865Z] Selecting previously unselected package libcilkrts5:amd64. [2020-10-22T00:46:21.865Z] Preparing to unpack .../038-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:21.865Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:21.865Z] Selecting previously unselected package libmpx2:amd64. [2020-10-22T00:46:21.865Z] Preparing to unpack .../039-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:21.865Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:21.865Z] Selecting previously unselected package libquadmath0:amd64. [2020-10-22T00:46:21.865Z] Preparing to unpack .../040-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:22.137Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:22.137Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-10-22T00:46:22.137Z] Preparing to unpack .../041-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:22.137Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:22.402Z] Selecting previously unselected package gcc-7. [2020-10-22T00:46:22.402Z] Preparing to unpack .../042-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:22.402Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:23.356Z] Selecting previously unselected package gcc. [2020-10-22T00:46:23.356Z] Preparing to unpack .../043-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-22T00:46:23.356Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:46:23.356Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-10-22T00:46:23.356Z] Preparing to unpack .../044-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:23.356Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:24.309Z] Selecting previously unselected package g++-7. [2020-10-22T00:46:24.309Z] Preparing to unpack .../045-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:24.309Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:25.277Z] Selecting previously unselected package g++. [2020-10-22T00:46:25.277Z] Preparing to unpack .../046-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-22T00:46:25.277Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:46:25.277Z] Selecting previously unselected package make. [2020-10-22T00:46:25.277Z] Preparing to unpack .../047-make_4.1-9.1ubuntu1_amd64.deb ... [2020-10-22T00:46:25.277Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-10-22T00:46:25.277Z] Selecting previously unselected package libdpkg-perl. [2020-10-22T00:46:25.277Z] Preparing to unpack .../048-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-10-22T00:46:25.277Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-22T00:46:25.277Z] Selecting previously unselected package patch. [2020-10-22T00:46:25.277Z] Preparing to unpack .../049-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-10-22T00:46:25.277Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-10-22T00:46:25.542Z] Selecting previously unselected package dpkg-dev. [2020-10-22T00:46:25.542Z] Preparing to unpack .../050-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-10-22T00:46:25.542Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-22T00:46:25.542Z] Selecting previously unselected package build-essential. [2020-10-22T00:46:25.542Z] Preparing to unpack .../051-build-essential_12.4ubuntu1_amd64.deb ... [2020-10-22T00:46:25.542Z] Unpacking build-essential (12.4ubuntu1) ... [2020-10-22T00:46:25.542Z] Selecting previously unselected package cmake-data. [2020-10-22T00:46:25.542Z] Preparing to unpack .../052-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-10-22T00:46:25.542Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-22T00:46:26.510Z] Selecting previously unselected package libarchive13:amd64. [2020-10-22T00:46:26.510Z] Preparing to unpack .../053-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-10-22T00:46:26.510Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-22T00:46:26.784Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-10-22T00:46:26.784Z] Preparing to unpack .../054-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-10-22T00:46:26.784Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-22T00:46:26.784Z] Selecting previously unselected package librhash0:amd64. [2020-10-22T00:46:26.784Z] Preparing to unpack .../055-librhash0_1.3.6-2_amd64.deb ... [2020-10-22T00:46:26.784Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-10-22T00:46:26.784Z] Selecting previously unselected package libuv1:amd64. [2020-10-22T00:46:26.784Z] Preparing to unpack .../056-libuv1_1.18.0-3_amd64.deb ... [2020-10-22T00:46:26.784Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-10-22T00:46:27.049Z] Selecting previously unselected package cmake. [2020-10-22T00:46:27.049Z] Preparing to unpack .../057-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-10-22T00:46:27.049Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-22T00:46:27.321Z] Selecting previously unselected package curl. [2020-10-22T00:46:27.321Z] Preparing to unpack .../058-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-22T00:46:27.321Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-10-22T00:46:27.594Z] Selecting previously unselected package libfakeroot:amd64. [2020-10-22T00:46:27.594Z] Preparing to unpack .../059-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-22T00:46:27.594Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-22T00:46:27.594Z] Selecting previously unselected package fakeroot. [2020-10-22T00:46:27.594Z] Preparing to unpack .../060-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-10-22T00:46:27.594Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-10-22T00:46:27.594Z] Selecting previously unselected package libc6-i386. [2020-10-22T00:46:27.594Z] Preparing to unpack .../061-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-22T00:46:27.594Z] Unpacking libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-22T00:46:28.178Z] Selecting previously unselected package libc6-dev-i386. [2020-10-22T00:46:28.178Z] Preparing to unpack .../062-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... [2020-10-22T00:46:28.178Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-22T00:46:28.456Z] Selecting previously unselected package libc6-x32. [2020-10-22T00:46:28.456Z] Preparing to unpack .../063-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-22T00:46:28.456Z] Unpacking libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-22T00:46:29.042Z] Selecting previously unselected package libc6-dev-x32. [2020-10-22T00:46:29.042Z] Preparing to unpack .../064-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... [2020-10-22T00:46:29.043Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-22T00:46:29.315Z] Selecting previously unselected package lib32gcc1. [2020-10-22T00:46:29.315Z] Preparing to unpack .../065-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:29.315Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:29.316Z] Selecting previously unselected package libx32gcc1. [2020-10-22T00:46:29.316Z] Preparing to unpack .../066-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:29.316Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:29.594Z] Selecting previously unselected package lib32gomp1. [2020-10-22T00:46:29.594Z] Preparing to unpack .../067-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:29.594Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:29.594Z] Selecting previously unselected package libx32gomp1. [2020-10-22T00:46:29.594Z] Preparing to unpack .../068-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:29.594Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:29.594Z] Selecting previously unselected package lib32itm1. [2020-10-22T00:46:29.594Z] Preparing to unpack .../069-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:29.594Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:29.864Z] Selecting previously unselected package libx32itm1. [2020-10-22T00:46:29.864Z] Preparing to unpack .../070-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:29.864Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:29.864Z] Selecting previously unselected package lib32atomic1. [2020-10-22T00:46:29.864Z] Preparing to unpack .../071-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:29.864Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:29.864Z] Selecting previously unselected package libx32atomic1. [2020-10-22T00:46:29.864Z] Preparing to unpack .../072-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:29.864Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:30.130Z] Selecting previously unselected package lib32asan4. [2020-10-22T00:46:30.130Z] Preparing to unpack .../073-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:30.130Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:30.130Z] Selecting previously unselected package libx32asan4. [2020-10-22T00:46:30.130Z] Preparing to unpack .../074-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:30.130Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:30.130Z] Selecting previously unselected package lib32stdc++6. [2020-10-22T00:46:30.130Z] Preparing to unpack .../075-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:30.409Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:30.409Z] Selecting previously unselected package lib32ubsan0. [2020-10-22T00:46:30.409Z] Preparing to unpack .../076-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:30.409Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:30.409Z] Selecting previously unselected package libx32stdc++6. [2020-10-22T00:46:30.409Z] Preparing to unpack .../077-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:30.409Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:30.679Z] Selecting previously unselected package libx32ubsan0. [2020-10-22T00:46:30.679Z] Preparing to unpack .../078-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:30.679Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:30.679Z] Selecting previously unselected package lib32cilkrts5. [2020-10-22T00:46:30.679Z] Preparing to unpack .../079-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:30.679Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:30.962Z] Selecting previously unselected package libx32cilkrts5. [2020-10-22T00:46:30.962Z] Preparing to unpack .../080-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:30.962Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:30.962Z] Selecting previously unselected package lib32mpx2. [2020-10-22T00:46:30.962Z] Preparing to unpack .../081-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:30.962Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:30.962Z] Selecting previously unselected package lib32quadmath0. [2020-10-22T00:46:30.962Z] Preparing to unpack .../082-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:30.962Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:31.271Z] Selecting previously unselected package libx32quadmath0. [2020-10-22T00:46:31.271Z] Preparing to unpack .../083-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:31.271Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:31.271Z] Selecting previously unselected package lib32gcc-7-dev. [2020-10-22T00:46:31.271Z] Preparing to unpack .../084-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:31.271Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:31.552Z] Selecting previously unselected package libx32gcc-7-dev. [2020-10-22T00:46:31.552Z] Preparing to unpack .../085-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:31.552Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:31.827Z] Selecting previously unselected package gcc-7-multilib. [2020-10-22T00:46:31.827Z] Preparing to unpack .../086-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:31.827Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:31.827Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-10-22T00:46:31.827Z] Preparing to unpack .../087-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:31.827Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:32.100Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-10-22T00:46:32.100Z] Preparing to unpack .../088-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:32.100Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:32.369Z] Selecting previously unselected package g++-7-multilib. [2020-10-22T00:46:32.370Z] Preparing to unpack .../089-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-10-22T00:46:32.370Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:32.370Z] Selecting previously unselected package gcc-multilib. [2020-10-22T00:46:32.370Z] Preparing to unpack .../090-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-22T00:46:32.370Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:46:32.370Z] Selecting previously unselected package g++-multilib. [2020-10-22T00:46:32.370Z] Preparing to unpack .../091-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-10-22T00:46:32.370Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:46:32.634Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-10-22T00:46:32.634Z] Preparing to unpack .../092-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-10-22T00:46:32.634Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-22T00:46:32.634Z] Selecting previously unselected package liberror-perl. [2020-10-22T00:46:32.634Z] Preparing to unpack .../093-liberror-perl_0.17025-1_all.deb ... [2020-10-22T00:46:32.634Z] Unpacking liberror-perl (0.17025-1) ... [2020-10-22T00:46:32.634Z] Selecting previously unselected package git-man. [2020-10-22T00:46:32.634Z] Preparing to unpack .../094-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-10-22T00:46:32.634Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-22T00:46:32.907Z] Selecting previously unselected package git. [2020-10-22T00:46:32.907Z] Preparing to unpack .../095-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-10-22T00:46:32.907Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-10-22T00:46:33.498Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-10-22T00:46:33.498Z] Preparing to unpack .../096-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-10-22T00:46:33.498Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-10-22T00:46:33.768Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-10-22T00:46:33.768Z] Preparing to unpack .../097-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-10-22T00:46:33.768Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-22T00:46:33.768Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-10-22T00:46:33.768Z] Preparing to unpack .../098-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-10-22T00:46:33.768Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-10-22T00:46:33.768Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-10-22T00:46:33.768Z] Preparing to unpack .../099-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-10-22T00:46:33.768Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-10-22T00:46:33.768Z] Selecting previously unselected package libltdl7:amd64. [2020-10-22T00:46:33.768Z] Preparing to unpack .../100-libltdl7_2.4.6-2_amd64.deb ... [2020-10-22T00:46:33.768Z] Unpacking libltdl7:amd64 (2.4.6-2) ... [2020-10-22T00:46:34.045Z] Selecting previously unselected package libltdl-dev:amd64. [2020-10-22T00:46:34.045Z] Preparing to unpack .../101-libltdl-dev_2.4.6-2_amd64.deb ... [2020-10-22T00:46:34.045Z] Unpacking libltdl-dev:amd64 (2.4.6-2) ... [2020-10-22T00:46:34.045Z] Selecting previously unselected package liblua5.1-0:amd64. [2020-10-22T00:46:34.045Z] Preparing to unpack .../102-liblua5.1-0_5.1.5-8.1build2_amd64.deb ... [2020-10-22T00:46:34.045Z] Unpacking liblua5.1-0:amd64 (5.1.5-8.1build2) ... [2020-10-22T00:46:34.045Z] Selecting previously unselected package libtinfo-dev:amd64. [2020-10-22T00:46:34.045Z] Preparing to unpack .../103-libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb ... [2020-10-22T00:46:34.045Z] Unpacking libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-22T00:46:34.311Z] Selecting previously unselected package libreadline-dev:amd64. [2020-10-22T00:46:34.311Z] Preparing to unpack .../104-libreadline-dev_7.0-3_amd64.deb ... [2020-10-22T00:46:34.311Z] Unpacking libreadline-dev:amd64 (7.0-3) ... [2020-10-22T00:46:34.311Z] Selecting previously unselected package liblua5.1-0-dev:amd64. [2020-10-22T00:46:34.311Z] Preparing to unpack .../105-liblua5.1-0-dev_5.1.5-8.1build2_amd64.deb ... [2020-10-22T00:46:34.311Z] Unpacking liblua5.1-0-dev:amd64 (5.1.5-8.1build2) ... [2020-10-22T00:46:34.311Z] Selecting previously unselected package libncurses5-dev:amd64. [2020-10-22T00:46:34.311Z] Preparing to unpack .../106-libncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ... [2020-10-22T00:46:34.311Z] Unpacking libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-22T00:46:34.596Z] Selecting previously unselected package libnorm1:amd64. [2020-10-22T00:46:34.596Z] Preparing to unpack .../107-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-10-22T00:46:34.596Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-22T00:46:34.596Z] Selecting previously unselected package libpcre16-3:amd64. [2020-10-22T00:46:34.596Z] Preparing to unpack .../108-libpcre16-3_2%3a8.39-9_amd64.deb ... [2020-10-22T00:46:34.596Z] Unpacking libpcre16-3:amd64 (2:8.39-9) ... [2020-10-22T00:46:34.596Z] Selecting previously unselected package libpcre32-3:amd64. [2020-10-22T00:46:34.596Z] Preparing to unpack .../109-libpcre32-3_2%3a8.39-9_amd64.deb ... [2020-10-22T00:46:34.596Z] Unpacking libpcre32-3:amd64 (2:8.39-9) ... [2020-10-22T00:46:34.870Z] Selecting previously unselected package libpcrecpp0v5:amd64. [2020-10-22T00:46:34.871Z] Preparing to unpack .../110-libpcrecpp0v5_2%3a8.39-9_amd64.deb ... [2020-10-22T00:46:34.871Z] Unpacking libpcrecpp0v5:amd64 (2:8.39-9) ... [2020-10-22T00:46:34.871Z] Selecting previously unselected package libpcre3-dev:amd64. [2020-10-22T00:46:34.871Z] Preparing to unpack .../111-libpcre3-dev_2%3a8.39-9_amd64.deb ... [2020-10-22T00:46:34.871Z] Unpacking libpcre3-dev:amd64 (2:8.39-9) ... [2020-10-22T00:46:34.871Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-10-22T00:46:34.871Z] Preparing to unpack .../112-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-10-22T00:46:35.140Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-22T00:46:35.140Z] Selecting previously unselected package libsodium23:amd64. [2020-10-22T00:46:35.140Z] Preparing to unpack .../113-libsodium23_1.0.16-2_amd64.deb ... [2020-10-22T00:46:35.140Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-10-22T00:46:35.140Z] Selecting previously unselected package libssl-dev:amd64. [2020-10-22T00:46:35.140Z] Preparing to unpack .../114-libssl-dev_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... [2020-10-22T00:46:35.140Z] Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-10-22T00:46:35.410Z] Selecting previously unselected package libtool. [2020-10-22T00:46:35.410Z] Preparing to unpack .../115-libtool_2.4.6-2_all.deb ... [2020-10-22T00:46:35.410Z] Unpacking libtool (2.4.6-2) ... [2020-10-22T00:46:35.410Z] Selecting previously unselected package libtool-bin. [2020-10-22T00:46:35.410Z] Preparing to unpack .../116-libtool-bin_2.4.6-2_amd64.deb ... [2020-10-22T00:46:35.410Z] Unpacking libtool-bin (2.4.6-2) ... [2020-10-22T00:46:35.685Z] Selecting previously unselected package libzmq5:amd64. [2020-10-22T00:46:35.685Z] Preparing to unpack .../117-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-22T00:46:35.685Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-22T00:46:35.685Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-10-22T00:46:35.685Z] Preparing to unpack .../118-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-10-22T00:46:35.685Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-22T00:46:35.951Z] Selecting previously unselected package lua5.1. [2020-10-22T00:46:35.951Z] Preparing to unpack .../119-lua5.1_5.1.5-8.1build2_amd64.deb ... [2020-10-22T00:46:35.951Z] Unpacking lua5.1 (5.1.5-8.1build2) ... [2020-10-22T00:46:35.951Z] Selecting previously unselected package lua-any. [2020-10-22T00:46:35.951Z] Preparing to unpack .../120-lua-any_24_all.deb ... [2020-10-22T00:46:35.951Z] Unpacking lua-any (24) ... [2020-10-22T00:46:35.951Z] Selecting previously unselected package lua-socket:amd64. [2020-10-22T00:46:35.951Z] Preparing to unpack .../121-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... [2020-10-22T00:46:35.951Z] Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... [2020-10-22T00:46:35.951Z] Selecting previously unselected package lua-sec:amd64. [2020-10-22T00:46:35.951Z] Preparing to unpack .../122-lua-sec_0.6-4_amd64.deb ... [2020-10-22T00:46:35.951Z] Unpacking lua-sec:amd64 (0.6-4) ... [2020-10-22T00:46:36.219Z] Selecting previously unselected package zip. [2020-10-22T00:46:36.219Z] Preparing to unpack .../123-zip_3.0-11build1_amd64.deb ... [2020-10-22T00:46:36.219Z] Unpacking zip (3.0-11build1) ... [2020-10-22T00:46:36.219Z] Selecting previously unselected package unzip. [2020-10-22T00:46:36.219Z] Preparing to unpack .../124-unzip_6.0-21ubuntu1_amd64.deb ... [2020-10-22T00:46:36.219Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-10-22T00:46:36.219Z] Selecting previously unselected package luarocks. [2020-10-22T00:46:36.219Z] Preparing to unpack .../125-luarocks_2.4.2+dfsg-1_all.deb ... [2020-10-22T00:46:36.219Z] Unpacking luarocks (2.4.2+dfsg-1) ... [2020-10-22T00:46:36.485Z] Selecting previously unselected package manpages-dev. [2020-10-22T00:46:36.485Z] Preparing to unpack .../126-manpages-dev_4.15-1_all.deb ... [2020-10-22T00:46:36.485Z] Unpacking manpages-dev (4.15-1) ... [2020-10-22T00:46:36.751Z] Selecting previously unselected package pkg-config. [2020-10-22T00:46:36.751Z] Preparing to unpack .../127-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-10-22T00:46:36.751Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-10-22T00:46:36.751Z] Selecting previously unselected package zlib1g-dev:amd64. [2020-10-22T00:46:36.751Z] Preparing to unpack .../128-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... [2020-10-22T00:46:36.751Z] Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... [2020-10-22T00:46:37.020Z] Selecting previously unselected package libyaml-dev:amd64. [2020-10-22T00:46:37.020Z] Preparing to unpack .../129-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... [2020-10-22T00:46:37.020Z] Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... [2020-10-22T00:46:37.020Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:37.020Z] Setting up libc6-x32 (2.27-3ubuntu1.2) ... [2020-10-22T00:46:37.020Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:37.020Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-10-22T00:46:37.020Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:37.020Z] Setting up manpages (4.15-1) ... [2020-10-22T00:46:37.020Z] Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... [2020-10-22T00:46:37.304Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-10-22T00:46:37.304Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:37.304Z] Setting up less (487-0.1) ... [2020-10-22T00:46:37.304Z] Setting up make (4.1-9.1ubuntu1) ... [2020-10-22T00:46:37.304Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:37.304Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-10-22T00:46:37.576Z] Setting up libsigsegv2:amd64 (2.12-1) ... [2020-10-22T00:46:37.576Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-10-22T00:46:37.576Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-10-22T00:46:37.576Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-10-22T00:46:37.576Z] Setting up lua-sec:amd64 (0.6-4) ... [2020-10-22T00:46:37.576Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:37.576Z] Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... [2020-10-22T00:46:37.576Z] Setting up unzip (6.0-21ubuntu1) ... [2020-10-22T00:46:37.576Z] Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-10-22T00:46:37.576Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-10-22T00:46:37.576Z] Setting up libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-22T00:46:37.576Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-10-22T00:46:37.864Z] Setting up libc6-i386 (2.27-3ubuntu1.2) ... [2020-10-22T00:46:37.864Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-10-22T00:46:37.864Z] Setting up m4 (1.4.18-1) ... [2020-10-22T00:46:37.864Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-10-22T00:46:37.864Z] Setting up zip (3.0-11build1) ... [2020-10-22T00:46:37.864Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:37.864Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:37.865Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:37.865Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-10-22T00:46:37.865Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:37.865Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-10-22T00:46:37.865Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:37.865Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:38.146Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:46:38.146Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-10-22T00:46:38.146Z] Setting up lua5.1 (5.1.5-8.1build2) ... [2020-10-22T00:46:38.146Z] update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode [2020-10-22T00:46:38.146Z] update-alternatives: warning: skip creation of /usr/share/man/man1/lua.1.gz because associated file /usr/share/man/man1/lua5.1.1.gz (of link group lua-interpreter) doesn't exist [2020-10-22T00:46:38.146Z] update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode [2020-10-22T00:46:38.146Z] update-alternatives: warning: skip creation of /usr/share/man/man1/luac.1.gz because associated file /usr/share/man/man1/luac5.1.1.gz (of link group lua-compiler) doesn't exist [2020-10-22T00:46:38.146Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:38.146Z] Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... [2020-10-22T00:46:38.146Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-10-22T00:46:38.146Z] Setting up autotools-dev (20180224.1) ... [2020-10-22T00:46:38.146Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-10-22T00:46:38.419Z] Setting up libltdl7:amd64 (2.4.6-2) ... [2020-10-22T00:46:38.419Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:38.419Z] Setting up wget (1.19.4-1ubuntu2.2) ... [2020-10-22T00:46:38.419Z] Setting up libreadline-dev:amd64 (7.0-3) ... [2020-10-22T00:46:38.420Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-10-22T00:46:38.420Z] Setting up libpcrecpp0v5:amd64 (2:8.39-9) ... [2020-10-22T00:46:38.420Z] Setting up libpcre32-3:amd64 (2:8.39-9) ... [2020-10-22T00:46:38.420Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-10-22T00:46:38.420Z] Setting up liblua5.1-0:amd64 (5.1.5-8.1build2) ... [2020-10-22T00:46:38.420Z] Setting up libc-dev-bin (2.27-3ubuntu1.2) ... [2020-10-22T00:46:38.420Z] Setting up libpcre16-3:amd64 (2:8.39-9) ... [2020-10-22T00:46:38.685Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-10-22T00:46:38.686Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:38.686Z] Setting up manpages-dev (4.15-1) ... [2020-10-22T00:46:38.686Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... [2020-10-22T00:46:38.686Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:38.686Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:38.686Z] Setting up autopoint (0.19.8.1-6ubuntu0.3) ... [2020-10-22T00:46:38.686Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:38.686Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:38.686Z] Setting up netbase (5.4) ... [2020-10-22T00:46:38.955Z] Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... [2020-10-22T00:46:38.955Z] Setting up libisl19:amd64 (0.19-1) ... [2020-10-22T00:46:38.955Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-10-22T00:46:38.955Z] Setting up lua-any (24) ... [2020-10-22T00:46:38.955Z] Setting up libpcre3-dev:amd64 (2:8.39-9) ... [2020-10-22T00:46:38.955Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:38.955Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-22T00:46:38.955Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:38.955Z] Setting up libltdl-dev:amd64 (2.4.6-2) ... [2020-10-22T00:46:38.955Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:38.955Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:46:39.222Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:39.222Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:39.222Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:39.222Z] Setting up liblua5.1-0-dev:amd64 (5.1.5-8.1build2) ... [2020-10-22T00:46:39.222Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:39.222Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:39.222Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:39.222Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-10-22T00:46:39.222Z] Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... [2020-10-22T00:46:39.497Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-10-22T00:46:39.497Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-10-22T00:46:39.497Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:46:39.497Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:46:39.497Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:46:39.497Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:46:39.497Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:46:39.497Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:46:39.497Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:46:39.497Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-10-22T00:46:39.497Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:39.497Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:39.497Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:39.497Z] Setting up libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... [2020-10-22T00:46:39.497Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-10-22T00:46:39.497Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-10-22T00:46:39.497Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:39.497Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-10-22T00:46:39.497Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:39.497Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... [2020-10-22T00:46:39.497Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... [2020-10-22T00:46:39.497Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:46:39.769Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:46:39.769Z] Setting up luarocks (2.4.2+dfsg-1) ... [2020-10-22T00:46:39.769Z] Making manifest for /usr/local/lib/luarocks/rocks [2020-10-22T00:46:39.769Z] Warning: This looks like a local rocks tree, but you did not pass --local-tree. [2020-10-22T00:46:39.769Z] Generating index.html for /usr/local/lib/luarocks/rocks [2020-10-22T00:46:39.769Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:39.769Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-10-22T00:46:39.769Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-10-22T00:46:39.769Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-10-22T00:46:39.769Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:40.042Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-10-22T00:46:40.042Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:40.042Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:40.042Z] Setting up liberror-perl (0.17025-1) ... [2020-10-22T00:46:40.042Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:40.042Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-10-22T00:46:40.042Z] Setting up autoconf (2.69-11) ... [2020-10-22T00:46:40.042Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:40.042Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:46:40.317Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:40.317Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-10-22T00:46:40.317Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-10-22T00:46:40.317Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-10-22T00:46:40.317Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-10-22T00:46:40.317Z] Setting up automake (1:1.15.1-3ubuntu2) ... [2020-10-22T00:46:40.317Z] update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode [2020-10-22T00:46:40.317Z] update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist [2020-10-22T00:46:40.317Z] update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist [2020-10-22T00:46:40.317Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:46:40.317Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-10-22T00:46:40.317Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-10-22T00:46:40.593Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-10-22T00:46:40.593Z] Setting up libtool (2.4.6-2) ... [2020-10-22T00:46:40.593Z] Setting up libtool-bin (2.4.6-2) ... [2020-10-22T00:46:40.593Z] Setting up build-essential (12.4ubuntu1) ... [2020-10-22T00:46:40.593Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:46:40.593Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-10-22T00:46:40.593Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-10-22T00:46:40.593Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-10-22T00:46:40.860Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-10-22T00:46:42.827Z] autoconf set to automatically installed. [2020-10-22T00:46:42.827Z] automake set to automatically installed. [2020-10-22T00:46:42.827Z] autopoint set to automatically installed. [2020-10-22T00:46:42.827Z] autotools-dev set to automatically installed. [2020-10-22T00:46:42.827Z] binutils set to automatically installed. [2020-10-22T00:46:42.827Z] binutils-common set to automatically installed. [2020-10-22T00:46:42.827Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-10-22T00:46:42.827Z] build-essential set to automatically installed. [2020-10-22T00:46:42.827Z] cmake set to automatically installed. [2020-10-22T00:46:42.827Z] cmake-data set to automatically installed. [2020-10-22T00:46:42.827Z] cpp set to automatically installed. [2020-10-22T00:46:42.827Z] cpp-7 set to automatically installed. [2020-10-22T00:46:42.827Z] curl set to automatically installed. [2020-10-22T00:46:42.827Z] dpkg-dev set to automatically installed. [2020-10-22T00:46:42.827Z] fakeroot set to automatically installed. [2020-10-22T00:46:42.827Z] g++ set to automatically installed. [2020-10-22T00:46:42.827Z] g++-7 set to automatically installed. [2020-10-22T00:46:42.827Z] g++-7-multilib set to automatically installed. [2020-10-22T00:46:42.827Z] g++-multilib set to automatically installed. [2020-10-22T00:46:42.827Z] gcc set to automatically installed. [2020-10-22T00:46:42.827Z] gcc-7 set to automatically installed. [2020-10-22T00:46:42.827Z] gcc-7-base set to automatically installed. [2020-10-22T00:46:42.827Z] gcc-7-multilib set to automatically installed. [2020-10-22T00:46:42.827Z] gcc-multilib set to automatically installed. [2020-10-22T00:46:42.827Z] git set to automatically installed. [2020-10-22T00:46:42.827Z] git-man set to automatically installed. [2020-10-22T00:46:42.827Z] less set to automatically installed. [2020-10-22T00:46:42.827Z] lib32asan4 set to automatically installed. [2020-10-22T00:46:42.827Z] lib32atomic1 set to automatically installed. [2020-10-22T00:46:42.827Z] lib32cilkrts5 set to automatically installed. [2020-10-22T00:46:42.827Z] lib32gcc-7-dev set to automatically installed. [2020-10-22T00:46:42.827Z] lib32gcc1 set to automatically installed. [2020-10-22T00:46:43.091Z] lib32gomp1 set to automatically installed. [2020-10-22T00:46:43.091Z] lib32itm1 set to automatically installed. [2020-10-22T00:46:43.091Z] lib32mpx2 set to automatically installed. [2020-10-22T00:46:43.091Z] lib32quadmath0 set to automatically installed. [2020-10-22T00:46:43.091Z] lib32stdc++-7-dev set to automatically installed. [2020-10-22T00:46:43.092Z] lib32stdc++6 set to automatically installed. [2020-10-22T00:46:43.092Z] lib32ubsan0 set to automatically installed. [2020-10-22T00:46:43.092Z] libalgorithm-diff-perl set to automatically installed. [2020-10-22T00:46:43.092Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-10-22T00:46:43.092Z] libalgorithm-merge-perl set to automatically installed. [2020-10-22T00:46:43.092Z] libarchive13 set to automatically installed. [2020-10-22T00:46:43.092Z] libasan4 set to automatically installed. [2020-10-22T00:46:43.092Z] libatomic1 set to automatically installed. [2020-10-22T00:46:43.092Z] libbinutils set to automatically installed. [2020-10-22T00:46:43.092Z] libc-dev-bin set to automatically installed. [2020-10-22T00:46:43.092Z] libc6-dev set to automatically installed. [2020-10-22T00:46:43.092Z] libc6-dev-i386 set to automatically installed. [2020-10-22T00:46:43.092Z] libc6-dev-x32 set to automatically installed. [2020-10-22T00:46:43.092Z] libc6-i386 set to automatically installed. [2020-10-22T00:46:43.092Z] libc6-x32 set to automatically installed. [2020-10-22T00:46:43.363Z] libcc1-0 set to automatically installed. [2020-10-22T00:46:43.363Z] libcilkrts5 set to automatically installed. [2020-10-22T00:46:43.363Z] libcurl3-gnutls set to automatically installed. [2020-10-22T00:46:43.363Z] libdpkg-perl set to automatically installed. [2020-10-22T00:46:43.363Z] liberror-perl set to automatically installed. [2020-10-22T00:46:43.363Z] libfakeroot set to automatically installed. [2020-10-22T00:46:43.363Z] libfile-fcntllock-perl set to automatically installed. [2020-10-22T00:46:43.363Z] libgcc-7-dev set to automatically installed. [2020-10-22T00:46:43.363Z] libgdbm-compat4 set to automatically installed. [2020-10-22T00:46:43.363Z] libgdbm5 set to automatically installed. [2020-10-22T00:46:43.363Z] libgomp1 set to automatically installed. [2020-10-22T00:46:43.363Z] libisl19 set to automatically installed. [2020-10-22T00:46:43.363Z] libitm1 set to automatically installed. [2020-10-22T00:46:43.363Z] libjsoncpp1 set to automatically installed. [2020-10-22T00:46:43.363Z] liblocale-gettext-perl set to automatically installed. [2020-10-22T00:46:43.363Z] liblsan0 set to automatically installed. [2020-10-22T00:46:43.363Z] libltdl-dev set to automatically installed. [2020-10-22T00:46:43.644Z] libltdl7 set to automatically installed. [2020-10-22T00:46:43.644Z] liblua5.1-0 set to automatically installed. [2020-10-22T00:46:43.644Z] liblua5.1-0-dev set to automatically installed. [2020-10-22T00:46:43.644Z] libmpc3 set to automatically installed. [2020-10-22T00:46:43.644Z] libmpfr6 set to automatically installed. [2020-10-22T00:46:43.644Z] libmpx2 set to automatically installed. [2020-10-22T00:46:43.644Z] libncurses5-dev set to automatically installed. [2020-10-22T00:46:43.644Z] libnorm1 set to automatically installed. [2020-10-22T00:46:43.644Z] libpcre16-3 set to automatically installed. [2020-10-22T00:46:43.644Z] libpcre3-dev set to automatically installed. [2020-10-22T00:46:43.644Z] libpcre32-3 set to automatically installed. [2020-10-22T00:46:43.644Z] libpcrecpp0v5 set to automatically installed. [2020-10-22T00:46:43.644Z] libperl5.26 set to automatically installed. [2020-10-22T00:46:43.644Z] libpgm-5.2-0 set to automatically installed. [2020-10-22T00:46:43.644Z] libquadmath0 set to automatically installed. [2020-10-22T00:46:43.644Z] libreadline-dev set to automatically installed. [2020-10-22T00:46:43.644Z] librhash0 set to automatically installed. [2020-10-22T00:46:43.644Z] libsigsegv2 set to automatically installed. [2020-10-22T00:46:43.644Z] libsodium23 set to automatically installed. [2020-10-22T00:46:43.644Z] libssl-dev set to automatically installed. [2020-10-22T00:46:43.918Z] libstdc++-7-dev set to automatically installed. [2020-10-22T00:46:43.918Z] libtinfo-dev set to automatically installed. [2020-10-22T00:46:43.918Z] libtool set to automatically installed. [2020-10-22T00:46:43.918Z] libtool-bin set to automatically installed. [2020-10-22T00:46:43.918Z] libtsan0 set to automatically installed. [2020-10-22T00:46:43.918Z] libubsan0 set to automatically installed. [2020-10-22T00:46:43.918Z] libuv1 set to automatically installed. [2020-10-22T00:46:43.918Z] libx32asan4 set to automatically installed. [2020-10-22T00:46:43.918Z] libx32atomic1 set to automatically installed. [2020-10-22T00:46:43.918Z] libx32cilkrts5 set to automatically installed. [2020-10-22T00:46:43.918Z] libx32gcc-7-dev set to automatically installed. [2020-10-22T00:46:43.918Z] libx32gcc1 set to automatically installed. [2020-10-22T00:46:43.918Z] libx32gomp1 set to automatically installed. [2020-10-22T00:46:43.918Z] libx32itm1 set to automatically installed. [2020-10-22T00:46:43.918Z] libx32quadmath0 set to automatically installed. [2020-10-22T00:46:43.918Z] libx32stdc++-7-dev set to automatically installed. [2020-10-22T00:46:43.918Z] libx32stdc++6 set to automatically installed. [2020-10-22T00:46:43.918Z] libx32ubsan0 set to automatically installed. [2020-10-22T00:46:43.918Z] libyaml-0-2 set to automatically installed. [2020-10-22T00:46:43.918Z] libyaml-dev set to automatically installed. [2020-10-22T00:46:43.918Z] libzmq3-dev set to automatically installed. [2020-10-22T00:46:44.188Z] libzmq5 set to automatically installed. [2020-10-22T00:46:44.188Z] linux-libc-dev set to automatically installed. [2020-10-22T00:46:44.188Z] lua-any set to automatically installed. [2020-10-22T00:46:44.188Z] lua-sec set to automatically installed. [2020-10-22T00:46:44.188Z] lua-socket set to automatically installed. [2020-10-22T00:46:44.188Z] lua5.1 set to automatically installed. [2020-10-22T00:46:44.188Z] luarocks set to automatically installed. [2020-10-22T00:46:44.188Z] m4 set to automatically installed. [2020-10-22T00:46:44.188Z] make set to automatically installed. [2020-10-22T00:46:44.188Z] manpages set to automatically installed. [2020-10-22T00:46:44.188Z] manpages-dev set to automatically installed. [2020-10-22T00:46:44.188Z] netbase set to automatically installed. [2020-10-22T00:46:44.188Z] patch set to automatically installed. [2020-10-22T00:46:44.188Z] perl set to automatically installed. [2020-10-22T00:46:44.188Z] perl-modules-5.26 set to automatically installed. [2020-10-22T00:46:44.188Z] pkg-config set to automatically installed. [2020-10-22T00:46:44.188Z] unzip set to automatically installed. [2020-10-22T00:46:44.188Z] wget set to automatically installed. [2020-10-22T00:46:44.188Z] zip set to automatically installed. [2020-10-22T00:46:44.188Z] zlib1g-dev set to automatically installed. [2020-10-22T00:46:44.457Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-10-22T00:46:44.457Z] Please ensure the environment is properly setup before continuing. [2020-10-22T00:46:44.457Z] Ignore this message if the appropriate measures have already been taken [2020-10-22T00:46:45.052Z] Pulling go-build-helper  [2020-10-22T00:46:46.014Z] Pulling lua-kong-nginx-module  [2020-10-22T00:46:46.964Z] Cloning into '/build/parts/lua-kong-nginx-module/src'... [2020-10-22T00:46:46.964Z] remote: Enumerating objects: 18, done. [2020-10-22T00:46:46.964Z] remote: Counting objects: 5% (1/18) remote: Counting objects: 11% (2/18) remote: Counting objects: 16% (3/18) remote: Counting objects: 22% (4/18) remote: Counting objects: 27% (5/18) remote: Counting objects: 33% (6/18) remote: Counting objects: 38% (7/18) remote: Counting objects: 44% (8/18) remote: Counting objects: 50% (9/18) remote: Counting objects: 55% (10/18) remote: Counting objects: 61% (11/18) remote: Counting objects: 66% (12/18) remote: Counting objects: 72% (13/18) remote: Counting objects: 77% (14/18) remote: Counting objects: 83% (15/18) remote: Counting objects: 88% (16/18) remote: Counting objects: 94% (17/18) remote: Counting objects: 100% (18/18) remote: Counting objects: 100% (18/18), done. [2020-10-22T00:46:46.964Z] remote: Compressing objects: 9% (1/11) remote: Compressing objects: 18% (2/11) remote: Compressing objects: 27% (3/11) remote: Compressing objects: 36% (4/11) remote: Compressing objects: 45% (5/11) remote: Compressing objects: 54% (6/11) remote: Compressing objects: 63% (7/11) remote: Compressing objects: 72% (8/11) remote: Compressing objects: 81% (9/11) remote: Compressing objects: 90% (10/11) remote: Compressing objects: 100% (11/11) remote: Compressing objects: 100% (11/11), done. [2020-10-22T00:46:47.227Z] Receiving objects: 0% (1/152) Receiving objects: 1% (2/152) Receiving objects: 2% (4/152) Receiving objects: 3% (5/152) Receiving objects: 4% (7/152) Receiving objects: 5% (8/152) Receiving objects: 6% (10/152) Receiving objects: 7% (11/152) Receiving objects: 8% (13/152) Receiving objects: 9% (14/152) Receiving objects: 10% (16/152) Receiving objects: 11% (17/152) Receiving objects: 12% (19/152) Receiving objects: 13% (20/152) Receiving objects: 14% (22/152) Receiving objects: 15% (23/152) Receiving objects: 16% (25/152) Receiving objects: 17% (26/152) Receiving objects: 18% (28/152) Receiving objects: 19% (29/152) Receiving objects: 20% (31/152) Receiving objects: 21% (32/152) Receiving objects: 22% (34/152) Receiving objects: 23% (35/152) Receiving objects: 24% (37/152) Receiving objects: 25% (38/152) Receiving objects: 26% (40/152) Receiving objects: 27% (42/152) Receiving objects: 28% (43/152) Receiving objects: 29% (45/152) Receiving objects: 30% (46/152) remote: Total 152 (delta 4), reused 10 (delta 2), pack-reused 134 [2020-10-22T00:46:47.227Z] Receiving objects: 31% (48/152) Receiving objects: 32% (49/152) Receiving objects: 33% (51/152) Receiving objects: 34% (52/152) Receiving objects: 35% (54/152) Receiving objects: 36% (55/152) Receiving objects: 37% (57/152) Receiving objects: 38% (58/152) Receiving objects: 39% (60/152) Receiving objects: 40% (61/152) Receiving objects: 41% (63/152) Receiving objects: 42% (64/152) Receiving objects: 43% (66/152) Receiving objects: 44% (67/152) Receiving objects: 45% (69/152) Receiving objects: 46% (70/152) Receiving objects: 47% (72/152) Receiving objects: 48% (73/152) Receiving objects: 49% (75/152) Receiving objects: 50% (76/152) Receiving objects: 51% (78/152) Receiving objects: 52% (80/152) Receiving objects: 53% (81/152) Receiving objects: 54% (83/152) Receiving objects: 55% (84/152) Receiving objects: 56% (86/152) Receiving objects: 57% (87/152) Receiving objects: 58% (89/152) Receiving objects: 59% (90/152) Receiving objects: 60% (92/152) Receiving objects: 61% (93/152) Receiving objects: 62% (95/152) Receiving objects: 63% (96/152) Receiving objects: 64% (98/152) Receiving objects: 65% (99/152) Receiving objects: 66% (101/152) Receiving objects: 67% (102/152) Receiving objects: 68% (104/152) Receiving objects: 69% (105/152) Receiving objects: 70% (107/152) Receiving objects: 71% (108/152) Receiving objects: 72% (110/152) Receiving objects: 73% (111/152) Receiving objects: 74% (113/152) Receiving objects: 75% (114/152) Receiving objects: 76% (116/152) Receiving objects: 77% (118/152) Receiving objects: 78% (119/152) Receiving objects: 79% (121/152) Receiving objects: 80% (122/152) Receiving objects: 81% (124/152) Receiving objects: 82% (125/152) Receiving objects: 83% (127/152) Receiving objects: 84% (128/152) Receiving objects: 85% (130/152) Receiving objects: 86% (131/152) Receiving objects: 87% (133/152) Receiving objects: 88% (134/152) Receiving objects: 89% (136/152) Receiving objects: 90% (137/152) Receiving objects: 91% (139/152) Receiving objects: 92% (140/152) Receiving objects: 93% (142/152) Receiving objects: 94% (143/152) Receiving objects: 95% (145/152) Receiving objects: 96% (146/152) Receiving objects: 97% (148/152) Receiving objects: 98% (149/152) Receiving objects: 99% (151/152) Receiving objects: 100% (152/152) Receiving objects: 100% (152/152), 62.76 KiB | 3.69 MiB/s, done. [2020-10-22T00:46:47.227Z] Resolving deltas: 0% (0/42) Resolving deltas: 2% (1/42) Resolving deltas: 7% (3/42) Resolving deltas: 16% (7/42) Resolving deltas: 19% (8/42) Resolving deltas: 38% (16/42) Resolving deltas: 40% (17/42) Resolving deltas: 57% (24/42) Resolving deltas: 59% (25/42) Resolving deltas: 64% (27/42) Resolving deltas: 66% (28/42) Resolving deltas: 71% (30/42) Resolving deltas: 73% (31/42) Resolving deltas: 76% (32/42) Resolving deltas: 78% (33/42) Resolving deltas: 85% (36/42) Resolving deltas: 90% (38/42) Resolving deltas: 92% (39/42) Resolving deltas: 95% (40/42) Resolving deltas: 97% (41/42) Resolving deltas: 100% (42/42) Resolving deltas: 100% (42/42), done. [2020-10-22T00:46:47.227Z] Note: checking out 'e4cc508ff20f774b0dce68549f25b66e56345ddb'. [2020-10-22T00:46:47.227Z] [2020-10-22T00:46:47.227Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-22T00:46:47.227Z] changes and commit them, and you can discard any commits you make in this [2020-10-22T00:46:47.227Z] state without impacting any branches by performing another checkout. [2020-10-22T00:46:47.227Z] [2020-10-22T00:46:47.227Z] If you want to create a new branch to retain commits you create, you may [2020-10-22T00:46:47.227Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-22T00:46:47.227Z] [2020-10-22T00:46:47.227Z] git checkout -b [2020-10-22T00:46:47.227Z] [2020-10-22T00:46:47.490Z] Pulling openresty-kong-patches  [2020-10-22T00:46:47.490Z] Cloning into '/build/parts/openresty-kong-patches/src'... [2020-10-22T00:46:47.754Z] remote: Enumerating objects: 8, done. [2020-10-22T00:46:47.754Z] remote: Counting objects: 12% (1/8) remote: Counting objects: 25% (2/8) remote: Counting objects: 37% (3/8) remote: Counting objects: 50% (4/8) remote: Counting objects: 62% (5/8) remote: Counting objects: 75% (6/8) remote: Counting objects: 87% (7/8) remote: Counting objects: 100% (8/8) remote: Counting objects: 100% (8/8), done. [2020-10-22T00:46:47.754Z] remote: Compressing objects: 14% (1/7) remote: Compressing objects: 28% (2/7) remote: Compressing objects: 42% (3/7) remote: Compressing objects: 57% (4/7) remote: Compressing objects: 71% (5/7) remote: Compressing objects: 85% (6/7) remote: Compressing objects: 100% (7/7) remote: Compressing objects: 100% (7/7), done. [2020-10-22T00:46:50.231Z] Receiving objects: 0% (1/2687) Receiving objects: 1% (27/2687) Receiving objects: 2% (54/2687) Receiving objects: 3% (81/2687) Receiving objects: 4% (108/2687) Receiving objects: 5% (135/2687) Receiving objects: 6% (162/2687) Receiving objects: 7% (189/2687) Receiving objects: 8% (215/2687) Receiving objects: 9% (242/2687) Receiving objects: 10% (269/2687) Receiving objects: 11% (296/2687) Receiving objects: 12% (323/2687) Receiving objects: 13% (350/2687) Receiving objects: 14% (377/2687) Receiving objects: 15% (404/2687) Receiving objects: 16% (430/2687) Receiving objects: 17% (457/2687) Receiving objects: 18% (484/2687) Receiving objects: 19% (511/2687) Receiving objects: 20% (538/2687) Receiving objects: 21% (565/2687) Receiving objects: 22% (592/2687) Receiving objects: 23% (619/2687) Receiving objects: 24% (645/2687) Receiving objects: 25% (672/2687) Receiving objects: 26% (699/2687) Receiving objects: 27% (726/2687) Receiving objects: 28% (753/2687) Receiving objects: 29% (780/2687) Receiving objects: 30% (807/2687) Receiving objects: 31% (833/2687) Receiving objects: 32% (860/2687) Receiving objects: 33% (887/2687) Receiving objects: 34% (914/2687) Receiving objects: 35% (941/2687) Receiving objects: 36% (968/2687) Receiving objects: 37% (995/2687) Receiving objects: 38% (1022/2687) Receiving objects: 39% (1048/2687) Receiving objects: 40% (1075/2687) Receiving objects: 41% (1102/2687) Receiving objects: 42% (1129/2687) Receiving objects: 43% (1156/2687) Receiving objects: 44% (1183/2687) Receiving objects: 45% (1210/2687) Receiving objects: 46% (1237/2687) Receiving objects: 47% (1263/2687) Receiving objects: 48% (1290/2687) Receiving objects: 49% (1317/2687) Receiving objects: 50% (1344/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 51% (1371/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 52% (1398/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 53% (1425/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 54% (1451/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 55% (1478/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 56% (1505/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 57% (1532/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 58% (1559/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 59% (1586/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 60% (1613/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 61% (1640/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 62% (1666/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 63% (1693/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 64% (1720/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 65% (1747/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 66% (1774/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 67% (1801/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 68% (1828/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 69% (1855/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 70% (1881/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 71% (1908/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 72% (1935/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 73% (1962/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 74% (1989/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 75% (2016/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 76% (2043/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 77% (2069/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 78% (2096/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 79% (2123/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 80% (2150/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 81% (2177/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 82% (2204/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 83% (2231/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 84% (2258/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 85% (2284/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 86% (2311/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 87% (2338/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 88% (2365/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 89% (2392/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 90% (2419/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 91% (2446/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 92% (2473/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 93% (2499/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 94% (2526/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 95% (2553/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 96% (2580/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 97% (2607/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 98% (2634/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 99% (2661/2687), 17.39 MiB | 34.78 MiB/s Receiving objects: 99% (2674/2687), 34.71 MiB | 34.71 MiB/s Receiving objects: 99% (2674/2687), 44.05 MiB | 21.99 MiB/s remote: Total 2687 (delta 1), reused 2 (delta 1), pack-reused 2679 [2020-10-22T00:46:50.231Z] Receiving objects: 100% (2687/2687), 47.75 MiB | 19.05 MiB/s Receiving objects: 100% (2687/2687), 48.20 MiB | 18.80 MiB/s, done. [2020-10-22T00:46:50.231Z] Resolving deltas: 0% (0/1754) Resolving deltas: 1% (21/1754) Resolving deltas: 3% (57/1754) Resolving deltas: 4% (77/1754) Resolving deltas: 7% (123/1754) Resolving deltas: 8% (151/1754) Resolving deltas: 9% (160/1754) Resolving deltas: 10% (191/1754) Resolving deltas: 11% (193/1754) Resolving deltas: 12% (212/1754) Resolving deltas: 13% (231/1754) Resolving deltas: 15% (265/1754) Resolving deltas: 16% (290/1754) Resolving deltas: 17% (304/1754) Resolving deltas: 18% (324/1754) Resolving deltas: 19% (334/1754) Resolving deltas: 20% (351/1754) Resolving deltas: 21% (370/1754) Resolving deltas: 22% (390/1754) Resolving deltas: 23% (412/1754) Resolving deltas: 24% (425/1754) Resolving deltas: 25% (453/1754) Resolving deltas: 26% (458/1754) Resolving deltas: 29% (513/1754) Resolving deltas: 33% (590/1754) Resolving deltas: 34% (608/1754) Resolving deltas: 36% (638/1754) Resolving deltas: 37% (650/1754) Resolving deltas: 40% (710/1754) Resolving deltas: 41% (724/1754) Resolving deltas: 42% (743/1754) Resolving deltas: 47% (839/1754) Resolving deltas: 49% (870/1754) Resolving deltas: 53% (943/1754) Resolving deltas: 58% (1034/1754) Resolving deltas: 59% (1038/1754) Resolving deltas: 60% (1057/1754) Resolving deltas: 62% (1095/1754) Resolving deltas: 65% (1150/1754) Resolving deltas: 66% (1158/1754) Resolving deltas: 67% (1185/1754) Resolving deltas: 68% (1206/1754) Resolving deltas: 69% (1221/1754) Resolving deltas: 72% (1275/1754) Resolving deltas: 75% (1333/1754) Resolving deltas: 76% (1337/1754) Resolving deltas: 82% (1440/1754) Resolving deltas: 84% (1480/1754) Resolving deltas: 88% (1558/1754) Resolving deltas: 89% (1565/1754) Resolving deltas: 90% (1580/1754) Resolving deltas: 92% (1631/1754) Resolving deltas: 96% (1687/1754) Resolving deltas: 97% (1704/1754) Resolving deltas: 98% (1723/1754) Resolving deltas: 99% (1738/1754) Resolving deltas: 100% (1754/1754) Resolving deltas: 100% (1754/1754), done. [2020-10-22T00:46:50.805Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-10-22T00:46:50.805Z] 14% [Working] 46% [Working] 46% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-10-22T00:46:50.806Z] 30% 2% 2% 2% Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-10-22T00:46:51.069Z] 3% 3% 3% 3% 3% Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] [2020-10-22T00:46:51.069Z] 4% Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] [2020-10-22T00:46:51.069Z] 10% 10% 10% 19% 58% 58% 58% Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] [2020-10-22T00:46:51.332Z] 59% 96% 99% 99% 99% 99% 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-10-22T00:46:51.332Z] 98% 99% 22% 22% 22% 22% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-10-22T00:46:51.594Z] 22% 22% 22% 22% 17% [Working] 17% [Working] 17% Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-10-22T00:46:51.595Z] 17% Get:10 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-10-22T00:46:52.171Z] 18% 18% 18% 18% 18% 55% Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-10-22T00:46:52.435Z] 71% 71% 71% Get:12 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-10-22T00:46:52.435Z] 77% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2162 kB] [2020-10-22T00:46:52.435Z] 78% 88% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-10-22T00:46:52.435Z] 88% 88% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [238 kB] [2020-10-22T00:46:52.435Z] 88% 89% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] [2020-10-22T00:46:52.698Z] 90% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-10-22T00:46:52.698Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-10-22T00:46:53.802Z] 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 21.3 MB in 0s (0 B/s) [2020-10-22T00:46:58.074Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb [415 kB] [2020-10-22T00:46:58.074Z] 3% 100% [Working] Fetched 415 kB in 0s (0 B/s) [2020-10-22T00:46:58.339Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb [18.7 kB] [2020-10-22T00:46:58.339Z] 67% 100% [Working] Fetched 18.7 kB in 0s (0 B/s) [2020-10-22T00:46:58.601Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32gcc1_8.4.0-1ubuntu1~18.04_amd64.deb [48.1 kB] [2020-10-22T00:46:58.863Z] 26% 100% [Working] Fetched 48.1 kB in 0s (0 B/s) [2020-10-22T00:46:59.124Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-i386_2.27-3ubuntu1.2_amd64.deb [2650 kB] [2020-10-22T00:46:59.697Z] 0% 26% 100% [Working] Fetched 2650 kB in 0s (0 B/s) [2020-10-22T00:47:00.643Z] Pulling snapcraft-preload  [2020-10-22T00:47:01.215Z] Cloning into '/build/parts/snapcraft-preload/src'... [2020-10-22T00:47:01.483Z] remote: Enumerating objects: 187, done. [2020-10-22T00:47:01.483Z] Receiving objects: 0% (1/187) Receiving objects: 1% (2/187) Receiving objects: 2% (4/187) Receiving objects: 3% (6/187) Receiving objects: 4% (8/187) Receiving objects: 5% (10/187) Receiving objects: 6% (12/187) Receiving objects: 7% (14/187) Receiving objects: 8% (15/187) Receiving objects: 9% (17/187) Receiving objects: 10% (19/187) Receiving objects: 11% (21/187) Receiving objects: 12% (23/187) Receiving objects: 13% (25/187) Receiving objects: 14% (27/187) Receiving objects: 15% (29/187) Receiving objects: 16% (30/187) Receiving objects: 17% (32/187) Receiving objects: 18% (34/187) Receiving objects: 19% (36/187) Receiving objects: 20% (38/187) Receiving objects: 21% (40/187) Receiving objects: 22% (42/187) Receiving objects: 23% (44/187) Receiving objects: 24% (45/187) Receiving objects: 25% (47/187) Receiving objects: 26% (49/187) Receiving objects: 27% (51/187) Receiving objects: 28% (53/187) Receiving objects: 29% (55/187) Receiving objects: 30% (57/187) Receiving objects: 31% (58/187) Receiving objects: 32% (60/187) Receiving objects: 33% (62/187) Receiving objects: 34% (64/187) Receiving objects: 35% (66/187) Receiving objects: 36% (68/187) Receiving objects: 37% (70/187) remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 187 [2020-10-22T00:47:01.483Z] Receiving objects: 38% (72/187) Receiving objects: 39% (73/187) Receiving objects: 40% (75/187) Receiving objects: 41% (77/187) Receiving objects: 42% (79/187) Receiving objects: 43% (81/187) Receiving objects: 44% (83/187) Receiving objects: 45% (85/187) Receiving objects: 46% (87/187) Receiving objects: 47% (88/187) Receiving objects: 48% (90/187) Receiving objects: 49% (92/187) Receiving objects: 50% (94/187) Receiving objects: 51% (96/187) Receiving objects: 52% (98/187) Receiving objects: 53% (100/187) Receiving objects: 54% (101/187) Receiving objects: 55% (103/187) Receiving objects: 56% (105/187) Receiving objects: 57% (107/187) Receiving objects: 58% (109/187) Receiving objects: 59% (111/187) Receiving objects: 60% (113/187) Receiving objects: 61% (115/187) Receiving objects: 62% (116/187) Receiving objects: 63% (118/187) Receiving objects: 64% (120/187) Receiving objects: 65% (122/187) Receiving objects: 66% (124/187) Receiving objects: 67% (126/187) Receiving objects: 68% (128/187) Receiving objects: 69% (130/187) Receiving objects: 70% (131/187) Receiving objects: 71% (133/187) Receiving objects: 72% (135/187) Receiving objects: 73% (137/187) Receiving objects: 74% (139/187) Receiving objects: 75% (141/187) Receiving objects: 76% (143/187) Receiving objects: 77% (144/187) Receiving objects: 78% (146/187) Receiving objects: 79% (148/187) Receiving objects: 80% (150/187) Receiving objects: 81% (152/187) Receiving objects: 82% (154/187) Receiving objects: 83% (156/187) Receiving objects: 84% (158/187) Receiving objects: 85% (159/187) Receiving objects: 86% (161/187) Receiving objects: 87% (163/187) Receiving objects: 88% (165/187) Receiving objects: 89% (167/187) Receiving objects: 90% (169/187) Receiving objects: 91% (171/187) Receiving objects: 92% (173/187) Receiving objects: 93% (174/187) Receiving objects: 94% (176/187) Receiving objects: 95% (178/187) Receiving objects: 96% (180/187) Receiving objects: 97% (182/187) Receiving objects: 98% (184/187) Receiving objects: 99% (186/187) Receiving objects: 100% (187/187) Receiving objects: 100% (187/187), 56.64 KiB | 4.36 MiB/s, done. [2020-10-22T00:47:01.483Z] Resolving deltas: 0% (0/112) Resolving deltas: 2% (3/112) Resolving deltas: 3% (4/112) Resolving deltas: 12% (14/112) Resolving deltas: 14% (16/112) Resolving deltas: 19% (22/112) Resolving deltas: 50% (57/112) Resolving deltas: 52% (59/112) Resolving deltas: 68% (77/112) Resolving deltas: 75% (85/112) Resolving deltas: 78% (88/112) Resolving deltas: 99% (111/112) Resolving deltas: 100% (112/112) Resolving deltas: 100% (112/112), done. [2020-10-22T00:47:01.749Z] From https://github.com/sergiusens/snapcraft-preload [2020-10-22T00:47:01.749Z] * branch d654bbe8a5add5a4bea14d96342b656990c5c818 -> FETCH_HEAD [2020-10-22T00:47:01.749Z] Note: checking out 'd654bbe8a5add5a4bea14d96342b656990c5c818'. [2020-10-22T00:47:01.749Z] [2020-10-22T00:47:01.749Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-22T00:47:01.749Z] changes and commit them, and you can discard any commits you make in this [2020-10-22T00:47:01.749Z] state without impacting any branches by performing another checkout. [2020-10-22T00:47:01.749Z] [2020-10-22T00:47:01.749Z] If you want to create a new branch to retain commits you create, you may [2020-10-22T00:47:01.749Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-22T00:47:01.749Z] [2020-10-22T00:47:01.749Z] git checkout -b [2020-10-22T00:47:01.749Z] [2020-10-22T00:47:01.749Z] HEAD is now at d654bbe use SNAP_INSTANCE_NAME instead of SNAP_NAME for prefixing /dev/shm files (fixed #35) (#36) [2020-10-22T00:47:02.012Z] 'openresty' has dependencies that need to be staged: openresty-kong-patches snapcraft-preload lua-kong-nginx-module [2020-10-22T00:47:02.012Z] Skipping pull lua-kong-nginx-module (already ran) [2020-10-22T00:47:02.012Z] Skipping pull openresty-kong-patches (already ran) [2020-10-22T00:47:02.012Z] Skipping pull snapcraft-preload (already ran) [2020-10-22T00:47:02.012Z] Building lua-kong-nginx-module  [2020-10-22T00:47:05.326Z] Building openresty-kong-patches  [2020-10-22T00:47:10.636Z] Building snapcraft-preload  [2020-10-22T00:47:10.636Z] cmake /build/parts/snapcraft-preload/src -DCMAKE_INSTALL_PREFIX= [2020-10-22T00:47:10.636Z] -- The C compiler identification is GNU 7.5.0 [2020-10-22T00:47:10.898Z] -- The CXX compiler identification is GNU 7.5.0 [2020-10-22T00:47:10.898Z] -- Check for working C compiler: /usr/bin/cc [2020-10-22T00:47:10.898Z] -- Check for working C compiler: /usr/bin/cc -- works [2020-10-22T00:47:10.898Z] -- Detecting C compiler ABI info [2020-10-22T00:47:11.161Z] -- Detecting C compiler ABI info - done [2020-10-22T00:47:11.161Z] -- Detecting C compile features [2020-10-22T00:47:11.423Z] -- Detecting C compile features - done [2020-10-22T00:47:11.423Z] -- Check for working CXX compiler: /usr/bin/c++ [2020-10-22T00:47:11.687Z] -- Check for working CXX compiler: /usr/bin/c++ -- works [2020-10-22T00:47:11.687Z] -- Detecting CXX compiler ABI info [2020-10-22T00:47:11.687Z] -- Detecting CXX compiler ABI info - done [2020-10-22T00:47:11.687Z] -- Detecting CXX compile features [2020-10-22T00:47:12.635Z] -- Detecting CXX compile features - done [2020-10-22T00:47:12.635Z] -- Configuring done [2020-10-22T00:47:12.635Z] -- Generating done [2020-10-22T00:47:12.635Z] -- Build files have been written to: /build/parts/snapcraft-preload/build [2020-10-22T00:47:12.635Z] cmake --build . -- -j8 [2020-10-22T00:47:12.635Z] Scanning dependencies of target snapcraft-preload32 [2020-10-22T00:47:12.635Z] Scanning dependencies of target snapcraft-preload [2020-10-22T00:47:12.635Z] [ 25%] Building CXX object CMakeFiles/snapcraft-preload32.dir/preload.cpp.o [2020-10-22T00:47:12.635Z] [ 50%] Building CXX object CMakeFiles/snapcraft-preload.dir/preload.cpp.o [2020-10-22T00:47:15.950Z] [ 75%] Linking CXX shared library libsnapcraft-preload.so [2020-10-22T00:47:15.950Z] [ 75%] Built target snapcraft-preload [2020-10-22T00:47:15.950Z] [100%] Linking CXX shared library libsnapcraft-preload32.so [2020-10-22T00:47:15.950Z] [100%] Built target snapcraft-preload32 [2020-10-22T00:47:15.950Z] cmake --build . --target install [2020-10-22T00:47:16.211Z] [ 50%] Built target snapcraft-preload32 [2020-10-22T00:47:16.211Z] [100%] Built target snapcraft-preload [2020-10-22T00:47:16.211Z] Install the project... [2020-10-22T00:47:16.211Z] -- Install configuration: "Release" [2020-10-22T00:47:16.211Z] -- Installing: /build/parts/snapcraft-preload/install/lib/libsnapcraft-preload.so [2020-10-22T00:47:16.211Z] -- Installing: /build/parts/snapcraft-preload/install/lib/libsnapcraft-preload32.so [2020-10-22T00:47:16.211Z] -- Installing: /build/parts/snapcraft-preload/install/bin/snapcraft-preload [2020-10-22T00:47:19.516Z] Staging lua-kong-nginx-module  [2020-10-22T00:47:20.093Z] Staging openresty-kong-patches  [2020-10-22T00:47:21.036Z] Staging snapcraft-preload  [2020-10-22T00:47:24.345Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-22T00:47:24.345Z] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-22T00:47:24.345Z] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-22T00:47:24.345Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-22T00:47:24.611Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:47:28.885Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb [2763 kB] [2020-10-22T00:47:29.145Z] 0% 24% 100% [Working] Fetched 2763 kB in 0s (0 B/s) [2020-10-22T00:47:29.407Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.3_amd64.deb [3527 kB] [2020-10-22T00:47:29.979Z] 0% 18% 100% [Working] Fetched 3527 kB in 0s (0 B/s) [2020-10-22T00:47:30.241Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-10-22T00:47:30.241Z] 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) [2020-10-22T00:47:30.501Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.3_amd64.deb [201 kB] [2020-10-22T00:47:31.070Z] 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) [2020-10-22T00:47:31.070Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-10-22T00:47:31.070Z] 100% [Working] Fetched 6084 B in 0s (0 B/s) [2020-10-22T00:47:34.372Z] Pulling openresty  [2020-10-22T00:47:35.841Z] Downloading 'openresty-1.15.8.2.tar.gz'[] 0% Downloading 'openresty-1.15.8.2.tar.gz'[] 1% Downloading 'openresty-1.15.8.2.tar.gz'[] 2% Downloading 'openresty-1.15.8.2.tar.gz'[] 3% Downloading 'openresty-1.15.8.2.tar.gz'[] 4% Downloading 'openresty-1.15.8.2.tar.gz'[] 5% Downloading 'openresty-1.15.8.2.tar.gz'[] 6% Downloading 'openresty-1.15.8.2.tar.gz'[] 7% Downloading 'openresty-1.15.8.2.tar.gz'[] 8% Downloading 'openresty-1.15.8.2.tar.gz'[] 9% Downloading 'openresty-1.15.8.2.tar.gz'[] 10% Downloading 'openresty-1.15.8.2.tar.gz'[] 11% Downloading 'openresty-1.15.8.2.tar.gz'[] 12% Downloading 'openresty-1.15.8.2.tar.gz'[] 13% Downloading 'openresty-1.15.8.2.tar.gz'[] 14% Downloading 'openresty-1.15.8.2.tar.gz'[] 15% Downloading 'openresty-1.15.8.2.tar.gz'[] 16% Downloading 'openresty-1.15.8.2.tar.gz'[] 17% Downloading 'openresty-1.15.8.2.tar.gz'[] 18% Downloading 'openresty-1.15.8.2.tar.gz'[] 19% Downloading 'openresty-1.15.8.2.tar.gz'[] 20% Downloading 'openresty-1.15.8.2.tar.gz'[] 21% Downloading 'openresty-1.15.8.2.tar.gz'[] 22% Downloading 'openresty-1.15.8.2.tar.gz'[] 23% Downloading 'openresty-1.15.8.2.tar.gz'[] 24% Downloading 'openresty-1.15.8.2.tar.gz'[] 25% Downloading 'openresty-1.15.8.2.tar.gz'[] 26% Downloading 'openresty-1.15.8.2.tar.gz'[] 27% Downloading 'openresty-1.15.8.2.tar.gz'[] 28% Downloading 'openresty-1.15.8.2.tar.gz'[] 29% Downloading 'openresty-1.15.8.2.tar.gz'[] 30% Downloading 'openresty-1.15.8.2.tar.gz'[] 31% Downloading 'openresty-1.15.8.2.tar.gz'[] 32% Downloading 'openresty-1.15.8.2.tar.gz'[] 33% Downloading 'openresty-1.15.8.2.tar.gz'[] 34% Downloading 'openresty-1.15.8.2.tar.gz'[] 35% Downloading 'openresty-1.15.8.2.tar.gz'[] 36% Downloading 'openresty-1.15.8.2.tar.gz'[] 37% Downloading 'openresty-1.15.8.2.tar.gz'[] 38% Downloading 'openresty-1.15.8.2.tar.gz'[] 39% Downloading 'openresty-1.15.8.2.tar.gz'[] 40% Downloading 'openresty-1.15.8.2.tar.gz'[] 41% Downloading 'openresty-1.15.8.2.tar.gz'[] 42% Downloading 'openresty-1.15.8.2.tar.gz'[] 43% Downloading 'openresty-1.15.8.2.tar.gz'[] 44% Downloading 'openresty-1.15.8.2.tar.gz'[] 45% Downloading 'openresty-1.15.8.2.tar.gz'[] 46% Downloading 'openresty-1.15.8.2.tar.gz'[] 47% Downloading 'openresty-1.15.8.2.tar.gz'[] 48% Downloading 'openresty-1.15.8.2.tar.gz'[] 49% Downloading 'openresty-1.15.8.2.tar.gz'[] 50% Downloading 'openresty-1.15.8.2.tar.gz'[] 51% Downloading 'openresty-1.15.8.2.tar.gz'[] 52% Downloading 'openresty-1.15.8.2.tar.gz'[] 53% Downloading 'openresty-1.15.8.2.tar.gz'[] 54% Downloading 'openresty-1.15.8.2.tar.gz'[] 55% Downloading 'openresty-1.15.8.2.tar.gz'[] 56% Downloading 'openresty-1.15.8.2.tar.gz'[] 57% Downloading 'openresty-1.15.8.2.tar.gz'[] 58% Downloading 'openresty-1.15.8.2.tar.gz'[] 59% Downloading 'openresty-1.15.8.2.tar.gz'[] 60% Downloading 'openresty-1.15.8.2.tar.gz'[] 61% Downloading 'openresty-1.15.8.2.tar.gz'[] 62% Downloading 'openresty-1.15.8.2.tar.gz'[] 63% Downloading 'openresty-1.15.8.2.tar.gz'[] 64% Downloading 'openresty-1.15.8.2.tar.gz'[] 65% Downloading 'openresty-1.15.8.2.tar.gz'[] 66% Downloading 'openresty-1.15.8.2.tar.gz'[] 67% Downloading 'openresty-1.15.8.2.tar.gz'[] 68% Downloading 'openresty-1.15.8.2.tar.gz'[] 69% Downloading 'openresty-1.15.8.2.tar.gz'[] 70% Downloading 'openresty-1.15.8.2.tar.gz'[] 71% Downloading 'openresty-1.15.8.2.tar.gz'[] 72% Downloading 'openresty-1.15.8.2.tar.gz'[] 73% Downloading 'openresty-1.15.8.2.tar.gz'[] 74% Downloading 'openresty-1.15.8.2.tar.gz'[] 75% Downloading 'openresty-1.15.8.2.tar.gz'[] 76% Downloading 'openresty-1.15.8.2.tar.gz'[] 77% Downloading 'openresty-1.15.8.2.tar.gz'[] 78% Downloading 'openresty-1.15.8.2.tar.gz'[] 79% Downloading 'openresty-1.15.8.2.tar.gz'[] 80% Downloading 'openresty-1.15.8.2.tar.gz'[] 81% Downloading 'openresty-1.15.8.2.tar.gz'[] 82% Downloading 'openresty-1.15.8.2.tar.gz'[] 83% Downloading 'openresty-1.15.8.2.tar.gz'[] 84% Downloading 'openresty-1.15.8.2.tar.gz'[] 85% Downloading 'openresty-1.15.8.2.tar.gz'[] 86% Downloading 'openresty-1.15.8.2.tar.gz'[] 87% Downloading 'openresty-1.15.8.2.tar.gz'[] 88% Downloading 'openresty-1.15.8.2.tar.gz'[] 89% Downloading 'openresty-1.15.8.2.tar.gz'[] 90% Downloading 'openresty-1.15.8.2.tar.gz'[] 91% Downloading 'openresty-1.15.8.2.tar.gz'[] 92% Downloading 'openresty-1.15.8.2.tar.gz'[] 93% Downloading 'openresty-1.15.8.2.tar.gz'[] 94% Downloading 'openresty-1.15.8.2.tar.gz'[] 95% Downloading 'openresty-1.15.8.2.tar.gz'[] 96% Downloading 'openresty-1.15.8.2.tar.gz'[] 97% Downloading 'openresty-1.15.8.2.tar.gz'[] 98% Downloading 'openresty-1.15.8.2.tar.gz'[] 99% Downloading 'openresty-1.15.8.2.tar.gz'[] 100% [2020-10-22T00:47:37.765Z] patching file LuaJIT-2.1-20190507/src/lj_tab.c [2020-10-22T00:47:37.765Z] patching file LuaJIT-2.1-20190507/src/lj_asm_arm.h [2020-10-22T00:47:37.765Z] patching file LuaJIT-2.1-20190507/src/lj_api.c [2020-10-22T00:47:37.765Z] patching file LuaJIT-2.1-20190507/src/lj_arch.h [2020-10-22T00:47:37.765Z] patching file LuaJIT-2.1-20190507/src/lj_cconv.c [2020-10-22T00:47:37.765Z] patching file LuaJIT-2.1-20190507/src/lj_obj.h [2020-10-22T00:47:37.765Z] patching file LuaJIT-2.1-20190507/src/lj_state.c [2020-10-22T00:47:37.765Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-22T00:47:37.765Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-22T00:47:37.765Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-22T00:47:37.765Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-22T00:47:37.765Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-22T00:47:37.765Z] patching file lua-resty-core-0.1.17/lib/resty/core.lua [2020-10-22T00:47:37.765Z] patching file lua-resty-core-0.1.17/lib/resty/core/socket_tcp.lua [2020-10-22T00:47:37.765Z] patching file lua-resty-websocket-0.07/lib/resty/websocket/client.lua [2020-10-22T00:47:37.765Z] patching file nginx-1.15.8/src/http/ngx_http_upstream.c [2020-10-22T00:47:37.765Z] Hunk #2 succeeded at 1694 (offset -3 lines). [2020-10-22T00:47:37.765Z] Hunk #4 succeeded at 1782 (offset -7 lines). [2020-10-22T00:47:37.765Z] patching file nginx-1.15.8/src/http/ngx_http_special_response.c [2020-10-22T00:47:37.765Z] patching file nginx-1.15.8/src/stream/ngx_stream_proxy_module.c [2020-10-22T00:47:37.765Z] Hunk #2 succeeded at 802 (offset 20 lines). [2020-10-22T00:47:37.765Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-22T00:47:37.765Z] Hunk #5 succeeded at 1556 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #6 succeeded at 1626 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #7 succeeded at 1726 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #8 succeeded at 1749 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #9 succeeded at 1760 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #10 succeeded at 1775 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #11 succeeded at 1816 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #12 succeeded at 1827 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #13 succeeded at 1849 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #14 succeeded at 1868 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #15 succeeded at 1878 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #16 succeeded at 2008 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #17 succeeded at 6101 (offset 62 lines). [2020-10-22T00:47:37.765Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.h [2020-10-22T00:47:37.765Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-22T00:47:37.765Z] Hunk #1 succeeded at 1647 (offset 48 lines). [2020-10-22T00:47:37.765Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-22T00:47:37.765Z] Hunk #3 succeeded at 1579 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #4 succeeded at 1644 (offset 48 lines). [2020-10-22T00:47:37.765Z] Hunk #5 succeeded at 1668 (offset 48 lines). [2020-10-22T00:47:37.765Z] patching file ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-22T00:47:37.765Z] Hunk #1 succeeded at 1756 (offset 48 lines). [2020-10-22T00:47:37.765Z] patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_control.c [2020-10-22T00:47:37.765Z] patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_variable.c [2020-10-22T00:47:37.765Z] patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_common.h [2020-10-22T00:47:37.765Z] patching file ngx_stream_lua-0.0.7/src/ngx_stream_lua_util.c [2020-10-22T00:47:37.765Z] patching file ngx_stream_lua-0.0.7/src/api/ngx_stream_lua_api.h [2020-10-22T00:47:37.765Z] 'lua' has dependencies that need to be staged: openresty [2020-10-22T00:47:37.765Z] Skipping pull openresty (already ran) [2020-10-22T00:47:41.073Z] Building openresty  [2020-10-22T00:47:42.464Z] ./configure --prefix=/build/parts/openresty/install --with-pcre-jit --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-http_stub_status_module --with-http_v2_module --add-module=/build/stage/lua-kong-nginx-module [2020-10-22T00:47:42.464Z] platform: linux (linux) [2020-10-22T00:47:42.464Z] cp -rp bundle/ build [2020-10-22T00:47:42.724Z] cd build [2020-10-22T00:47:42.724Z] cd LuaJIT-2.1-20190507 [2020-10-22T00:47:42.724Z] INFO: found -msse4.2 in cc. [2020-10-22T00:47:42.724Z] make TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit [2020-10-22T00:47:42.724Z] ==== Building LuaJIT 2.1.0-beta3 ==== [2020-10-22T00:47:42.724Z] make -C src [2020-10-22T00:47:42.724Z] make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-22T00:47:42.985Z] HOSTCC host/minilua.o [2020-10-22T00:47:46.289Z] HOSTLINK host/minilua [2020-10-22T00:47:46.289Z] DYNASM host/buildvm_arch.h [2020-10-22T00:47:46.550Z] HOSTCC host/buildvm.o [2020-10-22T00:47:47.132Z] HOSTCC host/buildvm_asm.o [2020-10-22T00:47:47.394Z] HOSTCC host/buildvm_peobj.o [2020-10-22T00:47:47.394Z] HOSTCC host/buildvm_lib.o [2020-10-22T00:47:47.655Z] HOSTCC host/buildvm_fold.o [2020-10-22T00:47:47.655Z] HOSTLINK host/buildvm [2020-10-22T00:47:47.917Z] BUILDVM lj_vm.S [2020-10-22T00:47:47.917Z] ASM lj_vm.o [2020-10-22T00:47:47.917Z] CC lj_gc.o [2020-10-22T00:47:48.864Z] BUILDVM lj_ffdef.h [2020-10-22T00:47:48.865Z] CC lj_err.o [2020-10-22T00:47:49.125Z] CC lj_char.o [2020-10-22T00:47:49.125Z] BUILDVM lj_bcdef.h [2020-10-22T00:47:49.125Z] CC lj_bc.o [2020-10-22T00:47:49.386Z] CC lj_obj.o [2020-10-22T00:47:49.386Z] CC lj_buf.o [2020-10-22T00:47:49.648Z] CC lj_str.o [2020-10-22T00:47:50.221Z] CC lj_tab.o [2020-10-22T00:47:50.796Z] CC lj_func.o [2020-10-22T00:47:51.120Z] CC lj_udata.o [2020-10-22T00:47:51.120Z] CC lj_meta.o [2020-10-22T00:47:51.697Z] CC lj_debug.o [2020-10-22T00:47:52.268Z] CC lj_state.o [2020-10-22T00:47:52.531Z] CC lj_dispatch.o [2020-10-22T00:47:53.108Z] CC lj_vmevent.o [2020-10-22T00:47:53.374Z] CC lj_vmmath.o [2020-10-22T00:47:53.374Z] CC lj_strscan.o [2020-10-22T00:47:53.950Z] CC lj_strfmt.o [2020-10-22T00:47:54.524Z] CC lj_strfmt_num.o [2020-10-22T00:47:55.470Z] CC lj_api.o [2020-10-22T00:47:56.412Z] CC lj_profile.o [2020-10-22T00:47:56.673Z] CC lj_lex.o [2020-10-22T00:47:57.249Z] CC lj_parse.o [2020-10-22T00:47:59.165Z] CC lj_bcread.o [2020-10-22T00:47:59.739Z] CC lj_bcwrite.o [2020-10-22T00:48:00.000Z] CC lj_load.o [2020-10-22T00:48:00.266Z] CC lj_ir.o [2020-10-22T00:48:00.527Z] CC lj_opt_mem.o [2020-10-22T00:48:01.472Z] BUILDVM lj_folddef.h [2020-10-22T00:48:01.744Z] CC lj_opt_fold.o [2020-10-22T00:48:03.135Z] CC lj_opt_narrow.o [2020-10-22T00:48:03.708Z] CC lj_opt_dce.o [2020-10-22T00:48:03.708Z] CC lj_opt_loop.o [2020-10-22T00:48:04.283Z] CC lj_opt_split.o [2020-10-22T00:48:04.283Z] CC lj_opt_sink.o [2020-10-22T00:48:04.546Z] CC lj_mcode.o [2020-10-22T00:48:04.807Z] CC lj_snap.o [2020-10-22T00:48:05.755Z] CC lj_record.o [2020-10-22T00:48:08.303Z] CC lj_crecord.o [2020-10-22T00:48:09.730Z] BUILDVM lj_recdef.h [2020-10-22T00:48:09.730Z] CC lj_ffrecord.o [2020-10-22T00:48:10.678Z] CC lj_asm.o [2020-10-22T00:48:13.991Z] CC lj_trace.o [2020-10-22T00:48:14.940Z] CC lj_gdbjit.o [2020-10-22T00:48:14.940Z] CC lj_ctype.o [2020-10-22T00:48:15.515Z] CC lj_cdata.o [2020-10-22T00:48:16.089Z] CC lj_cconv.o [2020-10-22T00:48:16.662Z] CC lj_ccall.o [2020-10-22T00:48:17.237Z] CC lj_ccallback.o [2020-10-22T00:48:17.500Z] CC lj_carith.o [2020-10-22T00:48:18.075Z] CC lj_clib.o [2020-10-22T00:48:18.075Z] CC lj_cparse.o [2020-10-22T00:48:19.990Z] CC lj_lib.o [2020-10-22T00:48:19.990Z] CC lj_alloc.o [2020-10-22T00:48:20.619Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2020-10-22T00:48:20.932Z] CC lib_aux.o [2020-10-22T00:48:21.193Z] BUILDVM lj_libdef.h [2020-10-22T00:48:21.193Z] CC lib_base.o [2020-10-22T00:48:21.770Z] CC lib_math.o [2020-10-22T00:48:22.032Z] CC lib_bit.o [2020-10-22T00:48:22.294Z] CC lib_string.o [2020-10-22T00:48:22.867Z] CC lib_table.o [2020-10-22T00:48:23.128Z] CC lib_io.o [2020-10-22T00:48:23.311Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [2020-10-22T00:48:23.699Z] CC lib_os.o [2020-10-22T00:48:23.960Z] CC lib_package.o [2020-10-22T00:48:24.534Z] CC lib_debug.o [2020-10-22T00:48:24.796Z] CC lib_jit.o [2020-10-22T00:48:25.371Z] CC lib_ffi.o [2020-10-22T00:48:26.321Z] CC lib_init.o [2020-10-22T00:48:26.321Z] AR libluajit.a [2020-10-22T00:48:26.321Z] CC luajit.o [2020-10-22T00:48:26.582Z] BUILDVM jit/vmdef.lua [2020-10-22T00:48:26.582Z] DYNLINK libluajit.so [2020-10-22T00:48:26.582Z] LINK luajit [2020-10-22T00:48:26.844Z] OK Successfully built LuaJIT [2020-10-22T00:48:26.844Z] make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-22T00:48:26.844Z] ==== Successfully built LuaJIT 2.1.0-beta3 ==== [2020-10-22T00:48:26.844Z] make install TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit DESTDIR=/build/parts/openresty/build/build/luajit-root/ [2020-10-22T00:48:26.844Z] ==== Installing LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== [2020-10-22T00:48:26.844Z] mkdir -p /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/bin /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/include/luajit-2.1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/man/man1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/pkgconfig /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/lua/5.1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/lua/5.1 [2020-10-22T00:48:26.844Z] cd src && install -m 0755 luajit /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/bin/luajit-2.1.0-beta3 [2020-10-22T00:48:26.844Z] cd src && test -f libluajit.a && install -m 0644 libluajit.a /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.a || : [2020-10-22T00:48:26.844Z] rm -f /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 [2020-10-22T00:48:26.844Z] cd src && test -f libluajit.so && \ [2020-10-22T00:48:26.845Z] install -m 0755 libluajit.so /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 && \ [2020-10-22T00:48:26.845Z] ldconfig -n /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib && \ [2020-10-22T00:48:26.845Z] ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so && \ [2020-10-22T00:48:26.845Z] ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 || : [2020-10-22T00:48:26.845Z] cd etc && install -m 0644 luajit.1 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/man/man1 [2020-10-22T00:48:26.845Z] cd etc && sed -e "s|^prefix=.*|prefix=/build/parts/openresty/install/luajit|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \ [2020-10-22T00:48:26.845Z] install -m 0644 luajit.pc.tmp /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/lib/pkgconfig/luajit.pc && \ [2020-10-22T00:48:26.845Z] rm -f luajit.pc.tmp [2020-10-22T00:48:26.845Z] cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/include/luajit-2.1 [2020-10-22T00:48:26.845Z] cd src/jit && install -m 0644 bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_arm64.lua dis_arm64be.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua dis_mips64.lua dis_mips64el.lua vmdef.lua /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit [2020-10-22T00:48:26.845Z] ln -sf luajit-2.1.0-beta3 /build/parts/openresty/build/build/luajit-root//build/parts/openresty/install/luajit/bin/luajit [2020-10-22T00:48:26.845Z] ==== Successfully installed LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== [2020-10-22T00:48:26.845Z] export LUAJIT_LIB='/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib' [2020-10-22T00:48:26.845Z] export LUAJIT_INC='/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1' [2020-10-22T00:48:26.845Z] cd .. [2020-10-22T00:48:26.845Z] patching the resty script with hard-coded nginx binary path... [2020-10-22T00:48:26.845Z] cd nginx-1.15.8 [2020-10-22T00:48:26.845Z] sh ./configure --prefix=/build/parts/openresty/install/nginx \ [2020-10-22T00:48:26.845Z] --with-cc-opt='-O2' \ [2020-10-22T00:48:26.845Z] --add-module=../ngx_devel_kit-0.3.1rc1 \ [2020-10-22T00:48:26.845Z] --add-module=../echo-nginx-module-0.61 \ [2020-10-22T00:48:26.845Z] --add-module=../xss-nginx-module-0.06 \ [2020-10-22T00:48:26.845Z] --add-module=../ngx_coolkit-0.2 \ [2020-10-22T00:48:26.845Z] --add-module=../set-misc-nginx-module-0.32 \ [2020-10-22T00:48:26.845Z] --add-module=../form-input-nginx-module-0.12 \ [2020-10-22T00:48:26.845Z] --add-module=../encrypted-session-nginx-module-0.08 \ [2020-10-22T00:48:26.845Z] --add-module=../srcache-nginx-module-0.31 \ [2020-10-22T00:48:26.845Z] --add-module=../ngx_lua-0.10.15 \ [2020-10-22T00:48:26.845Z] --add-module=../ngx_lua_upstream-0.07 \ [2020-10-22T00:48:26.845Z] --add-module=../headers-more-nginx-module-0.33 \ [2020-10-22T00:48:26.845Z] --add-module=../array-var-nginx-module-0.05 \ [2020-10-22T00:48:26.845Z] --add-module=../memc-nginx-module-0.19 \ [2020-10-22T00:48:26.845Z] --add-module=../redis2-nginx-module-0.15 \ [2020-10-22T00:48:26.845Z] --add-module=../redis-nginx-module-0.3.7 \ [2020-10-22T00:48:26.845Z] --add-module=../rds-json-nginx-module-0.15 \ [2020-10-22T00:48:26.845Z] --add-module=../rds-csv-nginx-module-0.09 \ [2020-10-22T00:48:26.845Z] --add-module=../ngx_stream_lua-0.0.7 \ [2020-10-22T00:48:26.845Z] --with-ld-opt='-Wl,-rpath,/build/parts/openresty/install/luajit/lib' \ [2020-10-22T00:48:26.845Z] --with-pcre-jit --with-ipv6 --with-http_realip_module --with-http_ssl_module --with-http_stub_status_module --with-http_v2_module --add-module=/build/stage/lua-kong-nginx-module --with-stream --with-stream_ssl_module --with-stream_ssl_preread_module [2020-10-22T00:48:27.133Z] checking for OS [2020-10-22T00:48:27.133Z] + Linux 3.10.0-1127.el7.x86_64 x86_64 [2020-10-22T00:48:27.133Z] checking for C compiler ... found [2020-10-22T00:48:27.133Z] + using GNU C compiler [2020-10-22T00:48:27.133Z] + gcc version: 7.5.0 (Ubuntu 7.5.0-3ubuntu1~18.04) [2020-10-22T00:48:27.133Z] checking for gcc -pipe switch ... found [2020-10-22T00:48:27.395Z] checking for --with-ld-opt="-Wl,-rpath,/build/parts/openresty/install/luajit/lib" ... found [2020-10-22T00:48:27.395Z] checking for -Wl,-E switch ... found [2020-10-22T00:48:27.395Z] checking for gcc builtin atomic operations ... found [2020-10-22T00:48:27.395Z] checking for C99 variadic macros ... found [2020-10-22T00:48:27.657Z] checking for gcc variadic macros ... found [2020-10-22T00:48:27.657Z] checking for gcc builtin 64 bit byteswap ... found [2020-10-22T00:48:27.657Z] checking for unistd.h ... found [2020-10-22T00:48:27.920Z] checking for inttypes.h ... found [2020-10-22T00:48:27.920Z] checking for limits.h ... found [2020-10-22T00:48:27.920Z] checking for sys/filio.h ... not found [2020-10-22T00:48:27.920Z] checking for sys/param.h ... found [2020-10-22T00:48:27.920Z] checking for sys/mount.h ... found [2020-10-22T00:48:28.183Z] checking for sys/statvfs.h ... found [2020-10-22T00:48:28.183Z] checking for crypt.h ... found [2020-10-22T00:48:28.183Z] checking for Linux specific features [2020-10-22T00:48:28.183Z] checking for epoll ... found [2020-10-22T00:48:28.449Z] checking for EPOLLRDHUP ... found [2020-10-22T00:48:28.450Z] checking for EPOLLEXCLUSIVE ... found [2020-10-22T00:48:28.450Z] checking for O_PATH ... found [2020-10-22T00:48:28.450Z] checking for sendfile() ... found [2020-10-22T00:48:28.711Z] checking for sendfile64() ... found [2020-10-22T00:48:28.711Z] checking for sys/prctl.h ... found [2020-10-22T00:48:28.711Z] checking for prctl(PR_SET_DUMPABLE) ... found [2020-10-22T00:48:28.971Z] checking for prctl(PR_SET_KEEPCAPS) ... found [2020-10-22T00:48:28.971Z] checking for capabilities ... found [2020-10-22T00:48:28.971Z] checking for crypt_r() ... found [2020-10-22T00:48:28.971Z] checking for sys/vfs.h ... found [2020-10-22T00:48:29.234Z] checking for nobody group ... not found [2020-10-22T00:48:29.234Z] checking for nogroup group ... found [2020-10-22T00:48:29.234Z] checking for poll() ... found [2020-10-22T00:48:29.234Z] checking for /dev/poll ... not found [2020-10-22T00:48:29.234Z] checking for kqueue ... not found [2020-10-22T00:48:29.234Z] checking for crypt() ... not found [2020-10-22T00:48:29.234Z] checking for crypt() in libcrypt ... found [2020-10-22T00:48:29.495Z] checking for F_READAHEAD ... not found [2020-10-22T00:48:29.495Z] checking for posix_fadvise() ... found [2020-10-22T00:48:29.495Z] checking for O_DIRECT ... found [2020-10-22T00:48:29.495Z] checking for F_NOCACHE ... not found [2020-10-22T00:48:29.495Z] checking for directio() ... not found [2020-10-22T00:48:29.760Z] checking for statfs() ... found [2020-10-22T00:48:29.760Z] checking for statvfs() ... found [2020-10-22T00:48:29.760Z] checking for dlopen() ... not found [2020-10-22T00:48:30.023Z] checking for dlopen() in libdl ... found [2020-10-22T00:48:30.023Z] checking for sched_yield() ... found [2020-10-22T00:48:30.023Z] checking for sched_setaffinity() ... found [2020-10-22T00:48:30.023Z] checking for SO_SETFIB ... not found [2020-10-22T00:48:30.287Z] checking for SO_REUSEPORT ... found [2020-10-22T00:48:30.287Z] checking for SO_ACCEPTFILTER ... not found [2020-10-22T00:48:30.287Z] checking for SO_BINDANY ... not found [2020-10-22T00:48:30.287Z] checking for IP_TRANSPARENT ... found [2020-10-22T00:48:30.287Z] checking for IP_BINDANY ... not found [2020-10-22T00:48:30.549Z] checking for IP_BIND_ADDRESS_NO_PORT ... found [2020-10-22T00:48:30.549Z] checking for IP_RECVDSTADDR ... not found [2020-10-22T00:48:30.549Z] checking for IP_SENDSRCADDR ... not found [2020-10-22T00:48:30.549Z] checking for IP_PKTINFO ... found [2020-10-22T00:48:30.549Z] checking for IPV6_RECVPKTINFO ... found [2020-10-22T00:48:30.809Z] checking for TCP_DEFER_ACCEPT ... found [2020-10-22T00:48:30.809Z] checking for TCP_KEEPIDLE ... found [2020-10-22T00:48:30.809Z] checking for TCP_FASTOPEN ... found [2020-10-22T00:48:31.071Z] checking for TCP_INFO ... found [2020-10-22T00:48:31.071Z] checking for accept4() ... found [2020-10-22T00:48:31.071Z] checking for eventfd() ... found [2020-10-22T00:48:31.332Z] checking for int size ... 4 bytes [2020-10-22T00:48:31.332Z] checking for long size ... 8 bytes [2020-10-22T00:48:31.332Z] checking for long long size ... 8 bytes [2020-10-22T00:48:31.332Z] checking for void * size ... 8 bytes [2020-10-22T00:48:31.596Z] checking for uint32_t ... found [2020-10-22T00:48:31.596Z] checking for uint64_t ... found [2020-10-22T00:48:31.596Z] checking for sig_atomic_t ... found [2020-10-22T00:48:31.861Z] checking for sig_atomic_t size ... 4 bytes [2020-10-22T00:48:31.861Z] checking for socklen_t ... found [2020-10-22T00:48:31.861Z] checking for in_addr_t ... found [2020-10-22T00:48:32.123Z] checking for in_port_t ... found [2020-10-22T00:48:32.123Z] checking for rlim_t ... found [2020-10-22T00:48:32.123Z] checking for uintptr_t ... uintptr_t found [2020-10-22T00:48:32.123Z] checking for system byte ordering ... little endian [2020-10-22T00:48:32.387Z] checking for size_t size ... 8 bytes [2020-10-22T00:48:32.387Z] checking for off_t size ... 8 bytes [2020-10-22T00:48:32.387Z] checking for time_t size ... 8 bytes [2020-10-22T00:48:32.649Z] checking for AF_INET6 ... found [2020-10-22T00:48:32.649Z] checking for setproctitle() ... not found [2020-10-22T00:48:32.649Z] checking for pread() ... found [2020-10-22T00:48:32.912Z] checking for pwrite() ... found [2020-10-22T00:48:32.912Z] checking for pwritev() ... found [2020-10-22T00:48:32.912Z] checking for sys_nerr ... found [2020-10-22T00:48:33.175Z] checking for localtime_r() ... found [2020-10-22T00:48:33.175Z] checking for clock_gettime(CLOCK_MONOTONIC) ... found [2020-10-22T00:48:33.175Z] checking for posix_memalign() ... found [2020-10-22T00:48:33.437Z] checking for memalign() ... found [2020-10-22T00:48:33.437Z] checking for mmap(MAP_ANON|MAP_SHARED) ... found [2020-10-22T00:48:33.437Z] checking for mmap("/dev/zero", MAP_SHARED) ... found [2020-10-22T00:48:33.608Z] Removing intermediate container a33c334270e9 [2020-10-22T00:48:33.608Z] ---> ab908d7a57ce [2020-10-22T00:48:33.608Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-10-22T00:48:33.608Z] ---> Running in 50ceda7ad838 [2020-10-22T00:48:33.699Z] checking for System V shared memory ... found [2020-10-22T00:48:33.700Z] checking for POSIX semaphores ... not found [2020-10-22T00:48:33.700Z] checking for POSIX semaphores in libpthread ... found [2020-10-22T00:48:33.961Z] checking for struct msghdr.msg_control ... found [2020-10-22T00:48:33.961Z] checking for ioctl(FIONBIO) ... found [2020-10-22T00:48:33.961Z] checking for struct tm.tm_gmtoff ... found [2020-10-22T00:48:33.961Z] checking for struct dirent.d_namlen ... not found [2020-10-22T00:48:34.223Z] checking for struct dirent.d_type ... found [2020-10-22T00:48:34.223Z] checking for sysconf(_SC_NPROCESSORS_ONLN) ... found [2020-10-22T00:48:34.223Z] checking for sysconf(_SC_LEVEL1_DCACHE_LINESIZE) ... found [2020-10-22T00:48:34.223Z] checking for openat(), fstatat() ... found [2020-10-22T00:48:34.483Z] checking for getaddrinfo() ... found [2020-10-22T00:48:34.483Z] checking for SOCK_CLOEXEC support ... found [2020-10-22T00:48:34.745Z] checking for FD_CLOEXEC support ... found [2020-10-22T00:48:34.745Z] configuring additional modules [2020-10-22T00:48:34.745Z] adding module in ../ngx_devel_kit-0.3.1rc1 [2020-10-22T00:48:34.745Z] + ngx_devel_kit was configured [2020-10-22T00:48:34.745Z] adding module in ../echo-nginx-module-0.61 [2020-10-22T00:48:34.745Z] + ngx_http_echo_module was configured [2020-10-22T00:48:34.745Z] adding module in ../xss-nginx-module-0.06 [2020-10-22T00:48:34.745Z] + ngx_http_xss_filter_module was configured [2020-10-22T00:48:34.745Z] adding module in ../ngx_coolkit-0.2 [2020-10-22T00:48:34.745Z] + ngx_coolkit_module was configured [2020-10-22T00:48:34.745Z] adding module in ../set-misc-nginx-module-0.32 [2020-10-22T00:48:34.745Z] found ngx_devel_kit for ngx_set_misc; looks good. [2020-10-22T00:48:34.745Z] + ngx_http_set_misc_module was configured [2020-10-22T00:48:34.745Z] adding module in ../form-input-nginx-module-0.12 [2020-10-22T00:48:34.745Z] found ngx_devel_kit for ngx_form_input; looks good. [2020-10-22T00:48:34.745Z] + ngx_http_form_input_module was configured [2020-10-22T00:48:34.745Z] adding module in ../encrypted-session-nginx-module-0.08 [2020-10-22T00:48:34.745Z] found ngx_devel_kit for ngx_encrypted_session; looks good. [2020-10-22T00:48:34.745Z] + ngx_http_encrypted_session_module was configured [2020-10-22T00:48:34.745Z] adding module in ../srcache-nginx-module-0.31 [2020-10-22T00:48:34.745Z] + ngx_http_srcache_filter_module was configured [2020-10-22T00:48:34.745Z] adding module in ../ngx_lua-0.10.15 [2020-10-22T00:48:34.745Z] checking for LuaJIT library in /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib and /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 (specified by the LUAJIT_LIB and LUAJIT_INC env, with -ldl) ... found [2020-10-22T00:48:34.745Z] checking for export symbols by default (-E) ... found [2020-10-22T00:48:35.006Z] checking for export symbols by default (--export-all-symbols) ... not found [2020-10-22T00:48:35.006Z] checking for SO_PASSCRED ... found [2020-10-22T00:48:35.006Z] checking for SA_RESTART ... found [2020-10-22T00:48:35.006Z] checking for __attribute__(constructor) ... found [2020-10-22T00:48:35.269Z] checking for malloc_trim ... found [2020-10-22T00:48:35.269Z] checking for pipe2 ... not found [2020-10-22T00:48:35.269Z] checking for signalfd ... found [2020-10-22T00:48:35.269Z] + ngx_http_lua_module was configured [2020-10-22T00:48:35.269Z] adding module in ../ngx_lua_upstream-0.07 [2020-10-22T00:48:35.269Z] + ngx_http_lua_upstream_module was configured [2020-10-22T00:48:35.269Z] adding module in ../headers-more-nginx-module-0.33 [2020-10-22T00:48:35.269Z] + ngx_http_headers_more_filter_module was configured [2020-10-22T00:48:35.269Z] adding module in ../array-var-nginx-module-0.05 [2020-10-22T00:48:35.269Z] found ngx_devel_kit for ngx_array_var; looks good. [2020-10-22T00:48:35.269Z] + ngx_http_array_var_module was configured [2020-10-22T00:48:35.269Z] adding module in ../memc-nginx-module-0.19 [2020-10-22T00:48:35.269Z] + ngx_http_memc_module was configured [2020-10-22T00:48:35.269Z] adding module in ../redis2-nginx-module-0.15 [2020-10-22T00:48:35.269Z] + ngx_http_redis2_module was configured [2020-10-22T00:48:35.269Z] adding module in ../redis-nginx-module-0.3.7 [2020-10-22T00:48:35.269Z] + ngx_http_redis_module was configured [2020-10-22T00:48:35.269Z] adding module in ../rds-json-nginx-module-0.15 [2020-10-22T00:48:35.269Z] + ngx_http_rds_json_filter_module was configured [2020-10-22T00:48:35.269Z] adding module in ../rds-csv-nginx-module-0.09 [2020-10-22T00:48:35.269Z] + ngx_http_rds_csv_filter_module was configured [2020-10-22T00:48:35.269Z] adding module in ../ngx_stream_lua-0.0.7 [2020-10-22T00:48:35.532Z] checking for LuaJIT library in /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib and /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 (specified by the LUAJIT_LIB and LUAJIT_INC env, with -ldl) ... found [2020-10-22T00:48:35.532Z] checking for export symbols by default (-E) ... found [2020-10-22T00:48:35.532Z] checking for export symbols by default (--export-all-symbols) ... not found [2020-10-22T00:48:35.532Z] checking for SO_PASSCRED ... found [2020-10-22T00:48:35.793Z] checking for SA_RESTART ... found [2020-10-22T00:48:35.793Z] + ngx_stream_lua_module was configured [2020-10-22T00:48:35.793Z] adding module in /build/stage/lua-kong-nginx-module [2020-10-22T00:48:35.793Z] + ngx_http_lua_kong_module was configured [2020-10-22T00:48:35.793Z] checking for PCRE library ... found [2020-10-22T00:48:35.793Z] checking for PCRE JIT support ... found [2020-10-22T00:48:36.054Z] checking for OpenSSL library ... found [2020-10-22T00:48:36.054Z] checking for zlib library ... found [2020-10-22T00:48:36.054Z] creating objs/Makefile [2020-10-22T00:48:37.973Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-10-22T00:48:38.984Z] Removing intermediate container bb86dc3b98a9 [2020-10-22T00:48:38.984Z] ---> f2a275c95d45 [2020-10-22T00:48:38.984Z] [2020-10-22T00:48:38.984Z] Step 10/26 : FROM alpine:3.10 [2020-10-22T00:48:39.297Z] 3.10: Pulling from library/alpine [2020-10-22T00:48:40.278Z] [2020-10-22T00:48:40.278Z] Configuration summary [2020-10-22T00:48:40.278Z] + using system PCRE library [2020-10-22T00:48:40.278Z] + using system OpenSSL library [2020-10-22T00:48:40.278Z] + using system zlib library [2020-10-22T00:48:40.278Z] [2020-10-22T00:48:40.278Z] nginx path prefix: "/build/parts/openresty/install/nginx" [2020-10-22T00:48:40.278Z] nginx binary file: "/build/parts/openresty/install/nginx/sbin/nginx" [2020-10-22T00:48:40.278Z] nginx modules path: "/build/parts/openresty/install/nginx/modules" [2020-10-22T00:48:40.278Z] nginx configuration prefix: "/build/parts/openresty/install/nginx/conf" [2020-10-22T00:48:40.278Z] nginx configuration file: "/build/parts/openresty/install/nginx/conf/nginx.conf" [2020-10-22T00:48:40.278Z] nginx pid file: "/build/parts/openresty/install/nginx/logs/nginx.pid" [2020-10-22T00:48:40.278Z] nginx error log file: "/build/parts/openresty/install/nginx/logs/error.log" [2020-10-22T00:48:40.278Z] nginx http access log file: "/build/parts/openresty/install/nginx/logs/access.log" [2020-10-22T00:48:40.278Z] nginx http client request body temporary files: "client_body_temp" [2020-10-22T00:48:40.278Z] nginx http proxy temporary files: "proxy_temp" [2020-10-22T00:48:40.278Z] nginx http fastcgi temporary files: "fastcgi_temp" [2020-10-22T00:48:40.278Z] nginx http uwsgi temporary files: "uwsgi_temp" [2020-10-22T00:48:40.278Z] nginx http scgi temporary files: "scgi_temp" [2020-10-22T00:48:40.278Z] [2020-10-22T00:48:40.278Z] ./configure: warning: the "--with-ipv6" option is deprecated [2020-10-22T00:48:40.278Z] cd ../.. [2020-10-22T00:48:40.278Z] Type the following commands to build and install: [2020-10-22T00:48:40.278Z] make [2020-10-22T00:48:40.278Z] make install [2020-10-22T00:48:40.278Z] make -j8 [2020-10-22T00:48:40.278Z] cd /build/parts/openresty/build/build/LuaJIT-2.1-20190507 && make TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit [2020-10-22T00:48:40.278Z] make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-22T00:48:40.278Z] ==== Building LuaJIT 2.1.0-beta3 ==== [2020-10-22T00:48:40.278Z] make -C src [2020-10-22T00:48:40.278Z] make[2]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-22T00:48:40.278Z] make[2]: Nothing to be done for 'default'. [2020-10-22T00:48:40.278Z] make[2]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-22T00:48:40.278Z] ==== Successfully built LuaJIT 2.1.0-beta3 ==== [2020-10-22T00:48:40.278Z] make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-22T00:48:40.278Z] cd /build/parts/openresty/build/build/lua-cjson-2.1.0.7 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/build/parts/openresty/install/lualib LUA_MODULE_DIR=/build/parts/openresty/install/lualib CJSON_CFLAGS="-g -fpic" CC=cc [2020-10-22T00:48:40.278Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-22T00:48:40.278Z] cc -c -O3 -Wall -pedantic -DNDEBUG -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -g -fpic -o lua_cjson.o lua_cjson.c [2020-10-22T00:48:40.278Z] cc -c -O3 -Wall -pedantic -DNDEBUG -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -g -fpic -o strbuf.o strbuf.c [2020-10-22T00:48:40.278Z] cc -c -O3 -Wall -pedantic -DNDEBUG -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -g -fpic -o fpconv.o fpconv.c [2020-10-22T00:48:41.222Z] cc -L/build/parts/openresty/install/usr/lib -L/build/parts/openresty/install/usr/lib/x86_64-linux-gnu -L/build/stage/lib -L/build/stage/usr/lib -shared -o cjson.so lua_cjson.o strbuf.o fpconv.o [2020-10-22T00:48:41.222Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-22T00:48:41.222Z] cd /build/parts/openresty/build/build/lua-resty-signal-0.02 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:48:41.222Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-22T00:48:41.222Z] cc -O3 -g -Wall -fpic -c resty_signal.c [2020-10-22T00:48:41.222Z] cc -shared -fvisibility=hidden resty_signal.o -o librestysignal.so [2020-10-22T00:48:41.222Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-22T00:48:41.222Z] cd /build/parts/openresty/build/build/lua-redis-parser-0.13 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:48:41.222Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-22T00:48:41.222Z] cc -c -g -O -Wall -fpic -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -o redis-parser.o redis-parser.c [2020-10-22T00:48:41.222Z] cc -L/build/parts/openresty/install/usr/lib -L/build/parts/openresty/install/usr/lib/x86_64-linux-gnu -L/build/stage/lib -L/build/stage/usr/lib -shared -o parser.so redis-parser.o [2020-10-22T00:48:41.222Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-22T00:48:41.222Z] cd /build/parts/openresty/build/build/lua-rds-parser-0.06 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:48:41.222Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-22T00:48:41.222Z] cc -c -g -O -Wall -fpic -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -o src/rds_parser.o src/rds_parser.c [2020-10-22T00:48:41.222Z] cc -L/build/parts/openresty/install/usr/lib -L/build/parts/openresty/install/usr/lib/x86_64-linux-gnu -L/build/stage/lib -L/build/stage/usr/lib -shared -o parser.so src/rds_parser.o [2020-10-22T00:48:41.360Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-10-22T00:48:41.360Z] Status: Downloaded newer image for alpine:3.10 [2020-10-22T00:48:41.360Z] ---> 536a684cf733 [2020-10-22T00:48:41.360Z] Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-10-22T00:48:41.530Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-22T00:48:41.530Z] cd /build/parts/openresty/build/build/nginx-1.15.8 && make [2020-10-22T00:48:41.530Z] make[1]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:48:41.530Z] make -f objs/Makefile [2020-10-22T00:48:41.530Z] make[2]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:48:41.530Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.530Z] -o objs/src/core/nginx.o \ [2020-10-22T00:48:41.530Z] src/core/nginx.c [2020-10-22T00:48:41.530Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.530Z] -o objs/src/core/ngx_log.o \ [2020-10-22T00:48:41.530Z] src/core/ngx_log.c [2020-10-22T00:48:41.530Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.530Z] -o objs/src/core/ngx_palloc.o \ [2020-10-22T00:48:41.530Z] src/core/ngx_palloc.c [2020-10-22T00:48:41.531Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.531Z] -o objs/src/core/ngx_array.o \ [2020-10-22T00:48:41.531Z] src/core/ngx_array.c [2020-10-22T00:48:41.531Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.531Z] -o objs/src/core/ngx_list.o \ [2020-10-22T00:48:41.531Z] src/core/ngx_list.c [2020-10-22T00:48:41.531Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.531Z] -o objs/src/core/ngx_hash.o \ [2020-10-22T00:48:41.531Z] src/core/ngx_hash.c [2020-10-22T00:48:41.531Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.531Z] -o objs/src/core/ngx_buf.o \ [2020-10-22T00:48:41.531Z] src/core/ngx_buf.c [2020-10-22T00:48:41.531Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.531Z] -o objs/src/core/ngx_queue.o \ [2020-10-22T00:48:41.531Z] src/core/ngx_queue.c [2020-10-22T00:48:41.641Z] ---> Running in 901761bb58d7 [2020-10-22T00:48:41.849Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.849Z] -o objs/src/core/ngx_output_chain.o \ [2020-10-22T00:48:41.849Z] src/core/ngx_output_chain.c [2020-10-22T00:48:41.849Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.849Z] -o objs/src/core/ngx_string.o \ [2020-10-22T00:48:41.849Z] src/core/ngx_string.c [2020-10-22T00:48:41.850Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.850Z] -o objs/src/core/ngx_parse.o \ [2020-10-22T00:48:41.850Z] src/core/ngx_parse.c [2020-10-22T00:48:41.850Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.850Z] -o objs/src/core/ngx_parse_time.o \ [2020-10-22T00:48:41.850Z] src/core/ngx_parse_time.c [2020-10-22T00:48:41.850Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.850Z] -o objs/src/core/ngx_inet.o \ [2020-10-22T00:48:41.850Z] src/core/ngx_inet.c [2020-10-22T00:48:41.850Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:41.850Z] -o objs/src/core/ngx_file.o \ [2020-10-22T00:48:41.850Z] src/core/ngx_file.c [2020-10-22T00:48:42.136Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.136Z] -o objs/src/core/ngx_crc32.o \ [2020-10-22T00:48:42.136Z] src/core/ngx_crc32.c [2020-10-22T00:48:42.136Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.136Z] -o objs/src/core/ngx_murmurhash.o \ [2020-10-22T00:48:42.136Z] src/core/ngx_murmurhash.c [2020-10-22T00:48:42.136Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.136Z] -o objs/src/core/ngx_md5.o \ [2020-10-22T00:48:42.136Z] src/core/ngx_md5.c [2020-10-22T00:48:42.136Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.136Z] -o objs/src/core/ngx_sha1.o \ [2020-10-22T00:48:42.136Z] src/core/ngx_sha1.c [2020-10-22T00:48:42.136Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.136Z] -o objs/src/core/ngx_rbtree.o \ [2020-10-22T00:48:42.136Z] src/core/ngx_rbtree.c [2020-10-22T00:48:42.136Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.136Z] -o objs/src/core/ngx_radix_tree.o \ [2020-10-22T00:48:42.136Z] src/core/ngx_radix_tree.c [2020-10-22T00:48:42.430Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.430Z] -o objs/src/core/ngx_slab.o \ [2020-10-22T00:48:42.430Z] src/core/ngx_slab.c [2020-10-22T00:48:42.431Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.431Z] -o objs/src/core/ngx_times.o \ [2020-10-22T00:48:42.431Z] src/core/ngx_times.c [2020-10-22T00:48:42.431Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.431Z] -o objs/src/core/ngx_shmtx.o \ [2020-10-22T00:48:42.431Z] src/core/ngx_shmtx.c [2020-10-22T00:48:42.745Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.745Z] -o objs/src/core/ngx_connection.o \ [2020-10-22T00:48:42.745Z] src/core/ngx_connection.c [2020-10-22T00:48:42.745Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.745Z] -o objs/src/core/ngx_cycle.o \ [2020-10-22T00:48:42.745Z] src/core/ngx_cycle.c [2020-10-22T00:48:42.746Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.746Z] -o objs/src/core/ngx_spinlock.o \ [2020-10-22T00:48:42.746Z] src/core/ngx_spinlock.c [2020-10-22T00:48:42.746Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.746Z] -o objs/src/core/ngx_rwlock.o \ [2020-10-22T00:48:42.746Z] src/core/ngx_rwlock.c [2020-10-22T00:48:42.746Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.746Z] -o objs/src/core/ngx_cpuinfo.o \ [2020-10-22T00:48:42.746Z] src/core/ngx_cpuinfo.c [2020-10-22T00:48:42.746Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:42.746Z] -o objs/src/core/ngx_conf_file.o \ [2020-10-22T00:48:42.746Z] src/core/ngx_conf_file.c [2020-10-22T00:48:43.024Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.024Z] -o objs/src/core/ngx_module.o \ [2020-10-22T00:48:43.024Z] src/core/ngx_module.c [2020-10-22T00:48:43.024Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.024Z] -o objs/src/core/ngx_resolver.o \ [2020-10-22T00:48:43.024Z] src/core/ngx_resolver.c [2020-10-22T00:48:43.024Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.024Z] -o objs/src/core/ngx_open_file_cache.o \ [2020-10-22T00:48:43.024Z] src/core/ngx_open_file_cache.c [2020-10-22T00:48:43.024Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.024Z] -o objs/src/core/ngx_crypt.o \ [2020-10-22T00:48:43.024Z] src/core/ngx_crypt.c [2020-10-22T00:48:43.024Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.024Z] -o objs/src/core/ngx_proxy_protocol.o \ [2020-10-22T00:48:43.024Z] src/core/ngx_proxy_protocol.c [2020-10-22T00:48:43.350Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.350Z] -o objs/src/core/ngx_syslog.o \ [2020-10-22T00:48:43.350Z] src/core/ngx_syslog.c [2020-10-22T00:48:43.350Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.350Z] -o objs/src/event/ngx_event.o \ [2020-10-22T00:48:43.350Z] src/event/ngx_event.c [2020-10-22T00:48:43.350Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.350Z] -o objs/src/event/ngx_event_timer.o \ [2020-10-22T00:48:43.350Z] src/event/ngx_event_timer.c [2020-10-22T00:48:43.633Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.633Z] -o objs/src/event/ngx_event_posted.o \ [2020-10-22T00:48:43.633Z] src/event/ngx_event_posted.c [2020-10-22T00:48:43.633Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.633Z] -o objs/src/event/ngx_event_accept.o \ [2020-10-22T00:48:43.633Z] src/event/ngx_event_accept.c [2020-10-22T00:48:43.633Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.633Z] -o objs/src/event/ngx_event_udp.o \ [2020-10-22T00:48:43.633Z] src/event/ngx_event_udp.c [2020-10-22T00:48:43.633Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.633Z] -o objs/src/event/ngx_event_connect.o \ [2020-10-22T00:48:43.633Z] src/event/ngx_event_connect.c [2020-10-22T00:48:43.633Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.633Z] -o objs/src/event/ngx_event_pipe.o \ [2020-10-22T00:48:43.633Z] src/event/ngx_event_pipe.c [2020-10-22T00:48:43.936Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.936Z] -o objs/src/os/unix/ngx_time.o \ [2020-10-22T00:48:43.936Z] src/os/unix/ngx_time.c [2020-10-22T00:48:43.936Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.936Z] -o objs/src/os/unix/ngx_errno.o \ [2020-10-22T00:48:43.936Z] src/os/unix/ngx_errno.c [2020-10-22T00:48:43.936Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.936Z] -o objs/src/os/unix/ngx_alloc.o \ [2020-10-22T00:48:43.936Z] src/os/unix/ngx_alloc.c [2020-10-22T00:48:43.936Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.936Z] -o objs/src/os/unix/ngx_files.o \ [2020-10-22T00:48:43.936Z] src/os/unix/ngx_files.c [2020-10-22T00:48:43.936Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:43.936Z] -o objs/src/os/unix/ngx_socket.o \ [2020-10-22T00:48:43.936Z] src/os/unix/ngx_socket.c [2020-10-22T00:48:44.216Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.216Z] -o objs/src/os/unix/ngx_recv.o \ [2020-10-22T00:48:44.216Z] src/os/unix/ngx_recv.c [2020-10-22T00:48:44.216Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.216Z] -o objs/src/os/unix/ngx_readv_chain.o \ [2020-10-22T00:48:44.216Z] src/os/unix/ngx_readv_chain.c [2020-10-22T00:48:44.216Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.216Z] -o objs/src/os/unix/ngx_udp_recv.o \ [2020-10-22T00:48:44.216Z] src/os/unix/ngx_udp_recv.c [2020-10-22T00:48:44.216Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.216Z] -o objs/src/os/unix/ngx_send.o \ [2020-10-22T00:48:44.216Z] src/os/unix/ngx_send.c [2020-10-22T00:48:44.216Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.216Z] -o objs/src/os/unix/ngx_writev_chain.o \ [2020-10-22T00:48:44.216Z] src/os/unix/ngx_writev_chain.c [2020-10-22T00:48:44.216Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.216Z] -o objs/src/os/unix/ngx_udp_send.o \ [2020-10-22T00:48:44.216Z] src/os/unix/ngx_udp_send.c [2020-10-22T00:48:44.515Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.515Z] -o objs/src/os/unix/ngx_udp_sendmsg_chain.o \ [2020-10-22T00:48:44.515Z] src/os/unix/ngx_udp_sendmsg_chain.c [2020-10-22T00:48:44.515Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.515Z] -o objs/src/os/unix/ngx_channel.o \ [2020-10-22T00:48:44.515Z] src/os/unix/ngx_channel.c [2020-10-22T00:48:44.515Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.515Z] -o objs/src/os/unix/ngx_shmem.o \ [2020-10-22T00:48:44.515Z] src/os/unix/ngx_shmem.c [2020-10-22T00:48:44.515Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.515Z] -o objs/src/os/unix/ngx_process.o \ [2020-10-22T00:48:44.515Z] src/os/unix/ngx_process.c [2020-10-22T00:48:44.515Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.515Z] -o objs/src/os/unix/ngx_daemon.o \ [2020-10-22T00:48:44.515Z] src/os/unix/ngx_daemon.c [2020-10-22T00:48:44.515Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.515Z] -o objs/src/os/unix/ngx_setaffinity.o \ [2020-10-22T00:48:44.515Z] src/os/unix/ngx_setaffinity.c [2020-10-22T00:48:44.791Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.791Z] -o objs/src/os/unix/ngx_setproctitle.o \ [2020-10-22T00:48:44.791Z] src/os/unix/ngx_setproctitle.c [2020-10-22T00:48:44.791Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.791Z] -o objs/src/os/unix/ngx_posix_init.o \ [2020-10-22T00:48:44.791Z] src/os/unix/ngx_posix_init.c [2020-10-22T00:48:44.791Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.791Z] -o objs/src/os/unix/ngx_user.o \ [2020-10-22T00:48:44.791Z] src/os/unix/ngx_user.c [2020-10-22T00:48:44.791Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.791Z] -o objs/src/os/unix/ngx_dlopen.o \ [2020-10-22T00:48:44.791Z] src/os/unix/ngx_dlopen.c [2020-10-22T00:48:44.792Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:44.792Z] -o objs/src/os/unix/ngx_process_cycle.o \ [2020-10-22T00:48:44.792Z] src/os/unix/ngx_process_cycle.c [2020-10-22T00:48:45.081Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:45.081Z] -o objs/src/os/unix/ngx_linux_init.o \ [2020-10-22T00:48:45.081Z] src/os/unix/ngx_linux_init.c [2020-10-22T00:48:45.081Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:45.081Z] -o objs/src/event/modules/ngx_epoll_module.o \ [2020-10-22T00:48:45.082Z] src/event/modules/ngx_epoll_module.c [2020-10-22T00:48:45.082Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:45.082Z] -o objs/src/os/unix/ngx_linux_sendfile_chain.o \ [2020-10-22T00:48:45.082Z] src/os/unix/ngx_linux_sendfile_chain.c [2020-10-22T00:48:45.082Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:45.082Z] -o objs/src/event/ngx_event_openssl.o \ [2020-10-22T00:48:45.082Z] src/event/ngx_event_openssl.c [2020-10-22T00:48:45.082Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:45.082Z] -o objs/src/event/ngx_event_openssl_stapling.o \ [2020-10-22T00:48:45.082Z] src/event/ngx_event_openssl_stapling.c [2020-10-22T00:48:45.082Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:48:45.082Z] -o objs/src/core/ngx_regex.o \ [2020-10-22T00:48:45.082Z] src/core/ngx_regex.c [2020-10-22T00:48:45.082Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:45.082Z] -o objs/src/http/ngx_http.o \ [2020-10-22T00:48:45.082Z] src/http/ngx_http.c [2020-10-22T00:48:45.147Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:48:45.392Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:45.392Z] -o objs/src/http/ngx_http_core_module.o \ [2020-10-22T00:48:45.392Z] src/http/ngx_http_core_module.c [2020-10-22T00:48:45.392Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:45.392Z] -o objs/src/http/ngx_http_special_response.o \ [2020-10-22T00:48:45.393Z] src/http/ngx_http_special_response.c [2020-10-22T00:48:45.393Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:45.393Z] -o objs/src/http/ngx_http_request.o \ [2020-10-22T00:48:45.393Z] src/http/ngx_http_request.c [2020-10-22T00:48:45.462Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:48:45.683Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:45.684Z] -o objs/src/http/ngx_http_parse.o \ [2020-10-22T00:48:45.684Z] src/http/ngx_http_parse.c [2020-10-22T00:48:45.684Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:45.684Z] -o objs/src/http/modules/ngx_http_log_module.o \ [2020-10-22T00:48:45.684Z] src/http/modules/ngx_http_log_module.c [2020-10-22T00:48:45.752Z] Removing intermediate container 50ceda7ad838 [2020-10-22T00:48:45.752Z] ---> 5739948bd426 [2020-10-22T00:48:45.752Z] [2020-10-22T00:48:45.752Z] Step 11/27 : FROM docker:latest [2020-10-22T00:48:45.752Z] ---> 79b81ba6d94d [2020-10-22T00:48:45.752Z] Step 12/27 : RUN apk add --no-cache bash [2020-10-22T00:48:45.967Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:45.967Z] -o objs/src/http/ngx_http_request_body.o \ [2020-10-22T00:48:45.967Z] src/http/ngx_http_request_body.c [2020-10-22T00:48:45.967Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:45.967Z] -o objs/src/http/ngx_http_variables.o \ [2020-10-22T00:48:45.967Z] src/http/ngx_http_variables.c [2020-10-22T00:48:45.967Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:45.967Z] -o objs/src/http/ngx_http_script.o \ [2020-10-22T00:48:45.967Z] src/http/ngx_http_script.c [2020-10-22T00:48:46.045Z] ---> Running in b325bdc9786d [2020-10-22T00:48:46.257Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:46.257Z] -o objs/src/http/ngx_http_upstream.o \ [2020-10-22T00:48:46.257Z] src/http/ngx_http_upstream.c [2020-10-22T00:48:46.334Z] v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-10-22T00:48:46.334Z] v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-10-22T00:48:46.334Z] OK: 10167 distinct packages available [2020-10-22T00:48:46.580Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:46.580Z] -o objs/src/http/ngx_http_upstream_round_robin.o \ [2020-10-22T00:48:46.580Z] src/http/ngx_http_upstream_round_robin.c [2020-10-22T00:48:46.580Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:46.580Z] -o objs/src/http/ngx_http_file_cache.o \ [2020-10-22T00:48:46.580Z] src/http/ngx_http_file_cache.c [2020-10-22T00:48:46.580Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:46.580Z] -o objs/src/http/ngx_http_write_filter_module.o \ [2020-10-22T00:48:46.580Z] src/http/ngx_http_write_filter_module.c [2020-10-22T00:48:46.581Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:46.581Z] -o objs/src/http/ngx_http_header_filter_module.o \ [2020-10-22T00:48:46.581Z] src/http/ngx_http_header_filter_module.c [2020-10-22T00:48:46.881Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:46.881Z] -o objs/src/http/modules/ngx_http_chunked_filter_module.o \ [2020-10-22T00:48:46.881Z] src/http/modules/ngx_http_chunked_filter_module.c [2020-10-22T00:48:46.881Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:46.881Z] -o objs/src/http/v2/ngx_http_v2_filter_module.o \ [2020-10-22T00:48:46.881Z] src/http/v2/ngx_http_v2_filter_module.c [2020-10-22T00:48:46.881Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:46.881Z] -o objs/src/http/modules/ngx_http_range_filter_module.o \ [2020-10-22T00:48:46.881Z] src/http/modules/ngx_http_range_filter_module.c [2020-10-22T00:48:46.882Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:46.882Z] -o objs/src/http/modules/ngx_http_gzip_filter_module.o \ [2020-10-22T00:48:46.882Z] src/http/modules/ngx_http_gzip_filter_module.c [2020-10-22T00:48:47.152Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:47.152Z] -o objs/src/http/ngx_http_postpone_filter_module.o \ [2020-10-22T00:48:47.152Z] src/http/ngx_http_postpone_filter_module.c [2020-10-22T00:48:47.152Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:47.152Z] -o objs/src/http/modules/ngx_http_ssi_filter_module.o \ [2020-10-22T00:48:47.152Z] src/http/modules/ngx_http_ssi_filter_module.c [2020-10-22T00:48:47.152Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:47.152Z] -o objs/src/http/modules/ngx_http_charset_filter_module.o \ [2020-10-22T00:48:47.152Z] src/http/modules/ngx_http_charset_filter_module.c [2020-10-22T00:48:47.425Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:47.425Z] -o objs/src/http/modules/ngx_http_userid_filter_module.o \ [2020-10-22T00:48:47.425Z] src/http/modules/ngx_http_userid_filter_module.c [2020-10-22T00:48:47.425Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:47.425Z] -o objs/src/http/modules/ngx_http_headers_filter_module.o \ [2020-10-22T00:48:47.425Z] src/http/modules/ngx_http_headers_filter_module.c [2020-10-22T00:48:47.425Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:47.425Z] -o objs/src/http/ngx_http_copy_filter_module.o \ [2020-10-22T00:48:47.425Z] src/http/ngx_http_copy_filter_module.c [2020-10-22T00:48:47.730Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:47.730Z] -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \ [2020-10-22T00:48:47.730Z] src/http/modules/ngx_http_not_modified_filter_module.c [2020-10-22T00:48:47.806Z] (1/5) Installing ca-certificates (20191127-r2) [2020-10-22T00:48:47.807Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-10-22T00:48:47.807Z] (3/5) Installing libcurl (7.66.0-r1) [2020-10-22T00:48:47.807Z] (4/5) Installing curl (7.66.0-r1) [2020-10-22T00:48:47.807Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-10-22T00:48:47.807Z] Executing busybox-1.30.1-r3.trigger [2020-10-22T00:48:47.807Z] Executing ca-certificates-20191127-r2.trigger [2020-10-22T00:48:48.096Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.096Z] -o objs/src/http/v2/ngx_http_v2.o \ [2020-10-22T00:48:48.096Z] src/http/v2/ngx_http_v2.c [2020-10-22T00:48:48.096Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.096Z] -o objs/src/http/v2/ngx_http_v2_table.o \ [2020-10-22T00:48:48.096Z] src/http/v2/ngx_http_v2_table.c [2020-10-22T00:48:48.096Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.096Z] -o objs/src/http/v2/ngx_http_v2_encode.o \ [2020-10-22T00:48:48.096Z] src/http/v2/ngx_http_v2_encode.c [2020-10-22T00:48:48.096Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.096Z] -o objs/src/http/v2/ngx_http_v2_huff_decode.o \ [2020-10-22T00:48:48.096Z] src/http/v2/ngx_http_v2_huff_decode.c [2020-10-22T00:48:48.096Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.096Z] -o objs/src/http/v2/ngx_http_v2_huff_encode.o \ [2020-10-22T00:48:48.096Z] src/http/v2/ngx_http_v2_huff_encode.c [2020-10-22T00:48:48.096Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.096Z] -o objs/src/http/v2/ngx_http_v2_module.o \ [2020-10-22T00:48:48.096Z] src/http/v2/ngx_http_v2_module.c [2020-10-22T00:48:48.096Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.096Z] -o objs/src/http/modules/ngx_http_static_module.o \ [2020-10-22T00:48:48.096Z] src/http/modules/ngx_http_static_module.c [2020-10-22T00:48:48.424Z] OK: 7 MiB in 19 packages [2020-10-22T00:48:48.434Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.434Z] -o objs/src/http/modules/ngx_http_autoindex_module.o \ [2020-10-22T00:48:48.434Z] src/http/modules/ngx_http_autoindex_module.c [2020-10-22T00:48:48.434Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.434Z] -o objs/src/http/modules/ngx_http_index_module.o \ [2020-10-22T00:48:48.434Z] src/http/modules/ngx_http_index_module.c [2020-10-22T00:48:48.434Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.434Z] -o objs/src/http/modules/ngx_http_mirror_module.o \ [2020-10-22T00:48:48.434Z] src/http/modules/ngx_http_mirror_module.c [2020-10-22T00:48:48.434Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.434Z] -o objs/src/http/modules/ngx_http_try_files_module.o \ [2020-10-22T00:48:48.434Z] src/http/modules/ngx_http_try_files_module.c [2020-10-22T00:48:48.434Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.434Z] -o objs/src/http/modules/ngx_http_auth_basic_module.o \ [2020-10-22T00:48:48.434Z] src/http/modules/ngx_http_auth_basic_module.c [2020-10-22T00:48:48.435Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.435Z] -o objs/src/http/modules/ngx_http_access_module.o \ [2020-10-22T00:48:48.435Z] src/http/modules/ngx_http_access_module.c [2020-10-22T00:48:48.715Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.715Z] -o objs/src/http/modules/ngx_http_limit_conn_module.o \ [2020-10-22T00:48:48.715Z] src/http/modules/ngx_http_limit_conn_module.c [2020-10-22T00:48:48.715Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:48.715Z] -o objs/src/http/modules/ngx_http_limit_req_module.o \ [2020-10-22T00:48:48.715Z] src/http/modules/ngx_http_limit_req_module.c [2020-10-22T00:48:49.037Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:48:49.068Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.068Z] -o objs/src/http/modules/ngx_http_realip_module.o \ [2020-10-22T00:48:49.068Z] src/http/modules/ngx_http_realip_module.c [2020-10-22T00:48:49.069Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.069Z] -o objs/src/http/modules/ngx_http_geo_module.o \ [2020-10-22T00:48:49.069Z] src/http/modules/ngx_http_geo_module.c [2020-10-22T00:48:49.069Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.069Z] -o objs/src/http/modules/ngx_http_map_module.o \ [2020-10-22T00:48:49.069Z] src/http/modules/ngx_http_map_module.c [2020-10-22T00:48:49.069Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.069Z] -o objs/src/http/modules/ngx_http_split_clients_module.o \ [2020-10-22T00:48:49.069Z] src/http/modules/ngx_http_split_clients_module.c [2020-10-22T00:48:49.069Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.069Z] -o objs/src/http/modules/ngx_http_referer_module.o \ [2020-10-22T00:48:49.069Z] src/http/modules/ngx_http_referer_module.c [2020-10-22T00:48:49.317Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:48:49.360Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.360Z] -o objs/src/http/modules/ngx_http_rewrite_module.o \ [2020-10-22T00:48:49.360Z] src/http/modules/ngx_http_rewrite_module.c [2020-10-22T00:48:49.360Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.360Z] -o objs/src/http/modules/ngx_http_ssl_module.o \ [2020-10-22T00:48:49.360Z] src/http/modules/ngx_http_ssl_module.c [2020-10-22T00:48:49.361Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.361Z] -o objs/src/http/modules/ngx_http_proxy_module.o \ [2020-10-22T00:48:49.361Z] src/http/modules/ngx_http_proxy_module.c [2020-10-22T00:48:49.659Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.659Z] -o objs/src/http/modules/ngx_http_fastcgi_module.o \ [2020-10-22T00:48:49.659Z] src/http/modules/ngx_http_fastcgi_module.c [2020-10-22T00:48:49.659Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.659Z] -o objs/src/http/modules/ngx_http_uwsgi_module.o \ [2020-10-22T00:48:49.659Z] src/http/modules/ngx_http_uwsgi_module.c [2020-10-22T00:48:49.659Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.659Z] -o objs/src/http/modules/ngx_http_scgi_module.o \ [2020-10-22T00:48:49.659Z] src/http/modules/ngx_http_scgi_module.c [2020-10-22T00:48:49.659Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.659Z] -o objs/src/http/modules/ngx_http_grpc_module.o \ [2020-10-22T00:48:49.659Z] src/http/modules/ngx_http_grpc_module.c [2020-10-22T00:48:49.659Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.659Z] -o objs/src/http/modules/ngx_http_memcached_module.o \ [2020-10-22T00:48:49.659Z] src/http/modules/ngx_http_memcached_module.c [2020-10-22T00:48:49.951Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.951Z] -o objs/src/http/modules/ngx_http_empty_gif_module.o \ [2020-10-22T00:48:49.951Z] src/http/modules/ngx_http_empty_gif_module.c [2020-10-22T00:48:49.951Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:49.951Z] -o objs/src/http/modules/ngx_http_browser_module.o \ [2020-10-22T00:48:49.951Z] src/http/modules/ngx_http_browser_module.c [2020-10-22T00:48:50.233Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:50.233Z] -o objs/src/http/modules/ngx_http_upstream_hash_module.o \ [2020-10-22T00:48:50.233Z] src/http/modules/ngx_http_upstream_hash_module.c [2020-10-22T00:48:50.233Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:50.233Z] -o objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ [2020-10-22T00:48:50.233Z] src/http/modules/ngx_http_upstream_ip_hash_module.c [2020-10-22T00:48:50.234Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:50.234Z] -o objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ [2020-10-22T00:48:50.234Z] src/http/modules/ngx_http_upstream_least_conn_module.c [2020-10-22T00:48:50.405Z] (1/2) Installing readline (8.0.4-r0) [2020-10-22T00:48:50.405Z] (2/2) Installing bash (5.0.17-r0) [2020-10-22T00:48:50.510Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:50.510Z] -o objs/src/http/modules/ngx_http_upstream_random_module.o \ [2020-10-22T00:48:50.510Z] src/http/modules/ngx_http_upstream_random_module.c [2020-10-22T00:48:50.510Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:50.510Z] -o objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ [2020-10-22T00:48:50.510Z] src/http/modules/ngx_http_upstream_keepalive_module.c [2020-10-22T00:48:50.686Z] Executing bash-5.0.17-r0.post-install [2020-10-22T00:48:50.686Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:48:50.686Z] OK: 12 MiB in 22 packages [2020-10-22T00:48:51.446Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:51.446Z] -o objs/src/http/modules/ngx_http_upstream_zone_module.o \ [2020-10-22T00:48:51.446Z] src/http/modules/ngx_http_upstream_zone_module.c [2020-10-22T00:48:51.446Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src \ [2020-10-22T00:48:51.446Z] -o objs/src/http/modules/ngx_http_stub_status_module.o \ [2020-10-22T00:48:51.446Z] src/http/modules/ngx_http_stub_status_module.c [2020-10-22T00:48:51.446Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.446Z] -o objs/src/stream/ngx_stream.o \ [2020-10-22T00:48:51.446Z] src/stream/ngx_stream.c [2020-10-22T00:48:51.446Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.446Z] -o objs/src/stream/ngx_stream_variables.o \ [2020-10-22T00:48:51.446Z] src/stream/ngx_stream_variables.c [2020-10-22T00:48:51.446Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.446Z] -o objs/src/stream/ngx_stream_script.o \ [2020-10-22T00:48:51.446Z] src/stream/ngx_stream_script.c [2020-10-22T00:48:51.446Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.446Z] -o objs/src/stream/ngx_stream_handler.o \ [2020-10-22T00:48:51.446Z] src/stream/ngx_stream_handler.c [2020-10-22T00:48:51.446Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.446Z] -o objs/src/stream/ngx_stream_core_module.o \ [2020-10-22T00:48:51.446Z] src/stream/ngx_stream_core_module.c [2020-10-22T00:48:51.446Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.446Z] -o objs/src/stream/ngx_stream_log_module.o \ [2020-10-22T00:48:51.446Z] src/stream/ngx_stream_log_module.c [2020-10-22T00:48:51.446Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.446Z] -o objs/src/stream/ngx_stream_proxy_module.o \ [2020-10-22T00:48:51.446Z] src/stream/ngx_stream_proxy_module.c [2020-10-22T00:48:51.446Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.446Z] -o objs/src/stream/ngx_stream_upstream.o \ [2020-10-22T00:48:51.446Z] src/stream/ngx_stream_upstream.c [2020-10-22T00:48:51.446Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.446Z] -o objs/src/stream/ngx_stream_upstream_round_robin.o \ [2020-10-22T00:48:51.446Z] src/stream/ngx_stream_upstream_round_robin.c [2020-10-22T00:48:51.695Z] Removing intermediate container 901761bb58d7 [2020-10-22T00:48:51.695Z] ---> 46d8adccd719 [2020-10-22T00:48:51.695Z] Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T00:48:51.880Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.880Z] -o objs/src/stream/ngx_stream_write_filter_module.o \ [2020-10-22T00:48:51.880Z] src/stream/ngx_stream_write_filter_module.c [2020-10-22T00:48:51.880Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.880Z] -o objs/src/stream/ngx_stream_ssl_module.o \ [2020-10-22T00:48:51.880Z] src/stream/ngx_stream_ssl_module.c [2020-10-22T00:48:51.880Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.880Z] -o objs/src/stream/ngx_stream_limit_conn_module.o \ [2020-10-22T00:48:51.880Z] src/stream/ngx_stream_limit_conn_module.c [2020-10-22T00:48:51.881Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:51.881Z] -o objs/src/stream/ngx_stream_access_module.o \ [2020-10-22T00:48:51.881Z] src/stream/ngx_stream_access_module.c [2020-10-22T00:48:52.309Z] ---> Running in a4e31c449f76 [2020-10-22T00:48:52.316Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:52.316Z] -o objs/src/stream/ngx_stream_geo_module.o \ [2020-10-22T00:48:52.316Z] src/stream/ngx_stream_geo_module.c [2020-10-22T00:48:52.316Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:52.316Z] -o objs/src/stream/ngx_stream_map_module.o \ [2020-10-22T00:48:52.316Z] src/stream/ngx_stream_map_module.c [2020-10-22T00:48:52.316Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:52.316Z] -o objs/src/stream/ngx_stream_split_clients_module.o \ [2020-10-22T00:48:52.316Z] src/stream/ngx_stream_split_clients_module.c [2020-10-22T00:48:52.316Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:52.316Z] -o objs/src/stream/ngx_stream_return_module.o \ [2020-10-22T00:48:52.316Z] src/stream/ngx_stream_return_module.c [2020-10-22T00:48:52.316Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:52.316Z] -o objs/src/stream/ngx_stream_upstream_hash_module.o \ [2020-10-22T00:48:52.316Z] src/stream/ngx_stream_upstream_hash_module.c [2020-10-22T00:48:52.316Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:52.316Z] -o objs/src/stream/ngx_stream_upstream_least_conn_module.o \ [2020-10-22T00:48:52.316Z] src/stream/ngx_stream_upstream_least_conn_module.c [2020-10-22T00:48:52.316Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:52.316Z] -o objs/src/stream/ngx_stream_upstream_random_module.o \ [2020-10-22T00:48:52.316Z] src/stream/ngx_stream_upstream_random_module.c [2020-10-22T00:48:52.316Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:52.316Z] -o objs/src/stream/ngx_stream_upstream_zone_module.o \ [2020-10-22T00:48:52.316Z] src/stream/ngx_stream_upstream_zone_module.c [2020-10-22T00:48:52.785Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/stream \ [2020-10-22T00:48:52.785Z] -o objs/src/stream/ngx_stream_ssl_preread_module.o \ [2020-10-22T00:48:52.785Z] src/stream/ngx_stream_ssl_preread_module.c [2020-10-22T00:48:52.785Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:52.785Z] -o objs/addon/src/ndk.o \ [2020-10-22T00:48:52.785Z] ../ngx_devel_kit-0.3.1rc1/src/ndk.c [2020-10-22T00:48:52.785Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:52.785Z] -o objs/addon/src/ngx_http_echo_module.o \ [2020-10-22T00:48:52.785Z] ../echo-nginx-module-0.61/src/ngx_http_echo_module.c [2020-10-22T00:48:52.785Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:52.785Z] -o objs/addon/src/ngx_http_echo_util.o \ [2020-10-22T00:48:52.785Z] ../echo-nginx-module-0.61/src/ngx_http_echo_util.c [2020-10-22T00:48:53.308Z] Removing intermediate container a4e31c449f76 [2020-10-22T00:48:53.308Z] ---> fc87d16bcbbc [2020-10-22T00:48:53.308Z] Step 13/26 : WORKDIR / [2020-10-22T00:48:53.308Z] Removing intermediate container b325bdc9786d [2020-10-22T00:48:53.308Z] ---> a388a51c6c89 [2020-10-22T00:48:53.308Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-10-22T00:48:53.368Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.368Z] -o objs/addon/src/ngx_http_echo_timer.o \ [2020-10-22T00:48:53.368Z] ../echo-nginx-module-0.61/src/ngx_http_echo_timer.c [2020-10-22T00:48:53.368Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.368Z] -o objs/addon/src/ngx_http_echo_var.o \ [2020-10-22T00:48:53.368Z] ../echo-nginx-module-0.61/src/ngx_http_echo_var.c [2020-10-22T00:48:53.368Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.368Z] -o objs/addon/src/ngx_http_echo_handler.o \ [2020-10-22T00:48:53.368Z] ../echo-nginx-module-0.61/src/ngx_http_echo_handler.c [2020-10-22T00:48:53.368Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.368Z] -o objs/addon/src/ngx_http_echo_filter.o \ [2020-10-22T00:48:53.368Z] ../echo-nginx-module-0.61/src/ngx_http_echo_filter.c [2020-10-22T00:48:53.368Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.368Z] -o objs/addon/src/ngx_http_echo_sleep.o \ [2020-10-22T00:48:53.368Z] ../echo-nginx-module-0.61/src/ngx_http_echo_sleep.c [2020-10-22T00:48:53.368Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.368Z] -o objs/addon/src/ngx_http_echo_location.o \ [2020-10-22T00:48:53.368Z] ../echo-nginx-module-0.61/src/ngx_http_echo_location.c [2020-10-22T00:48:53.368Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.368Z] -o objs/addon/src/ngx_http_echo_echo.o \ [2020-10-22T00:48:53.368Z] ../echo-nginx-module-0.61/src/ngx_http_echo_echo.c [2020-10-22T00:48:53.369Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.369Z] -o objs/addon/src/ngx_http_echo_request_info.o \ [2020-10-22T00:48:53.369Z] ../echo-nginx-module-0.61/src/ngx_http_echo_request_info.c [2020-10-22T00:48:53.369Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.369Z] -o objs/addon/src/ngx_http_echo_subrequest.o \ [2020-10-22T00:48:53.369Z] ../echo-nginx-module-0.61/src/ngx_http_echo_subrequest.c [2020-10-22T00:48:53.590Z] ---> Running in 8183d6ab9324 [2020-10-22T00:48:53.591Z] ---> Running in a44c7ab1d568 [2020-10-22T00:48:53.885Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.885Z] -o objs/addon/src/ngx_http_echo_foreach.o \ [2020-10-22T00:48:53.885Z] ../echo-nginx-module-0.61/src/ngx_http_echo_foreach.c [2020-10-22T00:48:53.885Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.885Z] -o objs/addon/src/ngx_http_xss_filter_module.o \ [2020-10-22T00:48:53.885Z] ../xss-nginx-module-0.06/src/ngx_http_xss_filter_module.c [2020-10-22T00:48:53.885Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.885Z] -o objs/addon/src/ngx_http_xss_util.o \ [2020-10-22T00:48:53.885Z] ../xss-nginx-module-0.06/src/ngx_http_xss_util.c [2020-10-22T00:48:53.885Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.885Z] -o objs/addon/src/ngx_coolkit_handlers.o \ [2020-10-22T00:48:53.885Z] ../ngx_coolkit-0.2/src/ngx_coolkit_handlers.c [2020-10-22T00:48:53.885Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.885Z] -o objs/addon/src/ngx_coolkit_module.o \ [2020-10-22T00:48:53.885Z] ../ngx_coolkit-0.2/src/ngx_coolkit_module.c [2020-10-22T00:48:53.885Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.885Z] -o objs/addon/src/ngx_coolkit_variables.o \ [2020-10-22T00:48:53.885Z] ../ngx_coolkit-0.2/src/ngx_coolkit_variables.c [2020-10-22T00:48:53.885Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:53.885Z] -o objs/addon/src/ngx_http_set_base32.o \ [2020-10-22T00:48:53.885Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_base32.c [2020-10-22T00:48:54.254Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.254Z] -o objs/addon/src/ngx_http_set_default_value.o \ [2020-10-22T00:48:54.254Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_default_value.c [2020-10-22T00:48:54.254Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.254Z] -o objs/addon/src/ngx_http_set_hashed_upstream.o \ [2020-10-22T00:48:54.254Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_hashed_upstream.c [2020-10-22T00:48:54.254Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.254Z] -o objs/addon/src/ngx_http_set_quote_sql.o \ [2020-10-22T00:48:54.254Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_quote_sql.c [2020-10-22T00:48:54.254Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.254Z] -o objs/addon/src/ngx_http_set_quote_json.o \ [2020-10-22T00:48:54.254Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_quote_json.c [2020-10-22T00:48:54.254Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.254Z] -o objs/addon/src/ngx_http_set_unescape_uri.o \ [2020-10-22T00:48:54.254Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_unescape_uri.c [2020-10-22T00:48:54.254Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.254Z] -o objs/addon/src/ngx_http_set_misc_module.o \ [2020-10-22T00:48:54.254Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_misc_module.c [2020-10-22T00:48:54.607Z] Removing intermediate container 8183d6ab9324 [2020-10-22T00:48:54.607Z] ---> 7b50e19467e3 [2020-10-22T00:48:54.607Z] Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-10-22T00:48:54.876Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.876Z] -o objs/addon/src/ngx_http_set_escape_uri.o \ [2020-10-22T00:48:54.876Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_escape_uri.c [2020-10-22T00:48:54.876Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.876Z] -o objs/addon/src/ngx_http_set_hash.o \ [2020-10-22T00:48:54.876Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_hash.c [2020-10-22T00:48:54.876Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.876Z] -o objs/addon/src/ngx_http_set_local_today.o \ [2020-10-22T00:48:54.876Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_local_today.c [2020-10-22T00:48:54.876Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.876Z] -o objs/addon/src/ngx_http_set_hex.o \ [2020-10-22T00:48:54.876Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_hex.c [2020-10-22T00:48:54.876Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.876Z] -o objs/addon/src/ngx_http_set_base64.o \ [2020-10-22T00:48:54.876Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_base64.c [2020-10-22T00:48:54.876Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.876Z] -o objs/addon/src/ngx_http_set_random.o \ [2020-10-22T00:48:54.876Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_random.c [2020-10-22T00:48:54.876Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.876Z] -o objs/addon/src/ngx_http_set_secure_random.o \ [2020-10-22T00:48:54.876Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_secure_random.c [2020-10-22T00:48:54.876Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.876Z] -o objs/addon/src/ngx_http_set_rotate.o \ [2020-10-22T00:48:54.876Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_rotate.c [2020-10-22T00:48:54.876Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:54.876Z] -o objs/addon/src/ngx_http_set_hmac.o \ [2020-10-22T00:48:54.876Z] ../set-misc-nginx-module-0.32/src/ngx_http_set_hmac.c [2020-10-22T00:48:55.222Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.222Z] -o objs/addon/src/ngx_http_form_input_module.o \ [2020-10-22T00:48:55.222Z] ../form-input-nginx-module-0.12/src/ngx_http_form_input_module.c [2020-10-22T00:48:55.222Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.222Z] -o objs/addon/src/ngx_http_encrypted_session_module.o \ [2020-10-22T00:48:55.222Z] ../encrypted-session-nginx-module-0.08/src/ngx_http_encrypted_session_module.c [2020-10-22T00:48:55.222Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.222Z] -o objs/addon/src/ngx_http_encrypted_session_cipher.o \ [2020-10-22T00:48:55.222Z] ../encrypted-session-nginx-module-0.08/src/ngx_http_encrypted_session_cipher.c [2020-10-22T00:48:55.222Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.222Z] -o objs/addon/src/ngx_http_srcache_filter_module.o \ [2020-10-22T00:48:55.222Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_filter_module.c [2020-10-22T00:48:55.222Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.222Z] -o objs/addon/src/ngx_http_srcache_util.o \ [2020-10-22T00:48:55.222Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_util.c [2020-10-22T00:48:55.222Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.222Z] -o objs/addon/src/ngx_http_srcache_var.o \ [2020-10-22T00:48:55.222Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_var.c [2020-10-22T00:48:55.222Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.222Z] -o objs/addon/src/ngx_http_srcache_store.o \ [2020-10-22T00:48:55.222Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_store.c [2020-10-22T00:48:55.223Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.223Z] -o objs/addon/src/ngx_http_srcache_fetch.o \ [2020-10-22T00:48:55.223Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_fetch.c [2020-10-22T00:48:55.696Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.696Z] -o objs/addon/src/ngx_http_srcache_headers.o \ [2020-10-22T00:48:55.696Z] ../srcache-nginx-module-0.31/src/ngx_http_srcache_headers.c [2020-10-22T00:48:55.696Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.696Z] -o objs/addon/src/ngx_http_lua_script.o \ [2020-10-22T00:48:55.696Z] ../ngx_lua-0.10.15/src/ngx_http_lua_script.c [2020-10-22T00:48:55.696Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.696Z] -o objs/addon/src/ngx_http_lua_log.o \ [2020-10-22T00:48:55.696Z] ../ngx_lua-0.10.15/src/ngx_http_lua_log.c [2020-10-22T00:48:55.696Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.696Z] -o objs/addon/src/ngx_http_lua_subrequest.o \ [2020-10-22T00:48:55.696Z] ../ngx_lua-0.10.15/src/ngx_http_lua_subrequest.c [2020-10-22T00:48:55.697Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:55.697Z] -o objs/addon/src/ngx_http_lua_ndk.o \ [2020-10-22T00:48:55.697Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ndk.c [2020-10-22T00:48:56.129Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.129Z] -o objs/addon/src/ngx_http_lua_control.o \ [2020-10-22T00:48:56.129Z] ../ngx_lua-0.10.15/src/ngx_http_lua_control.c [2020-10-22T00:48:56.129Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.129Z] -o objs/addon/src/ngx_http_lua_time.o \ [2020-10-22T00:48:56.129Z] ../ngx_lua-0.10.15/src/ngx_http_lua_time.c [2020-10-22T00:48:56.129Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.129Z] -o objs/addon/src/ngx_http_lua_misc.o \ [2020-10-22T00:48:56.129Z] ../ngx_lua-0.10.15/src/ngx_http_lua_misc.c [2020-10-22T00:48:56.129Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.129Z] -o objs/addon/src/ngx_http_lua_variable.o \ [2020-10-22T00:48:56.129Z] ../ngx_lua-0.10.15/src/ngx_http_lua_variable.c [2020-10-22T00:48:56.129Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.129Z] -o objs/addon/src/ngx_http_lua_string.o \ [2020-10-22T00:48:56.129Z] ../ngx_lua-0.10.15/src/ngx_http_lua_string.c [2020-10-22T00:48:56.129Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.129Z] -o objs/addon/src/ngx_http_lua_output.o \ [2020-10-22T00:48:56.129Z] ../ngx_lua-0.10.15/src/ngx_http_lua_output.c [2020-10-22T00:48:56.496Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.496Z] -o objs/addon/src/ngx_http_lua_headers.o \ [2020-10-22T00:48:56.496Z] ../ngx_lua-0.10.15/src/ngx_http_lua_headers.c [2020-10-22T00:48:56.496Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.496Z] -o objs/addon/src/ngx_http_lua_req_body.o \ [2020-10-22T00:48:56.496Z] ../ngx_lua-0.10.15/src/ngx_http_lua_req_body.c [2020-10-22T00:48:56.496Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.496Z] -o objs/addon/src/ngx_http_lua_uri.o \ [2020-10-22T00:48:56.496Z] ../ngx_lua-0.10.15/src/ngx_http_lua_uri.c [2020-10-22T00:48:56.496Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.496Z] -o objs/addon/src/ngx_http_lua_args.o \ [2020-10-22T00:48:56.496Z] ../ngx_lua-0.10.15/src/ngx_http_lua_args.c [2020-10-22T00:48:56.496Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.496Z] -o objs/addon/src/ngx_http_lua_ctx.o \ [2020-10-22T00:48:56.496Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ctx.c [2020-10-22T00:48:56.496Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.496Z] -o objs/addon/src/ngx_http_lua_regex.o \ [2020-10-22T00:48:56.496Z] ../ngx_lua-0.10.15/src/ngx_http_lua_regex.c [2020-10-22T00:48:56.618Z] ---> ed0d66e9b986 [2020-10-22T00:48:56.618Z] Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-10-22T00:48:56.794Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.794Z] -o objs/addon/src/ngx_http_lua_module.o \ [2020-10-22T00:48:56.794Z] ../ngx_lua-0.10.15/src/ngx_http_lua_module.c [2020-10-22T00:48:56.794Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.794Z] -o objs/addon/src/ngx_http_lua_headers_out.o \ [2020-10-22T00:48:56.794Z] ../ngx_lua-0.10.15/src/ngx_http_lua_headers_out.c [2020-10-22T00:48:56.794Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:56.794Z] -o objs/addon/src/ngx_http_lua_headers_in.o \ [2020-10-22T00:48:56.794Z] ../ngx_lua-0.10.15/src/ngx_http_lua_headers_in.c [2020-10-22T00:48:57.078Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:57.078Z] -o objs/addon/src/ngx_http_lua_directive.o \ [2020-10-22T00:48:57.078Z] ../ngx_lua-0.10.15/src/ngx_http_lua_directive.c [2020-10-22T00:48:57.078Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:57.078Z] -o objs/addon/src/ngx_http_lua_consts.o \ [2020-10-22T00:48:57.078Z] ../ngx_lua-0.10.15/src/ngx_http_lua_consts.c [2020-10-22T00:48:57.078Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:57.078Z] -o objs/addon/src/ngx_http_lua_exception.o \ [2020-10-22T00:48:57.078Z] ../ngx_lua-0.10.15/src/ngx_http_lua_exception.c [2020-10-22T00:48:57.078Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:57.078Z] -o objs/addon/src/ngx_http_lua_util.o \ [2020-10-22T00:48:57.078Z] ../ngx_lua-0.10.15/src/ngx_http_lua_util.c [2020-10-22T00:48:57.408Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:57.408Z] -o objs/addon/src/ngx_http_lua_cache.o \ [2020-10-22T00:48:57.408Z] ../ngx_lua-0.10.15/src/ngx_http_lua_cache.c [2020-10-22T00:48:57.408Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:57.408Z] -o objs/addon/src/ngx_http_lua_contentby.o \ [2020-10-22T00:48:57.408Z] ../ngx_lua-0.10.15/src/ngx_http_lua_contentby.c [2020-10-22T00:48:57.408Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:57.408Z] -o objs/addon/src/ngx_http_lua_rewriteby.o \ [2020-10-22T00:48:57.408Z] ../ngx_lua-0.10.15/src/ngx_http_lua_rewriteby.c [2020-10-22T00:48:57.408Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:57.408Z] -o objs/addon/src/ngx_http_lua_accessby.o \ [2020-10-22T00:48:57.408Z] ../ngx_lua-0.10.15/src/ngx_http_lua_accessby.c [2020-10-22T00:48:57.408Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:57.408Z] -o objs/addon/src/ngx_http_lua_setby.o \ [2020-10-22T00:48:57.408Z] ../ngx_lua-0.10.15/src/ngx_http_lua_setby.c [2020-10-22T00:48:57.408Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:57.408Z] -o objs/addon/src/ngx_http_lua_capturefilter.o \ [2020-10-22T00:48:57.408Z] ../ngx_lua-0.10.15/src/ngx_http_lua_capturefilter.c [2020-10-22T00:48:57.758Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:57.758Z] -o objs/addon/src/ngx_http_lua_clfactory.o \ [2020-10-22T00:48:57.758Z] ../ngx_lua-0.10.15/src/ngx_http_lua_clfactory.c [2020-10-22T00:48:58.042Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.042Z] -o objs/addon/src/ngx_http_lua_pcrefix.o \ [2020-10-22T00:48:58.042Z] ../ngx_lua-0.10.15/src/ngx_http_lua_pcrefix.c [2020-10-22T00:48:58.042Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.043Z] -o objs/addon/src/ngx_http_lua_headerfilterby.o \ [2020-10-22T00:48:58.043Z] ../ngx_lua-0.10.15/src/ngx_http_lua_headerfilterby.c [2020-10-22T00:48:58.043Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.043Z] -o objs/addon/src/ngx_http_lua_shdict.o \ [2020-10-22T00:48:58.043Z] ../ngx_lua-0.10.15/src/ngx_http_lua_shdict.c [2020-10-22T00:48:58.043Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.043Z] -o objs/addon/src/ngx_http_lua_socket_tcp.o \ [2020-10-22T00:48:58.043Z] ../ngx_lua-0.10.15/src/ngx_http_lua_socket_tcp.c [2020-10-22T00:48:58.043Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.043Z] -o objs/addon/src/ngx_http_lua_api.o \ [2020-10-22T00:48:58.043Z] ../ngx_lua-0.10.15/src/ngx_http_lua_api.c [2020-10-22T00:48:58.043Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.043Z] -o objs/addon/src/ngx_http_lua_logby.o \ [2020-10-22T00:48:58.043Z] ../ngx_lua-0.10.15/src/ngx_http_lua_logby.c [2020-10-22T00:48:58.071Z] ---> 2056feaff64a [2020-10-22T00:48:58.071Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-10-22T00:48:58.369Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.370Z] -o objs/addon/src/ngx_http_lua_sleep.o \ [2020-10-22T00:48:58.370Z] ../ngx_lua-0.10.15/src/ngx_http_lua_sleep.c [2020-10-22T00:48:58.370Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.370Z] -o objs/addon/src/ngx_http_lua_semaphore.o \ [2020-10-22T00:48:58.370Z] ../ngx_lua-0.10.15/src/ngx_http_lua_semaphore.c [2020-10-22T00:48:58.370Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.370Z] -o objs/addon/src/ngx_http_lua_coroutine.o \ [2020-10-22T00:48:58.370Z] ../ngx_lua-0.10.15/src/ngx_http_lua_coroutine.c [2020-10-22T00:48:58.654Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.654Z] -o objs/addon/src/ngx_http_lua_bodyfilterby.o \ [2020-10-22T00:48:58.654Z] ../ngx_lua-0.10.15/src/ngx_http_lua_bodyfilterby.c [2020-10-22T00:48:58.654Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.654Z] -o objs/addon/src/ngx_http_lua_initby.o \ [2020-10-22T00:48:58.654Z] ../ngx_lua-0.10.15/src/ngx_http_lua_initby.c [2020-10-22T00:48:58.937Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.937Z] -o objs/addon/src/ngx_http_lua_initworkerby.o \ [2020-10-22T00:48:58.937Z] ../ngx_lua-0.10.15/src/ngx_http_lua_initworkerby.c [2020-10-22T00:48:58.937Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.937Z] -o objs/addon/src/ngx_http_lua_socket_udp.o \ [2020-10-22T00:48:58.937Z] ../ngx_lua-0.10.15/src/ngx_http_lua_socket_udp.c [2020-10-22T00:48:58.937Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.937Z] -o objs/addon/src/ngx_http_lua_req_method.o \ [2020-10-22T00:48:58.937Z] ../ngx_lua-0.10.15/src/ngx_http_lua_req_method.c [2020-10-22T00:48:58.937Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:58.937Z] -o objs/addon/src/ngx_http_lua_phase.o \ [2020-10-22T00:48:58.937Z] ../ngx_lua-0.10.15/src/ngx_http_lua_phase.c [2020-10-22T00:48:59.268Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:59.268Z] -o objs/addon/src/ngx_http_lua_uthread.o \ [2020-10-22T00:48:59.268Z] ../ngx_lua-0.10.15/src/ngx_http_lua_uthread.c [2020-10-22T00:48:59.268Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:59.268Z] -o objs/addon/src/ngx_http_lua_timer.o \ [2020-10-22T00:48:59.268Z] ../ngx_lua-0.10.15/src/ngx_http_lua_timer.c [2020-10-22T00:48:59.268Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:59.268Z] -o objs/addon/src/ngx_http_lua_config.o \ [2020-10-22T00:48:59.268Z] ../ngx_lua-0.10.15/src/ngx_http_lua_config.c [2020-10-22T00:48:59.268Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:59.268Z] -o objs/addon/src/ngx_http_lua_worker.o \ [2020-10-22T00:48:59.268Z] ../ngx_lua-0.10.15/src/ngx_http_lua_worker.c [2020-10-22T00:48:59.535Z] Removing intermediate container a44c7ab1d568 [2020-10-22T00:48:59.535Z] ---> 6cec182f08b5 [2020-10-22T00:48:59.535Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-10-22T00:48:59.535Z] ---> 666910ccc7fa [2020-10-22T00:48:59.535Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml [2020-10-22T00:48:59.594Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:59.594Z] -o objs/addon/src/ngx_http_lua_ssl_certby.o \ [2020-10-22T00:48:59.594Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_certby.c [2020-10-22T00:48:59.594Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:59.594Z] -o objs/addon/src/ngx_http_lua_ssl_ocsp.o \ [2020-10-22T00:48:59.594Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_ocsp.c [2020-10-22T00:48:59.594Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:59.594Z] -o objs/addon/src/ngx_http_lua_lex.o \ [2020-10-22T00:48:59.594Z] ../ngx_lua-0.10.15/src/ngx_http_lua_lex.c [2020-10-22T00:48:59.816Z] ---> Running in e160cf1a014b [2020-10-22T00:48:59.892Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:59.892Z] -o objs/addon/src/ngx_http_lua_balancer.o \ [2020-10-22T00:48:59.892Z] ../ngx_lua-0.10.15/src/ngx_http_lua_balancer.c [2020-10-22T00:48:59.892Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:59.892Z] -o objs/addon/src/ngx_http_lua_ssl_session_storeby.o \ [2020-10-22T00:48:59.892Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_session_storeby.c [2020-10-22T00:48:59.892Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:59.892Z] -o objs/addon/src/ngx_http_lua_ssl_session_fetchby.o \ [2020-10-22T00:48:59.892Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl_session_fetchby.c [2020-10-22T00:48:59.892Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:59.892Z] -o objs/addon/src/ngx_http_lua_ssl.o \ [2020-10-22T00:48:59.892Z] ../ngx_lua-0.10.15/src/ngx_http_lua_ssl.c [2020-10-22T00:48:59.892Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:48:59.892Z] -o objs/addon/src/ngx_http_lua_log_ringbuf.o \ [2020-10-22T00:48:59.892Z] ../ngx_lua-0.10.15/src/ngx_http_lua_log_ringbuf.c [2020-10-22T00:49:00.202Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:00.202Z] -o objs/addon/src/ngx_http_lua_input_filters.o \ [2020-10-22T00:49:00.202Z] ../ngx_lua-0.10.15/src/ngx_http_lua_input_filters.c [2020-10-22T00:49:00.202Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:00.202Z] -o objs/addon/src/ngx_http_lua_pipe.o \ [2020-10-22T00:49:00.202Z] ../ngx_lua-0.10.15/src/ngx_http_lua_pipe.c [2020-10-22T00:49:00.202Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:00.202Z] -o objs/addon/src/ngx_http_lua_upstream_module.o \ [2020-10-22T00:49:00.202Z] ../ngx_lua_upstream-0.07/src/ngx_http_lua_upstream_module.c [2020-10-22T00:49:00.202Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:00.202Z] -o objs/addon/src/ngx_http_headers_more_filter_module.o \ [2020-10-22T00:49:00.202Z] ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_filter_module.c [2020-10-22T00:49:00.537Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:00.537Z] -o objs/addon/src/ngx_http_headers_more_headers_out.o \ [2020-10-22T00:49:00.537Z] ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_headers_out.c [2020-10-22T00:49:00.537Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:00.537Z] -o objs/addon/src/ngx_http_headers_more_headers_in.o \ [2020-10-22T00:49:00.537Z] ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_headers_in.c [2020-10-22T00:49:00.537Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:00.537Z] -o objs/addon/src/ngx_http_headers_more_util.o \ [2020-10-22T00:49:00.537Z] ../headers-more-nginx-module-0.33/src/ngx_http_headers_more_util.c [2020-10-22T00:49:00.537Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:00.537Z] -o objs/addon/src/ngx_http_array_var_module.o \ [2020-10-22T00:49:00.537Z] ../array-var-nginx-module-0.05/src/ngx_http_array_var_module.c [2020-10-22T00:49:00.845Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:00.845Z] -o objs/addon/src/ngx_http_array_var_util.o \ [2020-10-22T00:49:00.845Z] ../array-var-nginx-module-0.05/src/ngx_http_array_var_util.c [2020-10-22T00:49:00.845Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:00.845Z] -o objs/addon/src/ngx_http_memc_module.o \ [2020-10-22T00:49:00.845Z] ../memc-nginx-module-0.19/src/ngx_http_memc_module.c [2020-10-22T00:49:01.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.220Z] -o objs/addon/src/ngx_http_memc_request.o \ [2020-10-22T00:49:01.220Z] ../memc-nginx-module-0.19/src/ngx_http_memc_request.c [2020-10-22T00:49:01.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.220Z] -o objs/addon/src/ngx_http_memc_response.o \ [2020-10-22T00:49:01.220Z] ../memc-nginx-module-0.19/src/ngx_http_memc_response.c [2020-10-22T00:49:01.221Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.221Z] -o objs/addon/src/ngx_http_memc_util.o \ [2020-10-22T00:49:01.221Z] ../memc-nginx-module-0.19/src/ngx_http_memc_util.c [2020-10-22T00:49:01.221Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.221Z] -o objs/addon/src/ngx_http_memc_handler.o \ [2020-10-22T00:49:01.221Z] ../memc-nginx-module-0.19/src/ngx_http_memc_handler.c [2020-10-22T00:49:01.221Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.221Z] -o objs/addon/src/ngx_http_redis2_module.o \ [2020-10-22T00:49:01.221Z] ../redis2-nginx-module-0.15/src/ngx_http_redis2_module.c [2020-10-22T00:49:01.221Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.221Z] -o objs/addon/src/ngx_http_redis2_handler.o \ [2020-10-22T00:49:01.221Z] ../redis2-nginx-module-0.15/src/ngx_http_redis2_handler.c [2020-10-22T00:49:01.288Z] Removing intermediate container e160cf1a014b [2020-10-22T00:49:01.288Z] ---> 8f5a0a3cfdb3 [2020-10-22T00:49:01.288Z] Step 15/27 : ENV APP_PORT=48090 [2020-10-22T00:49:01.288Z] ---> 58f67fd3e060 [2020-10-22T00:49:01.288Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-10-22T00:49:01.546Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.546Z] -o objs/addon/src/ngx_http_redis2_reply.o \ [2020-10-22T00:49:01.546Z] ../redis2-nginx-module-0.15/src/ngx_http_redis2_reply.c [2020-10-22T00:49:01.547Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.547Z] -o objs/addon/src/ngx_http_redis2_util.o \ [2020-10-22T00:49:01.547Z] ../redis2-nginx-module-0.15/src/ngx_http_redis2_util.c [2020-10-22T00:49:01.547Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.547Z] -o objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o \ [2020-10-22T00:49:01.547Z] ../redis-nginx-module-0.3.7/ngx_http_redis_module.c [2020-10-22T00:49:01.547Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.547Z] -o objs/addon/src/ngx_http_rds_json_filter_module.o \ [2020-10-22T00:49:01.547Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_filter_module.c [2020-10-22T00:49:01.547Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.547Z] -o objs/addon/src/ngx_http_rds_json_processor.o \ [2020-10-22T00:49:01.547Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_processor.c [2020-10-22T00:49:01.547Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.547Z] -o objs/addon/src/ngx_http_rds_json_util.o \ [2020-10-22T00:49:01.547Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_util.c [2020-10-22T00:49:01.579Z] ---> Running in b86cc6c4cecc [2020-10-22T00:49:01.872Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.872Z] -o objs/addon/src/ngx_http_rds_json_output.o \ [2020-10-22T00:49:01.872Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_output.c [2020-10-22T00:49:01.873Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.873Z] -o objs/addon/src/ngx_http_rds_json_handler.o \ [2020-10-22T00:49:01.873Z] ../rds-json-nginx-module-0.15/src/ngx_http_rds_json_handler.c [2020-10-22T00:49:01.873Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:01.873Z] -o objs/addon/src/ngx_http_rds_csv_filter_module.o \ [2020-10-22T00:49:01.873Z] ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_filter_module.c [2020-10-22T00:49:02.219Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.219Z] -o objs/addon/src/ngx_http_rds_csv_processor.o \ [2020-10-22T00:49:02.219Z] ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_processor.c [2020-10-22T00:49:02.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.220Z] -o objs/addon/src/ngx_http_rds_csv_util.o \ [2020-10-22T00:49:02.220Z] ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_util.c [2020-10-22T00:49:02.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.220Z] -o objs/addon/src/ngx_http_rds_csv_output.o \ [2020-10-22T00:49:02.220Z] ../rds-csv-nginx-module-0.09/src/ngx_http_rds_csv_output.c [2020-10-22T00:49:02.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.220Z] -o objs/addon/src/ngx_stream_lua_api.o \ [2020-10-22T00:49:02.220Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_api.c [2020-10-22T00:49:02.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.220Z] -o objs/addon/src/ngx_stream_lua_request.o \ [2020-10-22T00:49:02.220Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_request.c [2020-10-22T00:49:02.220Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.220Z] -o objs/addon/src/ngx_stream_lua_module.o \ [2020-10-22T00:49:02.220Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_module.c [2020-10-22T00:49:02.497Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.497Z] -o objs/addon/src/ngx_stream_lua_directive.o \ [2020-10-22T00:49:02.497Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_directive.c [2020-10-22T00:49:02.497Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.497Z] -o objs/addon/src/ngx_stream_lua_lex.o \ [2020-10-22T00:49:02.497Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_lex.c [2020-10-22T00:49:02.497Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.497Z] -o objs/addon/src/ngx_stream_lua_contentby.o \ [2020-10-22T00:49:02.497Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_contentby.c [2020-10-22T00:49:02.497Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.497Z] -o objs/addon/src/ngx_stream_lua_util.o \ [2020-10-22T00:49:02.497Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_util.c [2020-10-22T00:49:02.785Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.785Z] -o objs/addon/src/ngx_stream_lua_cache.o \ [2020-10-22T00:49:02.785Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_cache.c [2020-10-22T00:49:02.785Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.785Z] -o objs/addon/src/ngx_stream_lua_clfactory.o \ [2020-10-22T00:49:02.785Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_clfactory.c [2020-10-22T00:49:02.786Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.786Z] -o objs/addon/src/ngx_stream_lua_exception.o \ [2020-10-22T00:49:02.786Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_exception.c [2020-10-22T00:49:02.786Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:02.786Z] -o objs/addon/src/ngx_stream_lua_pcrefix.o \ [2020-10-22T00:49:02.786Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_pcrefix.c [2020-10-22T00:49:03.059Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.059Z] -o objs/addon/src/ngx_stream_lua_uthread.o \ [2020-10-22T00:49:03.059Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_uthread.c [2020-10-22T00:49:03.059Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.059Z] -o objs/addon/src/ngx_stream_lua_coroutine.o \ [2020-10-22T00:49:03.059Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_coroutine.c [2020-10-22T00:49:03.059Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.059Z] -o objs/addon/src/ngx_stream_lua_output.o \ [2020-10-22T00:49:03.059Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_output.c [2020-10-22T00:49:03.059Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.059Z] -o objs/addon/src/ngx_stream_lua_consts.o \ [2020-10-22T00:49:03.059Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_consts.c [2020-10-22T00:49:03.059Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.059Z] -o objs/addon/src/ngx_stream_lua_log.o \ [2020-10-22T00:49:03.059Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_log.c [2020-10-22T00:49:03.060Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.060Z] -o objs/addon/src/ngx_stream_lua_time.o \ [2020-10-22T00:49:03.060Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_time.c [2020-10-22T00:49:03.337Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.337Z] -o objs/addon/src/ngx_stream_lua_string.o \ [2020-10-22T00:49:03.337Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_string.c [2020-10-22T00:49:03.337Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.337Z] -o objs/addon/src/ngx_stream_lua_control.o \ [2020-10-22T00:49:03.337Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_control.c [2020-10-22T00:49:03.337Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.337Z] -o objs/addon/src/ngx_stream_lua_sleep.o \ [2020-10-22T00:49:03.337Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_sleep.c [2020-10-22T00:49:03.610Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.610Z] -o objs/addon/src/ngx_stream_lua_phase.o \ [2020-10-22T00:49:03.610Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_phase.c [2020-10-22T00:49:03.610Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.610Z] -o objs/addon/src/ngx_stream_lua_ctx.o \ [2020-10-22T00:49:03.610Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_ctx.c [2020-10-22T00:49:03.610Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.610Z] -o objs/addon/src/ngx_stream_lua_regex.o \ [2020-10-22T00:49:03.610Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_regex.c [2020-10-22T00:49:03.610Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.610Z] -o objs/addon/src/ngx_stream_lua_script.o \ [2020-10-22T00:49:03.610Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_script.c [2020-10-22T00:49:03.638Z] Removing intermediate container b86cc6c4cecc [2020-10-22T00:49:03.638Z] ---> 2340fbbe712c [2020-10-22T00:49:03.638Z] Step 16/27 : EXPOSE $APP_PORT [2020-10-22T00:49:03.638Z] ---> Running in 97f15d8f3dbf [2020-10-22T00:49:03.888Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.888Z] -o objs/addon/src/ngx_stream_lua_shdict.o \ [2020-10-22T00:49:03.888Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_shdict.c [2020-10-22T00:49:03.888Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.888Z] -o objs/addon/src/ngx_stream_lua_variable.o \ [2020-10-22T00:49:03.888Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_variable.c [2020-10-22T00:49:03.888Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.888Z] -o objs/addon/src/ngx_stream_lua_timer.o \ [2020-10-22T00:49:03.888Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_timer.c [2020-10-22T00:49:03.888Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.888Z] -o objs/addon/src/ngx_stream_lua_config.o \ [2020-10-22T00:49:03.888Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_config.c [2020-10-22T00:49:03.888Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.888Z] -o objs/addon/src/ngx_stream_lua_worker.o \ [2020-10-22T00:49:03.888Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_worker.c [2020-10-22T00:49:03.888Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:03.888Z] -o objs/addon/src/ngx_stream_lua_misc.o \ [2020-10-22T00:49:03.888Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_misc.c [2020-10-22T00:49:04.161Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.161Z] -o objs/addon/src/ngx_stream_lua_initby.o \ [2020-10-22T00:49:04.161Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_initby.c [2020-10-22T00:49:04.161Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.161Z] -o objs/addon/src/ngx_stream_lua_initworkerby.o \ [2020-10-22T00:49:04.161Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_initworkerby.c [2020-10-22T00:49:04.161Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.161Z] -o objs/addon/src/ngx_stream_lua_socket_tcp.o \ [2020-10-22T00:49:04.161Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_socket_tcp.c [2020-10-22T00:49:04.442Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.442Z] -o objs/addon/src/ngx_stream_lua_socket_udp.o \ [2020-10-22T00:49:04.442Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_socket_udp.c [2020-10-22T00:49:04.442Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.442Z] -o objs/addon/src/ngx_stream_lua_args.o \ [2020-10-22T00:49:04.442Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_args.c [2020-10-22T00:49:04.442Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.442Z] -o objs/addon/src/ngx_stream_lua_ssl.o \ [2020-10-22T00:49:04.442Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_ssl.c [2020-10-22T00:49:04.442Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.442Z] -o objs/addon/src/ngx_stream_lua_balancer.o \ [2020-10-22T00:49:04.442Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_balancer.c [2020-10-22T00:49:04.442Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.442Z] -o objs/addon/src/ngx_stream_lua_logby.o \ [2020-10-22T00:49:04.442Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_logby.c [2020-10-22T00:49:04.722Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.722Z] -o objs/addon/src/ngx_stream_lua_prereadby.o \ [2020-10-22T00:49:04.722Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_prereadby.c [2020-10-22T00:49:04.722Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.722Z] -o objs/addon/src/ngx_stream_lua_semaphore.o \ [2020-10-22T00:49:04.722Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_semaphore.c [2020-10-22T00:49:04.722Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.722Z] -o objs/addon/src/ngx_stream_lua_ssl_certby.o \ [2020-10-22T00:49:04.722Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_ssl_certby.c [2020-10-22T00:49:04.722Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.722Z] -o objs/addon/src/ngx_stream_lua_log_ringbuf.o \ [2020-10-22T00:49:04.722Z] ../ngx_stream_lua-0.0.7/src/ngx_stream_lua_log_ringbuf.c [2020-10-22T00:49:04.988Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs -I src/http -I src/http/modules -I src/http/v2 -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/src -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I /build/stage/lua-kong-nginx-module/src -I src/stream \ [2020-10-22T00:49:04.988Z] -o objs/addon/src/ngx_http_lua_kong_module.o \ [2020-10-22T00:49:04.988Z] /build/stage/lua-kong-nginx-module/src/ngx_http_lua_kong_module.c [2020-10-22T00:49:04.988Z] cc -c -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -O2 -DNDK_SET_VAR -DNDK_UPSTREAM_LIST -DNDK_SET_VAR -DNDK_SET_VAR -DNDK_SET_VAR -DLUA_DEFAULT_PATH='"/build/parts/openresty/install/site/lualib/?.ljbc;/build/parts/openresty/install/site/lualib/?/init.ljbc;/build/parts/openresty/install/lualib/?.ljbc;/build/parts/openresty/install/lualib/?/init.ljbc;/build/parts/openresty/install/site/lualib/?.lua;/build/parts/openresty/install/site/lualib/?/init.lua;/build/parts/openresty/install/lualib/?.lua;/build/parts/openresty/install/lualib/?/init.lua"' -DLUA_DEFAULT_CPATH='"/build/parts/openresty/install/site/lualib/?.so;/build/parts/openresty/install/lualib/?.so"' -DNDK_SET_VAR -I src/core -I src/event -I src/event/modules -I src/os/unix -I ../ngx_devel_kit-0.3.1rc1/objs -I objs/addon/ndk -I ../ngx_lua-0.10.15/src/api -I /build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 -I ../ngx_stream_lua-0.0.7/src/api -I objs \ [2020-10-22T00:49:04.988Z] -o objs/ngx_modules.o \ [2020-10-22T00:49:04.988Z] objs/ngx_modules.c [2020-10-22T00:49:04.988Z] sed -e "s|%%PREFIX%%|/build/parts/openresty/install/nginx|" \ [2020-10-22T00:49:04.988Z] -e "s|%%PID_PATH%%|/build/parts/openresty/install/nginx/logs/nginx.pid|" \ [2020-10-22T00:49:04.988Z] -e "s|%%CONF_PATH%%|/build/parts/openresty/install/nginx/conf/nginx.conf|" \ [2020-10-22T00:49:04.988Z] -e "s|%%ERROR_LOG_PATH%%|/build/parts/openresty/install/nginx/logs/error.log|" \ [2020-10-22T00:49:04.988Z] < docs/man/nginx.8 > objs/nginx.8 [2020-10-22T00:49:05.349Z] ---> e70829b24456 [2020-10-22T00:49:05.349Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-10-22T00:49:05.562Z] cc -o objs/nginx \ [2020-10-22T00:49:05.562Z] objs/src/core/nginx.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_log.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_palloc.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_array.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_list.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_hash.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_buf.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_queue.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_output_chain.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_string.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_parse.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_parse_time.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_inet.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_file.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_crc32.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_murmurhash.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_md5.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_sha1.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_rbtree.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_radix_tree.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_slab.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_times.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_shmtx.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_connection.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_cycle.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_spinlock.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_rwlock.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_cpuinfo.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_conf_file.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_module.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_resolver.o \ [2020-10-22T00:49:05.562Z] objs/src/core/ngx_open_file_cache.o \ [2020-10-22T00:49:05.563Z] objs/src/core/ngx_crypt.o \ [2020-10-22T00:49:05.563Z] objs/src/core/ngx_proxy_protocol.o \ [2020-10-22T00:49:05.563Z] objs/src/core/ngx_syslog.o \ [2020-10-22T00:49:05.563Z] objs/src/event/ngx_event.o \ [2020-10-22T00:49:05.563Z] objs/src/event/ngx_event_timer.o \ [2020-10-22T00:49:05.563Z] objs/src/event/ngx_event_posted.o \ [2020-10-22T00:49:05.563Z] objs/src/event/ngx_event_accept.o \ [2020-10-22T00:49:05.563Z] objs/src/event/ngx_event_udp.o \ [2020-10-22T00:49:05.563Z] objs/src/event/ngx_event_connect.o \ [2020-10-22T00:49:05.563Z] objs/src/event/ngx_event_pipe.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_time.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_errno.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_alloc.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_files.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_socket.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_recv.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_readv_chain.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_udp_recv.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_send.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_writev_chain.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_udp_send.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_udp_sendmsg_chain.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_channel.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_shmem.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_process.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_daemon.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_setaffinity.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_setproctitle.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_posix_init.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_user.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_dlopen.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_process_cycle.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_linux_init.o \ [2020-10-22T00:49:05.563Z] objs/src/event/modules/ngx_epoll_module.o \ [2020-10-22T00:49:05.563Z] objs/src/os/unix/ngx_linux_sendfile_chain.o \ [2020-10-22T00:49:05.563Z] objs/src/event/ngx_event_openssl.o \ [2020-10-22T00:49:05.563Z] objs/src/event/ngx_event_openssl_stapling.o \ [2020-10-22T00:49:05.563Z] objs/src/core/ngx_regex.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_core_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_special_response.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_request.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_parse.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_log_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_request_body.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_variables.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_script.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_upstream.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_upstream_round_robin.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_file_cache.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_write_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_header_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_chunked_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/v2/ngx_http_v2_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_range_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_gzip_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_postpone_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_ssi_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_charset_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_userid_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_headers_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/ngx_http_copy_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_not_modified_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/v2/ngx_http_v2.o \ [2020-10-22T00:49:05.563Z] objs/src/http/v2/ngx_http_v2_table.o \ [2020-10-22T00:49:05.563Z] objs/src/http/v2/ngx_http_v2_encode.o \ [2020-10-22T00:49:05.563Z] objs/src/http/v2/ngx_http_v2_huff_decode.o \ [2020-10-22T00:49:05.563Z] objs/src/http/v2/ngx_http_v2_huff_encode.o \ [2020-10-22T00:49:05.563Z] objs/src/http/v2/ngx_http_v2_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_static_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_autoindex_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_index_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_mirror_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_try_files_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_auth_basic_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_access_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_limit_conn_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_limit_req_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_realip_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_geo_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_map_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_split_clients_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_referer_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_rewrite_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_ssl_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_proxy_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_fastcgi_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_uwsgi_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_scgi_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_grpc_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_memcached_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_empty_gif_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_browser_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_upstream_hash_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_upstream_ip_hash_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_upstream_least_conn_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_upstream_random_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_upstream_keepalive_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_upstream_zone_module.o \ [2020-10-22T00:49:05.563Z] objs/src/http/modules/ngx_http_stub_status_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_variables.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_script.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_handler.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_core_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_log_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_proxy_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_upstream.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_upstream_round_robin.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_write_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_ssl_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_limit_conn_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_access_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_geo_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_map_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_split_clients_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_return_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_upstream_hash_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_upstream_least_conn_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_upstream_random_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_upstream_zone_module.o \ [2020-10-22T00:49:05.563Z] objs/src/stream/ngx_stream_ssl_preread_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ndk.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_echo_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_echo_util.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_echo_timer.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_echo_var.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_echo_handler.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_echo_filter.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_echo_sleep.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_echo_location.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_echo_echo.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_echo_request_info.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_echo_subrequest.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_echo_foreach.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_xss_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_xss_util.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_coolkit_handlers.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_coolkit_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_coolkit_variables.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_base32.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_default_value.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_hashed_upstream.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_quote_sql.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_quote_json.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_unescape_uri.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_misc_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_escape_uri.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_hash.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_local_today.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_hex.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_base64.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_random.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_secure_random.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_rotate.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_set_hmac.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_form_input_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_encrypted_session_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_encrypted_session_cipher.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_srcache_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_srcache_util.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_srcache_var.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_srcache_store.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_srcache_fetch.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_srcache_headers.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_script.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_log.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_subrequest.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_ndk.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_control.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_time.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_misc.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_variable.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_string.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_output.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_headers.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_req_body.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_uri.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_args.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_ctx.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_regex.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_headers_out.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_headers_in.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_directive.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_consts.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_exception.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_util.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_cache.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_contentby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_rewriteby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_accessby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_setby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_capturefilter.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_clfactory.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_pcrefix.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_headerfilterby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_shdict.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_socket_tcp.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_api.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_logby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_sleep.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_semaphore.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_coroutine.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_bodyfilterby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_initby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_initworkerby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_socket_udp.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_req_method.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_phase.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_uthread.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_timer.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_config.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_worker.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_ssl_certby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_ssl_ocsp.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_lex.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_balancer.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_ssl_session_storeby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_ssl_session_fetchby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_ssl.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_log_ringbuf.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_input_filters.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_pipe.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_lua_upstream_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_headers_more_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_headers_more_headers_out.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_headers_more_headers_in.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_headers_more_util.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_array_var_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_array_var_util.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_memc_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_memc_request.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_memc_response.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_memc_util.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_memc_handler.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_redis2_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_redis2_handler.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_redis2_reply.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_redis2_util.o \ [2020-10-22T00:49:05.563Z] objs/addon/redis-nginx-module-0.3.7/ngx_http_redis_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_rds_json_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_rds_json_processor.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_rds_json_util.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_rds_json_output.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_rds_json_handler.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_rds_csv_filter_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_rds_csv_processor.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_rds_csv_util.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_http_rds_csv_output.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_api.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_request.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_module.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_directive.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_lex.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_contentby.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_util.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_cache.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_clfactory.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_exception.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_pcrefix.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_uthread.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_coroutine.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_output.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_consts.o \ [2020-10-22T00:49:05.563Z] objs/addon/src/ngx_stream_lua_log.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_time.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_string.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_control.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_sleep.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_phase.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_ctx.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_regex.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_script.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_shdict.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_variable.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_timer.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_config.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_worker.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_misc.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_initby.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_initworkerby.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_socket_tcp.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_socket_udp.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_args.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_ssl.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_balancer.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_logby.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_prereadby.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_semaphore.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_ssl_certby.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_stream_lua_log_ringbuf.o \ [2020-10-22T00:49:05.564Z] objs/addon/src/ngx_http_lua_kong_module.o \ [2020-10-22T00:49:05.564Z] objs/ngx_modules.o \ [2020-10-22T00:49:05.564Z] -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -Wl,-rpath,/build/parts/openresty/install/luajit/lib -Wl,-E -Wl,-E -ldl -lpthread -lcrypt -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -lluajit-5.1 -lm -ldl -L/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/lib -lluajit-5.1 -lm -ldl -lpcre -lssl -lcrypto -ldl -lpthread -lz \ [2020-10-22T00:49:05.564Z] -Wl,-E [2020-10-22T00:49:05.632Z] Removing intermediate container 97f15d8f3dbf [2020-10-22T00:49:05.632Z] ---> 46354bc73078 [2020-10-22T00:49:05.632Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-10-22T00:49:06.137Z] make[2]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:49:06.137Z] make[1]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:49:06.137Z] make install [2020-10-22T00:49:06.137Z] cd /build/parts/openresty/build/build/LuaJIT-2.1-20190507 && make TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit [2020-10-22T00:49:06.137Z] make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-22T00:49:06.137Z] ==== Building LuaJIT 2.1.0-beta3 ==== [2020-10-22T00:49:06.137Z] make -C src [2020-10-22T00:49:06.137Z] make[2]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-22T00:49:06.137Z] make[2]: Nothing to be done for 'default'. [2020-10-22T00:49:06.137Z] make[2]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507/src' [2020-10-22T00:49:06.137Z] ==== Successfully built LuaJIT 2.1.0-beta3 ==== [2020-10-22T00:49:06.137Z] make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-22T00:49:06.137Z] cd /build/parts/openresty/build/build/lua-cjson-2.1.0.7 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/build/parts/openresty/install/lualib LUA_MODULE_DIR=/build/parts/openresty/install/lualib CJSON_CFLAGS="-g -fpic" CC=cc [2020-10-22T00:49:06.137Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-22T00:49:06.137Z] make[1]: Nothing to be done for 'all'. [2020-10-22T00:49:06.137Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-22T00:49:06.137Z] cd /build/parts/openresty/build/build/lua-resty-signal-0.02 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:49:06.137Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-22T00:49:06.137Z] make[1]: Nothing to be done for 'all'. [2020-10-22T00:49:06.137Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-22T00:49:06.137Z] cd /build/parts/openresty/build/build/lua-redis-parser-0.13 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:49:06.137Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-22T00:49:06.137Z] make[1]: Nothing to be done for 'all'. [2020-10-22T00:49:06.137Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-22T00:49:06.137Z] cd /build/parts/openresty/build/build/lua-rds-parser-0.06 && make DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:49:06.137Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-22T00:49:06.137Z] make[1]: Nothing to be done for 'all'. [2020-10-22T00:49:06.137Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-22T00:49:06.137Z] cd /build/parts/openresty/build/build/nginx-1.15.8 && make [2020-10-22T00:49:06.137Z] make[1]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:49:06.137Z] make -f objs/Makefile [2020-10-22T00:49:06.399Z] make[2]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:49:06.399Z] make[2]: Nothing to be done for 'build'. [2020-10-22T00:49:06.399Z] make[2]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:49:06.399Z] make[1]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:49:06.399Z] mkdir -p /build/parts/openresty/install/ [2020-10-22T00:49:06.399Z] cp /build/parts/openresty/build/COPYRIGHT /build/parts/openresty/install/ [2020-10-22T00:49:06.399Z] cd /build/parts/openresty/build/build/LuaJIT-2.1-20190507 && make install TARGET_STRIP=@: CCDEBUG=-g XCFLAGS='-DLUAJIT_ENABLE_LUA52COMPAT -DLUAJIT_ENABLE_GC64 -msse4.2' CC=cc PREFIX=/build/parts/openresty/install/luajit DESTDIR= [2020-10-22T00:49:06.399Z] make[1]: Entering directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-22T00:49:06.399Z] ==== Installing LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== [2020-10-22T00:49:06.399Z] mkdir -p /build/parts/openresty/install/luajit/bin /build/parts/openresty/install/luajit/lib /build/parts/openresty/install/luajit/include/luajit-2.1 /build/parts/openresty/install/luajit/share/man/man1 /build/parts/openresty/install/luajit/lib/pkgconfig /build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit /build/parts/openresty/install/luajit/share/lua/5.1 /build/parts/openresty/install/luajit/lib/lua/5.1 [2020-10-22T00:49:06.399Z] cd src && install -m 0755 luajit /build/parts/openresty/install/luajit/bin/luajit-2.1.0-beta3 [2020-10-22T00:49:06.399Z] cd src && test -f libluajit.a && install -m 0644 libluajit.a /build/parts/openresty/install/luajit/lib/libluajit-5.1.a || : [2020-10-22T00:49:06.399Z] rm -f /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 /build/parts/openresty/install/luajit/lib/libluajit-5.1.so /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 [2020-10-22T00:49:06.399Z] cd src && test -f libluajit.so && \ [2020-10-22T00:49:06.399Z] install -m 0755 libluajit.so /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2.1.0 && \ [2020-10-22T00:49:06.399Z] ldconfig -n /build/parts/openresty/install/luajit/lib && \ [2020-10-22T00:49:06.399Z] ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/install/luajit/lib/libluajit-5.1.so && \ [2020-10-22T00:49:06.399Z] ln -sf libluajit-5.1.so.2.1.0 /build/parts/openresty/install/luajit/lib/libluajit-5.1.so.2 || : [2020-10-22T00:49:06.399Z] cd etc && install -m 0644 luajit.1 /build/parts/openresty/install/luajit/share/man/man1 [2020-10-22T00:49:06.399Z] cd etc && sed -e "s|^prefix=.*|prefix=/build/parts/openresty/install/luajit|" -e "s|^multilib=.*|multilib=lib|" luajit.pc > luajit.pc.tmp && \ [2020-10-22T00:49:06.399Z] install -m 0644 luajit.pc.tmp /build/parts/openresty/install/luajit/lib/pkgconfig/luajit.pc && \ [2020-10-22T00:49:06.399Z] rm -f luajit.pc.tmp [2020-10-22T00:49:06.399Z] cd src && install -m 0644 lua.h lualib.h lauxlib.h luaconf.h lua.hpp luajit.h /build/parts/openresty/install/luajit/include/luajit-2.1 [2020-10-22T00:49:06.399Z] cd src/jit && install -m 0644 bc.lua bcsave.lua dump.lua p.lua v.lua zone.lua dis_x86.lua dis_x64.lua dis_arm.lua dis_arm64.lua dis_arm64be.lua dis_ppc.lua dis_mips.lua dis_mipsel.lua dis_mips64.lua dis_mips64el.lua vmdef.lua /build/parts/openresty/install/luajit/share/luajit-2.1.0-beta3/jit [2020-10-22T00:49:06.399Z] ln -sf luajit-2.1.0-beta3 /build/parts/openresty/install/luajit/bin/luajit [2020-10-22T00:49:06.399Z] ==== Successfully installed LuaJIT 2.1.0-beta3 to /build/parts/openresty/install/luajit ==== [2020-10-22T00:49:06.399Z] make[1]: Leaving directory '/build/parts/openresty/build/build/LuaJIT-2.1-20190507' [2020-10-22T00:49:06.399Z] cd /build/parts/openresty/build/build/lua-cjson-2.1.0.7 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_CMODULE_DIR=/build/parts/openresty/install/lualib LUA_MODULE_DIR=/build/parts/openresty/install/lualib CJSON_CFLAGS="-g -fpic" CC=cc [2020-10-22T00:49:06.399Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-22T00:49:06.399Z] mkdir -p /build/parts/openresty/install/lualib [2020-10-22T00:49:06.399Z] rm -f /build/parts/openresty/install/lualib/cjson.so [2020-10-22T00:49:06.399Z] cp cjson.so /build/parts/openresty/install/lualib [2020-10-22T00:49:06.399Z] chmod 755 /build/parts/openresty/install/lualib/cjson.so [2020-10-22T00:49:06.399Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-cjson-2.1.0.7' [2020-10-22T00:49:06.399Z] cd /build/parts/openresty/build/build/lua-resty-signal-0.02 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:49:06.399Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-22T00:49:06.399Z] install -d /build/parts/openresty/install/lualib/resty [2020-10-22T00:49:06.399Z] install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-22T00:49:06.399Z] install librestysignal.so /build/parts/openresty/install/lualib/ [2020-10-22T00:49:06.399Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-signal-0.02' [2020-10-22T00:49:06.399Z] cd /build/parts/openresty/build/build/lua-redis-parser-0.13 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:49:06.399Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-22T00:49:06.399Z] install -d /build/parts/openresty/install/lualib/redis [2020-10-22T00:49:06.399Z] install parser.so /build/parts/openresty/install/lualib/redis [2020-10-22T00:49:06.399Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-redis-parser-0.13' [2020-10-22T00:49:06.399Z] cd /build/parts/openresty/build/build/lua-rds-parser-0.06 && make install DESTDIR= LUA_INCLUDE_DIR=/build/parts/openresty/build/build/luajit-root/build/parts/openresty/install/luajit/include/luajit-2.1 LUA_LIB_DIR=/build/parts/openresty/install/lualib CC=cc [2020-10-22T00:49:06.399Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-22T00:49:06.399Z] install -d /build/parts/openresty/install/lualib/rds [2020-10-22T00:49:06.399Z] install parser.so /build/parts/openresty/install/lualib/rds [2020-10-22T00:49:06.399Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-rds-parser-0.06' [2020-10-22T00:49:06.399Z] cd /build/parts/openresty/build/build/lua-resty-dns-0.21 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.399Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-dns-0.21' [2020-10-22T00:49:06.399Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/dns [2020-10-22T00:49:06.399Z] /build/parts/openresty/build/build/install lib/resty/dns/*.lua /build/parts/openresty/install/lualib/resty/dns/ [2020-10-22T00:49:06.399Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-dns-0.21' [2020-10-22T00:49:06.399Z] cd /build/parts/openresty/build/build/lua-resty-memcached-0.14 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.399Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-memcached-0.14' [2020-10-22T00:49:06.399Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-22T00:49:06.399Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-22T00:49:06.399Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-memcached-0.14' [2020-10-22T00:49:06.399Z] cd /build/parts/openresty/build/build/lua-resty-redis-0.27 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.399Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-redis-0.27' [2020-10-22T00:49:06.399Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-22T00:49:06.399Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-22T00:49:06.399Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-redis-0.27' [2020-10-22T00:49:06.399Z] cd /build/parts/openresty/build/build/lua-resty-mysql-0.21 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.399Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-mysql-0.21' [2020-10-22T00:49:06.399Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-22T00:49:06.399Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-22T00:49:06.660Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-mysql-0.21' [2020-10-22T00:49:06.660Z] cd /build/parts/openresty/build/build/lua-resty-string-0.11 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.660Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-string-0.11' [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-22T00:49:06.660Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-string-0.11' [2020-10-22T00:49:06.660Z] cd /build/parts/openresty/build/build/lua-resty-upload-0.10 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.660Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-upload-0.10' [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty [2020-10-22T00:49:06.660Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-upload-0.10' [2020-10-22T00:49:06.660Z] cd /build/parts/openresty/build/build/lua-resty-websocket-0.07 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.660Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-websocket-0.07' [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/websocket [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install lib/resty/websocket/*.lua /build/parts/openresty/install/lualib/resty/websocket/ [2020-10-22T00:49:06.660Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-websocket-0.07' [2020-10-22T00:49:06.660Z] cd /build/parts/openresty/build/build/lua-resty-lock-0.08 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.660Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-lock-0.08' [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/ [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ [2020-10-22T00:49:06.660Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-lock-0.08' [2020-10-22T00:49:06.660Z] cd /build/parts/openresty/build/build/lua-resty-lrucache-0.09 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.660Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-lrucache-0.09' [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/lrucache [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install lib/resty/lrucache/*.lua /build/parts/openresty/install/lualib/resty/lrucache/ [2020-10-22T00:49:06.660Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-lrucache-0.09' [2020-10-22T00:49:06.660Z] cd /build/parts/openresty/build/build/lua-resty-core-0.1.17 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.660Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-core-0.1.17' [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/core/ [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/ngx/ [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/ngx/ssl [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install lib/resty/core/*.lua /build/parts/openresty/install/lualib/resty/core/ [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install lib/ngx/*.lua /build/parts/openresty/install/lualib/ngx/ [2020-10-22T00:49:06.660Z] /build/parts/openresty/build/build/install lib/ngx/ssl/*.lua /build/parts/openresty/install/lualib/ngx/ssl/ [2020-10-22T00:49:06.921Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-core-0.1.17' [2020-10-22T00:49:06.922Z] cd /build/parts/openresty/build/build/lua-resty-upstream-healthcheck-0.06 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.922Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-upstream-healthcheck-0.06' [2020-10-22T00:49:06.922Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/upstream/ [2020-10-22T00:49:06.922Z] /build/parts/openresty/build/build/install lib/resty/upstream/*.lua /build/parts/openresty/install/lualib/resty/upstream/ [2020-10-22T00:49:06.922Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-upstream-healthcheck-0.06' [2020-10-22T00:49:06.922Z] cd /build/parts/openresty/build/build/lua-resty-limit-traffic-0.06 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.922Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-limit-traffic-0.06' [2020-10-22T00:49:06.922Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/limit/ [2020-10-22T00:49:06.922Z] /build/parts/openresty/build/build/install lib/resty/limit/*.lua /build/parts/openresty/install/lualib/resty/limit/ [2020-10-22T00:49:06.922Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-limit-traffic-0.06' [2020-10-22T00:49:06.922Z] cd /build/parts/openresty/build/build/lua-resty-shell-0.02 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.922Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-resty-shell-0.02' [2020-10-22T00:49:06.922Z] /build/parts/openresty/build/build/install -d /build/parts/openresty/install/lualib/resty/ [2020-10-22T00:49:06.922Z] /build/parts/openresty/build/build/install lib/resty/*.lua /build/parts/openresty/install/lualib/resty/ [2020-10-22T00:49:06.922Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-resty-shell-0.02' [2020-10-22T00:49:06.922Z] cd /build/parts/openresty/build/build/lua-tablepool-0.01 && make install DESTDIR= LUA_LIB_DIR=/build/parts/openresty/install/lualib INSTALL=/build/parts/openresty/build/build/install [2020-10-22T00:49:06.922Z] make[1]: Entering directory '/build/parts/openresty/build/build/lua-tablepool-0.01' [2020-10-22T00:49:06.922Z] /build/parts/openresty/build/build/install lib/*.lua /build/parts/openresty/install/lualib/ [2020-10-22T00:49:06.922Z] make[1]: Leaving directory '/build/parts/openresty/build/build/lua-tablepool-0.01' [2020-10-22T00:49:06.922Z] cd /build/parts/openresty/build/build/opm-0.0.5 && /build/parts/openresty/build/build/install bin/* /build/parts/openresty/install/bin/ [2020-10-22T00:49:06.922Z] cd /build/parts/openresty/build/build/resty-cli-0.24 && /build/parts/openresty/build/build/install bin/* /build/parts/openresty/install/bin/ [2020-10-22T00:49:06.922Z] cp /build/parts/openresty/build/build/resty.index /build/parts/openresty/install/ [2020-10-22T00:49:06.922Z] cp -r /build/parts/openresty/build/build/pod /build/parts/openresty/install/ [2020-10-22T00:49:06.922Z] cd /build/parts/openresty/build/build/nginx-1.15.8 && make install DESTDIR= [2020-10-22T00:49:06.922Z] make[1]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:49:06.922Z] make -f objs/Makefile install [2020-10-22T00:49:06.922Z] make[2]: Entering directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:49:06.922Z] test -d '/build/parts/openresty/install/nginx' || mkdir -p '/build/parts/openresty/install/nginx' [2020-10-22T00:49:06.922Z] test -d '/build/parts/openresty/install/nginx/sbin' \ [2020-10-22T00:49:06.922Z] || mkdir -p '/build/parts/openresty/install/nginx/sbin' [2020-10-22T00:49:06.922Z] test ! -f '/build/parts/openresty/install/nginx/sbin/nginx' \ [2020-10-22T00:49:06.922Z] || mv '/build/parts/openresty/install/nginx/sbin/nginx' \ [2020-10-22T00:49:06.922Z] '/build/parts/openresty/install/nginx/sbin/nginx.old' [2020-10-22T00:49:06.922Z] cp objs/nginx '/build/parts/openresty/install/nginx/sbin/nginx' [2020-10-22T00:49:06.922Z] test -d '/build/parts/openresty/install/nginx/conf' \ [2020-10-22T00:49:06.922Z] || mkdir -p '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:49:06.922Z] cp conf/koi-win '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:49:06.922Z] cp conf/koi-utf '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:49:06.922Z] cp conf/win-utf '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:49:07.186Z] test -f '/build/parts/openresty/install/nginx/conf/mime.types' \ [2020-10-22T00:49:07.186Z] || cp conf/mime.types '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:49:07.186Z] cp conf/mime.types '/build/parts/openresty/install/nginx/conf/mime.types.default' [2020-10-22T00:49:07.186Z] test -f '/build/parts/openresty/install/nginx/conf/fastcgi_params' \ [2020-10-22T00:49:07.186Z] || cp conf/fastcgi_params '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:49:07.186Z] cp conf/fastcgi_params \ [2020-10-22T00:49:07.186Z] '/build/parts/openresty/install/nginx/conf/fastcgi_params.default' [2020-10-22T00:49:07.186Z] test -f '/build/parts/openresty/install/nginx/conf/fastcgi.conf' \ [2020-10-22T00:49:07.186Z] || cp conf/fastcgi.conf '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:49:07.186Z] cp conf/fastcgi.conf '/build/parts/openresty/install/nginx/conf/fastcgi.conf.default' [2020-10-22T00:49:07.186Z] test -f '/build/parts/openresty/install/nginx/conf/uwsgi_params' \ [2020-10-22T00:49:07.186Z] || cp conf/uwsgi_params '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:49:07.186Z] cp conf/uwsgi_params \ [2020-10-22T00:49:07.186Z] '/build/parts/openresty/install/nginx/conf/uwsgi_params.default' [2020-10-22T00:49:07.186Z] test -f '/build/parts/openresty/install/nginx/conf/scgi_params' \ [2020-10-22T00:49:07.186Z] || cp conf/scgi_params '/build/parts/openresty/install/nginx/conf' [2020-10-22T00:49:07.186Z] cp conf/scgi_params \ [2020-10-22T00:49:07.186Z] '/build/parts/openresty/install/nginx/conf/scgi_params.default' [2020-10-22T00:49:07.186Z] test -f '/build/parts/openresty/install/nginx/conf/nginx.conf' \ [2020-10-22T00:49:07.186Z] || cp conf/nginx.conf '/build/parts/openresty/install/nginx/conf/nginx.conf' [2020-10-22T00:49:07.186Z] cp conf/nginx.conf '/build/parts/openresty/install/nginx/conf/nginx.conf.default' [2020-10-22T00:49:07.186Z] test -d '/build/parts/openresty/install/nginx/logs' \ [2020-10-22T00:49:07.186Z] || mkdir -p '/build/parts/openresty/install/nginx/logs' [2020-10-22T00:49:07.186Z] test -d '/build/parts/openresty/install/nginx/logs' \ [2020-10-22T00:49:07.186Z] || mkdir -p '/build/parts/openresty/install/nginx/logs' [2020-10-22T00:49:07.186Z] test -d '/build/parts/openresty/install/nginx/html' \ [2020-10-22T00:49:07.186Z] || cp -R docs/html '/build/parts/openresty/install/nginx' [2020-10-22T00:49:07.186Z] test -d '/build/parts/openresty/install/nginx/logs' \ [2020-10-22T00:49:07.186Z] || mkdir -p '/build/parts/openresty/install/nginx/logs' [2020-10-22T00:49:07.186Z] make[2]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:49:07.186Z] make[1]: Leaving directory '/build/parts/openresty/build/build/nginx-1.15.8' [2020-10-22T00:49:07.186Z] mkdir -p /build/parts/openresty/install/site/lualib /build/parts/openresty/install/site/pod /build/parts/openresty/install/site/manifest [2020-10-22T00:49:07.186Z] ln -sf /build/parts/openresty/install/nginx/sbin/nginx /build/parts/openresty/install/bin/openresty [2020-10-22T00:49:11.118Z] ---> 5bdd9ab943f4 [2020-10-22T00:49:11.118Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . [2020-10-22T00:49:11.118Z] Removing intermediate container 11f01d223e7d [2020-10-22T00:49:11.118Z] ---> 5ea76737e526 [2020-10-22T00:49:11.118Z] [2020-10-22T00:49:11.118Z] Step 10/21 : FROM scratch [2020-10-22T00:49:11.118Z] ---> [2020-10-22T00:49:11.118Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:49:11.118Z] ---> dd4f0b5a3be9 [2020-10-22T00:49:11.118Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-10-22T00:49:11.118Z] Removing intermediate container 1d71949553bd [2020-10-22T00:49:11.118Z] ---> 0ac60475f8bb [2020-10-22T00:49:11.118Z] [2020-10-22T00:49:11.118Z] Step 10/24 : FROM scratch [2020-10-22T00:49:11.118Z] ---> [2020-10-22T00:49:11.118Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T00:49:11.397Z] Staging openresty  [2020-10-22T00:49:11.398Z] ---> Running in 141a28df0c3a [2020-10-22T00:49:11.684Z] ---> Running in 661f83ba9af7 [2020-10-22T00:49:12.336Z] Pulling lua  [2020-10-22T00:49:12.684Z] ---> 25a47c337807 [2020-10-22T00:49:12.685Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T00:49:12.685Z] Removing intermediate container 141a28df0c3a [2020-10-22T00:49:12.685Z] ---> 349ddb27df15 [2020-10-22T00:49:12.685Z] Step 12/21 : ENV APP_PORT=48085 [2020-10-22T00:49:12.960Z] ---> fc9991f7d2c6 [2020-10-22T00:49:12.960Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-10-22T00:49:12.960Z] Removing intermediate container 661f83ba9af7 [2020-10-22T00:49:12.960Z] ---> 1f261d35b484 [2020-10-22T00:49:12.960Z] Step 12/24 : ENV APP_PORT=48060 [2020-10-22T00:49:12.960Z] ---> Running in e95ebc16db71 [2020-10-22T00:49:13.235Z] ---> Running in 699b0bcd39ea [2020-10-22T00:49:13.804Z] Downloading 'lua-5.1.5.tar.gz'[] 0% Downloading 'lua-5.1.5.tar.gz'[] 1% Downloading 'lua-5.1.5.tar.gz'[] 2% Downloading 'lua-5.1.5.tar.gz'[] 4% Downloading 'lua-5.1.5.tar.gz'[] 5% Downloading 'lua-5.1.5.tar.gz'[] 6% Downloading 'lua-5.1.5.tar.gz'[] 8% Downloading 'lua-5.1.5.tar.gz'[] 9% Downloading 'lua-5.1.5.tar.gz'[] 11% Downloading 'lua-5.1.5.tar.gz'[] 12% Downloading 'lua-5.1.5.tar.gz'[] 13% Downloading 'lua-5.1.5.tar.gz'[] 15% Downloading 'lua-5.1.5.tar.gz'[] 16% Downloading 'lua-5.1.5.tar.gz'[] 18% Downloading 'lua-5.1.5.tar.gz'[] 19% Downloading 'lua-5.1.5.tar.gz'[] 20% Downloading 'lua-5.1.5.tar.gz'[] 22% Downloading 'lua-5.1.5.tar.gz'[] 23% Downloading 'lua-5.1.5.tar.gz'[] 24% Downloading 'lua-5.1.5.tar.gz'[] 26% Downloading 'lua-5.1.5.tar.gz'[] 27% Downloading 'lua-5.1.5.tar.gz'[] 29% Downloading 'lua-5.1.5.tar.gz'[] 30% Downloading 'lua-5.1.5.tar.gz'[] 31% Downloading 'lua-5.1.5.tar.gz'[] 33% Downloading 'lua-5.1.5.tar.gz'[] 34% Downloading 'lua-5.1.5.tar.gz'[] 36% Downloading 'lua-5.1.5.tar.gz'[] 37% Downloading 'lua-5.1.5.tar.gz'[] 38% Downloading 'lua-5.1.5.tar.gz'[] 40% Downloading 'lua-5.1.5.tar.gz'[] 41% Downloading 'lua-5.1.5.tar.gz'[] 43% Downloading 'lua-5.1.5.tar.gz'[] 44% Downloading 'lua-5.1.5.tar.gz'[] 45% Downloading 'lua-5.1.5.tar.gz'[] 47% Downloading 'lua-5.1.5.tar.gz'[] 48% Downloading 'lua-5.1.5.tar.gz'[] 49% Downloading 'lua-5.1.5.tar.gz'[] 51% Downloading 'lua-5.1.5.tar.gz'[] 52% Downloading 'lua-5.1.5.tar.gz'[] 54% Downloading 'lua-5.1.5.tar.gz'[] 55% Downloading 'lua-5.1.5.tar.gz'[] 56% Downloading 'lua-5.1.5.tar.gz'[] 58% Downloading 'lua-5.1.5.tar.gz'[] 59% Downloading 'lua-5.1.5.tar.gz'[] 61% Downloading 'lua-5.1.5.tar.gz'[] 62% Downloading 'lua-5.1.5.tar.gz'[] 63% Downloading 'lua-5.1.5.tar.gz'[] 65% Downloading 'lua-5.1.5.tar.gz'[] 66% Downloading 'lua-5.1.5.tar.gz'[] 68% Downloading 'lua-5.1.5.tar.gz'[] 69% Downloading 'lua-5.1.5.tar.gz'[] 70% Downloading 'lua-5.1.5.tar.gz'[] 72% Downloading 'lua-5.1.5.tar.gz'[] 73% Downloading 'lua-5.1.5.tar.gz'[] 74% Downloading 'lua-5.1.5.tar.gz'[] 76% Downloading 'lua-5.1.5.tar.gz'[] 77% Downloading 'lua-5.1.5.tar.gz'[] 79% Downloading 'lua-5.1.5.tar.gz'[] 80% Downloading 'lua-5.1.5.tar.gz'[] 81% Downloading 'lua-5.1.5.tar.gz'[] 83% Downloading 'lua-5.1.5.tar.gz'[] 84% Downloading 'lua-5.1.5.tar.gz'[] 86% Downloading 'lua-5.1.5.tar.gz'[] 87% Downloading 'lua-5.1.5.tar.gz'[] 88% Downloading 'lua-5.1.5.tar.gz'[] 90% Downloading 'lua-5.1.5.tar.gz'[] 91% Downloading 'lua-5.1.5.tar.gz'[] 93% Downloading 'lua-5.1.5.tar.gz'[] 94% Downloading 'lua-5.1.5.tar.gz'[] 95% Downloading 'lua-5.1.5.tar.gz'[] 97% Downloading 'lua-5.1.5.tar.gz'[] 98% Downloading 'lua-5.1.5.tar.gz'[] 99% Downloading 'lua-5.1.5.tar.gz'[] 100% [2020-10-22T00:49:13.844Z] Removing intermediate container e95ebc16db71 [2020-10-22T00:49:13.844Z] ---> 93a39ba93817 [2020-10-22T00:49:13.845Z] Step 13/21 : EXPOSE $APP_PORT [2020-10-22T00:49:14.065Z] 'luarocks' has dependencies that need to be staged: lua [2020-10-22T00:49:14.065Z] Skipping pull lua (already ran) [2020-10-22T00:49:14.065Z] Building lua  [2020-10-22T00:49:14.143Z] ---> 2350d88a74cf [2020-10-22T00:49:14.144Z] Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T00:49:14.144Z] Removing intermediate container 699b0bcd39ea [2020-10-22T00:49:14.144Z] ---> 45c7d2ee8c58 [2020-10-22T00:49:14.144Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T00:49:14.144Z] ---> Running in 4463a45fd045 [2020-10-22T00:49:14.453Z] ---> Running in 74e60044dc9f [2020-10-22T00:49:14.453Z] ---> Running in ddbfefa965d4 [2020-10-22T00:49:14.639Z] make linux -j8 [2020-10-22T00:49:14.639Z] cd src && make linux [2020-10-22T00:49:14.639Z] make[1]: Entering directory '/build/parts/lua/build/src' [2020-10-22T00:49:14.639Z] make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" [2020-10-22T00:49:14.639Z] make[2]: Entering directory '/build/parts/lua/build/src' [2020-10-22T00:49:14.639Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lapi.o lapi.c [2020-10-22T00:49:14.639Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lcode.o lcode.c [2020-10-22T00:49:14.639Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldebug.o ldebug.c [2020-10-22T00:49:14.639Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldo.o ldo.c [2020-10-22T00:49:14.639Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldump.o ldump.c [2020-10-22T00:49:14.639Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lfunc.o lfunc.c [2020-10-22T00:49:14.639Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lgc.o lgc.c [2020-10-22T00:49:14.639Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o llex.o llex.c [2020-10-22T00:49:14.735Z] ---> 8ad65b301dd5 [2020-10-22T00:49:14.735Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-10-22T00:49:14.911Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lmem.o lmem.c [2020-10-22T00:49:14.911Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lobject.o lobject.c [2020-10-22T00:49:14.911Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lopcodes.o lopcodes.c [2020-10-22T00:49:14.911Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lparser.o lparser.c [2020-10-22T00:49:14.911Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstate.o lstate.c [2020-10-22T00:49:15.022Z] ---> Running in d1510f5a0b79 [2020-10-22T00:49:15.180Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstring.o lstring.c [2020-10-22T00:49:15.180Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltable.o ltable.c [2020-10-22T00:49:15.180Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltm.o ltm.c [2020-10-22T00:49:15.180Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lundump.o lundump.c [2020-10-22T00:49:15.180Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lvm.o lvm.c [2020-10-22T00:49:15.180Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lzio.o lzio.c [2020-10-22T00:49:15.180Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lauxlib.o lauxlib.c [2020-10-22T00:49:15.180Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lbaselib.o lbaselib.c [2020-10-22T00:49:15.180Z] lauxlib.c: In function ‘luaL_loadfile’: [2020-10-22T00:49:15.180Z] lauxlib.c:577:4: warning: this ‘while’ clause does not guard... [-Wmisleading-indentation] [2020-10-22T00:49:15.180Z] while ((c = getc(lf.f)) != EOF && c != LUA_SIGNATURE[0]) ; [2020-10-22T00:49:15.180Z] ^~~~~ [2020-10-22T00:49:15.180Z] lauxlib.c:578:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘while’ [2020-10-22T00:49:15.180Z] lf.extraline = 0; [2020-10-22T00:49:15.180Z] ^~ [2020-10-22T00:49:15.180Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ldblib.o ldblib.c [2020-10-22T00:49:15.180Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o liolib.o liolib.c [2020-10-22T00:49:15.180Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lmathlib.o lmathlib.c [2020-10-22T00:49:15.330Z] Removing intermediate container 4463a45fd045 [2020-10-22T00:49:15.330Z] ---> adae5d72ba55 [2020-10-22T00:49:15.330Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-10-22T00:49:15.447Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o loslib.o loslib.c [2020-10-22T00:49:15.447Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o ltablib.o ltablib.c [2020-10-22T00:49:15.447Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lstrlib.o lstrlib.c [2020-10-22T00:49:15.447Z] ltablib.c: In function ‘addfield’: [2020-10-22T00:49:15.447Z] ltablib.c:137:3: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] [2020-10-22T00:49:15.447Z] if (!lua_isstring(L, -1)) [2020-10-22T00:49:15.447Z] ^~ [2020-10-22T00:49:15.447Z] ltablib.c:140:5: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ [2020-10-22T00:49:15.447Z] luaL_addvalue(b); [2020-10-22T00:49:15.447Z] ^~~~~~~~~~~~~ [2020-10-22T00:49:15.447Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o loadlib.o loadlib.c [2020-10-22T00:49:15.447Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o linit.o linit.c [2020-10-22T00:49:15.447Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o lua.o lua.c [2020-10-22T00:49:15.447Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o luac.o luac.c [2020-10-22T00:49:15.447Z] gcc -O2 -Wall -DLUA_USE_LINUX -c -o print.o print.c [2020-10-22T00:49:15.639Z] Removing intermediate container 74e60044dc9f [2020-10-22T00:49:15.639Z] ---> 04b1b7984d7f [2020-10-22T00:49:15.639Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-10-22T00:49:15.709Z] ar rcu liblua.a lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o ltable.o ltm.o lundump.o lvm.o lzio.o lauxlib.o lbaselib.o ldblib.o liolib.o lmathlib.o loslib.o ltablib.o lstrlib.o loadlib.o linit.o # DLL needs all object files [2020-10-22T00:49:15.709Z] ar: `u' modifier ignored since `D' is the default (see `U') [2020-10-22T00:49:15.709Z] ranlib liblua.a [2020-10-22T00:49:15.709Z] gcc -o lua lua.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses [2020-10-22T00:49:15.709Z] gcc -o luac luac.o print.o liblua.a -lm -Wl,-E -ldl -lreadline -lhistory -lncurses [2020-10-22T00:49:15.709Z] make[2]: Leaving directory '/build/parts/lua/build/src' [2020-10-22T00:49:15.709Z] make[1]: Leaving directory '/build/parts/lua/build/src' [2020-10-22T00:49:15.709Z] make linux install DESTDIR=/build/parts/lua/install [2020-10-22T00:49:15.709Z] cd src && make linux [2020-10-22T00:49:15.709Z] make[1]: Entering directory '/build/parts/lua/build/src' [2020-10-22T00:49:15.709Z] make all MYCFLAGS=-DLUA_USE_LINUX MYLIBS="-Wl,-E -ldl -lreadline -lhistory -lncurses" [2020-10-22T00:49:15.709Z] make[2]: Entering directory '/build/parts/lua/build/src' [2020-10-22T00:49:15.709Z] make[2]: Nothing to be done for 'all'. [2020-10-22T00:49:15.709Z] make[2]: Leaving directory '/build/parts/lua/build/src' [2020-10-22T00:49:15.709Z] make[1]: Leaving directory '/build/parts/lua/build/src' [2020-10-22T00:49:15.709Z] cd src && mkdir -p /build/stage/bin /build/stage/include /build/stage/lib /build/stage/man/man1 /build/stage/share/lua/5.1 /build/stage/lib/lua/5.1 [2020-10-22T00:49:15.709Z] cd src && install -p -m 0755 lua luac /build/stage/bin [2020-10-22T00:49:15.709Z] cd src && install -p -m 0644 lua.h luaconf.h lualib.h lauxlib.h ../etc/lua.hpp /build/stage/include [2020-10-22T00:49:15.709Z] cd src && install -p -m 0644 liblua.a /build/stage/lib [2020-10-22T00:49:15.709Z] cd doc && install -p -m 0644 lua.1 luac.1 /build/stage/man/man1 [2020-10-22T00:49:17.131Z] ---> 2005a3e0ec71 [2020-10-22T00:49:17.131Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-10-22T00:49:17.412Z] ---> 333a8ed49643 [2020-10-22T00:49:17.412Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-10-22T00:49:18.421Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:18.705Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:19.320Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-10-22T00:49:19.320Z] (2/33) Installing expat (2.2.9-r1) [2020-10-22T00:49:19.320Z] (3/33) Installing libffi (3.3-r2) [2020-10-22T00:49:19.320Z] (4/33) Installing gdbm (1.13-r1) [2020-10-22T00:49:19.320Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-10-22T00:49:19.320Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-10-22T00:49:19.607Z] (7/33) Installing python3 (3.8.5-r0) [2020-10-22T00:49:19.895Z] ---> d3020f2ef5df [2020-10-22T00:49:19.895Z] ---> b2b9d82107f4 [2020-10-22T00:49:19.895Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-10-22T00:49:19.895Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-10-22T00:49:19.924Z] Staging lua  [2020-10-22T00:49:20.186Z] Removing intermediate container ddbfefa965d4 [2020-10-22T00:49:20.186Z] ---> 94f7a1a3c354 [2020-10-22T00:49:20.186Z] Step 23/26 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T00:49:20.504Z] Pulling luarocks  [2020-10-22T00:49:20.801Z] ---> Running in ff83a2524810 [2020-10-22T00:49:21.076Z] Cloning into '/build/parts/luarocks/src'... [2020-10-22T00:49:21.338Z] remote: Enumerating objects: 312, done. [2020-10-22T00:49:21.338Z] remote: Counting objects: 0% (1/312) remote: Counting objects: 1% (4/312) remote: Counting objects: 2% (7/312) remote: Counting objects: 3% (10/312) remote: Counting objects: 4% (13/312) remote: Counting objects: 5% (16/312) remote: Counting objects: 6% (19/312) remote: Counting objects: 7% (22/312) remote: Counting objects: 8% (25/312) remote: Counting objects: 9% (29/312) remote: Counting objects: 10% (32/312) remote: Counting objects: 11% (35/312) remote: Counting objects: 12% (38/312) remote: Counting objects: 13% (41/312) remote: Counting objects: 14% (44/312) remote: Counting objects: 15% (47/312) remote: Counting objects: 16% (50/312) remote: Counting objects: 17% (54/312) remote: Counting objects: 18% (57/312) remote: Counting objects: 19% (60/312) remote: Counting objects: 20% (63/312) remote: Counting objects: 21% (66/312) remote: Counting objects: 22% (69/312) remote: Counting objects: 23% (72/312) remote: Counting objects: 24% (75/312) remote: Counting objects: 25% (78/312) remote: Counting objects: 26% (82/312) remote: Counting objects: 27% (85/312) remote: Counting objects: 28% (88/312) remote: Counting objects: 29% (91/312) remote: Counting objects: 30% (94/312) remote: Counting objects: 31% (97/312) remote: Counting objects: 32% (100/312) remote: Counting objects: 33% (103/312) remote: Counting objects: 34% (107/312) remote: Counting objects: 35% (110/312) remote: Counting objects: 36% (113/312) remote: Counting objects: 37% (116/312) remote: Counting objects: 38% (119/312) remote: Counting objects: 39% (122/312) remote: Counting objects: 40% (125/312) remote: Counting objects: 41% (128/312) remote: Counting objects: 42% (132/312) remote: Counting objects: 43% (135/312) remote: Counting objects: 44% (138/312) remote: Counting objects: 45% (141/312) remote: Counting objects: 46% (144/312) remote: Counting objects: 47% (147/312) remote: Counting objects: 48% (150/312) remote: Counting objects: 49% (153/312) remote: Counting objects: 50% (156/312) remote: Counting objects: 51% (160/312) remote: Counting objects: 52% (163/312) remote: Counting objects: 53% (166/312) remote: Counting objects: 54% (169/312) remote: Counting objects: 55% (172/312) remote: Counting objects: 56% (175/312) remote: Counting objects: 57% (178/312) remote: Counting objects: 58% (181/312) remote: Counting objects: 59% (185/312) remote: Counting objects: 60% (188/312) remote: Counting objects: 61% (191/312) remote: Counting objects: 62% (194/312) remote: Counting objects: 63% (197/312) remote: Counting objects: 64% (200/312) remote: Counting objects: 65% (203/312) remote: Counting objects: 66% (206/312) remote: Counting objects: 67% (210/312) remote: Counting objects: 68% (213/312) remote: Counting objects: 69% (216/312) remote: Counting objects: 70% (219/312) remote: Counting objects: 71% (222/312) remote: Counting objects: 72% (225/312) remote: Counting objects: 73% (228/312) remote: Counting objects: 74% (231/312) remote: Counting objects: 75% (234/312) remote: Counting objects: 76% (238/312) remote: Counting objects: 77% (241/312) remote: Counting objects: 78% (244/312) remote: Counting objects: 79% (247/312) remote: Counting objects: 80% (250/312) remote: Counting objects: 81% (253/312) remote: Counting objects: 82% (256/312) remote: Counting objects: 83% (259/312) remote: Counting objects: 84% (263/312) remote: Counting objects: 85% (266/312) remote: Counting objects: 86% (269/312) remote: Counting objects: 87% (272/312) remote: Counting objects: 88% (275/312) remote: Counting objects: 89% (278/312) remote: Counting objects: 90% (281/312) remote: Counting objects: 91% (284/312) remote: Counting objects: 92% (288/312) remote: Counting objects: 93% (291/312) remote: Counting objects: 94% (294/312) remote: Counting objects: 95% (297/312) remote: Counting objects: 96% (300/312) remote: Counting objects: 97% (303/312) remote: Counting objects: 98% (306/312) remote: Counting objects: 99% (309/312) remote: Counting objects: 100% (312/312) remote: Counting objects: 100% (312/312), done. [2020-10-22T00:49:21.599Z] remote: Compressing objects: 0% (1/271) remote: Compressing objects: 1% (3/271) remote: Compressing objects: 2% (6/271) remote: Compressing objects: 3% (9/271) remote: Compressing objects: 4% (11/271) remote: Compressing objects: 5% (14/271) remote: Compressing objects: 6% (17/271) remote: Compressing objects: 7% (19/271) remote: Compressing objects: 8% (22/271) remote: Compressing objects: 9% (25/271) remote: Compressing objects: 10% (28/271) remote: Compressing objects: 11% (30/271) remote: Compressing objects: 12% (33/271) remote: Compressing objects: 13% (36/271) remote: Compressing objects: 14% (38/271) remote: Compressing objects: 15% (41/271) remote: Compressing objects: 16% (44/271) remote: Compressing objects: 17% (47/271) remote: Compressing objects: 18% (49/271) remote: Compressing objects: 19% (52/271) remote: Compressing objects: 20% (55/271) remote: Compressing objects: 21% (57/271) remote: Compressing objects: 22% (60/271) remote: Compressing objects: 23% (63/271) remote: Compressing objects: 24% (66/271) remote: Compressing objects: 25% (68/271) remote: Compressing objects: 26% (71/271) remote: Compressing objects: 27% (74/271) remote: Compressing objects: 28% (76/271) remote: Compressing objects: 29% (79/271) remote: Compressing objects: 30% (82/271) remote: Compressing objects: 31% (85/271) remote: Compressing objects: 32% (87/271) remote: Compressing objects: 33% (90/271) remote: Compressing objects: 34% (93/271) remote: Compressing objects: 35% (95/271) remote: Compressing objects: 36% (98/271) remote: Compressing objects: 37% (101/271) remote: Compressing objects: 38% (103/271) remote: Compressing objects: 39% (106/271) remote: Compressing objects: 40% (109/271) remote: Compressing objects: 41% (112/271) remote: Compressing objects: 42% (114/271) remote: Compressing objects: 43% (117/271) remote: Compressing objects: 44% (120/271) remote: Compressing objects: 45% (122/271) remote: Compressing objects: 46% (125/271) remote: Compressing objects: 47% (128/271) remote: Compressing objects: 48% (131/271) remote: Compressing objects: 49% (133/271) remote: Compressing objects: 50% (136/271) remote: Compressing objects: 51% (139/271) remote: Compressing objects: 52% (141/271) remote: Compressing objects: 53% (144/271) remote: Compressing objects: 54% (147/271) remote: Compressing objects: 55% (150/271) remote: Compressing objects: 56% (152/271) remote: Compressing objects: 57% (155/271) remote: Compressing objects: 58% (158/271) remote: Compressing objects: 59% (160/271) remote: Compressing objects: 60% (163/271) remote: Compressing objects: 61% (166/271) remote: Compressing objects: 62% (169/271) remote: Compressing objects: 63% (171/271) remote: Compressing objects: 64% (174/271) remote: Compressing objects: 65% (177/271) remote: Compressing objects: 66% (179/271) remote: Compressing objects: 67% (182/271) remote: Compressing objects: 68% (185/271) remote: Compressing objects: 69% (187/271) remote: Compressing objects: 70% (190/271) remote: Compressing objects: 71% (193/271) remote: Compressing objects: 72% (196/271) remote: Compressing objects: 73% (198/271) remote: Compressing objects: 74% (201/271) remote: Compressing objects: 75% (204/271) remote: Compressing objects: 76% (206/271) remote: Compressing objects: 77% (209/271) remote: Compressing objects: 78% (212/271) remote: Compressing objects: 79% (215/271) remote: Compressing objects: 80% (217/271) remote: Compressing objects: 81% (220/271) remote: Compressing objects: 82% (223/271) remote: Compressing objects: 83% (225/271) remote: Compressing objects: 84% (228/271) remote: Compressing objects: 85% (231/271) remote: Compressing objects: 86% (234/271) remote: Compressing objects: 87% (236/271) remote: Compressing objects: 88% (239/271) remote: Compressing objects: 89% (242/271) remote: Compressing objects: 90% (244/271) remote: Compressing objects: 91% (247/271) remote: Compressing objects: 92% (250/271) remote: Compressing objects: 93% (253/271) remote: Compressing objects: 94% (255/271) remote: Compressing objects: 95% (258/271) remote: Compressing objects: 96% (261/271) remote: Compressing objects: 97% (263/271) remote: Compressing objects: 98% (266/271) remote: Compressing objects: 99% (269/271) remote: Compressing objects: 100% (271/271) remote: Compressing objects: 100% (271/271), done. [2020-10-22T00:49:21.830Z] ---> 9a5769a2b44d [2020-10-22T00:49:21.830Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-10-22T00:49:22.116Z] Removing intermediate container ff83a2524810 [2020-10-22T00:49:22.116Z] ---> c2f6de6df0e7 [2020-10-22T00:49:22.116Z] Step 24/26 : LABEL arch=arm64 [2020-10-22T00:49:22.122Z] Receiving objects: 0% (1/312) Receiving objects: 1% (4/312) Receiving objects: 2% (7/312) Receiving objects: 3% (10/312) Receiving objects: 4% (13/312) Receiving objects: 5% (16/312) Receiving objects: 6% (19/312) Receiving objects: 7% (22/312) Receiving objects: 8% (25/312) Receiving objects: 9% (29/312) Receiving objects: 10% (32/312) Receiving objects: 11% (35/312) Receiving objects: 12% (38/312) Receiving objects: 13% (41/312) Receiving objects: 14% (44/312) Receiving objects: 15% (47/312) Receiving objects: 16% (50/312) Receiving objects: 17% (54/312) Receiving objects: 18% (57/312) Receiving objects: 19% (60/312) Receiving objects: 20% (63/312) Receiving objects: 21% (66/312) Receiving objects: 22% (69/312) Receiving objects: 23% (72/312) Receiving objects: 24% (75/312) Receiving objects: 25% (78/312) Receiving objects: 26% (82/312) Receiving objects: 27% (85/312) Receiving objects: 28% (88/312) Receiving objects: 29% (91/312) Receiving objects: 30% (94/312) Receiving objects: 31% (97/312) Receiving objects: 32% (100/312) Receiving objects: 33% (103/312) Receiving objects: 34% (107/312) Receiving objects: 35% (110/312) Receiving objects: 36% (113/312) Receiving objects: 37% (116/312) Receiving objects: 38% (119/312) Receiving objects: 39% (122/312) Receiving objects: 40% (125/312) Receiving objects: 41% (128/312) Receiving objects: 42% (132/312) Receiving objects: 43% (135/312) Receiving objects: 44% (138/312) Receiving objects: 45% (141/312) Receiving objects: 46% (144/312) Receiving objects: 47% (147/312) Receiving objects: 48% (150/312) Receiving objects: 49% (153/312) Receiving objects: 50% (156/312) Receiving objects: 51% (160/312) Receiving objects: 52% (163/312) Receiving objects: 53% (166/312) Receiving objects: 54% (169/312) Receiving objects: 55% (172/312) Receiving objects: 56% (175/312) Receiving objects: 57% (178/312) Receiving objects: 58% (181/312) Receiving objects: 59% (185/312) Receiving objects: 60% (188/312) Receiving objects: 61% (191/312) Receiving objects: 62% (194/312) Receiving objects: 63% (197/312) Receiving objects: 64% (200/312) Receiving objects: 65% (203/312) Receiving objects: 66% (206/312) Receiving objects: 67% (210/312) Receiving objects: 68% (213/312) Receiving objects: 69% (216/312) Receiving objects: 70% (219/312) Receiving objects: 71% (222/312) Receiving objects: 72% (225/312) Receiving objects: 73% (228/312) Receiving objects: 74% (231/312) Receiving objects: 75% (234/312) Receiving objects: 76% (238/312) Receiving objects: 77% (241/312) Receiving objects: 78% (244/312) Receiving objects: 79% (247/312) Receiving objects: 80% (250/312) Receiving objects: 81% (253/312) Receiving objects: 82% (256/312) Receiving objects: 83% (259/312) Receiving objects: 84% (263/312) Receiving objects: 85% (266/312) Receiving objects: 86% (269/312) Receiving objects: 87% (272/312) Receiving objects: 88% (275/312) Receiving objects: 89% (278/312) Receiving objects: 90% (281/312) Receiving objects: 91% (284/312) Receiving objects: 92% (288/312) Receiving objects: 93% (291/312) Receiving objects: 94% (294/312) Receiving objects: 95% (297/312) Receiving objects: 96% (300/312) Receiving objects: 97% (303/312) Receiving objects: 98% (306/312), 3.05 MiB | 6.09 MiB/s Receiving objects: 99% (309/312), 3.05 MiB | 6.09 MiB/s remote: Total 312 (delta 46), reused 151 (delta 24), pack-reused 0 [2020-10-22T00:49:22.122Z] Receiving objects: 100% (312/312), 3.05 MiB | 6.09 MiB/s Receiving objects: 100% (312/312), 5.09 MiB | 7.90 MiB/s, done. [2020-10-22T00:49:22.122Z] Resolving deltas: 0% (0/46) Resolving deltas: 2% (1/46) Resolving deltas: 8% (4/46) Resolving deltas: 13% (6/46) Resolving deltas: 19% (9/46) Resolving deltas: 21% (10/46) Resolving deltas: 23% (11/46) Resolving deltas: 26% (12/46) Resolving deltas: 32% (15/46) Resolving deltas: 34% (16/46) Resolving deltas: 36% (17/46) Resolving deltas: 39% (18/46) Resolving deltas: 41% (19/46) Resolving deltas: 45% (21/46) Resolving deltas: 47% (22/46) Resolving deltas: 50% (23/46) Resolving deltas: 60% (28/46) Resolving deltas: 63% (29/46) Resolving deltas: 65% (30/46) Resolving deltas: 71% (33/46) Resolving deltas: 73% (34/46) Resolving deltas: 76% (35/46) Resolving deltas: 78% (36/46) Resolving deltas: 80% (37/46) Resolving deltas: 82% (38/46) Resolving deltas: 84% (39/46) Resolving deltas: 93% (43/46) Resolving deltas: 100% (46/46) Resolving deltas: 100% (46/46), done. [2020-10-22T00:49:22.385Z] Note: checking out '62e705b9f7374dd12dadc993c6b2b2cacd855ac8'. [2020-10-22T00:49:22.385Z] [2020-10-22T00:49:22.385Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-22T00:49:22.385Z] changes and commit them, and you can discard any commits you make in this [2020-10-22T00:49:22.385Z] state without impacting any branches by performing another checkout. [2020-10-22T00:49:22.385Z] [2020-10-22T00:49:22.385Z] If you want to create a new branch to retain commits you create, you may [2020-10-22T00:49:22.385Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-22T00:49:22.385Z] [2020-10-22T00:49:22.385Z] git checkout -b [2020-10-22T00:49:22.385Z] [2020-10-22T00:49:22.430Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-10-22T00:49:22.430Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-10-22T00:49:22.430Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-10-22T00:49:22.430Z] (11/33) Installing py3-six (1.15.0-r0) [2020-10-22T00:49:22.430Z] (12/33) Installing py3-packaging (20.4-r0) [2020-10-22T00:49:22.430Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-10-22T00:49:22.645Z] 'kong' has dependencies that need to be staged: luarocks [2020-10-22T00:49:22.645Z] Skipping pull luarocks (already ran) [2020-10-22T00:49:22.645Z] Building luarocks  [2020-10-22T00:49:22.718Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-10-22T00:49:22.718Z] ---> Running in aeb9bba60dd8 [2020-10-22T00:49:22.718Z] ---> Running in db634531ec5c [2020-10-22T00:49:22.718Z] (15/33) Installing py3-idna (2.9-r0) [2020-10-22T00:49:22.718Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-10-22T00:49:22.718Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-10-22T00:49:22.907Z] [2020-10-22T00:49:22.907Z] Configuring LuaRocks version 3.2.1... [2020-10-22T00:49:22.907Z] [2020-10-22T00:49:22.907Z] Lua interpreter found: /build/stage/bin/lua [2020-10-22T00:49:22.907Z] Checking if /build/stage/bin/lua is Lua version 5.1... yes [2020-10-22T00:49:22.907Z] lua.h found: /build/stage/luajit/include/luajit-2.1/lua.h [2020-10-22T00:49:22.907Z] unzip found in PATH: /usr/bin [2020-10-22T00:49:22.907Z] [2020-10-22T00:49:22.907Z] Done configuring. [2020-10-22T00:49:22.907Z] [2020-10-22T00:49:22.907Z] LuaRocks will be installed at......: /build/stage [2020-10-22T00:49:22.907Z] LuaRocks will install rocks at.....: /build/stage [2020-10-22T00:49:22.907Z] LuaRocks configuration directory...: /build/stage/etc/luarocks [2020-10-22T00:49:22.907Z] Using Lua from.....................: /build/stage [2020-10-22T00:49:22.907Z] Lua include directory..............: /build/stage/luajit/include/luajit-2.1 [2020-10-22T00:49:22.907Z] [2020-10-22T00:49:22.907Z] * Type make and make install: [2020-10-22T00:49:22.907Z] to install to /build/stage as usual. [2020-10-22T00:49:22.907Z] * Type make bootstrap: [2020-10-22T00:49:22.907Z] to install LuaRocks into /build/stage as a rock. [2020-10-22T00:49:22.907Z] [2020-10-22T00:49:22.907Z] mkdir -p "build" [2020-10-22T00:49:22.907Z] mkdir -p .luarocks [2020-10-22T00:49:22.907Z] cp ./build/config-5.1.lua .luarocks/config-5.1.lua [2020-10-22T00:49:22.907Z] rm -f src/luarocks/core/hardcoded.lua [2020-10-22T00:49:22.907Z] echo "#!/bin/sh" > luarocks [2020-10-22T00:49:22.907Z] echo "unset LUA_PATH LUA_PATH_5_2 LUA_PATH_5_3 LUA_PATH_5_4 LUA_CPATH LUA_CPATH_5_2 LUA_CPATH_5_3 LUA_CPATH_5_4" >> luarocks [2020-10-22T00:49:22.907Z] echo 'LUAROCKS_SYSCONFDIR="/build/stage/etc/luarocks" LUA_PATH="/build/parts/luarocks/build/src/?.lua;;" exec "/build/stage/bin/lua" "/build/parts/luarocks/build/src/bin/luarocks" --project-tree="/build/parts/luarocks/build/lua_modules" "$@"' >> luarocks [2020-10-22T00:49:22.907Z] chmod +rx ./luarocks [2020-10-22T00:49:22.908Z] ./luarocks init [2020-10-22T00:49:22.908Z] [2020-10-22T00:49:22.908Z] Initializing project 'build' for Lua 5.1 ... [2020-10-22T00:49:22.908Z] -------------------------------------------- [2020-10-22T00:49:22.908Z] [2020-10-22T00:49:22.908Z] Checking your Lua installation ... [2020-10-22T00:49:22.908Z] Adding entries to .gitignore ... [2020-10-22T00:49:22.908Z] Preparing ./.luarocks/ ... [2020-10-22T00:49:22.908Z] Wrote .luarocks/config-5.1.lua [2020-10-22T00:49:22.908Z] Preparing ./lua_modules/ ... [2020-10-22T00:49:22.908Z] ./luarocks already exists. Not overwriting it! [2020-10-22T00:49:22.908Z] Preparing ./lua for version 5.1... [2020-10-22T00:49:22.908Z] rm -f src/luarocks/core/hardcoded.lua [2020-10-22T00:49:22.908Z] echo "#!/bin/sh" > luarocks-admin [2020-10-22T00:49:22.908Z] echo "unset LUA_PATH LUA_PATH_5_2 LUA_PATH_5_3 LUA_PATH_5_4 LUA_CPATH LUA_CPATH_5_2 LUA_CPATH_5_3 LUA_CPATH_5_4" >> luarocks-admin [2020-10-22T00:49:22.908Z] echo 'LUAROCKS_SYSCONFDIR="/build/stage/etc/luarocks" LUA_PATH="/build/parts/luarocks/build/src/?.lua;;" exec "/build/stage/bin/lua" "/build/parts/luarocks/build/src/bin/luarocks-admin" --project-tree="/build/parts/luarocks/build/lua_modules" "$@"' >> luarocks-admin [2020-10-22T00:49:22.908Z] chmod +rx ./luarocks-admin [2020-10-22T00:49:22.908Z] mkdir -p "build" [2020-10-22T00:49:22.908Z] (printf '#!/build/stage/bin/lua\n'\ [2020-10-22T00:49:22.908Z] 'package.loaded["luarocks.core.hardcoded"] = { '\ [2020-10-22T00:49:22.908Z] "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ [2020-10-22T00:49:22.908Z] 'SYSCONFDIR = [[/build/stage/etc/luarocks]] }\n'\ [2020-10-22T00:49:22.908Z] 'package.path=[[/build/stage/share/lua/5.1/?.lua;]] .. package.path\n'\ [2020-10-22T00:49:22.908Z] 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/build/stage/share/lua/5.1/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ [2020-10-22T00:49:22.908Z] tail -n +2 src/bin/luarocks \ [2020-10-22T00:49:22.908Z] )> "build/luarocks" [2020-10-22T00:49:22.908Z] mkdir -p "build" [2020-10-22T00:49:22.908Z] (printf '#!/build/stage/bin/lua\n'\ [2020-10-22T00:49:22.908Z] 'package.loaded["luarocks.core.hardcoded"] = { '\ [2020-10-22T00:49:22.908Z] "$([ -n "" ] && printf 'FORCE_CONFIG = true, ')"\ [2020-10-22T00:49:22.908Z] 'SYSCONFDIR = [[/build/stage/etc/luarocks]] }\n'\ [2020-10-22T00:49:22.908Z] 'package.path=[[/build/stage/share/lua/5.1/?.lua;]] .. package.path\n'\ [2020-10-22T00:49:22.908Z] 'local list = package.searchers or package.loaders; table.insert(list, 1, function(name) if name:match("^luarocks%%.") then return loadfile([[/build/stage/share/lua/5.1/]] .. name:gsub([[%%.]], [[/]]) .. [[.lua]]) end end)\n'; \ [2020-10-22T00:49:22.908Z] tail -n +2 src/bin/luarocks-admin \ [2020-10-22T00:49:22.908Z] )> "build/luarocks-admin" [2020-10-22T00:49:22.908Z] mkdir -p "/build/stage/bin" [2020-10-22T00:49:22.908Z] install "build/luarocks" "/build/stage/bin/luarocks" [2020-10-22T00:49:22.908Z] mkdir -p "/build/stage/bin" [2020-10-22T00:49:22.908Z] install "build/luarocks-admin" "/build/stage/bin/luarocks-admin" [2020-10-22T00:49:22.908Z] mkdir -p "/build/stage/etc/luarocks" [2020-10-22T00:49:22.908Z] install -m 644 "build/config-5.1.lua" "/build/stage/etc/luarocks/config-5.1.lua" [2020-10-22T00:49:22.908Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin" [2020-10-22T00:49:22.908Z] install -m 644 "src/luarocks/admin/cache.lua" "/build/stage/share/lua/5.1/luarocks/admin/cache.lua" [2020-10-22T00:49:22.908Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" [2020-10-22T00:49:22.908Z] install -m 644 "src/luarocks/admin/cmd/add.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/add.lua" [2020-10-22T00:49:22.908Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" [2020-10-22T00:49:22.908Z] install -m 644 "src/luarocks/admin/cmd/make_manifest.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/make_manifest.lua" [2020-10-22T00:49:22.908Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" [2020-10-22T00:49:22.908Z] install -m 644 "src/luarocks/admin/cmd/refresh_cache.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/refresh_cache.lua" [2020-10-22T00:49:22.908Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin/cmd" [2020-10-22T00:49:22.908Z] install -m 644 "src/luarocks/admin/cmd/remove.lua" "/build/stage/share/lua/5.1/luarocks/admin/cmd/remove.lua" [2020-10-22T00:49:22.908Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/admin" [2020-10-22T00:49:22.908Z] install -m 644 "src/luarocks/admin/index.lua" "/build/stage/share/lua/5.1/luarocks/admin/index.lua" [2020-10-22T00:49:22.908Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:22.999Z] ---> 6909a307597d [2020-10-22T00:49:22.999Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-10-22T00:49:22.999Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-10-22T00:49:22.999Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-10-22T00:49:22.999Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-10-22T00:49:22.999Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-10-22T00:49:22.999Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/argparse.lua" "/build/stage/share/lua/5.1/luarocks/argparse.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/build.lua" "/build/stage/share/lua/5.1/luarocks/build.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/build" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/build/builtin.lua" "/build/stage/share/lua/5.1/luarocks/build/builtin.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/build" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/build/cmake.lua" "/build/stage/share/lua/5.1/luarocks/build/cmake.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/build" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/build/command.lua" "/build/stage/share/lua/5.1/luarocks/build/command.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/build" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/build/make.lua" "/build/stage/share/lua/5.1/luarocks/build/make.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/cmd.lua" "/build/stage/share/lua/5.1/luarocks/cmd.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/cmd/build.lua" "/build/stage/share/lua/5.1/luarocks/cmd/build.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/cmd/config.lua" "/build/stage/share/lua/5.1/luarocks/cmd/config.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/cmd/doc.lua" "/build/stage/share/lua/5.1/luarocks/cmd/doc.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/cmd/download.lua" "/build/stage/share/lua/5.1/luarocks/cmd/download.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/cmd/init.lua" "/build/stage/share/lua/5.1/luarocks/cmd/init.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/cmd/install.lua" "/build/stage/share/lua/5.1/luarocks/cmd/install.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/cmd/lint.lua" "/build/stage/share/lua/5.1/luarocks/cmd/lint.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/cmd/list.lua" "/build/stage/share/lua/5.1/luarocks/cmd/list.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/cmd/make.lua" "/build/stage/share/lua/5.1/luarocks/cmd/make.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/cmd/new_version.lua" "/build/stage/share/lua/5.1/luarocks/cmd/new_version.lua" [2020-10-22T00:49:23.170Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.170Z] install -m 644 "src/luarocks/cmd/pack.lua" "/build/stage/share/lua/5.1/luarocks/cmd/pack.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/cmd/path.lua" "/build/stage/share/lua/5.1/luarocks/cmd/path.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/cmd/purge.lua" "/build/stage/share/lua/5.1/luarocks/cmd/purge.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/cmd/remove.lua" "/build/stage/share/lua/5.1/luarocks/cmd/remove.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/cmd/search.lua" "/build/stage/share/lua/5.1/luarocks/cmd/search.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/cmd/show.lua" "/build/stage/share/lua/5.1/luarocks/cmd/show.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/cmd/test.lua" "/build/stage/share/lua/5.1/luarocks/cmd/test.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/cmd/unpack.lua" "/build/stage/share/lua/5.1/luarocks/cmd/unpack.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/cmd/upload.lua" "/build/stage/share/lua/5.1/luarocks/cmd/upload.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/cmd/which.lua" "/build/stage/share/lua/5.1/luarocks/cmd/which.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/cmd" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/cmd/write_rockspec.lua" "/build/stage/share/lua/5.1/luarocks/cmd/write_rockspec.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/core/cfg.lua" "/build/stage/share/lua/5.1/luarocks/core/cfg.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/core/dir.lua" "/build/stage/share/lua/5.1/luarocks/core/dir.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/core/manif.lua" "/build/stage/share/lua/5.1/luarocks/core/manif.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/core/path.lua" "/build/stage/share/lua/5.1/luarocks/core/path.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/core/persist.lua" "/build/stage/share/lua/5.1/luarocks/core/persist.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/core/sysdetect.lua" "/build/stage/share/lua/5.1/luarocks/core/sysdetect.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/core/util.lua" "/build/stage/share/lua/5.1/luarocks/core/util.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/core" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/core/vers.lua" "/build/stage/share/lua/5.1/luarocks/core/vers.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/deps.lua" "/build/stage/share/lua/5.1/luarocks/deps.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/dir.lua" "/build/stage/share/lua/5.1/luarocks/dir.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/download.lua" "/build/stage/share/lua/5.1/luarocks/download.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/fetch.lua" "/build/stage/share/lua/5.1/luarocks/fetch.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/fetch/cvs.lua" "/build/stage/share/lua/5.1/luarocks/fetch/cvs.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:49:23.171Z] install -m 644 "src/luarocks/fetch/git.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git.lua" [2020-10-22T00:49:23.171Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:49:23.285Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-10-22T00:49:23.285Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-10-22T00:49:23.285Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-10-22T00:49:23.285Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-10-22T00:49:23.285Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-10-22T00:49:23.285Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-10-22T00:49:23.285Z] (29/33) Installing py3-progress (1.5-r0) [2020-10-22T00:49:23.285Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fetch/git_file.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_file.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fetch/git_http.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_http.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fetch/git_https.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_https.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fetch/git_ssh.lua" "/build/stage/share/lua/5.1/luarocks/fetch/git_ssh.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fetch/hg.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fetch/hg_http.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg_http.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fetch/hg_https.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg_https.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fetch/hg_ssh.lua" "/build/stage/share/lua/5.1/luarocks/fetch/hg_ssh.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fetch/sscm.lua" "/build/stage/share/lua/5.1/luarocks/fetch/sscm.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fetch" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fetch/svn.lua" "/build/stage/share/lua/5.1/luarocks/fetch/svn.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fs.lua" "/build/stage/share/lua/5.1/luarocks/fs.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fs/freebsd.lua" "/build/stage/share/lua/5.1/luarocks/fs/freebsd.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fs/linux.lua" "/build/stage/share/lua/5.1/luarocks/fs/linux.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fs/lua.lua" "/build/stage/share/lua/5.1/luarocks/fs/lua.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fs/macosx.lua" "/build/stage/share/lua/5.1/luarocks/fs/macosx.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fs/tools.lua" "/build/stage/share/lua/5.1/luarocks/fs/tools.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fs/unix.lua" "/build/stage/share/lua/5.1/luarocks/fs/unix.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs/unix" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fs/unix/tools.lua" "/build/stage/share/lua/5.1/luarocks/fs/unix/tools.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fs/win32.lua" "/build/stage/share/lua/5.1/luarocks/fs/win32.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/fs/win32" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fs/win32/tools.lua" "/build/stage/share/lua/5.1/luarocks/fs/win32/tools.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/fun.lua" "/build/stage/share/lua/5.1/luarocks/fun.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/loader.lua" "/build/stage/share/lua/5.1/luarocks/loader.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/manif.lua" "/build/stage/share/lua/5.1/luarocks/manif.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/manif" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/manif/writer.lua" "/build/stage/share/lua/5.1/luarocks/manif/writer.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/pack.lua" "/build/stage/share/lua/5.1/luarocks/pack.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/path.lua" "/build/stage/share/lua/5.1/luarocks/path.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/persist.lua" "/build/stage/share/lua/5.1/luarocks/persist.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/queries.lua" "/build/stage/share/lua/5.1/luarocks/queries.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/remove.lua" "/build/stage/share/lua/5.1/luarocks/remove.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/repos.lua" "/build/stage/share/lua/5.1/luarocks/repos.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/require.lua" "/build/stage/share/lua/5.1/luarocks/require.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/results.lua" "/build/stage/share/lua/5.1/luarocks/results.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/rockspecs.lua" "/build/stage/share/lua/5.1/luarocks/rockspecs.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/search.lua" "/build/stage/share/lua/5.1/luarocks/search.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.433Z] install -m 644 "src/luarocks/signing.lua" "/build/stage/share/lua/5.1/luarocks/signing.lua" [2020-10-22T00:49:23.433Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.566Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-10-22T00:49:23.566Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-10-22T00:49:23.566Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-10-22T00:49:23.694Z] install -m 644 "src/luarocks/test.lua" "/build/stage/share/lua/5.1/luarocks/test.lua" [2020-10-22T00:49:23.694Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/test" [2020-10-22T00:49:23.694Z] install -m 644 "src/luarocks/test/busted.lua" "/build/stage/share/lua/5.1/luarocks/test/busted.lua" [2020-10-22T00:49:23.694Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/test" [2020-10-22T00:49:23.694Z] install -m 644 "src/luarocks/test/command.lua" "/build/stage/share/lua/5.1/luarocks/test/command.lua" [2020-10-22T00:49:23.694Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/tools" [2020-10-22T00:49:23.694Z] install -m 644 "src/luarocks/tools/patch.lua" "/build/stage/share/lua/5.1/luarocks/tools/patch.lua" [2020-10-22T00:49:23.694Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/tools" [2020-10-22T00:49:23.694Z] install -m 644 "src/luarocks/tools/tar.lua" "/build/stage/share/lua/5.1/luarocks/tools/tar.lua" [2020-10-22T00:49:23.694Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/tools" [2020-10-22T00:49:23.694Z] install -m 644 "src/luarocks/tools/zip.lua" "/build/stage/share/lua/5.1/luarocks/tools/zip.lua" [2020-10-22T00:49:23.694Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/type" [2020-10-22T00:49:23.694Z] install -m 644 "src/luarocks/type/manifest.lua" "/build/stage/share/lua/5.1/luarocks/type/manifest.lua" [2020-10-22T00:49:23.694Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/type" [2020-10-22T00:49:23.694Z] install -m 644 "src/luarocks/type/rockspec.lua" "/build/stage/share/lua/5.1/luarocks/type/rockspec.lua" [2020-10-22T00:49:23.694Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.694Z] install -m 644 "src/luarocks/type_check.lua" "/build/stage/share/lua/5.1/luarocks/type_check.lua" [2020-10-22T00:49:23.694Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/upload" [2020-10-22T00:49:23.694Z] install -m 644 "src/luarocks/upload/api.lua" "/build/stage/share/lua/5.1/luarocks/upload/api.lua" [2020-10-22T00:49:23.694Z] mkdir -p "/build/stage/share/lua/5.1/luarocks/upload" [2020-10-22T00:49:23.694Z] install -m 644 "src/luarocks/upload/multipart.lua" "/build/stage/share/lua/5.1/luarocks/upload/multipart.lua" [2020-10-22T00:49:23.694Z] mkdir -p "/build/stage/share/lua/5.1/luarocks" [2020-10-22T00:49:23.694Z] install -m 644 "src/luarocks/util.lua" "/build/stage/share/lua/5.1/luarocks/util.lua" [2020-10-22T00:49:23.853Z] Removing intermediate container aeb9bba60dd8 [2020-10-22T00:49:23.853Z] ---> d46f4b92fee0 [2020-10-22T00:49:23.853Z] Step 25/26 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:49:23.853Z] Removing intermediate container db634531ec5c [2020-10-22T00:49:23.853Z] ---> 1364b2bec760 [2020-10-22T00:49:23.853Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:49:23.853Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:49:23.853Z] OK: 71 MiB in 55 packages [2020-10-22T00:49:24.156Z] ---> Running in 802af165857f [2020-10-22T00:49:24.156Z] ---> Running in 8af2873b0cd6 [2020-10-22T00:49:24.457Z] ---> deee77fbb473 [2020-10-22T00:49:24.457Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-10-22T00:49:25.555Z] Removing intermediate container 8af2873b0cd6 [2020-10-22T00:49:25.555Z] ---> d9ce07a4f10d [2020-10-22T00:49:25.555Z] Step 19/21 : LABEL arch=arm64 [2020-10-22T00:49:25.895Z] ---> Running in 72812d0c1fc0 [2020-10-22T00:49:26.225Z] Removing intermediate container 802af165857f [2020-10-22T00:49:26.225Z] ---> b4417d8dd0b9 [2020-10-22T00:49:26.225Z] Step 26/26 : LABEL version=0.0.0 [2020-10-22T00:49:26.559Z] ---> Running in ba3cfbb21e45 [2020-10-22T00:49:26.996Z] Staging luarocks  [2020-10-22T00:49:27.660Z] Removing intermediate container 72812d0c1fc0 [2020-10-22T00:49:27.660Z] ---> 46c7d25a2ed7 [2020-10-22T00:49:27.660Z] Step 20/21 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:49:27.963Z] ---> Running in 9c683e7dd979 [2020-10-22T00:49:28.245Z] ---> 63fb63f67664 [2020-10-22T00:49:28.245Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-10-22T00:49:28.245Z] Removing intermediate container ba3cfbb21e45 [2020-10-22T00:49:28.245Z] ---> 718401d03d1f [2020-10-22T00:49:28.245Z] [2020-10-22T00:49:29.292Z] Removing intermediate container 9c683e7dd979 [2020-10-22T00:49:29.292Z] ---> 3f33931ccd39 [2020-10-22T00:49:29.292Z] Step 21/21 : LABEL version=0.0.0 [2020-10-22T00:49:29.292Z] Successfully built 718401d03d1f [2020-10-22T00:49:29.582Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-10-22T00:49:29.582Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2020-10-22T00:49:29.582Z] ---> Running in b4e0ec55667e [2020-10-22T00:49:29.807Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-10-22T00:49:29.807Z] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-10-22T00:49:29.807Z] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-10-22T00:49:29.807Z] 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-10-22T00:49:30.217Z] ---> 8a75bbf09a4d [2020-10-22T00:49:30.217Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-10-22T00:49:30.331Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:49:30.495Z] ---> Running in 004ea48c56b4 [2020-10-22T00:49:30.781Z] Removing intermediate container b4e0ec55667e [2020-10-22T00:49:30.781Z] ---> b0f5fcd0573e [2020-10-22T00:49:30.781Z] [2020-10-22T00:49:31.414Z] Removing intermediate container 004ea48c56b4 [2020-10-22T00:49:31.414Z] ---> 6e35bfc93c61 [2020-10-22T00:49:31.414Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:49:31.699Z] ---> Running in 6dfee323a200 [2020-10-22T00:49:32.013Z] Successfully built b0f5fcd0573e [2020-10-22T00:49:32.013Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-10-22T00:49:32.013Z] Building docker-support-logging-go [2020-10-22T00:49:33.477Z]  Building docker-support-scheduler-go ... done Removing intermediate container 6dfee323a200 [2020-10-22T00:49:33.477Z] ---> d41a3d2006e9 [2020-10-22T00:49:33.477Z] Step 22/24 : LABEL arch=arm64 [2020-10-22T00:49:34.100Z] ---> Running in 53d1dc2747f9 [2020-10-22T00:49:34.545Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-122.124_amd64.deb [998 kB] [2020-10-22T00:49:34.805Z] 1% 68% 100% [Working] Fetched 998 kB in 0s (0 B/s) [2020-10-22T00:49:35.067Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.2_amd64.deb [2585 kB] [2020-10-22T00:49:35.572Z] Removing intermediate container 53d1dc2747f9 [2020-10-22T00:49:35.572Z] ---> cdfc44b69903 [2020-10-22T00:49:35.572Z] Step 23/24 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:49:35.640Z] 0% 27% 100% [Working] Fetched 2585 kB in 0s (0 B/s) [2020-10-22T00:49:36.164Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lua5.1_5.1.5-8.1build2_amd64.deb [93.2 kB] [2020-10-22T00:49:36.430Z] 13% 100% [Working] Fetched 93.2 kB in 0s (0 B/s) [2020-10-22T00:49:36.430Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-10-22T00:49:36.701Z] 30% 100% [Working] Fetched 41.8 kB in 0s (0 B/s) [2020-10-22T00:49:36.973Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb [2763 kB] [2020-10-22T00:49:36.973Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:49:37.511Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.3_amd64.deb [3527 kB] [2020-10-22T00:49:37.511Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:49:37.512Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-10-22T00:49:37.512Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:49:37.778Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lua-any_24_all.deb [4718 B] [2020-10-22T00:49:37.778Z] 100% [Working] Fetched 4718 B in 0s (0 B/s) [2020-10-22T00:49:38.302Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 liblua5.1-0_5.1.5-8.1build2_amd64.deb [100 kB] [2020-10-22T00:49:38.319Z] ---> Running in 2fd096d8e317 [2020-10-22T00:49:38.565Z] 12% 100% [Working] Fetched 100 kB in 0s (0 B/s) [2020-10-22T00:49:38.565Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb [81.3 kB] [2020-10-22T00:49:38.826Z] 15% 100% [Working] Fetched 81.3 kB in 0s (0 B/s) [2020-10-22T00:49:39.088Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libreadline7_7.0-3_amd64.deb [124 kB] [2020-10-22T00:49:40.465Z] 10% 100% [Working] Fetched 124 kB in 0s (0 B/s) [2020-10-22T00:49:40.465Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 unzip_6.0-21ubuntu1_amd64.deb [167 kB] [2020-10-22T00:49:40.465Z] 7% 100% [Working] Fetched 167 kB in 0s (0 B/s) [2020-10-22T00:49:40.465Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zip_3.0-11build1_amd64.deb [167 kB] [2020-10-22T00:49:40.465Z] 7% 100% [Working] Fetched 167 kB in 0s (0 B/s) [2020-10-22T00:49:40.500Z] Removing intermediate container d1510f5a0b79 [2020-10-22T00:49:40.500Z] ---> ccb8d1018dec [2020-10-22T00:49:40.500Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-10-22T00:49:40.500Z] Removing intermediate container 79e1cbfb6b62 [2020-10-22T00:49:40.500Z] ---> 5ea31932118a [2020-10-22T00:49:40.500Z] [2020-10-22T00:49:40.500Z] Step 10/23 : FROM alpine [2020-10-22T00:49:40.500Z] Removing intermediate container 2fd096d8e317 [2020-10-22T00:49:40.500Z] ---> 08f01fb1182a [2020-10-22T00:49:40.500Z] Step 24/24 : LABEL version=0.0.0 [2020-10-22T00:49:40.500Z] latest: Pulling from library/alpine [2020-10-22T00:49:40.745Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.2_amd64.deb [71.8 kB] [2020-10-22T00:49:40.801Z] ---> Running in 6c9aef5b293b [2020-10-22T00:49:40.801Z] Digest: sha256:185518070891758909c9f839cf4ca393ee977ac378609f700f60a771a2dfe321 [2020-10-22T00:49:41.008Z] 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) [2020-10-22T00:49:41.008Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.3_amd64.deb [201 kB] [2020-10-22T00:49:41.008Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:49:41.273Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-10-22T00:49:41.423Z] Status: Downloaded newer image for alpine:latest [2020-10-22T00:49:41.423Z] ---> 62ee0e9f8440 [2020-10-22T00:49:41.423Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:49:41.731Z] ---> Running in 7b8058def0b8 [2020-10-22T00:49:41.852Z] 3% 100% [Working] Fetched 368 kB in 0s (0 B/s) [2020-10-22T00:49:42.012Z] ---> Running in 3e3b80819ab8 [2020-10-22T00:49:42.115Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 wget_1.19.4-1ubuntu2.2_amd64.deb [316 kB] [2020-10-22T00:49:42.378Z] 3% 100% [Working] Fetched 316 kB in 0s (0 B/s) [2020-10-22T00:49:42.640Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] [2020-10-22T00:49:42.651Z] Removing intermediate container 7b8058def0b8 [2020-10-22T00:49:42.651Z] ---> 43128ac6316f [2020-10-22T00:49:42.651Z] [2020-10-22T00:49:42.948Z] Removing intermediate container 3e3b80819ab8 [2020-10-22T00:49:42.948Z] ---> e0f6abda369b [2020-10-22T00:49:42.948Z] Step 12/23 : ENV APP_PORT=48080 [2020-10-22T00:49:43.212Z] 0% 52% 100% [Working] Fetched 1301 kB in 0s (0 B/s) [2020-10-22T00:49:43.474Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 luarocks_2.4.2+dfsg-1_all.deb [97.6 kB] [2020-10-22T00:49:43.568Z] ---> Running in bb60e677d65d [2020-10-22T00:49:43.568Z] Successfully built 43128ac6316f [2020-10-22T00:49:43.568Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-10-22T00:49:43.568Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2020-10-22T00:49:43.741Z] 12% 100% [Working] Fetched 97.6 kB in 0s (0 B/s) [2020-10-22T00:49:44.028Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libreadline-dev_7.0-3_amd64.deb [133 kB] [2020-10-22T00:49:44.205Z] Removing intermediate container bb60e677d65d [2020-10-22T00:49:44.205Z] ---> cd39384ef24e [2020-10-22T00:49:44.205Z] Step 13/23 : EXPOSE $APP_PORT [2020-10-22T00:49:44.300Z] 9% 100% [Working] Fetched 133 kB in 0s (0 B/s) [2020-10-22T00:49:44.497Z] ---> Running in ec34096e88e3 [2020-10-22T00:49:44.567Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libyaml-0-2_0.1.7-2ubuntu3_amd64.deb [47.2 kB] [2020-10-22T00:49:44.829Z] 26% 100% [Working] Fetched 47.2 kB in 0s (0 B/s) [2020-10-22T00:49:44.829Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-10-22T00:49:44.829Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-10-22T00:49:45.098Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 liblua5.1-0-dev_5.1.5-8.1build2_amd64.deb [119 kB] [2020-10-22T00:49:45.137Z] Removing intermediate container ec34096e88e3 [2020-10-22T00:49:45.138Z] ---> a6a4cb0f5fce [2020-10-22T00:49:45.138Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:49:45.358Z] 10% 100% [Working] Fetched 119 kB in 0s (0 B/s) [2020-10-22T00:49:45.417Z] ---> Running in 8b04ab153dc0 [2020-10-22T00:49:45.623Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-10-22T00:49:45.885Z] 25% 100% [Working] Fetched 48.7 kB in 0s (0 B/s) [2020-10-22T00:49:49.874Z] Removing intermediate container 8b04ab153dc0 [2020-10-22T00:49:49.874Z] ---> 335cb2fa20a3 [2020-10-22T00:49:49.874Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-10-22T00:49:49.874Z] ---> Running in 5bc08a20d975 [2020-10-22T00:49:51.185Z] Copying needed target link from the system /lib/x86_64-linux-gnu/libtinfo.so.5.9 [2020-10-22T00:49:51.348Z] Collecting docker-compose==1.23.2 [2020-10-22T00:49:51.632Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-10-22T00:49:51.759Z] Pulling kong  [2020-10-22T00:49:52.253Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:52.329Z] Cloning into '/build/parts/kong/src'... [2020-10-22T00:49:52.864Z] Collecting dockerpty<0.5,>=0.4.1 [2020-10-22T00:49:52.864Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-10-22T00:49:52.901Z] remote: Enumerating objects: 834, done. [2020-10-22T00:49:52.901Z] remote: Counting objects: 0% (1/834) remote: Counting objects: 1% (9/834) remote: Counting objects: 2% (17/834) remote: Counting objects: 3% (26/834) remote: Counting objects: 4% (34/834) remote: Counting objects: 5% (42/834) remote: Counting objects: 6% (51/834) remote: Counting objects: 7% (59/834) remote: Counting objects: 8% (67/834) remote: Counting objects: 9% (76/834) remote: Counting objects: 10% (84/834) remote: Counting objects: 11% (92/834) remote: Counting objects: 12% (101/834) remote: Counting objects: 13% (109/834) remote: Counting objects: 14% (117/834) remote: Counting objects: 15% (126/834) remote: Counting objects: 16% (134/834) remote: Counting objects: 17% (142/834) remote: Counting objects: 18% (151/834) remote: Counting objects: 19% (159/834) remote: Counting objects: 20% (167/834) remote: Counting objects: 21% (176/834) remote: Counting objects: 22% (184/834) remote: Counting objects: 23% (192/834) remote: Counting objects: 24% (201/834) remote: Counting objects: 25% (209/834) remote: Counting objects: 26% (217/834) remote: Counting objects: 27% (226/834) remote: Counting objects: 28% (234/834) remote: Counting objects: 29% (242/834) remote: Counting objects: 30% (251/834) remote: Counting objects: 31% (259/834) remote: Counting objects: 32% (267/834) remote: Counting objects: 33% (276/834) remote: Counting objects: 34% (284/834) remote: Counting objects: 35% (292/834) remote: Counting objects: 36% (301/834) remote: Counting objects: 37% (309/834) remote: Counting objects: 38% (317/834) remote: Counting objects: 39% (326/834) remote: Counting objects: 40% (334/834) remote: Counting objects: 41% (342/834) remote: Counting objects: 42% (351/834) remote: Counting objects: 43% (359/834) remote: Counting objects: 44% (367/834) remote: Counting objects: 45% (376/834) remote: Counting objects: 46% (384/834) remote: Counting objects: 47% (392/834) remote: Counting objects: 48% (401/834) remote: Counting objects: 49% (409/834) remote: Counting objects: 50% (417/834) remote: Counting objects: 51% (426/834) remote: Counting objects: 52% (434/834) remote: Counting objects: 53% (443/834) remote: Counting objects: 54% (451/834) remote: Counting objects: 55% (459/834) remote: Counting objects: 56% (468/834) remote: Counting objects: 57% (476/834) remote: Counting objects: 58% (484/834) remote: Counting objects: 59% (493/834) remote: Counting objects: 60% (501/834) remote: Counting objects: 61% (509/834) remote: Counting objects: 62% (518/834) remote: Counting objects: 63% (526/834) remote: Counting objects: 64% (534/834) remote: Counting objects: 65% (543/834) remote: Counting objects: 66% (551/834) remote: Counting objects: 67% (559/834) remote: Counting objects: 68% (568/834) remote: Counting objects: 69% (576/834) remote: Counting objects: 70% (584/834) remote: Counting objects: 71% (593/834) remote: Counting objects: 72% (601/834) remote: Counting objects: 73% (609/834) remote: Counting objects: 74% (618/834) remote: Counting objects: 75% (626/834) remote: Counting objects: 76% (634/834) remote: Counting objects: 77% (643/834) remote: Counting objects: 78% (651/834) remote: Counting objects: 79% (659/834) remote: Counting objects: 80% (668/834) remote: Counting objects: 81% (676/834) remote: Counting objects: 82% (684/834) remote: Counting objects: 83% (693/834) remote: Counting objects: 84% (701/834) remote: Counting objects: 85% (709/834) remote: Counting objects: 86% (718/834) remote: Counting objects: 87% (726/834) remote: Counting objects: 88% (734/834) remote: Counting objects: 89% (743/834) remote: Counting objects: 90% (751/834) remote: Counting objects: 91% (759/834) remote: Counting objects: 92% (768/834) remote: Counting objects: 93% (776/834) remote: Counting objects: 94% (784/834) remote: Counting objects: 95% (793/834) remote: Counting objects: 96% (801/834) remote: Counting objects: 97% (809/834) remote: Counting objects: 98% (818/834) remote: Counting objects: 99% (826/834) remote: Counting objects: 100% (834/834) remote: Counting objects: 100% (834/834), done. [2020-10-22T00:49:52.901Z] remote: Compressing objects: 0% (1/736) remote: Compressing objects: 1% (8/736) remote: Compressing objects: 2% (15/736) remote: Compressing objects: 3% (23/736) remote: Compressing objects: 4% (30/736) remote: Compressing objects: 5% (37/736) remote: Compressing objects: 6% (45/736) remote: Compressing objects: 7% (52/736) remote: Compressing objects: 8% (59/736) remote: Compressing objects: 9% (67/736) remote: Compressing objects: 10% (74/736) remote: Compressing objects: 11% (81/736) remote: Compressing objects: 12% (89/736) remote: Compressing objects: 13% (96/736) remote: Compressing objects: 14% (104/736) remote: Compressing objects: 15% (111/736) remote: Compressing objects: 16% (118/736) remote: Compressing objects: 17% (126/736) remote: Compressing objects: 18% (133/736) remote: Compressing objects: 19% (140/736) remote: Compressing objects: 20% (148/736) remote: Compressing objects: 21% (155/736) remote: Compressing objects: 22% (162/736) remote: Compressing objects: 23% (170/736) remote: Compressing objects: 24% (177/736) remote: Compressing objects: 25% (184/736) remote: Compressing objects: 26% (192/736) remote: Compressing objects: 27% (199/736) remote: Compressing objects: 28% (207/736) remote: Compressing objects: 29% (214/736) remote: Compressing objects: 30% (221/736) remote: Compressing objects: 31% (229/736) remote: Compressing objects: 32% (236/736) remote: Compressing objects: 33% (243/736) remote: Compressing objects: 34% (251/736) remote: Compressing objects: 35% (258/736) remote: Compressing objects: 36% (265/736) remote: Compressing objects: 37% (273/736) remote: Compressing objects: 38% (280/736) remote: Compressing objects: 39% (288/736) remote: Compressing objects: 40% (295/736) remote: Compressing objects: 41% (302/736) remote: Compressing objects: 42% (310/736) remote: Compressing objects: 43% (317/736) remote: Compressing objects: 44% (324/736) remote: Compressing objects: 45% (332/736) remote: Compressing objects: 46% (339/736) remote: Compressing objects: 47% (346/736) remote: Compressing objects: 48% (354/736) remote: Compressing objects: 49% (361/736) remote: Compressing objects: 50% (368/736) remote: Compressing objects: 51% (376/736) remote: Compressing objects: 52% (383/736) remote: Compressing objects: 53% (391/736) remote: Compressing objects: 54% (398/736) remote: Compressing objects: 55% (405/736) remote: Compressing objects: 56% (413/736) remote: Compressing objects: 57% (420/736) remote: Compressing objects: 58% (427/736) remote: Compressing objects: 59% (435/736) remote: Compressing objects: 60% (442/736) remote: Compressing objects: 61% (449/736) remote: Compressing objects: 62% (457/736) remote: Compressing objects: 63% (464/736) remote: Compressing objects: 64% (472/736) remote: Compressing objects: 65% (479/736) remote: Compressing objects: 66% (486/736) remote: Compressing objects: 67% (494/736) remote: Compressing objects: 68% (501/736) remote: Compressing objects: 69% (508/736) remote: Compressing objects: 70% (516/736) remote: Compressing objects: 71% (523/736) remote: Compressing objects: 72% (530/736) remote: Compressing objects: 73% (538/736) remote: Compressing objects: 74% (545/736) remote: Compressing objects: 75% (552/736) remote: Compressing objects: 76% (560/736) remote: Compressing objects: 77% (567/736) remote: Compressing objects: 78% (575/736) remote: Compressing objects: 79% (582/736) remote: Compressing objects: 80% (589/736) remote: Compressing objects: 81% (597/736) remote: Compressing objects: 82% (604/736) remote: Compressing objects: 83% (611/736) remote: Compressing objects: 84% (619/736) remote: Compressing objects: 85% (626/736) remote: Compressing objects: 86% (633/736) remote: Compressing objects: 87% (641/736) remote: Compressing objects: 88% (648/736) remote: Compressing objects: 89% (656/736) remote: Compressing objects: 90% (663/736) remote: Compressing objects: 91% (670/736) remote: Compressing objects: 92% (678/736) remote: Compressing objects: 93% (685/736) remote: Compressing objects: 94% (692/736) remote: Compressing objects: 95% (700/736) remote: Compressing objects: 96% (707/736) remote: Compressing objects: 97% (714/736) remote: Compressing objects: 98% (722/736) remote: Compressing objects: 99% (729/736) remote: Compressing objects: 100% (736/736) remote: Compressing objects: 100% (736/736), done. [2020-10-22T00:49:53.149Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:49:53.162Z] Receiving objects: 0% (1/834) Receiving objects: 1% (9/834) Receiving objects: 2% (17/834) Receiving objects: 3% (26/834) Receiving objects: 4% (34/834) Receiving objects: 5% (42/834) Receiving objects: 6% (51/834) Receiving objects: 7% (59/834) Receiving objects: 8% (67/834) Receiving objects: 9% (76/834) Receiving objects: 10% (84/834) Receiving objects: 11% (92/834) Receiving objects: 12% (101/834) Receiving objects: 13% (109/834) Receiving objects: 14% (117/834) Receiving objects: 15% (126/834) Receiving objects: 16% (134/834) Receiving objects: 17% (142/834) Receiving objects: 18% (151/834) Receiving objects: 19% (159/834) Receiving objects: 20% (167/834) Receiving objects: 21% (176/834) Receiving objects: 22% (184/834) Receiving objects: 23% (192/834) Receiving objects: 24% (201/834) Receiving objects: 25% (209/834) Receiving objects: 26% (217/834) Receiving objects: 27% (226/834) Receiving objects: 28% (234/834) Receiving objects: 29% (242/834) Receiving objects: 30% (251/834) Receiving objects: 31% (259/834) Receiving objects: 32% (267/834) Receiving objects: 33% (276/834) Receiving objects: 34% (284/834) Receiving objects: 35% (292/834) Receiving objects: 36% (301/834) Receiving objects: 37% (309/834) Receiving objects: 38% (317/834) Receiving objects: 39% (326/834) Receiving objects: 40% (334/834) Receiving objects: 41% (342/834) Receiving objects: 42% (351/834) Receiving objects: 43% (359/834) Receiving objects: 44% (367/834) Receiving objects: 45% (376/834) Receiving objects: 46% (384/834) Receiving objects: 47% (392/834) Receiving objects: 48% (401/834) Receiving objects: 49% (409/834) Receiving objects: 50% (417/834) Receiving objects: 51% (426/834) Receiving objects: 52% (434/834) Receiving objects: 53% (443/834) Receiving objects: 54% (451/834) Receiving objects: 55% (459/834) Receiving objects: 56% (468/834) Receiving objects: 57% (476/834) Receiving objects: 58% (484/834) Receiving objects: 59% (493/834) Receiving objects: 60% (501/834) Receiving objects: 61% (509/834) Receiving objects: 62% (518/834) Receiving objects: 63% (526/834) Receiving objects: 64% (534/834) Receiving objects: 65% (543/834) Receiving objects: 66% (551/834) Receiving objects: 67% (559/834) Receiving objects: 68% (568/834) Receiving objects: 69% (576/834) Receiving objects: 70% (584/834) Receiving objects: 71% (593/834) Receiving objects: 72% (601/834) Receiving objects: 73% (609/834) Receiving objects: 74% (618/834) Receiving objects: 75% (626/834) Receiving objects: 76% (634/834) Receiving objects: 77% (643/834) Receiving objects: 78% (651/834) Receiving objects: 79% (659/834) Receiving objects: 80% (668/834) Receiving objects: 81% (676/834) Receiving objects: 82% (684/834) Receiving objects: 83% (693/834) Receiving objects: 84% (701/834) Receiving objects: 85% (709/834) Receiving objects: 86% (718/834) Receiving objects: 87% (726/834) Receiving objects: 88% (734/834) Receiving objects: 89% (743/834) Receiving objects: 90% (751/834) Receiving objects: 91% (759/834) Receiving objects: 92% (768/834) Receiving objects: 93% (776/834) Receiving objects: 94% (784/834) Receiving objects: 95% (793/834) Receiving objects: 96% (801/834) Receiving objects: 97% (809/834) Receiving objects: 98% (818/834) remote: Total 834 (delta 143), reused 346 (delta 57), pack-reused 0 [2020-10-22T00:49:53.162Z] Receiving objects: 99% (826/834) Receiving objects: 100% (834/834) Receiving objects: 100% (834/834), 1.02 MiB | 7.49 MiB/s, done. [2020-10-22T00:49:53.162Z] Resolving deltas: 0% (0/143) Resolving deltas: 1% (2/143) Resolving deltas: 2% (3/143) Resolving deltas: 4% (6/143) Resolving deltas: 5% (8/143) Resolving deltas: 9% (14/143) Resolving deltas: 11% (16/143) Resolving deltas: 12% (18/143) Resolving deltas: 13% (19/143) Resolving deltas: 18% (26/143) Resolving deltas: 19% (28/143) Resolving deltas: 20% (29/143) Resolving deltas: 21% (31/143) Resolving deltas: 22% (32/143) Resolving deltas: 23% (33/143) Resolving deltas: 24% (35/143) Resolving deltas: 25% (36/143) Resolving deltas: 26% (38/143) Resolving deltas: 27% (39/143) Resolving deltas: 29% (42/143) Resolving deltas: 30% (44/143) Resolving deltas: 31% (45/143) Resolving deltas: 32% (46/143) Resolving deltas: 33% (48/143) Resolving deltas: 34% (49/143) Resolving deltas: 35% (51/143) Resolving deltas: 40% (58/143) Resolving deltas: 41% (59/143) Resolving deltas: 42% (61/143) Resolving deltas: 44% (63/143) Resolving deltas: 45% (65/143) Resolving deltas: 46% (67/143) Resolving deltas: 47% (68/143) Resolving deltas: 48% (69/143) Resolving deltas: 49% (71/143) Resolving deltas: 50% (72/143) Resolving deltas: 52% (75/143) Resolving deltas: 54% (78/143) Resolving deltas: 58% (84/143) Resolving deltas: 67% (96/143) Resolving deltas: 72% (104/143) Resolving deltas: 74% (106/143) Resolving deltas: 88% (126/143) Resolving deltas: 90% (129/143) Resolving deltas: 100% (143/143) Resolving deltas: 100% (143/143), done. [2020-10-22T00:49:53.162Z] Note: checking out '8906d9415e5c117a1b92a33360fc896e0cbb4eda'. [2020-10-22T00:49:53.162Z] [2020-10-22T00:49:53.162Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-10-22T00:49:53.162Z] changes and commit them, and you can discard any commits you make in this [2020-10-22T00:49:53.162Z] state without impacting any branches by performing another checkout. [2020-10-22T00:49:53.162Z] [2020-10-22T00:49:53.162Z] If you want to create a new branch to retain commits you create, you may [2020-10-22T00:49:53.162Z] do so (now or later) by using -b with the checkout command again. Example: [2020-10-22T00:49:53.162Z] [2020-10-22T00:49:53.162Z] git checkout -b [2020-10-22T00:49:53.162Z] [2020-10-22T00:49:53.423Z] patching file kong-2.0.4-0.rockspec [2020-10-22T00:49:53.684Z] 'go115' has dependencies that need to be staged: go-build-helper kong [2020-10-22T00:49:53.684Z] Skipping pull go-build-helper (already ran) [2020-10-22T00:49:53.684Z] Skipping pull kong (already ran) [2020-10-22T00:49:53.684Z] Building go-build-helper  [2020-10-22T00:49:54.153Z] (1/5) Installing libgcc (9.3.0-r2) [2020-10-22T00:49:54.153Z] (2/5) Installing libsodium (1.0.18-r0) [2020-10-22T00:49:54.433Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-10-22T00:49:54.715Z] (4/5) Installing libzmq (4.3.3-r0) [2020-10-22T00:49:55.012Z] (5/5) Installing zeromq (4.3.3-r0) [2020-10-22T00:49:55.012Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:49:55.012Z] OK: 8 MiB in 19 packages [2020-10-22T00:49:57.039Z] Collecting cached-property<2,>=1.2.0 [2020-10-22T00:49:57.321Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-10-22T00:49:59.311Z] Collecting PyYAML<4,>=3.10 [2020-10-22T00:49:59.311Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-10-22T00:49:59.600Z] Removing intermediate container 5bc08a20d975 [2020-10-22T00:49:59.600Z] ---> c568187b2ae8 [2020-10-22T00:49:59.600Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-10-22T00:50:01.618Z] ---> bb50aefbd70e [2020-10-22T00:50:01.618Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-10-22T00:50:03.708Z] Building kong  [2020-10-22T00:50:03.708Z] Missing dependencies for kong 2.0.4-0: [2020-10-22T00:50:03.708Z] inspect 3.1.1 (not installed) [2020-10-22T00:50:03.708Z] luasec 0.9 (not installed) [2020-10-22T00:50:03.708Z] luasocket 3.0-rc1 (not installed) [2020-10-22T00:50:03.708Z] penlight 1.7.0 (not installed) [2020-10-22T00:50:03.708Z] lua-resty-http 0.15 (not installed) [2020-10-22T00:50:03.708Z] lua-resty-jit-uuid 0.0.7 (not installed) [2020-10-22T00:50:03.708Z] multipart 0.5.6 (not installed) [2020-10-22T00:50:03.708Z] version 1.0.1 (not installed) [2020-10-22T00:50:03.708Z] kong-lapis 1.7.0.1 (not installed) [2020-10-22T00:50:03.708Z] lua-cassandra 1.5.0 (not installed) [2020-10-22T00:50:03.708Z] pgmoon 1.10.0 (not installed) [2020-10-22T00:50:03.708Z] luatz 0.4 (not installed) [2020-10-22T00:50:03.708Z] lua_system_constants 0.1.4 (not installed) [2020-10-22T00:50:03.708Z] lyaml 6.2.4 (not installed) [2020-10-22T00:50:03.708Z] lua-resty-iputils 0.3.0 (not installed) [2020-10-22T00:50:03.708Z] luasyslog 1.0.0 (not installed) [2020-10-22T00:50:03.708Z] lua_pack 1.0.5 (not installed) [2020-10-22T00:50:03.708Z] lua-resty-dns-client 4.1.3 (not installed) [2020-10-22T00:50:03.708Z] lua-resty-worker-events 1.0.0 (not installed) [2020-10-22T00:50:03.708Z] lua-resty-mediador 0.1.2 (not installed) [2020-10-22T00:50:03.708Z] lua-resty-healthcheck 1.2.0 (not installed) [2020-10-22T00:50:03.708Z] lua-resty-cookie 0.1.0 (not installed) [2020-10-22T00:50:03.708Z] lua-resty-mlcache 2.4.1 (not installed) [2020-10-22T00:50:03.708Z] lua-messagepack 0.5.2 (not installed) [2020-10-22T00:50:03.708Z] lua-resty-openssl 0.6.3 (not installed) [2020-10-22T00:50:03.708Z] lua-resty-counter 0.2.0 (not installed) [2020-10-22T00:50:03.708Z] kong-plugin-azure-functions ~> 0.4 (not installed) [2020-10-22T00:50:03.708Z] kong-plugin-zipkin ~> 0.2 (not installed) [2020-10-22T00:50:03.708Z] kong-plugin-serverless-functions ~> 0.3 (not installed) [2020-10-22T00:50:03.708Z] kong-prometheus-plugin ~> 0.7 (not installed) [2020-10-22T00:50:03.708Z] kong-proxy-cache-plugin ~> 1.3 (not installed) [2020-10-22T00:50:03.708Z] kong-plugin-request-transformer ~> 1.2 (not installed) [2020-10-22T00:50:03.709Z] kong-plugin-session ~> 2.2 (not installed) [2020-10-22T00:50:03.709Z] kong-plugin-aws-lambda ~> 3.1 (not installed) [2020-10-22T00:50:03.709Z] kong-plugin-acme ~> 0.2 (not installed) [2020-10-22T00:50:03.709Z] [2020-10-22T00:50:03.709Z] kong 2.0.4-0 depends on inspect 3.1.1 (not installed) [2020-10-22T00:50:04.283Z] Installing https://luarocks.org/inspect-3.1.1-0.src.rock [2020-10-22T00:50:04.546Z] [2020-10-22T00:50:04.808Z] No existing manifest. Attempting to rebuild... [2020-10-22T00:50:04.808Z] inspect 3.1.1-0 is now installed in /build/parts/kong/install (license: MIT ) [2020-10-22T00:50:04.808Z] [2020-10-22T00:50:04.808Z] kong 2.0.4-0 depends on luasec 0.9 (not installed) [2020-10-22T00:50:04.808Z] Installing https://luarocks.org/luasec-0.9-1.src.rock [2020-10-22T00:50:05.060Z] ---> 04851b2be07f [2020-10-22T00:50:05.061Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-10-22T00:50:05.061Z] Collecting texttable<0.10,>=0.9.0 [2020-10-22T00:50:05.061Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-10-22T00:50:05.381Z] Missing dependencies for luasec 0.9-1: [2020-10-22T00:50:05.382Z] luasocket (not installed) [2020-10-22T00:50:05.382Z] [2020-10-22T00:50:05.382Z] luasec 0.9-1 depends on luasocket (not installed) [2020-10-22T00:50:05.643Z] Installing https://luarocks.org/luasocket-3.0rc1-2.src.rock [2020-10-22T00:50:06.535Z] ---> 8806ffd528dd [2020-10-22T00:50:06.535Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-10-22T00:50:06.535Z] ---> Running in f1c06c97f581 [2020-10-22T00:50:06.587Z] [2020-10-22T00:50:06.587Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/mime.c -o src/mime.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:06.848Z] gcc -shared -o mime/core.so src/mime.o [2020-10-22T00:50:06.848Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:06.848Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:07.109Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:07.109Z] src/options.c: In function ‘opt_meth_setoption’: [2020-10-22T00:50:07.109Z] src/options.c:41:43: warning: ‘%.35s’ directive writing up to 35 bytes into a region of size 25 [-Wformat-overflow=] [2020-10-22T00:50:07.109Z] sprintf(msg, "unsupported option `%.35s'", name); [2020-10-22T00:50:07.109Z] ^~~~~ [2020-10-22T00:50:07.109Z] In file included from /usr/include/stdio.h:862:0, [2020-10-22T00:50:07.109Z] from /build/stage/luajit/include/luajit-2.1/lauxlib.h:13, [2020-10-22T00:50:07.109Z] from src/options.c:7: [2020-10-22T00:50:07.109Z] /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 22 and 57 bytes into a destination of size 45 [2020-10-22T00:50:07.109Z] return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, [2020-10-22T00:50:07.109Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-10-22T00:50:07.109Z] __bos (__s), __fmt, __va_arg_pack ()); [2020-10-22T00:50:07.109Z] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-10-22T00:50:07.109Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:07.370Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:07.371Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:07.371Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/serial.c -o src/serial.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:07.540Z] Removing intermediate container f1c06c97f581 [2020-10-22T00:50:07.540Z] ---> 31aae8a37a3c [2020-10-22T00:50:07.540Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:50:07.633Z] gcc -shared -o socket/serial.so src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/serial.o [2020-10-22T00:50:07.633Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:07.633Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:07.825Z] ---> Running in 93f415c46d91 [2020-10-22T00:50:07.894Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:07.894Z] src/options.c: In function ‘opt_meth_setoption’: [2020-10-22T00:50:07.894Z] src/options.c:41:43: warning: ‘%.35s’ directive writing up to 35 bytes into a region of size 25 [-Wformat-overflow=] [2020-10-22T00:50:07.894Z] sprintf(msg, "unsupported option `%.35s'", name); [2020-10-22T00:50:07.894Z] ^~~~~ [2020-10-22T00:50:07.894Z] In file included from /usr/include/stdio.h:862:0, [2020-10-22T00:50:07.894Z] from /build/stage/luajit/include/luajit-2.1/lauxlib.h:13, [2020-10-22T00:50:07.894Z] from src/options.c:7: [2020-10-22T00:50:07.895Z] /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 22 and 57 bytes into a destination of size 45 [2020-10-22T00:50:07.895Z] return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, [2020-10-22T00:50:07.895Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-10-22T00:50:07.895Z] __bos (__s), __fmt, __va_arg_pack ()); [2020-10-22T00:50:07.895Z] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-10-22T00:50:07.895Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:07.895Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:08.157Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:08.157Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/unix.c -o src/unix.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:08.420Z] gcc -shared -o socket/unix.so src/buffer.o src/auxiliar.o src/options.o src/timeout.o src/io.o src/usocket.o src/unix.o [2020-10-22T00:50:08.420Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket.c -o src/luasocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:08.420Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/timeout.c -o src/timeout.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:08.460Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:50:08.460Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:50:08.460Z] ---> 7fda97811e95 [2020-10-22T00:50:08.460Z] Step 3/20 : WORKDIR /edgex-go [2020-10-22T00:50:08.460Z] ---> Using cache [2020-10-22T00:50:08.460Z] ---> ac308de25f70 [2020-10-22T00:50:08.460Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:50:08.460Z] ---> Using cache [2020-10-22T00:50:08.460Z] ---> 8b43d2aeab9d [2020-10-22T00:50:08.460Z] Step 5/20 : RUN apk update && apk add make git [2020-10-22T00:50:08.681Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/buffer.c -o src/buffer.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:08.681Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/io.c -o src/io.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:08.682Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/auxiliar.c -o src/auxiliar.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:08.682Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/options.c -o src/options.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:08.742Z] ---> Running in e84bd7884ff2 [2020-10-22T00:50:08.742Z] Removing intermediate container 93f415c46d91 [2020-10-22T00:50:08.742Z] ---> 478f6c0dbe35 [2020-10-22T00:50:08.742Z] Step 21/23 : LABEL arch=arm64 [2020-10-22T00:50:08.943Z] src/options.c: In function ‘opt_meth_setoption’: [2020-10-22T00:50:08.943Z] src/options.c:41:43: warning: ‘%.35s’ directive writing up to 35 bytes into a region of size 25 [-Wformat-overflow=] [2020-10-22T00:50:08.943Z] sprintf(msg, "unsupported option `%.35s'", name); [2020-10-22T00:50:08.943Z] ^~~~~ [2020-10-22T00:50:08.943Z] In file included from /usr/include/stdio.h:862:0, [2020-10-22T00:50:08.943Z] from /build/stage/luajit/include/luajit-2.1/lauxlib.h:13, [2020-10-22T00:50:08.943Z] from src/options.c:7: [2020-10-22T00:50:08.943Z] /usr/include/x86_64-linux-gnu/bits/stdio2.h:33:10: note: ‘__builtin___sprintf_chk’ output between 22 and 57 bytes into a destination of size 45 [2020-10-22T00:50:08.943Z] return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, [2020-10-22T00:50:08.943Z] ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-10-22T00:50:08.943Z] __bos (__s), __fmt, __va_arg_pack ()); [2020-10-22T00:50:08.943Z] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [2020-10-22T00:50:08.943Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/inet.c -o src/inet.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:09.023Z] ---> Running in 5c9e1b904920 [2020-10-22T00:50:09.205Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/except.c -o src/except.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:09.205Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/select.c -o src/select.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:09.205Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/tcp.c -o src/tcp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:09.465Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/udp.c -o src/udp.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:09.465Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/usocket.c -o src/usocket.o -DLUA_COMPAT_APIINTCASTS -DLUASOCKET_DEBUG -DLUASOCKET_API=__attribute__((visibility("default"))) -DUNIX_API=__attribute__((visibility("default"))) -DMIME_API=__attribute__((visibility("default"))) [2020-10-22T00:50:09.728Z] gcc -shared -o socket/core.so src/luasocket.o src/timeout.o src/buffer.o src/io.o src/auxiliar.o src/options.o src/inet.o src/except.o src/select.o src/tcp.o src/udp.o src/usocket.o [2020-10-22T00:50:10.029Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-10-22T00:50:10.029Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-10-22T00:50:10.314Z] Removing intermediate container 5c9e1b904920 [2020-10-22T00:50:10.314Z] ---> b23e77f9bc36 [2020-10-22T00:50:10.314Z] Step 22/23 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:50:10.673Z] luasocket 3.0rc1-2 is now installed in /build/parts/kong/install (license: MIT) [2020-10-22T00:50:10.674Z] [2020-10-22T00:50:10.674Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/options.c -o src/options.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-22T00:50:10.674Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/config.c -o src/config.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-22T00:50:10.674Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/ec.c -o src/ec.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-22T00:50:10.938Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/x509.c -o src/x509.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-22T00:50:11.200Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/context.c -o src/context.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-22T00:50:11.327Z] ---> Running in 1191b31ea47a [2020-10-22T00:50:11.461Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/ssl.c -o src/ssl.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-22T00:50:11.606Z] Collecting jsonschema<3,>=2.5.1 [2020-10-22T00:50:11.606Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-10-22T00:50:11.721Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket/buffer.c -o src/luasocket/buffer.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-22T00:50:11.721Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket/io.c -o src/luasocket/io.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-22T00:50:11.897Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:50:11.982Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket/timeout.c -o src/luasocket/timeout.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-22T00:50:11.982Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/luasocket/usocket.c -o src/luasocket/usocket.o -DWITH_LUASOCKET -DLUASOCKET_DEBUG -I/usr/include -Isrc/ -Isrc/luasocket [2020-10-22T00:50:11.982Z] gcc -shared -o ssl.so src/options.o src/config.o src/ec.o src/x509.o src/context.o src/ssl.o src/luasocket/buffer.o src/luasocket/io.o src/luasocket/timeout.o src/luasocket/usocket.o -L/usr/lib/x86_64-linux-gnu -Wl,-rpath,/usr/lib/x86_64-linux-gnu -lssl -lcrypto [2020-10-22T00:50:12.511Z] Removing intermediate container 1191b31ea47a [2020-10-22T00:50:12.511Z] ---> 04a6bbef961a [2020-10-22T00:50:12.511Z] Step 23/23 : LABEL version=0.0.0 [2020-10-22T00:50:12.511Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:50:12.511Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:50:12.511Z] ---> 7fda97811e95 [2020-10-22T00:50:12.511Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:50:12.511Z] ---> Using cache [2020-10-22T00:50:12.511Z] ---> ac308de25f70 [2020-10-22T00:50:12.511Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:50:12.511Z] ---> Using cache [2020-10-22T00:50:12.511Z] ---> 8b43d2aeab9d [2020-10-22T00:50:12.511Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-10-22T00:50:12.553Z] luasec 0.9-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-22T00:50:12.553Z] [2020-10-22T00:50:12.553Z] kong 2.0.4-0 depends on penlight 1.7.0 (not installed) [2020-10-22T00:50:12.553Z] Installing https://luarocks.org/penlight-1.7.0-1.src.rock [2020-10-22T00:50:12.792Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:50:12.792Z] ---> Running in cf03b50c5799 [2020-10-22T00:50:13.078Z] Collecting websocket-client<1.0,>=0.32.0 [2020-10-22T00:50:13.078Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-10-22T00:50:13.078Z] ---> Running in 7b6ab6c3dbc8 [2020-10-22T00:50:13.369Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-10-22T00:50:13.944Z] Missing dependencies for penlight 1.7.0-1: [2020-10-22T00:50:13.944Z] luafilesystem (not installed) [2020-10-22T00:50:13.944Z] [2020-10-22T00:50:13.944Z] penlight 1.7.0-1 depends on luafilesystem (not installed) [2020-10-22T00:50:13.944Z] Installing https://luarocks.org/luafilesystem-1.8.0-1.src.rock [2020-10-22T00:50:13.991Z] Collecting docopt<0.7,>=0.6.1 [2020-10-22T00:50:13.991Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-10-22T00:50:14.516Z] [2020-10-22T00:50:14.516Z] gcc -O2 -fPIC -I/build/stage/luajit/include/luajit-2.1 -c src/lfs.c -o src/lfs.o [2020-10-22T00:50:14.613Z] Removing intermediate container 7b6ab6c3dbc8 [2020-10-22T00:50:14.614Z] ---> 826e077a6ba4 [2020-10-22T00:50:14.614Z] [2020-10-22T00:50:14.614Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:50:14.614Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:50:14.614Z] OK: 12623 distinct packages available [2020-10-22T00:50:14.775Z] gcc -shared -o lfs.so src/lfs.o [2020-10-22T00:50:15.042Z] luafilesystem 1.8.0-1 is now installed in /build/parts/kong/install (license: MIT/X11) [2020-10-22T00:50:15.042Z] [2020-10-22T00:50:15.245Z] Successfully built 826e077a6ba4 [2020-10-22T00:50:15.245Z] Successfully tagged docker-core-data-go-arm64:latest [2020-10-22T00:50:15.245Z]  Building docker-core-data-go ... done Building docker-security-secrets-setup-go [2020-10-22T00:50:15.629Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:50:15.912Z] OK: 217 MiB in 51 packages [2020-10-22T00:50:16.528Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:50:17.002Z] penlight 1.7.0-1 is now installed in /build/parts/kong/install (license: MIT/X11) [2020-10-22T00:50:17.003Z] [2020-10-22T00:50:17.003Z] kong 2.0.4-0 depends on lua-resty-http 0.15 (not installed) [2020-10-22T00:50:17.003Z] Installing https://luarocks.org/lua-resty-http-0.15-0.src.rock [2020-10-22T00:50:17.263Z] [2020-10-22T00:50:17.524Z] lua-resty-http 0.15-0 is now installed in /build/parts/kong/install (license: 2-clause BSD) [2020-10-22T00:50:17.524Z] [2020-10-22T00:50:17.524Z] kong 2.0.4-0 depends on lua-resty-jit-uuid 0.0.7 (not installed) [2020-10-22T00:50:17.524Z] Installing https://luarocks.org/lua-resty-jit-uuid-0.0.7-2.src.rock [2020-10-22T00:50:17.790Z] [2020-10-22T00:50:18.022Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:50:18.022Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:50:18.022Z] OK: 12623 distinct packages available [2020-10-22T00:50:18.022Z] Removing intermediate container e84bd7884ff2 [2020-10-22T00:50:18.022Z] ---> cbe16bbd3b93 [2020-10-22T00:50:18.022Z] Step 6/20 : COPY go.mod . [2020-10-22T00:50:18.052Z] lua-resty-jit-uuid 0.0.7-2 is now installed in /build/parts/kong/install (license: MIT) [2020-10-22T00:50:18.052Z] [2020-10-22T00:50:18.052Z] kong 2.0.4-0 depends on multipart 0.5.6 (not installed) [2020-10-22T00:50:18.052Z] Installing https://luarocks.org/multipart-0.5.6-1.src.rock [2020-10-22T00:50:18.314Z] [2020-10-22T00:50:18.574Z] multipart 0.5.6-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-22T00:50:18.574Z] [2020-10-22T00:50:18.574Z] kong 2.0.4-0 depends on version 1.0.1 (not installed) [2020-10-22T00:50:18.574Z] Installing https://luarocks.org/version-1.0.1-2.src.rock [2020-10-22T00:50:19.036Z] Collecting docker<4.0,>=3.6.0 [2020-10-22T00:50:19.036Z] OK: 217 MiB in 51 packages [2020-10-22T00:50:19.036Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-10-22T00:50:19.145Z] [2020-10-22T00:50:19.407Z] version 1.0.1-2 is now installed in /build/parts/kong/install (license: Apache 2.0) [2020-10-22T00:50:19.407Z] [2020-10-22T00:50:19.407Z] kong 2.0.4-0 depends on kong-lapis 1.7.0.1 (not installed) [2020-10-22T00:50:19.407Z] Installing https://luarocks.org/kong-lapis-1.7.0.1-1.src.rock [2020-10-22T00:50:20.043Z] OK: 217 MiB in 51 packages [2020-10-22T00:50:20.043Z] ---> 99127e348023 [2020-10-22T00:50:20.043Z] Step 7/20 : RUN go mod download [2020-10-22T00:50:20.799Z] Missing dependencies for kong-lapis 1.7.0.1-1: [2020-10-22T00:50:20.799Z] ansicolors (not installed) [2020-10-22T00:50:20.799Z] date (not installed) [2020-10-22T00:50:20.799Z] etlua (not installed) [2020-10-22T00:50:20.799Z] loadkit (not installed) [2020-10-22T00:50:20.799Z] lpeg (not installed) [2020-10-22T00:50:20.799Z] mimetypes (not installed) [2020-10-22T00:50:20.799Z] pgmoon (not installed) [2020-10-22T00:50:20.799Z] [2020-10-22T00:50:20.799Z] kong-lapis 1.7.0.1-1 depends on ansicolors (not installed) [2020-10-22T00:50:20.799Z] Installing https://luarocks.org/ansicolors-1.0.2-3.src.rock [2020-10-22T00:50:21.044Z] Collecting urllib3<1.25,>=1.21.1 [2020-10-22T00:50:21.044Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-10-22T00:50:21.044Z] ---> Running in 1db00615b0e6 [2020-10-22T00:50:21.063Z] [2020-10-22T00:50:21.331Z] ansicolors 1.0.2-3 is now installed in /build/parts/kong/install (license: MIT ) [2020-10-22T00:50:21.331Z] [2020-10-22T00:50:21.331Z] kong-lapis 1.7.0.1-1 depends on date (not installed) [2020-10-22T00:50:21.331Z] Installing https://luarocks.org/date-2.1.2-1.src.rock [2020-10-22T00:50:21.592Z] [2020-10-22T00:50:21.655Z] Collecting idna<2.8,>=2.5 [2020-10-22T00:50:21.656Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-10-22T00:50:21.853Z] date 2.1.2-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-22T00:50:21.853Z] [2020-10-22T00:50:21.853Z] kong-lapis 1.7.0.1-1 depends on etlua (not installed) [2020-10-22T00:50:21.853Z] Installing https://luarocks.org/etlua-1.3.0-1.src.rock [2020-10-22T00:50:21.942Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2020-10-22T00:50:21.942Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2020-10-22T00:50:22.232Z] Collecting docker-pycreds>=0.4.0 [2020-10-22T00:50:22.232Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-10-22T00:50:22.425Z] [2020-10-22T00:50:22.425Z] etlua 1.3.0-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-22T00:50:22.425Z] [2020-10-22T00:50:22.425Z] kong-lapis 1.7.0.1-1 depends on loadkit (not installed) [2020-10-22T00:50:22.425Z] Installing https://luarocks.org/loadkit-1.1.0-1.src.rock [2020-10-22T00:50:22.690Z] [2020-10-22T00:50:22.951Z] loadkit 1.1.0-1 is now installed in /build/parts/kong/install (license: MIT) [2020-10-22T00:50:22.951Z] [2020-10-22T00:50:22.951Z] kong-lapis 1.7.0.1-1 depends on lpeg (not installed) [2020-10-22T00:50:22.951Z] Installing https://luarocks.org/lpeg-1.0.2-1.src.rock [2020-10-22T00:50:23.245Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-10-22T00:50:23.245Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-10-22T00:50:23.245Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-10-22T00:50:23.245Z] Removing intermediate container cf03b50c5799 [2020-10-22T00:50:23.245Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-10-22T00:50:23.245Z] ---> faab21d5555e [2020-10-22T00:50:23.245Z] Step 6/22 : COPY go.mod . [2020-10-22T00:50:25.272Z] Installing collected packages: dockerpty, cached-property, PyYAML, texttable, urllib3, idna, requests, jsonschema, websocket-client, docopt, docker-pycreds, docker, docker-compose [2020-10-22T00:50:25.272Z] Running setup.py install for dockerpty: started [2020-10-22T00:50:25.272Z] ---> 6b4db0e2d362 [2020-10-22T00:50:25.272Z] Step 7/22 : RUN go mod download [2020-10-22T00:50:26.368Z] ---> Running in 2aad82043a88 [2020-10-22T00:50:27.265Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:50:27.265Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:50:27.265Z] ---> 7fda97811e95 [2020-10-22T00:50:27.265Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:50:27.265Z] ---> Using cache [2020-10-22T00:50:27.265Z] ---> ac308de25f70 [2020-10-22T00:50:27.265Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:50:27.265Z] ---> Using cache [2020-10-22T00:50:27.558Z] ---> 8b43d2aeab9d [2020-10-22T00:50:27.558Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T00:50:27.558Z] ---> Using cache [2020-10-22T00:50:27.558Z] ---> cbe16bbd3b93 [2020-10-22T00:50:27.558Z] Step 6/22 : COPY go.mod . [2020-10-22T00:50:27.558Z] ---> Using cache [2020-10-22T00:50:27.558Z] ---> 99127e348023 [2020-10-22T00:50:27.558Z] Step 7/22 : RUN go mod download [2020-10-22T00:50:27.558Z] ---> Running in 5073d164b43f [2020-10-22T00:50:27.899Z] Removing intermediate container 1db00615b0e6 [2020-10-22T00:50:27.899Z] ---> 8121d7553973 [2020-10-22T00:50:27.899Z] Step 8/20 : COPY . . [2020-10-22T00:50:29.506Z] Running setup.py install for dockerpty: finished with status 'done' [2020-10-22T00:50:29.506Z] Running setup.py install for PyYAML: started [2020-10-22T00:50:33.950Z] Running setup.py install for PyYAML: finished with status 'done' [2020-10-22T00:50:33.950Z] Running setup.py install for texttable: started [2020-10-22T00:50:34.961Z] Removing intermediate container 2aad82043a88 [2020-10-22T00:50:34.961Z] ---> 263291462e8c [2020-10-22T00:50:34.961Z] Step 8/22 : COPY . . [2020-10-22T00:50:35.578Z] Removing intermediate container 5073d164b43f [2020-10-22T00:50:35.578Z] ---> 4daf83fca814 [2020-10-22T00:50:35.578Z] Step 8/22 : COPY . . [2020-10-22T00:50:37.043Z] Running setup.py install for texttable: finished with status 'done' [2020-10-22T00:50:37.043Z] Attempting uninstall: urllib3 [2020-10-22T00:50:37.043Z] Found existing installation: urllib3 1.25.9 [2020-10-22T00:50:37.043Z] Uninstalling urllib3-1.25.9: [2020-10-22T00:50:37.320Z] Successfully uninstalled urllib3-1.25.9 [2020-10-22T00:50:38.332Z] Attempting uninstall: idna [2020-10-22T00:50:38.332Z] Found existing installation: idna 2.9 [2020-10-22T00:50:38.332Z] Uninstalling idna-2.9: [2020-10-22T00:50:38.619Z] Successfully uninstalled idna-2.9 [2020-10-22T00:50:39.247Z] Attempting uninstall: requests [2020-10-22T00:50:39.248Z] Found existing installation: requests 2.23.0 [2020-10-22T00:50:39.248Z] Uninstalling requests-2.23.0: [2020-10-22T00:50:39.542Z] Successfully uninstalled requests-2.23.0 [2020-10-22T00:50:41.030Z] Running setup.py install for docopt: started [2020-10-22T00:50:44.548Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:50:44.548Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-10-22T00:50:44.548Z] ---> 7fda97811e95 [2020-10-22T00:50:44.548Z] Step 3/29 : WORKDIR /edgex-go [2020-10-22T00:50:44.548Z] ---> Using cache [2020-10-22T00:50:44.548Z] ---> ac308de25f70 [2020-10-22T00:50:44.548Z] Step 4/29 : RUN apk update && apk add make git [2020-10-22T00:50:44.548Z] Running setup.py install for docopt: finished with status 'done' [2020-10-22T00:50:52.986Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2020-10-22T00:50:53.589Z] ---> Running in a94ab384ba67 [2020-10-22T00:50:54.580Z] ---> 15bf17d9f068 [2020-10-22T00:50:54.580Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-10-22T00:50:54.860Z] ---> Running in 8826a016cafd [2020-10-22T00:50:55.074Z] [2020-10-22T00:50:55.074Z] Error: Failed installing dependency: https://luarocks.org/kong-lapis-1.7.0.1-1.src.rock - Failed installing dependency: https://luarocks.org/lpeg-1.0.2-1.src.rock - Could not fetch rock file: Error fetching file: Failed downloading https://luarocks.org/lpeg-1.0.2-1.src.rock - lpeg-1.0.2-1.src.rock [2020-10-22T00:50:55.074Z] Failed to run 'override-build': Exit code was 1. [Pipeline] } [2020-10-22T00:50:55.086Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2020-10-22T00:50:55.880Z] ---> f9957ce7b279 [2020-10-22T00:50:55.880Z] Step 9/22 : RUN make cmd/support-logging/support-logging [Pipeline] // stage [Pipeline] } [2020-10-22T00:50:55.955Z] Failed in branch amd64 [2020-10-22T00:50:56.156Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:50:56.157Z] ---> Running in a01313b0053c [2020-10-22T00:50:57.169Z] ---> ae2df6db9e3e [2020-10-22T00:50:57.169Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-10-22T00:50:57.169Z] ---> Running in b95484d6b798 [2020-10-22T00:50:57.449Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2020-10-22T00:50:57.727Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:50:58.723Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-10-22T00:50:59.360Z] Removing intermediate container 6c9aef5b293b [2020-10-22T00:50:59.360Z] ---> 7781663bebb3 [2020-10-22T00:50:59.360Z] Step 22/27 : RUN apk --no-cache add curl [2020-10-22T00:50:59.661Z] ---> Running in b6f179e05f00 [2020-10-22T00:50:59.661Z] v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:50:59.661Z] v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:50:59.661Z] OK: 12623 distinct packages available [2020-10-22T00:51:00.284Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2020-10-22T00:51:00.896Z] OK: 217 MiB in 51 packages [2020-10-22T00:51:02.364Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:51:02.651Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:51:02.931Z] Removing intermediate container a94ab384ba67 [2020-10-22T00:51:02.931Z] ---> 1ed96380442e [2020-10-22T00:51:02.931Z] Step 5/29 : COPY go.mod . [2020-10-22T00:51:03.932Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T00:51:03.932Z] (2/3) Installing libcurl (7.69.1-r1) [2020-10-22T00:51:03.932Z] (3/3) Installing curl (7.69.1-r1) [2020-10-22T00:51:03.932Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:51:03.932Z] OK: 71 MiB in 58 packages [2020-10-22T00:51:03.932Z] ---> 4e582b0ca033 [2020-10-22T00:51:04.231Z] Step 6/29 : RUN go mod download [2020-10-22T00:51:04.231Z] ---> Running in 471bee7d638f [2020-10-22T00:51:06.245Z] Removing intermediate container b6f179e05f00 [2020-10-22T00:51:06.245Z] ---> eb8e3a610d3c [2020-10-22T00:51:06.245Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-10-22T00:51:06.245Z] ---> Running in 17fbc9f6785b [2020-10-22T00:51:07.253Z] Removing intermediate container 17fbc9f6785b [2020-10-22T00:51:07.253Z] ---> 447a596da5ea [2020-10-22T00:51:07.253Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:51:07.253Z] ---> Running in d4a15c8e1833 [2020-10-22T00:51:07.865Z] Removing intermediate container d4a15c8e1833 [2020-10-22T00:51:07.865Z] ---> e64872e0d81d [2020-10-22T00:51:07.865Z] Step 25/27 : LABEL arch=arm64 [2020-10-22T00:51:08.141Z] ---> Running in 3ac8cad735a8 [2020-10-22T00:51:08.747Z] Removing intermediate container 3ac8cad735a8 [2020-10-22T00:51:08.747Z] ---> ea97b6abf52a [2020-10-22T00:51:08.747Z] Step 26/27 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:51:09.025Z] ---> Running in 8b78b71fffac [2020-10-22T00:51:10.011Z] Removing intermediate container 8b78b71fffac [2020-10-22T00:51:10.011Z] ---> 36f9d065cb9c [2020-10-22T00:51:10.011Z] Step 27/27 : LABEL version=0.0.0 [2020-10-22T00:51:10.011Z] ---> Running in 3ada478c4c4b [2020-10-22T00:51:10.622Z] Removing intermediate container 471bee7d638f [2020-10-22T00:51:10.622Z] ---> 22187114060d [2020-10-22T00:51:10.622Z] Step 7/29 : COPY . . [2020-10-22T00:51:10.900Z] Removing intermediate container 3ada478c4c4b [2020-10-22T00:51:10.900Z] ---> a75bfe5f890b [2020-10-22T00:51:10.900Z] [2020-10-22T00:51:11.907Z] Successfully built a75bfe5f890b [2020-10-22T00:51:12.184Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-10-22T00:51:12.184Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-10-22T00:51:34.435Z] ---> b1a6ba40d587 [2020-10-22T00:51:34.435Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-10-22T00:51:34.435Z] ---> Running in e18007f698ff [2020-10-22T00:51:37.154Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-10-22T00:51:44.023Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-10-22T00:51:44.023Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-10-22T00:51:44.023Z] ---> 7fda97811e95 [2020-10-22T00:51:44.023Z] Step 3/22 : WORKDIR /edgex-go [2020-10-22T00:51:44.023Z] ---> Using cache [2020-10-22T00:51:44.023Z] ---> ac308de25f70 [2020-10-22T00:51:44.023Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T00:51:44.023Z] ---> Using cache [2020-10-22T00:51:44.023Z] ---> 8b43d2aeab9d [2020-10-22T00:51:44.023Z] Step 5/22 : RUN apk update && apk add make git [2020-10-22T00:51:44.023Z] ---> Using cache [2020-10-22T00:51:44.023Z] ---> cbe16bbd3b93 [2020-10-22T00:51:44.023Z] Step 6/22 : COPY go.mod . [2020-10-22T00:51:44.023Z] ---> Using cache [2020-10-22T00:51:44.023Z] ---> 99127e348023 [2020-10-22T00:51:44.023Z] Step 7/22 : RUN go mod download [2020-10-22T00:51:44.023Z] ---> Using cache [2020-10-22T00:51:44.023Z] ---> 4daf83fca814 [2020-10-22T00:51:44.023Z] Step 8/22 : COPY . . [2020-10-22T00:51:44.023Z] ---> Using cache [2020-10-22T00:51:44.023Z] ---> ae2df6db9e3e [2020-10-22T00:51:44.023Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-10-22T00:51:44.309Z] ---> Running in 76b1bd9e68c2 [2020-10-22T00:51:46.994Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2020-10-22T00:52:43.670Z] Removing intermediate container 8826a016cafd [2020-10-22T00:52:43.671Z] ---> e2d48521eef7 [2020-10-22T00:52:43.671Z] [2020-10-22T00:52:43.671Z] Step 10/20 : FROM alpine [2020-10-22T00:52:43.671Z] ---> 62ee0e9f8440 [2020-10-22T00:52:43.671Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-10-22T00:52:43.671Z] ---> Running in 2294a698b980 [2020-10-22T00:52:45.703Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:52:46.308Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:52:47.304Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:52:47.304Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:52:47.304Z] OK: 12621 distinct packages available [2020-10-22T00:52:48.770Z] (1/4) Installing ca-certificates (20191127-r4) [2020-10-22T00:52:48.770Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-10-22T00:52:49.048Z] (3/4) Installing libcurl (7.69.1-r1) [2020-10-22T00:52:49.048Z] (4/4) Installing curl (7.69.1-r1) [2020-10-22T00:52:49.048Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:52:49.048Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T00:52:49.329Z] OK: 7 MiB in 18 packages [2020-10-22T00:52:52.056Z] Removing intermediate container 2294a698b980 [2020-10-22T00:52:52.056Z] ---> 3c9953431c6c [2020-10-22T00:52:52.056Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-10-22T00:52:52.357Z] ---> Running in fc10b47d7533 [2020-10-22T00:52:53.394Z] Removing intermediate container fc10b47d7533 [2020-10-22T00:52:53.394Z] ---> 0cd40c9992de [2020-10-22T00:52:53.394Z] Step 13/20 : WORKDIR /edgex [2020-10-22T00:52:53.394Z] ---> Running in ec403869578b [2020-10-22T00:52:54.019Z] Removing intermediate container ec403869578b [2020-10-22T00:52:54.019Z] ---> 77fc67bb1ecc [2020-10-22T00:52:54.019Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-10-22T00:52:55.522Z] ---> 0269e37fb037 [2020-10-22T00:52:55.522Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-10-22T00:52:57.009Z] ---> f3496509d653 [2020-10-22T00:52:57.009Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-10-22T00:52:57.303Z] ---> Running in d89f4c131042 [2020-10-22T00:52:57.930Z] Removing intermediate container d89f4c131042 [2020-10-22T00:52:57.930Z] ---> ed48ac6f6668 [2020-10-22T00:52:57.930Z] Step 17/20 : CMD ["--init=true"] [2020-10-22T00:52:58.214Z] ---> Running in 42c96fed29e3 [2020-10-22T00:52:58.817Z] Removing intermediate container 42c96fed29e3 [2020-10-22T00:52:58.817Z] ---> 55177c997fda [2020-10-22T00:52:58.817Z] Step 18/20 : LABEL arch=arm64 [2020-10-22T00:52:59.101Z] ---> Running in 694a05e201d9 [2020-10-22T00:52:59.731Z] Removing intermediate container 694a05e201d9 [2020-10-22T00:52:59.731Z] ---> a00cd6c181f4 [2020-10-22T00:52:59.731Z] Step 19/20 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:53:00.013Z] ---> Running in dcbf75380dd7 [2020-10-22T00:53:01.015Z] Removing intermediate container dcbf75380dd7 [2020-10-22T00:53:01.015Z] ---> 43dc6d7d5ed1 [2020-10-22T00:53:01.015Z] Step 20/20 : LABEL version=0.0.0 [2020-10-22T00:53:01.015Z] ---> Running in d58a37a4c76d [2020-10-22T00:53:01.633Z] Removing intermediate container d58a37a4c76d [2020-10-22T00:53:01.633Z] ---> b19ebcb34122 [2020-10-22T00:53:01.633Z] [2020-10-22T00:53:02.250Z] Successfully built b19ebcb34122 [2020-10-22T00:53:02.250Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-10-22T00:53:06.610Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container a01313b0053c [2020-10-22T00:53:06.610Z] ---> 80c7436c60b0 [2020-10-22T00:53:06.610Z] [2020-10-22T00:53:06.610Z] Step 10/22 : FROM scratch [2020-10-22T00:53:06.610Z] ---> [2020-10-22T00:53:06.610Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-10-22T00:53:06.610Z] ---> Using cache [2020-10-22T00:53:06.610Z] ---> 1f261d35b484 [2020-10-22T00:53:06.610Z] Step 12/22 : ENV APP_PORT=48061 [2020-10-22T00:53:06.890Z] ---> Running in 13ba17499a32 [2020-10-22T00:53:07.506Z] Removing intermediate container 13ba17499a32 [2020-10-22T00:53:07.506Z] ---> 577f8b2c9cb8 [2020-10-22T00:53:07.506Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:53:07.794Z] ---> Running in 1e6d0ac6b6cd [2020-10-22T00:53:08.408Z] Removing intermediate container 1e6d0ac6b6cd [2020-10-22T00:53:08.408Z] ---> 8d1ce513e63d [2020-10-22T00:53:08.408Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-10-22T00:53:09.414Z] ---> c08de809f5f9 [2020-10-22T00:53:09.414Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-10-22T00:53:10.907Z] ---> a6fa40fd16f0 [2020-10-22T00:53:10.907Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-10-22T00:53:12.375Z] ---> 445006b447b1 [2020-10-22T00:53:12.375Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-10-22T00:53:13.863Z] ---> 1d47cfe68f65 [2020-10-22T00:53:13.863Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-10-22T00:53:14.144Z] ---> Running in 030d1f6032b1 [2020-10-22T00:53:15.145Z] Removing intermediate container 030d1f6032b1 [2020-10-22T00:53:15.145Z] ---> 4516c982fb11 [2020-10-22T00:53:15.145Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:53:15.432Z] ---> Running in 34db93cab9dd [2020-10-22T00:53:16.967Z] Removing intermediate container 34db93cab9dd [2020-10-22T00:53:16.967Z] ---> bdf39cb53707 [2020-10-22T00:53:16.967Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T00:53:16.967Z] ---> Running in e66947f6bc6d [2020-10-22T00:53:16.967Z] Removing intermediate container e18007f698ff [2020-10-22T00:53:16.967Z] ---> fc9f0855b83f [2020-10-22T00:53:16.967Z] [2020-10-22T00:53:16.967Z] Step 9/29 : FROM alpine:latest [2020-10-22T00:53:16.967Z] ---> 62ee0e9f8440 [2020-10-22T00:53:16.967Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-10-22T00:53:17.253Z] ---> Running in 9a16639f659d [2020-10-22T00:53:17.554Z] Removing intermediate container e66947f6bc6d [2020-10-22T00:53:17.555Z] ---> 4e874472d5b2 [2020-10-22T00:53:17.555Z] Step 21/22 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:53:17.839Z] ---> Running in 45e2c6d4215c [2020-10-22T00:53:18.120Z] Removing intermediate container 9a16639f659d [2020-10-22T00:53:18.120Z] ---> 947f0407c330 [2020-10-22T00:53:18.120Z] Step 11/29 : USER root [2020-10-22T00:53:18.420Z] ---> Running in 97e5f685175a [2020-10-22T00:53:19.078Z] Removing intermediate container 45e2c6d4215c [2020-10-22T00:53:19.079Z] ---> 8f46b17fa1cc [2020-10-22T00:53:19.079Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:53:19.373Z] ---> Running in 2f8527901535 [2020-10-22T00:53:19.669Z] Removing intermediate container 97e5f685175a [2020-10-22T00:53:19.669Z] ---> 915d458d8888 [2020-10-22T00:53:19.669Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-10-22T00:53:19.959Z] ---> Running in 33cbdb895982 [2020-10-22T00:53:20.605Z] Removing intermediate container 2f8527901535 [2020-10-22T00:53:20.605Z] ---> 305c04bbe6bd [2020-10-22T00:53:20.605Z] [2020-10-22T00:53:20.911Z] Removing intermediate container b95484d6b798 [2020-10-22T00:53:20.911Z] ---> 1fad97d45cd9 [2020-10-22T00:53:20.911Z] [2020-10-22T00:53:20.911Z] Step 10/22 : FROM scratch [2020-10-22T00:53:21.209Z] ---> [2020-10-22T00:53:21.209Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:53:21.511Z] Successfully built 305c04bbe6bd [2020-10-22T00:53:21.511Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-10-22T00:53:21.799Z]  Building docker-support-logging-go ... done  ---> Using cache [2020-10-22T00:53:21.799Z] ---> 349ddb27df15 [2020-10-22T00:53:21.799Z] Step 12/22 : ENV APP_PORT=48082 [2020-10-22T00:53:21.799Z] ---> Running in 8e23760e0f1e [2020-10-22T00:53:22.831Z] Removing intermediate container 8e23760e0f1e [2020-10-22T00:53:22.831Z] ---> 2f07075a9319 [2020-10-22T00:53:22.831Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:53:22.831Z] ---> Running in 2fdcb3e3858c [2020-10-22T00:53:22.831Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T00:53:23.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T00:53:23.495Z] Removing intermediate container 2fdcb3e3858c [2020-10-22T00:53:23.495Z] ---> 7ef338d9ca61 [2020-10-22T00:53:23.495Z] Step 14/22 : WORKDIR / [2020-10-22T00:53:23.495Z] ---> Running in 77d85a65b3aa [2020-10-22T00:53:24.120Z] v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-10-22T00:53:24.120Z] v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-10-22T00:53:24.120Z] OK: 12621 distinct packages available [2020-10-22T00:53:24.403Z] Removing intermediate container 77d85a65b3aa [2020-10-22T00:53:24.403Z] ---> 4d16efcd7156 [2020-10-22T00:53:24.403Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-10-22T00:53:25.025Z] (1/2) Installing ca-certificates (20191127-r4) [2020-10-22T00:53:25.321Z] ---> e04718b318b3 [2020-10-22T00:53:25.321Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-10-22T00:53:25.321Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-10-22T00:53:25.321Z] Executing busybox-1.31.1-r16.trigger [2020-10-22T00:53:25.321Z] Executing ca-certificates-20191127-r4.trigger [2020-10-22T00:53:25.635Z] OK: 6 MiB in 16 packages [2020-10-22T00:53:27.717Z] ---> aad766c82472 [2020-10-22T00:53:27.717Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-10-22T00:53:28.342Z] Removing intermediate container 33cbdb895982 [2020-10-22T00:53:28.342Z] ---> 73754f4cc2a1 [2020-10-22T00:53:28.342Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-10-22T00:53:28.342Z] ---> Running in bfdfb4ed0f2c [2020-10-22T00:53:28.641Z] ---> 2e8b2f681c60 [2020-10-22T00:53:28.641Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-10-22T00:53:28.931Z] ---> Running in 625b485d0bf2 [2020-10-22T00:53:29.245Z] Removing intermediate container bfdfb4ed0f2c [2020-10-22T00:53:29.246Z] ---> 24388eb1120e [2020-10-22T00:53:29.246Z] Step 14/29 : WORKDIR $BASE_DIR [2020-10-22T00:53:29.643Z] ---> Running in 9d72d18986a2 [2020-10-22T00:53:29.643Z] Removing intermediate container 625b485d0bf2 [2020-10-22T00:53:29.643Z] ---> 6565c78728b2 [2020-10-22T00:53:29.643Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:53:29.939Z] ---> Running in e44015806a51 [2020-10-22T00:53:30.244Z] Removing intermediate container 9d72d18986a2 [2020-10-22T00:53:30.244Z] ---> 03e82d886e20 [2020-10-22T00:53:30.244Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-10-22T00:53:30.540Z] ---> Running in 1214c3b114f3 [2020-10-22T00:53:30.836Z] Removing intermediate container e44015806a51 [2020-10-22T00:53:30.836Z] ---> 86960da45061 [2020-10-22T00:53:30.836Z] Step 20/22 : LABEL arch=arm64 [2020-10-22T00:53:31.119Z] ---> Running in 17651cc50a35 [2020-10-22T00:53:31.742Z] Removing intermediate container 17651cc50a35 [2020-10-22T00:53:31.742Z] ---> c704a026833a [2020-10-22T00:53:31.742Z] Step 21/22 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:53:32.038Z] ---> Running in 692a5fa19476 [2020-10-22T00:53:32.673Z] Removing intermediate container 692a5fa19476 [2020-10-22T00:53:32.673Z] ---> 438c58697ee1 [2020-10-22T00:53:32.673Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:53:32.954Z] ---> Running in 907e66ac486e [2020-10-22T00:53:33.972Z] Removing intermediate container 907e66ac486e [2020-10-22T00:53:33.972Z] ---> fa3590d9b016 [2020-10-22T00:53:33.972Z] [2020-10-22T00:53:34.275Z] Successfully built fa3590d9b016 [2020-10-22T00:53:34.563Z] Successfully tagged docker-core-command-go-arm64:latest [2020-10-22T00:53:34.860Z]  Building docker-core-command-go ... done Removing intermediate container 1214c3b114f3 [2020-10-22T00:53:34.860Z] ---> 8f26a469e877 [2020-10-22T00:53:34.860Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-10-22T00:53:35.889Z] ---> a8c96c9adc8a [2020-10-22T00:53:35.889Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-10-22T00:53:37.350Z] ---> 051ed2706b74 [2020-10-22T00:53:37.350Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-10-22T00:53:38.009Z] ---> 5ac74de45199 [2020-10-22T00:53:38.009Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-10-22T00:53:39.076Z] ---> c315f0cdf4aa [2020-10-22T00:53:39.076Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-10-22T00:53:40.088Z] ---> d0ae5b1c45f4 [2020-10-22T00:53:40.088Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-10-22T00:53:40.088Z] ---> Running in 6bbfac277c24 [2020-10-22T00:53:43.907Z] Removing intermediate container 6bbfac277c24 [2020-10-22T00:53:43.907Z] ---> 78642b6a9bfd [2020-10-22T00:53:43.907Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-10-22T00:53:45.333Z] ---> b3837c4526f9 [2020-10-22T00:53:45.333Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-10-22T00:53:45.333Z] ---> Running in 1be942344ea9 [2020-10-22T00:53:46.922Z] Removing intermediate container 76b1bd9e68c2 [2020-10-22T00:53:46.922Z] ---> 295373ae5fdb [2020-10-22T00:53:46.922Z] [2020-10-22T00:53:46.922Z] Step 10/22 : FROM scratch [2020-10-22T00:53:46.922Z] ---> [2020-10-22T00:53:46.922Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-10-22T00:53:46.922Z] ---> Using cache [2020-10-22T00:53:46.922Z] ---> 349ddb27df15 [2020-10-22T00:53:46.922Z] Step 12/22 : ENV APP_PORT=48081 [2020-10-22T00:53:46.922Z] ---> Running in 88d6a64d7e40 [2020-10-22T00:53:47.634Z] Removing intermediate container 88d6a64d7e40 [2020-10-22T00:53:47.634Z] ---> df3365131cd5 [2020-10-22T00:53:47.634Z] Step 13/22 : EXPOSE $APP_PORT [2020-10-22T00:53:47.634Z] ---> Running in 2b5012288479 [2020-10-22T00:53:48.190Z] Removing intermediate container 2b5012288479 [2020-10-22T00:53:48.190Z] ---> c9ebf330cd44 [2020-10-22T00:53:48.190Z] Step 14/22 : WORKDIR / [2020-10-22T00:53:48.190Z] ---> Running in 3ec3ae4a6395 [2020-10-22T00:53:48.687Z] Removing intermediate container 1be942344ea9 [2020-10-22T00:53:48.687Z] ---> ace5f44a5eaf [2020-10-22T00:53:48.687Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-10-22T00:53:48.687Z] ---> Running in d6ec9f9d893a [2020-10-22T00:53:49.207Z] Removing intermediate container 3ec3ae4a6395 [2020-10-22T00:53:49.207Z] ---> c2725e717123 [2020-10-22T00:53:49.207Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-10-22T00:53:49.648Z] ---> 6b68cf97868e [2020-10-22T00:53:49.648Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-10-22T00:53:51.704Z] ---> 06e7524e2dc9 [2020-10-22T00:53:51.704Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-10-22T00:53:52.305Z] ---> aecb7004088a [2020-10-22T00:53:52.305Z] Step 18/22 : ENTRYPOINT ["/core-metadata"]Removing intermediate container d6ec9f9d893a [2020-10-22T00:53:52.305Z] [2020-10-22T00:53:52.305Z] ---> 0bad2231d1df [2020-10-22T00:53:52.305Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-10-22T00:53:52.582Z] ---> Running in 5a1e091d442a [2020-10-22T00:53:52.582Z] ---> Running in 1574d02b9e28 [2020-10-22T00:53:53.196Z] Removing intermediate container 1574d02b9e28 [2020-10-22T00:53:53.196Z] Removing intermediate container 5a1e091d442a [2020-10-22T00:53:53.196Z] ---> 26fd55e92635 [2020-10-22T00:53:53.196Z] ---> 7ee5d5770b8c [2020-10-22T00:53:53.196Z] Step 26/29 : CMD [ "generate" ]Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T00:53:53.196Z] [2020-10-22T00:53:53.196Z] ---> Running in 244fe21bdd27 [2020-10-22T00:53:53.196Z] ---> Running in d00e765eb36a [2020-10-22T00:53:53.812Z] Removing intermediate container 244fe21bdd27 [2020-10-22T00:53:53.812Z] Removing intermediate container d00e765eb36a [2020-10-22T00:53:53.812Z] ---> d58fa586fa7c [2020-10-22T00:53:53.812Z] ---> d62f0d613a84 [2020-10-22T00:53:53.812Z] Step 27/29 : LABEL arch=arm64Step 20/22 : LABEL arch=arm64 [2020-10-22T00:53:53.812Z] [2020-10-22T00:53:54.101Z] ---> Running in 4f8c310f4ae9 [2020-10-22T00:53:54.101Z] ---> Running in 41981ea97f2a [2020-10-22T00:53:54.730Z] Removing intermediate container 4f8c310f4ae9 [2020-10-22T00:53:54.730Z] ---> cc3465e7311c [2020-10-22T00:53:54.730Z] Step 21/22 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:53:54.730Z] Removing intermediate container 41981ea97f2a [2020-10-22T00:53:54.730Z] ---> ed24e46bb86f [2020-10-22T00:53:54.730Z] Step 28/29 : LABEL git_sha=d70b9507df2f743d6b5e9603d183f32fa66ddd3f [2020-10-22T00:53:55.006Z] ---> Running in c1d907fe0f28 [2020-10-22T00:53:55.006Z] ---> Running in 5b4661d1ae2d [2020-10-22T00:53:55.625Z] Removing intermediate container 5b4661d1ae2d [2020-10-22T00:53:55.625Z] ---> dbed212be2c9 [2020-10-22T00:53:55.625Z] Step 29/29 : LABEL version=0.0.0 [2020-10-22T00:53:55.625Z] Removing intermediate container c1d907fe0f28 [2020-10-22T00:53:55.625Z] ---> 5a93f22f81a7 [2020-10-22T00:53:55.625Z] Step 22/22 : LABEL version=0.0.0 [2020-10-22T00:53:55.625Z] ---> Running in 189c1af41344 [2020-10-22T00:53:55.625Z] ---> Running in 90529adc612c [2020-10-22T00:53:56.245Z] Removing intermediate container 90529adc612c [2020-10-22T00:53:56.245Z] Removing intermediate container 189c1af41344 [2020-10-22T00:53:56.245Z] ---> e5f0b32294c7 [2020-10-22T00:53:56.245Z] ---> 930d00252222 [2020-10-22T00:53:56.245Z] [2020-10-22T00:53:56.245Z] [2020-10-22T00:53:56.849Z] Successfully built e5f0b32294c7 [2020-10-22T00:53:56.849Z] Successfully built 930d00252222 [2020-10-22T00:53:56.849Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-10-22T00:53:56.849Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-10-22T00:53:57.493Z]  Building docker-core-metadata-go ... done  Building docker-security-secrets-setup-go ... done  [Pipeline] } [2020-10-22T00:53:57.540Z] $ docker stop --time=1 d87ad45fa4fd13a1929b0801aa6ab020e755ebd9ea14b5f37e418eb678aa6bc4 [2020-10-22T00:53:59.660Z] $ docker rm -f d87ad45fa4fd13a1929b0801aa6ab020e755ebd9ea14b5f37e418eb678aa6bc4 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T00:54:00.656Z] + docker images [2020-10-22T00:54:00.656Z] + grep docker [2020-10-22T00:54:01.255Z] docker-core-metadata-go-arm64 latest 930d00252222 4 seconds ago 13.5MB [2020-10-22T00:54:01.255Z] docker-security-secrets-setup-go-arm64 latest e5f0b32294c7 4 seconds ago 22.7MB [2020-10-22T00:54:01.255Z] docker-core-command-go-arm64 latest fa3590d9b016 27 seconds ago 11.4MB [2020-10-22T00:54:01.255Z] docker-support-logging-go-arm64 latest 305c04bbe6bd 40 seconds ago 10.6MB [2020-10-22T00:54:01.255Z] docker-security-proxy-setup-go-arm64 latest b19ebcb34122 59 seconds ago 15.1MB [2020-10-22T00:54:01.255Z] docker-sys-mgmt-agent-go-arm64 latest a75bfe5f890b 2 minutes ago 270MB [2020-10-22T00:54:01.255Z] docker-core-data-go-arm64 latest 826e077a6ba4 3 minutes ago 22.2MB [2020-10-22T00:54:01.255Z] docker-support-notifications-go-arm64 latest 43128ac6316f 4 minutes ago 12.9MB [2020-10-22T00:54:01.255Z] docker-support-scheduler-go-arm64 latest b0f5fcd0573e 4 minutes ago 11.5MB [2020-10-22T00:54:01.255Z] docker-security-secretstore-setup-go-arm64 latest 718401d03d1f 4 minutes ago 30.8MB [2020-10-22T00:54:01.255Z] docker latest 79b81ba6d94d 29 hours ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:54:04.909Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:54:05.814Z] ---> package-listing.sh [2020-10-22T00:54:05.814Z] ++ facter osfamily [2020-10-22T00:54:05.814Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T00:54:05.814Z] + OS_FAMILY=redhat [2020-10-22T00:54:05.814Z] + workspace=/w/workspace/edgex-go/2 [2020-10-22T00:54:05.814Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T00:54:05.814Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T00:54:05.814Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T00:54:05.814Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T00:54:05.814Z] + '[' /w/workspace/edgex-go/2 ']' [2020-10-22T00:54:05.814Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T00:54:05.814Z] + case "${OS_FAMILY}" in [2020-10-22T00:54:05.814Z] + rpm -qa [2020-10-22T00:54:05.814Z] + sort [2020-10-22T00:54:10.303Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T00:54:10.303Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T00:54:10.303Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T00:54:10.303Z] + '[' /w/workspace/edgex-go/2 ']' [2020-10-22T00:54:10.303Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2020-10-22T00:54:10.303Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2020-10-22T00:54:10.318Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-22T00:54:10.613Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:54:10.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T00:54:10.931Z] [2020-10-22T00:54:10.931Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T00:54:11.300Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T00:54:11.300Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T00:54:11.300Z] df20fa9351a1: Already exists [2020-10-22T00:54:11.300Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T00:54:11.300Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T00:54:11.300Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T00:54:11.300Z] 93b61091891f: Pulling fs layer [2020-10-22T00:54:11.300Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T00:54:11.300Z] 5e14af77c1be: Pulling fs layer [2020-10-22T00:54:11.300Z] 01666e4c0597: Pulling fs layer [2020-10-22T00:54:11.300Z] aa168da1d23b: Pulling fs layer [2020-10-22T00:54:11.300Z] 93b61091891f: Waiting [2020-10-22T00:54:11.300Z] 93b9cdb0e59b: Waiting [2020-10-22T00:54:11.300Z] 5e14af77c1be: Waiting [2020-10-22T00:54:11.300Z] 01666e4c0597: Waiting [2020-10-22T00:54:11.300Z] aa168da1d23b: Waiting [2020-10-22T00:54:11.300Z] 46f8f816bc3b: Verifying Checksum [2020-10-22T00:54:11.300Z] 46f8f816bc3b: Download complete [2020-10-22T00:54:11.300Z] 36b3adc4ff6f: Verifying Checksum [2020-10-22T00:54:11.300Z] 36b3adc4ff6f: Download complete [2020-10-22T00:54:11.300Z] 93b9cdb0e59b: Verifying Checksum [2020-10-22T00:54:11.300Z] 93b9cdb0e59b: Download complete [2020-10-22T00:54:11.574Z] 5e14af77c1be: Verifying Checksum [2020-10-22T00:54:11.574Z] 5e14af77c1be: Download complete [2020-10-22T00:54:11.574Z] 93b61091891f: Download complete [2020-10-22T00:54:11.574Z] 01666e4c0597: Verifying Checksum [2020-10-22T00:54:11.574Z] 01666e4c0597: Download complete [2020-10-22T00:54:11.836Z] 36b3adc4ff6f: Pull complete [2020-10-22T00:54:12.799Z] 8ad3a11d3b57: Verifying Checksum [2020-10-22T00:54:12.799Z] 8ad3a11d3b57: Download complete [2020-10-22T00:54:13.387Z] 8ad3a11d3b57: Pull complete [2020-10-22T00:54:13.651Z] 46f8f816bc3b: Pull complete [2020-10-22T00:54:14.610Z] aa168da1d23b: Verifying Checksum [2020-10-22T00:54:14.610Z] aa168da1d23b: Download complete [2020-10-22T00:54:15.556Z] 93b61091891f: Pull complete [2020-10-22T00:54:15.556Z] 93b9cdb0e59b: Pull complete [2020-10-22T00:54:15.556Z] 5e14af77c1be: Pull complete [2020-10-22T00:54:15.828Z] 01666e4c0597: Pull complete [2020-10-22T00:54:25.889Z] aa168da1d23b: Pull complete [2020-10-22T00:54:25.889Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T00:54:25.889Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T00:54:25.889Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T00:54:26.148Z] prd-centos7-docker-4c-2g-7622 does not seem to be running inside a container [2020-10-22T00:54:26.211Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-22T00:54:32.881Z] $ docker top c9dfeb48963b663495734d72811157c6c29ace496708fdbc51f6b3ee3fb2186a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T00:54:33.519Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T00:54:33.827Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T00:54:34.129Z] + ls /var/log/sa-host [2020-10-22T00:54:34.129Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T00:54:34.129Z] file_magic: OK [2020-10-22T00:54:34.129Z] HZ: Using current value: 100 [2020-10-22T00:54:34.129Z] file_header: OK [2020-10-22T00:54:34.129Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-22T00:54:34.129Z] Statistics: [2020-10-22T00:54:34.129Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T00:54:34.129Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T00:54:34.129Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T00:54:34.129Z] file_magic: OK [2020-10-22T00:54:34.129Z] HZ: Using current value: 100 [2020-10-22T00:54:34.129Z] file_header: OK [2020-10-22T00:54:34.129Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-10-22T00:54:34.129Z] Statistics: [2020-10-22T00:54:34.130Z] 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...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T00:54:34.130Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T00:54:34.760Z] provisioning config files... [2020-10-22T00:54:34.788Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config7291425883121225060tmp [Pipeline] { [Pipeline] echo [2020-10-22T00:54:34.899Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:54:35.199Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T00:54:35.214Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T00:54:35.319Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:54:35.636Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T00:54:35.651Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:54:35.964Z] ---> sudo-logs.sh [2020-10-22T00:54:35.964Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T00:54:35.975Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:54:36.279Z] ---> job-cost.sh [2020-10-22T00:54:36.279Z] lf-activate-venv: SKIPPING [2020-10-22T00:54:36.279Z] INFO: No Stack... [2020-10-22T00:54:37.669Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T00:54:37.932Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T00:54:37.945Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T00:54:38.252Z] ---> logs-deploy.sh [2020-10-22T00:54:38.253Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2836/2 [2020-10-22T00:54:38.253Z] INFO: archiving workspace using pattern(s): [2020-10-22T00:54:40.184Z] Archives upload complete. [2020-10-22T00:54:40.184Z] INFO: archiving logs to Nexus