Skip to content

Tests failure on Ubuntu 24.04 #5

@acrilique

Description

@acrilique

I tried running the tests with grunt test. I have two nodejs installations (16 and 20) and I get the same issue with both of them:

Running "jasmine:tests" (jasmine) task
Testing Jasmine specs via PhantomJS


PhantomJS threw an error:ERROR
>> Auto configuration failed 0 [
>>   'Auto configuration failed',
>>   '134024568256320:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory',
>>   '134024568256320:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:',
>>   '134024568256320:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers',
>>   '134024568256320:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers'
>> ]
>> 134024568256320:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory 1 [
>>   'Auto configuration failed',
>>   '134024568256320:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory',
>>   '134024568256320:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:',
>>   '134024568256320:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers',
>>   '134024568256320:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers'
>> ]
>> 134024568256320:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244: 2 [
>>   'Auto configuration failed',
>>   '134024568256320:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory',
>>   '134024568256320:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:',
>>   '134024568256320:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers',
>>   '134024568256320:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers'
>> ]
>> 134024568256320:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers 3 [
>>   'Auto configuration failed',
>>   '134024568256320:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory',
>>   '134024568256320:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:',
>>   '134024568256320:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers',
>>   '134024568256320:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers'
>> ]
>> 134024568256320:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers 4 [
>>   'Auto configuration failed',
>>   '134024568256320:error:25066067:DSO support routines:DLFCN_LOAD:could not load the shared library:dso_dlfcn.c:185:filename(libproviders.so): libproviders.so: cannot open shared object file: No such file or directory',
>>   '134024568256320:error:25070067:DSO support routines:DSO_load:could not load the shared library:dso_lib.c:244:',
>>   '134024568256320:error:0E07506E:configuration file routines:MODULE_LOAD_DSO:error loading dso:conf_mod.c:285:module=providers, path=providers',
>>   '134024568256320:error:0E076071:configuration file routines:MODULE_RUN:unknown module name:conf_mod.c:222:module=providers'
>> ]

As you can see it seems to be missing the libproviders.so library. I searched and this feels like it's related.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions