fastify 5.7.0 → 5.7.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (32) hide show
  1. package/.idea/fastify.iml +12 -0
  2. package/.idea/inspectionProfiles/Project_Default.xml +6 -0
  3. package/.idea/jsLibraryMappings.xml +6 -0
  4. package/.idea/jsLinters/eslint.xml +6 -0
  5. package/.idea/modules.xml +8 -0
  6. package/.idea/vcs.xml +6 -0
  7. package/LICENSE +1 -4
  8. package/SPONSORS.md +2 -2
  9. package/docs/Guides/Ecosystem.md +2 -1
  10. package/docs/Guides/Plugins-Guide.md +8 -8
  11. package/docs/Reference/Server.md +6 -2
  12. package/docs/Reference/Validation-and-Serialization.md +15 -6
  13. package/fastify.js +1 -1
  14. package/lib/content-type-parser.js +40 -30
  15. package/lib/content-type.js +152 -0
  16. package/lib/error-serializer.js +24 -10
  17. package/lib/handle-request.js +12 -4
  18. package/package.json +2 -2
  19. package/test/content-parser.test.js +21 -39
  20. package/test/content-type.test.js +102 -1
  21. package/test/custom-parser.0.test.js +3 -3
  22. package/test/custom-parser.1.test.js +0 -35
  23. package/test/custom-parser.3.test.js +1 -1
  24. package/test/schema-validation.test.js +66 -33
  25. package/.claude/settings.local.json +0 -11
  26. package/docs/fastify-fastify-pr-6425-run-20528050272-Lint_Docs.log +0 -180
  27. package/docs/fastify-fastify-pr-6425-run-20528054188-PR_#6425.log +0 -4006
  28. package/docs/fastify-fastify-pr-6425-run-20528054403-Pull_Request_Labeler.log +0 -42
  29. package/docs/fastify-fastify-pr-6425-run-20528054421-Lint_Docs.log +0 -196
  30. package/docs/fastify-fastify-pr-6425-run-20528054423-Internal_Links_Check.log +0 -1864
  31. package/docs/fastify-fastify-pr-6425-run-20528054430-Test_compare.log +0 -5
  32. package/docs/fastify-fastify-pr-6425-run-20528054438-pull_request_title_check.log +0 -41
