high-painter-73966
03/19/2025, 2:13 PMup
, although everything seems to work normally afterwards:
[INFO] 2025-03-19T14:09:44.675Z e8b6ba5d-8f7b-4af8-a3b0-64e4de2a3e8e updating stack...
Updating (mdl-2tvCAzbsAdOpo5KfOAxH0ocpXXX-crawling-mussel2):
[ERROR] 2025-03-19T14:09:45.092Z e8b6ba5d-8f7b-4af8-a3b0-64e4de2a3e8e Exception calling application: Method not implemented!
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/grpc/_server.py", line 610, in _call_behavior
response_or_iterator = behavior(argument, context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/pulumi/runtime/proto/language_pb2_grpc.py", line 137, in GetRequiredPackages
raise NotImplementedError('Method not implemented!')
NotImplementedError: Method not implemented!
@ updating....
+ pulumi:pulumi:Stack model_services-mdl-2tvCAzbsAdOpo5KfOAxH0ocpXXX-crawling-mussel2 creating (0s)
@ updating....
Is this expected or is there something we should address here?echoing-dinner-19531
03/19/2025, 2:59 PMhigh-painter-73966
03/19/2025, 3:00 PMhigh-painter-73966
03/19/2025, 3:00 PMhigh-painter-73966
03/19/2025, 3:01 PMhigh-painter-73966
03/19/2025, 3:06 PMstack = auto.create_or_select_stack(
stack_name=stack_name,
project_name=project_name,
program=model_services_stack([model]),
opts=auto.LocalWorkspaceOptions(
secrets_provider=SECRET_PROVIDER,
project_settings=auto.ProjectSettings(
name=project_name,
runtime="python",
backend=auto.ProjectBackend(BACKEND_URL),
),
stack_settings={
stack_name: auto.StackSettings(secrets_provider=SECRET_PROVIDER)
},
),
)
up_res = stack.up(
on_output=print,
diff=SHOW_DIFF,
continue_on_error=CONTINUE_ON_ERROR,
debug=LOG_LEVEL == "DEBUG",
log_verbosity=3 if LOG_LEVEL == "DEBUG" else 0,
)
echoing-dinner-19531
03/19/2025, 3:07 PMechoing-dinner-19531
03/19/2025, 3:07 PMhigh-painter-73966
03/19/2025, 3:08 PMhigh-painter-73966
03/19/2025, 3:09 PMhigh-painter-73966
03/19/2025, 3:11 PMechoing-dinner-19531
03/19/2025, 3:15 PMechoing-dinner-19531
03/19/2025, 3:15 PMhigh-painter-73966
03/19/2025, 3:49 PMhigh-painter-73966
03/19/2025, 3:50 PMpulumi about
for the issue, but it currently reports it can't find any projectshigh-painter-73966
03/19/2025, 3:51 PMauto.about()
that I haven't spotted?echoing-dinner-19531
03/19/2025, 3:57 PMhigh-painter-73966
03/19/2025, 4:00 PMechoing-dinner-19531
03/19/2025, 4:03 PM