potiuk commented on issue #44995:
URL: https://github.com/apache/airflow/issues/44995#issuecomment-3160388369
Also go-mockery complains about read-only filesystem:
```
Generate mocks for
go.......................................................Failed
- hook id: go-mockery
- exit code: 1
2025-08-06T14:19:47.994337813Z INF Starting mockery
config-file=/src/go-sdk/.mockery.yml version=v3.5.1
2025-08-06T14:19:48.406289893Z INF Parsing configured packages...
version=v3.5.1
2025-08-06T14:19:54.453557356Z INF Done parsing configured packages.
version=v3.5.1
2025-08-06T14:19:54.453740620Z INF adding interface to collection
collection=pkg/api/mocks/ClientInterface.go interface=ClientInterface
package-path=github.com/apache/airflow/go-sdk/pkg/api version=v3.5.1
2025-08-06T14:19:54.453877407Z INF adding interface to collection
collection=pkg/api/mocks/AssetEventsClient.go interface=AssetEventsClient
package-path=github.com/apache/airflow/go-sdk/pkg/api version=v3.5.1
2025-08-06T14:19:54.453999590Z INF adding interface to collection
collection=pkg/api/mocks/AssetsClient.go interface=AssetsClient
package-path=github.com/apache/airflow/go-sdk/pkg/api version=v3.5.1
2025-08-06T14:19:54.454118286Z INF adding interface to collection
collection=pkg/api/mocks/ConnectionsClient.go interface=ConnectionsClient
package-path=github.com/apache/airflow/go-sdk/pkg/api version=v3.5.1
2025-08-06T14:19:54.454225964Z INF adding interface to collection
collection=pkg/api/mocks/DagRunsClient.go interface=DagRunsClient
package-path=github.com/apache/airflow/go-sdk/pkg/api version=v3.5.1
2025-08-06T14:19:54.454330629Z INF adding interface to collection
collection=pkg/api/mocks/TaskInstancesClient.go interface=TaskInstancesClient
package-path=github.com/apache/airflow/go-sdk/pkg/api version=v3.5.1
2025-08-06T14:19:54.454471722Z INF adding interface to collection
collection=pkg/api/mocks/TaskReschedulesClient.go
interface=TaskReschedulesClient
package-path=github.com/apache/airflow/go-sdk/pkg/api version=v3.5.1
2025-08-06T14:19:54.454609039Z INF adding interface to collection
collection=pkg/api/mocks/VariablesClient.go interface=VariablesClient
package-path=github.com/apache/airflow/go-sdk/pkg/api version=v3.5.1
2025-08-06T14:19:54.454737564Z INF adding interface to collection
collection=pkg/api/mocks/XcomsClient.go interface=XcomsClient
package-path=github.com/apache/airflow/go-sdk/pkg/api version=v3.5.1
2025-08-06T14:19:54.454854302Z INF adding interface to collection
collection=worker/mocks/Task.go interface=Task
package-path=github.com/apache/airflow/go-sdk/worker version=v3.5.1
2025-08-06T14:19:54.454993340Z INF adding interface to collection
collection=worker/mocks/Registry.go interface=Registry
package-path=github.com/apache/airflow/go-sdk/worker version=v3.5.1
2025-08-06T14:19:54.455122487Z INF adding interface to collection
collection=worker/mocks/Worker.go interface=Worker
package-path=github.com/apache/airflow/go-sdk/worker version=v3.5.1
2025-08-06T14:19:54.455277988Z INF Executing template
file=pkg/api/mocks/TaskReschedulesClient.go version=v3.5.1
2025-08-06T14:19:54.456937873Z INF Writing template to file
file=pkg/api/mocks/TaskReschedulesClient.go version=v3.5.1
2025-08-06T14:19:54.457019503Z FTL app failed error="open
pkg/api/mocks/TaskReschedulesClient.go: read-only file system" version=v3.5.1
Run go mod
tidy.............................................................Failed
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]