3.6 upstream deps failure
by Yaniv Kaul
From
http://jenkins.ovirt.org/job/ovirt-system-tests_master_check-patch-fc24-x...
:
*16:04:45* + yum install --nogpgcheck -y --downloaddir=/dev/shm ntp
ovirt-engine ovirt-log-collector
'ovirt-engine-extension-aaa-ldap*'*16:04:45* Error: Package:
ovirt-engine-3.6.10.3-0.0.master.20170101161303.git5f35a1a.el6.noarch
(alocalsync)*16:04:45* Requires: ovirt-iso-uploader >=
3.6.0*16:04:45* Error: Package:
ovirt-engine-backend-3.6.10.3-0.0.master.20170101161303.git5f35a1a.el6.noarch
(alocalsync)*16:04:45* Requires: ovirt-host-deploy-java >=
1.4.0*16:04:45* Error: Package:
ovirt-engine-tools-backup-3.6.10.3-0.0.master.20170101161303.git5f35a1a.el6.noarch
(alocalsync)*16:04:45* Requires: otopi >= 1.4.1*16:04:45*
Error: Package:
ovirt-engine-setup-plugin-ovirt-engine-3.6.10.3-0.0.master.20170101161303.git5f35a1a.el6.noarch
(alocalsync)*16:04:45* Requires:
ovirt-engine-extension-aaa-jdbc*16:04:45* Error: Package:
ovirt-setup-lib-1.0.2-1.el6.noarch (alocalsync)*16:04:45*
Requires: otopi*16:04:45* Error: Package:
ovirt-engine-backend-3.6.10.3-0.0.master.20170101161303.git5f35a1a.el6.noarch
(alocalsync)*16:04:45* Requires:
ovirt-engine-extension-aaa-jdbc*16:04:45* Error: Package:
ovirt-engine-setup-base-3.6.10.3-0.0.master.20170101161303.git5f35a1a.el6.noarch
(alocalsync)*16:04:45* Requires: otopi >= 1.4.1*16:04:45*
Error: Package:
ovirt-engine-extension-aaa-ldap-setup-1.1.6-0.0.master.20160630130757.gitea5658b.el6.noarch
(alocalsync)*16:04:45* Requires: otopi >= 1.4.0
7 years, 10 months
please use a single patch for a single task
by Sandro Bonazzola
Looking at:
https://gerrit.ovirt.org/#/c/69438/3
but there are several others in gerrit for different projects
taking this one as example just because it make me loose the evening on it.
"adding cli for 4.1 experimental repos" as stated in the header of the patch
has totally nothing to do with the body of the patch:
"- also dropped fc23 since its eol"
which just dropped all the fc23 artifacts from the publisher causing:
- cockpit-ovirt for fc23 failing to build due to missing dependencies
- publisher 4.0 nightly failing due to missing cockpit-ovirt for fc23
Now I unblocked the publisher for 4.0 with: https://gerrit.ovirt.org/70402
but if infra decided to drop fc23 support since fc23 gone EOL, please do it
completely.
If a patch need a "also did..." it needs a separate patch.
Thanks,
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
7 years, 10 months
Upgraded to 4.0.6 and now WebSocket Proxy is not working
by Lynn Dixon
All,
I was recently running version 4.0.4 (I believe that was the old version),
and had no issues with the HTML5 Spice console working via WebSocket Proxy.
Now, however, after the upgrade, and subsequent reboot of the host, I
cannot get any video to display on the html5 spice console session.
I am getting the green lock icon on the browser bar on the console session,
and even the messages output shows the following:
Connected to wss://MYURL.us:6100/eyJzYblahblahblah
So I don't think its a certificate issue?
I have even stopped firewalld to make sure its not some weird firewall
issue, but that didn't resolve it.
What can I check to fix this?
Here is the version I am using currently: oVirt Engine Version:
4.0.6.3-1.el7.centos
*Lynn Dixon* | Red Hat Certified Architect #100-006-188
*Sr. Cloud Consultant* | Cloud Management Practice
Google Voice: 423-618-1414
Cell/Text: 423-774-3188
Click here to view my Certification Portfolio <http://red.ht/1XMX2Mi>
7 years, 10 months
[Node.js] moving from npm to Yarn & how it impacts oVirt JS applications
by Vojtech Szocs
Hello guys,
as you probably know, we're using Node.js (ovirt-engine-nodejs) to build
some of our applications, including ovirt-engine-dashboard, ovirt-web-ui,
cockpit-ovirt, and some others.
This is just to inform you that in ovirt-engine-nodejs-modules (RPM that
bundles all of our JS dependencies), we're moving from npm to Yarn.
The related patch is here: https://gerrit.ovirt.org/#/c/69934/
nodejs-modules 1.0.0 will bump all dependencies to their latest version,
plus add version locking.
To prepare for consuming nodejs-modules 1.0.0, please:
- make sure to test your applications with bumped dependencies
- once the patch is merged, you can update your BuildRequires to 1.0.0
- once we have an RPM for Yarn, you can start using it in your project
Regards,
Vojtech
7 years, 10 months
[VDSM] Flaky (networking?) test
by Nir Soffer
Hi all,
I have seen this failure several times in the last week, typically the error
is gone after rebuilding.
It is not clear what is the test - the test name does not apear in the error,
this happens when adding a (useless) docstring to a test method.
Looking at the traceback, this seems to be a networking test.
Full log:
http://jenkins.ovirt.org/job/vdsm_master_check-patch-fc25-x86_64/218/cons...
14:55:03 ======================================================================
14:55:03 ERROR: Failure: OSError ([Errno 22] Invalid argument)
14:55:03 ----------------------------------------------------------------------
14:55:03 Traceback (most recent call last):
14:55:03 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc25-x86_64/vdsm/lib/vdsm/utils.py",
line 477, in __call__
14:55:03 return self.cache[args]
14:55:03 KeyError: ()
14:55:03
14:55:03 During handling of the above exception, another exception occurred:
14:55:03
14:55:03 OSError: [Errno 22] Invalid argument
14:55:03
14:55:03 During handling of the above exception, another exception occurred:
14:55:03
14:55:03 Traceback (most recent call last):
14:55:03 File "/usr/lib/python3.5/site-packages/nose/failure.py",
line 39, in runTest
14:55:03 raise self.exc_val.with_traceback(self.tb)
14:55:03 File "/usr/lib/python3.5/site-packages/nose/loader.py",
line 418, in loadTestsFromName
14:55:03 addr.filename, addr.module)
14:55:03 File "/usr/lib/python3.5/site-packages/nose/importer.py",
line 47, in importFromPath
14:55:03 return self.importFromDir(dir_path, fqname)
14:55:03 File "/usr/lib/python3.5/site-packages/nose/importer.py",
line 94, in importFromDir
14:55:03 mod = load_module(part_fqname, fh, filename, desc)
14:55:03 File "/usr/lib64/python3.5/imp.py", line 234, in load_module
14:55:03 return load_source(name, filename, file)
14:55:03 File "/usr/lib64/python3.5/imp.py", line 172, in load_source
14:55:03 module = _load(spec)
14:55:03 File "<frozen importlib._bootstrap>", line 693, in _load
14:55:03 File "<frozen importlib._bootstrap>", line 673, in _load_unlocked
14:55:03 File "<frozen importlib._bootstrap_external>", line 665, in
exec_module
14:55:03 File "<frozen importlib._bootstrap>", line 222, in
_call_with_frames_removed
14:55:03 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc25-x86_64/vdsm/tests/network/models_test.py",
line 41, in <module>
14:55:03 bonding_default_fpath())
14:55:03 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc25-x86_64/vdsm/lib/vdsm/utils.py",
line 479, in __call__
14:55:03 value = self.func(*args)
14:55:03 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc25-x86_64/vdsm/tests/network/nettestlib.py",
line 509, in bonding_default_fpath
14:55:03 dump_bonding_opts()
14:55:03 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc25-x86_64/vdsm/lib/vdsm/tool/dump_bonding_opts.py",
line 55, in main
14:55:03 jdump(_get_bonding_options_name2numeric(), f)
14:55:03 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc25-x86_64/vdsm/lib/vdsm/tool/dump_bonding_opts.py",
line 94, in _get_bonding_options_name2numeric
14:55:03 opts[mode] = bond_opts_name2numeric_filtered(bond_name)
14:55:03 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc25-x86_64/vdsm/lib/vdsm/network/netinfo/bonding.py",
line 154, in bond_opts_name2numeric_filtered
14:55:03 in _bond_opts_name2numeric(bond).iteritems()
14:55:03 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc25-x86_64/vdsm/lib/vdsm/network/netinfo/bonding.py",
line 189, in _bond_opts_name2numeric
14:55:03 _bond_opts_name2numeric_scan(path)
14:55:03 File
"/home/jenkins/workspace/vdsm_master_check-patch-fc25-x86_64/vdsm/lib/vdsm/network/netinfo/bonding.py",
line 202, in _bond_opts_name2numeric_scan
14:55:03 vals[name] = numeric
14:55:03 OSError: [Errno 22] Invalid argument
7 years, 10 months
oVirt 4.1 RC Go/No GO
by Sandro Bonazzola
Hi,
according to bugzilla[1] we have 11 bugs as accepted blockers.
This means that if by Monday morning they should either been fixed or
removed from blockers for 4.1.0 beta / rc milestones or we'll need to
reschedule the release candidate and issue a new beta if needed.
Please review the list and update status before Monday 11:00 AM TLV time /
10:00 CET
[1]
https://bugzilla.redhat.com/buglist.cgi?quicksearch=target_milestone%3A4....
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
7 years, 10 months
Mass rebase 3 days before RC
by Sandro Bonazzola
Hi,
this Friday we have 1400 jobs in queue in jenkins while we never had more
than 100 jobs for the past 2 months. I initially thought it was ani nfra
issue but I double checked, there are 130 slaves working, the jobs are all
triggered by patches.
I hope that the eventual mass rebase is only for 4.2/master, I haven't
checked yet.
If the mass rebase is related to 4.1, I understand that having the release
candidate coming NEXT Monday many developers wants to ensure their patch
are included but really, you shouldn't wait the last second to push them.
If we want to build 4.1 RC on Monday please avoid to mush mass rebase over
the weekend until 4.1 is out or we won't have enough resources to build it.
Sorry for the rant.
Thanks,
--
Sandro Bonazzola
Better technology. Faster innovation. Powered by community collaboration.
See how it works at redhat.com
7 years, 10 months
[oVirt 4.1 Localization Question #2] bonding and "ad"
by Yuko Katabami
Hello again.
We have another question which needs your help.
*File:* ApplicationMessages
*Resource IDs:*
bondAdPartnerMac
bondAdAggregatorId
bondSlaveAdAggregatorId
*Strings:*
Bond ad partner mac: {0}
Bond ad aggregator id: {0}
{0} ad aggregator id: {1}
*Question: *What does "ad" stand for? Could you also tell us what will be
replacing those variables?
Kind regards,
Yuko
7 years, 10 months
IntegerEntityModelTextBox*, NumberEntityModelTextBox*, Validate
by Tony Wang
I find the TextBox Widget of ovirt-engine,such as
IntegerEntityModelTextBoxEditor. They are weak in validation. When i input
a string or something else can't parse Integer. In view, the widget will
make as invalid, but i press the button of "OK", it always can pass. Even,
when i edit the entity's attributes, such as Random Generator's Period or
Bytes per period of VM, use IntegerEntityModelTextBox* widget, it will save
the old data. I can't be sure this is a fault or is normal?
7 years, 10 months
test-repo_ovirt_experimental_master fails on jsonrpc errors
by Daniel Belenky
Hi all,
The following job: test-repo_ovirt_experimental_master
<http://jenkins.ovirt.org/view/experimental%20jobs/job/test-repo_ovirt_exp...>
fails
to pass the basic_suite.
The job was triggered by this merge: https://gerrit.ovirt.org/#/c/69936/ to
vdsm project.
The error I suspect cause this issue:
2017-01-11 03:32:26,061-05 DEBUG
[org.ovirt.vdsm.jsonrpc.client.internal.ResponseWorker]
(ResponseWorker) [] Message received:
{"jsonrpc":"2.0","error":{"code":"192.168.201.2:990178830","message":"Vds
timeout occured"},"id":null}
2017-01-11 03:32:26,067-05 ERROR
[org.ovirt.engine.core.dal.dbbroker.auditloghandling.AuditLogDirector]
(DefaultQuartzScheduler7) [57bc898] Correlation ID: null, Call Stack:
null, Custom Event ID: -1, Message: VDSM command failed: Message
timeout which can be caused by communication issues
2017-01-11 03:32:26,069-05 ERROR
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
(DefaultQuartzScheduler7) [57bc898] ERROR,
GetStoragePoolInfoVDSCommand(
GetStoragePoolInfoVDSCommandParameters:{runAsync='true',
storagePoolId='f92af272-934f-4327-9db0-afe353e6f61c',
ignoreFailoverLimit='true'}), exception: VDSGenericException:
VDSNetworkException: Message timeout which can be caused by
communication issues, log id: 2f12b94a
2017-01-11 03:32:26,069-05 ERROR
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand]
(DefaultQuartzScheduler7) [57bc898] Exception:
org.ovirt.engine.core.vdsbroker.vdsbroker.VDSNetworkException:
VDSGenericException: VDSNetworkException: Message timeout which can be
caused by communication issues
at org.ovirt.engine.core.vdsbroker.vdsbroker.BrokerCommandBase.proceedProxyReturnValue(BrokerCommandBase.java:188)
[vdsbroker.jar:]
at org.ovirt.engine.core.vdsbroker.irsbroker.GetStoragePoolInfoVDSCommand.executeIrsBrokerCommand(GetStoragePoolInfoVDSCommand.java:32)
[vdsbroker.jar:]
at org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand.lambda$executeVDSCommand$0(IrsBrokerCommand.java:95)
[vdsbroker.jar:]
at org.ovirt.engine.core.vdsbroker.irsbroker.IrsProxy.runInControlledConcurrency(IrsProxy.java:262)
[vdsbroker.jar:]
at org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand.executeVDSCommand(IrsBrokerCommand.java:92)
[vdsbroker.jar:]
at org.ovirt.engine.core.vdsbroker.VDSCommandBase.executeCommand(VDSCommandBase.java:73)
[vdsbroker.jar:]
at org.ovirt.engine.core.dal.VdcCommandBase.execute(VdcCommandBase.java:33)
[dal.jar:]
at org.ovirt.engine.core.vdsbroker.vdsbroker.DefaultVdsCommandExecutor.execute(DefaultVdsCommandExecutor.java:14)
[vdsbroker.jar:]
at org.ovirt.engine.core.vdsbroker.ResourceManager.runVdsCommand(ResourceManager.java:408)
[vdsbroker.jar:]
at org.ovirt.engine.core.vdsbroker.irsbroker.IrsProxy.proceedStoragePoolStats(IrsProxy.java:348)
[vdsbroker.jar:]
at org.ovirt.engine.core.vdsbroker.irsbroker.IrsProxy.lambda$updatingTimerElapsed$0(IrsProxy.java:246)
[vdsbroker.jar:]
at org.ovirt.engine.core.vdsbroker.irsbroker.IrsProxy.runInControlledConcurrency(IrsProxy.java:262)
[vdsbroker.jar:]
at org.ovirt.engine.core.vdsbroker.irsbroker.IrsProxy.updatingTimerElapsed(IrsProxy.java:227)
[vdsbroker.jar:]
at sun.reflect.GeneratedMethodAccessor191.invoke(Unknown Source) [:1.8.0_111]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[rt.jar:1.8.0_111]
at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_111]
at org.ovirt.engine.core.utils.timer.JobWrapper.invokeMethod(JobWrapper.java:77)
[scheduler.jar:]
at org.ovirt.engine.core.utils.timer.JobWrapper.execute(JobWrapper.java:51)
[scheduler.jar:]
at org.quartz.core.JobRunShell.run(JobRunShell.java:213) [quartz.jar:]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[rt.jar:1.8.0_111]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[rt.jar:1.8.0_111]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[rt.jar:1.8.0_111]
at java.lang.Thread.run(Thread.java:745) [rt.jar:1.8.0_111]
Attached is a zip file with all artifacts from Jenkins.
The error I've mentioned above is found in:
*exported-artifacts/test_logs/basic-suite-master/post-004_basic_sanity.py/lago-basic-suite-master-engine/_var_log_ovirt-engine/engine.log
<http://post-004_basic_sanity.py/lago-basic-suite-master-engine/_var_log_o...>*
Can some one advise?
Thanks,
--
*Daniel Belenky*
*RHV DevOps*
*Red Hat Israel*
7 years, 10 months