Hi, I recently upgrade from 0.19.2 to 0.19.11, since this upgrade randomly I have some pipeline in github action which are failing (I'm not suing the dagger action, I'm doing call with the cli)
I shared 2 issues which seems similar from my point of view but on different part of my monorepo:
ERROR [dagger.mod]: Invalid result from function
dagger.QueryError: convert return value: CoreModObject.load directory(path: "/outputs"): load directory(path: "libraries"): module not found: /home/runner/_work/monorepo/monorepo/airflow-dags [traceparent:7a44a9dbcf8bb9b2b72824643e7d8d62-a243166fb9ff6307]
logs from gha:
XX.X✔ connect 0.3s
✔ load module: . 1.4s
✔ parsing command line arguments 0.1s
✔ libraries(
┆ source: context /home/runner/_work/monorepo/monorepo/libraries (exclude: ["**/*.env", "**/.dagger", "README.md", "tools"])
┆ pipelineId: "xiaohongshu-feat/setup-xiaohongshu-crawler-code"
┆ awsCreds: Address.directory: Directory!
): Libraries! 8.1s
✘ .test(artifactName: "xiaohongshu"): LibrariesResult! 2.3s ERROR
┇ .test(services: [], markQuery: "not big_file and not gdrive", upTerminal: false) › .withDirectory(
┆ path: "/libraries"
┆ source: no(digest: "xxh3:cd73f2c7939c7c99")
) ›
✘ context /home/runner/_work/monorepo/monorepo/airflow-dags (exclude: ["**/*.env", "**/.dagger", "README.md", "tools", "**/.venv"]) 0.0s ERROR
! module not found: /home/runner/_work/monorepo/monorepo/airflow-dags
In this case we are calling the librarie module which is located in our monorepo at: /libraries and not doing a ref to /airflow-dags
But the pipeline was running in parallel lot of jobs and jobs from the airflow-dags but this one has a dedicated module and each job are running in a separate github runner but can use the same dagger engine.