Replies: 1 comment 1 reply
-
Ahh. The failure is from here: Lines 161 to 173 in e6c7b80 It fails because the source bundle from github doesn't include the As a workaround, try |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I downloaded the archived package of
moonfire-nvr-0.7.16
and ran tests inside /server, they failed with the following error message:`Compiling libsystemd v0.7.0
Compiling mp4 v0.9.2 (https://github.com/scottlamb/mp4-rust?branch=moonfire#388fb476)
Compiling reffers v0.7.0
Compiling sync_wrapper v0.1.2
error: failed to run custom build command for moonfire-nvr v0.0.0 (/root/rust/moonfire-nvr-0.7.16/server)
Caused by:
process didn't exit successfully:
/root/rust/moonfire-nvr-0.7.16/server/target/debug/build/moonfire-nvr-f9a5569a9564ce58/build-script-build
(exit status: 101)--- stdout
cargo:rerun-if-changed=build.rs
cargo:rerun-if-env-changed=VERSION
--- stderr
thread 'main' panicked at build.rs:173:38:
called
Option::unwrap()
on aNone
valuenote: run with
RUST_BACKTRACE=1
environment variable to display a backtracewarning: build failed, waiting for other jobs to finish...`
Could the reason just be, that there was an older version of moonfire on the system before?
Addition:
Tests do not fail with the master branch code.
Only the archived version has the tests fail.
Beta Was this translation helpful? Give feedback.
All reactions