Re: Fwd: Build failed in Jenkins: ceph-master #1860

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,
Those warning are normal.

Recently we updated rxjs to v6, which has compatibility with v5.
But since angular v5 has a specific dependency on v5, npm will always
show that warning.
We have an open PR [1] to update angular to v6, that will remove those
warnings.

The same applies to the fsevents warning, that package is only needed on
macOS and will show that error on every other platform.

Regarding the vulnerabilities info, after merged the mentioned PR those
will be reduced to 6 vulnerabilities (1 low, 5 moderate).
And I will further investigated if possible to removed them.

[1] https://github.com/ceph/ceph/pull/22082


On 06/12/2018 12:21 PM, Willem Jan Withagen wrote:
> On 12-6-2018 13:00, Ricardo Dias wrote:
>>
>>
>> On 12-06-2018 11:31, Willem Jan Withagen wrote:
>>>
>>> Hi Ricard, John,
>>>
>>> I've started to work a bit on this, but it turns out that quit some
>>> tooling is not really supported through the means that you guys are
>>> loading them during building.
>>>
>>> Most painfull is node and nodeenv. There is no freebsd version
>>> available from the nodejs site.
>>> But there are ported npm and node packages for freebsd in the system.
>>> And the HAKING file seem to suggest that nodeenv is not perse really
>>> needed??
>>>
>>> So that I think that I could exclude that.
>>> I'm trying to run '(cd frontend; npm install)'
>>> That tripped over the fact that it also needs phantomjs, so I'm
>>> building that since 'pkg install' does not like it. But it'll get there.
>>>
>>> Once I have all this in place, would I be able to run the dashboard
>>> tests. Or is that also dependant on nodeenv?
>>> I have not chekced that.
>>
>> Nope, if "npm install" runs successfully, you should have all what you
>> need to run the tests.
> 
> How severe are the warnings below?
> 
> npm WARN @angular/common@5.2.11 requires a peer of rxjs@^5.5.0 but none
> is installed. You must install peer dependencies yourself.
> npm WARN @angular/core@5.2.11 requires a peer of rxjs@^5.5.0 but none is
> installed. You must install peer dependencies yourself.
> npm WARN @angular/forms@5.2.11 requires a peer of rxjs@^5.5.0 but none
> is installed. You must install peer dependencies yourself.
> npm WARN @angular/http@5.2.11 requires a peer of rxjs@^5.5.0 but none is
> installed. You must install peer dependencies yourself.
> npm WARN @angular/router@5.2.11 requires a peer of rxjs@^5.5.0 but none
> is installed. You must install peer dependencies yourself.
> npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.4
> (node_modules/fsevents):
> npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for
> fsevents@1.2.4: wanted {"os":"darwin","arch":"any"} (current:
> {"os":"freebsd","arch":"x64"})
> 
> added 14 packages from 34 contributors in 17.194s
> [!] 20 vulnerabilities found [32012 packages audited]
>     Severity: 9 Low | 8 Moderate | 3 High
>     Run `npm audit` for more detail
> 
> --WjW
> 
> -- 
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html



[Index of Archives]     [CEPH Users]     [Ceph Large]     [Information on CEPH]     [Linux BTRFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux