Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xenon-s3 build failing #34

Open
sverhoeven opened this issue Nov 7, 2017 · 1 comment
Open

xenon-s3 build failing #34

sverhoeven opened this issue Nov 7, 2017 · 1 comment

Comments

@sverhoeven
Copy link
Member

The automated build on Docker hub failed with

Step 9/12 : RUN minio server /var/s3 &     sleep 1s &&     mc config host add hier "http://localhost:9000" xenon javagat01 &&     mc mb hier/filesystem-test-fixture &&     echo "Hello World" | mc pipe hier/filesystem-test-fixture/links/file0 &&     echo "" | mc pipe hier/filesystem-test-fixture/links/file1 && 		sleep 1s && 		killall minio

 ---> Running in e8ba6ed4ebe8
�[91mminio: <ERROR> Go runtime version check failed. Minio is not compiled by Go >= 1.9.1.  Please recompile accordingly
�[0m
�[91mmc: <ERROR> Unable to initialize new config from the provided credentials Get http://localhost:9000/probe-bucket-sign/?location=: dial tcp 127.0.0.1:9000: getsockopt: connection refused
�[0m
Removing intermediate container

The Dockerfile is from go 1.8 while the master branch of minio/mc requires 1.9.1 now.

Please use older mc version or upgrade go version.

@sverhoeven
Copy link
Member Author

It failed to build with forced build with boatswain

An error occurred during build: The command '/bin/sh -c mkdir /var/s3 &&     chmod a+rx /var/s3 &&     minio server /var/s3 &     sleep 1s &&     mc config host add hier http://localhost:9000 xenon javagat01 &&     mc mb hier/filesystem-test-fixture &&     echo "Hello World" | mc pipe hier/filesystem-test-fixture/links/file0 &&     echo "" | mc pipe hier/filesystem-test-fixture/links/file1 &&     mc mb hier/filesystem-test-fixture2 &&     echo "Hello World" | mc pipe hier/filesystem-test-fixture2/links/file0 &&     echo "" | mc pipe hier/filesystem-test-fixture2/links/file1 &&     mc policy public hier/filesystem-test-fixture2 && 		sleep 1s && 		killall minio' returned a non-zero code: 1

@sverhoeven sverhoeven reopened this Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants