Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PW_SID:647778] Patch 2 should fail incremental build #76

Closed
wants to merge 8 commits into from

Conversation

IWDTestBot
Copy link
Owner


src/station.c | 2 ++
1 file changed, 2 insertions(+)

Several tests under UML were experiencing a hang caused by
iwmon's excessive output. With how time-travel works under
UML, plus the IO processing from test-runner there was constantly
data available to write which caused these tests to hang since
UML does not advance the clock as long as there is CPU work.

iwmon can still be used explicitly with the --monitor flag.
A half second sleep in the rekey loop still causes problems
with hostapd. Increasing this to 1 second.
@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.70 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 85.54 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 12.79 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 1.85 seconds
Result: PASS

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 124.89 seconds
Result: PASS

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 0.86 seconds
Result: FAIL

Output:

[1/3] station: should still build
Applying: station: should still build
error: patch failed: src/station.c:20
error: src/station.c: patch does not apply
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 station: should still build
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.08 seconds
Result: PASS

GitLint
Test ID: gitlint
Desc: Run gitlint with rule in .gitlint
Duration: 2.90 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 49.61 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 8.58 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 1.75 seconds
Result: PASS

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 65.45 seconds
Result: PASS

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 0.94 seconds
Result: FAIL

Output:

[1/3] station: should still build
error: patch failed: src/station.c:20
error: src/station.c: patch does not apply
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Applying: station: should still build
Patch failed at 0001 station: should still build
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

Autotest Runner
Test ID: testrunner
Desc: Runs IWD's autotest framework
Duration: 568.77 seconds
Result: PASS

@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.57 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 77.42 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 11.73 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 1.74 seconds
Result: PASS

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 108.35 seconds
Result: PASS

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 0.80 seconds
Result: FAIL

Output:

[1/3] station: should still build
Applying: station: should still build
error: patch failed: src/station.c:20
error: src/station.c: patch does not apply
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 station: should still build
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.10 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 63.40 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 9.91 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 1.74 seconds
Result: PASS

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 90.38 seconds
Result: PASS

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 0.85 seconds
Result: FAIL

Output:

[1/3] station: should still build
Applying: station: should still build
error: patch failed: src/station.c:20
error: src/station.c: patch does not apply
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 station: should still build
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".

@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.98 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 67.71 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 15.21 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 3.24 seconds
Result: PASS

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 141.88 seconds
Result: PASS

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 182.19 seconds
Result: FAIL

Output:

In file included from ell/pem.c:45:
In function 'rawmemchr',
    inlined from 'pem_load_buffer' at ell/pem.c:227:21:
ell/missing.h:76:16: warning: 'memchr' specified bound 18446744073709551615 may exceed maximum object size 9223372036854775807 [-Wstringop-overread]
   76 |         return memchr(s, c, (size_t) -1);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