@@ -1,42 +0,0 @@
1
- Getting logs for all jobs in run 20528054403...
2
-
3
- === Job: label (ID: 58974851536) ===
4
- 2025-12-26T19:21:14.0762663Z Current runner version: '2.330.0'
5
- 2025-12-26T19:21:14.0787926Z ##[group]Runner Image Provisioner
6
- 2025-12-26T19:21:14.0788691Z Hosted Compute Agent
7
- 2025-12-26T19:21:14.0789240Z Version: 20251211.462
8
- 2025-12-26T19:21:14.0789871Z Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61
9
- 2025-12-26T19:21:14.0790577Z Build Date: 2025-12-11T16:28:49Z
10
- 2025-12-26T19:21:14.0791177Z Worker ID: {0189303c-da8b-462e-b698-a97499c6a6fc}
11
- 2025-12-26T19:21:14.0791893Z ##[endgroup]
12
- 2025-12-26T19:21:14.0792424Z ##[group]Operating System
13
- 2025-12-26T19:21:14.0793097Z Ubuntu
14
- 2025-12-26T19:21:14.0793619Z 24.04.3
15
- 2025-12-26T19:21:14.0794051Z LTS
16
- 2025-12-26T19:21:14.0794497Z ##[endgroup]
17
- 2025-12-26T19:21:14.0794970Z ##[group]Runner Image
18
- 2025-12-26T19:21:14.0795571Z Image: ubuntu-24.04
19
- 2025-12-26T19:21:14.0796035Z Version: 20251215.174.1
20
- 2025-12-26T19:21:14.0797032Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md
21
- 2025-12-26T19:21:14.0798617Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174
22
- 2025-12-26T19:21:14.0799648Z ##[endgroup]
23
- 2025-12-26T19:21:14.0800735Z ##[group]GITHUB_TOKEN Permissions
24
- 2025-12-26T19:21:14.0803059Z Contents: read
25
- 2025-12-26T19:21:14.0803864Z Metadata: read
26
- 2025-12-26T19:21:14.0804382Z PullRequests: write
27
- 2025-12-26T19:21:14.0804862Z ##[endgroup]
28
- 2025-12-26T19:21:14.0807516Z Secret source: Actions
29
- 2025-12-26T19:21:14.0808411Z Prepare workflow directory
30
- 2025-12-26T19:21:14.1164737Z Prepare all required actions
31
- 2025-12-26T19:21:14.1204553Z Getting action download info
32
- 2025-12-26T19:21:14.4404628Z Download action repository 'actions/labeler@v6' (SHA:634933edcd8ababfe52f92936142cc22ac488b1b)
33
- 2025-12-26T19:21:15.2546418Z Complete job name: label
34
- 2025-12-26T19:21:15.3230225Z ##[group]Run actions/labeler@v6
35
- 2025-12-26T19:21:15.3231147Z with:
36
- 2025-12-26T19:21:15.3231824Z repo-token: ***
37
- 2025-12-26T19:21:15.3232320Z configuration-path: .github/labeler.yml
38
- 2025-12-26T19:21:15.3233227Z sync-labels: false
39
- 2025-12-26T19:21:15.3233800Z dot: true
40
- 2025-12-26T19:21:15.3234541Z ##[endgroup]
41
- 2025-12-26T19:21:16.1612713Z The configuration file (path: .github/labeler.yml) was not found locally, fetching via the api
42
- 2025-12-26T19:21:16.9157400Z Cleaning up orphan processes
@@ -1,196 +0,0 @@
1
- Getting logs for all jobs in run 20528054421...
2
-
3
- === Job: Lint Markdown (ID: 58974851590) ===
4
- 2025-12-26T19:21:17.6213936Z Current runner version: '2.330.0'
5
- 2025-12-26T19:21:17.6238253Z ##[group]Runner Image Provisioner
6
- 2025-12-26T19:21:17.6239081Z Hosted Compute Agent
7
- 2025-12-26T19:21:17.6239679Z Version: 20251211.462
8
- 2025-12-26T19:21:17.6240315Z Commit: 6cbad8c2bb55d58165063d031ccabf57e2d2db61
9
- 2025-12-26T19:21:17.6241008Z Build Date: 2025-12-11T16:28:49Z
10
- 2025-12-26T19:21:17.6241677Z Worker ID: {2fd63205-7771-47e4-b1df-2fe39c8789a8}
11
- 2025-12-26T19:21:17.6242402Z ##[endgroup]
12
- 2025-12-26T19:21:17.6242898Z ##[group]Operating System
13
- 2025-12-26T19:21:17.6243502Z Ubuntu
14
- 2025-12-26T19:21:17.6243954Z 24.04.3
15
- 2025-12-26T19:21:17.6244404Z LTS
16
- 2025-12-26T19:21:17.6244812Z ##[endgroup]
17
- 2025-12-26T19:21:17.6245408Z ##[group]Runner Image
18
- 2025-12-26T19:21:17.6245941Z Image: ubuntu-24.04
19
- 2025-12-26T19:21:17.6246390Z Version: 20251215.174.1
20
- 2025-12-26T19:21:17.6247448Z Included Software: https://github.com/actions/runner-images/blob/ubuntu24/20251215.174/images/ubuntu/Ubuntu2404-Readme.md
21
- 2025-12-26T19:21:17.6249144Z Image Release: https://github.com/actions/runner-images/releases/tag/ubuntu24%2F20251215.174
22
- 2025-12-26T19:21:17.6250214Z ##[endgroup]
23
- 2025-12-26T19:21:17.6251175Z ##[group]GITHUB_TOKEN Permissions
24
- 2025-12-26T19:21:17.6253147Z Contents: read
25
- 2025-12-26T19:21:17.6253705Z Metadata: read
26
- 2025-12-26T19:21:17.6254183Z ##[endgroup]
27
- 2025-12-26T19:21:17.6256317Z Secret source: Actions
28
- 2025-12-26T19:21:17.6256992Z Prepare workflow directory
29
- 2025-12-26T19:21:17.6579671Z Prepare all required actions
30
- 2025-12-26T19:21:17.6616277Z Getting action download info
31
- 2025-12-26T19:21:18.1674843Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
32
- 2025-12-26T19:21:18.3244416Z Download action repository 'actions/setup-node@v6' (SHA:395ad3262231945c25e8478fd5baf05154b1d79f)
33
- 2025-12-26T19:21:18.4733034Z Download action repository 'xt0rted/markdownlint-problem-matcher@1a5fabfb577370cfdf5af944d418e4be3ea06f27' (SHA:1a5fabfb577370cfdf5af944d418e4be3ea06f27)
34
- 2025-12-26T19:21:19.0349819Z Complete job name: Lint Markdown
35
- 2025-12-26T19:21:19.1054433Z ##[group]Run actions/checkout@v5
36
- 2025-12-26T19:21:19.1055284Z with:
37
- 2025-12-26T19:21:19.1055734Z persist-credentials: false
38
- 2025-12-26T19:21:19.1056229Z repository: fastify/fastify
39
- 2025-12-26T19:21:19.1056836Z token: ***
40
- 2025-12-26T19:21:19.1057221Z ssh-strict: true
41
- 2025-12-26T19:21:19.1057608Z ssh-user: git
42
- 2025-12-26T19:21:19.1058164Z clean: true
43
- 2025-12-26T19:21:19.1058566Z sparse-checkout-cone-mode: true
44
- 2025-12-26T19:21:19.1059062Z fetch-depth: 1
45
- 2025-12-26T19:21:19.1059447Z fetch-tags: false
46
- 2025-12-26T19:21:19.1059852Z show-progress: true
47
- 2025-12-26T19:21:19.1060250Z lfs: false
48
- 2025-12-26T19:21:19.1060610Z submodules: false
49
- 2025-12-26T19:21:19.1061011Z set-safe-directory: true
50
- 2025-12-26T19:21:19.1061688Z ##[endgroup]
51
- 2025-12-26T19:21:19.1977474Z Syncing repository: fastify/fastify
52
- 2025-12-26T19:21:19.1979874Z ##[group]Getting Git version info
53
- 2025-12-26T19:21:19.1980561Z Working directory is '/home/runner/work/fastify/fastify'
54
- 2025-12-26T19:21:19.1981559Z [command]/usr/bin/git version
55
- 2025-12-26T19:21:19.2053181Z git version 2.52.0
56
- 2025-12-26T19:21:19.2105409Z ##[endgroup]
57
- 2025-12-26T19:21:19.2120768Z Temporarily overriding HOME='/home/runner/work/_temp/748743f0-5e14-4264-a83b-a19ba25d0144' before making global git config changes
58
- 2025-12-26T19:21:19.2122941Z Adding repository directory to the temporary git global config as a safe directory
59
- 2025-12-26T19:21:19.2125937Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/fastify/fastify
60
- 2025-12-26T19:21:19.2168825Z Deleting the contents of '/home/runner/work/fastify/fastify'
61
- 2025-12-26T19:21:19.2172464Z ##[group]Initializing the repository
62
- 2025-12-26T19:21:19.2176926Z [command]/usr/bin/git init /home/runner/work/fastify/fastify
63
- 2025-12-26T19:21:19.2301115Z hint: Using 'master' as the name for the initial branch. This default branch name
64
- 2025-12-26T19:21:19.2302559Z hint: will change to "main" in Git 3.0. To configure the initial branch name
65
- 2025-12-26T19:21:19.2303543Z hint: to use in all of your new repositories, which will suppress this warning,
66
- 2025-12-26T19:21:19.2304942Z hint: call:
67
- 2025-12-26T19:21:19.2305719Z hint:
68
- 2025-12-26T19:21:19.2306241Z hint: git config --global init.defaultBranch <name>
69
- 2025-12-26T19:21:19.2307198Z hint:
70
- 2025-12-26T19:21:19.2308435Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
71
- 2025-12-26T19:21:19.2310128Z hint: 'development'. The just-created branch can be renamed via this command:
72
- 2025-12-26T19:21:19.2311419Z hint:
73
- 2025-12-26T19:21:19.2312138Z hint: git branch -m <name>
74
- 2025-12-26T19:21:19.2312961Z hint:
75
- 2025-12-26T19:21:19.2314026Z hint: Disable this message with "git config set advice.defaultBranchName false"
76
- 2025-12-26T19:21:19.2315785Z Initialized empty Git repository in /home/runner/work/fastify/fastify/.git/
77
- 2025-12-26T19:21:19.2318716Z [command]/usr/bin/git remote add origin https://github.com/fastify/fastify
78
- 2025-12-26T19:21:19.2353290Z ##[endgroup]
79
- 2025-12-26T19:21:19.2354508Z ##[group]Disabling automatic garbage collection
80
- 2025-12-26T19:21:19.2357585Z [command]/usr/bin/git config --local gc.auto 0
81
- 2025-12-26T19:21:19.2386073Z ##[endgroup]
82
- 2025-12-26T19:21:19.2387277Z ##[group]Setting up auth
83
- 2025-12-26T19:21:19.2393399Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
84
- 2025-12-26T19:21:19.2424597Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
85
- 2025-12-26T19:21:19.2791616Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
86
- 2025-12-26T19:21:19.2822818Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
87
- 2025-12-26T19:21:19.3045038Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
88
- 2025-12-26T19:21:19.3077548Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
89
- 2025-12-26T19:21:19.3305499Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
90
- 2025-12-26T19:21:19.3340938Z ##[endgroup]
91
- 2025-12-26T19:21:19.3342296Z ##[group]Fetching the repository
92
- 2025-12-26T19:21:19.3351252Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +87fb0d7805bcb8096826d27294d9893a37988eea:refs/remotes/pull/6425/merge
93
- 2025-12-26T19:21:19.9096291Z From https://github.com/fastify/fastify
94
- 2025-12-26T19:21:19.9100068Z * [new ref] 87fb0d7805bcb8096826d27294d9893a37988eea -> pull/6425/merge
95
- 2025-12-26T19:21:19.9131695Z ##[endgroup]
96
- 2025-12-26T19:21:19.9133165Z ##[group]Determining the checkout info
97
- 2025-12-26T19:21:19.9134769Z ##[endgroup]
98
- 2025-12-26T19:21:19.9140508Z [command]/usr/bin/git sparse-checkout disable
99
- 2025-12-26T19:21:19.9184964Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
100
- 2025-12-26T19:21:19.9213340Z ##[group]Checking out the ref
101
- 2025-12-26T19:21:19.9219286Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/6425/merge
102
- 2025-12-26T19:21:19.9490263Z Note: switching to 'refs/remotes/pull/6425/merge'.
103
- 2025-12-26T19:21:19.9490885Z
104
- 2025-12-26T19:21:19.9491304Z You are in 'detached HEAD' state. You can look around, make experimental
105
- 2025-12-26T19:21:19.9491960Z changes and commit them, and you can discard any commits you make in this
106
- 2025-12-26T19:21:19.9492560Z state without impacting any branches by switching back to a branch.
107
- 2025-12-26T19:21:19.9492917Z
108
- 2025-12-26T19:21:19.9493190Z If you want to create a new branch to retain commits you create, you may
109
- 2025-12-26T19:21:19.9493772Z do so (now or later) by using -c with the switch command. Example:
110
- 2025-12-26T19:21:19.9494084Z
111
- 2025-12-26T19:21:19.9494236Z git switch -c <new-branch-name>
112
- 2025-12-26T19:21:19.9494470Z
113
- 2025-12-26T19:21:19.9494660Z Or undo this operation with:
114
- 2025-12-26T19:21:19.9495115Z
115
- 2025-12-26T19:21:19.9495251Z git switch -
116
- 2025-12-26T19:21:19.9495496Z
117
- 2025-12-26T19:21:19.9495769Z Turn off this advice by setting config variable advice.detachedHead to false
118
- 2025-12-26T19:21:19.9496133Z
119
- 2025-12-26T19:21:19.9496532Z HEAD is now at 87fb0d7 Merge d066762fcd0c388f99bc278fad3c98dfad94a761 into 5317c9068a43a02b671cd6df7392dd45a9aabaac
120
- 2025-12-26T19:21:19.9498723Z ##[endgroup]
121
- 2025-12-26T19:21:19.9544965Z [command]/usr/bin/git log -1 --format=%H
122
- 2025-12-26T19:21:19.9568825Z 87fb0d7805bcb8096826d27294d9893a37988eea
123
- 2025-12-26T19:21:19.9579028Z ##[group]Removing auth
124
- 2025-12-26T19:21:19.9583131Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
125
- 2025-12-26T19:21:19.9613253Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
126
- 2025-12-26T19:21:19.9835899Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
127
- 2025-12-26T19:21:19.9857280Z http.https://github.com/.extraheader
128
- 2025-12-26T19:21:19.9864333Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader
129
- 2025-12-26T19:21:19.9892363Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
130
- 2025-12-26T19:21:20.0114305Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
131
- 2025-12-26T19:21:20.0141069Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
132
- 2025-12-26T19:21:20.0373478Z ##[endgroup]
133
- 2025-12-26T19:21:20.0614458Z ##[group]Run actions/setup-node@v6
134
- 2025-12-26T19:21:20.0614949Z with:
135
- 2025-12-26T19:21:20.0615277Z node-version: lts/*
136
- 2025-12-26T19:21:20.0615632Z check-latest: true
137
- 2025-12-26T19:21:20.0616151Z token: ***
138
- 2025-12-26T19:21:20.0616510Z package-manager-cache: true
139
- 2025-12-26T19:21:20.0616906Z ##[endgroup]
140
- 2025-12-26T19:21:20.1990728Z Attempt to resolve LTS alias from manifest...
141
- 2025-12-26T19:21:20.2165744Z (node:2261) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
142
- 2025-12-26T19:21:20.2167485Z (Use `node --trace-deprecation ...` to show where the warning was created)
143
- 2025-12-26T19:21:21.0487443Z Attempt to resolve the latest version from manifest...
144
- 2025-12-26T19:21:21.0519900Z Resolved as '24.12.0'
145
- 2025-12-26T19:21:21.0717444Z Found in cache @ /opt/hostedtoolcache/node/24.12.0/x64
146
- 2025-12-26T19:21:21.0723609Z ##[group]Environment details
147
- 2025-12-26T19:21:23.5920270Z node: v24.12.0
148
- 2025-12-26T19:21:23.5921026Z npm: 11.6.2
149
- 2025-12-26T19:21:23.5921400Z yarn: 1.22.22
150
- 2025-12-26T19:21:23.5922333Z ##[endgroup]
151
- 2025-12-26T19:21:23.6170009Z ##[group]Run npm install --ignore-scripts
152
- 2025-12-26T19:21:23.6170479Z npm install --ignore-scripts
153
- 2025-12-26T19:21:23.6235310Z shell: /usr/bin/bash -e {0}
154
- 2025-12-26T19:21:23.6235599Z ##[endgroup]
155
- 2025-12-26T19:21:45.2811315Z
156
- 2025-12-26T19:21:45.2819084Z added 706 packages, and audited 707 packages in 22s
157
- 2025-12-26T19:21:45.2819623Z
158
- 2025-12-26T19:21:45.2819962Z 265 packages are looking for funding
159
- 2025-12-26T19:21:45.2820469Z run `npm fund` for details
160
- 2025-12-26T19:21:45.2872409Z
161
- 2025-12-26T19:21:45.2873172Z 9 vulnerabilities (3 low, 2 moderate, 2 high, 2 critical)
162
- 2025-12-26T19:21:45.2873658Z
163
- 2025-12-26T19:21:45.2874067Z To address issues that do not require attention, run:
164
- 2025-12-26T19:21:45.2874646Z npm audit fix
165
- 2025-12-26T19:21:45.2874860Z
166
- 2025-12-26T19:21:45.2875321Z To address all issues possible (including breaking changes), run:
167
- 2025-12-26T19:21:45.2875971Z npm audit fix --force
168
- 2025-12-26T19:21:45.2876188Z
169
- 2025-12-26T19:21:45.2876465Z Some issues need review, and may require choosing
170
- 2025-12-26T19:21:45.2876837Z a different dependency.
171
- 2025-12-26T19:21:45.2877360Z
172
- 2025-12-26T19:21:45.2877540Z Run `npm audit` for details.
173
- 2025-12-26T19:21:45.3968313Z ##[group]Run xt0rted/markdownlint-problem-matcher@1a5fabfb577370cfdf5af944d418e4be3ea06f27
174
- 2025-12-26T19:21:45.3969154Z with:
175
- 2025-12-26T19:21:45.3969448Z action: add
176
- 2025-12-26T19:21:45.3969758Z ##[endgroup]
177
- 2025-12-26T19:21:45.4647079Z ##[group]Run ./node_modules/.bin/markdownlint-cli2
178
- 2025-12-26T19:21:45.4647523Z ./node_modules/.bin/markdownlint-cli2
179
- 2025-12-26T19:21:45.4685869Z shell: /usr/bin/bash -e {0}
180
- 2025-12-26T19:21:45.4686194Z ##[endgroup]
181
- 2025-12-26T19:21:45.6862191Z markdownlint-cli2 v0.18.1 (markdownlint v0.38.0)
182
- 2025-12-26T19:21:46.7509225Z ##[error]docs/Reference/Server.md:416:81 MD013/line-length Line length [Expected: 80; Actual: 90]
183
- 2025-12-26T19:21:46.7736615Z ##[error]Process completed with exit code 1.
184
- 2025-12-26T19:21:46.7861447Z Post job cleanup.
185
- 2025-12-26T19:21:46.8667362Z [command]/usr/bin/git version
186
- 2025-12-26T19:21:46.8707105Z git version 2.52.0
187
- 2025-12-26T19:21:46.8745857Z Temporarily overriding HOME='/home/runner/work/_temp/2113e2ad-918d-458a-a14e-cf7715540741' before making global git config changes
188
- 2025-12-26T19:21:46.8747434Z Adding repository directory to the temporary git global config as a safe directory
189
- 2025-12-26T19:21:46.8752106Z [command]/usr/bin/git config --global --add safe.directory /home/runner/work/fastify/fastify
190
- 2025-12-26T19:21:46.8789464Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
191
- 2025-12-26T19:21:46.8824958Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
192
- 2025-12-26T19:21:46.9059762Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
193
- 2025-12-26T19:21:46.9093213Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
194
- 2025-12-26T19:21:46.9323396Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
195
- 2025-12-26T19:21:46.9384560Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
196
- 2025-12-26T19:21:46.9749206Z Cleaning up orphan processes