Skip to content

Instantly share code, notes, and snippets.

@disassembler
Created February 15, 2019 04:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save disassembler/dddaad0287b3a94f38f8ea543992928e to your computer and use it in GitHub Desktop.
Save disassembler/dddaad0287b3a94f38f8ea543992928e to your computer and use it in GitHub Desktop.
Compiling network-core v0.1.0-dev (/home/sam/work/iohk/summit-AdaPay/js-cardano-wasm/rust/network-core)
Compiling network-grpc v0.1.0-dev (/home/sam/work/iohk/summit-AdaPay/js-cardano-wasm/rust/network-grpc)
error: failed to run custom build command for `network-grpc v0.1.0-dev (/home/sam/work/iohk/summit-AdaPay/js-cardano-wasm/rust/network-grpc)`
process didn't exit successfully: `/home/sam/work/iohk/summit-AdaPay/js-cardano-wasm/rust/target/debug/build/network-grpc-1fbbb728924cc06c/build-script-build` (exit code: 1)
--- stderr
No such file or directory (os error 2)
warning: build failed, waiting for other jobs to finish...
error: failed to run custom build command for `network-core v0.1.0-dev (/home/sam/work/iohk/summit-AdaPay/js-cardano-wasm/rust/network-core)`
process didn't exit successfully: `/home/sam/work/iohk/summit-AdaPay/js-cardano-wasm/rust/target/debug/build/network-core-00354e6b2719a085/build-script-build` (exit code: 101)
--- stderr
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', libcore/result.rs:1009:5
stack backtrace:
0: std::sys::unix::backtrace::tracing::imp::unwind_backtrace
1: std::sys_common::backtrace::print
2: std::panicking::default_hook::{{closure}}
3: std::panicking::default_hook
4: std::panicking::rust_panic_with_hook
5: std::panicking::continue_panic_fmt
6: rust_begin_unwind
7: core::panicking::panic_fmt
8: core::result::unwrap_failed
at /build/rustc-1.31.0-src/src/libcore/macros.rs:26
9: <core::result::Result<T, E>>::unwrap
at /build/rustc-1.31.0-src/src/libcore/result.rs:808
10: build_script_build::main
at network-core/build.rs:2
11: std::rt::lang_start::{{closure}}
at /build/rustc-1.31.0-src/src/libstd/rt.rs:74
12: std::panicking::try::do_call
13: __rust_maybe_catch_panic
14: std::rt::lang_start_internal
15: std::rt::lang_start
at /build/rustc-1.31.0-src/src/libstd/rt.rs:74
16: main
17: __libc_start_main
18: _start
at ../sysdeps/x86_64/start.S:120
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment