Skip to content

Can't install on os X #7

@driesdesmet

Description

@driesdesmet

go version go1.22.2 darwin/amd6
OS X version: 14.2.1

When running make install this is the output I'm getting:

➜  Supermake git:(main) make
go test -v ./...



?   	github.com/KillianMeersman/Supermake	[no test files]
?   	github.com/KillianMeersman/Supermake/cmd	[no test files]
?   	github.com/KillianMeersman/Supermake/pkg/supermake/datastructures	[no test files]
?   	github.com/KillianMeersman/Supermake/pkg/supermake/docker	[no test files]
?   	github.com/KillianMeersman/Supermake/pkg/supermake/log	[no test files]
?   	github.com/KillianMeersman/Supermake/pkg/supermake/shell	[no test files]
?   	github.com/KillianMeersman/Supermake/pkg/supermake/util	[no test files]
=== RUN   TestContainerLogs
INFO  root                 @local | pulling image [image=docker.io/library/alpine:3]
INFO  root                 @local | pulled image [image=docker.io/library/alpine:3]
INFO  test::error::0       @docker.io/library/alpine:3 | Test error start
INFO  test::error::0       @docker.io/library/alpine:3 | Test error stop
panic: http: read on closed response body

goroutine 34 [running]:
github.com/KillianMeersman/Supermake/pkg/supermake/log.StreamReaderNewLines(0xc0003883e0, {0x51ef8e0?, 0xc0003a61c0?})
	/Users/dries/src/Supermake/pkg/supermake/log/util.go:17 +0x10a
created by github.com/KillianMeersman/Supermake/pkg/supermake.(*DockerEnvironment).Execute in goroutine 24
	/Users/dries/src/Supermake/pkg/supermake/executor_docker.go:91 +0x1125
FAIL	github.com/KillianMeersman/Supermake/pkg/supermake	4.692s
=== RUN   TestParsing
--- PASS: TestParsing (0.00s)
=== RUN   TestVariableSubstitution
--- PASS: TestVariableSubstitution (0.00s)
PASS
ok  	github.com/KillianMeersman/Supermake/pkg/supermake/parse	0.235s
FAIL
make: *** [Makefile:10: test] Error 1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions