-
Notifications
You must be signed in to change notification settings - Fork 3
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
error in building reasoner when running docker compose for the first time #10
Comments
I updated the |
Sure, I removed the local folder and cloned the latest version. docker-compose up Compiling fallible-iterator v0.2.0 For more information about this error, try To learn more, run the command again with --verbose. |
Nevermind -- just reproduced the error! I'll see how I can mitigate |
@jli113 can you pull and retry? Bumping the version of rust needed to build the reasoner seems to fix the issue for me |
docker-compose succeeded, but it's having another error: WARNING: Image for service jupyter-notebook was built because it did not already exist. To rebuild this image you must use |
This looks to be a dependency issue; I've pushed some changes and it looks like this has gone away. Can you pull and rebuild? |
Somehow, it's still not working.
After setting the numpy version "numpy<1.22,>=1.18", still got the error: ERROR: for mortar_jupyter-notebook_1 Cannot start service jupyter-notebook: driCreating mortar_mortar-server_1 ... done ERROR: for jupyter-notebook Cannot start service jupyter-notebook: driver failed programming external connectivity on endpoint mortar_jupyter-notebook_1 (c20b28913cfc62eaf97801b2e4199634f30e7d6f37bf800baf71346015edbf13): Error starting userland proxy: listen tcp4 127.0.0.1:8888: bind: address already in use |
os: ubuntu 20.04 64
docker version: 20.10.13
docker compose version: 1.29.2
What I did was, clone--change username and passwd--docker-compose
error[E0658]: arbitrary expressions in key-value attributes are unstable
--> /usr/local/cargo/registry/src/github.com-1ecc6299db9ec823/oxilangtag-0.1.3/src/lib.rs:1:10
|
1 | #![doc = include_str!("../README.md")]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: see issue #78835 rust-lang/rust#78835 for more information
Compiling wyz v0.2.0
error: aborting due to previous error
For more information about this error, try
rustc --explain E0658
.Compiling regex-syntax v0.6.25
error: could not compile
oxilangtag
To learn more, run the command again with --verbose.
warning: build failed, waiting for other jobs to finish...
error: build failed
The command '/bin/sh -c cargo build --release' returned a non-zero code: 101
ERROR: Service 'reasoner' failed to build : Build failed
The text was updated successfully, but these errors were encountered: