1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
27 "git.arvados.org/arvados.git/sdk/go/arvados"
28 "git.arvados.org/arvados.git/sdk/go/arvadosclient"
29 "git.arvados.org/arvados.git/sdk/go/arvadostest"
30 "git.arvados.org/arvados.git/sdk/go/manifest"
31 "golang.org/x/net/context"
33 dockertypes "github.com/docker/docker/api/types"
34 dockercontainer "github.com/docker/docker/api/types/container"
35 dockernetwork "github.com/docker/docker/api/types/network"
39 // Gocheck boilerplate
40 func TestCrunchExec(t *testing.T) {
44 // Gocheck boilerplate
45 var _ = Suite(&TestSuite{})
47 type TestSuite struct {
48 client *arvados.Client
49 docker *TestDockerClient
50 runner *ContainerRunner
53 func (s *TestSuite) SetUpTest(c *C) {
54 s.client = arvados.NewClientFromEnv()
55 s.docker = NewTestDockerClient()
58 type ArvTestClient struct {
61 Content []arvadosclient.Dict
64 Logs map[string]*bytes.Buffer
70 type KeepTestClient struct {
75 var hwManifest = ". 82ab40c24fc8df01798e57ba66795bb1+841216+Aa124ac75e5168396c73c0a18eda641a4f41791c0@569fa8c3 0:841216:9c31ee32b3d15268a0754e8edc74d4f815ee014b693bc5109058e431dd5caea7.tar\n"
76 var hwPDH = "a45557269dcb65a6b78f9ac061c0850b+120"
77 var hwImageId = "9c31ee32b3d15268a0754e8edc74d4f815ee014b693bc5109058e431dd5caea7"
79 var otherManifest = ". 68a84f561b1d1708c6baff5e019a9ab3+46+Ae5d0af96944a3690becb1decdf60cc1c937f556d@5693216f 0:46:md5sum.txt\n"
80 var otherPDH = "a3e8f74c6f101eae01fa08bfb4e49b3a+54"
82 var normalizedManifestWithSubdirs = `. 3e426d509afffb85e06c4c96a7c15e91+27+Aa124ac75e5168396c73c0abcdefgh11234567890@569fa8c3 0:9:file1_in_main.txt 9:18:file2_in_main.txt 0:27:zzzzz-8i9sb-bcdefghijkdhvnk.log.txt
83 ./subdir1 3e426d509afffb85e06c4c96a7c15e91+27+Aa124ac75e5168396cabcdefghij6419876543234@569fa8c4 0:9:file1_in_subdir1.txt 9:18:file2_in_subdir1.txt
84 ./subdir1/subdir2 3e426d509afffb85e06c4c96a7c15e91+27+Aa124ac75e5168396c73c0bcdefghijk544332211@569fa8c5 0:9:file1_in_subdir2.txt 9:18:file2_in_subdir2.txt
87 var normalizedWithSubdirsPDH = "a0def87f80dd594d4675809e83bd4f15+367"
89 var denormalizedManifestWithSubdirs = ". 3e426d509afffb85e06c4c96a7c15e91+27+Aa124ac75e5168396c73c0abcdefgh11234567890@569fa8c3 0:9:file1_in_main.txt 9:18:file2_in_main.txt 0:27:zzzzz-8i9sb-bcdefghijkdhvnk.log.txt 0:10:subdir1/file1_in_subdir1.txt 10:17:subdir1/file2_in_subdir1.txt\n"
90 var denormalizedWithSubdirsPDH = "b0def87f80dd594d4675809e83bd4f15+367"
92 var fakeAuthUUID = "zzzzz-gj3su-55pqoyepgi2glem"
93 var fakeAuthToken = "a3ltuwzqcu2u4sc0q7yhpc2w7s00fdcqecg5d6e0u3pfohmbjt"
95 type TestDockerClient struct {
97 logReader io.ReadCloser
98 logWriter io.WriteCloser
99 fn func(t *TestDockerClient)
110 func NewTestDockerClient() *TestDockerClient {
111 t := &TestDockerClient{}
112 t.logReader, t.logWriter = io.Pipe()
113 t.stop = make(chan bool, 1)
118 type MockConn struct {
122 func (m *MockConn) Write(b []byte) (int, error) {
126 func NewMockConn() *MockConn {
131 func (t *TestDockerClient) ContainerAttach(ctx context.Context, container string, options dockertypes.ContainerAttachOptions) (dockertypes.HijackedResponse, error) {
132 return dockertypes.HijackedResponse{Conn: NewMockConn(), Reader: bufio.NewReader(t.logReader)}, nil
135 func (t *TestDockerClient) ContainerCreate(ctx context.Context, config *dockercontainer.Config, hostConfig *dockercontainer.HostConfig, networkingConfig *dockernetwork.NetworkingConfig, containerName string) (dockercontainer.ContainerCreateCreatedBody, error) {
136 if config.WorkingDir != "" {
137 t.cwd = config.WorkingDir
140 return dockercontainer.ContainerCreateCreatedBody{ID: "abcde"}, nil
143 func (t *TestDockerClient) ContainerStart(ctx context.Context, container string, options dockertypes.ContainerStartOptions) error {
145 return errors.New(`Error response from daemon: oci runtime error: container_linux.go:247: starting container process caused "process_linux.go:359: container init caused \"rootfs_linux.go:54: mounting \\\"/tmp/keep453790790/by_id/99999999999999999999999999999999+99999/myGenome\\\" to rootfs \\\"/tmp/docker/overlay2/9999999999999999999999999999999999999999999999999999999999999999/merged\\\" at \\\"/tmp/docker/overlay2/9999999999999999999999999999999999999999999999999999999999999999/merged/keep/99999999999999999999999999999999+99999/myGenome\\\" caused \\\"no such file or directory\\\"\""`)
148 return errors.New(`panic: standard_init_linux.go:175: exec user process caused "no such file or directory"`)
151 return errors.New(`Error response from daemon: Cannot start container 41f26cbc43bcc1280f4323efb1830a394ba8660c9d1c2b564ba42bf7f7694845: [8] System error: no such file or directory`)
154 return errors.New(`Error response from daemon: Cannot start container 58099cd76c834f3dc2a4fb76c8028f049ae6d4fdf0ec373e1f2cfea030670c2d: [8] System error: exec: "foobar": executable file not found in $PATH`)
157 if container == "abcde" {
158 // t.fn gets executed in ContainerWait
161 return errors.New("Invalid container id")
165 func (t *TestDockerClient) ContainerRemove(ctx context.Context, container string, options dockertypes.ContainerRemoveOptions) error {
170 func (t *TestDockerClient) ContainerWait(ctx context.Context, container string, condition dockercontainer.WaitCondition) (<-chan dockercontainer.ContainerWaitOKBody, <-chan error) {
172 body := make(chan dockercontainer.ContainerWaitOKBody, 1)
173 err := make(chan error)
176 body <- dockercontainer.ContainerWaitOKBody{StatusCode: int64(t.exitCode)}
181 func (t *TestDockerClient) ContainerInspect(ctx context.Context, id string) (c dockertypes.ContainerJSON, err error) {
182 c.ContainerJSONBase = &dockertypes.ContainerJSONBase{}
185 c.State = &dockertypes.ContainerState{Status: "exited", Dead: true}
187 c.State = &dockertypes.ContainerState{Status: "running", Pid: 1234, Running: true}
192 func (t *TestDockerClient) ImageInspectWithRaw(ctx context.Context, image string) (dockertypes.ImageInspect, []byte, error) {
194 return dockertypes.ImageInspect{}, nil, fmt.Errorf("Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?")
197 if t.imageLoaded == image {
198 return dockertypes.ImageInspect{}, nil, nil
200 return dockertypes.ImageInspect{}, nil, errors.New("")
204 func (t *TestDockerClient) ImageLoad(ctx context.Context, input io.Reader, quiet bool) (dockertypes.ImageLoadResponse, error) {
206 return dockertypes.ImageLoadResponse{}, fmt.Errorf("Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?")
208 _, err := io.Copy(ioutil.Discard, input)
210 return dockertypes.ImageLoadResponse{}, err
212 t.imageLoaded = hwImageId
213 return dockertypes.ImageLoadResponse{Body: ioutil.NopCloser(input)}, nil
217 func (*TestDockerClient) ImageRemove(ctx context.Context, image string, options dockertypes.ImageRemoveOptions) ([]dockertypes.ImageDeleteResponseItem, error) {
221 func (client *ArvTestClient) Create(resourceType string,
222 parameters arvadosclient.Dict,
223 output interface{}) error {
226 defer client.Mutex.Unlock()
229 client.Content = append(client.Content, parameters)
231 if resourceType == "logs" {
232 et := parameters["log"].(arvadosclient.Dict)["event_type"].(string)
233 if client.Logs == nil {
234 client.Logs = make(map[string]*bytes.Buffer)
236 if client.Logs[et] == nil {
237 client.Logs[et] = &bytes.Buffer{}
239 client.Logs[et].Write([]byte(parameters["log"].(arvadosclient.Dict)["properties"].(map[string]string)["text"]))
242 if resourceType == "collections" && output != nil {
243 mt := parameters["collection"].(arvadosclient.Dict)["manifest_text"].(string)
244 outmap := output.(*arvados.Collection)
245 outmap.PortableDataHash = fmt.Sprintf("%x+%d", md5.Sum([]byte(mt)), len(mt))
246 outmap.UUID = fmt.Sprintf("zzzzz-4zz18-%15.15x", md5.Sum([]byte(mt)))
252 func (client *ArvTestClient) Call(method, resourceType, uuid, action string, parameters arvadosclient.Dict, output interface{}) error {
254 case method == "GET" && resourceType == "containers" && action == "auth":
255 return json.Unmarshal([]byte(`{
256 "kind": "arvados#api_client_authorization",
257 "uuid": "`+fakeAuthUUID+`",
258 "api_token": "`+fakeAuthToken+`"
260 case method == "GET" && resourceType == "containers" && action == "secret_mounts":
261 if client.secretMounts != nil {
262 return json.Unmarshal(client.secretMounts, output)
264 return json.Unmarshal([]byte(`{"secret_mounts":{}}`), output)
267 return fmt.Errorf("Not found")
271 func (client *ArvTestClient) CallRaw(method, resourceType, uuid, action string,
272 parameters arvadosclient.Dict) (reader io.ReadCloser, err error) {
274 if method == "GET" && resourceType == "nodes" && uuid == "" && action == "" {
276 "kind": "arvados#nodeList",
278 "uuid": "zzzzz-7ekkf-2z3mc76g2q73aio",
279 "hostname": "compute2",
280 "properties": {"total_cpu_cores": 16}
282 } else if method == "GET" && resourceType == "containers" && action == "" && !client.callraw {
284 j, err = json.Marshal(map[string]interface{}{
285 "items": []interface{}{client.Container},
286 "kind": "arvados#nodeList",
289 j, err = json.Marshal(client.Container)
293 "command": ["sleep", "1"],
294 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
297 "mounts": {"/tmp": {"kind": "tmp"}, "/json": {"kind": "json", "content": {"number": 123456789123456789}}},
298 "output_path": "/tmp",
300 "runtime_constraints": {}
303 return ioutil.NopCloser(bytes.NewReader(j)), err
306 func (client *ArvTestClient) Get(resourceType string, uuid string, parameters arvadosclient.Dict, output interface{}) error {
307 if resourceType == "collections" {
309 output.(*arvados.Collection).ManifestText = hwManifest
310 } else if uuid == otherPDH {
311 output.(*arvados.Collection).ManifestText = otherManifest
312 } else if uuid == normalizedWithSubdirsPDH {
313 output.(*arvados.Collection).ManifestText = normalizedManifestWithSubdirs
314 } else if uuid == denormalizedWithSubdirsPDH {
315 output.(*arvados.Collection).ManifestText = denormalizedManifestWithSubdirs
318 if resourceType == "containers" {
319 (*output.(*arvados.Container)) = client.Container
324 func (client *ArvTestClient) Update(resourceType string, uuid string, parameters arvadosclient.Dict, output interface{}) (err error) {
326 defer client.Mutex.Unlock()
328 client.Content = append(client.Content, parameters)
329 if resourceType == "containers" {
330 if parameters["container"].(arvadosclient.Dict)["state"] == "Running" {
331 client.WasSetRunning = true
333 } else if resourceType == "collections" {
334 mt := parameters["collection"].(arvadosclient.Dict)["manifest_text"].(string)
335 output.(*arvados.Collection).UUID = uuid
336 output.(*arvados.Collection).PortableDataHash = fmt.Sprintf("%x", md5.Sum([]byte(mt)))
341 var discoveryMap = map[string]interface{}{
342 "defaultTrashLifetime": float64(1209600),
343 "crunchLimitLogBytesPerJob": float64(67108864),
344 "crunchLogThrottleBytes": float64(65536),
345 "crunchLogThrottlePeriod": float64(60),
346 "crunchLogThrottleLines": float64(1024),
347 "crunchLogPartialLineThrottlePeriod": float64(5),
348 "crunchLogBytesPerEvent": float64(4096),
349 "crunchLogSecondsBetweenEvents": float64(1),
352 func (client *ArvTestClient) Discovery(key string) (interface{}, error) {
353 return discoveryMap[key], nil
356 // CalledWith returns the parameters from the first API call whose
357 // parameters match jpath/string. E.g., CalledWith(c, "foo.bar",
358 // "baz") returns parameters with parameters["foo"]["bar"]=="baz". If
359 // no call matches, it returns nil.
360 func (client *ArvTestClient) CalledWith(jpath string, expect interface{}) arvadosclient.Dict {
362 for _, content := range client.Content {
363 var v interface{} = content
364 for _, k := range strings.Split(jpath, ".") {
365 if dict, ok := v.(arvadosclient.Dict); !ok {
378 func (client *KeepTestClient) LocalLocator(locator string) (string, error) {
382 func (client *KeepTestClient) PutB(buf []byte) (string, int, error) {
384 return fmt.Sprintf("%x+%d", md5.Sum(buf), len(buf)), len(buf), nil
387 func (client *KeepTestClient) ReadAt(string, []byte, int) (int, error) {
388 return 0, errors.New("not implemented")
391 func (client *KeepTestClient) ClearBlockCache() {
394 func (client *KeepTestClient) Close() {
398 type FileWrapper struct {
403 func (fw FileWrapper) Readdir(n int) ([]os.FileInfo, error) {
404 return nil, errors.New("not implemented")
407 func (fw FileWrapper) Seek(int64, int) (int64, error) {
408 return 0, errors.New("not implemented")
411 func (fw FileWrapper) Size() int64 {
415 func (fw FileWrapper) Stat() (os.FileInfo, error) {
416 return nil, errors.New("not implemented")
419 func (fw FileWrapper) Truncate(int64) error {
420 return errors.New("not implemented")
423 func (fw FileWrapper) Write([]byte) (int, error) {
424 return 0, errors.New("not implemented")
427 func (fw FileWrapper) Sync() error {
428 return errors.New("not implemented")
431 func (client *KeepTestClient) ManifestFileReader(m manifest.Manifest, filename string) (arvados.File, error) {
432 if filename == hwImageId+".tar" {
433 rdr := ioutil.NopCloser(&bytes.Buffer{})
435 return FileWrapper{rdr, 1321984}, nil
436 } else if filename == "/file1_in_main.txt" {
437 rdr := ioutil.NopCloser(strings.NewReader("foo"))
439 return FileWrapper{rdr, 3}, nil
444 func (s *TestSuite) TestLoadImage(c *C) {
445 cr, err := NewContainerRunner(s.client, &ArvTestClient{},
446 &KeepTestClient{}, s.docker, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
449 kc := &KeepTestClient{}
451 cr.ContainerArvClient = &ArvTestClient{}
452 cr.ContainerKeepClient = kc
454 _, err = cr.Docker.ImageRemove(nil, hwImageId, dockertypes.ImageRemoveOptions{})
457 _, _, err = cr.Docker.ImageInspectWithRaw(nil, hwImageId)
460 cr.Container.ContainerImage = hwPDH
462 // (1) Test loading image from keep
463 c.Check(kc.Called, Equals, false)
464 c.Check(cr.ContainerConfig.Image, Equals, "")
470 cr.Docker.ImageRemove(nil, hwImageId, dockertypes.ImageRemoveOptions{})
473 c.Check(kc.Called, Equals, true)
474 c.Check(cr.ContainerConfig.Image, Equals, hwImageId)
476 _, _, err = cr.Docker.ImageInspectWithRaw(nil, hwImageId)
479 // (2) Test using image that's already loaded
481 cr.ContainerConfig.Image = ""
485 c.Check(kc.Called, Equals, false)
486 c.Check(cr.ContainerConfig.Image, Equals, hwImageId)
490 type ArvErrorTestClient struct{}
492 func (ArvErrorTestClient) Create(resourceType string,
493 parameters arvadosclient.Dict,
494 output interface{}) error {
498 func (ArvErrorTestClient) Call(method, resourceType, uuid, action string, parameters arvadosclient.Dict, output interface{}) error {
499 if method == "GET" && resourceType == "containers" && action == "auth" {
502 return errors.New("ArvError")
505 func (ArvErrorTestClient) CallRaw(method, resourceType, uuid, action string,
506 parameters arvadosclient.Dict) (reader io.ReadCloser, err error) {
507 return nil, errors.New("ArvError")
510 func (ArvErrorTestClient) Get(resourceType string, uuid string, parameters arvadosclient.Dict, output interface{}) error {
511 return errors.New("ArvError")
514 func (ArvErrorTestClient) Update(resourceType string, uuid string, parameters arvadosclient.Dict, output interface{}) (err error) {
518 func (ArvErrorTestClient) Discovery(key string) (interface{}, error) {
519 return discoveryMap[key], nil
522 type KeepErrorTestClient struct {
526 func (*KeepErrorTestClient) ManifestFileReader(manifest.Manifest, string) (arvados.File, error) {
527 return nil, errors.New("KeepError")
530 func (*KeepErrorTestClient) PutB(buf []byte) (string, int, error) {
531 return "", 0, errors.New("KeepError")
534 func (*KeepErrorTestClient) LocalLocator(string) (string, error) {
535 return "", errors.New("KeepError")
538 type KeepReadErrorTestClient struct {
542 func (*KeepReadErrorTestClient) ReadAt(string, []byte, int) (int, error) {
543 return 0, errors.New("KeepError")
546 type ErrorReader struct {
550 func (ErrorReader) Read(p []byte) (n int, err error) {
551 return 0, errors.New("ErrorReader")
554 func (ErrorReader) Seek(int64, int) (int64, error) {
555 return 0, errors.New("ErrorReader")
558 func (KeepReadErrorTestClient) ManifestFileReader(m manifest.Manifest, filename string) (arvados.File, error) {
559 return ErrorReader{}, nil
562 func (s *TestSuite) TestLoadImageArvError(c *C) {
564 kc := &KeepTestClient{}
566 cr, err := NewContainerRunner(s.client, &ArvErrorTestClient{}, kc, nil, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
569 cr.ContainerArvClient = &ArvErrorTestClient{}
570 cr.ContainerKeepClient = &KeepTestClient{}
572 cr.Container.ContainerImage = hwPDH
575 c.Check(err.Error(), Equals, "While getting container image collection: ArvError")
578 func (s *TestSuite) TestLoadImageKeepError(c *C) {
580 kc := &KeepErrorTestClient{}
581 cr, err := NewContainerRunner(s.client, &ArvTestClient{}, kc, s.docker, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
584 cr.ContainerArvClient = &ArvTestClient{}
585 cr.ContainerKeepClient = &KeepErrorTestClient{}
587 cr.Container.ContainerImage = hwPDH
590 c.Assert(err, NotNil)
591 c.Check(err.Error(), Equals, "While creating ManifestFileReader for container image: KeepError")
594 func (s *TestSuite) TestLoadImageCollectionError(c *C) {
595 // (3) Collection doesn't contain image
596 kc := &KeepReadErrorTestClient{}
597 cr, err := NewContainerRunner(s.client, &ArvTestClient{}, kc, nil, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
599 cr.Container.ContainerImage = otherPDH
601 cr.ContainerArvClient = &ArvTestClient{}
602 cr.ContainerKeepClient = &KeepReadErrorTestClient{}
605 c.Check(err.Error(), Equals, "First file in the container image collection does not end in .tar")
608 func (s *TestSuite) TestLoadImageKeepReadError(c *C) {
609 // (4) Collection doesn't contain image
610 kc := &KeepReadErrorTestClient{}
611 cr, err := NewContainerRunner(s.client, &ArvTestClient{}, kc, s.docker, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
613 cr.Container.ContainerImage = hwPDH
614 cr.ContainerArvClient = &ArvTestClient{}
615 cr.ContainerKeepClient = &KeepReadErrorTestClient{}
621 type ClosableBuffer struct {
625 func (*ClosableBuffer) Close() error {
629 type TestLogs struct {
630 Stdout ClosableBuffer
631 Stderr ClosableBuffer
634 func (tl *TestLogs) NewTestLoggingWriter(logstr string) (io.WriteCloser, error) {
635 if logstr == "stdout" {
636 return &tl.Stdout, nil
638 if logstr == "stderr" {
639 return &tl.Stderr, nil
641 return nil, errors.New("???")
644 func dockerLog(fd byte, msg string) []byte {
646 header := make([]byte, 8+len(by))
648 header[7] = byte(len(by))
653 func (s *TestSuite) TestRunContainer(c *C) {
654 s.docker.fn = func(t *TestDockerClient) {
655 t.logWriter.Write(dockerLog(1, "Hello world\n"))
658 kc := &KeepTestClient{}
660 cr, err := NewContainerRunner(s.client, &ArvTestClient{}, kc, s.docker, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
663 cr.ContainerArvClient = &ArvTestClient{}
664 cr.ContainerKeepClient = &KeepTestClient{}
667 cr.NewLogWriter = logs.NewTestLoggingWriter
668 cr.Container.ContainerImage = hwPDH
669 cr.Container.Command = []string{"./hw"}
673 err = cr.CreateContainer()
676 err = cr.StartContainer()
679 err = cr.WaitFinish()
682 c.Check(strings.HasSuffix(logs.Stdout.String(), "Hello world\n"), Equals, true)
683 c.Check(logs.Stderr.String(), Equals, "")
686 func (s *TestSuite) TestCommitLogs(c *C) {
687 api := &ArvTestClient{}
688 kc := &KeepTestClient{}
690 cr, err := NewContainerRunner(s.client, api, kc, nil, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
692 cr.CrunchLog.Timestamper = (&TestTimestamper{}).Timestamp
694 cr.CrunchLog.Print("Hello world!")
695 cr.CrunchLog.Print("Goodbye")
696 cr.finalState = "Complete"
698 err = cr.CommitLogs()
701 c.Check(api.Calls, Equals, 2)
702 c.Check(api.Content[1]["ensure_unique_name"], Equals, true)
703 c.Check(api.Content[1]["collection"].(arvadosclient.Dict)["name"], Equals, "logs for zzzzz-zzzzz-zzzzzzzzzzzzzzz")
704 c.Check(api.Content[1]["collection"].(arvadosclient.Dict)["manifest_text"], Equals, ". 744b2e4553123b02fa7b452ec5c18993+123 0:123:crunch-run.txt\n")
705 c.Check(*cr.LogsPDH, Equals, "63da7bdacf08c40f604daad80c261e9a+60")
708 func (s *TestSuite) TestUpdateContainerRunning(c *C) {
709 api := &ArvTestClient{}
710 kc := &KeepTestClient{}
712 cr, err := NewContainerRunner(s.client, api, kc, nil, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
715 err = cr.UpdateContainerRunning()
718 c.Check(api.Content[0]["container"].(arvadosclient.Dict)["state"], Equals, "Running")
721 func (s *TestSuite) TestUpdateContainerComplete(c *C) {
722 api := &ArvTestClient{}
723 kc := &KeepTestClient{}
725 cr, err := NewContainerRunner(s.client, api, kc, nil, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
728 cr.LogsPDH = new(string)
729 *cr.LogsPDH = "d3a229d2fe3690c2c3e75a71a153c6a3+60"
731 cr.ExitCode = new(int)
733 cr.finalState = "Complete"
735 err = cr.UpdateContainerFinal()
738 c.Check(api.Content[0]["container"].(arvadosclient.Dict)["log"], Equals, *cr.LogsPDH)
739 c.Check(api.Content[0]["container"].(arvadosclient.Dict)["exit_code"], Equals, *cr.ExitCode)
740 c.Check(api.Content[0]["container"].(arvadosclient.Dict)["state"], Equals, "Complete")
743 func (s *TestSuite) TestUpdateContainerCancelled(c *C) {
744 api := &ArvTestClient{}
745 kc := &KeepTestClient{}
747 cr, err := NewContainerRunner(s.client, api, kc, nil, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
750 cr.finalState = "Cancelled"
752 err = cr.UpdateContainerFinal()
755 c.Check(api.Content[0]["container"].(arvadosclient.Dict)["log"], IsNil)
756 c.Check(api.Content[0]["container"].(arvadosclient.Dict)["exit_code"], IsNil)
757 c.Check(api.Content[0]["container"].(arvadosclient.Dict)["state"], Equals, "Cancelled")
760 // Used by the TestFullRun*() test below to DRY up boilerplate setup to do full
761 // dress rehearsal of the Run() function, starting from a JSON container record.
762 func (s *TestSuite) fullRunHelper(c *C, record string, extraMounts []string, exitCode int, fn func(t *TestDockerClient)) (api *ArvTestClient, cr *ContainerRunner, realTemp string) {
763 rec := arvados.Container{}
764 err := json.Unmarshal([]byte(record), &rec)
768 SecretMounts map[string]arvados.Mount `json:"secret_mounts"`
770 err = json.Unmarshal([]byte(record), &sm)
772 secretMounts, err := json.Marshal(sm)
773 c.Logf("%s %q", sm, secretMounts)
776 s.docker.exitCode = exitCode
778 s.docker.ImageRemove(nil, hwImageId, dockertypes.ImageRemoveOptions{})
780 api = &ArvTestClient{Container: rec}
782 kc := &KeepTestClient{}
784 cr, err = NewContainerRunner(s.client, api, kc, s.docker, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
787 cr.statInterval = 100 * time.Millisecond
788 cr.containerWatchdogInterval = time.Second
789 am := &ArvMountCmdLine{}
790 cr.RunArvMount = am.ArvMountTest
792 realTemp, err = ioutil.TempDir("", "crunchrun_test1-")
794 defer os.RemoveAll(realTemp)
796 s.docker.realTemp = realTemp
799 cr.MkTempDir = func(_ string, prefix string) (string, error) {
801 d := fmt.Sprintf("%s/%s%d", realTemp, prefix, tempcount)
802 err := os.Mkdir(d, os.ModePerm)
803 if err != nil && strings.Contains(err.Error(), ": file exists") {
804 // Test case must have pre-populated the tempdir
809 cr.MkArvClient = func(token string) (IArvadosClient, IKeepClient, *arvados.Client, error) {
810 return &ArvTestClient{secretMounts: secretMounts}, &KeepTestClient{}, nil, nil
813 if extraMounts != nil && len(extraMounts) > 0 {
814 err := cr.SetupArvMountPoint("keep")
817 for _, m := range extraMounts {
818 os.MkdirAll(cr.ArvMountPoint+"/by_id/"+m, os.ModePerm)
823 if api.CalledWith("container.state", "Complete") != nil {
827 c.Check(api.WasSetRunning, Equals, true)
828 var lastupdate arvadosclient.Dict
829 for _, content := range api.Content {
830 if content["container"] != nil {
831 lastupdate = content["container"].(arvadosclient.Dict)
834 if lastupdate["log"] == nil {
835 c.Errorf("no container update with non-nil log -- updates were: %v", api.Content)
840 for k, v := range api.Logs {
849 func (s *TestSuite) TestFullRunHello(c *C) {
850 api, _, _ := s.fullRunHelper(c, `{
851 "command": ["echo", "hello world"],
852 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
855 "mounts": {"/tmp": {"kind": "tmp"} },
856 "output_path": "/tmp",
858 "runtime_constraints": {},
860 }`, nil, 0, func(t *TestDockerClient) {
861 t.logWriter.Write(dockerLog(1, "hello world\n"))
865 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
866 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
867 c.Check(strings.HasSuffix(api.Logs["stdout"].String(), "hello world\n"), Equals, true)
871 func (s *TestSuite) TestRunAlreadyRunning(c *C) {
873 api, _, _ := s.fullRunHelper(c, `{
874 "command": ["sleep", "3"],
875 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
878 "mounts": {"/tmp": {"kind": "tmp"} },
879 "output_path": "/tmp",
881 "runtime_constraints": {},
882 "scheduling_parameters":{"max_run_time": 1},
884 }`, nil, 2, func(t *TestDockerClient) {
888 c.Check(api.CalledWith("container.state", "Cancelled"), IsNil)
889 c.Check(api.CalledWith("container.state", "Complete"), IsNil)
890 c.Check(ran, Equals, false)
893 func (s *TestSuite) TestRunTimeExceeded(c *C) {
894 api, _, _ := s.fullRunHelper(c, `{
895 "command": ["sleep", "3"],
896 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
899 "mounts": {"/tmp": {"kind": "tmp"} },
900 "output_path": "/tmp",
902 "runtime_constraints": {},
903 "scheduling_parameters":{"max_run_time": 1},
905 }`, nil, 0, func(t *TestDockerClient) {
906 time.Sleep(3 * time.Second)
910 c.Check(api.CalledWith("container.state", "Cancelled"), NotNil)
911 c.Check(api.Logs["crunch-run"].String(), Matches, "(?ms).*maximum run time exceeded.*")
914 func (s *TestSuite) TestContainerWaitFails(c *C) {
915 api, _, _ := s.fullRunHelper(c, `{
916 "command": ["sleep", "3"],
917 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
919 "mounts": {"/tmp": {"kind": "tmp"} },
920 "output_path": "/tmp",
923 }`, nil, 0, func(t *TestDockerClient) {
925 time.Sleep(10 * time.Second)
929 c.Check(api.CalledWith("container.state", "Cancelled"), NotNil)
930 c.Check(api.Logs["crunch-run"].String(), Matches, "(?ms).*Container is not running.*")
933 func (s *TestSuite) TestCrunchstat(c *C) {
934 api, _, _ := s.fullRunHelper(c, `{
935 "command": ["sleep", "1"],
936 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
939 "mounts": {"/tmp": {"kind": "tmp"} },
940 "output_path": "/tmp",
942 "runtime_constraints": {},
944 }`, nil, 0, func(t *TestDockerClient) {
945 time.Sleep(time.Second)
949 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
950 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
952 // We didn't actually start a container, so crunchstat didn't
953 // find accounting files and therefore didn't log any stats.
954 // It should have logged a "can't find accounting files"
955 // message after one poll interval, though, so we can confirm
957 c.Assert(api.Logs["crunchstat"], NotNil)
958 c.Check(api.Logs["crunchstat"].String(), Matches, `(?ms).*cgroup stats files have not appeared after 100ms.*`)
960 // The "files never appeared" log assures us that we called
961 // (*crunchstat.Reporter)Stop(), and that we set it up with
962 // the correct container ID "abcde":
963 c.Check(api.Logs["crunchstat"].String(), Matches, `(?ms).*cgroup stats files never appeared for abcde\n`)
966 func (s *TestSuite) TestNodeInfoLog(c *C) {
967 os.Setenv("SLURMD_NODENAME", "compute2")
968 api, _, _ := s.fullRunHelper(c, `{
969 "command": ["sleep", "1"],
970 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
973 "mounts": {"/tmp": {"kind": "tmp"} },
974 "output_path": "/tmp",
976 "runtime_constraints": {},
979 func(t *TestDockerClient) {
980 time.Sleep(time.Second)
984 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
985 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
987 c.Assert(api.Logs["node"], NotNil)
988 json := api.Logs["node"].String()
989 c.Check(json, Matches, `(?ms).*"uuid": *"zzzzz-7ekkf-2z3mc76g2q73aio".*`)
990 c.Check(json, Matches, `(?ms).*"total_cpu_cores": *16.*`)
991 c.Check(json, Not(Matches), `(?ms).*"info":.*`)
993 c.Assert(api.Logs["node-info"], NotNil)
994 json = api.Logs["node-info"].String()
995 c.Check(json, Matches, `(?ms).*Host Information.*`)
996 c.Check(json, Matches, `(?ms).*CPU Information.*`)
997 c.Check(json, Matches, `(?ms).*Memory Information.*`)
998 c.Check(json, Matches, `(?ms).*Disk Space.*`)
999 c.Check(json, Matches, `(?ms).*Disk INodes.*`)
1002 func (s *TestSuite) TestContainerRecordLog(c *C) {
1003 api, _, _ := s.fullRunHelper(c, `{
1004 "command": ["sleep", "1"],
1005 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1008 "mounts": {"/tmp": {"kind": "tmp"} },
1009 "output_path": "/tmp",
1011 "runtime_constraints": {},
1014 func(t *TestDockerClient) {
1015 time.Sleep(time.Second)
1019 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
1020 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
1022 c.Assert(api.Logs["container"], NotNil)
1023 c.Check(api.Logs["container"].String(), Matches, `(?ms).*container_image.*`)
1026 func (s *TestSuite) TestFullRunStderr(c *C) {
1027 api, _, _ := s.fullRunHelper(c, `{
1028 "command": ["/bin/sh", "-c", "echo hello ; echo world 1>&2 ; exit 1"],
1029 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1032 "mounts": {"/tmp": {"kind": "tmp"} },
1033 "output_path": "/tmp",
1035 "runtime_constraints": {},
1037 }`, nil, 1, func(t *TestDockerClient) {
1038 t.logWriter.Write(dockerLog(1, "hello\n"))
1039 t.logWriter.Write(dockerLog(2, "world\n"))
1043 final := api.CalledWith("container.state", "Complete")
1044 c.Assert(final, NotNil)
1045 c.Check(final["container"].(arvadosclient.Dict)["exit_code"], Equals, 1)
1046 c.Check(final["container"].(arvadosclient.Dict)["log"], NotNil)
1048 c.Check(strings.HasSuffix(api.Logs["stdout"].String(), "hello\n"), Equals, true)
1049 c.Check(strings.HasSuffix(api.Logs["stderr"].String(), "world\n"), Equals, true)
1052 func (s *TestSuite) TestFullRunDefaultCwd(c *C) {
1053 api, _, _ := s.fullRunHelper(c, `{
1055 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1058 "mounts": {"/tmp": {"kind": "tmp"} },
1059 "output_path": "/tmp",
1061 "runtime_constraints": {},
1063 }`, nil, 0, func(t *TestDockerClient) {
1064 t.logWriter.Write(dockerLog(1, t.cwd+"\n"))
1068 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
1069 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
1070 c.Log(api.Logs["stdout"])
1071 c.Check(strings.HasSuffix(api.Logs["stdout"].String(), "/\n"), Equals, true)
1074 func (s *TestSuite) TestFullRunSetCwd(c *C) {
1075 api, _, _ := s.fullRunHelper(c, `{
1077 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1080 "mounts": {"/tmp": {"kind": "tmp"} },
1081 "output_path": "/tmp",
1083 "runtime_constraints": {},
1085 }`, nil, 0, func(t *TestDockerClient) {
1086 t.logWriter.Write(dockerLog(1, t.cwd+"\n"))
1090 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
1091 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
1092 c.Check(strings.HasSuffix(api.Logs["stdout"].String(), "/bin\n"), Equals, true)
1095 func (s *TestSuite) TestStopOnSignal(c *C) {
1096 s.testStopContainer(c, func(cr *ContainerRunner) {
1098 for !s.docker.calledWait {
1099 time.Sleep(time.Millisecond)
1101 cr.SigChan <- syscall.SIGINT
1106 func (s *TestSuite) TestStopOnArvMountDeath(c *C) {
1107 s.testStopContainer(c, func(cr *ContainerRunner) {
1108 cr.ArvMountExit = make(chan error)
1110 cr.ArvMountExit <- exec.Command("true").Run()
1111 close(cr.ArvMountExit)
1116 func (s *TestSuite) testStopContainer(c *C, setup func(cr *ContainerRunner)) {
1118 "command": ["/bin/sh", "-c", "echo foo && sleep 30 && echo bar"],
1119 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1122 "mounts": {"/tmp": {"kind": "tmp"} },
1123 "output_path": "/tmp",
1125 "runtime_constraints": {},
1129 rec := arvados.Container{}
1130 err := json.Unmarshal([]byte(record), &rec)
1133 s.docker.fn = func(t *TestDockerClient) {
1135 t.logWriter.Write(dockerLog(1, "foo\n"))
1138 s.docker.ImageRemove(nil, hwImageId, dockertypes.ImageRemoveOptions{})
1140 api := &ArvTestClient{Container: rec}
1141 kc := &KeepTestClient{}
1143 cr, err := NewContainerRunner(s.client, api, kc, s.docker, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
1144 c.Assert(err, IsNil)
1145 cr.RunArvMount = func([]string, string) (*exec.Cmd, error) { return nil, nil }
1146 cr.MkArvClient = func(token string) (IArvadosClient, IKeepClient, *arvados.Client, error) {
1147 return &ArvTestClient{}, &KeepTestClient{}, nil, nil
1151 done := make(chan error)
1156 case <-time.After(20 * time.Second):
1157 pprof.Lookup("goroutine").WriteTo(os.Stderr, 1)
1158 c.Fatal("timed out")
1162 for k, v := range api.Logs {
1167 c.Check(api.CalledWith("container.log", nil), NotNil)
1168 c.Check(api.CalledWith("container.state", "Cancelled"), NotNil)
1169 c.Check(api.Logs["stdout"].String(), Matches, "(?ms).*foo\n$")
1172 func (s *TestSuite) TestFullRunSetEnv(c *C) {
1173 api, _, _ := s.fullRunHelper(c, `{
1174 "command": ["/bin/sh", "-c", "echo $FROBIZ"],
1175 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1177 "environment": {"FROBIZ": "bilbo"},
1178 "mounts": {"/tmp": {"kind": "tmp"} },
1179 "output_path": "/tmp",
1181 "runtime_constraints": {},
1183 }`, nil, 0, func(t *TestDockerClient) {
1184 t.logWriter.Write(dockerLog(1, t.env[0][7:]+"\n"))
1188 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
1189 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
1190 c.Check(strings.HasSuffix(api.Logs["stdout"].String(), "bilbo\n"), Equals, true)
1193 type ArvMountCmdLine struct {
1198 func (am *ArvMountCmdLine) ArvMountTest(c []string, token string) (*exec.Cmd, error) {
1204 func stubCert(temp string) string {
1205 path := temp + "/ca-certificates.crt"
1206 crt, _ := os.Create(path)
1208 arvadosclient.CertFiles = []string{path}
1212 func (s *TestSuite) TestSetupMounts(c *C) {
1213 api := &ArvTestClient{}
1214 kc := &KeepTestClient{}
1216 cr, err := NewContainerRunner(s.client, api, kc, nil, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
1217 c.Assert(err, IsNil)
1218 am := &ArvMountCmdLine{}
1219 cr.RunArvMount = am.ArvMountTest
1220 cr.ContainerArvClient = &ArvTestClient{}
1221 cr.ContainerKeepClient = &KeepTestClient{}
1223 realTemp, err := ioutil.TempDir("", "crunchrun_test1-")
1224 c.Assert(err, IsNil)
1225 certTemp, err := ioutil.TempDir("", "crunchrun_test2-")
1226 c.Assert(err, IsNil)
1227 stubCertPath := stubCert(certTemp)
1229 cr.parentTemp = realTemp
1231 defer os.RemoveAll(realTemp)
1232 defer os.RemoveAll(certTemp)
1235 cr.MkTempDir = func(_ string, prefix string) (string, error) {
1237 d := fmt.Sprintf("%s/%s%d", realTemp, prefix, i)
1238 err := os.Mkdir(d, os.ModePerm)
1239 if err != nil && strings.Contains(err.Error(), ": file exists") {
1240 // Test case must have pre-populated the tempdir
1246 checkEmpty := func() {
1247 // Should be deleted.
1248 _, err := os.Stat(realTemp)
1249 c.Assert(os.IsNotExist(err), Equals, true)
1251 // Now recreate it for the next test.
1252 c.Assert(os.Mkdir(realTemp, 0777), IsNil)
1257 cr.ArvMountPoint = ""
1258 cr.Container.Mounts = make(map[string]arvados.Mount)
1259 cr.Container.Mounts["/tmp"] = arvados.Mount{Kind: "tmp"}
1260 cr.Container.OutputPath = "/tmp"
1261 cr.statInterval = 5 * time.Second
1262 err := cr.SetupMounts()
1264 c.Check(am.Cmd, DeepEquals, []string{"--foreground", "--allow-other",
1265 "--read-write", "--crunchstat-interval=5",
1266 "--mount-by-pdh", "by_id", realTemp + "/keep1"})
1267 c.Check(cr.Binds, DeepEquals, []string{realTemp + "/tmp2:/tmp"})
1268 os.RemoveAll(cr.ArvMountPoint)
1275 cr.ArvMountPoint = ""
1276 cr.Container.Mounts = make(map[string]arvados.Mount)
1277 cr.Container.Mounts["/out"] = arvados.Mount{Kind: "tmp"}
1278 cr.Container.Mounts["/tmp"] = arvados.Mount{Kind: "tmp"}
1279 cr.Container.OutputPath = "/out"
1281 err := cr.SetupMounts()
1283 c.Check(am.Cmd, DeepEquals, []string{"--foreground", "--allow-other",
1284 "--read-write", "--crunchstat-interval=5",
1285 "--mount-by-pdh", "by_id", realTemp + "/keep1"})
1286 c.Check(cr.Binds, DeepEquals, []string{realTemp + "/tmp2:/out", realTemp + "/tmp3:/tmp"})
1287 os.RemoveAll(cr.ArvMountPoint)
1294 cr.ArvMountPoint = ""
1295 cr.Container.Mounts = make(map[string]arvados.Mount)
1296 cr.Container.Mounts["/tmp"] = arvados.Mount{Kind: "tmp"}
1297 cr.Container.OutputPath = "/tmp"
1300 cr.Container.RuntimeConstraints.API = &apiflag
1302 err := cr.SetupMounts()
1304 c.Check(am.Cmd, DeepEquals, []string{"--foreground", "--allow-other",
1305 "--read-write", "--crunchstat-interval=5",
1306 "--mount-by-pdh", "by_id", realTemp + "/keep1"})
1307 c.Check(cr.Binds, DeepEquals, []string{realTemp + "/tmp2:/tmp", stubCertPath + ":/etc/arvados/ca-certificates.crt:ro"})
1308 os.RemoveAll(cr.ArvMountPoint)
1317 cr.ArvMountPoint = ""
1318 cr.Container.Mounts = map[string]arvados.Mount{
1319 "/keeptmp": {Kind: "collection", Writable: true},
1321 cr.Container.OutputPath = "/keeptmp"
1323 os.MkdirAll(realTemp+"/keep1/tmp0", os.ModePerm)
1325 err := cr.SetupMounts()
1327 c.Check(am.Cmd, DeepEquals, []string{"--foreground", "--allow-other",
1328 "--read-write", "--crunchstat-interval=5",
1329 "--mount-tmp", "tmp0", "--mount-by-pdh", "by_id", realTemp + "/keep1"})
1330 c.Check(cr.Binds, DeepEquals, []string{realTemp + "/keep1/tmp0:/keeptmp"})
1331 os.RemoveAll(cr.ArvMountPoint)
1338 cr.ArvMountPoint = ""
1339 cr.Container.Mounts = map[string]arvados.Mount{
1340 "/keepinp": {Kind: "collection", PortableDataHash: "59389a8f9ee9d399be35462a0f92541c+53"},
1341 "/keepout": {Kind: "collection", Writable: true},
1343 cr.Container.OutputPath = "/keepout"
1345 os.MkdirAll(realTemp+"/keep1/by_id/59389a8f9ee9d399be35462a0f92541c+53", os.ModePerm)
1346 os.MkdirAll(realTemp+"/keep1/tmp0", os.ModePerm)
1348 err := cr.SetupMounts()
1350 c.Check(am.Cmd, DeepEquals, []string{"--foreground", "--allow-other",
1351 "--read-write", "--crunchstat-interval=5",
1352 "--mount-tmp", "tmp0", "--mount-by-pdh", "by_id", realTemp + "/keep1"})
1353 sort.StringSlice(cr.Binds).Sort()
1354 c.Check(cr.Binds, DeepEquals, []string{realTemp + "/keep1/by_id/59389a8f9ee9d399be35462a0f92541c+53:/keepinp:ro",
1355 realTemp + "/keep1/tmp0:/keepout"})
1356 os.RemoveAll(cr.ArvMountPoint)
1363 cr.ArvMountPoint = ""
1364 cr.Container.RuntimeConstraints.KeepCacheRAM = 512
1365 cr.Container.Mounts = map[string]arvados.Mount{
1366 "/keepinp": {Kind: "collection", PortableDataHash: "59389a8f9ee9d399be35462a0f92541c+53"},
1367 "/keepout": {Kind: "collection", Writable: true},
1369 cr.Container.OutputPath = "/keepout"
1371 os.MkdirAll(realTemp+"/keep1/by_id/59389a8f9ee9d399be35462a0f92541c+53", os.ModePerm)
1372 os.MkdirAll(realTemp+"/keep1/tmp0", os.ModePerm)
1374 err := cr.SetupMounts()
1376 c.Check(am.Cmd, DeepEquals, []string{"--foreground", "--allow-other",
1377 "--read-write", "--crunchstat-interval=5",
1378 "--file-cache", "512", "--mount-tmp", "tmp0", "--mount-by-pdh", "by_id", realTemp + "/keep1"})
1379 sort.StringSlice(cr.Binds).Sort()
1380 c.Check(cr.Binds, DeepEquals, []string{realTemp + "/keep1/by_id/59389a8f9ee9d399be35462a0f92541c+53:/keepinp:ro",
1381 realTemp + "/keep1/tmp0:/keepout"})
1382 os.RemoveAll(cr.ArvMountPoint)
1387 for _, test := range []struct {
1391 {in: "foo", out: `"foo"`},
1392 {in: nil, out: `null`},
1393 {in: map[string]int64{"foo": 123456789123456789}, out: `{"foo":123456789123456789}`},
1396 cr.ArvMountPoint = ""
1397 cr.Container.Mounts = map[string]arvados.Mount{
1398 "/mnt/test.json": {Kind: "json", Content: test.in},
1400 err := cr.SetupMounts()
1402 sort.StringSlice(cr.Binds).Sort()
1403 c.Check(cr.Binds, DeepEquals, []string{realTemp + "/json2/mountdata.json:/mnt/test.json:ro"})
1404 content, err := ioutil.ReadFile(realTemp + "/json2/mountdata.json")
1406 c.Check(content, DeepEquals, []byte(test.out))
1407 os.RemoveAll(cr.ArvMountPoint)
1412 for _, test := range []struct {
1416 {in: "foo", out: `foo`},
1417 {in: nil, out: "error"},
1418 {in: map[string]int64{"foo": 123456789123456789}, out: "error"},
1421 cr.ArvMountPoint = ""
1422 cr.Container.Mounts = map[string]arvados.Mount{
1423 "/mnt/test.txt": {Kind: "text", Content: test.in},
1425 err := cr.SetupMounts()
1426 if test.out == "error" {
1427 c.Check(err.Error(), Equals, "content for mount \"/mnt/test.txt\" must be a string")
1430 sort.StringSlice(cr.Binds).Sort()
1431 c.Check(cr.Binds, DeepEquals, []string{realTemp + "/text2/mountdata.text:/mnt/test.txt:ro"})
1432 content, err := ioutil.ReadFile(realTemp + "/text2/mountdata.text")
1434 c.Check(content, DeepEquals, []byte(test.out))
1436 os.RemoveAll(cr.ArvMountPoint)
1441 // Read-only mount points are allowed underneath output_dir mount point
1444 cr.ArvMountPoint = ""
1445 cr.Container.Mounts = make(map[string]arvados.Mount)
1446 cr.Container.Mounts = map[string]arvados.Mount{
1447 "/tmp": {Kind: "tmp"},
1448 "/tmp/foo": {Kind: "collection"},
1450 cr.Container.OutputPath = "/tmp"
1452 os.MkdirAll(realTemp+"/keep1/tmp0", os.ModePerm)
1454 err := cr.SetupMounts()
1456 c.Check(am.Cmd, DeepEquals, []string{"--foreground", "--allow-other",
1457 "--read-write", "--crunchstat-interval=5",
1458 "--file-cache", "512", "--mount-tmp", "tmp0", "--mount-by-pdh", "by_id", realTemp + "/keep1"})
1459 c.Check(cr.Binds, DeepEquals, []string{realTemp + "/tmp2:/tmp", realTemp + "/keep1/tmp0:/tmp/foo:ro"})
1460 os.RemoveAll(cr.ArvMountPoint)
1465 // Writable mount points copied to output_dir mount point
1468 cr.ArvMountPoint = ""
1469 cr.Container.Mounts = make(map[string]arvados.Mount)
1470 cr.Container.Mounts = map[string]arvados.Mount{
1471 "/tmp": {Kind: "tmp"},
1472 "/tmp/foo": {Kind: "collection",
1473 PortableDataHash: "59389a8f9ee9d399be35462a0f92541c+53",
1475 "/tmp/bar": {Kind: "collection",
1476 PortableDataHash: "59389a8f9ee9d399be35462a0f92541d+53",
1480 cr.Container.OutputPath = "/tmp"
1482 os.MkdirAll(realTemp+"/keep1/by_id/59389a8f9ee9d399be35462a0f92541c+53", os.ModePerm)
1483 os.MkdirAll(realTemp+"/keep1/by_id/59389a8f9ee9d399be35462a0f92541d+53/baz", os.ModePerm)
1485 rf, _ := os.Create(realTemp + "/keep1/by_id/59389a8f9ee9d399be35462a0f92541d+53/baz/quux")
1486 rf.Write([]byte("bar"))
1489 err := cr.SetupMounts()
1491 _, err = os.Stat(cr.HostOutputDir + "/foo")
1493 _, err = os.Stat(cr.HostOutputDir + "/bar/quux")
1495 os.RemoveAll(cr.ArvMountPoint)
1500 // Only mount points of kind 'collection' are allowed underneath output_dir mount point
1503 cr.ArvMountPoint = ""
1504 cr.Container.Mounts = make(map[string]arvados.Mount)
1505 cr.Container.Mounts = map[string]arvados.Mount{
1506 "/tmp": {Kind: "tmp"},
1507 "/tmp/foo": {Kind: "tmp"},
1509 cr.Container.OutputPath = "/tmp"
1511 err := cr.SetupMounts()
1512 c.Check(err, NotNil)
1513 c.Check(err, ErrorMatches, `Only mount points of kind 'collection', 'text' or 'json' are supported underneath the output_path.*`)
1514 os.RemoveAll(cr.ArvMountPoint)
1519 // Only mount point of kind 'collection' is allowed for stdin
1522 cr.ArvMountPoint = ""
1523 cr.Container.Mounts = make(map[string]arvados.Mount)
1524 cr.Container.Mounts = map[string]arvados.Mount{
1525 "stdin": {Kind: "tmp"},
1528 err := cr.SetupMounts()
1529 c.Check(err, NotNil)
1530 c.Check(err, ErrorMatches, `Unsupported mount kind 'tmp' for stdin.*`)
1531 os.RemoveAll(cr.ArvMountPoint)
1539 cr.ArvMountPoint = ""
1540 (*GitMountSuite)(nil).useTestGitServer(c)
1541 cr.token = arvadostest.ActiveToken
1542 cr.Container.Mounts = make(map[string]arvados.Mount)
1543 cr.Container.Mounts = map[string]arvados.Mount{
1546 UUID: arvadostest.Repository2UUID,
1547 Commit: "fd3531f42995344f36c30b79f55f27b502f3d344",
1552 UUID: arvadostest.Repository2UUID,
1553 Commit: "5ebfab0522851df01fec11ec55a6d0f4877b542e",
1557 cr.Container.OutputPath = "/tmp"
1559 err := cr.SetupMounts()
1562 // dirMap[mountpoint] == tmpdir
1563 dirMap := make(map[string]string)
1564 for _, bind := range cr.Binds {
1565 tokens := strings.Split(bind, ":")
1566 dirMap[tokens[1]] = tokens[0]
1568 if cr.Container.Mounts[tokens[1]].Writable {
1569 c.Check(len(tokens), Equals, 2)
1571 c.Check(len(tokens), Equals, 3)
1572 c.Check(tokens[2], Equals, "ro")
1576 data, err := ioutil.ReadFile(dirMap["/tip"] + "/dir1/dir2/file with mode 0644")
1578 c.Check(string(data), Equals, "\000\001\002\003")
1579 _, err = ioutil.ReadFile(dirMap["/tip"] + "/file only on testbranch")
1580 c.Check(err, FitsTypeOf, &os.PathError{})
1581 c.Check(os.IsNotExist(err), Equals, true)
1583 data, err = ioutil.ReadFile(dirMap["/non-tip"] + "/dir1/dir2/file with mode 0644")
1585 c.Check(string(data), Equals, "\000\001\002\003")
1586 data, err = ioutil.ReadFile(dirMap["/non-tip"] + "/file only on testbranch")
1588 c.Check(string(data), Equals, "testfile\n")
1595 func (s *TestSuite) TestStdout(c *C) {
1597 "command": ["/bin/sh", "-c", "echo $FROBIZ"],
1598 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1600 "environment": {"FROBIZ": "bilbo"},
1601 "mounts": {"/tmp": {"kind": "tmp"}, "stdout": {"kind": "file", "path": "/tmp/a/b/c.out"} },
1602 "output_path": "/tmp",
1604 "runtime_constraints": {},
1608 api, cr, _ := s.fullRunHelper(c, helperRecord, nil, 0, func(t *TestDockerClient) {
1609 t.logWriter.Write(dockerLog(1, t.env[0][7:]+"\n"))
1613 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
1614 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
1615 c.Check(cr.ContainerArvClient.(*ArvTestClient).CalledWith("collection.manifest_text", "./a/b 307372fa8fd5c146b22ae7a45b49bc31+6 0:6:c.out\n"), NotNil)
1618 // Used by the TestStdoutWithWrongPath*()
1619 func (s *TestSuite) stdoutErrorRunHelper(c *C, record string, fn func(t *TestDockerClient)) (api *ArvTestClient, cr *ContainerRunner, err error) {
1620 rec := arvados.Container{}
1621 err = json.Unmarshal([]byte(record), &rec)
1625 s.docker.ImageRemove(nil, hwImageId, dockertypes.ImageRemoveOptions{})
1627 api = &ArvTestClient{Container: rec}
1628 kc := &KeepTestClient{}
1630 cr, err = NewContainerRunner(s.client, api, kc, s.docker, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
1631 c.Assert(err, IsNil)
1632 am := &ArvMountCmdLine{}
1633 cr.RunArvMount = am.ArvMountTest
1634 cr.MkArvClient = func(token string) (IArvadosClient, IKeepClient, *arvados.Client, error) {
1635 return &ArvTestClient{}, &KeepTestClient{}, nil, nil
1642 func (s *TestSuite) TestStdoutWithWrongPath(c *C) {
1643 _, _, err := s.stdoutErrorRunHelper(c, `{
1644 "mounts": {"/tmp": {"kind": "tmp"}, "stdout": {"kind": "file", "path":"/tmpa.out"} },
1645 "output_path": "/tmp",
1647 }`, func(t *TestDockerClient) {})
1649 c.Check(err, NotNil)
1650 c.Check(strings.Contains(err.Error(), "Stdout path does not start with OutputPath"), Equals, true)
1653 func (s *TestSuite) TestStdoutWithWrongKindTmp(c *C) {
1654 _, _, err := s.stdoutErrorRunHelper(c, `{
1655 "mounts": {"/tmp": {"kind": "tmp"}, "stdout": {"kind": "tmp", "path":"/tmp/a.out"} },
1656 "output_path": "/tmp",
1658 }`, func(t *TestDockerClient) {})
1660 c.Check(err, NotNil)
1661 c.Check(strings.Contains(err.Error(), "Unsupported mount kind 'tmp' for stdout"), Equals, true)
1664 func (s *TestSuite) TestStdoutWithWrongKindCollection(c *C) {
1665 _, _, err := s.stdoutErrorRunHelper(c, `{
1666 "mounts": {"/tmp": {"kind": "tmp"}, "stdout": {"kind": "collection", "path":"/tmp/a.out"} },
1667 "output_path": "/tmp",
1669 }`, func(t *TestDockerClient) {})
1671 c.Check(err, NotNil)
1672 c.Check(strings.Contains(err.Error(), "Unsupported mount kind 'collection' for stdout"), Equals, true)
1675 func (s *TestSuite) TestFullRunWithAPI(c *C) {
1676 defer os.Setenv("ARVADOS_API_HOST", os.Getenv("ARVADOS_API_HOST"))
1677 os.Setenv("ARVADOS_API_HOST", "test.arvados.org")
1678 api, _, _ := s.fullRunHelper(c, `{
1679 "command": ["/bin/sh", "-c", "echo $ARVADOS_API_HOST"],
1680 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1683 "mounts": {"/tmp": {"kind": "tmp"} },
1684 "output_path": "/tmp",
1686 "runtime_constraints": {"API": true},
1688 }`, nil, 0, func(t *TestDockerClient) {
1689 t.logWriter.Write(dockerLog(1, t.env[1][17:]+"\n"))
1693 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
1694 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
1695 c.Check(strings.HasSuffix(api.Logs["stdout"].String(), "test.arvados.org\n"), Equals, true)
1696 c.Check(api.CalledWith("container.output", "d41d8cd98f00b204e9800998ecf8427e+0"), NotNil)
1699 func (s *TestSuite) TestFullRunSetOutput(c *C) {
1700 defer os.Setenv("ARVADOS_API_HOST", os.Getenv("ARVADOS_API_HOST"))
1701 os.Setenv("ARVADOS_API_HOST", "test.arvados.org")
1702 api, _, _ := s.fullRunHelper(c, `{
1703 "command": ["/bin/sh", "-c", "echo $ARVADOS_API_HOST"],
1704 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1707 "mounts": {"/tmp": {"kind": "tmp"} },
1708 "output_path": "/tmp",
1710 "runtime_constraints": {"API": true},
1712 }`, nil, 0, func(t *TestDockerClient) {
1713 t.api.Container.Output = "d4ab34d3d4f8a72f5c4973051ae69fab+122"
1717 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
1718 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
1719 c.Check(api.CalledWith("container.output", "d4ab34d3d4f8a72f5c4973051ae69fab+122"), NotNil)
1722 func (s *TestSuite) TestStdoutWithExcludeFromOutputMountPointUnderOutputDir(c *C) {
1724 "command": ["/bin/sh", "-c", "echo $FROBIZ"],
1725 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1727 "environment": {"FROBIZ": "bilbo"},
1729 "/tmp": {"kind": "tmp"},
1730 "/tmp/foo": {"kind": "collection",
1731 "portable_data_hash": "a3e8f74c6f101eae01fa08bfb4e49b3a+54",
1732 "exclude_from_output": true
1734 "stdout": {"kind": "file", "path": "/tmp/a/b/c.out"}
1736 "output_path": "/tmp",
1738 "runtime_constraints": {},
1742 extraMounts := []string{"a3e8f74c6f101eae01fa08bfb4e49b3a+54"}
1744 api, cr, _ := s.fullRunHelper(c, helperRecord, extraMounts, 0, func(t *TestDockerClient) {
1745 t.logWriter.Write(dockerLog(1, t.env[0][7:]+"\n"))
1749 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
1750 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
1751 c.Check(cr.ContainerArvClient.(*ArvTestClient).CalledWith("collection.manifest_text", "./a/b 307372fa8fd5c146b22ae7a45b49bc31+6 0:6:c.out\n"), NotNil)
1754 func (s *TestSuite) TestStdoutWithMultipleMountPointsUnderOutputDir(c *C) {
1756 "command": ["/bin/sh", "-c", "echo $FROBIZ"],
1757 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1759 "environment": {"FROBIZ": "bilbo"},
1761 "/tmp": {"kind": "tmp"},
1762 "/tmp/foo/bar": {"kind": "collection", "portable_data_hash": "a0def87f80dd594d4675809e83bd4f15+367", "path":"/file2_in_main.txt"},
1763 "/tmp/foo/sub1": {"kind": "collection", "portable_data_hash": "a0def87f80dd594d4675809e83bd4f15+367", "path":"/subdir1"},
1764 "/tmp/foo/sub1file2": {"kind": "collection", "portable_data_hash": "a0def87f80dd594d4675809e83bd4f15+367", "path":"/subdir1/file2_in_subdir1.txt"},
1765 "/tmp/foo/baz/sub2file2": {"kind": "collection", "portable_data_hash": "a0def87f80dd594d4675809e83bd4f15+367", "path":"/subdir1/subdir2/file2_in_subdir2.txt"},
1766 "stdout": {"kind": "file", "path": "/tmp/a/b/c.out"}
1768 "output_path": "/tmp",
1770 "runtime_constraints": {},
1774 extraMounts := []string{
1775 "a0def87f80dd594d4675809e83bd4f15+367/file2_in_main.txt",
1776 "a0def87f80dd594d4675809e83bd4f15+367/subdir1/file2_in_subdir1.txt",
1777 "a0def87f80dd594d4675809e83bd4f15+367/subdir1/subdir2/file2_in_subdir2.txt",
1780 api, runner, realtemp := s.fullRunHelper(c, helperRecord, extraMounts, 0, func(t *TestDockerClient) {
1781 t.logWriter.Write(dockerLog(1, t.env[0][7:]+"\n"))
1785 c.Check(runner.Binds, DeepEquals, []string{realtemp + "/tmp2:/tmp",
1786 realtemp + "/keep1/by_id/a0def87f80dd594d4675809e83bd4f15+367/file2_in_main.txt:/tmp/foo/bar:ro",
1787 realtemp + "/keep1/by_id/a0def87f80dd594d4675809e83bd4f15+367/subdir1/subdir2/file2_in_subdir2.txt:/tmp/foo/baz/sub2file2:ro",
1788 realtemp + "/keep1/by_id/a0def87f80dd594d4675809e83bd4f15+367/subdir1:/tmp/foo/sub1:ro",
1789 realtemp + "/keep1/by_id/a0def87f80dd594d4675809e83bd4f15+367/subdir1/file2_in_subdir1.txt:/tmp/foo/sub1file2:ro",
1792 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
1793 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
1794 for _, v := range api.Content {
1795 if v["collection"] != nil {
1796 c.Check(v["ensure_unique_name"], Equals, true)
1797 collection := v["collection"].(arvadosclient.Dict)
1798 if strings.Index(collection["name"].(string), "output") == 0 {
1799 manifest := collection["manifest_text"].(string)
1801 c.Check(manifest, Equals, `./a/b 307372fa8fd5c146b22ae7a45b49bc31+6 0:6:c.out
1802 ./foo 3e426d509afffb85e06c4c96a7c15e91+27+Aa124ac75e5168396c73c0abcdefgh11234567890@569fa8c3 3e426d509afffb85e06c4c96a7c15e91+27+Aa124ac75e5168396cabcdefghij6419876543234@569fa8c4 9:18:bar 36:18:sub1file2
1803 ./foo/baz 3e426d509afffb85e06c4c96a7c15e91+27+Aa124ac75e5168396c73c0bcdefghijk544332211@569fa8c5 9:18:sub2file2
1804 ./foo/sub1 3e426d509afffb85e06c4c96a7c15e91+27+Aa124ac75e5168396cabcdefghij6419876543234@569fa8c4 0:9:file1_in_subdir1.txt 9:18:file2_in_subdir1.txt
1805 ./foo/sub1/subdir2 3e426d509afffb85e06c4c96a7c15e91+27+Aa124ac75e5168396c73c0bcdefghijk544332211@569fa8c5 0:9:file1_in_subdir2.txt 9:18:file2_in_subdir2.txt
1812 func (s *TestSuite) TestStdoutWithMountPointsUnderOutputDirDenormalizedManifest(c *C) {
1814 "command": ["/bin/sh", "-c", "echo $FROBIZ"],
1815 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1817 "environment": {"FROBIZ": "bilbo"},
1819 "/tmp": {"kind": "tmp"},
1820 "/tmp/foo/bar": {"kind": "collection", "portable_data_hash": "b0def87f80dd594d4675809e83bd4f15+367", "path": "/subdir1/file2_in_subdir1.txt"},
1821 "stdout": {"kind": "file", "path": "/tmp/a/b/c.out"}
1823 "output_path": "/tmp",
1825 "runtime_constraints": {},
1829 extraMounts := []string{
1830 "b0def87f80dd594d4675809e83bd4f15+367/subdir1/file2_in_subdir1.txt",
1833 api, _, _ := s.fullRunHelper(c, helperRecord, extraMounts, 0, func(t *TestDockerClient) {
1834 t.logWriter.Write(dockerLog(1, t.env[0][7:]+"\n"))
1838 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
1839 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
1840 for _, v := range api.Content {
1841 if v["collection"] != nil {
1842 collection := v["collection"].(arvadosclient.Dict)
1843 if strings.Index(collection["name"].(string), "output") == 0 {
1844 manifest := collection["manifest_text"].(string)
1846 c.Check(manifest, Equals, `./a/b 307372fa8fd5c146b22ae7a45b49bc31+6 0:6:c.out
1847 ./foo 3e426d509afffb85e06c4c96a7c15e91+27+Aa124ac75e5168396c73c0abcdefgh11234567890@569fa8c3 10:17:bar
1854 func (s *TestSuite) TestOutputError(c *C) {
1856 "command": ["/bin/sh", "-c", "echo $FROBIZ"],
1857 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1859 "environment": {"FROBIZ": "bilbo"},
1861 "/tmp": {"kind": "tmp"}
1863 "output_path": "/tmp",
1865 "runtime_constraints": {},
1869 extraMounts := []string{}
1871 api, _, _ := s.fullRunHelper(c, helperRecord, extraMounts, 0, func(t *TestDockerClient) {
1872 os.Symlink("/etc/hosts", t.realTemp+"/tmp2/baz")
1876 c.Check(api.CalledWith("container.state", "Cancelled"), NotNil)
1879 func (s *TestSuite) TestStdinCollectionMountPoint(c *C) {
1881 "command": ["/bin/sh", "-c", "echo $FROBIZ"],
1882 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1884 "environment": {"FROBIZ": "bilbo"},
1886 "/tmp": {"kind": "tmp"},
1887 "stdin": {"kind": "collection", "portable_data_hash": "b0def87f80dd594d4675809e83bd4f15+367", "path": "/file1_in_main.txt"},
1888 "stdout": {"kind": "file", "path": "/tmp/a/b/c.out"}
1890 "output_path": "/tmp",
1892 "runtime_constraints": {},
1896 extraMounts := []string{
1897 "b0def87f80dd594d4675809e83bd4f15+367/file1_in_main.txt",
1900 api, _, _ := s.fullRunHelper(c, helperRecord, extraMounts, 0, func(t *TestDockerClient) {
1901 t.logWriter.Write(dockerLog(1, t.env[0][7:]+"\n"))
1905 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
1906 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
1907 for _, v := range api.Content {
1908 if v["collection"] != nil {
1909 collection := v["collection"].(arvadosclient.Dict)
1910 if strings.Index(collection["name"].(string), "output") == 0 {
1911 manifest := collection["manifest_text"].(string)
1912 c.Check(manifest, Equals, `./a/b 307372fa8fd5c146b22ae7a45b49bc31+6 0:6:c.out
1919 func (s *TestSuite) TestStdinJsonMountPoint(c *C) {
1921 "command": ["/bin/sh", "-c", "echo $FROBIZ"],
1922 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1924 "environment": {"FROBIZ": "bilbo"},
1926 "/tmp": {"kind": "tmp"},
1927 "stdin": {"kind": "json", "content": "foo"},
1928 "stdout": {"kind": "file", "path": "/tmp/a/b/c.out"}
1930 "output_path": "/tmp",
1932 "runtime_constraints": {},
1936 api, _, _ := s.fullRunHelper(c, helperRecord, nil, 0, func(t *TestDockerClient) {
1937 t.logWriter.Write(dockerLog(1, t.env[0][7:]+"\n"))
1941 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
1942 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
1943 for _, v := range api.Content {
1944 if v["collection"] != nil {
1945 collection := v["collection"].(arvadosclient.Dict)
1946 if strings.Index(collection["name"].(string), "output") == 0 {
1947 manifest := collection["manifest_text"].(string)
1948 c.Check(manifest, Equals, `./a/b 307372fa8fd5c146b22ae7a45b49bc31+6 0:6:c.out
1955 func (s *TestSuite) TestStderrMount(c *C) {
1956 api, cr, _ := s.fullRunHelper(c, `{
1957 "command": ["/bin/sh", "-c", "echo hello;exit 1"],
1958 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
1961 "mounts": {"/tmp": {"kind": "tmp"},
1962 "stdout": {"kind": "file", "path": "/tmp/a/out.txt"},
1963 "stderr": {"kind": "file", "path": "/tmp/b/err.txt"}},
1964 "output_path": "/tmp",
1966 "runtime_constraints": {},
1968 }`, nil, 1, func(t *TestDockerClient) {
1969 t.logWriter.Write(dockerLog(1, "hello\n"))
1970 t.logWriter.Write(dockerLog(2, "oops\n"))
1974 final := api.CalledWith("container.state", "Complete")
1975 c.Assert(final, NotNil)
1976 c.Check(final["container"].(arvadosclient.Dict)["exit_code"], Equals, 1)
1977 c.Check(final["container"].(arvadosclient.Dict)["log"], NotNil)
1979 c.Check(cr.ContainerArvClient.(*ArvTestClient).CalledWith("collection.manifest_text", "./a b1946ac92492d2347c6235b4d2611184+6 0:6:out.txt\n./b 38af5c54926b620264ab1501150cf189+5 0:5:err.txt\n"), NotNil)
1982 func (s *TestSuite) TestNumberRoundTrip(c *C) {
1983 kc := &KeepTestClient{}
1985 cr, err := NewContainerRunner(s.client, &ArvTestClient{callraw: true}, kc, nil, "zzzzz-zzzzz-zzzzzzzzzzzzzzz")
1986 c.Assert(err, IsNil)
1987 cr.fetchContainerRecord()
1989 jsondata, err := json.Marshal(cr.Container.Mounts["/json"].Content)
1992 c.Check(string(jsondata), Equals, `{"number":123456789123456789}`)
1995 func (s *TestSuite) TestFullBrokenDocker1(c *C) {
1996 tf, err := ioutil.TempFile("", "brokenNodeHook-")
1997 c.Assert(err, IsNil)
1998 defer os.Remove(tf.Name())
2000 tf.Write([]byte(`#!/bin/sh
2004 os.Chmod(tf.Name(), 0700)
2007 brokenNodeHook = &ech
2009 api, _, _ := s.fullRunHelper(c, `{
2010 "command": ["echo", "hello world"],
2011 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
2014 "mounts": {"/tmp": {"kind": "tmp"} },
2015 "output_path": "/tmp",
2017 "runtime_constraints": {},
2019 }`, nil, 2, func(t *TestDockerClient) {
2020 t.logWriter.Write(dockerLog(1, "hello world\n"))
2024 c.Check(api.CalledWith("container.state", "Queued"), NotNil)
2025 c.Check(api.Logs["crunch-run"].String(), Matches, "(?ms).*unable to run containers.*")
2026 c.Check(api.Logs["crunch-run"].String(), Matches, "(?ms).*Running broken node hook.*")
2027 c.Check(api.Logs["crunch-run"].String(), Matches, "(?ms).*killme.*")
2031 func (s *TestSuite) TestFullBrokenDocker2(c *C) {
2033 brokenNodeHook = &ech
2035 api, _, _ := s.fullRunHelper(c, `{
2036 "command": ["echo", "hello world"],
2037 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
2040 "mounts": {"/tmp": {"kind": "tmp"} },
2041 "output_path": "/tmp",
2043 "runtime_constraints": {},
2045 }`, nil, 2, func(t *TestDockerClient) {
2046 t.logWriter.Write(dockerLog(1, "hello world\n"))
2050 c.Check(api.CalledWith("container.state", "Queued"), NotNil)
2051 c.Check(api.Logs["crunch-run"].String(), Matches, "(?ms).*unable to run containers.*")
2052 c.Check(api.Logs["crunch-run"].String(), Matches, "(?ms).*Writing /var/lock/crunch-run-broken to mark node as broken.*")
2055 func (s *TestSuite) TestFullBrokenDocker3(c *C) {
2057 brokenNodeHook = &ech
2059 api, _, _ := s.fullRunHelper(c, `{
2060 "command": ["echo", "hello world"],
2061 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
2064 "mounts": {"/tmp": {"kind": "tmp"} },
2065 "output_path": "/tmp",
2067 "runtime_constraints": {},
2069 }`, nil, 3, func(t *TestDockerClient) {
2070 t.logWriter.Write(dockerLog(1, "hello world\n"))
2074 c.Check(api.CalledWith("container.state", "Cancelled"), NotNil)
2075 c.Check(api.Logs["crunch-run"].String(), Matches, "(?ms).*unable to run containers.*")
2078 func (s *TestSuite) TestBadCommand1(c *C) {
2080 brokenNodeHook = &ech
2082 api, _, _ := s.fullRunHelper(c, `{
2083 "command": ["echo", "hello world"],
2084 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
2087 "mounts": {"/tmp": {"kind": "tmp"} },
2088 "output_path": "/tmp",
2090 "runtime_constraints": {},
2092 }`, nil, 4, func(t *TestDockerClient) {
2093 t.logWriter.Write(dockerLog(1, "hello world\n"))
2097 c.Check(api.CalledWith("container.state", "Cancelled"), NotNil)
2098 c.Check(api.Logs["crunch-run"].String(), Matches, "(?ms).*Possible causes:.*is missing.*")
2101 func (s *TestSuite) TestBadCommand2(c *C) {
2103 brokenNodeHook = &ech
2105 api, _, _ := s.fullRunHelper(c, `{
2106 "command": ["echo", "hello world"],
2107 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
2110 "mounts": {"/tmp": {"kind": "tmp"} },
2111 "output_path": "/tmp",
2113 "runtime_constraints": {},
2115 }`, nil, 5, func(t *TestDockerClient) {
2116 t.logWriter.Write(dockerLog(1, "hello world\n"))
2120 c.Check(api.CalledWith("container.state", "Cancelled"), NotNil)
2121 c.Check(api.Logs["crunch-run"].String(), Matches, "(?ms).*Possible causes:.*is missing.*")
2124 func (s *TestSuite) TestBadCommand3(c *C) {
2126 brokenNodeHook = &ech
2128 api, _, _ := s.fullRunHelper(c, `{
2129 "command": ["echo", "hello world"],
2130 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
2133 "mounts": {"/tmp": {"kind": "tmp"} },
2134 "output_path": "/tmp",
2136 "runtime_constraints": {},
2138 }`, nil, 6, func(t *TestDockerClient) {
2139 t.logWriter.Write(dockerLog(1, "hello world\n"))
2143 c.Check(api.CalledWith("container.state", "Cancelled"), NotNil)
2144 c.Check(api.Logs["crunch-run"].String(), Matches, "(?ms).*Possible causes:.*is missing.*")
2147 func (s *TestSuite) TestSecretTextMountPoint(c *C) {
2148 // under normal mounts, gets captured in output, oops
2150 "command": ["true"],
2151 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
2154 "/tmp": {"kind": "tmp"},
2155 "/tmp/secret.conf": {"kind": "text", "content": "mypassword"}
2159 "output_path": "/tmp",
2161 "runtime_constraints": {},
2165 api, cr, _ := s.fullRunHelper(c, helperRecord, nil, 0, func(t *TestDockerClient) {
2166 content, err := ioutil.ReadFile(t.realTemp + "/tmp2/secret.conf")
2168 c.Check(content, DeepEquals, []byte("mypassword"))
2172 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
2173 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
2174 c.Check(cr.ContainerArvClient.(*ArvTestClient).CalledWith("collection.manifest_text", ". 34819d7beeabb9260a5c854bc85b3e44+10 0:10:secret.conf\n"), NotNil)
2175 c.Check(cr.ContainerArvClient.(*ArvTestClient).CalledWith("collection.manifest_text", ""), IsNil)
2177 // under secret mounts, not captured in output
2179 "command": ["true"],
2180 "container_image": "d4ab34d3d4f8a72f5c4973051ae69fab+122",
2183 "/tmp": {"kind": "tmp"}
2186 "/tmp/secret.conf": {"kind": "text", "content": "mypassword"}
2188 "output_path": "/tmp",
2190 "runtime_constraints": {},
2194 api, cr, _ = s.fullRunHelper(c, helperRecord, nil, 0, func(t *TestDockerClient) {
2195 content, err := ioutil.ReadFile(t.realTemp + "/tmp2/secret.conf")
2197 c.Check(content, DeepEquals, []byte("mypassword"))
2201 c.Check(api.CalledWith("container.exit_code", 0), NotNil)
2202 c.Check(api.CalledWith("container.state", "Complete"), NotNil)
2203 c.Check(cr.ContainerArvClient.(*ArvTestClient).CalledWith("collection.manifest_text", ". 34819d7beeabb9260a5c854bc85b3e44+10 0:10:secret.conf\n"), IsNil)
2204 c.Check(cr.ContainerArvClient.(*ArvTestClient).CalledWith("collection.manifest_text", ""), NotNil)
2207 type FakeProcess struct {
2211 func (fp FakeProcess) CmdlineSlice() ([]string, error) {
2212 return fp.cmdLine, nil