*** finn has joined #buildstream | 08:06 | |
*** alatiera_ has joined #buildstream | 08:41 | |
*** toscalix has joined #buildstream | 09:00 | |
*** Vinylourson has joined #buildstream | 09:21 | |
jennis | juergbi, yes we do, and this wasn't because I needed that, it's just because I noticed something I thought it was odd that we didn't support | 09:54 |
---|---|---|
jennis | ^^ The patch | 09:54 |
jennis | However, you raise a good point, and I will amend the MR | 09:55 |
*** no0p has joined #buildstream | 10:07 | |
*** lachlan has joined #buildstream | 10:32 | |
valentind | jjardon, there was not enough disk space on those new builders. | 10:40 |
valentind | I am surprised. I thought those droplets had 160GB | 10:43 |
valentind | Oh it is docker. | 10:45 |
valentind | We need docker images with enough space I suppose. | 10:45 |
*** tristan has joined #buildstream | 10:51 | |
valentind | jjardon, gitlab-runner documentation says that when using dind (priviledged docker), then vfs storage is used. And this seems to use an image file. So I will force the builders to use overlay. | 10:56 |
jjardon | valentind: right, yeah; the droplets should have plenty of space | 11:08 |
*** lachlan has quit IRC | 11:10 | |
*** lachlan has joined #buildstream | 11:23 | |
*** lachlan has quit IRC | 11:45 | |
*** lachlan has joined #buildstream | 11:55 | |
*** tristan has quit IRC | 12:03 | |
*** tristan has joined #buildstream | 12:05 | |
*** finn has quit IRC | 12:17 | |
valentind | jjardon, That did not work. I suppose the overlay module is not loaded on the droplet. | 12:41 |
valentind | What digitalocean-image is used in freedesktop sdk? | 12:42 |
jjardon | valentind: let's change the configuration on the dropet to use latest Ubuntu instead; I think is using Debian at the moment | 12:42 |
valentind | jjardon, it is fedora. | 12:42 |
valentind | digitalocean-image=fedora-28-x64 | 12:42 |
*** lachlan has quit IRC | 12:44 | |
valentind | I think we need to force the module to be loaded. I do not think it gets loaded automatically. | 12:44 |
jjardon | valentind: same in freedesktop-sdk | 12:45 |
jjardon | MachineOptions = ["digitalocean-image=fedora-28-x64" | 12:47 |
valentind | jjardon, anything else looking different? | 12:48 |
jjardon | I can not see any other difference | 12:54 |
jjardon | we could try and use Ubuntu? I know they use the overlay2 driver as default | 12:55 |
jjardon | https://docs.docker.com/install/linux/docker-ce/ubuntu/#supported-storage-drivers | 12:56 |
jjardon | but the fact that works for freedesktop-sdk and not here is very strange | 12:56 |
valentind | Or make a custom image where we change /etc/modules | 12:57 |
jjardon | valentind: I have give you access to the freedesktop-sdki bastion in case you want to take a look | 12:58 |
jjardon | valentind: root@188.166.40.222 | 12:58 |
valentind | Thank you. | 12:59 |
valentind | But I do not see much difference either. | 12:59 |
*** lachlan has joined #buildstream | 13:02 | |
jjardon | valentind: let's try with Ubuntu then? do you want me to do the change? | 13:07 |
*** lachlan has quit IRC | 13:09 | |
*** alatiera_ has quit IRC | 13:14 | |
*** bochecha has joined #buildstream | 13:27 | |
tpollard | juergbi: I've attempted to move the subdir stuff out of the pullqueue, could you take a look when you get a chance please? | 13:28 |
*** finn has joined #buildstream | 13:45 | |
*** alatiera_ has joined #buildstream | 13:46 | |
*** lachlan has joined #buildstream | 14:15 | |
valentind | jjardon, Changed to ubuntu 18.10 | 14:15 |
valentind | I launched builds. | 14:15 |
valentind | jjardon, Does not work with ubuntu | 14:37 |
jjardon | valentind: same problem or a different one? | 14:38 |
valentind | jjardon, I think it fails installing docker. | 14:38 |
valentind | Error creating machine: Error running provisioning: error installing docker: | 14:38 |
valentind | The default lines below are for a sh/bash shell, you can specify the shell you're using, with the --shell flag. | 14:38 |
valentind | But that does not make much sense. | 14:38 |
valentind | This is in the logs. | 14:38 |
valentind | jjardon, There is an image called "docker". | 14:39 |
valentind | I will try that. | 14:40 |
valentind | It is an ubuntu with docker. | 14:40 |
valentind | Does not seem to work any better. | 14:46 |
gitlab-br-bot | aevri opened (was WIP) MR !887 (aevri/prompt-config->master: Add 'prompt.*' config options to buildstream.conf) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/887 | 14:46 |
*** lachlan has quit IRC | 15:02 | |
*** lachlan has joined #buildstream | 15:16 | |
jjardon | valentind: maybe the default-ssh-user is different? Maybe try with ubuntu instead root? | 15:35 |
*** alatiera_ has quit IRC | 15:47 | |
valentind | Good point. | 15:49 |
valentind | I am trying debian now. | 15:49 |
*** finn has quit IRC | 15:49 | |
*** finn has joined #buildstream | 15:58 | |
valentind | jjardon, I created a ubuntu droplet by hand. And ssh to root works. | 16:13 |
juergbi | tpollard: one last tiny comment | 16:15 |
tpollard | juergbi: ta! | 16:19 |
jjardon | valentind: I'm out of ideas, sorry; let me come back to this after work / during the weekend | 16:21 |
*** alatiera_ has joined #buildstream | 16:22 | |
valentind | jjardon, I am trying coreos now. It works at least. Let's see if there is the same issue with disk. | 16:27 |
valentind | jjardon, I think the issue is gitlab-builder trying to use "sudo", but it is not installed. Not sure though. | 16:27 |
jjardon | let's see; the user for coreos is still "core"? | 16:28 |
valentind | jjardon, I set it to "core" | 16:28 |
tpollard | juergbi: pushed | 16:29 |
valentind | jjardon, Thanks for the help. | 16:30 |
juergbi | tpollard: sorry to nitpick but git summary line should really always be a single line | 16:32 |
juergbi | <= 72 chars | 16:32 |
juergbi | otherwise all kinds of git tools will have truncated or overlong lines or other issues | 16:32 |
tpollard | that's weird, don't know why it went up like that | 16:33 |
tpollard | sigh! | 16:33 |
tpollard | seems nano lied to me | 16:36 |
gitlab-br-bot | juergbi approved MR !786 (tpollard/494->master: Don't pull artifact buildtrees by default) on buildstream https://gitlab.com/BuildStream/buildstream/merge_requests/786 | 16:43 |
tpollard | :D | 16:43 |
paulsherwood | is bst runnable directly on mac? | 16:49 |
Kinnison | IIRC we've done work toward that, but only for the remote-execution scenario | 16:52 |
Kinnison | we don't have functional sandboxing on mac (yet) | 16:52 |
WSalmon | Someone is working on a POC docker sandbox for WSL which would probs be the *easiest* thing to port *if* it landed but as i understand it, its landing is not imineant | 16:57 |
WSalmon | although i am sure thats not the anwser you are after | 16:57 |
juergbi | also to note, docker container would only help for Linux targets. it would not help to build native macOS binaries | 16:58 |
juergbi | work for the latter has not started yet at all | 16:58 |
*** tpollard has quit IRC | 17:00 | |
WSalmon | are yes, i was forgetting you still need the "guest" to be linux | 17:00 |
*** toscalix has quit IRC | 17:00 | |
*** lachlan has quit IRC | 17:02 | |
*** finn has quit IRC | 17:04 | |
*** abderrahim1 has joined #buildstream | 17:32 | |
*** abderrahim has quit IRC | 17:33 | |
*** raoul has quit IRC | 18:05 | |
*** lachlan has joined #buildstream | 18:12 | |
*** lachlan has quit IRC | 19:21 | |
*** lachlan has joined #buildstream | 19:26 | |
*** rdale has quit IRC | 19:30 | |
*** lachlan has quit IRC | 19:45 | |
*** lachlan has joined #buildstream | 20:02 | |
*** tristan has quit IRC | 20:06 | |
*** lachlan has quit IRC | 20:07 | |
*** abderrahim1 has quit IRC | 23:53 | |
*** abderrahim1 has joined #buildstream | 23:53 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!