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

Fix Iroha 2 CI #188

Open
2 tasks
nxsaken opened this issue Apr 23, 2024 · 0 comments
Open
2 tasks

Fix Iroha 2 CI #188

nxsaken opened this issue Apr 23, 2024 · 0 comments
Labels
infrastructure CI/CD, Pipeline iroha2 Pull requests and issues associated with iroha 2

Comments

@nxsaken
Copy link
Contributor

nxsaken commented Apr 23, 2024

Currently, the I2 PR workflow fails for all jobs. At first glance:

  • rust toolchain needs to be updated (to what? should it be synced with iroha?)
  • relevant Dockerfile for Python integration tests needs to be located

check

error: failed to compile `cargo-lints v0.1.0`, intermediate artifacts can be found at `/tmp/cargo-install0cVFYh`

Caused by:
  package `eyre v0.6.12` cannot be built because it requires rustc 1.65.0 or newer, while the currently active rustc version is 1.64.0

pytest

error: package `gix-ref v0.38.0` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is 1.64.0
💥 maturin failed
  Caused by: Failed to build a native library through cargo
  Caused by: Cargo build finished with "exit status: 101": `env -u CARGO PYO3_ENVIRONMENT_SIGNATURE="cpython-3.7-64bit" PYO3_PYTHON="/usr/bin/python3" PYTHON_SYS_EXECUTABLE="/usr/bin/python3" "cargo" "rustc" "--features" "pyo3/extension-module" "--message-format" "json-render-diagnostics" "--manifest-path" "/__w/iroha-python/iroha-python/Cargo.toml" "--lib"`

integration-test

ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount2907897615/Dockerfile: no such file or directory
Error: buildx failed with: ERROR: failed to solve: failed to read dockerfile: open /var/lib/docker/tmp/buildkit-mount2907897615/Dockerfile: no such file or directory
@nxsaken nxsaken added infrastructure CI/CD, Pipeline iroha2 Pull requests and issues associated with iroha 2 labels Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure CI/CD, Pipeline iroha2 Pull requests and issues associated with iroha 2
Projects
None yet
Development

No branches or pull requests

1 participant