MDMAD Screwed -- PLEASE HELP!!!

Hello
My mdadm (Raid 5) fails and I was not able to recover it.
I have an old version but was working fine with no issues
I have tried to recover it with mdadm --create --assume-clean with no success.
Now I’m getting
mdadm -D /dev/md0
mdadm: cannot open /dev/md0: No such file or directory

cat /proc/mdstat
Personalities : [linear]
unused devices: <none>

like de MDADM device doesn’t exist

VERSION
mdadm --version
mdadm - v3.0.3

If I do an mdadm --examine for each disk this is the output

cat raid.status
/dev/sdb1:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x1
Array UUID : efea5402:07e0e0ad:fb7cc7f8:66556517
Name : nfs:0 (local to host nfs)
Creation Time : Tue Apr 1 01:35:20 2014
Raid Level : raid5
Raid Devices : 3

Avail Dev Size : 5860529904 (2794.52 GiB 3000.59 GB)
Array Size : 11721058304 (5589.04 GiB 6001.18 GB)
Used Dev Size : 5860529152 (2794.52 GiB 3000.59 GB)
Super Offset : 5860530160 sectors
State : active
Device UUID : e812d227:29d6b484:e80c50aa:cdc37efd

Internal Bitmap : -176 sectors from superblock
Update Time : Tue Jan 7 15:00:22 2020
Checksum : c199182f - correct
Events : 14964

     Layout : left-asymmetric
 Chunk Size : 512K

Device Role : spare
Array State : AA. (‘A’ == active, ‘.’ == missing)
/dev/sdc1:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x1
Array UUID : efea5402:07e0e0ad:fb7cc7f8:66556517
Name : nfs:0 (local to host nfs)
Creation Time : Tue Apr 1 01:35:20 2014
Raid Level : raid5
Raid Devices : 3

Avail Dev Size : 5860529904 (2794.52 GiB 3000.59 GB)
Array Size : 11721058304 (5589.04 GiB 6001.18 GB)
Used Dev Size : 5860529152 (2794.52 GiB 3000.59 GB)
Super Offset : 5860530160 sectors
State : active
Device UUID : cee003fa:cb79b168:431437fd:4c1a71a3

Internal Bitmap : -176 sectors from superblock
Update Time : Tue Jan 7 15:00:22 2020
Checksum : 70a3e771 - correct
Events : 14935

     Layout : left-asymmetric
 Chunk Size : 512K

Device Role : Active device 0
Array State : AAA (‘A’ == active, ‘.’ == missing)
/dev/sdd1:
Magic : a92b4efc
Version : 1.0
Feature Map : 0x1
Array UUID : efea5402:07e0e0ad:fb7cc7f8:66556517
Name : nfs:0 (local to host nfs)
Creation Time : Tue Apr 1 01:35:20 2014
Raid Level : raid5
Raid Devices : 3

Avail Dev Size : 5860529904 (2794.52 GiB 3000.59 GB)
Array Size : 11721058304 (5589.04 GiB 6001.18 GB)
Used Dev Size : 5860529152 (2794.52 GiB 3000.59 GB)
Super Offset : 5860530160 sectors
State : active
Device UUID : f75ab8d3:0c224b63:5a4a8970:c13bfaf8

Internal Bitmap : -176 sectors from superblock
Update Time : Tue Jan 7 15:00:22 2020
Checksum : dca6169 - correct
Events : 14935

     Layout : left-asymmetric
 Chunk Size : 512K

Device Role : Active device 1
Array State : AA. (‘A’ == active, ‘.’ == missing)

This is the output for if I try
mdadm --assemble --scan --run --verbose on the disk devices

mdadm: /dev/sdd1 is identified as a member of /dev/md0, slot 1.
mdadm: /dev/sdc1 is identified as a member of /dev/md0, slot 0.
mdadm: /dev/sdb1 is identified as a member of /dev/md0, slot -1.
mdadm: No suitable drives found for /dev/md0

Can you help me PLEASE??

You choose OTHER VERSION as the prefix for the openSUSE version you use.

Of course we are then the more interested what version you use.

Also please:

There is an important, but not easy to find feature on the forums.

Please in the future use CODE tags around copied/pasted computer text in a post. It is the # button in the tool bar of the post editor. When applicable copy/paste complete, that is including the prompt, the command, the output and the next prompt.

An example is here: Using CODE tags Around your paste.