ell/cert-crypto.c: In function 'cert_pkcs12_pbkdf':
ell/cert-crypto.c:246:17: warning: 'bmpstring' may be used uninitialized in this function [-Wmaybe-uninitialized]
  246 |                 explicit_bzero(bmpstring, passwd_len);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/station.c:127:1: error: unknown type name 'truct'; did you mean 'struct'?
  127 | truct anqp_entry {
      | ^~~~~
      | struct
src/station.c:127:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  127 | truct anqp_entry {
      |                  ^
src/station.c: In function 'match_pending':
src/station.c:526:21: error: invalid use of undefined type 'const struct anqp_entry'
  526 |         return entry->pending != 0;
      |                     ^~
src/station.c: In function 'remove_anqp':
src/station.c:533:18: error: invalid use of undefined type 'struct anqp_entry'
  533 |         if (entry->pending)
      |                  ^~
src/station.c:534:34: error: invalid use of undefined type 'struct anqp_entry'
  534 |                 anqp_cancel(entry->pending);
      |                                  ^~
In file included from src/station.c:44:
src/station.c: In function 'anqp_entry_foreach':
src/station.c:544:63: error: invalid use of undefined type 'struct anqp_entry'
  544 |                                 STATION_EVENT_ANQP_FINISHED, e->network);
      |                                                               ^~
./src/watchlist.h:73:27: note: in definition of macro 'WATCHLIST_NOTIFY'
   73 |                         t(args, item->notify_data);                     \
      |                           ^~~~
src/station.c: In function 'station_anqp_response_cb':
src/station.c:556:40: error: invalid use of undefined type 'struct anqp_entry'
  556 |         struct station *station = entry->station;
      |                                        ^~
src/station.c:557:40: error: invalid use of undefined type 'struct anqp_entry'
  557 |         struct network *network = entry->network;
      |                                        ^~
src/station.c:601:14: error: invalid use of undefined type 'struct anqp_entry'
  601 |         entry->pending = 0;
      |              ^~
In file included from ./ell/ell.h:1,
                 from src/station.c:37:
src/station.c: In function 'station_start_anqp':
src/station.c:632:23: error: invalid application of 'sizeof' to incomplete type 'struct anqp_entry'
  632 |         entry = l_new(struct anqp_entry, 1);
      |                       ^~~~~~
./ell/util.h:263:37: note: in definition of macro 'l_new'
  263 |                 size_t __s = sizeof(type);      \
      |                                     ^~~~
src/station.c:633:14: error: invalid use of undefined type 'struct anqp_entry'
  633 |         entry->station = station;
      |              ^~
src/station.c:634:14: error: invalid use of undefined type 'struct anqp_entry'
  634 |         entry->network = network;
      |              ^~
src/station.c:661:14: error: invalid use of undefined type 'struct anqp_entry'
  661 |         entry->pending = anqp_request(netdev_get_wdev_id(station->netdev),
      |              ^~
src/station.c:665:19: error: invalid use of undefined type 'struct anqp_entry'
  665 |         if (!entry->pending) {
      |                   ^~
make[1]: *** [Makefile:2384: src/station.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1571: all] Error 2

@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.06 seconds
Result: PASS

GitLint
Test ID: gitlint
Desc: Run gitlint with rule in .gitlint
Duration: 2.74 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 51.16 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 12.20 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 4.16 seconds
Result: PASS

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 100.11 seconds
Result: PASS

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 141.94 seconds
Result: FAIL

Output:

src/station.c:127:1: error: unknown type name ‘truct’; did you mean ‘struct’?
  127 | truct anqp_entry {
      | ^~~~~
      | struct
src/station.c:127:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
  127 | truct anqp_entry {
      |                  ^
src/station.c: In function ‘match_pending’:
src/station.c:526:21: error: invalid use of undefined type ‘const struct anqp_entry’
  526 |         return entry->pending != 0;
      |                     ^~
src/station.c: In function ‘remove_anqp’:
src/station.c:533:18: error: invalid use of undefined type ‘struct anqp_entry’
  533 |         if (entry->pending)
      |                  ^~
src/station.c:534:34: error: invalid use of undefined type ‘struct anqp_entry’
  534 |                 anqp_cancel(entry->pending);
      |                                  ^~
In file included from src/station.c:44:
src/station.c: In function ‘anqp_entry_foreach’:
src/station.c:544:63: error: invalid use of undefined type ‘struct anqp_entry’
  544 |                                 STATION_EVENT_ANQP_FINISHED, e->network);
      |                                                               ^~
./src/watchlist.h:73:27: note: in definition of macro ‘WATCHLIST_NOTIFY’
   73 |                         t(args, item->notify_data);                     \
      |                           ^~~~
src/station.c: In function ‘station_anqp_response_cb’:
src/station.c:556:40: error: invalid use of undefined type ‘struct anqp_entry’
  556 |         struct station *station = entry->station;
      |                                        ^~
src/station.c:557:40: error: invalid use of undefined type ‘struct anqp_entry’
  557 |         struct network *network = entry->network;
      |                                        ^~
src/station.c:601:14: error: invalid use of undefined type ‘struct anqp_entry’
  601 |         entry->pending = 0;
      |              ^~
In file included from ./ell/ell.h:1,
                 from src/station.c:37:
src/station.c: In function ‘station_start_anqp’:
src/station.c:632:23: error: invalid application of ‘sizeof’ to incomplete type ‘struct anqp_entry’
  632 |         entry = l_new(struct anqp_entry, 1);
      |                       ^~~~~~
./ell/util.h:263:37: note: in definition of macro ‘l_new’
  263 |                 size_t __s = sizeof(type);      \
      |                                     ^~~~
src/station.c:633:14: error: invalid use of undefined type ‘struct anqp_entry’
  633 |         entry->station = station;
      |              ^~
src/station.c:634:14: error: invalid use of undefined type ‘struct anqp_entry’
  634 |         entry->network = network;
      |              ^~
src/station.c:661:14: error: invalid use of undefined type ‘struct anqp_entry’
  661 |         entry->pending = anqp_request(netdev_get_wdev_id(station->netdev),
      |              ^~
src/station.c:665:19: error: invalid use of undefined type ‘struct anqp_entry’
  665 |         if (!entry->pending) {
      |                   ^~
make[1]: *** [Makefile:2383: src/station.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1570: all] Error 2

Autotest Runner
Test ID: testrunner
Desc: Runs IWD's autotest framework
Duration: 580.50 seconds
Result: PASS

@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.80 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 73.85 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 16.98 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 3.65 seconds
Result: PASS

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 151.90 seconds
Result: PASS

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 197.40 seconds
Result: FAIL

Output:

In file included from ell/pem.c:45:
In function 'rawmemchr',
    inlined from 'pem_load_buffer' at ell/pem.c:227:21:
ell/missing.h:76:16: warning: 'memchr' specified bound 18446744073709551615 may exceed maximum object size 9223372036854775807 [-Wstringop-overread]
   76 |         return memchr(s, c, (size_t) -1);
      |                ^~~~~~~~~~~~~~~~~~~~~~~~~
ell/cert-crypto.c: In function 'cert_pkcs12_pbkdf':
ell/cert-crypto.c:246:17: warning: 'bmpstring' may be used uninitialized in this function [-Wmaybe-uninitialized]
  246 |                 explicit_bzero(bmpstring, passwd_len);
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/station.c:127:1: error: unknown type name 'truct'; did you mean 'struct'?
  127 | truct anqp_entry {
      | ^~~~~
      | struct
src/station.c:127:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  127 | truct anqp_entry {
      |                  ^
src/station.c: In function 'match_pending':
src/station.c:526:21: error: invalid use of undefined type 'const struct anqp_entry'
  526 |         return entry->pending != 0;
      |                     ^~
src/station.c: In function 'remove_anqp':
src/station.c:533:18: error: invalid use of undefined type 'struct anqp_entry'
  533 |         if (entry->pending)
      |                  ^~
src/station.c:534:34: error: invalid use of undefined type 'struct anqp_entry'
  534 |                 anqp_cancel(entry->pending);
      |                                  ^~
In file included from src/station.c:44:
src/station.c: In function 'anqp_entry_foreach':
src/station.c:544:63: error: invalid use of undefined type 'struct anqp_entry'
  544 |                                 STATION_EVENT_ANQP_FINISHED, e->network);
      |                                                               ^~
./src/watchlist.h:73:27: note: in definition of macro 'WATCHLIST_NOTIFY'
   73 |                         t(args, item->notify_data);                     \
      |                           ^~~~
src/station.c: In function 'station_anqp_response_cb':
src/station.c:556:40: error: invalid use of undefined type 'struct anqp_entry'
  556 |         struct station *station = entry->station;
      |                                        ^~
src/station.c:557:40: error: invalid use of undefined type 'struct anqp_entry'
  557 |         struct network *network = entry->network;
      |                                        ^~
src/station.c:601:14: error: invalid use of undefined type 'struct anqp_entry'
  601 |         entry->pending = 0;
      |              ^~
In file included from ./ell/ell.h:1,
                 from src/station.c:37:
src/station.c: In function 'station_start_anqp':
src/station.c:632:23: error: invalid application of 'sizeof' to incomplete type 'struct anqp_entry'
  632 |         entry = l_new(struct anqp_entry, 1);
      |                       ^~~~~~
./ell/util.h:263:37: note: in definition of macro 'l_new'
  263 |                 size_t __s = sizeof(type);      \
      |                                     ^~~~
src/station.c:633:14: error: invalid use of undefined type 'struct anqp_entry'
  633 |         entry->station = station;
      |              ^~
src/station.c:634:14: error: invalid use of undefined type 'struct anqp_entry'
  634 |         entry->network = network;
      |              ^~
src/station.c:661:14: error: invalid use of undefined type 'struct anqp_entry'
  661 |         entry->pending = anqp_request(netdev_get_wdev_id(station->netdev),
      |              ^~
src/station.c:665:19: error: invalid use of undefined type 'struct anqp_entry'
  665 |         if (!entry->pending) {
      |                   ^~
make[1]: *** [Makefile:2384: src/station.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1571: all] Error 2

@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.49 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 0.00 seconds
Result: SKIP

Output:

makedistcheck was skipped

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 0.00 seconds
Result: SKIP

Output:

build was skipped

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 0.00 seconds
Result: SKIP

Output:

makecheck was skipped

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 0.00 seconds
Result: SKIP

Output:

makecheckvalgrind was skipped

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 0.00 seconds
Result: SKIP

Output:

incremental_build was skipped

@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 2.91 seconds
Result: PASS

GitLint
Test ID: gitlint
Desc: Run gitlint with rule in .gitlint
Duration: 2.27 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 48.97 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 12.01 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 3.83 seconds
Result: PASS

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 95.53 seconds
Result: PASS

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 136.10 seconds
Result: FAIL

Output:

src/station.c:127:1: error: unknown type name ‘truct’; did you mean ‘struct’?
  127 | truct anqp_entry {
      | ^~~~~
      | struct
src/station.c:127:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
  127 | truct anqp_entry {
      |                  ^
src/station.c: In function ‘match_pending’:
src/station.c:526:21: error: invalid use of undefined type ‘const struct anqp_entry’
  526 |         return entry->pending != 0;
      |                     ^~
src/station.c: In function ‘remove_anqp’:
src/station.c:533:18: error: invalid use of undefined type ‘struct anqp_entry’
  533 |         if (entry->pending)
      |                  ^~
src/station.c:534:34: error: invalid use of undefined type ‘struct anqp_entry’
  534 |                 anqp_cancel(entry->pending);
      |                                  ^~
In file included from src/station.c:44:
src/station.c: In function ‘anqp_entry_foreach’:
src/station.c:544:63: error: invalid use of undefined type ‘struct anqp_entry’
  544 |                                 STATION_EVENT_ANQP_FINISHED, e->network);
      |                                                               ^~
./src/watchlist.h:73:27: note: in definition of macro ‘WATCHLIST_NOTIFY’
   73 |                         t(args, item->notify_data);                     \
      |                           ^~~~
src/station.c: In function ‘station_anqp_response_cb’:
src/station.c:556:40: error: invalid use of undefined type ‘struct anqp_entry’
  556 |         struct station *station = entry->station;
      |                                        ^~
src/station.c:557:40: error: invalid use of undefined type ‘struct anqp_entry’
  557 |         struct network *network = entry->network;
      |                                        ^~
src/station.c:601:14: error: invalid use of undefined type ‘struct anqp_entry’
  601 |         entry->pending = 0;
      |              ^~
In file included from ./ell/ell.h:1,
                 from src/station.c:37:
src/station.c: In function ‘station_start_anqp’:
src/station.c:632:23: error: invalid application of ‘sizeof’ to incomplete type ‘struct anqp_entry’
  632 |         entry = l_new(struct anqp_entry, 1);
      |                       ^~~~~~
./ell/util.h:263:37: note: in definition of macro ‘l_new’
  263 |                 size_t __s = sizeof(type);      \
      |                                     ^~~~
src/station.c:633:14: error: invalid use of undefined type ‘struct anqp_entry’
  633 |         entry->station = station;
      |              ^~
src/station.c:634:14: error: invalid use of undefined type ‘struct anqp_entry’
  634 |         entry->network = network;
      |              ^~
src/station.c:661:14: error: invalid use of undefined type ‘struct anqp_entry’
  661 |         entry->pending = anqp_request(netdev_get_wdev_id(station->netdev),
      |              ^~
src/station.c:665:19: error: invalid use of undefined type ‘struct anqp_entry’
  665 |         if (!entry->pending) {
      |                   ^~
make[1]: *** [Makefile:2383: src/station.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1570: all] Error 2

Autotest Runner
Test ID: testrunner
Desc: Runs IWD's autotest framework
Duration: 572.97 seconds
Result: PASS

@github-actions github-actions bot force-pushed the workflow branch 2 times, most recently from 02a67bc to aced810 Compare June 10, 2022 20:00
@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.31 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 84.06 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 20.36 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 0.00 seconds
Result: SKIP

Output:

makecheck was skipped

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 45.10 seconds
Result: FAIL

Output:

src/fils.c: In function 'fils_rx_associate':
src/fils.c:580:17: error: 'igtk_key_index' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  580 |                 handshake_state_install_igtk(fils->hs, igtk_key_index,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  581 |                                                 igtk + 6, igtk_len - 6, igtk);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/fils.c:576:17: error: 'gtk_key_index' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  576 |                 handshake_state_install_gtk(fils->hs, gtk_key_index, gtk,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  577 |                                                 gtk_len, key_rsc, 6);
      |                                                 ~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:2384: src/fils.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1571: all] Error 2

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 140.90 seconds
Result: FAIL

Output:

src/station.c:127:1: error: unknown type name 'truct'; did you mean 'struct'?
  127 | truct anqp_entry {
      | ^~~~~
      | struct
src/station.c:127:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  127 | truct anqp_entry {
      |                  ^
src/station.c: In function 'match_pending':
src/station.c:526:21: error: invalid use of undefined type 'const struct anqp_entry'
  526 |         return entry->pending != 0;
      |                     ^~
src/station.c: In function 'remove_anqp':
src/station.c:533:18: error: invalid use of undefined type 'struct anqp_entry'
  533 |         if (entry->pending)
      |                  ^~
src/station.c:534:34: error: invalid use of undefined type 'struct anqp_entry'
  534 |                 anqp_cancel(entry->pending);
      |                                  ^~
In file included from src/station.c:44:
src/station.c: In function 'anqp_entry_foreach':
src/station.c:544:63: error: invalid use of undefined type 'struct anqp_entry'
  544 |                                 STATION_EVENT_ANQP_FINISHED, e->network);
      |                                                               ^~
./src/watchlist.h:73:27: note: in definition of macro 'WATCHLIST_NOTIFY'
   73 |                         t(args, item->notify_data);                     \
      |                           ^~~~
src/station.c: In function 'station_anqp_response_cb':
src/station.c:556:40: error: invalid use of undefined type 'struct anqp_entry'
  556 |         struct station *station = entry->station;
      |                                        ^~
src/station.c:557:40: error: invalid use of undefined type 'struct anqp_entry'
  557 |         struct network *network = entry->network;
      |                                        ^~
src/station.c:601:14: error: invalid use of undefined type 'struct anqp_entry'
  601 |         entry->pending = 0;
      |              ^~
In file included from ./ell/ell.h:1,
                 from src/station.c:37:
src/station.c: In function 'station_start_anqp':
src/station.c:632:23: error: invalid application of 'sizeof' to incomplete type 'struct anqp_entry'
  632 |         entry = l_new(struct anqp_entry, 1);
      |                       ^~~~~~
./ell/util.h:263:37: note: in definition of macro 'l_new'
  263 |                 size_t __s = sizeof(type);      \
      |                                     ^~~~
src/station.c:633:14: error: invalid use of undefined type 'struct anqp_entry'
  633 |         entry->station = station;
      |              ^~
src/station.c:634:14: error: invalid use of undefined type 'struct anqp_entry'
  634 |         entry->network = network;
      |              ^~
src/station.c:661:14: error: invalid use of undefined type 'struct anqp_entry'
  661 |         entry->pending = anqp_request(netdev_get_wdev_id(station->netdev),
      |              ^~
src/station.c:665:19: error: invalid use of undefined type 'struct anqp_entry'
  665 |         if (!entry->pending) {
      |                   ^~
make[1]: *** [Makefile:2384: src/station.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1571: all] Error 2

@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 2.92 seconds
Result: PASS

GitLint
Test ID: gitlint
Desc: Run gitlint with rule in .gitlint
Duration: 2.34 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 45.54 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 11.31 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 4.65 seconds
Result: PASS

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 88.48 seconds
Result: PASS

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 127.10 seconds
Result: FAIL

Output:

src/station.c:127:1: error: unknown type name ‘truct’; did you mean ‘struct’?
  127 | truct anqp_entry {
      | ^~~~~
      | struct
src/station.c:127:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
  127 | truct anqp_entry {
      |                  ^
src/station.c: In function ‘match_pending’:
src/station.c:526:21: error: invalid use of undefined type ‘const struct anqp_entry’
  526 |         return entry->pending != 0;
      |                     ^~
src/station.c: In function ‘remove_anqp’:
src/station.c:533:18: error: invalid use of undefined type ‘struct anqp_entry’
  533 |         if (entry->pending)
      |                  ^~
src/station.c:534:34: error: invalid use of undefined type ‘struct anqp_entry’
  534 |                 anqp_cancel(entry->pending);
      |                                  ^~
In file included from src/station.c:44:
src/station.c: In function ‘anqp_entry_foreach’:
src/station.c:544:63: error: invalid use of undefined type ‘struct anqp_entry’
  544 |                                 STATION_EVENT_ANQP_FINISHED, e->network);
      |                                                               ^~
./src/watchlist.h:73:27: note: in definition of macro ‘WATCHLIST_NOTIFY’
   73 |                         t(args, item->notify_data);                     \
      |                           ^~~~
src/station.c: In function ‘station_anqp_response_cb’:
src/station.c:556:40: error: invalid use of undefined type ‘struct anqp_entry’
  556 |         struct station *station = entry->station;
      |                                        ^~
src/station.c:557:40: error: invalid use of undefined type ‘struct anqp_entry’
  557 |         struct network *network = entry->network;
      |                                        ^~
src/station.c:601:14: error: invalid use of undefined type ‘struct anqp_entry’
  601 |         entry->pending = 0;
      |              ^~
In file included from ./ell/ell.h:1,
                 from src/station.c:37:
src/station.c: In function ‘station_start_anqp’:
src/station.c:632:23: error: invalid application of ‘sizeof’ to incomplete type ‘struct anqp_entry’
  632 |         entry = l_new(struct anqp_entry, 1);
      |                       ^~~~~~
./ell/util.h:263:37: note: in definition of macro ‘l_new’
  263 |                 size_t __s = sizeof(type);      \
      |                                     ^~~~
src/station.c:633:14: error: invalid use of undefined type ‘struct anqp_entry’
  633 |         entry->station = station;
      |              ^~
src/station.c:634:14: error: invalid use of undefined type ‘struct anqp_entry’
  634 |         entry->network = network;
      |              ^~
src/station.c:661:14: error: invalid use of undefined type ‘struct anqp_entry’
  661 |         entry->pending = anqp_request(netdev_get_wdev_id(station->netdev),
      |              ^~
src/station.c:665:19: error: invalid use of undefined type ‘struct anqp_entry’
  665 |         if (!entry->pending) {
      |                   ^~
make[1]: *** [Makefile:2383: src/station.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1570: all] Error 2

Autotest Runner
Test ID: testrunner
Desc: Runs IWD's autotest framework
Duration: 552.16 seconds
Result: PASS

@IWDTestBot IWDTestBot closed this Jun 10, 2022
@IWDTestBot IWDTestBot deleted the 647778 branch June 10, 2022 20:25
@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.38 seconds
Result: PASS

GitLint
Test ID: gitlint
Desc: Run gitlint with rule in .gitlint
Duration: 2.88 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 9.47 seconds
Result: FAIL

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 14.79 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 0.00 seconds
Result: SKIP

Output:

makecheck was skipped

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 45.30 seconds
Result: FAIL

Output:

make[1]: *** [Makefile:3877: src/iwd.8] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1570: all] Error 2

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 55.56 seconds
Result: FAIL

Output:

make[1]: *** [Makefile:3877: src/iwd.8] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1570: all] Error 2

Autotest Runner
Test ID: testrunner
Desc: Runs IWD's autotest framework
Duration: 0.00 seconds
Result: SKIP

Output:

testrunner was skipped

@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.63 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 68.44 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 16.07 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 0.00 seconds
Result: SKIP

Output:

makecheck was skipped

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 35.19 seconds
Result: FAIL

Output:

src/fils.c: In function 'fils_rx_associate':
src/fils.c:580:17: error: 'igtk_key_index' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  580 |                 handshake_state_install_igtk(fils->hs, igtk_key_index,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  581 |                                                 igtk + 6, igtk_len - 6, igtk);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/fils.c:576:17: error: 'gtk_key_index' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  576 |                 handshake_state_install_gtk(fils->hs, gtk_key_index, gtk,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  577 |                                                 gtk_len, key_rsc, 6);
      |                                                 ~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:2384: src/fils.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1571: all] Error 2

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 112.62 seconds
Result: FAIL

Output:

src/station.c:127:1: error: unknown type name 'truct'; did you mean 'struct'?
  127 | truct anqp_entry {
      | ^~~~~
      | struct
src/station.c:127:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  127 | truct anqp_entry {
      |                  ^
src/station.c: In function 'match_pending':
src/station.c:526:21: error: invalid use of undefined type 'const struct anqp_entry'
  526 |         return entry->pending != 0;
      |                     ^~
src/station.c: In function 'remove_anqp':
src/station.c:533:18: error: invalid use of undefined type 'struct anqp_entry'
  533 |         if (entry->pending)
      |                  ^~
src/station.c:534:34: error: invalid use of undefined type 'struct anqp_entry'
  534 |                 anqp_cancel(entry->pending);
      |                                  ^~
In file included from src/station.c:44:
src/station.c: In function 'anqp_entry_foreach':
src/station.c:544:63: error: invalid use of undefined type 'struct anqp_entry'
  544 |                                 STATION_EVENT_ANQP_FINISHED, e->network);
      |                                                               ^~
./src/watchlist.h:73:27: note: in definition of macro 'WATCHLIST_NOTIFY'
   73 |                         t(args, item->notify_data);                     \
      |                           ^~~~
src/station.c: In function 'station_anqp_response_cb':
src/station.c:556:40: error: invalid use of undefined type 'struct anqp_entry'
  556 |         struct station *station = entry->station;
      |                                        ^~
src/station.c:557:40: error: invalid use of undefined type 'struct anqp_entry'
  557 |         struct network *network = entry->network;
      |                                        ^~
src/station.c:601:14: error: invalid use of undefined type 'struct anqp_entry'
  601 |         entry->pending = 0;
      |              ^~
In file included from ./ell/ell.h:1,
                 from src/station.c:37:
src/station.c: In function 'station_start_anqp':
src/station.c:632:23: error: invalid application of 'sizeof' to incomplete type 'struct anqp_entry'
  632 |         entry = l_new(struct anqp_entry, 1);
      |                       ^~~~~~
./ell/util.h:263:37: note: in definition of macro 'l_new'
  263 |                 size_t __s = sizeof(type);      \
      |                                     ^~~~
src/station.c:633:14: error: invalid use of undefined type 'struct anqp_entry'
  633 |         entry->station = station;
      |              ^~
src/station.c:634:14: error: invalid use of undefined type 'struct anqp_entry'
  634 |         entry->network = network;
      |              ^~
src/station.c:661:14: error: invalid use of undefined type 'struct anqp_entry'
  661 |         entry->pending = anqp_request(netdev_get_wdev_id(station->netdev),
      |              ^~
src/station.c:665:19: error: invalid use of undefined type 'struct anqp_entry'
  665 |         if (!entry->pending) {
      |                   ^~
make[1]: *** [Makefile:2384: src/station.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1571: all] Error 2

@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 2.71 seconds
Result: PASS

GitLint
Test ID: gitlint
Desc: Run gitlint with rule in .gitlint
Duration: 2.54 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 47.50 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 11.65 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 3.38 seconds
Result: PASS

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 90.06 seconds
Result: PASS

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 119.14 seconds
Result: FAIL

Output:

src/station.c:127:1: error: unknown type name ‘truct’; did you mean ‘struct’?
  127 | truct anqp_entry {
      | ^~~~~
      | struct
src/station.c:127:18: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘{’ token
  127 | truct anqp_entry {
      |                  ^
src/station.c: In function ‘match_pending’:
src/station.c:526:21: error: invalid use of undefined type ‘const struct anqp_entry’
  526 |         return entry->pending != 0;
      |                     ^~
src/station.c: In function ‘remove_anqp’:
src/station.c:533:18: error: invalid use of undefined type ‘struct anqp_entry’
  533 |         if (entry->pending)
      |                  ^~
src/station.c:534:34: error: invalid use of undefined type ‘struct anqp_entry’
  534 |                 anqp_cancel(entry->pending);
      |                                  ^~
In file included from src/station.c:44:
src/station.c: In function ‘anqp_entry_foreach’:
src/station.c:544:63: error: invalid use of undefined type ‘struct anqp_entry’
  544 |                                 STATION_EVENT_ANQP_FINISHED, e->network);
      |                                                               ^~
./src/watchlist.h:73:27: note: in definition of macro ‘WATCHLIST_NOTIFY’
   73 |                         t(args, item->notify_data);                     \
      |                           ^~~~
src/station.c: In function ‘station_anqp_response_cb’:
src/station.c:556:40: error: invalid use of undefined type ‘struct anqp_entry’
  556 |         struct station *station = entry->station;
      |                                        ^~
src/station.c:557:40: error: invalid use of undefined type ‘struct anqp_entry’
  557 |         struct network *network = entry->network;
      |                                        ^~
src/station.c:601:14: error: invalid use of undefined type ‘struct anqp_entry’
  601 |         entry->pending = 0;
      |              ^~
In file included from ./ell/ell.h:1,
                 from src/station.c:37:
src/station.c: In function ‘station_start_anqp’:
src/station.c:632:23: error: invalid application of ‘sizeof’ to incomplete type ‘struct anqp_entry’
  632 |         entry = l_new(struct anqp_entry, 1);
      |                       ^~~~~~
./ell/util.h:263:37: note: in definition of macro ‘l_new’
  263 |                 size_t __s = sizeof(type);      \
      |                                     ^~~~
src/station.c:633:14: error: invalid use of undefined type ‘struct anqp_entry’
  633 |         entry->station = station;
      |              ^~
src/station.c:634:14: error: invalid use of undefined type ‘struct anqp_entry’
  634 |         entry->network = network;
      |              ^~
src/station.c:661:14: error: invalid use of undefined type ‘struct anqp_entry’
  661 |         entry->pending = anqp_request(netdev_get_wdev_id(station->netdev),
      |              ^~
src/station.c:665:19: error: invalid use of undefined type ‘struct anqp_entry’
  665 |         if (!entry->pending) {
      |                   ^~
make[1]: *** [Makefile:2383: src/station.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1570: all] Error 2

Autotest Runner
Test ID: testrunner
Desc: Runs IWD's autotest framework
Duration: 1.12 seconds
Result: FAIL

@IWDTestBot
Copy link
Owner Author

Fetch PR
Test ID: fetch
Desc: Fetch the PR commits for this CI run
Duration: 3.00 seconds
Result: PASS

Make Distcheck
Test ID: makedistcheck
Desc: Run distcheck to check the distribution
Duration: 68.82 seconds
Result: PASS

Build - Configure
Test ID: build
Desc: Configure the BlueZ source tree
Duration: 16.08 seconds
Result: PASS

Make Check
Test ID: makecheck
Desc: Run 'make check'
Duration: 0.00 seconds
Result: SKIP

Output:

makecheck was skipped

Make Check w/Valgrind
Test ID: makecheckvalgrind
Desc: Run 'make check' with Valgrind
Duration: 34.77 seconds
Result: FAIL

Output:

src/fils.c: In function 'fils_rx_associate':
src/fils.c:580:17: error: 'igtk_key_index' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  580 |                 handshake_state_install_igtk(fils->hs, igtk_key_index,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  581 |                                                 igtk + 6, igtk_len - 6, igtk);
      |                                                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/fils.c:576:17: error: 'gtk_key_index' may be used uninitialized in this function [-Werror=maybe-uninitialized]
  576 |                 handshake_state_install_gtk(fils->hs, gtk_key_index, gtk,
      |                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  577 |                                                 gtk_len, key_rsc, 6);
      |                                                 ~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:2384: src/fils.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1571: all] Error 2

Incremental Build with patches
Test ID: incremental_build
Desc: Incremental build per patch in the series
Duration: 114.02 seconds
Result: FAIL

Output:

src/station.c:127:1: error: unknown type name 'truct'; did you mean 'struct'?
  127 | truct anqp_entry {
      | ^~~~~
      | struct
src/station.c:127:18: error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
  127 | truct anqp_entry {
      |                  ^
src/station.c: In function 'match_pending':
src/station.c:526:21: error: invalid use of undefined type 'const struct anqp_entry'
  526 |         return entry->pending != 0;
      |                     ^~
src/station.c: In function 'remove_anqp':
src/station.c:533:18: error: invalid use of undefined type 'struct anqp_entry'
  533 |         if (entry->pending)
      |                  ^~
src/station.c:534:34: error: invalid use of undefined type 'struct anqp_entry'
  534 |                 anqp_cancel(entry->pending);
      |                                  ^~
In file included from src/station.c:44:
src/station.c: In function 'anqp_entry_foreach':
src/station.c:544:63: error: invalid use of undefined type 'struct anqp_entry'
  544 |                                 STATION_EVENT_ANQP_FINISHED, e->network);
      |                                                               ^~
./src/watchlist.h:73:27: note: in definition of macro 'WATCHLIST_NOTIFY'
   73 |                         t(args, item->notify_data);                     \
      |                           ^~~~
src/station.c: In function 'station_anqp_response_cb':
src/station.c:556:40: error: invalid use of undefined type 'struct anqp_entry'
  556 |         struct station *station = entry->station;
      |                                        ^~
src/station.c:557:40: error: invalid use of undefined type 'struct anqp_entry'
  557 |         struct network *network = entry->network;
      |                                        ^~
src/station.c:601:14: error: invalid use of undefined type 'struct anqp_entry'
  601 |         entry->pending = 0;
      |              ^~
In file included from ./ell/ell.h:1,
                 from src/station.c:37:
src/station.c: In function 'station_start_anqp':
src/station.c:632:23: error: invalid application of 'sizeof' to incomplete type 'struct anqp_entry'
  632 |         entry = l_new(struct anqp_entry, 1);
      |                       ^~~~~~
./ell/util.h:263:37: note: in definition of macro 'l_new'
  263 |                 size_t __s = sizeof(type);      \
      |                                     ^~~~
src/station.c:633:14: error: invalid use of undefined type 'struct anqp_entry'
  633 |         entry->station = station;
      |              ^~
src/station.c:634:14: error: invalid use of undefined type 'struct anqp_entry'
  634 |         entry->network = network;
      |              ^~
src/station.c:661:14: error: invalid use of undefined type 'struct anqp_entry'
  661 |         entry->pending = anqp_request(netdev_get_wdev_id(station->netdev),
      |              ^~
src/station.c:665:19: error: invalid use of undefined type 'struct anqp_entry'
  665 |         if (!entry->pending) {
      |                   ^~
make[1]: *** [Makefile:2384: src/station.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [Makefile:1571: all] Error 2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants