deis / workflow-e2e

End-to-end tests for Deis Workflow
MIT License
12 stars 18 forks source link

chore(Dockerfile): bump deis/docker-go-dev to 0.19.0 #336

Closed bacongobbler closed 7 years ago

deis-bot commented 7 years ago

@Joshua-Anderson, @mboersma and @krancour are potential reviewers of this pull request based on my analysis of git blame information. Thanks @bacongobbler!

bacongobbler commented 7 years ago

Jenkins keeps seeing this specific error:

Expected error:
11:03:03                   <*exec.ExitError | 0xc4203caa60>: {
11:03:03                       ProcessState: {
11:03:03                           pid: 1305,
11:03:03                           status: 32512,
11:03:03                           rusage: {
11:03:03                               Utime: {Sec: 0, Usec: 0},
11:03:03                               Stime: {Sec: 0, Usec: 0},
11:03:03                               Maxrss: 6392,
11:03:03                               Ixrss: 0,
11:03:03                               Idrss: 0,
11:03:03                               Isrss: 0,
11:03:03                               Minflt: 61,
11:03:03                               Majflt: 0,
11:03:03                               Nswap: 0,
11:03:03                               Inblock: 0,
11:03:03                               Oublock: 0,
11:03:03                               Msgsnd: 0,
11:03:03                               Msgrcv: 0,
11:03:03                               Nsignals: 0,
11:03:03                               Nvcsw: 1,
11:03:03                               Nivcsw: 2,
11:03:03                           },
11:03:03                       },
11:03:03                       Stderr: nil,
11:03:03                   }
11:03:03                   exit status 127
11:03:03               not to have occurred

Has anyone seen this error before?

mboersma commented 7 years ago

I wonder if this change https://github.com/deis/docker-go-dev/commit/8f53864d1583a7f6b5dbe2ada38c801fb4628d12 has something to do with it. We were worried that changing the base image might omit some tool that was expected, but it has worked everywhere else...

bacongobbler commented 7 years ago

Indeed I think that may be the issue as well. I'm downgrading this PR to 0.19.0 to see if there's any difference.

bacongobbler commented 7 years ago

Yep, that was it. Gonna roll with 0.19.0 for now and file an issue.