View Issue Details

IDProjectCategoryView StatusLast Update
0007201GNUnetintegration testspublic2022-10-18 17:17
Reportertanguy Assigned ToChristian Grothoff  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformx86_64OSGuix SystemOS Version3e34b01
Product Version0.16.2 
Target Version0.16.3Fixed in Version0.16.3 
Summary0007201: `command "make" "check" failed with status 2` on Guix
DescriptionDear GNUnet,

I've updated our package definition to use version 0.16.2, and, unfortunately, the build still fails! :-(

The error message is still the same:

```
error: in phase 'check': uncaught exception:
%exception #<&invoke-error program: "make" arguments: ("check") exit-status: 2 term-signal: #f stop-signal: #f>
phase `check' failed after 4879.4 seconds
command "make" "check" failed with status 2
```

All the tests seem to be passing, though:

```
# I copied all the `test-suite.log` into the `logs` folder, then:
$ for F in (ls logs/)
      ag "FAIL:" logs/$F
end
8:# XFAIL: 0
9:# FAIL: 0
# [… a lot of lines with 0]
8:# XFAIL: 0
9:# FAIL: 0
```

Any idea what can possibly go wrong!?
Steps To ReproduceGet latest Guix sources: https://guix.gnu.org/cookbook/en/guix-cookbook.html#Direct-checkout-hacking
Apply GNUnet 0.16.2 patch: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=54036
Build: $ ./pre-inst-env guix build --keep-failed gnunet
Additional InformationI'm attaching all the "test-suite.log" and the "BUILD.log".
TagsNo tags attached.
Attached Files
logs.tbz2 (57,839 bytes)

Activities

schanzen

2022-03-21 14:55

administrator   ~0018824

I wonder why my builds miss this...
Anyway. Assigning to culprit ;)

  CC test_plugin_block_fs.o
test_plugin_block_fs.c:48:33: error: too many arguments to function call, expected 4, have 5
                                sizeof(block)))
                                ^~~~~~~~~~~~~
../../src/include/gnunet_block_lib.h:346:1: note: 'GNUNET_BLOCK_check_block' declared here
GNUNET_BLOCK_check_block (struct GNUNET_BLOCK_Context *ctx,
^
test_plugin_block_fs.c:57:7: error: use of undeclared identifier 'GNUNET_BLOCK_EVALUATION_REQUEST_INVALID'
  if (GNUNET_BLOCK_EVALUATION_REQUEST_INVALID !=
      ^
2 errors generated.

schanzen

2022-03-29 20:20

administrator   ~0018847

0.16.3

Related Changesets

gnunet: master 282b9d36

1970-01-01 02:00


Details Diff
NAMESTORE: Do not return orphaned zones to clients. Issue 0007201 Affected Issues
0007201
mod - src/namestore/gnunet-service-namestore.c Diff File

Issue History

Date Modified Username Field Change
2022-03-21 10:37 tanguy New Issue
2022-03-21 10:37 tanguy File Added: logs.tbz2
2022-03-21 14:55 schanzen Note Added: 0018824
2022-03-21 14:55 schanzen Assigned To => Christian Grothoff
2022-03-21 14:55 schanzen Status new => assigned
2022-03-21 16:16 schanzen Target Version => 0.16.3
2022-03-21 16:38 Christian Grothoff Status assigned => resolved
2022-03-21 16:38 Christian Grothoff Resolution open => fixed
2022-03-21 16:38 Christian Grothoff Fixed in Version => 0.16.3
2022-03-29 20:20 schanzen Note Added: 0018847
2022-03-29 20:20 schanzen Status resolved => closed
2022-10-18 17:17 Changeset attached => gnunet master 282b9d36