Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Compiling wgpu v0.15.1
- The following warnings were emitted during compilation:
- warning: cpp/alvr_server/Controller.cpp: In member function ‘virtual vr::EVRInitError Controller::Activate(vr::TrackedDeviceIndex_t)’:
- warning: cpp/alvr_server/Controller.cpp:44:16: warning: unused variable ‘isViveTracker’ [-Wunused-variable]
- warning: const bool isViveTracker =
- warning: ^~~~~~~~~~~~~
- warning: cpp/alvr_server/Controller.cpp: In member function ‘void Controller::SetButton(uint64_t, FfiButtonValue)’:
- warning: cpp/alvr_server/Controller.cpp:397:67: warning: ‘flag’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- warning: m_buttons = value.binary ? m_buttons | flag : m_buttons & ~flag;
- warning: ^~~~~
- warning: In file included from cpp/platform/linux/EncodePipelineSW.cpp:1:
- warning: cpp/platform/linux/EncodePipelineSW.h:5:10: fatal error: x264.h: Not found
- warning: #include <x264.h>
- warning: ^~~~~~~~
- warning: compilation terminated.
- error: failed to run custom build command for `alvr_server v20.0.0-dev11 (/opt/ALVR/alvr/server)`
- Caused by:
- process didn't exit successfully: `/opt/ALVR/target/release/build/alvr_server-e2b36012e15f21da/build-script-build` (exit status: 1)
- --- stdout
- TARGET = Some("x86_64-unknown-linux-gnu")
- OPT_LEVEL = Some("3")
- HOST = Some("x86_64-unknown-linux-gnu")
- cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
- CXX_x86_64-unknown-linux-gnu = None
- cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
- CXX_x86_64_unknown_linux_gnu = None
- cargo:rerun-if-env-changed=HOST_CXX
- HOST_CXX = None
- cargo:rerun-if-env-changed=CXX
- CXX = None
- cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
- CXXFLAGS_x86_64-unknown-linux-gnu = None
- cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
- CXXFLAGS_x86_64_unknown_linux_gnu = None
- cargo:rerun-if-env-changed=HOST_CXXFLAGS
- HOST_CXXFLAGS = None
- cargo:rerun-if-env-changed=CXXFLAGS
- CXXFLAGS = None
- cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
- CRATE_CC_NO_DEFAULTS = None
- DEBUG = Some("false")
- CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
- cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
- CXX_x86_64-unknown-linux-gnu = None
- cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
- CXX_x86_64_unknown_linux_gnu = None
- cargo:rerun-if-env-changed=HOST_CXX
- HOST_CXX = None
- cargo:rerun-if-env-changed=CXX
- CXX = None
- cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
- CXXFLAGS_x86_64-unknown-linux-gnu = None
- cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
- CXXFLAGS_x86_64_unknown_linux_gnu = None
- cargo:rerun-if-env-changed=HOST_CXXFLAGS
- HOST_CXXFLAGS = None
- cargo:rerun-if-env-changed=CXXFLAGS
- CXXFLAGS = None
- cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
- CRATE_CC_NO_DEFAULTS = None
- CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
- cargo:rerun-if-env-changed=CXX_x86_64-unknown-linux-gnu
- CXX_x86_64-unknown-linux-gnu = None
- cargo:rerun-if-env-changed=CXX_x86_64_unknown_linux_gnu
- CXX_x86_64_unknown_linux_gnu = None
- cargo:rerun-if-env-changed=HOST_CXX
- HOST_CXX = None
- cargo:rerun-if-env-changed=CXX
- CXX = None
- cargo:rerun-if-env-changed=CXXFLAGS_x86_64-unknown-linux-gnu
- CXXFLAGS_x86_64-unknown-linux-gnu = None
- cargo:rerun-if-env-changed=CXXFLAGS_x86_64_unknown_linux_gnu
- CXXFLAGS_x86_64_unknown_linux_gnu = None
- cargo:rerun-if-env-changed=HOST_CXXFLAGS
- HOST_CXXFLAGS = None
- cargo:rerun-if-env-changed=CXXFLAGS
- CXXFLAGS = None
- cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
- CRATE_CC_NO_DEFAULTS = None
- CARGO_CFG_TARGET_FEATURE = Some("fxsr,sse,sse2")
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/shared/threadtools.o" "-c" "cpp/shared/threadtools.cpp"
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/Paths.o" "-c" "cpp/alvr_server/Paths.cpp"
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/Logger.o" "-c" "cpp/alvr_server/Logger.cpp"
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/ChaperoneUpdater.o" "-c" "cpp/alvr_server/ChaperoneUpdater.cpp"
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/driverlog.o" "-c" "cpp/alvr_server/driverlog.cpp"
- exit status: 0
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/NalParsing.o" "-c" "cpp/alvr_server/NalParsing.cpp"
- exit status: 0
- exit status: 0
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/PoseHistory.o" "-c" "cpp/alvr_server/PoseHistory.cpp"
- exit status: 0
- exit status: 0
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/ViveTrackerProxy.o" "-c" "cpp/alvr_server/ViveTrackerProxy.cpp"
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/Controller.o" "-c" "cpp/alvr_server/Controller.cpp"
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/HMD.o" "-c" "cpp/alvr_server/HMD.cpp"
- exit status: 0
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/IDRScheduler.o" "-c" "cpp/alvr_server/IDRScheduler.cpp"
- exit status: 0
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/Settings.o" "-c" "cpp/alvr_server/Settings.cpp"
- exit status: 0
- cargo:warning=cpp/alvr_server/Controller.cpp: In member function ‘virtual vr::EVRInitError Controller::Activate(vr::TrackedDeviceIndex_t)’:
- cargo:warning=cpp/alvr_server/Controller.cpp:44:16: warning: unused variable ‘isViveTracker’ [-Wunused-variable]
- cargo:warning= const bool isViveTracker =
- cargo:warning= ^~~~~~~~~~~~~
- exit status: 0
- cargo:warning=cpp/alvr_server/Controller.cpp: In member function ‘void Controller::SetButton(uint64_t, FfiButtonValue)’:
- cargo:warning=cpp/alvr_server/Controller.cpp:397:67: warning: ‘flag’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- cargo:warning= m_buttons = value.binary ? m_buttons | flag : m_buttons & ~flag;
- cargo:warning= ^~~~~
- exit status: 0
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/TrackedDevice.o" "-c" "cpp/alvr_server/TrackedDevice.cpp"
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/alvr_server/alvr_server.o" "-c" "cpp/alvr_server/alvr_server.cpp"
- exit status: 0
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/ALVR-common/exception.o" "-c" "cpp/ALVR-common/exception.cpp"
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/ALVR-common/common-utils.o" "-c" "cpp/ALVR-common/common-utils.cpp"
- exit status: 0
- exit status: 0
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/platform/linux/EncodePipelineSW.o" "-c" "cpp/platform/linux/EncodePipelineSW.cpp"
- cargo:warning=In file included from cpp/platform/linux/EncodePipelineSW.cpp:1:
- cargo:warning=cpp/platform/linux/EncodePipelineSW.h:5:10: fatal error: x264.h: Not found
- cargo:warning= #include <x264.h>
- cargo:warning= ^~~~~~~~
- cargo:warning=compilation terminated.
- exit status: 1
- running: "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/platform/linux/EncodePipelineVAAPI.o" "-c" "cpp/platform/linux/EncodePipelineVAAPI.cpp"
- exit status: 0
- exit status: 0
- exit status: 0
- exit status: 0
- --- stderr
- error occurred: Command "c++" "-O3" "-ffunction-sections" "-fdata-sections" "-fPIC" "-m64" "-I" "cpp/openvr/headers" "-I" "cpp" "-I" "/opt/ALVR/deps/linux/ffmpeg/alvr_build/include" "-Wall" "-Wextra" "-isystemcpp/openvr/headers" "-std=c++17" "-o" "/opt/ALVR/target/release/build/alvr_server-daf8e268ba7aaea1/out/cpp/platform/linux/EncodePipelineSW.o" "-c" "cpp/platform/linux/EncodePipelineSW.cpp" with args "c++" did not execute successfully (status code exit status: 1).
- warning: build failed, waiting for other jobs to finish...
- thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: command exited with non-zero code `cargo build --release`: 101', alvr/xtask/src/build.rs:83:14
- note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement