cp .dockerignore ../ docker build \ --build-arg BUILDKIT_INLINE_CACHE=1 \ --build-arg OVERLEAF_BASE_TAG \ --build-arg MONOREPO_REVISION \ --cache-from sharelatex/sharelatex \ --cache-from sharelatex/sharelatex:main \ --file Dockerfile \ --tag sharelatex/sharelatex:main-710cacad2dc8921e1fcfd306c54843266226be89 \ --tag sharelatex/sharelatex:main \ ../ DEPRECATED: The legacy builder is deprecated and will be removed in a future release. Install the buildx component to build images with BuildKit: https://docs.docker.com/go/buildx/ Sending build context to Docker daemon 73.53MB Step 1/50 : ARG OVERLEAF_BASE_TAG=sharelatex/sharelatex-base:latest Step 2/50 : FROM $OVERLEAF_BASE_TAG ---> 52529b41f760 Step 3/50 : WORKDIR /overleaf ---> Running in fd5f3d1f49cf Removing intermediate container fd5f3d1f49cf ---> 5533c7cef4d3 Step 4/50 : ADD server-ce/genScript.js /overleaf/genScript.js ---> a0a70c401662 Step 5/50 : ADD server-ce/services.js /overleaf/services.js ---> 55be305a2103 Step 6/50 : ADD package.json package-lock.json /overleaf/ ---> 1f854f989483 Step 7/50 : ADD libraries/ /overleaf/libraries/ ---> 21c4b469b8e8 Step 8/50 : ADD services/ /overleaf/services/ ---> ad0ac82f319e Step 9/50 : ADD patches/ /overleaf/patches ---> 705d29ff05d8 Step 10/50 : RUN node genScript install | bash ---> Running in c8e90f42da9b + npm install --omit=dev npm warn skipping integrity check for git dependency ssh://git@github.com/overleaf/nodejs-referer-parser.git npm warn skipping integrity check for git dependency ssh://git@github.com/overleaf/node-fast-crc32c.git npm warn skipping integrity check for git dependency ssh://git@github.com/overleaf/diff-match-patch.git npm warn skipping integrity check for git dependency ssh://git@github.com/overleaf/multer.git npm warn deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm warn deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm warn deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm warn deprecated har-validator@5.1.5: this library is no longer supported npm warn deprecated formidable@1.2.6: Please upgrade to latest, formidable@v2 or formidable@v3! Check these notes: https://bit.ly/2ZEqIau npm warn deprecated superagent@3.8.3: Please upgrade to v7.0.2+ of superagent. We have fixed numerous issues with streams, form-data, attach(), filesystem errors not bubbling up (ENOENT on attach()), and all tests are now passing. See the releases tab for more information at . Thanks to @shadowgate15, @spence-s, and @niftylettuce. Superagent is sponsored by Forward Email at . npm warn deprecated glob@8.1.0: Glob versions prior to v9 are no longer supported npm warn deprecated core-js@2.6.12: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. > postinstall > patch-package patch-package 8.0.0 Applying patches... @google-cloud/storage/retry-request@5.0.2 ✔ @google-cloud/storage/teeny-request@8.0.2 ✔ body-parser@1.20.2 ✔ express/finalhandler@1.2.0 ✔ express/send@0.18.0 ✔ forwarded@0.2.0 ✔ node-fetch@2.6.7 ✔ passport-oauth2@1.6.1 ✔ send@0.17.2 ✔ Error: Patch file found for package retry-request which is not present at node_modules/retry-request If this package is a dev dependency, rename the patch file to retry-request+4.2.2.dev.patch Error: Patch file found for package teeny-request which is not present at node_modules/teeny-request If this package is a dev dependency, rename the patch file to teeny-request+7.1.3.dev.patch Error: Patch file found for package thread-loader which is not present at node_modules/thread-loader If this package is a dev dependency, rename the patch file to thread-loader+4.0.2.dev.patch --- patch-package finished with 3 error(s). added 1485 packages, and audited 1527 packages in 59s 126 packages are looking for funding run `npm fund` for details 15 vulnerabilities (6 moderate, 9 high) To address issues that do not require attention, run: npm audit fix To address all issues possible (including breaking changes), run: npm audit fix --force Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. npm notice npm notice New minor version of npm available! 10.7.0 -> 10.8.2 npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.2 npm notice To update run: npm install -g npm@10.8.2 npm notice + set +x Removing intermediate container c8e90f42da9b ---> cb983e451142 Step 11/50 : RUN node genScript compile | bash ---> Running in 01c7b06c90cc + pushd services/web + export CYPRESS_INSTALL_BINARY=0 + CYPRESS_INSTALL_BINARY=0 /overleaf/services/web /overleaf + npm install --include=dev npm warn skipping integrity check for git dependency ssh://git@github.com/overleaf/daterangepicker.git npm warn skipping integrity check for git dependency ssh://git@github.com/overleaf/codemirror-vim.git npm warn skipping integrity check for git dependency ssh://git@github.com/overleaf/codemirror-indentation-markers.git npm warn skipping integrity check for git dependency ssh://git@github.com/overleaf/codemirror-emacs.git npm warn skipping integrity check for git dependency ssh://git@github.com/overleaf/codemirror-search.git npm warn skipping integrity check for git dependency ssh://git@github.com/overleaf/node-sandboxed-module.git npm warn deprecated core-js@2.6.12: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js. > postinstall > patch-package patch-package 8.0.0 Applying patches... @google-cloud/storage/retry-request@5.0.2 ✔ @google-cloud/storage/teeny-request@8.0.2 ✔ body-parser@1.20.2 ✔ express/finalhandler@1.2.0 ✔ express/send@0.18.0 ✔ forwarded@0.2.0 ✔ node-fetch@2.6.7 ✔ passport-oauth2@1.6.1 ✔ send@0.17.2 ✔ thread-loader@4.0.2 ✔ Error: Patch file found for package retry-request which is not present at node_modules/retry-request Error: Patch file found for package teeny-request which is not present at node_modules/teeny-request --- patch-package finished with 2 error(s). added 1640 packages, changed 1 package, and audited 3150 packages in 1m 392 packages are looking for funding run `npm fund` for details 13 vulnerabilities (5 moderate, 8 high) To address issues that do not require attention, run: npm audit fix To address all issues possible (including breaking changes), run: npm audit fix --force Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. npm notice npm notice New minor version of npm available! 10.7.0 -> 10.8.2 npm notice Changelog: https://github.com/npm/cli/releases/tag/v10.8.2 npm notice To update run: npm install -g npm@10.8.2 npm notice + npm run webpack:production > webpack:production > webpack --config webpack.config.prod.js Using default settings from /overleaf/services/web/config/settings.defaults.js Detected change in overleafModuleImports, purging babel cache! Parser does not exist, compiling Compiling /overleaf/services/web/frontend/js/features/source-editor/lezer-latex/latex.grammar Loaded grammar from /overleaf/services/web/frontend/js/features/source-editor/lezer-latex/latex.grammar Rule SectioningCommand is generating a lot (256) of choices. Consider splitting it up or reducing the amount of ? or | operator uses. (/overleaf/services/web/frontend/js/features/source-editor/lezer-latex/latex.grammar 420:0) Built parser Wrote parser to /overleaf/services/web/frontend/js/features/source-editor/lezer-latex/latex.mjs Wrote terms to /overleaf/services/web/frontend/js/features/source-editor/lezer-latex/latex.terms.mjs Done! Parser does not exist, compiling Compiling /overleaf/services/web/frontend/js/features/source-editor/lezer-bibtex/bibtex.grammar Loaded grammar from /overleaf/services/web/frontend/js/features/source-editor/lezer-bibtex/bibtex.grammar Built parser Wrote parser to /overleaf/services/web/frontend/js/features/source-editor/lezer-bibtex/bibtex.mjs Wrote terms to /overleaf/services/web/frontend/js/features/source-editor/lezer-bibtex/bibtex.terms.mjs Done! assets by path js/ 20.3 MiB 601 assets assets by path fonts/ 5.51 MiB assets by info 3.96 MiB [immutable] 34 assets assets by path fonts/pdfjs-dist213/ 825 KiB 20 assets assets by path fonts/pdfjs-dist401/ 762 KiB 16 assets assets by path images/ 183 KiB assets by info 157 KiB [immutable] 24 assets assets by path images/pdfjs-dist401/ 15.8 KiB 16 assets assets by path images/pdfjs-dist213/ 10.8 KiB 11 assets assets by path stylesheets/*.css 2.75 MiB assets by status 2.62 MiB [big] 6 assets assets by chunk 121 KiB (id hint: vendors) 2 assets asset stylesheets/6219-e88824631fea5aac4685.css 12.1 KiB [emitted] [immutable] [minimized] 1 related asset asset manifest.json 112 KiB [emitted] orphan modules 15.9 MiB (javascript) 4.12 MiB (asset) 10.6 KiB (runtime) [orphan] 2031 modules runtime modules 275 KiB 461 modules built modules 20.8 MiB (javascript) 3.17 MiB (css/mini-extract) [built] modules by path ../../ 12.8 MiB (javascript) 79.2 KiB (css/mini-extract) javascript modules 12.8 MiB 1071 modules css modules 79.2 KiB 2 modules ../../node_modules/tlds/index.json 11.4 KiB [built] [code generated] modules by path ./ 7.94 MiB (javascript) 3.09 MiB (css/mini-extract) javascript modules 5.75 MiB 306 modules optional modules 2.19 MiB [optional] 58 modules css modules 3.09 MiB 8 modules + 6 modules WARNING in asset size limit: The following asset(s) exceed the recommended size limit (244 KiB). This can impact web performance. Assets: fonts/STIXTwoMath-Regular-8ac84c426b06f86bebf8.woff2 (541 KiB) fonts/NotoSerif[wght]-b0c0bc80d3b68550bd9d.woff2 (630 KiB) fonts/NotoSerif-Italic[wght]-0d09250fcd6e4e7431fe.woff2 (697 KiB) fonts/MaterialSymbolsRoundedSlice-cbb6e3b1e084c00de825.woff2 (322 KiB) js/libs/mathjax-3.2.2/es5/ui/menu.js (403 KiB) js/libs/mathjax-3.2.2/es5/a11y/sre.js (317 KiB) js/libs/mathjax-3.2.2/es5/sre/mathmaps/ca.json (289 KiB) js/libs/mathjax-3.2.2/es5/sre/mathmaps/da.json (288 KiB) js/libs/mathjax-3.2.2/es5/sre/mathmaps/de.json (322 KiB) js/libs/mathjax-3.2.2/es5/sre/mathmaps/en.json (400 KiB) js/libs/mathjax-3.2.2/es5/sre/mathmaps/es.json (292 KiB) js/libs/mathjax-3.2.2/es5/sre/mathmaps/fr.json (315 KiB) js/libs/mathjax-3.2.2/es5/sre/mathmaps/hi.json (430 KiB) js/libs/mathjax-3.2.2/es5/sre/mathmaps/it.json (321 KiB) js/libs/mathjax-3.2.2/es5/sre/mathmaps/nb.json (300 KiB) js/libs/mathjax-3.2.2/es5/sre/mathmaps/nn.json (302 KiB) js/libs/mathjax-3.2.2/es5/sre/mathmaps/sv.json (310 KiB) js/libs/mathjax-3.2.2/es5/tex-svg-full.js (2.15 MiB) stylesheets/main-style-9d7e76a70e88dc2812a9.css (625 KiB) stylesheets/main-ieee-style-613e2ebe721503092b54.css (626 KiB) stylesheets/main-light-style-8ba97d68518721e9b9bc.css (625 KiB) stylesheets/main-style-bootstrap-5-80d446435d737fb8718b.css (268 KiB) stylesheets/main-ieee-style-bootstrap-5-80d446435d737fb8718b.css (268 KiB) stylesheets/main-light-style-bootstrap-5-80d446435d737fb8718b.css (268 KiB) js/pages/ide-690021bfd6a38691f551.js (259 KiB) js/codemirror-editor-4d3aac4acca5fb16a0b3.js (470 KiB) js/7504-13f7b7fe7ef91fcd7f12.js (1010 KiB) js/2629-9ae412fc00d90c6d4f7b.js (306 KiB) js/8522-37b18465e7372422e73e.js (338 KiB) js/3568-ce1cc9ac610ce40a6038.js (1.27 MiB) js/1220-3681130f1b7ce4517a31.js (334 KiB) js/3148-74f59966bdaea20c49f1.js (365 KiB) js/9578-aa86f1467c462f5fbb97.js (472 KiB) WARNING in entrypoint size limit: The following entrypoint(s) combined asset size exceeds the recommended limit (244 KiB). This can impact web performance. Entrypoints: tracing (265 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/6982-89f1c8a7ece6dab14aac.js js/tracing-29b43b83ec1923cb1642.js bootstrap-3 (322 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/5710-49d60b44bd361d2a51f0.js js/2998-f80dbf52a47e5286a1cd.js js/bootstrap-3-420a7b262111488f69ed.js ide-detached (916 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5211-2dffa742738279aa89d5.js js/2687-1c5fbf543aac67a3b01e.js js/2628-c83144e305765f1641aa.js js/4121-e52a97593c56673cd1af.js js/7474-2e76a9c62ba4b4bdabbf.js js/5089-59f4c9ac78308143d52a.js js/9328-2cd3bc5d1034dfeb8104.js js/4993-7f955e3fd986354311e6.js js/2629-9ae412fc00d90c6d4f7b.js js/ide-detached-38ff4f55cedacc4fce00.js marketing (252 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/9199-e581cf0a3837d0986793.js js/3628-7a4d01894ae82a495500.js js/3547-f7fcc8a4792da260b916.js js/2617-3664352c81a301bc2022.js js/marketing-9f825f46114c9398a003.js main-style (626 KiB) stylesheets/main-style-9d7e76a70e88dc2812a9.css js/main-style-da62dc1165889105672b.js main-ieee-style (626 KiB) stylesheets/main-ieee-style-613e2ebe721503092b54.css js/main-ieee-style-fa9a813c1d630a9c3bea.js main-light-style (626 KiB) stylesheets/main-light-style-8ba97d68518721e9b9bc.css js/main-light-style-83e18c0c9ec4bce08714.js main-style-bootstrap-5 (268 KiB) stylesheets/main-style-bootstrap-5-80d446435d737fb8718b.css js/main-style-bootstrap-5-fbd64bb5969ec0591ef5.js main-ieee-style-bootstrap-5 (268 KiB) stylesheets/main-ieee-style-bootstrap-5-80d446435d737fb8718b.css js/main-ieee-style-bootstrap-5-8bd73d7e1847d5f0b88d.js main-light-style-bootstrap-5 (268 KiB) stylesheets/main-light-style-bootstrap-5-80d446435d737fb8718b.css js/main-light-style-bootstrap-5-ac94d63a17c06f2a2bab.js modules/launchpad/pages/launchpad (254 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/9199-e581cf0a3837d0986793.js js/3628-7a4d01894ae82a495500.js js/3547-f7fcc8a4792da260b916.js js/modules/launchpad/pages/launchpad-ce25f72665d8610afc0a.js modules/user-activate/pages/user-activate-page (385 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/9199-e581cf0a3837d0986793.js js/3628-7a4d01894ae82a495500.js js/3547-f7fcc8a4792da260b916.js js/2617-3664352c81a301bc2022.js js/modules/user-activate/pages/user-activate-page-fb24e3cbf075610c6df7.js pages/compromised-password (467 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/9199-e581cf0a3837d0986793.js js/1277-031f6097386803033263.js js/3628-7a4d01894ae82a495500.js js/3547-f7fcc8a4792da260b916.js js/2617-3664352c81a301bc2022.js js/pages/compromised-password-933c7b72d79b5f209ce5.js pages/ide (1.55 MiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5211-2dffa742738279aa89d5.js js/2687-1c5fbf543aac67a3b01e.js js/2628-c83144e305765f1641aa.js js/4121-e52a97593c56673cd1af.js js/3272-8fb04685906767e0b75a.js js/7474-2e76a9c62ba4b4bdabbf.js js/5089-59f4c9ac78308143d52a.js js/9578-aa86f1467c462f5fbb97.js js/9328-2cd3bc5d1034dfeb8104.js js/4993-7f955e3fd986354311e6.js js/2629-9ae412fc00d90c6d4f7b.js js/pages/ide-690021bfd6a38691f551.js pages/marketing/homepage (254 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/9199-e581cf0a3837d0986793.js js/3628-7a4d01894ae82a495500.js js/3547-f7fcc8a4792da260b916.js js/2617-3664352c81a301bc2022.js js/pages/marketing/homepage-b0896a9a54a518a2ba2e.js pages/project-list (1.13 MiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5710-49d60b44bd361d2a51f0.js js/5211-2dffa742738279aa89d5.js js/6640-7bdffd0a274e78043245.js js/7198-6d35542769ee3e70c6b8.js js/5204-1032895a5954ac7622f4.js js/2687-1c5fbf543aac67a3b01e.js js/2628-c83144e305765f1641aa.js js/3272-8fb04685906767e0b75a.js js/7474-2e76a9c62ba4b4bdabbf.js js/1073-8c03c53c8ddc0c54eb6e.js js/6985-74966b56db1580585314.js js/3019-c80a8f095f364b4e41c1.js js/3628-7a4d01894ae82a495500.js js/288-a711fcef5e3e3c68bc1e.js js/9328-2cd3bc5d1034dfeb8104.js js/4823-5a1138b660d394823e28.js js/pages/project-list-ad7222eafce1b7594e2d.js pages/sharing-updates (529 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5211-2dffa742738279aa89d5.js js/6640-7bdffd0a274e78043245.js js/2628-c83144e305765f1641aa.js js/1073-8c03c53c8ddc0c54eb6e.js js/2821-03e184de99c055994678.js js/5382-3c6d107d9ff3f29feb6a.js js/4993-7f955e3fd986354311e6.js js/6511-d658642c5806e4524e6e.js js/pages/sharing-updates-51f67c5ccef5d30a8464.js pages/token-access (445 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/9180-0c92f0925dd00e87269a.js js/2821-03e184de99c055994678.js js/6511-d658642c5806e4524e6e.js js/pages/token-access-2856f00ccf512b6d9ce9.js pages/user/add-secondary-email (502 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/9199-e581cf0a3837d0986793.js js/1277-031f6097386803033263.js js/3468-145574b708090fe6b13d.js js/7879-5f86955fc32c81f90e68.js js/3628-7a4d01894ae82a495500.js js/2617-3664352c81a301bc2022.js js/9762-64db1fbc4c12aed6bcba.js js/pages/user/add-secondary-email-9f6337ec801a19f6fa09.js pages/user/confirm-secondary-email (478 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/9199-e581cf0a3837d0986793.js js/1277-031f6097386803033263.js js/3628-7a4d01894ae82a495500.js js/3547-f7fcc8a4792da260b916.js js/2617-3664352c81a301bc2022.js js/pages/user/confirm-secondary-email-e8576ac294c5f68e7904.js pages/user/settings (808 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5211-2dffa742738279aa89d5.js js/6640-7bdffd0a274e78043245.js js/7198-6d35542769ee3e70c6b8.js js/5204-1032895a5954ac7622f4.js js/2687-1c5fbf543aac67a3b01e.js js/2628-c83144e305765f1641aa.js js/8168-3bbc16bcc6c5729704bb.js js/1073-8c03c53c8ddc0c54eb6e.js js/6985-74966b56db1580585314.js js/3468-145574b708090fe6b13d.js js/8536-f3f53f07d5b335fb6cf0.js js/3628-7a4d01894ae82a495500.js js/2617-3664352c81a301bc2022.js js/9328-2cd3bc5d1034dfeb8104.js js/4823-5a1138b660d394823e28.js js/9762-64db1fbc4c12aed6bcba.js js/pages/user/settings-989a7b6052547c2c104d.js pages/user/subscription/base (372 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/5143-bc9648b8d7a0e264fb1f.js js/5710-49d60b44bd361d2a51f0.js js/4491-423ffffece343ed6706a.js js/3628-7a4d01894ae82a495500.js js/3547-f7fcc8a4792da260b916.js js/288-a711fcef5e3e3c68bc1e.js js/pages/user/subscription/base-1ae24b16e35089cd65bc.js pages/user/subscription/canceled-subscription (520 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5710-49d60b44bd361d2a51f0.js js/9180-0c92f0925dd00e87269a.js js/8975-ee15f4c845927fd5996a.js js/3628-7a4d01894ae82a495500.js js/3547-f7fcc8a4792da260b916.js js/288-a711fcef5e3e3c68bc1e.js js/pages/user/subscription/canceled-subscription-136c85734caa284445b1.js pages/user/subscription/dashboard (625 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5710-49d60b44bd361d2a51f0.js js/5211-2dffa742738279aa89d5.js js/2628-c83144e305765f1641aa.js js/4973-f97804ccb2b4173c8b26.js js/3628-7a4d01894ae82a495500.js js/288-a711fcef5e3e3c68bc1e.js js/1996-095770e7dfb6bb491559.js js/pages/user/subscription/dashboard-44c6ccba0efad374e250.js pages/user/subscription/group-invites (527 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5710-49d60b44bd361d2a51f0.js js/1731-1de236893004627dab7e.js js/3628-7a4d01894ae82a495500.js js/3547-f7fcc8a4792da260b916.js js/288-a711fcef5e3e3c68bc1e.js js/pages/user/subscription/group-invites-e5ee3f84149174b16025.js pages/user/subscription/group-management/group-managers (636 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5710-49d60b44bd361d2a51f0.js js/5211-2dffa742738279aa89d5.js js/2687-1c5fbf543aac67a3b01e.js js/3272-8fb04685906767e0b75a.js js/9180-0c92f0925dd00e87269a.js js/5854-26c63693da3e2852ef89.js js/3628-7a4d01894ae82a495500.js js/288-a711fcef5e3e3c68bc1e.js js/567-221cec284af3d90536c6.js js/pages/user/subscription/group-management/group-managers-3132d4fdc092e923457d.js pages/user/subscription/group-management/group-members (719 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5710-49d60b44bd361d2a51f0.js js/5211-2dffa742738279aa89d5.js js/2687-1c5fbf543aac67a3b01e.js js/2628-c83144e305765f1641aa.js js/3272-8fb04685906767e0b75a.js js/7474-2e76a9c62ba4b4bdabbf.js js/1261-4f936912722c7de62563.js js/3628-7a4d01894ae82a495500.js js/288-a711fcef5e3e3c68bc1e.js js/567-221cec284af3d90536c6.js js/pages/user/subscription/group-management/group-members-b949e2cd48f86e538bc3.js pages/user/subscription/group-management/institution-managers (636 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5710-49d60b44bd361d2a51f0.js js/5211-2dffa742738279aa89d5.js js/2687-1c5fbf543aac67a3b01e.js js/3272-8fb04685906767e0b75a.js js/9180-0c92f0925dd00e87269a.js js/5854-26c63693da3e2852ef89.js js/3628-7a4d01894ae82a495500.js js/288-a711fcef5e3e3c68bc1e.js js/567-221cec284af3d90536c6.js js/pages/user/subscription/group-management/institution-managers-30dff2931052e0c3d582.js pages/user/subscription/group-management/publisher-managers (636 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5710-49d60b44bd361d2a51f0.js js/5211-2dffa742738279aa89d5.js js/2687-1c5fbf543aac67a3b01e.js js/3272-8fb04685906767e0b75a.js js/9180-0c92f0925dd00e87269a.js js/5854-26c63693da3e2852ef89.js js/3628-7a4d01894ae82a495500.js js/288-a711fcef5e3e3c68bc1e.js js/567-221cec284af3d90536c6.js js/pages/user/subscription/group-management/publisher-managers-3e2f48faa12d903f169c.js pages/user/subscription/invite-managed (495 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/5710-49d60b44bd361d2a51f0.js js/4491-423ffffece343ed6706a.js js/3628-7a4d01894ae82a495500.js js/3547-f7fcc8a4792da260b916.js js/288-a711fcef5e3e3c68bc1e.js js/pages/user/subscription/invite-managed-a5a5aca74d8097b0b395.js pages/user/subscription/invite (518 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/5710-49d60b44bd361d2a51f0.js js/3198-047f08c33243a9eb706a.js js/3628-7a4d01894ae82a495500.js js/288-a711fcef5e3e3c68bc1e.js js/pages/user/subscription/invite-9bde7be4391cb74bdde2.js pages/user/subscription/plans-v2/plans-v2-main (284 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/4121-e52a97593c56673cd1af.js js/5300-aacb4cf119eaa6f00218.js js/3628-7a4d01894ae82a495500.js js/3547-f7fcc8a4792da260b916.js js/2617-3664352c81a301bc2022.js js/pages/user/subscription/plans-v2/plans-v2-main-95ed72c7469445dab146.js pages/user/subscription/successful-subscription (537 KiB) js/3296-1b55642e46033040fe17.js js/1022-f6037408df054cd22943.js js/4382-9b2e69e59f22c076940f.js js/6635-f6c6ddc6ca0e7d24b8b3.js js/4445-bc253adda1df822c5d39.js js/4675-8ae95ccbe68088054192.js js/427-113defacd625a19c4fab.js js/5691-aa9b353643142998f6d6.js js/5847-20a6fb4e22e20076c6f4.js js/2697-686cc7653c66c12e6272.js js/5143-bc9648b8d7a0e264fb1f.js js/9875-0c3911f285fb551fa446.js js/5710-49d60b44bd361d2a51f0.js js/1731-1de236893004627dab7e.js js/3628-7a4d01894ae82a495500.js js/3547-f7fcc8a4792da260b916.js js/288-a711fcef5e3e3c68bc1e.js js/1996-095770e7dfb6bb491559.js js/pages/user/subscription/successful-subscription-42c02592c62bbf0b42a4.js webpack 5.89.0 compiled with 2 warnings in 147978 ms + rm -rf node_modules/.cache + npm install --omit=dev > postinstall > patch-package patch-package 8.0.0 Applying patches... @google-cloud/storage/retry-request@5.0.2 ✔ @google-cloud/storage/teeny-request@8.0.2 ✔ body-parser@1.20.2 ✔ express/finalhandler@1.2.0 ✔ express/send@0.18.0 ✔ forwarded@0.2.0 ✔ node-fetch@2.6.7 ✔ passport-oauth2@1.6.1 ✔ send@0.17.2 ✔ Error: Patch file found for package retry-request which is not present at node_modules/retry-request If this package is a dev dependency, rename the patch file to retry-request+4.2.2.dev.patch Error: Patch file found for package teeny-request which is not present at node_modules/teeny-request If this package is a dev dependency, rename the patch file to teeny-request+7.1.3.dev.patch Error: Patch file found for package thread-loader which is not present at node_modules/thread-loader If this package is a dev dependency, rename the patch file to thread-loader+4.0.2.dev.patch --- patch-package finished with 3 error(s). up to date, audited 1515 packages in 16s 126 packages are looking for funding run `npm fund` for details 7 vulnerabilities (4 moderate, 3 high) To address issues that do not require attention, run: npm audit fix Some issues need review, and may require choosing a different dependency. Run `npm audit` for details. + npm run precompile-pug > precompile-pug > node app/src/infrastructure/Views Using default settings from /overleaf/services/web/config/settings.defaults.js {"name":"default","hostname":"01c7b06c90cc","pid":572,"level":30,"timeTaken":9283,"success":53,"precompiled":0,"msg":"compiled pug templates","time":"2024-07-20T23:23:26.138Z","v":0} + popd + pushd services/real-time /overleaf /overleaf/services/real-time /overleaf real-time does not require a compilation /overleaf /overleaf/services/document-updater /overleaf document-updater does not require a compilation /overleaf /overleaf/services/clsi /overleaf clsi does not require a compilation /overleaf /overleaf/services/filestore /overleaf filestore does not require a compilation /overleaf /overleaf/services/docstore /overleaf docstore does not require a compilation /overleaf /overleaf/services/chat /overleaf chat does not require a compilation /overleaf /overleaf/services/spelling /overleaf spelling does not require a compilation /overleaf /overleaf/services/contacts /overleaf contacts does not require a compilation /overleaf /overleaf/services/notifications /overleaf notifications does not require a compilation /overleaf /overleaf/services/project-history /overleaf project-history does not require a compilation /overleaf /overleaf/services/history-v1 /overleaf history-v1 does not require a compilation /overleaf + echo real-time does not require a compilation + popd + pushd services/document-updater + echo document-updater does not require a compilation + popd + pushd services/clsi + echo clsi does not require a compilation + popd + pushd services/filestore + echo filestore does not require a compilation + popd + pushd services/docstore + echo docstore does not require a compilation + popd + pushd services/chat + echo chat does not require a compilation + popd + pushd services/spelling + echo spelling does not require a compilation + popd + pushd services/contacts + echo contacts does not require a compilation + popd + pushd services/notifications + echo notifications does not require a compilation + popd + pushd services/project-history + echo project-history does not require a compilation + popd + pushd services/history-v1 + echo history-v1 does not require a compilation + popd + set +x Removing intermediate container 01c7b06c90cc ---> 2b164149c848 Step 12/50 : ADD server-ce/runit /etc/service ---> 742c9a1eb129 Step 13/50 : ADD server-ce/config/env.sh /etc/overleaf/env.sh ---> a0b44a97fe4e Step 14/50 : ADD server-ce/nginx/nginx.conf.template /etc/nginx/templates/nginx.conf.template ---> 9bc42b7dff2b Step 15/50 : ADD server-ce/nginx/overleaf.conf /etc/nginx/sites-enabled/overleaf.conf ---> 210a5cb31262 Step 16/50 : ADD server-ce/nginx/clsi-nginx.conf /etc/nginx/sites-enabled/clsi-nginx.conf ---> 7e36edcf4f0e Step 17/50 : ADD server-ce/logrotate/overleaf /etc/logrotate.d/overleaf ---> 25485fcf9932 Step 18/50 : RUN chmod 644 /etc/logrotate.d/overleaf ---> Running in e4d927d97cf5 Removing intermediate container e4d927d97cf5 ---> 770188fe48ce Step 19/50 : ADD server-ce/cron /overleaf/cron ---> 47d4a2168d40 Step 20/50 : ADD server-ce/config/crontab-history /etc/cron.d/crontab-history ---> 61ee791011e3 Step 21/50 : RUN chmod 600 /etc/cron.d/crontab-history ---> Running in d03fc6ca1536 Removing intermediate container d03fc6ca1536 ---> f845c6f2ca5e Step 22/50 : ADD server-ce/config/crontab-deletion /etc/cron.d/crontab-deletion ---> dcb0b5a17183 Step 23/50 : RUN chmod 600 /etc/cron.d/crontab-deletion ---> Running in a3421eb549ad Removing intermediate container a3421eb549ad ---> 28a895de5255 Step 24/50 : COPY server-ce/init_scripts/ /etc/my_init.d/ ---> 20de33f9c272 Step 25/50 : COPY server-ce/init_preshutdown_scripts/ /etc/my_init.pre_shutdown.d/ ---> 4e71bf934a21 Step 26/50 : COPY server-ce/config/settings.js /etc/overleaf/settings.js ---> efcda796e8a2 Step 27/50 : COPY server-ce/config/production.json /overleaf/services/history-v1/config/production.json ---> f8947de496da Step 28/50 : COPY server-ce/config/custom-environment-variables.json /overleaf/services/history-v1/config/custom-environment-variables.json ---> 3db5a2a763ba Step 29/50 : ADD server-ce/bin/grunt /usr/local/bin/grunt ---> 4efaca8aac66 Step 30/50 : RUN chmod +x /usr/local/bin/grunt ---> Running in 0126a9890afb Removing intermediate container 0126a9890afb ---> 5381172a6abe Step 31/50 : ADD server-ce/bin/flush-history-queues /overleaf/bin/flush-history-queues ---> 41ad288c83c4 Step 32/50 : RUN chmod +x /overleaf/bin/flush-history-queues ---> Running in e0f922d8efb4 Removing intermediate container e0f922d8efb4 ---> f70d9832f5dd Step 33/50 : ADD server-ce/bin/force-history-resyncs /overleaf/bin/force-history-resyncs ---> 7c9bc90dc3d6 Step 34/50 : RUN chmod +x /overleaf/bin/force-history-resyncs ---> Running in 4efb5f6cc1ca Removing intermediate container 4efb5f6cc1ca ---> c243e3ad3ade Step 35/50 : ENV SITE_MAINTENANCE_FILE "/etc/overleaf/site_status" ---> Running in f69420edb993 Removing intermediate container f69420edb993 ---> 6c301be98ad8 Step 36/50 : RUN touch $SITE_MAINTENANCE_FILE ---> Running in c03d5f610967 Removing intermediate container c03d5f610967 ---> d34f133f6e54 Step 37/50 : ENV OVERLEAF_CONFIG /etc/overleaf/settings.js ---> Running in 26b768915158 Removing intermediate container 26b768915158 ---> 0badb7a0abec Step 38/50 : ENV WEB_API_USER "overleaf" ---> Running in 4d6afa046e88 Removing intermediate container 4d6afa046e88 ---> 9ff4b806c54e Step 39/50 : ENV ADMIN_PRIVILEGE_AVAILABLE "true" ---> Running in d3e3c86821c5 Removing intermediate container d3e3c86821c5 ---> abdc3897fcf4 Step 40/50 : ENV OVERLEAF_APP_NAME "Overleaf Community Edition" ---> Running in c3dc1cccbcee Removing intermediate container c3dc1cccbcee ---> 9f8b3f1af193 Step 41/50 : ENV OPTIMISE_PDF "true" ---> Running in bdbf277475b8 Removing intermediate container bdbf277475b8 ---> 45ab8e2cf85c Step 42/50 : ENV KILL_PROCESS_TIMEOUT 55 ---> Running in 9e98f490fc7f Removing intermediate container 9e98f490fc7f ---> 595a02588001 Step 43/50 : ENV KILL_ALL_PROCESSES_TIMEOUT 55 ---> Running in f83b1872abe4 Removing intermediate container f83b1872abe4 ---> 741ce2bd57cd Step 44/50 : ENV GRACEFUL_SHUTDOWN_DELAY_SECONDS 1 ---> Running in 72fcad1c140f Removing intermediate container 72fcad1c140f ---> b6ebb1cc79ac Step 45/50 : ENV NODE_ENV "production" ---> Running in 0f92827ac1ef Removing intermediate container 0f92827ac1ef ---> dc9e709a8c79 Step 46/50 : ENV LOG_LEVEL "info" ---> Running in 0c51f34178c5 Removing intermediate container 0c51f34178c5 ---> 95e4ac5679c6 Step 47/50 : EXPOSE 80 ---> Running in 62fc4247f5f8 Removing intermediate container 62fc4247f5f8 ---> 33544fe9a000 Step 48/50 : ENTRYPOINT ["/sbin/my_init"] ---> Running in a715d997be64 Removing intermediate container a715d997be64 ---> dc5b4724d539 Step 49/50 : ARG MONOREPO_REVISION ---> Running in 3c2ed3ffbd0a Removing intermediate container 3c2ed3ffbd0a ---> f4120a1bd070 Step 50/50 : RUN echo "monorepo-server-ce,$MONOREPO_REVISION" > /var/www/revisions.txt ---> Running in 26aecb390f80 Removing intermediate container 26aecb390f80 ---> 08175e420961 [Warning] One or more build-args [BUILDKIT_INLINE_CACHE] were not consumed Successfully built 08175e420961 Successfully tagged sharelatex/sharelatex:main-710cacad2dc8921e1fcfd306c54843266226be89 Successfully tagged sharelatex/sharelatex:main