at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:748) [2023/09/22-07:01:54.010] [qtp726762476-96] [INFO] [dku.lambda.admin.api] - [ct: 1] Destroying the service [2023/09/22-07:01:54.010] [qtp726762476-96] [WARN] [dku.lambda.dispatcher] - Could not destroy service generations, continuing anyway java.lang.IllegalArgumentException: Service does not exist: d2c_ai_costing_api at org.apache.commons.lang.Validate.notNull(Validate.java:192) at com.dataiku.lambda.services.ServicesService.getGenerations(ServicesService.java:147) at com.dataiku.lambda.services.ServicesService.destroyService(ServicesService.java:125) at com.dataiku.lambda.admin.ServicesAdminController.deleteService(ServicesAdminController.java:92) at com.dataiku.lambda.admin.ServicesAdminController$$FastClassBySpringCGLIB$$3c7950d9.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) at com.dataiku.dip.server.controllers.AuditedCallAspect.doCall(AuditedCallAspect.java:62) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) at com.dataiku.lambda.LambdaCallTracingAspect.doCall(LambdaCallTracingAspect.java:72) at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.dataiku.lambda.admin.ServicesAdminController$$EnhancerBySpringCGLIB$$f78ac16b.deleteService() at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) at org.springframework.web.servlet.FrameworkServlet.doDelete(FrameworkServlet.java:931) at javax.servlet.http.HttpServlet.service(HttpServlet.java:713) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:554) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:748) [2023/09/22-07:01:54.010] [qtp726762476-96] [WARN] [dku.lambda.dispatcher] - Could not unregister the service, continuing anyway java.lang.IllegalArgumentException: Unknown service: d2c_ai_costing_api at org.apache.commons.lang.Validate.notNull(Validate.java:192) at com.dataiku.lambda.services.ServicesService.unregisterService(ServicesService.java:498) at com.dataiku.lambda.services.ServicesService.destroyService(ServicesService.java:133) at com.dataiku.lambda.admin.ServicesAdminController.deleteService(ServicesAdminController.java:92) at com.dataiku.lambda.admin.ServicesAdminController$$FastClassBySpringCGLIB$$3c7950d9.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) at com.dataiku.dip.server.controllers.AuditedCallAspect.doCall(AuditedCallAspect.java:62) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) at com.dataiku.lambda.LambdaCallTracingAspect.doCall(LambdaCallTracingAspect.java:72) at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.dataiku.lambda.admin.ServicesAdminController$$EnhancerBySpringCGLIB$$f78ac16b.deleteService() at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) at org.springframework.web.servlet.FrameworkServlet.doDelete(FrameworkServlet.java:931) at javax.servlet.http.HttpServlet.service(HttpServlet.java:713) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:554) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:748) [2023/09/22-07:01:54.015] [qtp726762476-96] [DEBUG] [dku.tracing] - [ct: 6] Done call: /admin/api/services/{serviceId:.+} [DELETE] time=6ms user=none [serviceId=d2c_ai_costing_api] [2023/09/22-07:01:54.016] [qtp726762476-29] [DEBUG] [dku.tracing] - [ct: 0] Start call: /admin/api/services [POST] user=none [2023/09/22-07:01:54.016] [qtp726762476-29] [DEBUG] [dku.apinode.auth.service] - [ct: 0] Verify the admin API key [2023/09/22-07:01:54.017] [qtp726762476-29] [DEBUG] [dku.apinode.auth.service] - [ct: 1] API apiKey configured, verifying the api apiKey [2023/09/22-07:01:54.017] [qtp726762476-29] [INFO] [dku.lambda.service.manager] - [ct: 1] Creating ServiceManager for d2c_ai_costing_api [2023/09/22-07:01:54.018] [qtp726762476-29] [DEBUG] [dku.tracing] - [ct: 2] Done call: /admin/api/services [POST] time=1ms user=none [2023/09/22-07:01:54.019] [qtp726762476-96] [DEBUG] [dku.tracing] - [ct: 0] Start call: /admin/api/services/{serviceId}/generations/actions/importFromDirectory [POST] user=none [serviceId=d2c_ai_costing_api dirPath=/data/dss_install/tmp/apinode-devserver-package/d2c_ai_costing_api5490141459025050029] [2023/09/22-07:01:54.019] [qtp726762476-96] [DEBUG] [dku.apinode.auth.service] - [ct: 0] Verify the admin API key [2023/09/22-07:01:54.020] [qtp726762476-96] [DEBUG] [dku.apinode.auth.service] - [ct: 1] API apiKey configured, verifying the api apiKey [2023/09/22-07:01:54.020] [qtp726762476-96] [INFO] [dku.lambda.dispatcher] - [ct: 1] Start to import to service d2c_ai_costing_api from /data/dss_install/tmp/apinode-devserver-package/d2c_ai_costing_api5490141459025050029 [2023/09/22-07:01:54.020] [qtp726762476-96] [INFO] [dku.lambda.dispatcher] - [ct: 1] Importing to /data/dss_install/tmp/apinode-devserver/services/d2c_ai_costing_api/gens/d2c_ai_costing_api5490141459025050029 [2023/09/22-07:01:54.027] [qtp726762476-96] [DEBUG] [dku.tracing] - [ct: 8] Done call: /admin/api/services/{serviceId}/generations/actions/importFromDirectory [POST] time=8ms user=none [serviceId=d2c_ai_costing_api dirPath=/data/dss_install/tmp/apinode-devserver-package/d2c_ai_costing_api5490141459025050029] [2023/09/22-07:01:54.029] [qtp726762476-29] [DEBUG] [dku.tracing] - [ct: 0] Start call: /admin/api/services/{serviceId}/actions/switchToNewest [POST] user=none [serviceId=d2c_ai_costing_api] [2023/09/22-07:01:54.029] [qtp726762476-29] [DEBUG] [dku.apinode.auth.service] - [ct: 0] Verify the admin API key [2023/09/22-07:01:54.029] [qtp726762476-29] [DEBUG] [dku.apinode.auth.service] - [ct: 0] API apiKey configured, verifying the api apiKey [2023/09/22-07:01:54.029] [qtp726762476-29] [INFO] [dku.lambda.dispatcher] - [ct: 0] Asking service d2c_ai_costing_api to switch to NEWEST generation only [2023/09/22-07:01:54.029] [qtp726762476-29] [INFO] [dku.lambda.dispatcher] - [ct: 0] Asking service d2c_ai_costing_api to switch to SINGLE generation d2c_ai_costing_api5490141459025050029 [2023/09/22-07:01:54.030] [qtp726762476-29] [INFO] [dku.lambda.dispatcher] - [ct: 1] About to set mapping on service d2c_ai_costing_api: {"auditMetadata":{},"strategy":"RANDOM","mode":"SINGLE_GENERATION","generation":"d2c_ai_costing_api5490141459025050029","entries":[{"generation":"d2c_ai_costing_api5490141459025050029","proba":1.0}]} [2023/09/22-07:01:54.030] [qtp726762476-29] [INFO] [dku.lambda.service.manager] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 1] Creating ServiceGeneration for d2c_ai_costing_api [2023/09/22-07:01:54.030] [qtp726762476-29] [INFO] [dku.lambda.service.manager] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 1] Verifying package version {"generationId":"d2c_ai_costing_api5490141459025050029","createdOn":1695366113891,"createdBy":"201057381","createdOnNodeId":"DEV","createdOnNodeUrl":"https://pprd-dss-design.alstom.hub","originalProjectKey":"DESIGN2COST","createdWithDSSVersion":"11.3.1","createdWithDSSConfVersion":"11300"} [2023/09/22-07:01:54.030] [qtp726762476-29] [INFO] [dku.lambda.service.manager] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 1] Loading data resources [2023/09/22-07:01:54.030] [qtp726762476-29] [INFO] [dku.lambda.dataloadmanager] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 1] Loading data resources for d2c_ai_costing_api-d2c_ai_costing_api5490141459025050029 [2023/09/22-07:01:54.030] [qtp726762476-29] [INFO] [dku.lambda.dataloadmanager] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 1] Existing mapping: {"dataGens":[]} [2023/09/22-07:01:54.030] [qtp726762476-29] [INFO] [dku.lambda.dataloadmanager] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 1] Updating mapping: {"dataGens":[]} [2023/09/22-07:01:54.031] [qtp726762476-29] [INFO] [dku.lambda.service.manager] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 2] Loading code environments [2023/09/22-07:01:54.031] [qtp726762476-29] [INFO] [dku.code-envs] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 2] Importing env PYTHON from /data/dss_install/tmp/apinode-devserver/services/d2c_ai_costing_api/gens/d2c_ai_costing_api5490141459025050029/endpoint-upload_data/python-env-desc to /data/dss_install/tmp/apinode-devserver/services/d2c_ai_costing_api/gens/d2c_ai_costing_api5490141459025050029/endpoint-upload_data/python-env-live [2023/09/22-07:01:54.031] [qtp726762476-29] [INFO] [dku.codeenvs.versioncheck] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 2] Getting code env hash for lang=PYTHON folder=/data/dss_install/tmp/apinode-devserver/services/d2c_ai_costing_api/gens/d2c_ai_costing_api5490141459025050029/endpoint-upload_data/python-env-desc [2023/09/22-07:01:54.032] [qtp726762476-29] [INFO] [dku.code-envs] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 3] Hash of the env to import is 5e7a1aa04d85c750f093c9f6118692f0 [2023/09/22-07:01:54.032] [qtp726762476-29] [INFO] [dku.code-envs] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 3] No hash cache root [2023/09/22-07:01:54.033] [qtp726762476-29] [INFO] [dku.code-envs] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 4] versionToUse=v1 build=true [2023/09/22-07:01:54.513] [null-out-110] [INFO] [dku.utils] - created virtual environment CPython3.9.2.final.0-64 in 263ms [2023/09/22-07:01:54.514] [Thread-91] [DEBUG] [dku.utils] - Process /data/dss_install/bin/python done (return code 0) [2023/09/22-07:01:54.514] [null-out-110] [INFO] [dku.utils] - creator CPython3Posix(dest=/data/dss_install/tmp/apinode-devserver/code-envs-cache/d2c_ai_costing_api/upload_data/python/5e7a1aa04d85c750f093c9f6118692f0/v1/env, clear=False, no_vcs_ignore=False, global=False) [2023/09/22-07:01:54.514] [null-out-110] [INFO] [dku.utils] - seeder FromAppData(download=False, pip=bundle, setuptools=bundle, wheel=bundle, via=copy, app_data_dir=/home/PADE/.local/share/virtualenv) [2023/09/22-07:01:54.514] [null-out-110] [INFO] [dku.utils] - added seed packages: pip==23.2.1, setuptools==68.1.2, wheel==0.41.2 [2023/09/22-07:01:54.514] [null-out-110] [INFO] [dku.utils] - activators BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator,PythonActivator [2023/09/22-07:01:54.515] [qtp726762476-29] [INFO] [dip.code-envs.package-systems] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 486] Installing from py requirements : pykafka==2.8.0 sseclient==0.0.26 [2023/09/22-07:01:54.515] [qtp726762476-29] [INFO] [dip.code-envs.package-systems] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 486] Completed requirements : pykafka==2.8.0 sseclient==0.0.26 pandas>=1.1,<1.2 numpy<1.24 python-dateutil==2.8.1 pytz==2020.5 requests<3 decorator==5.1.1 ipykernel==4.8.2 ipython_genutils==0.2.0 jupyter_client==5.2.4 jupyter_core==4.11.2 pexpect==4.8.0 pickleshare==0.7.5 ptyprocess==0.7.0 pyzmq<23 simplegeneric==0.8.1 tornado==5.1.1 traitlets==4.3.3 [2023/09/22-07:01:56.189] [null-out-115] [INFO] [dku.utils] - Collecting pykafka==2.8.0 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 1)) [2023/09/22-07:01:56.189] [null-out-115] [INFO] [dku.utils] - Using cached pykafka-2.8.0-py2.py3-none-any.whl [2023/09/22-07:01:56.189] [null-out-115] [INFO] [dku.utils] - Collecting sseclient==0.0.26 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 2)) [2023/09/22-07:01:56.189] [null-out-115] [INFO] [dku.utils] - Using cached sseclient-0.0.26-py3-none-any.whl [2023/09/22-07:01:56.189] [null-out-115] [INFO] [dku.utils] - Collecting pandas<1.2,>=1.1 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 3)) [2023/09/22-07:01:56.189] [null-out-115] [INFO] [dku.utils] - Using cached pandas-1.1.5-cp39-cp39-manylinux1_x86_64.whl (9.3 MB) [2023/09/22-07:01:56.189] [null-out-115] [INFO] [dku.utils] - Collecting numpy<1.24 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 4)) [2023/09/22-07:01:56.189] [null-out-115] [INFO] [dku.utils] - Using cached numpy-1.23.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (17.1 MB) [2023/09/22-07:01:56.189] [null-out-115] [INFO] [dku.utils] - Collecting python-dateutil==2.8.1 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 5)) [2023/09/22-07:01:56.189] [null-out-115] [INFO] [dku.utils] - Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB) [2023/09/22-07:01:56.396] [null-out-115] [INFO] [dku.utils] - Collecting pytz==2020.5 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 6)) [2023/09/22-07:01:56.396] [null-out-115] [INFO] [dku.utils] - Using cached pytz-2020.5-py2.py3-none-any.whl (510 kB) [2023/09/22-07:01:56.396] [null-out-115] [INFO] [dku.utils] - Collecting requests<3 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 7)) [2023/09/22-07:01:56.396] [null-out-115] [INFO] [dku.utils] - Obtaining dependency information for requests<3 from https://files.pythonhosted.org/packages/70/8e/0e2d847013cb52cd35b38c009bb167a1a26b2ce6cd6965bf26b47bc0bf44/requests-2.31.0-py3-none-any.whl.metadata [2023/09/22-07:01:56.396] [null-out-115] [INFO] [dku.utils] - Using cached requests-2.31.0-py3-none-any.whl.metadata (4.6 kB) [2023/09/22-07:01:56.396] [null-out-115] [INFO] [dku.utils] - Collecting decorator==5.1.1 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 9)) [2023/09/22-07:01:56.396] [null-out-115] [INFO] [dku.utils] - Using cached decorator-5.1.1-py3-none-any.whl (9.1 kB) [2023/09/22-07:01:56.396] [null-out-115] [INFO] [dku.utils] - Collecting ipykernel==4.8.2 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:56.396] [null-out-115] [INFO] [dku.utils] - Using cached ipykernel-4.8.2-py3-none-any.whl (108 kB) [2023/09/22-07:01:56.396] [null-out-115] [INFO] [dku.utils] - Collecting ipython_genutils==0.2.0 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 11)) [2023/09/22-07:01:56.396] [null-out-115] [INFO] [dku.utils] - Using cached ipython_genutils-0.2.0-py2.py3-none-any.whl (26 kB) [2023/09/22-07:01:56.776] [null-out-115] [INFO] [dku.utils] - Collecting jupyter_client==5.2.4 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 12)) [2023/09/22-07:01:56.776] [null-out-115] [INFO] [dku.utils] - Using cached jupyter_client-5.2.4-py2.py3-none-any.whl (89 kB) [2023/09/22-07:01:56.776] [null-out-115] [INFO] [dku.utils] - Collecting jupyter_core==4.11.2 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 13)) [2023/09/22-07:01:56.776] [null-out-115] [INFO] [dku.utils] - Using cached jupyter_core-4.11.2-py3-none-any.whl (88 kB) [2023/09/22-07:01:56.776] [null-out-115] [INFO] [dku.utils] - Collecting pexpect==4.8.0 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 14)) [2023/09/22-07:01:56.776] [null-out-115] [INFO] [dku.utils] - Using cached pexpect-4.8.0-py2.py3-none-any.whl (59 kB) [2023/09/22-07:01:56.776] [null-out-115] [INFO] [dku.utils] - Collecting pickleshare==0.7.5 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 15)) [2023/09/22-07:01:56.776] [null-out-115] [INFO] [dku.utils] - Using cached pickleshare-0.7.5-py2.py3-none-any.whl (6.9 kB) [2023/09/22-07:01:56.776] [null-out-115] [INFO] [dku.utils] - Collecting ptyprocess==0.7.0 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 16)) [2023/09/22-07:01:56.776] [null-out-115] [INFO] [dku.utils] - Using cached ptyprocess-0.7.0-py2.py3-none-any.whl (13 kB) [2023/09/22-07:01:57.008] [null-out-115] [INFO] [dku.utils] - Collecting pyzmq<23 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 17)) [2023/09/22-07:01:57.008] [null-out-115] [INFO] [dku.utils] - Using cached pyzmq-22.3.0-cp39-cp39-manylinux_2_12_x86_64.manylinux2010_x86_64.whl (1.1 MB) [2023/09/22-07:01:57.008] [null-out-115] [INFO] [dku.utils] - Collecting simplegeneric==0.8.1 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 18)) [2023/09/22-07:01:57.008] [null-out-115] [INFO] [dku.utils] - Using cached simplegeneric-0.8.1-py3-none-any.whl [2023/09/22-07:01:57.008] [null-out-115] [INFO] [dku.utils] - Collecting tornado==5.1.1 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 19)) [2023/09/22-07:01:57.008] [null-out-115] [INFO] [dku.utils] - Using cached tornado-5.1.1-cp39-cp39-linux_x86_64.whl [2023/09/22-07:01:57.008] [null-out-115] [INFO] [dku.utils] - Collecting traitlets==4.3.3 (from -r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 20)) [2023/09/22-07:01:57.008] [null-out-115] [INFO] [dku.utils] - Using cached traitlets-4.3.3-py2.py3-none-any.whl (75 kB) [2023/09/22-07:01:57.008] [null-out-115] [INFO] [dku.utils] - Collecting six>=1.5 (from pykafka==2.8.0->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 1)) [2023/09/22-07:01:57.008] [null-out-115] [INFO] [dku.utils] - Using cached six-1.16.0-py2.py3-none-any.whl (11 kB) [2023/09/22-07:01:57.008] [null-out-115] [INFO] [dku.utils] - Collecting kazoo==2.5.0 (from pykafka==2.8.0->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 1)) [2023/09/22-07:01:57.008] [null-out-115] [INFO] [dku.utils] - Using cached kazoo-2.5.0-py2.py3-none-any.whl (129 kB) [2023/09/22-07:01:57.289] [null-out-115] [INFO] [dku.utils] - Collecting tabulate (from pykafka==2.8.0->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 1)) [2023/09/22-07:01:57.289] [null-out-115] [INFO] [dku.utils] - Using cached tabulate-0.9.0-py3-none-any.whl (35 kB) [2023/09/22-07:01:57.289] [null-out-115] [INFO] [dku.utils] - Collecting ipython>=4.0.0 (from ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:57.289] [null-out-115] [INFO] [dku.utils] - Obtaining dependency information for ipython>=4.0.0 from https://files.pythonhosted.org/packages/7f/d0/c3eb7b17b013da59925aed7b2e7c55f8f1c9209249316812fe8cb758b337/ipython-8.15.0-py3-none-any.whl.metadata [2023/09/22-07:01:57.289] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.15.0-py3-none-any.whl.metadata (5.9 kB) [2023/09/22-07:01:57.289] [null-out-115] [INFO] [dku.utils] - Collecting charset-normalizer<4,>=2 (from requests<3->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 7)) [2023/09/22-07:01:57.289] [null-out-115] [INFO] [dku.utils] - Obtaining dependency information for charset-normalizer<4,>=2 from https://files.pythonhosted.org/packages/f9/0d/514be8597d7a96243e5467a37d337b9399cec117a513fcf9328405d911c0/charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata [2023/09/22-07:01:57.418] [null-out-115] [INFO] [dku.utils] - Using cached charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (31 kB) [2023/09/22-07:01:57.418] [null-out-115] [INFO] [dku.utils] - Collecting idna<4,>=2.5 (from requests<3->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 7)) [2023/09/22-07:01:57.418] [null-out-115] [INFO] [dku.utils] - Using cached idna-3.4-py3-none-any.whl (61 kB) [2023/09/22-07:01:57.418] [null-out-115] [INFO] [dku.utils] - Collecting urllib3<3,>=1.21.1 (from requests<3->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 7)) [2023/09/22-07:01:57.418] [null-out-115] [INFO] [dku.utils] - Obtaining dependency information for urllib3<3,>=1.21.1 from https://files.pythonhosted.org/packages/37/dc/399e63f5d1d96bb643404ee830657f4dfcf8503f5ba8fa3c6d465d0c57fe/urllib3-2.0.5-py3-none-any.whl.metadata [2023/09/22-07:01:57.418] [null-out-115] [INFO] [dku.utils] - Using cached urllib3-2.0.5-py3-none-any.whl.metadata (6.6 kB) [2023/09/22-07:01:57.418] [null-out-115] [INFO] [dku.utils] - Collecting certifi>=2017.4.17 (from requests<3->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 7)) [2023/09/22-07:01:57.418] [null-out-115] [INFO] [dku.utils] - Obtaining dependency information for certifi>=2017.4.17 from https://files.pythonhosted.org/packages/4c/dd/2234eab22353ffc7d94e8d13177aaa050113286e93e7b40eae01fbf7c3d9/certifi-2023.7.22-py3-none-any.whl.metadata [2023/09/22-07:01:57.648] [null-out-115] [INFO] [dku.utils] - Using cached certifi-2023.7.22-py3-none-any.whl.metadata (2.2 kB) [2023/09/22-07:01:57.648] [null-out-115] [INFO] [dku.utils] - Collecting backcall (from ipython>=4.0.0->ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:57.648] [null-out-115] [INFO] [dku.utils] - Using cached backcall-0.2.0-py2.py3-none-any.whl (11 kB) [2023/09/22-07:01:57.648] [null-out-115] [INFO] [dku.utils] - Collecting jedi>=0.16 (from ipython>=4.0.0->ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:57.648] [null-out-115] [INFO] [dku.utils] - Obtaining dependency information for jedi>=0.16 from https://files.pythonhosted.org/packages/8e/46/7e3ae3aa2dcfcffc5138c6cef5448523218658411c84a2000bf75c8d3ec1/jedi-0.19.0-py2.py3-none-any.whl.metadata [2023/09/22-07:01:57.648] [null-out-115] [INFO] [dku.utils] - Using cached jedi-0.19.0-py2.py3-none-any.whl.metadata (22 kB) [2023/09/22-07:01:57.649] [null-out-115] [INFO] [dku.utils] - Collecting matplotlib-inline (from ipython>=4.0.0->ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:57.649] [null-out-115] [INFO] [dku.utils] - Using cached matplotlib_inline-0.1.6-py3-none-any.whl (9.4 kB) [2023/09/22-07:01:57.722] [null-out-115] [INFO] [dku.utils] - Collecting prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30 (from ipython>=4.0.0->ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:57.722] [null-out-115] [INFO] [dku.utils] - Obtaining dependency information for prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30 from https://files.pythonhosted.org/packages/a9/b4/ba77c84edf499877317225d7b7bc047a81f7c2eed9628eeb6bab0ac2e6c9/prompt_toolkit-3.0.39-py3-none-any.whl.metadata [2023/09/22-07:01:57.722] [null-out-115] [INFO] [dku.utils] - Using cached prompt_toolkit-3.0.39-py3-none-any.whl.metadata (6.4 kB) [2023/09/22-07:01:57.722] [null-out-115] [INFO] [dku.utils] - Collecting pygments>=2.4.0 (from ipython>=4.0.0->ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:57.722] [null-out-115] [INFO] [dku.utils] - Obtaining dependency information for pygments>=2.4.0 from https://files.pythonhosted.org/packages/43/88/29adf0b44ba6ac85045e63734ae0997d3c58d8b1a91c914d240828d0d73d/Pygments-2.16.1-py3-none-any.whl.metadata [2023/09/22-07:01:57.722] [null-out-115] [INFO] [dku.utils] - Using cached Pygments-2.16.1-py3-none-any.whl.metadata (2.5 kB) [2023/09/22-07:01:57.722] [null-out-115] [INFO] [dku.utils] - Collecting stack-data (from ipython>=4.0.0->ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:57.722] [null-out-115] [INFO] [dku.utils] - Using cached stack_data-0.6.2-py3-none-any.whl (24 kB) [2023/09/22-07:01:58.075] [null-out-115] [INFO] [dku.utils] - INFO: pip is looking at multiple versions of ipython to determine which version is compatible with other requirements. This could take a while. [2023/09/22-07:01:58.075] [null-out-115] [INFO] [dku.utils] - Collecting ipython>=4.0.0 (from ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:58.075] [null-out-115] [INFO] [dku.utils] - Obtaining dependency information for ipython>=4.0.0 from https://files.pythonhosted.org/packages/52/d1/f70cdafba20030cbc1412d7a7d6a89c5035071835cc50e47fc5ed8da553c/ipython-8.14.0-py3-none-any.whl.metadata [2023/09/22-07:01:58.075] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.14.0-py3-none-any.whl.metadata (5.8 kB) [2023/09/22-07:01:58.075] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.13.2-py3-none-any.whl (797 kB) [2023/09/22-07:01:58.075] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.13.1-py3-none-any.whl (797 kB) [2023/09/22-07:01:58.075] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.12.2-py3-none-any.whl (797 kB) [2023/09/22-07:01:58.075] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.12.1-py3-none-any.whl (797 kB) [2023/09/22-07:01:58.075] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.12.0-py3-none-any.whl (796 kB) [2023/09/22-07:01:58.075] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.11.0-py3-none-any.whl (793 kB) [2023/09/22-07:01:58.487] [null-out-115] [INFO] [dku.utils] - INFO: pip is still looking at multiple versions of ipython to determine which version is compatible with other requirements. This could take a while. [2023/09/22-07:01:58.487] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.10.0-py3-none-any.whl (784 kB) [2023/09/22-07:01:58.487] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.9.0-py3-none-any.whl (783 kB) [2023/09/22-07:01:58.487] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.8.0-py3-none-any.whl (775 kB) [2023/09/22-07:01:58.487] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.7.0-py3-none-any.whl (761 kB) [2023/09/22-07:01:58.487] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.6.0-py3-none-any.whl (761 kB) [2023/09/22-07:01:58.487] [null-out-115] [INFO] [dku.utils] - INFO: This is taking longer than usual. You might need to provide the dependency resolver with stricter constraints to reduce runtime. See https://pip.pypa.io/warnings/backtracking for guidance. If you want to abort this run, press Ctrl + C. [2023/09/22-07:01:58.487] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.5.0-py3-none-any.whl (752 kB) [2023/09/22-07:01:58.487] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.4.0-py3-none-any.whl (750 kB) [2023/09/22-07:01:58.487] [null-out-115] [INFO] [dku.utils] - Requirement already satisfied: setuptools>=18.5 in ./code-envs-cache/d2c_ai_costing_api/upload_data/python/5e7a1aa04d85c750f093c9f6118692f0/v1/env/lib/python3.9/site-packages (from ipython>=4.0.0->ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) (68.1.2) [2023/09/22-07:01:58.487] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.3.0-py3-none-any.whl (750 kB) [2023/09/22-07:01:58.847] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.2.0-py3-none-any.whl (750 kB) [2023/09/22-07:01:58.847] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.1.1-py3-none-any.whl (750 kB) [2023/09/22-07:01:58.847] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.1.0-py3-none-any.whl (750 kB) [2023/09/22-07:01:58.847] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.0.1-py3-none-any.whl (747 kB) [2023/09/22-07:01:58.847] [null-out-115] [INFO] [dku.utils] - Collecting black (from ipython>=4.0.0->ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:58.847] [null-out-115] [INFO] [dku.utils] - Obtaining dependency information for black from https://files.pythonhosted.org/packages/e2/97/975cfd8fe4e06aac6e438ba08add0ae73412f0d5cbfce868f571d6443332/black-23.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata [2023/09/22-07:01:58.847] [null-out-115] [INFO] [dku.utils] - Using cached black-23.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (65 kB) [2023/09/22-07:01:58.847] [null-out-115] [INFO] [dku.utils] - Collecting ipython>=4.0.0 (from ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:58.847] [null-out-115] [INFO] [dku.utils] - Using cached ipython-8.0.0-py3-none-any.whl (747 kB) [2023/09/22-07:01:58.847] [null-out-115] [INFO] [dku.utils] - Using cached ipython-7.34.0-py3-none-any.whl (793 kB) [2023/09/22-07:01:59.195] [null-out-115] [INFO] [dku.utils] - Collecting parso<0.9.0,>=0.8.3 (from jedi>=0.16->ipython>=4.0.0->ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:59.195] [null-out-115] [INFO] [dku.utils] - Using cached parso-0.8.3-py2.py3-none-any.whl (100 kB) [2023/09/22-07:01:59.195] [null-out-115] [INFO] [dku.utils] - Collecting wcwidth (from prompt-toolkit!=3.0.37,<3.1.0,>=3.0.30->ipython>=4.0.0->ipykernel==4.8.2->-r /data/dss_install/tmp/pip-requirements-install/req3670150712561658615.txt (line 10)) [2023/09/22-07:01:59.195] [null-out-115] [INFO] [dku.utils] - Using cached wcwidth-0.2.6-py2.py3-none-any.whl (29 kB) [2023/09/22-07:01:59.195] [null-out-115] [INFO] [dku.utils] - Using cached requests-2.31.0-py3-none-any.whl (62 kB) [2023/09/22-07:01:59.195] [null-out-115] [INFO] [dku.utils] - Using cached certifi-2023.7.22-py3-none-any.whl (158 kB) [2023/09/22-07:01:59.195] [null-out-115] [INFO] [dku.utils] - Using cached charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (202 kB) [2023/09/22-07:01:59.195] [null-out-115] [INFO] [dku.utils] - Using cached urllib3-2.0.5-py3-none-any.whl (123 kB) [2023/09/22-07:01:59.195] [null-out-115] [INFO] [dku.utils] - Using cached jedi-0.19.0-py2.py3-none-any.whl (1.6 MB) [2023/09/22-07:01:59.195] [null-out-115] [INFO] [dku.utils] - Using cached prompt_toolkit-3.0.39-py3-none-any.whl (385 kB) [2023/09/22-07:01:59.195] [null-out-115] [INFO] [dku.utils] - Using cached Pygments-2.16.1-py3-none-any.whl (1.2 MB) [2023/09/22-07:02:00.195] [null-out-115] [INFO] [dku.utils] - Installing collected packages: wcwidth, simplegeneric, pytz, ptyprocess, pickleshare, ipython_genutils, backcall, urllib3, tornado, tabulate, six, pyzmq, pygments, prompt-toolkit, pexpect, parso, numpy, idna, decorator, charset-normalizer, certifi, traitlets, requests, python-dateutil, kazoo, jedi, sseclient, pykafka, pandas, matplotlib-inline, jupyter_core, jupyter_client, ipython, ipykernel [2023/09/22-07:02:07.627] [Thread-96] [DEBUG] [dku.utils] - Process /data/dss_install/tmp/apinode-devserver/code-envs-cache/d2c_ai_costing_api/upload_data/python/5e7a1aa04d85c750f093c9f6118692f0/v1/env/bin/python done (return code 0) [2023/09/22-07:02:07.627] [null-out-115] [INFO] [dku.utils] - Successfully installed backcall-0.2.0 certifi-2023.7.22 charset-normalizer-3.2.0 decorator-5.1.1 idna-3.4 ipykernel-4.8.2 ipython-7.34.0 ipython_genutils-0.2.0 jedi-0.19.0 jupyter_client-5.2.4 jupyter_core-4.11.2 kazoo-2.5.0 matplotlib-inline-0.1.6 numpy-1.23.5 pandas-1.1.5 parso-0.8.3 pexpect-4.8.0 pickleshare-0.7.5 prompt-toolkit-3.0.39 ptyprocess-0.7.0 pygments-2.16.1 pykafka-2.8.0 python-dateutil-2.8.1 pytz-2020.5 pyzmq-22.3.0 requests-2.31.0 simplegeneric-0.8.1 six-1.16.0 sseclient-0.0.26 tabulate-0.9.0 tornado-5.1.1 traitlets-4.3.3 urllib3-2.0.5 wcwidth-0.2.6 [2023/09/22-07:02:07.934] [Thread-101] [DEBUG] [dku.utils] - Process /data/dss_install/tmp/apinode-devserver/code-envs-cache/d2c_ai_costing_api/upload_data/python/5e7a1aa04d85c750f093c9f6118692f0/v1/env/bin/python done (return code 0) [2023/09/22-07:02:07.936] [qtp726762476-29] [INFO] [dku.code-envs] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 13907] Linking /data/dss_install/tmp/apinode-devserver/services/d2c_ai_costing_api/gens/d2c_ai_costing_api5490141459025050029/endpoint-upload_data/python-env-live -> /data/dss_install/tmp/apinode-devserver/code-envs-cache/d2c_ai_costing_api/upload_data/python/5e7a1aa04d85c750f093c9f6118692f0/v1 [2023/09/22-07:02:07.936] [qtp726762476-29] [INFO] [dku.lambda.service.manager] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 13907] Creating endpoint handler for upload_data [2023/09/22-07:02:07.936] [qtp726762476-29] [INFO] [dku.lambda.pipelinepool] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 13907] Initializing pipelines pool for d2c_ai_costing_api/upload_data: floor=1 cruise=8 ceil=16 queue=16 timeout=10000 [2023/09/22-07:02:07.937] [qtp726762476-29] [DEBUG] [dku.lambda.pipelinepool] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 13908] acquiring pipeline (d2c_ai_costing_api/upload_data) pending=0 inFlight=0 free=0 baking=0 [2023/09/22-07:02:07.937] [qtp726762476-29] [INFO] [dku.lambda.pipelinepool] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 13908] Creating a pipeline (d2c_ai_costing_api/upload_data) [2023/09/22-07:02:07.937] [qtp726762476-29] [INFO] [dku.block.link] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - Started a socket on port 39137 [2023/09/22-07:02:07.938] [qtp726762476-29] [INFO] [dku.python.single_command.kernel] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - Starting Python process for kernel python-single-command-kernel [2023/09/22-07:02:07.938] [qtp726762476-29] [INFO] [dku.security.process] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - Starting process (regular) [2023/09/22-07:02:07.939] [qtp726762476-29] [INFO] [dku.security.process] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - Process started with pid=2374193 [2023/09/22-07:02:08.481] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - /data/installers/dataiku-dss-11.3.1/python/dataiku/__init__.py:40: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html [2023/09/22-07:02:08.481] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - import pkg_resources [2023/09/22-07:02:08.490] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - /data/installers/dataiku-dss-11.3.1/python/dataiku/__init__.py:41: DeprecationWarning: Deprecated call to `pkg_resources.declare_namespace('dataiku')`. [2023/09/22-07:02:08.490] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - Implementing implicit namespace packages (as specified in PEP 420) is preferred to `pkg_resources.declare_namespace`. See https://setuptools.pypa.io/en/latest/references/keywords.html#keyword-namespace-packages [2023/09/22-07:02:08.490] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - pkg_resources.declare_namespace(__name__) [2023/09/22-07:02:08.491] [KNL-python-single-command-kernel-out-127] [INFO] [dku.utils] - Installing debugging signal handler [2023/09/22-07:02:08.492] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - 2023-09-22 07:02:08,492 INFO Did not register ScipyCSRSerializer (No module named 'scipy') [2023/09/22-07:02:08.493] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - 2023-09-22 07:02:08,493 INFO Connecting to localhost (127.0.0.1) at port 39137 [2023/09/22-07:02:08.493] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - 2023-09-22 07:02:08,493 INFO Connected to localhost (127.0.0.1) at port 39137 [2023/09/22-07:02:08.493] [qtp726762476-29] [INFO] [dku.link.secret_protected] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - Connected to kernel [2023/09/22-07:02:08.493] [qtp726762476-29] [INFO] [dku.block.link.interaction] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - Execute link command respClazz=true respTypeToken=false respIsString=false is=false asyncInputStream=false os=false [2023/09/22-07:02:08.494] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - /data/installers/dataiku-dss-11.3.1/python/dataiku/apinode/predict/functionserver.py:38: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec() [2023/09/22-07:02:08.494] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - self.args_len = len(inspect.getargspec(self.f).args) [2023/09/22-07:02:08.494] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - 2023-09-22 07:02:08,494 INFO Predictor ready [2023/09/22-07:02:08.494] [qtp726762476-29] [INFO] [dku.block.link.interaction] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - Check result for nullity exceptionIfNull=true result=not null [2023/09/22-07:02:08.494] [qtp726762476-29] [INFO] [dku.lambda.pipelinepool] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 14465] Pipeline created (d2c_ai_costing_api/upload_data) [2023/09/22-07:02:08.495] [qtp726762476-29] [DEBUG] [dku.lambda.pipelinepool] service:d2c_ai_costing_api gen:d2c_ai_costing_api5490141459025050029 - [ct: 14466] releasing pipeline (d2c_ai_costing_api/upload_data) pending=0 inFlight=0 free=0 baking=0 cruise=8 -> shutdown= false [2023/09/22-07:02:08.495] [qtp726762476-29] [INFO] [dku.lambda.dispatcher] - [ct: 14466] All required generations mounted, persisting new mapping [2023/09/22-07:02:08.495] [qtp726762476-29] [INFO] [dku.lambda.dispatcher] - [ct: 14466] Asking service d2c_ai_costing_api to SWITCH to new mapping {"auditMetadata":{},"strategy":"RANDOM","mode":"SINGLE_GENERATION","generation":"d2c_ai_costing_api5490141459025050029","entries":[{"generation":"d2c_ai_costing_api5490141459025050029","proba":1.0}]} [2023/09/22-07:02:08.495] [qtp726762476-29] [INFO] [dku.lambda.service.manager] - [ct: 14466] Starting switch to mapping: {"auditMetadata":{},"strategy":"RANDOM","mode":"SINGLE_GENERATION","generation":"d2c_ai_costing_api5490141459025050029","entries":[{"generation":"d2c_ai_costing_api5490141459025050029","proba":1.0}]} [2023/09/22-07:02:08.495] [qtp726762476-29] [INFO] [dku.lambda.service.manager] - [ct: 14466] Done switch to new mapping [2023/09/22-07:02:08.496] [qtp726762476-29] [DEBUG] [dku.tracing] - [ct: 14467] Done call: /admin/api/services/{serviceId}/actions/switchToNewest [POST] time=14467ms user=none [serviceId=d2c_ai_costing_api] [2023/09/22-07:02:08.498] [qtp726762476-97] [DEBUG] [dku.tracing] - [ct: 0] Start call: /public/api/v1/ping [POST] user=none [2023/09/22-07:02:08.499] [qtp726762476-97] [DEBUG] [dku.tracing] - [ct: 1] Done call: /public/api/v1/ping [POST] time=0ms user=none [2023/09/22-07:02:08.507] [qtp726762476-60] [DEBUG] [dku.tracing] - [ct: 0] Start call: /public/api/v1/ping [POST] user=none [2023/09/22-07:02:08.507] [qtp726762476-60] [DEBUG] [dku.tracing] - [ct: 0] Done call: /public/api/v1/ping [POST] time=0ms user=none [2023/09/22-07:02:08.509] [qtp726762476-89] [DEBUG] [dku.tracing] - [ct: 0] Start call: /public/api/v1/ping [POST] user=none [2023/09/22-07:02:08.509] [qtp726762476-89] [DEBUG] [dku.tracing] - [ct: 0] Done call: /public/api/v1/ping [POST] time=0ms user=none [2023/09/22-07:02:08.929] [qtp726762476-104] [DEBUG] [dku.tracing] - [ct: 1] Start call: /public/api/v1/ping [POST] user=none [2023/09/22-07:02:08.929] [qtp726762476-104] [DEBUG] [dku.tracing] - [ct: 1] Done call: /public/api/v1/ping [POST] time=1ms user=none [2023/09/22-07:02:08.942] [qtp726762476-103] [DEBUG] [dku.tracing] - [ct: 0] Start call: /public/api/v1/ping [POST] user=none [2023/09/22-07:02:08.942] [qtp726762476-103] [DEBUG] [dku.tracing] - [ct: 0] Done call: /public/api/v1/ping [POST] time=0ms user=none [2023/09/22-07:02:08.944] [qtp726762476-23] [DEBUG] [dku.tracing] - [ct: 0] Start call: /public/api/v1/ping [POST] user=none [2023/09/22-07:02:08.944] [qtp726762476-23] [DEBUG] [dku.tracing] - [ct: 0] Done call: /public/api/v1/ping [POST] time=0ms user=none [2023/09/22-07:02:08.946] [qtp726762476-102] [DEBUG] [dku.tracing] - [ct: 0] Start call: /public/api/v1/ping [POST] user=none [2023/09/22-07:02:08.946] [qtp726762476-102] [DEBUG] [dku.tracing] - [ct: 0] Done call: /public/api/v1/ping [POST] time=0ms user=none [2023/09/22-07:02:09.070] [qtp726762476-96] [DEBUG] [dku.tracing] - [ct: 0] Start call: /public/api/v1/ping [POST] user=none [2023/09/22-07:02:09.070] [qtp726762476-96] [DEBUG] [dku.tracing] - [ct: 0] Done call: /public/api/v1/ping [POST] time=0ms user=none [2023/09/22-07:02:09.072] [qtp726762476-29] [DEBUG] [dku.tracing] - [ct: 0] Start call: /public/api/v1/{serviceId}/{endpointId}/run [POST] user=none [serviceId=d2c_ai_costing_api endpointId=upload_data] [2023/09/22-07:02:09.073] [qtp726762476-29] [DEBUG] [dku.apinode.auth.service] svc:d2c_ai_costing_api ep:upload_data - [ct: 1] Check the request auth using the method 'PUBLIC' [2023/09/22-07:02:09.073] [qtp726762476-29] [DEBUG] [dku.apinode.auth.service] svc:d2c_ai_costing_api ep:upload_data - [ct: 1] Public access configured, no specific authentication needed [2023/09/22-07:02:09.073] [qtp726762476-29] [DEBUG] [dku.lambda.service.manager] svc:d2c_ai_costing_api ep:upload_data - [ct: 1] Serving request with generation d2c_ai_costing_api5490141459025050029 [2023/09/22-07:02:09.073] [qtp726762476-29] [DEBUG] [dku.lambda.pipelinepool] svc:d2c_ai_costing_api ep:upload_data - [ct: 1] acquiring pipeline (d2c_ai_costing_api/upload_data) pending=0 inFlight=0 free=1 baking=0 [2023/09/22-07:02:09.073] [qtp726762476-29] [INFO] [dku.block.link.interaction] svc:d2c_ai_costing_api ep:upload_data - Execute link command respClazz=true respTypeToken=false respIsString=false is=false asyncInputStream=false os=false [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - 2023-09-22 07:02:09,074 ERROR Function user code failed [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - Traceback (most recent call last): [2023/09/22-07:02:09.074] [qtp726762476-29] [INFO] [dku.block.link.interaction] svc:d2c_ai_costing_api ep:upload_data - Check result for nullity exceptionIfNull=true result=null [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - File "/data/installers/dataiku-dss-11.3.1/python/dataiku/apinode/predict/functionserver.py", line 75, in serve [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - response = loaded_function.predict(request["params"]) [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - File "/data/installers/dataiku-dss-11.3.1/python/dataiku/apinode/predict/functionserver.py", line 41, in predict [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - return self.f(**data) [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - File "", line 56, in load_data [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - File "", line 25, in load_data [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - File "", line 15, in configuration [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - File "/data/installers/dataiku-dss-11.3.1/python/dataiku/__init__.py", line 102, in get_custom_variables [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - return jek_or_backend_json_call("variables/get-resolved-for-project", data = { [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - File "/data/installers/dataiku-dss-11.3.1/python/dataiku/core/intercom.py", line 419, in jek_or_backend_json_call [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - if has_a_jek(): [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - File "/data/installers/dataiku-dss-11.3.1/python/dataiku/core/intercom.py", line 359, in has_a_jek [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - return get_location_data()["has_a_jek"] [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - File "/data/installers/dataiku-dss-11.3.1/python/dataiku/core/intercom.py", line 290, in get_location_data [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - raise Exception("No DSS URL or API key found from any location") [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - Exception: No DSS URL or API key found from any location [2023/09/22-07:02:09.074] [KNL-python-single-command-kernel-err-128] [INFO] [dku.utils] - 2023-09-22 07:02:09,074 INFO Client closed [2023/09/22-07:02:09.128] [KNL-python-single-command-kernel-monitor-126] [INFO] [dku.kernels] - Process done with code 0 [2023/09/22-07:02:09.128] [qtp726762476-29] [INFO] [dku.kernels] svc:d2c_ai_costing_api ep:upload_data - Getting kernel tail [2023/09/22-07:02:09.129] [qtp726762476-29] [INFO] [dku.lambda.pipelinepool] svc:d2c_ai_costing_api ep:upload_data - [ct: 57] Destroying pipeline (d2c_ai_costing_api/upload_data) [2023/09/22-07:02:09.129] [qtp726762476-29] [INFO] [dku.block.link] svc:d2c_ai_costing_api ep:upload_data - Closed socket [2023/09/22-07:02:09.129] [qtp726762476-29] [INFO] [dku.block.link] svc:d2c_ai_costing_api ep:upload_data - Closed socket [2023/09/22-07:02:09.129] [qtp726762476-29] [INFO] [dku.block.link] svc:d2c_ai_costing_api ep:upload_data - Closed serverSocket [2023/09/22-07:02:09.130] [qtp726762476-29] [DEBUG] [dku.lambda.service.manager] svc:d2c_ai_costing_api ep:upload_data - [ct: 58] Releasing on generation d2c_ai_costing_api5490141459025050029 [2023/09/22-07:02:09.130] [qtp726762476-29] [DEBUG] [dku.tracing] - [ct: 58] Done call: /public/api/v1/{serviceId}/{endpointId}/run [POST] time=58ms user=none [serviceId=d2c_ai_costing_api endpointId=upload_data] thrown=SocketBlockLinkKernelException [2023/09/22-07:02:09.130] [qtp726762476-29] [ERROR] [dku.lambda.api] - API call '/public/api/v1/d2c_ai_costing_api/upload_data/run' failed com.dataiku.dip.io.SocketBlockLinkKernelException: Failed to run function : : No DSS URL or API key found from any location at com.dataiku.dip.io.SocketBlockLinkInteraction.throwExceptionFromPython(SocketBlockLinkInteraction.java:302) at com.dataiku.dip.io.SocketBlockLinkInteraction$AsyncResult.checkException(SocketBlockLinkInteraction.java:215) at com.dataiku.dip.io.SocketBlockLinkInteraction$AsyncResult.get(SocketBlockLinkInteraction.java:190) at com.dataiku.dip.io.ResponderKernelLink$1.call(ResponderKernelLink.java:120) at com.dataiku.dip.io.ResponderKernelLink.execute(ResponderKernelLink.java:83) at com.dataiku.lambda.endpoints.pyfunction.PyFunctionEndpointHandler.run(PyFunctionEndpointHandler.java:83) at com.dataiku.lambda.endpoints.functioncommon.FunctionEndpointHandlerBase.runAndLog(FunctionEndpointHandlerBase.java:29) at com.dataiku.lambda.controllers.FunctionEndpointsController.run(FunctionEndpointsController.java:53) at com.dataiku.lambda.controllers.FunctionEndpointsController$$FastClassBySpringCGLIB$$ad5ea056.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:793) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:89) at com.dataiku.lambda.LambdaCallTracingAspect.doCall(LambdaCallTracingAspect.java:72) at sun.reflect.GeneratedMethodAccessor14.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:634) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:624) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:72) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:175) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:97) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:763) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:708) at com.dataiku.lambda.controllers.FunctionEndpointsController$$EnhancerBySpringCGLIB$$183aafb0.run() at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:205) at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:150) at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:117) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.invokeHandlerMethod(RequestMappingHandlerAdapter.java:895) at org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter.handleInternal(RequestMappingHandlerAdapter.java:808) at org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(AbstractHandlerMethodAdapter.java:87) at org.springframework.web.servlet.DispatcherServlet.doDispatch(DispatcherServlet.java:1070) at org.springframework.web.servlet.DispatcherServlet.doService(DispatcherServlet.java:963) at org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:1006) at org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:909) at javax.servlet.http.HttpServlet.service(HttpServlet.java:707) at org.springframework.web.servlet.FrameworkServlet.service(FrameworkServlet.java:883) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:799) at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:554) at org.eclipse.jetty.server.handler.ScopedHandler.nextHandle(ScopedHandler.java:233) at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1440) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:188) at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:505) at org.eclipse.jetty.server.handler.ScopedHandler.nextScope(ScopedHandler.java:186) at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1355) at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:127) at org.eclipse.jetty.server.Server.handle(Server.java:516) at org.eclipse.jetty.server.HttpChannel.lambda$handle$1(HttpChannel.java:487) at org.eclipse.jetty.server.HttpChannel.dispatch(HttpChannel.java:732) at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:479) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:277) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:105) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:338) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:315) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:173) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:131) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:409) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:883) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:1034) at java.lang.Thread.run(Thread.java:748) [2023/09/22-07:02:09.135] [qtp726762476-97] [DEBUG] [dku.tracing] - [ct: 0] Start call: /public/api/v1/ping [POST] user=none [2023/09/22-07:02:09.135] [qtp726762476-97] [DEBUG] [dku.tracing] - [ct: 0] Done call: /public/api/v1/ping [POST] time=0ms user=none