kata-irc-bot1 | <sebastien.boeuf> clarkb: Zuul CI build succeeded on the runtime repo ;) | 00:14 |
---|---|---|
clarkb | yup on PR 490 | 00:14 |
clarkb | I'm tryin gto keep an eye on it myself but do ping me if you notice anything weird | 00:15 |
clarkb | and generally happy for feedback (this is the purpose for running it on runtime repo in this way) | 00:15 |
*** zerocoolback has joined #kata-dev | 00:40 | |
*** eernst has quit IRC | 00:44 | |
*** lamego has joined #kata-dev | 00:50 | |
*** zerocoolback has quit IRC | 00:55 | |
*** dlw has joined #kata-dev | 01:16 | |
*** dlw has quit IRC | 02:14 | |
*** dlw has joined #kata-dev | 02:15 | |
*** lamego has left #kata-dev | 02:32 | |
*** zerocoolback has joined #kata-dev | 02:58 | |
*** zerocoolback has quit IRC | 03:46 | |
*** lpetrut has joined #kata-dev | 03:49 | |
*** zerocoolback has joined #kata-dev | 03:49 | |
*** zerocoolback has quit IRC | 04:03 | |
*** zerocoolback has joined #kata-dev | 04:09 | |
*** zerocoolback has joined #kata-dev | 04:10 | |
*** sjas_ has joined #kata-dev | 04:11 | |
*** sjas has quit IRC | 04:14 | |
*** eernst has joined #kata-dev | 04:30 | |
*** zerocoolback has quit IRC | 04:33 | |
*** lpetrut has quit IRC | 04:39 | |
*** zerocoolback has joined #kata-dev | 04:44 | |
*** zerocoolback has quit IRC | 04:47 | |
*** zerocool_ has joined #kata-dev | 04:51 | |
*** eernst has quit IRC | 05:01 | |
*** sameo has quit IRC | 06:06 | |
*** zerocool_ has quit IRC | 06:21 | |
*** zerocoolback has joined #kata-dev | 06:31 | |
*** lpetrut has joined #kata-dev | 06:50 | |
*** zerocoolback has quit IRC | 06:50 | |
*** zerocoolback has joined #kata-dev | 06:51 | |
*** zerocoolback has quit IRC | 06:51 | |
*** zerocoolback has joined #kata-dev | 06:52 | |
*** zerocoolback has quit IRC | 06:52 | |
*** zerocoolback has joined #kata-dev | 06:52 | |
*** zerocoolback has quit IRC | 06:53 | |
*** zerocoolback has joined #kata-dev | 06:53 | |
*** zerocoolback has quit IRC | 06:53 | |
*** zerocoolback has joined #kata-dev | 06:54 | |
*** zerocoolback has quit IRC | 07:18 | |
*** zerocoolback has joined #kata-dev | 07:28 | |
*** zerocoolback has quit IRC | 07:33 | |
*** sameo has joined #kata-dev | 07:58 | |
*** davidgiluk has joined #kata-dev | 08:02 | |
*** zerocoolback has joined #kata-dev | 08:07 | |
*** gwhaley has joined #kata-dev | 08:08 | |
*** isaagar has joined #kata-dev | 08:33 | |
*** zerocoolback has quit IRC | 08:34 | |
*** zerocoolback has joined #kata-dev | 08:34 | |
*** zerocoolback has quit IRC | 08:34 | |
*** zerocoolback has joined #kata-dev | 08:35 | |
*** zerocoolback has quit IRC | 08:51 | |
kata-irc-bot1 | <niteshkonkar007> When is the 1.2.0 release scheduled for? | 10:40 |
*** dlw has quit IRC | 10:49 | |
*** devimc has joined #kata-dev | 11:52 | |
*** JerryLiu has quit IRC | 11:56 | |
*** JerryLiu has joined #kata-dev | 11:59 | |
*** zerocoolback has joined #kata-dev | 12:04 | |
*** zerocoolback has quit IRC | 12:18 | |
*** zerocool_ has joined #kata-dev | 12:18 | |
*** devimc has quit IRC | 12:37 | |
*** fuentess has joined #kata-dev | 13:02 | |
*** core has quit IRC | 13:03 | |
*** core has joined #kata-dev | 13:04 | |
*** devimc has joined #kata-dev | 13:06 | |
*** lamego has joined #kata-dev | 13:32 | |
kata-irc-bot1 | <yonatan.gefen> Hey all :slightly_smiling_face:. Any hints what the root cause of this error message is? I got it after a `docker run ...` on a first attempt after building and installing kata-containers. ~~~bash ~~~ | 14:44 |
kata-irc-bot1 | <yonatan.gefen> Hey all :slightly_smiling_face:. Any hints what the root cause of this error message is? I got it after a `docker run ...` on a first attempt after building and installing kata-containers. ```docker: Error response from daemon: oci runtime error: Error bridging virtual ep.``` | 14:52 |
gwhaley | hi @yonatan.gefen. First time I've seen that error, but I had a quick github search on our project, and it turned up one Issue that had that in the logs: https://github.com/kata-containers/runtime/issues/341 | 14:54 |
gwhaley | Sadly, the user noted they 'fixed it by actually reading the docs' - but did not note which bit they had missed etc..... | 14:55 |
gwhaley | If you get no more joy here, then the best route is probably to open a github Issue and add the details about what you did (your system, how you installed), and what you ran :-) | 14:55 |
*** annabelleB has joined #kata-dev | 14:57 | |
kata-irc-bot1 | <yonatan.gefen> Thank you @graham.whaley. I missed that issue. I guess I'll have to read the docs more carefully as well ;). It's probably to do with missing shared libraries in the target system. Assuming that to be the case, do you have any tips/ideas/guesses as to which component it could be that is missing the libraries? | 14:58 |
*** sameo has quit IRC | 15:05 | |
*** lpetrut has quit IRC | 15:23 | |
kata-irc-bot1 | <salvador.fuentes> clarkb: Hi, talking with @sebastien.boeuf, seems like we are not running static checks in the zuul jobs, which are called using .ci/static-checks.sh | 15:24 |
clarkb | should those go in a new distinct job? | 15:25 |
kata-irc-bot1 | <salvador.fuentes> clarkb: I think they can be inside the run.yaml job | 15:25 |
kata-irc-bot1 | <salvador.fuentes> this is how we run them: https://github.com/kata-containers/tests/blob/master/.ci/jenkins_job_build.sh#L102-L104 | 15:25 |
*** eernst has joined #kata-dev | 15:25 | |
clarkb | looks like it runs before the other checks and after setup | 15:26 |
kata-irc-bot1 | <salvador.fuentes> yes, that is right | 15:26 |
clarkb | would you like to take a stab at adding that to the zuul config? I'm happy to help and review it | 15:26 |
kata-irc-bot1 | <salvador.fuentes> ohh sure :slightly_smiling_face: | 15:27 |
kata-irc-bot1 | <salvador.fuentes> please give me some guidance | 15:27 |
clarkb | definitely. If you clone https://git.openstack.org/openstack-infra/openstack-zuul-jobs that is where I've put the job config until we spin up a zuul tenant for kata. | 15:29 |
kata-irc-bot1 | <salvador.fuentes> ok, good, let me do that | 15:29 |
clarkb | playbooks/kata-runsh/run.yaml is probably the file you want to modify | 15:30 |
clarkb | and if you give me a diff I can push to gerrit, or if you want to figure out gerrit too I'm happy to walk you through that as well | 15:30 |
kata-irc-bot1 | <salvador.fuentes> clarkb: is there an envar that can tell me if I am in a PR or just using master branch ? | 15:35 |
kata-irc-bot1 | <sebastien.boeuf> @salvador.fuentes have we recently (like this morning) merged some kata-log-parser patch ? | 15:35 |
kata-irc-bot1 | <salvador.fuentes> @sebastien.boeuf no, having issues with that? | 15:36 |
kata-irc-bot1 | <sebastien.boeuf> @salvador.fuentes asking because fedora builds are failing after they run for 2 minutes | 15:36 |
kata-irc-bot1 | <sebastien.boeuf> seen on several repos | 15:36 |
kata-irc-bot1 | <sebastien.boeuf> http://jenkins.katacontainers.io/job/kata-containers-runtime-fedora-27-PR/205/console | 15:36 |
clarkb | salvador.fuentes: Zuul will check out PRs onto the target branch already for you and if not on a PR master branch is the default. | 15:36 |
kata-irc-bot1 | <salvador.fuentes> @sebastien.boeuf ohh, I was taking a look at that and seems like obs is having instabilities | 15:36 |
clarkb | salvador.fuentes: the idea is to make that somewhat transparent for you | 15:36 |
clarkb | and you just test the code that is there | 15:37 |
clarkb | http://logs.openstack.org/91/91/bdb05260061aee2a37ae31c63d4b7715ffa67ef3/third-party-check/kata-runsh-fedora-28/ec239ac/zuul-info/inventory.yaml shows you the ansible inventory which has additional info though | 15:37 |
clarkb | change and change_url specifically for this question | 15:38 |
clarkb | when: {{ zuul.change }} as a conditional may work for this in the ansible? | 15:39 |
clarkb | salvador.fuentes also note that we can test it before it merges so getting something you think will work even if it isn't perfect is a good place to start | 15:48 |
clarkb | we set the depends on and recheck proxy PR 74 | 15:48 |
kata-irc-bot1 | <salvador.fuentes> clarkb: ok, thanks, question, does {{zuul.project.canonical_name}} would bring me the name of the repo? | 15:50 |
clarkb | will give you the full name like github.com/kata-containers/proxy as code may come from other locations too | 15:52 |
clarkb | if not interested in the source and only the name then zuul.project.name may be easier to use | 15:52 |
kata-irc-bot1 | <salvador.fuentes> ok, got it, I think we still need the `github.com` part | 15:56 |
*** dklyle has quit IRC | 16:00 | |
*** annabelleB has quit IRC | 16:01 | |
kata-irc-bot1 | <salvador.fuentes> clarkb: can we try this: https://paste.fedoraproject.org/paste/tpGHzpWRQj~GCWA0rzJrmQ , lets see if it runs the static checks correctly, if not, maybe we'll need to implement the `when: ` condition | 16:04 |
clarkb | I updated the depends on at https://github.com/kata-containers/proxy/pull/74 to test that | 16:08 |
kata-irc-bot1 | <salvador.fuentes> cool thanks | 16:17 |
*** annabelleB has joined #kata-dev | 16:21 | |
*** lpetrut has joined #kata-dev | 16:28 | |
*** dklyle has joined #kata-dev | 16:28 | |
*** annabelleB has quit IRC | 16:34 | |
*** annabelleB has joined #kata-dev | 16:46 | |
*** annabelleB has quit IRC | 16:49 | |
*** gwhaley has quit IRC | 16:59 | |
*** fiddletwix has joined #kata-dev | 17:06 | |
*** zerocool_ has quit IRC | 17:38 | |
*** sameo has joined #kata-dev | 17:39 | |
*** zerocool_ has joined #kata-dev | 17:41 | |
*** zerocool_ has quit IRC | 17:43 | |
*** zerocoolback has joined #kata-dev | 17:44 | |
*** gwhaley has joined #kata-dev | 17:46 | |
*** zerocoolback has quit IRC | 17:48 | |
*** annabelleB has joined #kata-dev | 18:10 | |
*** davidgiluk has quit IRC | 18:58 | |
clarkb | salvador.fuentes: http://logs.openstack.org/74/74/a77fc6b82dab0368f1cdc4d4d39ef6390c7a9526/third-party-check/kata-runsh/4031ebe/job-output.txt.gz#_2018-07-17_18_36_41_792213 does that look like it worked? | 19:32 |
*** fiddletwix has quit IRC | 19:34 | |
*** fiddletwix has joined #kata-dev | 19:35 | |
*** gwhaley has quit IRC | 19:36 | |
*** fiddletwix has quit IRC | 19:42 | |
*** fiddletwix has joined #kata-dev | 19:43 | |
*** annabelleB has quit IRC | 19:43 | |
kata-irc-bot1 | <salvador.fuentes> clarkb, I missed the unit tests, can you please change to this: https://paste.fedoraproject.org/paste/K0BCnukW3IzWuTnbIvyP8w | 19:47 |
*** annabelleB has joined #kata-dev | 20:02 | |
*** eernst has quit IRC | 20:03 | |
clarkb | I've updated it with that new diff | 20:06 |
*** annabelleB has quit IRC | 20:10 | |
*** devimc has quit IRC | 20:30 | |
*** eernst has joined #kata-dev | 20:33 | |
*** lpetrut has quit IRC | 20:36 | |
kata-irc-bot1 | <eric.ernst> https://azure.microsoft.com/en-us/roadmap/azure-service-fabric-introduces-its-fully-managed-option-service-fabric-mesh/ | 21:33 |
*** lamego has quit IRC | 21:39 | |
*** lamego has joined #kata-dev | 21:59 | |
*** lamego has left #kata-dev | 22:16 | |
*** JerryLiu has quit IRC | 22:36 | |
*** JerryLiu has joined #kata-dev | 22:37 | |
*** eernst has quit IRC | 22:54 | |
clarkb | salvador.fuentes: runtime.RaceErrors: relocation target __tsan_report_count not defined errors like that running make test against proxy | 23:06 |
clarkb | the job didn't fail because we aren't running bash with set -e, we should probably fix the problem then add set -e | 23:07 |
clarkb | any idea what would cause that? | 23:07 |
clarkb | maybe need to set GODIR? | 23:09 |
clarkb | apparently golang-1.10-race-detector-runtime is a package that needs installing :/ | 23:13 |
kata-irc-bot1 | <salvador.fuentes> clarkb: do you have the log? I still cannot see it in the github pr | 23:15 |
clarkb | https://zuul.openstack.org/stream.html?uuid=0457beb3ec044c298ea17600ae7f1559&logfile=console.log it is in progress so not uploaded yet | 23:16 |
clarkb | simple enough fix, I'll add that package to the package list and set -e as well | 23:16 |
kata-irc-bot1 | <salvador.fuentes> ok, cool, thanks | 23:17 |
*** fuentess has quit IRC | 23:32 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!