0m 25s
Jan 14, 2025, 12:17 AM

oauth2

Fix missing code param in authentication request (#21) The $data array for the authentication request is overwritten after setting the value and key for the code parameter, so $data['code'] is missing.

LadySolveig
executed scheduled task
nightly-build-2-x

Pipeline stages

8 stages

Console Logs

1+ php -v 1s
2PHP 7.4.33 (cli) (built: Nov 15 2022 06:03:30) ( NTS ) 1s
3Copyright (c) The PHP Group 1s
4Zend Engine v3.4.0, Copyright (c) Zend Technologies 1s
5 with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies 1s
6+ composer update 1s
7Loading composer repositories with package information 1s
8Updating dependencies 2s
9Lock file operations: 47 installs, 0 updates, 0 removals 2s
10 - Locking composer/ca-bundle (dev-main 08c50d5) 2s
11 - Locking doctrine/instantiator (1.5.x-dev 12be248) 2s
12 - Locking joomla/application (dev-2.0-dev 5cd9232) 2s
13 - Locking joomla/coding-standards (dev-3.x-dev 57a1433) 2s
14 - Locking joomla/event (dev-2.0-dev 245396d) 2s
15 - Locking joomla/filter (dev-2.0-dev 6a2bb23) 2s
16 - Locking joomla/http (dev-2.0-dev b20fe5c) 2s
17 - Locking joomla/input (dev-2.0-dev 80d2b63) 2s
18 - Locking joomla/registry (dev-2.0-dev fde9573) 2s
19 - Locking joomla/session (dev-2.0-dev afa4dce) 2s
20 - Locking joomla/string (dev-2.0-dev c7a9330) 2s
21 - Locking joomla/uri (dev-2.0-dev d1cd68a) 2s
22 - Locking joomla/utilities (dev-2.0-dev 2baa8af) 2s
23 - Locking laminas/laminas-diactoros (2.17.x-dev 5b32597) 2s
24 - Locking myclabs/deep-copy (1.x-dev 4764e04) 2s
25 - Locking nikic/php-parser (v5.4.0) 2s
26 - Locking phar-io/manifest (dev-master 54750ef) 2s
27 - Locking phar-io/version (3.2.1) 2s
28 - Locking phpunit/php-code-coverage (9.2.x-dev 0448d60) 2s
29 - Locking phpunit/php-file-iterator (3.0.x-dev 38b2436) 2s
30 - Locking phpunit/php-invoker (3.1.1) 2s
31 - Locking phpunit/php-text-template (2.0.4) 2s
32 - Locking phpunit/php-timer (5.0.3) 2s
33 - Locking phpunit/phpunit (9.6.x-dev 2f41cde) 2s
34 - Locking psr/http-client (dev-master bb5906e) 2s
35 - Locking psr/http-factory (1.1.0) 2s
36 - Locking psr/http-message (1.1) 2s
37 - Locking psr/log (1.1.4) 2s
38 - Locking sebastian/cli-parser (1.0.x-dev 2b56bea) 2s
39 - Locking sebastian/code-unit (1.0.8) 2s
40 - Locking sebastian/code-unit-reverse-lookup (2.0.3) 2s
41 - Locking sebastian/comparator (4.0.x-dev b247957) 2s
42 - Locking sebastian/complexity (2.0.x-dev 25f207c) 2s
43 - Locking sebastian/diff (4.0.x-dev ba01945) 2s
44 - Locking sebastian/environment (5.1.x-dev 830c43a) 2s
45 - Locking sebastian/exporter (4.0.x-dev 78c00df) 2s
46 - Locking sebastian/global-state (5.0.x-dev bca7df1) 2s
47 - Locking sebastian/lines-of-code (1.0.x-dev e1e4a17) 2s
48 - Locking sebastian/object-enumerator (4.0.4) 2s
49 - Locking sebastian/object-reflector (2.0.4) 2s
50 - Locking sebastian/recursion-context (4.0.x-dev e75bd0f) 2s
51 - Locking sebastian/resource-operations (dev-main ff553e7) 2s
52 - Locking sebastian/type (3.2.x-dev 75e2c2a) 2s
53 - Locking sebastian/version (3.0.x-dev c6c1022) 2s
54 - Locking squizlabs/php_codesniffer (dev-master aebd84b) 2s
55 - Locking symfony/deprecation-contracts (2.5.x-dev 605389f) 2s
56 - Locking theseer/tokenizer (1.2.3) 2s
57Writing lock file 2s
58Installing dependencies from lock file (including require-dev) 2s
59Package operations: 47 installs, 0 updates, 0 removals 2s
60 - Installing symfony/deprecation-contracts (2.5.x-dev 605389f): Extracting archive 2s
61 - Installing psr/log (1.1.4): Extracting archive 2s
62 - Installing psr/http-message (1.1): Extracting archive 2s
63 - Installing psr/http-factory (1.1.0): Extracting archive 2s
64 - Installing laminas/laminas-diactoros (2.17.x-dev 5b32597): Extracting archive 2s
65 - Installing joomla/string (dev-2.0-dev c7a9330): Extracting archive 2s
66 - Installing joomla/utilities (dev-2.0-dev 2baa8af): Extracting archive 2s
67 - Installing joomla/registry (dev-2.0-dev fde9573): Extracting archive 2s
68 - Installing joomla/event (dev-2.0-dev 245396d): Extracting archive 2s
69 - Installing joomla/application (dev-2.0-dev 5cd9232): Extracting archive 2s
70 - Installing squizlabs/php_codesniffer (dev-master aebd84b): Extracting archive 2s
71 - Installing joomla/coding-standards (dev-3.x-dev 57a1433): Extracting archive 2s
72 - Installing psr/http-client (dev-master bb5906e): Extracting archive 2s
73 - Installing joomla/uri (dev-2.0-dev d1cd68a): Extracting archive 2s
74 - Installing composer/ca-bundle (dev-main 08c50d5): Extracting archive 2s
75 - Installing joomla/http (dev-2.0-dev b20fe5c): Extracting archive 2s
76 - Installing joomla/filter (dev-2.0-dev 6a2bb23): Extracting archive 2s
77 - Installing joomla/input (dev-2.0-dev 80d2b63): Extracting archive 2s
78 - Installing joomla/session (dev-2.0-dev afa4dce): Extracting archive 2s
79 - Installing sebastian/version (3.0.x-dev c6c1022): Extracting archive 2s
80 - Installing sebastian/type (3.2.x-dev 75e2c2a): Extracting archive 2s
81 - Installing sebastian/resource-operations (dev-main ff553e7): Extracting archive 2s
82 - Installing sebastian/recursion-context (4.0.x-dev e75bd0f): Extracting archive 2s
83 - Installing sebastian/object-reflector (2.0.4): Extracting archive 2s
84 - Installing sebastian/object-enumerator (4.0.4): Extracting archive 2s
85 - Installing sebastian/global-state (5.0.x-dev bca7df1): Extracting archive 2s
86 - Installing sebastian/exporter (4.0.x-dev 78c00df): Extracting archive 2s
87 - Installing sebastian/environment (5.1.x-dev 830c43a): Extracting archive 2s
88 - Installing sebastian/diff (4.0.x-dev ba01945): Extracting archive 2s
89 - Installing sebastian/comparator (4.0.x-dev b247957): Extracting archive 2s
90 - Installing sebastian/code-unit (1.0.8): Extracting archive 2s
91 - Installing sebastian/cli-parser (1.0.x-dev 2b56bea): Extracting archive 2s
92 - Installing phpunit/php-timer (5.0.3): Extracting archive 2s
93 - Installing phpunit/php-text-template (2.0.4): Extracting archive 2s
94 - Installing phpunit/php-invoker (3.1.1): Extracting archive 2s
95 - Installing phpunit/php-file-iterator (3.0.x-dev 38b2436): Extracting archive 2s
96 - Installing theseer/tokenizer (1.2.3): Extracting archive 2s
97 - Installing nikic/php-parser (v5.4.0): Extracting archive 2s
98 - Installing sebastian/lines-of-code (1.0.x-dev e1e4a17): Extracting archive 2s
99 - Installing sebastian/complexity (2.0.x-dev 25f207c): Extracting archive 2s
100 - Installing sebastian/code-unit-reverse-lookup (2.0.3): Extracting archive 2s
101 - Installing phpunit/php-code-coverage (9.2.x-dev 0448d60): Extracting archive 2s
102 - Installing phar-io/version (3.2.1): Extracting archive 2s
103 - Installing phar-io/manifest (dev-master 54750ef): Extracting archive 2s
104 - Installing myclabs/deep-copy (1.x-dev 4764e04): Extracting archive 2s
105 - Installing doctrine/instantiator (1.5.x-dev 12be248): Extracting archive 2s
106 - Installing phpunit/phpunit (9.6.x-dev 2f41cde): Extracting archive 2s
10717 package suggestions were added by new dependencies, use `composer suggest` to see details. 3s
108Generating autoload files 3s
10940 packages you are using are looking for funding. 3s
110Use the `composer fund` command to find out more! 3s
111Found 1 security vulnerability advisory affecting 1 package. 3s
112Run composer audit for a full list of advisories. 3s
113+ composer require phpmd/phpmd phpstan/phpstan 3s
114Using version dev-master for phpmd/phpmd 3s
115Using version 2.1.x-dev for phpstan/phpstan 3s
116./composer.json has been updated 3s
117Running composer update phpmd/phpmd phpstan/phpstan 3s
118Loading composer repositories with package information 3s
119Updating dependencies 4s
120Lock file operations: 14 installs, 0 updates, 0 removals 4s
121 - Locking composer/pcre (dev-main deb3871) 4s
122 - Locking composer/xdebug-handler (3.0.5) 4s
123 - Locking pdepend/pdepend (dev-master 058c4a9) 4s
124 - Locking phpmd/phpmd (dev-master 014778e) 4s
125 - Locking phpstan/phpstan (2.1.x-dev c005616) 4s
126 - Locking psr/container (1.x-dev 513e066) 4s
127 - Locking symfony/config (5.4.x-dev 977c88a) 4s
128 - Locking symfony/dependency-injection (5.4.x-dev e5ca16d) 4s
129 - Locking symfony/filesystem (5.4.x-dev 57c8294) 4s
130 - Locking symfony/polyfill-ctype (1.x-dev a3cc8b0) 4s
131 - Locking symfony/polyfill-mbstring (1.x-dev 6d857f4) 4s
132 - Locking symfony/polyfill-php80 (1.x-dev 60328e3) 4s
133 - Locking symfony/polyfill-php81 (1.x-dev 4a4cfc2) 4s
134 - Locking symfony/service-contracts (2.5.x-dev f37b419) 4s
135Writing lock file 4s
136Installing dependencies from lock file (including require-dev) 4s
137Package operations: 14 installs, 0 updates, 0 removals 4s
138 - Installing composer/pcre (dev-main deb3871): Extracting archive 4s
139 - Installing symfony/polyfill-mbstring (1.x-dev 6d857f4): Extracting archive 4s
140 - Installing symfony/polyfill-php80 (1.x-dev 60328e3): Extracting archive 4s
141 - Installing symfony/polyfill-ctype (1.x-dev a3cc8b0): Extracting archive 4s
142 - Installing symfony/filesystem (5.4.x-dev 57c8294): Extracting archive 4s
143 - Installing psr/container (1.x-dev 513e066): Extracting archive 4s
144 - Installing symfony/service-contracts (2.5.x-dev f37b419): Extracting archive 4s
145 - Installing symfony/polyfill-php81 (1.x-dev 4a4cfc2): Extracting archive 4s
146 - Installing symfony/dependency-injection (5.4.x-dev e5ca16d): Extracting archive 4s
147 - Installing symfony/config (5.4.x-dev 977c88a): Extracting archive 4s
148 - Installing pdepend/pdepend (dev-master 058c4a9): Extracting archive 4s
149 - Installing composer/xdebug-handler (3.0.5): Extracting archive 4s
150 - Installing phpmd/phpmd (dev-master 014778e): Extracting archive 4s
151 - Installing phpstan/phpstan (2.1.x-dev c005616): Extracting archive 4s
1525 package suggestions were added by new dependencies, use `composer suggest` to see details. 5s
153Generating autoload files 5s
15453 packages you are using are looking for funding. 6s
155Use the `composer fund` command to find out more! 6s
156Found 1 security vulnerability advisory affecting 1 package. 6s
157Run composer audit for a full list of advisories. 6s
Exit Code 0