tlater[m] | adds68: Can't say I have x) | 01:06 |
---|---|---|
tlater[m] | Will see if I can help pinpoint the problem tomorrow morning | 01:07 |
*** narispo has quit IRC | 01:40 | |
*** narispo has joined #buildstream | 01:40 | |
*** lantw44 has quit IRC | 03:05 | |
*** lantw44 has joined #buildstream | 03:06 | |
*** narispo has quit IRC | 03:17 | |
*** narispo has joined #buildstream | 03:18 | |
*** narispo has quit IRC | 03:48 | |
*** narispo has joined #buildstream | 03:48 | |
*** tristan has joined #buildstream | 05:43 | |
*** tristan_ has joined #buildstream | 05:48 | |
*** tristan_ has quit IRC | 06:07 | |
*** tristan has quit IRC | 06:18 | |
*** slaf has quit IRC | 06:29 | |
*** slaf has joined #buildstream | 06:37 | |
*** slaf has joined #buildstream | 06:58 | |
*** SotK has quit IRC | 07:08 | |
*** SotK has joined #buildstream | 07:08 | |
*** tristan has joined #buildstream | 07:28 | |
*** tristan has quit IRC | 07:29 | |
*** tristan has joined #buildstream | 07:29 | |
*** tristan has quit IRC | 07:36 | |
*** tristan has joined #buildstream | 07:37 | |
*** ahmed89 has joined #buildstream | 07:37 | |
*** tristan_ has joined #buildstream | 08:02 | |
*** tristan has quit IRC | 08:02 | |
*** rdale has joined #buildstream | 08:08 | |
*** tristan__ has joined #buildstream | 08:20 | |
*** tristan_ has quit IRC | 08:21 | |
*** ahmed89 has quit IRC | 08:40 | |
*** ahmed89 has joined #buildstream | 08:40 | |
*** tme5 has joined #buildstream | 08:44 | |
jennis | juergbi, I'm a bit confused by your comment here: https://gitlab.com/BuildStream/buildstream/merge_requests/1553#note_206181606 | 08:44 |
jennis | Artifact does not have a "_ref", (ArtifactElement does) | 08:45 |
jennis | Were you suggesting to handle Scope.NONE in ArtifactElement.get_dependency_refs? | 08:46 |
jennis | nvm, I think I've addressed it | 08:51 |
juergbi | I meant in Artifact | 08:53 |
benschubert | _Rendezvous of RPC that terminated with: | 08:56 |
benschubert | status = StatusCode.UNAVAILABLE | 08:56 |
benschubert | details = "Empty update" | 08:56 |
benschubert | debug_error_string ="{\"created\":\"@1566377630.392977152\",\"description\":\"Failed to pick subchannel\"}" | 08:56 |
benschubert | juerbi: any idea what could be the problem here? (casremote.py, while doing a push). This has happened twice in two days (no idea how to reproduce either...) | 08:56 |
juergbi | hm, 'failed to pick subchannel' doesn't sound familiar | 08:57 |
juergbi | do you have a stack trace? | 08:57 |
benschubert | sure, let me clean it up and I'll post a snippet | 08:58 |
juergbi | ta | 08:58 |
benschubert | juergbi: https://gitlab.com/snippets/1887664 | 09:01 |
*** tpollard has joined #buildstream | 09:03 | |
*** phildawson_ has joined #buildstream | 09:04 | |
juergbi | hm, that's the only part that doesn't go via casd (yet, should be fixed). so that part did actually not change with casd support, afaict | 09:08 |
juergbi | benschubert: 'twice in two days', I assume the previous one was also already after casd merge? | 09:08 |
benschubert | juergbi: ah we are not yet on the casd version | 09:09 |
juergbi | ah, general issue | 09:09 |
benschubert | this is a BuildStream at commit 57a2baaa3a260f6a6dd50552ec8c0d71e1b8ccf1 | 09:09 |
juergbi | if you never saw this before, is it possible there was a gRPC update on either client or server? | 09:09 |
juergbi | searching the web there are a few places where the 'empty update' issue is mentioned but not with a clear cause/solution, afaict | 09:10 |
benschubert | both client and servers are using this exact commit of BuildStream and haven't been redeployed in a few weeks | 09:11 |
juergbi | ok, I don't have an idea off the top of my head | 09:13 |
benschubert | Ok, do you think it's worth opening an issue on BuildStream for that? | 09:14 |
juergbi | we should at least be able to improve our error handling | 09:15 |
juergbi | such that we cover as much as possible with the existing retry mechanism, which I believe didn't work here | 09:16 |
benschubert | juergbi: agreed, I'll open an issue | 09:16 |
benschubert | also concerning https://gitlab.com/BuildStream/buildstream-docker-images/issues/46 would march=x86_64 be good or do we want to support only a subset of those with "recent" (sse2) optimizations? | 09:17 |
benschubert | juergbi: what do you think? | 09:17 |
juergbi | SSE2 is a core part of x86-64 | 09:18 |
juergbi | so I think march=x86_64 makes sense | 09:18 |
benschubert | ok! I'll add a patch for this | 09:18 |
juergbi | ok. I don't expect a big performance difference with AVX, so let's keep it generic | 09:19 |
benschubert | right | 09:20 |
juergbi | (although original AVX is probably widespread enough) | 09:20 |
*** traveltissues has joined #buildstream | 09:21 | |
benschubert | yeah, not sure it's a huge issue :) | 09:23 |
benschubert | juergbi: https://gitlab.com/BuildStream/buildstream-docker-images/merge_requests/131 | 09:25 |
*** jonathanmaw has joined #buildstream | 09:25 | |
juergbi | benschubert: checking the man page, it's actually called -march=x86-64 | 09:28 |
juergbi | don't know whether it would also accept x86_64 | 09:28 |
benschubert | ousp, let me fix this | 09:28 |
*** lachlan has joined #buildstream | 09:29 | |
*** ahmed89 has quit IRC | 09:35 | |
*** phil has joined #buildstream | 09:35 | |
*** phildawson_ has quit IRC | 09:36 | |
*** ahmed89 has joined #buildstream | 09:36 | |
*** lachlan has quit IRC | 09:40 | |
*** tristan__ has quit IRC | 09:41 | |
benschubert | jennis: https://gitlab.com/BuildStream/buildstream-docker-images/merge_requests/131 you had the bug triggering right? could you try running this new image locally? :) | 09:44 |
*** lachlan has joined #buildstream | 09:44 | |
jennis | benschubert, sure | 09:56 |
jennis | benschubert, works for me :) | 10:05 |
tme5 | is there a pytest.ini? | 10:05 |
tlater[m] | tme5: It's all in the tox config | 10:06 |
tme5 | or is config done by conftest.py | 10:06 |
tme5 | ah ok | 10:06 |
tlater[m] | tme5: conftest.py mostly sets up fixtures | 10:07 |
benschubert | tme5: pytest config is done in setup.cfg | 10:07 |
tlater[m] | Oh, setup.cfg | 10:07 |
* tlater[m] o\ | 10:08 | |
tme5 | does the datafiles mark get registered anywhere? basically just need to register a mark | 10:08 |
tme5 | i can put it in setup.cfg | 10:08 |
*** lachlan has quit IRC | 10:09 | |
juergbi | jennis: you've built the docker image locally? that wouldn't verify the fix as the issue is when the build system has AVX 512 support | 10:09 |
juergbi | however, I just pulled the CI-built image and it works fine here as well | 10:09 |
benschubert | tme5: yep setup.cdg :) | 10:10 |
benschubert | *cfg | 10:10 |
jennis | ah, juergbi, my bad, I was just responding to: <benschubert> jennis: https://gitlab.com/BuildStream/buildstream-docker-images/merge_requests/131 you had the bug triggering right? could you try running this new image locally? :) | 10:10 |
benschubert | juergbi: your laptop is recent though :) | 10:11 |
tme5 | i can't see it there haha | 10:11 |
tme5 | but i will put my mark there, thanks | 10:11 |
tlater[m] | That particular mark is built-in, I think | 10:11 |
tme5 | ooh ok | 10:11 |
tlater[m] | So you won't see it anywhere :) | 10:11 |
tlater[m] | Might be a dependency, but I don't think so. | 10:12 |
tme5 | oh, it's not, at least not latest pytest | 10:12 |
tme5 | i'll do some grepping | 10:12 |
tlater[m] | Yeah, you're right, it's a dependency: https://pypi.org/project/pytest-datafiles/ | 10:12 |
tme5 | requirements/dev-requirements.in:pytest-datafiles >= 2.0 | 10:12 |
tme5 | aye | 10:12 |
tlater[m] | So you won't find it registered | 10:12 |
tme5 | alright, thanks all, I'll use setup.cfg | 10:12 |
tlater[m] | We do have an integration mark | 10:12 |
tlater[m] | That should be set up somewhere | 10:13 |
benschubert | Jennis but did you pull the image from the gitlab ci registry to test? | 10:13 |
juergbi | benschubert: no AVX-512 laptop has shipped yet, not counting one extremely rare cannon lake laptop | 10:14 |
tlater[m] | tme5: Yup, that's in conftest. But the mark doesn't *do* anything so it's not registered | 10:14 |
juergbi | and I could reproduce the issue before | 10:14 |
tlater[m] | You'll need to come up with the pattern yourself. The pytest docs are ok on this iirc | 10:14 |
*** lachlan has joined #buildstream | 10:15 | |
tme5 | ok, ty, I suppose I'll register the other two as well, for good measure? | 10:15 |
tlater[m] | Which other two? integration/datafiles? | 10:15 |
tlater[m] | Why? | 10:15 |
tme5 | yes, and remoteexecution -- well, the docs say marks ought to be registered | 10:16 |
tme5 | (though they say unregistered marks raise warnings, so i'm not sure where they have gone..) | 10:17 |
jennis | benschubert, where is it? I don't see it here: https://gitlab.com/BuildStream/buildstream-docker-images/container_registry | 10:17 |
tlater[m] | I'm fairly sure that "registering" just means that pytest will do whatever they need to do when it encounters them | 10:17 |
tlater[m] | So for datafiles, it's already registered | 10:17 |
tlater[m] | And for integration it makes no sense. | 10:17 |
tme5 | it says here registration of marks is just so pytest knows you typed what you meant https://docs.pytest.org/en/latest/mark.html | 10:18 |
*** ahmed89 has quit IRC | 10:18 | |
tme5 | and they show in pytest --markers or something | 10:18 |
tlater[m] | Could you try that command and see what it lists? | 10:19 |
tme5 | just all built-in marks rn | 10:20 |
tlater[m] | Right, I suppose you can add the custom marks for good measure then. Nice that they can be documented. | 10:20 |
juergbi | jennis: registry.gitlab.com/buildstream/buildstream-docker-images/buildstream:nightly-bschubert-fix-segfault-77498497 | 10:23 |
jennis | thanks juergbi | 10:33 |
*** lachlan has quit IRC | 10:37 | |
jennis | benschubert, juergbi, that worked for me | 10:37 |
gitlab-br-bot | traveltissues approved MR !1541 (tmewett/artifact-help->master: Clarify bst artifact subcommand help text) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1541 | 10:39 |
*** lachlan has joined #buildstream | 10:42 | |
*** ahmed89 has joined #buildstream | 10:51 | |
benschubert | juergbi: jennis oh ok, sorry about the misunderstanding, perfect I'll merge it then, thanks! | 10:53 |
*** lachlan has quit IRC | 11:17 | |
benschubert | juergbi: do you have an idea what I could be missing in https://gitlab.com/BuildStream/buildstream-docker-images/-/jobs/276872719 ? I'm trying to add buildbox to the nightly image | 11:30 |
tpollard | I think qinusty had that issue yesterday? ^ | 11:35 |
juergbi | benschubert: oh, it should be libuuid-devel, not uuid-devel | 11:41 |
juergbi | looks like a bug in the testsuite image (and documentation) as well, the right package probably just happens to be installed there as well | 11:42 |
juergbi | qinusty: ^^ regarding the buildbox build issue you had | 11:42 |
*** tristan__ has joined #buildstream | 12:00 | |
*** tristan_ has joined #buildstream | 12:05 | |
*** tristan__ has quit IRC | 12:06 | |
*** lachlan has joined #buildstream | 12:07 | |
*** lachlan has quit IRC | 12:10 | |
*** ahmed89 has quit IRC | 12:13 | |
benschubert | Oh thanks! | 12:25 |
qinusty | Ohhhh, thanks juergbi :D | 12:25 |
qinusty | I think the intention is for remoteapistesting to move to using buildstream:nightly-extra once it's up and running. We currently build our own image which is effectively the same thing | 12:25 |
tme5 | in tests/internals/storage_vdir_import.py, tests have been written in a way which reduces the number of tests parametrisations that are written in the output (10 instead of 100, afaict) | 12:26 |
tme5 | as part of my changes it would be a lot cleaner to have to 10x10 test parametrised normally, would that be ok? Otherwise ten tests at a time would run in the same subprocess | 12:27 |
qinusty | juergbi I've raised https://github.com/buildbarn/bb-remote-execution/issues/18 with Buildbarn in relation to the issues seen when trying to use buildstream with buildbarn | 12:28 |
juergbi | ta | 12:33 |
benschubert | tme5: not sure I understand, what do you mean by " which reduces the number of tests parametrisations that are written in the output" ? | 12:37 |
tme5 | benschubert, I am referring to the comment at L276 | 12:37 |
tme5 | and the general form of the following test | 12:38 |
benschubert | tme5: the "test_descend" ? I don't see any parametrization there | 12:39 |
tme5 | oh wait, let me git fetch haha, the comment is before test_fixed_cas_import | 12:40 |
benschubert | oh I see | 12:40 |
benschubert | otherwise, do we _really_ need the value for each value? Or could we have like 1,2,5,10? or something like that? | 12:41 |
tme5 | yeah, the random ones could be reduced, the import test has a preset list of 10 example file trees to work with, i guess that could be reduced | 12:45 |
benschubert | was there a reason for that many? | 12:53 |
benschubert | juergbi: https://gitlab.com/BuildStream/buildstream-docker-images/-/jobs/276960738 is this expected or did I forget something in the dependencies? | 12:54 |
juergbi | benschubert: do you mean the size? it depends on whether it's statically linked, I suppose | 12:56 |
benschubert | juergbi: I meant the stderr output (red) about not finding grpc.cmake :) | 12:56 |
juergbi | benschubert: ah, yes, it's expected | 12:57 |
benschubert | ok! thanks | 12:57 |
juergbi | due to dual checks in cmake to cover platforms without pkgconfig | 12:58 |
juergbi | (probably room for improvement but that's an upstream buildbox question) | 12:58 |
juergbi | benschubert: doesn't work yet, see comment | 12:59 |
benschubert | juergbi: thanks yeah, seems I'm removing too much :) | 13:06 |
juergbi | should probably try to keep testsuite and nightly as close as possible | 13:07 |
juergbi | ideally, we could share some parts of the templates. not sure whether that would be trivial | 13:07 |
juergbi | might be something for another MR | 13:07 |
benschubert | yeah, I'm thinking about transforming the definitions to python or add a jinja level :) | 13:11 |
*** lachlan has joined #buildstream | 13:12 | |
*** lachlan has quit IRC | 13:16 | |
*** lachlan has joined #buildstream | 13:35 | |
*** lachlan has quit IRC | 13:42 | |
tlater[m] | benschubert: BuildStream! | 13:44 |
benschubert | tlater[m]: what? | 13:44 |
tlater[m] | We could convert the definitions into a buildstream project! | 13:45 |
tlater[m] | ;( | 13:45 |
tlater[m] | s/(/)/ | 13:45 |
benschubert | not 100% sure about that :D at least not now | 13:46 |
*** tristan__ has joined #buildstream | 13:55 | |
juergbi | I was thinking that as well. we'd have a potential bootstrapping issue, however, we could build it with bst-1, I suppose | 13:55 |
juergbi | but then we'd still need to build a bst-1 docker image without buildstream | 13:56 |
*** tristan_ has quit IRC | 13:56 | |
juergbi | also, distro packages would still have to be installed via distro package manager, unless we want to build static / distro-independent binaries | 13:56 |
tlater[m] | juergbi: Yeah, that latter point is the main issue IMO | 13:57 |
tlater[m] | It would work pretty well for the user facing image (because nobody needs fedora to be part of their docker image when they just want buildstream), but not so well for the distro-testing images. | 13:57 |
*** toscalix has joined #buildstream | 14:02 | |
*** traveltissues has quit IRC | 14:06 | |
*** benschubert_ has joined #buildstream | 14:15 | |
*** jonathanmaw has quit IRC | 14:16 | |
*** benschubert has quit IRC | 14:16 | |
*** swick has quit IRC | 14:16 | |
*** lchlan has quit IRC | 14:16 | |
*** skullone[m] has quit IRC | 14:16 | |
*** tchaik[m] has quit IRC | 14:16 | |
*** theawless[m] has quit IRC | 14:16 | |
*** krichter[m] has quit IRC | 14:16 | |
*** reuben640[m] has quit IRC | 14:16 | |
*** jjardon[m] has quit IRC | 14:16 | |
*** segfault3[m] has quit IRC | 14:16 | |
*** Trevinho[m] has quit IRC | 14:16 | |
*** rafaelff[m] has quit IRC | 14:16 | |
*** asingh_[m] has quit IRC | 14:16 | |
*** mohan43u has quit IRC | 14:16 | |
*** johnward has quit IRC | 14:16 | |
*** hergertme has quit IRC | 14:16 | |
*** bethw has quit IRC | 14:16 | |
*** mrmcq2u[m] has quit IRC | 14:16 | |
*** jswagner has quit IRC | 14:16 | |
*** benschubert_ is now known as benschubert | 14:16 | |
*** lchlan has joined #buildstream | 14:16 | |
*** jonathanmaw has joined #buildstream | 14:16 | |
*** swick has joined #buildstream | 14:16 | |
*** skullone[m] has joined #buildstream | 14:16 | |
*** tchaik[m] has joined #buildstream | 14:16 | |
*** theawless[m] has joined #buildstream | 14:16 | |
*** krichter[m] has joined #buildstream | 14:16 | |
*** reuben640[m] has joined #buildstream | 14:16 | |
*** jjardon[m] has joined #buildstream | 14:16 | |
*** segfault3[m] has joined #buildstream | 14:16 | |
*** Trevinho[m] has joined #buildstream | 14:16 | |
*** rafaelff[m] has joined #buildstream | 14:16 | |
*** asingh_[m] has joined #buildstream | 14:16 | |
*** mohan43u has joined #buildstream | 14:16 | |
*** johnward has joined #buildstream | 14:16 | |
*** hergertme has joined #buildstream | 14:16 | |
*** bethw has joined #buildstream | 14:16 | |
*** mrmcq2u[m] has joined #buildstream | 14:16 | |
*** jswagner has joined #buildstream | 14:19 | |
*** jswagner has joined #buildstream | 14:20 | |
*** phil has quit IRC | 14:21 | |
*** lachlan has joined #buildstream | 14:42 | |
tme5 | i get pycodestyle warnings locally on files I haven't changed, wondering if there is a config i have to load or something | 14:52 |
tlater[m] | Yeah, setup.cfg :D | 14:53 |
*** lachlan has quit IRC | 14:54 | |
tme5 | ahh brilliant haha, but looks like it loads that automatically anyway, and i'm getting E302 which isn't on the list | 14:55 |
tme5 | i see the latest master pipeline failed, but maybe unrelated? | 14:56 |
*** phil has joined #buildstream | 14:59 | |
*** lachlan has joined #buildstream | 15:03 | |
tlater[m] | Unrelated, yeah | 15:05 |
tlater[m] | Perhaps you accidentally based your branch on something that wasn't quite readyu | 15:05 |
tlater[m] | *ready | 15:05 |
tme5 | i'm on master, so are the offending lines. well, it can't be an issue as linting CI seemed to pass fine | 15:06 |
tpollard | how are you linting? | 15:08 |
tme5 | just `pycodestyle tests` (where i'm working) | 15:08 |
tlater[m] | Try `tox -e lint` :) | 15:08 |
*** lachlan has quit IRC | 15:12 | |
gitlab-br-bot | beckyella16 opened MR !1555 (becky/list_contents_long_option->master: Addition of --long option to list-contents) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1555 | 15:18 |
*** tristan__ has quit IRC | 15:23 | |
tme5 | i'm v happy with this subprocess tests change, it's simplified a lot of the concerned tests | 15:27 |
tlater[m] | Does anyone know where our CAS server decides what directories to put blobs in? | 15:35 |
tlater[m] | I'm afraid I may have broken it | 15:35 |
tlater[m] | I'm getting all blobs dumped in the root directory, but our test suite refuses that because it's supposed to have per-element subdirectories. | 15:36 |
tpollard | loads it in context I think | 15:36 |
tpollard | well that'd hopefully where we determine where to put the blobs, if everything is working.... | 15:37 |
tlater[m] | Ah, I see something that looks like it | 15:38 |
tlater[m] | Hm, this might be entirely broken with split caches | 15:38 |
* tlater[m] digs a little | 15:38 | |
tlater[m] | ta tpollard! | 15:39 |
gitlab-br-bot | coldtom opened MR !1556 (coldtom/update-plugin-tests->master: Remove test dependency on bst-plugins-experimental) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1556 | 15:39 |
tlater[m] | Eugh, testing the cas server with the test suite is a PITA | 15:39 |
tlater[m] | No error messages :| | 15:39 |
*** lachlan has joined #buildstream | 15:41 | |
tlater[m] | tpollard: Looks to be determined by the cache key in the request | 15:41 |
tlater[m] | Interesting, I wonder if I can escape the cache directory by giving a cache key like ../../../etc/passwd | 15:42 |
*** lachlan has quit IRC | 15:48 | |
*** phildawson_ has joined #buildstream | 15:54 | |
tlater[m] | juergbi: Is ^ something we care about? | 15:54 |
tlater[m] | I've tried it, it looks like I can | 15:55 |
*** phil has quit IRC | 15:55 | |
tlater[m] | -> Change the artifact key in UpdateArtifact to some random path | 15:55 |
adds68 | Hi all, i've configured a buildstream cache on port 1102, i've set this in my project.conf with the correct push keys | 15:59 |
adds68 | When i start buildstream, it initializes the cahe with "success" | 15:59 |
adds68 | During a build i see "SUCCESS Caching artifact" | 16:00 |
adds68 | however when i view the cas directory on the sever it is empty? | 16:00 |
adds68 | there are no logs on my sever, so i'm so confused | 16:01 |
tlater[m] | Caching artifact means that it is locally cached | 16:01 |
tlater[m] | Nothing more, nothing less | 16:01 |
tlater[m] | You'd need to see messages along the lines of 'SUCCESS Pushed artifact to https://adds68.com' | 16:01 |
adds68 | tlater[m], interesting... | 16:02 |
tlater[m] | It's a cute little -> instead of 'to', actually | 16:02 |
tlater[m] | Might make it easier to skim :) | 16:02 |
adds68 | tlater[m], coldtom pointed out to try bst push | 16:03 |
adds68 | however i see | 16:03 |
adds68 | [00:00:02][][] FAILURE Push | 16:03 |
adds68 | No artifact caches available for pushing artifacts | 16:03 |
tlater[m] | adds68: This is what it looks like for me currently (message slightly altered): https://hastebin.com/iqaqireciz.md | 16:03 |
tlater[m] | adds68: That means that buildstream is unable to contact your cache and/or you didn't set `push: true` in project.conf | 16:04 |
adds68 | omfg | 16:05 |
* adds68 facepalm | 16:05 | |
adds68 | wow | 16:05 |
adds68 | i need beer | 16:05 |
adds68 | now | 16:05 |
ironfoot | we both missed the "push: true" bit :) | 16:05 |
ironfoot | thanks | 16:05 |
tlater[m] | Hehe | 16:05 |
* tlater[m] has been there before | 16:06 | |
tlater[m] | These error messages are in dire need of improving, both on the server and client. | 16:06 |
*** lachlan has joined #buildstream | 16:08 | |
*** lachlan has quit IRC | 16:17 | |
tme5 | benschubert, I reduced the number of test cases in that storage_vdir_import suite. Will open my MR tomorrow, hope my analysis of the cases ends up being ok haha | 16:18 |
tme5 | just an fyi in case you wanted to make sure | 16:18 |
*** lachlan has joined #buildstream | 16:21 | |
*** narispo has quit IRC | 16:22 | |
*** narispo has joined #buildstream | 16:23 | |
*** narispo has quit IRC | 16:26 | |
*** lachlan has quit IRC | 16:27 | |
*** narispo has joined #buildstream | 16:27 | |
*** jonathanmaw has quit IRC | 16:28 | |
*** phildawson_ has quit IRC | 16:31 | |
gitlab-br-bot | tmewett opened MR !1557 (tmewett/test-in-subprocess->master: Add in_subprocess pytest mark and modify tests which run in another process to use it) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/1557 | 16:33 |
*** lachlan has joined #buildstream | 16:34 | |
*** lachlan has quit IRC | 16:51 | |
*** lachlan has joined #buildstream | 16:52 | |
*** tme5 has quit IRC | 16:59 | |
*** lachlan has quit IRC | 17:09 | |
*** toscalix has quit IRC | 17:14 | |
*** lachlan has joined #buildstream | 17:21 | |
*** johnward has quit IRC | 17:21 | |
*** johnward has joined #buildstream | 17:25 | |
*** adds68 has quit IRC | 17:25 | |
*** lachlan has quit IRC | 17:25 | |
*** ikerperez has quit IRC | 17:25 | |
*** Becky has quit IRC | 17:25 | |
*** samkirkham has quit IRC | 17:25 | |
*** qinusty has quit IRC | 17:25 | |
*** paulsherwood has quit IRC | 17:26 | |
*** paulsherwood has joined #buildstream | 17:26 | |
*** samkirkham has joined #buildstream | 17:26 | |
*** ikerperez has joined #buildstream | 17:26 | |
*** qinusty has joined #buildstream | 17:26 | |
*** adds68 has joined #buildstream | 17:26 | |
*** Becky has joined #buildstream | 17:26 | |
*** adds68 has quit IRC | 17:33 | |
*** qinusty has quit IRC | 17:33 | |
*** samkirkham has quit IRC | 17:33 | |
*** Becky has quit IRC | 17:33 | |
*** ikerperez has quit IRC | 17:33 | |
*** jennis has quit IRC | 17:34 | |
*** laurence has quit IRC | 17:34 | |
*** valentind has quit IRC | 17:34 | |
*** johnward has quit IRC | 17:34 | |
*** WSalmon has quit IRC | 17:34 | |
*** bethw has quit IRC | 17:34 | |
*** jennis has joined #buildstream | 17:36 | |
*** johnward has joined #buildstream | 17:36 | |
*** paulsherwood has quit IRC | 17:36 | |
*** lachlan has joined #buildstream | 17:37 | |
*** valentind has joined #buildstream | 17:37 | |
*** bethw has joined #buildstream | 17:39 | |
*** laurence has joined #buildstream | 17:39 | |
*** WSalmon has joined #buildstream | 17:39 | |
*** lachlan has quit IRC | 17:48 | |
*** lachlan has joined #buildstream | 17:52 | |
*** adds68 has joined #buildstream | 17:59 | |
*** lachlan has quit IRC | 18:03 | |
*** narispo has quit IRC | 20:51 | |
*** narispo has joined #buildstream | 20:52 | |
*** rdale has quit IRC | 22:18 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!