06:19
antranigv has quit [Ping timeout: 276 seconds]
06:24
antranigv has joined #buildbot
08:37
mjw has joined #buildbot
10:10
wielaard has joined #buildbot
10:10
mjw has quit [Killed (NickServ (GHOST command used by wielaard!~mjw_@2001:1c06:2488:1400:9e5c:8eff:fe8f:a440))]
10:10
wielaard is now known as mjw
10:11
mark_ has joined #buildbot
15:10
<
_hc[m] >
Anyone have a dead simple example of master/worker using DockerLatentWorker? I have it
_almost_ working but I'm baffled. I keep getting this in the master's logs:
15:10
<
_hc[m] >
"2022-06-23 15:07:58+0000 [-] Timing out client: IPv4Address(type='TCP', host='127.0.0.1', port=35262)
15:34
<
Zorry >
do it get started okey?
16:01
<
_hc[m] >
When I trigger a build, it does start the container, and I can connect to it via `docker exec`. That's how I got that worker log
16:05
<
_hc[m] >
master is running a docker locally (via podman and _podman-docker-)
16:05
<
_hc[m] >
* master is running a docker locally (via podman and _podman-docker_)
16:05
<
_hc[m] >
s/podman/_podman_/, s/docker-/docker_/
16:07
kveremitz has quit [Ping timeout: 260 seconds]
16:09
mjw has quit [Quit: Leaving]
16:16
<
Zorry >
set followStartupLogs=True to get more logs
16:17
<
glogan >
This gets templated out via ansible
16:18
<
glogan >
I have three worker hosts (this includes the master), and communicate to all three via their tcp connections
16:19
<
glogan >
the external workers forward their internal ports via ssh tunnels, but you can ignore that bit
16:19
<
glogan >
I suspect the worker container is the issue here
16:19
<
glogan >
let me find mine
16:20
<
glogan >
might be important. I seem to remember running into something like this when I first started
18:15
kveremitz has joined #buildbot
18:29
<
glogan >
IIRC, the docker latent spins up and expect something right away. If it doens't get it then it shuts down
18:53
mark_ is now known as mjw
19:50
<
glogan >
so the default ubuntu 22.04 docker image fails to apt-get update out of the box
19:50
<
glogan >
because it can't read the keyring files as `_apt`
19:50
<
glogan >
but you can't fix that as far as I can tell, without apt-get-ing something
19:50
* glogan
bangs head on desk
19:52
<
glogan >
ah, because gnupg isn't installed. At all
19:54
<
_hc[m] >
that sounds like a bug in the docker image
19:55
<
glogan >
oh lordy. No, it's a bug in docker itself. Crap
19:55
<
glogan >
checked on my build nodes -> failure, check on my desktop -> works
19:55
<
glogan >
docker versions are different
19:58
felixfontein has quit [Quit: reboot]
20:01
felixfontein has joined #buildbot
20:19
<
_hc[m] >
this was one of the bigs that I was missing: `masterFQDN="localhost",`
20:33
<
glogan >
got it working at least?
23:07
mjw has quit [Quit: Leaving]