00:23
jcea has joined #pypy
00:30
lritter has quit [Ping timeout: 240 seconds]
00:40
inhahe has quit [Remote host closed the connection]
00:42
inhahe has joined #pypy
01:13
inhahe has quit [Read error: Connection reset by peer]
01:20
inhahe has joined #pypy
01:27
inhahe has quit [Read error: Connection reset by peer]
01:27
inhahe has joined #pypy
01:30
inhahe has quit [Remote host closed the connection]
01:31
inhahe has joined #pypy
01:34
inhahe has quit [Read error: Connection reset by peer]
01:37
inhahe has joined #pypy
01:44
inhahe has quit [Read error: Connection reset by peer]
01:44
inhahe has joined #pypy
01:49
inhahe has quit [Remote host closed the connection]
01:53
inhahe has joined #pypy
01:59
inhahe has quit [Read error: Connection reset by peer]
02:00
inhahe has joined #pypy
02:09
inhahe has quit [Read error: Connection reset by peer]
02:16
inhahe has joined #pypy
02:22
inhahe has quit [Remote host closed the connection]
02:26
inhahe has joined #pypy
02:27
inhahe has quit [Read error: Connection reset by peer]
02:28
inhahe has joined #pypy
02:33
inhahe has quit [Remote host closed the connection]
02:34
inhahe has joined #pypy
02:38
inhahe has quit [Client Quit]
03:04
ronan has quit [Remote host closed the connection]
03:31
mgedmin has joined #pypy
03:32
jcea has quit [Remote host closed the connection]
03:32
jcea has joined #pypy
03:41
commandoline has quit [Ping timeout: 244 seconds]
03:41
commandoline has joined #pypy
03:46
jcea has quit [Quit: jcea]
04:16
bionicpup64_2042 has joined #pypy
04:47
bionicpup64_2042 has quit [Ping timeout: 250 seconds]
05:53
dddddd has quit [Remote host closed the connection]
06:05
tsaka__ has quit [Ping timeout: 252 seconds]
06:46
ronan_ has joined #pypy
06:47
ronan_ is now known as ronan
08:23
Ninpo has quit [*.net *.split]
08:23
edd has quit [*.net *.split]
08:23
jerith has quit [*.net *.split]
08:23
danilonc has quit [*.net *.split]
08:23
gsnedders has quit [*.net *.split]
08:24
gsnedders has joined #pypy
08:24
Ninpo has joined #pypy
08:24
edd has joined #pypy
08:24
danilonc has joined #pypy
08:24
jerith has joined #pypy
08:45
tsaka__ has joined #pypy
08:58
ronan has quit [Ping timeout: 246 seconds]
09:01
jvesely has quit [Quit: jvesely]
09:06
jvesely has joined #pypy
09:23
jvesely has quit [Quit: jvesely]
09:28
tsaka__ has quit [Quit: Konversation terminated!]
09:28
tsaka__ has joined #pypy
09:48
oberstet has quit [Quit: Leaving]
10:10
tsaka__ has quit [Ping timeout: 240 seconds]
11:19
tsaka__ has joined #pypy
12:14
jcea has joined #pypy
13:17
Rhy0lite has joined #pypy
13:34
ekaologik has joined #pypy
14:04
WGH has quit [*.net *.split]
14:04
riddle has quit [*.net *.split]
14:04
pepesza has quit [*.net *.split]
14:04
tbodt has quit [*.net *.split]
14:04
alcarithemad has quit [*.net *.split]
14:04
atomizer has quit [*.net *.split]
14:04
RoadrunnerWMC has quit [*.net *.split]
14:04
dstufft has quit [*.net *.split]
14:09
tbodt has joined #pypy
14:09
riddle has joined #pypy
14:09
WGH has joined #pypy
14:09
RoadrunnerWMC has joined #pypy
14:09
pepesza has joined #pypy
14:09
atomizer has joined #pypy
14:09
alcarithemad has joined #pypy
14:09
dstufft has joined #pypy
14:13
WGH has quit [*.net *.split]
14:13
riddle has quit [*.net *.split]
14:13
pepesza has quit [*.net *.split]
14:13
tbodt has quit [*.net *.split]
14:13
alcarithemad has quit [*.net *.split]
14:13
atomizer has quit [*.net *.split]
14:13
RoadrunnerWMC has quit [*.net *.split]
14:13
dstufft has quit [*.net *.split]
14:19
tbodt has joined #pypy
14:19
riddle has joined #pypy
14:19
WGH has joined #pypy
14:19
pepesza has joined #pypy
14:19
RoadrunnerWMC has joined #pypy
14:19
atomizer has joined #pypy
14:19
alcarithemad has joined #pypy
14:19
dstufft has joined #pypy
14:37
froztbyte has quit [Quit: Lost terminal]
15:21
lritter has joined #pypy
15:24
<
antocuni >
it seems we get very different results depending on the phase of the moon at build time
15:32
marky1991 has quit [Ping timeout: 276 seconds]
15:40
<
mattip >
the aarch64 buildbot is somehow restoring an old version of the cached files in
15:41
<
mattip >
build_dir/pypy-c-jit-linux-aarch64/rpython/_cache/frozen_importlib_*
15:41
<
mattip >
with the end result that all the pypyjit tests are failing
15:42
ronan has joined #pypy
15:43
<
mattip >
all the files in the cache have a timestamp of 8am-10am, when the test itself started at 12am
15:44
<
mattip >
I even added an rm command in b9eacb5f9a98
15:44
<
antocuni >
mattip: is it running inside a docker image? Could it be that it is mounting an external volume which somehow contains the culprit files?
15:45
<
antocuni >
(I'm mostly thinking aloud, I don't really know much of what we are talking about :))
15:45
<
mattip >
that's what I need right now so great!
15:46
<
mattip >
it is a aws machine I think
15:47
<
antocuni >
what is the repo of b9eacb5f9a98?
15:48
<
mattip >
and you can see that it runs in the stdio report of the test run
15:49
<
mattip >
just before the " ========== test session starts ========= "
15:51
<
antocuni >
shutil.rmtree('%s/rpython/_cache', ignore_errors=True)
15:51
<
antocuni >
maybe this directory is somehow owned by root?
15:51
<
antocuni >
and so it is not removed by any of these steps, but you don't notice because of ignore_erros=True?
15:52
<
mattip >
nope. The strangest thing is, that in the hg purge step, you can see that some of the files in rpython/_cache are removed, but not all
15:53
<
mattip >
which is step 4 of the build
15:53
<
antocuni >
what about putting "os.system('find -print0 | xargs ls -l')" in test_all? Maybe before and after the shutil.remove
15:54
<
antocuni >
also, I suggest to start a branch in which you can freely modify test_all with all the hacks you need
15:54
<
antocuni >
but first, make sure that you have the same problem also in the branch :)
15:54
<
antocuni >
(for all I know, the buildbot could keep different working directories for different branches, and this problem be present only on default)
15:54
adamholmberg has joined #pypy
15:55
<
antocuni >
xargs -0, of course
15:56
<
mattip >
I will just put it on the py3.6 branch and wait till tomorrow, there is no hurry
15:56
<
antocuni >
ah, maybe it is enough to do "ls -R -l /path/to/the/culprit/directory"
16:06
marky1991 has joined #pypy
16:09
<
mattip >
hah, ok, stupid typo in that commit in the rmtree command
16:09
<
antocuni >
oh I see
16:09
<
mattip >
let's see if that is enough
16:10
<
antocuni >
not that I did anything, but you're welcome :)
16:11
marky1991 has quit [Ping timeout: 240 seconds]
16:12
<
kenaan >
mattip default 94907f4adb70 /pypy/test_all.py: typo
16:12
<
kenaan >
mattip py3.6 5a724d59f277 /: merge default into branch
16:30
dddddd has joined #pypy
16:35
jvesely has joined #pypy
17:07
jcea has quit [Remote host closed the connection]
17:18
jcea has joined #pypy
17:20
marky1991 has joined #pypy
17:32
i9zO5AP has joined #pypy
17:35
Ai9zO5AP has quit [Ping timeout: 250 seconds]
17:42
jvesely has quit [Quit: jvesely]
18:56
marky1991 has quit [Remote host closed the connection]
18:57
marky1991 has joined #pypy
19:00
jvesely has joined #pypy
19:14
marky1991 has quit [Ping timeout: 252 seconds]
19:28
marky1991 has joined #pypy
19:39
marky1991 has quit [Ping timeout: 265 seconds]
19:49
marky1991 has joined #pypy
20:05
bionicpup64_2042 has joined #pypy
20:14
bionicpup64_2042 has quit [Ping timeout: 240 seconds]
20:18
mattip has quit [Ping timeout: 268 seconds]
20:19
Rhy0lite has quit [Quit: Leaving]
20:28
mattip has joined #pypy
21:03
mattip has quit [Ping timeout: 265 seconds]
21:42
jvesely has quit [Quit: jvesely]
21:56
marky1991 has quit [Ping timeout: 250 seconds]
22:09
marky1991 has joined #pypy
22:14
mattip has joined #pypy
22:18
jvesely has joined #pypy
22:42
ionelmc has quit [Quit: Connection closed for inactivity]
22:58
bionicpup64_2042 has joined #pypy
22:59
jvesely has quit [Quit: jvesely]
23:39
i9zO5AP has quit [Quit: WeeChat 2.5]
23:44
asmeurer has joined #pypy
23:45
edd has quit [Quit: WeeChat 2.6]
23:47
ebarrett has joined #pypy
23:49
bionicpup64_2042 has quit [Ping timeout: 240 seconds]
23:50
asmeurer has quit [Quit: asmeurer]
23:58
adamholmberg has quit [Remote host closed the connection]