[INFO] crate rosrust 0.9.4 is already in cache [INFO] testing rosrust-0.9.4 against 1.44.0 for beta-1.45-1 [INFO] extracting crate rosrust 0.9.4 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate rosrust 0.9.4 on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate rosrust 0.9.4 [INFO] finished tweaking crates.io crate rosrust 0.9.4 [INFO] tweaked toml for crates.io crate rosrust 0.9.4 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate rosrust 0.9.4 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: file found to be present in multiple build targets: /workspace/builds/worker-8/source/tests/benchmarks.rs [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 266c209d26d8bd6bc9faeb1c9205ac27f7afb3a5ccb814d44b711e4dd77e91b7 [INFO] running `"docker" "start" "-a" "266c209d26d8bd6bc9faeb1c9205ac27f7afb3a5ccb814d44b711e4dd77e91b7"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/rustwide/workdir/tests/benchmarks.rs [INFO] [stderr] Compiling syn v1.0.14 [INFO] [stderr] Compiling chunked_transfer v0.3.1 [INFO] [stderr] Compiling ucd-util v0.1.7 [INFO] [stderr] Compiling ascii v0.8.7 [INFO] [stderr] Compiling hex v0.4.1 [INFO] [stderr] Compiling xml-rs v0.3.6 [INFO] [stderr] Compiling time v0.1.42 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling aho-corasick v0.6.10 [INFO] [stderr] Compiling serde_bytes v0.10.5 [INFO] [stderr] Compiling serde_json v1.0.48 [INFO] [stderr] Compiling gzip-header v0.3.0 [INFO] [stderr] Compiling colored v1.9.2 [INFO] [stderr] Compiling regex-syntax v0.5.6 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling crossbeam-queue v0.2.1 [INFO] [stderr] Compiling crossbeam-channel v0.4.0 [INFO] [stderr] Compiling hyper v0.10.16 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling md-5 v0.8.0 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling error-chain v0.12.1 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling chrono v0.4.10 [INFO] [stderr] Compiling serde-xml-rs v0.2.1 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling crossbeam v0.7.3 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling phf_codegen v0.7.24 [INFO] [stderr] Compiling mime_guess v1.8.7 [INFO] [stderr] Compiling tiny_http v0.6.2 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling multipart v0.15.4 [INFO] [stderr] Compiling ctrlc v3.1.3 [INFO] [stderr] Compiling serde_derive v1.0.104 [INFO] [stderr] Compiling rosrust_codegen v0.9.2 [INFO] [stderr] Compiling rouille v3.0.0 [INFO] [stderr] Compiling xml-rpc v0.0.12 [INFO] [stderr] Compiling rosrust v0.9.4 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/api/error.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain::error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Io(::std::io::Error); [INFO] [stderr] 9 | | Nix(::nix::Error); [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/api/error.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain::error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Io(::std::io::Error); [INFO] [stderr] 9 | | Nix(::nix::Error); [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/rosxmlrpc/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain::error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Io(::std::io::Error); [INFO] [stderr] 4 | | Utf8(::std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/tcpros/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain::error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Io(::std::io::Error); [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 34s [INFO] running `"docker" "inspect" "266c209d26d8bd6bc9faeb1c9205ac27f7afb3a5ccb814d44b711e4dd77e91b7"` [INFO] running `"docker" "rm" "-f" "266c209d26d8bd6bc9faeb1c9205ac27f7afb3a5ccb814d44b711e4dd77e91b7"` [INFO] [stdout] 266c209d26d8bd6bc9faeb1c9205ac27f7afb3a5ccb814d44b711e4dd77e91b7 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 2237340305bc94d8a51cbb1552f0a2e13b6cff77c2746cc24702ab1b1f4413fc [INFO] running `"docker" "start" "-a" "2237340305bc94d8a51cbb1552f0a2e13b6cff77c2746cc24702ab1b1f4413fc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: file found to be present in multiple build targets: /opt/rustwide/workdir/tests/benchmarks.rs [INFO] [stderr] Compiling oorandom v11.1.0 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling csv-core v0.1.9 [INFO] [stderr] Compiling plotters v0.2.12 [INFO] [stderr] Compiling tinytemplate v1.0.3 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling criterion-plot v0.4.1 [INFO] [stderr] Compiling rayon-core v1.7.0 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/api/error.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain::error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Io(::std::io::Error); [INFO] [stderr] 9 | | Nix(::nix::Error); [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/api/error.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | / error_chain::error_chain! { [INFO] [stderr] 7 | | foreign_links { [INFO] [stderr] 8 | | Io(::std::io::Error); [INFO] [stderr] 9 | | Nix(::nix::Error); [INFO] [stderr] ... | [INFO] [stderr] 41 | | } [INFO] [stderr] 42 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/rosxmlrpc/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain::error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Io(::std::io::Error); [INFO] [stderr] 4 | | Utf8(::std::string::FromUtf8Error); [INFO] [stderr] ... | [INFO] [stderr] 17 | | } [INFO] [stderr] 18 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/tcpros/error.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain::error_chain! { [INFO] [stderr] 2 | | foreign_links { [INFO] [stderr] 3 | | Io(::std::io::Error); [INFO] [stderr] 4 | | } [INFO] [stderr] ... | [INFO] [stderr] 35 | | } [INFO] [stderr] 36 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Compiling bstr v0.2.11 [INFO] [stderr] Compiling rayon v1.3.0 [INFO] [stderr] Compiling csv v1.1.3 [INFO] [stderr] Compiling criterion v0.3.1 [INFO] [stderr] Compiling rosrust v0.9.4 (/opt/rustwide/workdir) [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/subscriber_to_rosrust_publisher.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | rosrust::rosmsg_include!(std_msgs / String); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message std_msgs/String not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/derive_array_test.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | rosrust::rosmsg_include!(geometry_msgs / PoseWithCovariance); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message geometry_msgs/PoseWithCovariance not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `geometry_msgs` in `msg` [INFO] [stderr] --> tests/derive_array_test.rs:11:29 [INFO] [stderr] | [INFO] [stderr] 11 | let mut message1 = msg::geometry_msgs::PoseWithCovariance::default(); [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `geometry_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `geometry_msgs` in `msg` [INFO] [stderr] --> tests/derive_array_test.rs:13:29 [INFO] [stderr] | [INFO] [stderr] 13 | let mut message2 = msg::geometry_msgs::PoseWithCovariance::default(); [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `geometry_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `geometry_msgs` in `msg` [INFO] [stderr] --> tests/derive_array_test.rs:15:29 [INFO] [stderr] | [INFO] [stderr] 15 | let mut message3 = msg::geometry_msgs::PoseWithCovariance::default(); [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `geometry_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/subscriber_to_roscpp_publisher.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | rosrust::rosmsg_include!(std_msgs / String); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message std_msgs/String not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std_msgs` in `msg` [INFO] [stderr] --> tests/subscriber_to_rosrust_publisher.rs:24:48 [INFO] [stderr] | [INFO] [stderr] 24 | let subscriber = rosrust::subscribe::("chatter", 100, move |data| { [INFO] [stderr] | ^^^^^^^^ could not find `std_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std_msgs` in `msg` [INFO] [stderr] --> tests/subscriber_to_roscpp_publisher.rs:21:48 [INFO] [stderr] | [INFO] [stderr] 21 | let subscriber = rosrust::subscribe::("chatter", 100, move |data| { [INFO] [stderr] | ^^^^^^^^ could not find `std_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/client_to_rospy_service.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | rosrust::rosmsg_include!(rospy_tutorials / AddTwoInts); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message rospy_tutorials/AddTwoInts not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/publisher_to_rosrust_subscriber.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | rosrust::rosmsg_include!(std_msgs / String, rosgraph_msgs / Log); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message std_msgs/String not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> examples/client.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | rosrust::rosmsg_include!(roscpp_tutorials / TwoInts); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message roscpp_tutorials/TwoInts not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> examples/client.rs:30:41 [INFO] [stderr] | [INFO] [stderr] 30 | let client = rosrust::client::("add_two_ints").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> examples/client.rs:38:24 [INFO] [stderr] | [INFO] [stderr] 38 | .req(&msg::roscpp_tutorials::TwoIntsReq { a, b }) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `rospy_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_rospy_service.rs:11:47 [INFO] [stderr] | [INFO] [stderr] 11 | fn test_request(client: &rosrust::Client, a: i64, b: i64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ could not find `rospy_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `rospy_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_rospy_service.rs:13:20 [INFO] [stderr] | [INFO] [stderr] 13 | .req(&msg::rospy_tutorials::AddTwoIntsReq { a, b }) [INFO] [stderr] | ^^^^^^^^^^^^^^^ could not find `rospy_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> examples/client.rs:45:40 [INFO] [stderr] | [INFO] [stderr] 45 | let retval = client.req_async(msg::roscpp_tutorials::TwoIntsReq { a, b }); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `rospy_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_rospy_service.rs:31:41 [INFO] [stderr] | [INFO] [stderr] 31 | let client = rosrust::client::("add_two_ints").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^ could not find `rospy_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/service_to_roscpp_client.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | rosrust::rosmsg_include!(roscpp_tutorials / TwoInts); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message roscpp_tutorials/TwoInts not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `rosgraph_msgs` in `msg` [INFO] [stderr] --> tests/publisher_to_rosrust_subscriber.rs:26:35 [INFO] [stderr] | [INFO] [stderr] 26 | rosrust::subscribe::("/rosout_agg", 100, move |data| { [INFO] [stderr] | ^^^^^^^^^^^^^ could not find `rosgraph_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std_msgs` in `msg` [INFO] [stderr] --> tests/publisher_to_rosrust_subscriber.rs:31:45 [INFO] [stderr] | [INFO] [stderr] 31 | let publisher = rosrust::publish::("chatter", 100).unwrap(); [INFO] [stderr] | ^^^^^^^^ could not find `std_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std_msgs` in `msg` [INFO] [stderr] --> tests/publisher_to_rosrust_subscriber.rs:33:28 [INFO] [stderr] | [INFO] [stderr] 33 | let mut message = msg::std_msgs::String::default(); [INFO] [stderr] | ^^^^^^^^ could not find `std_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/service_to_roscpp_client.rs:26:44 [INFO] [stderr] | [INFO] [stderr] 26 | let _service = rosrust::service::("add_two_ints", |req| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/service_to_roscpp_client.rs:27:17 [INFO] [stderr] | [INFO] [stderr] 27 | Ok(msg::roscpp_tutorials::TwoIntsRes { sum: req.a + req.b }) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/client_to_inline_service.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | rosrust::rosmsg_include!(roscpp_tutorials / TwoInts); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message roscpp_tutorials/TwoInts not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/publisher_to_relayed_subscriber.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | rosrust::rosmsg_include!(std_msgs / String, std_msgs / String); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message std_msgs/String not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/subscriber_to_rostopic_publisher.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | rosrust::rosmsg_include!(std_msgs / String); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message std_msgs/String not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_inline_service.rs:11:47 [INFO] [stderr] | [INFO] [stderr] 11 | fn test_request(client: &rosrust::Client, a: i64, b: i64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_inline_service.rs:13:20 [INFO] [stderr] | [INFO] [stderr] 13 | .req(&msg::roscpp_tutorials::TwoIntsReq { a, b }) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_inline_service.rs:32:44 [INFO] [stderr] | [INFO] [stderr] 32 | let _service = rosrust::service::("add_two_ints", |req| { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_inline_service.rs:33:17 [INFO] [stderr] | [INFO] [stderr] 33 | Ok(msg::roscpp_tutorials::TwoIntsRes { sum: req.a + req.b }) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_inline_service.rs:38:41 [INFO] [stderr] | [INFO] [stderr] 38 | let client = rosrust::client::("add_two_ints").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std_msgs` in `msg` [INFO] [stderr] --> tests/publisher_to_relayed_subscriber.rs:27:35 [INFO] [stderr] | [INFO] [stderr] 27 | rosrust::subscribe::("chatter_sub", 100, move |data| { [INFO] [stderr] | ^^^^^^^^ could not find `std_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std_msgs` in `msg` [INFO] [stderr] --> tests/publisher_to_relayed_subscriber.rs:32:45 [INFO] [stderr] | [INFO] [stderr] 32 | let publisher = rosrust::publish::("chatter_pub", 100).unwrap(); [INFO] [stderr] | ^^^^^^^^ could not find `std_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std_msgs` in `msg` [INFO] [stderr] --> tests/publisher_to_relayed_subscriber.rs:34:28 [INFO] [stderr] | [INFO] [stderr] 34 | let mut message = msg::std_msgs::String::default(); [INFO] [stderr] | ^^^^^^^^ could not find `std_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std_msgs` in `msg` [INFO] [stderr] --> tests/subscriber_to_rostopic_publisher.rs:27:48 [INFO] [stderr] | [INFO] [stderr] 27 | let subscriber = rosrust::subscribe::("chatter", 100, move |data| { [INFO] [stderr] | ^^^^^^^^ could not find `std_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/client_to_roscpp_service.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | rosrust::rosmsg_include!(roscpp_tutorials / TwoInts); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message roscpp_tutorials/TwoInts not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_roscpp_service.rs:11:47 [INFO] [stderr] | [INFO] [stderr] 11 | fn test_request(client: &rosrust::Client, a: i64, b: i64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_roscpp_service.rs:13:20 [INFO] [stderr] | [INFO] [stderr] 13 | .req(&msg::roscpp_tutorials::TwoIntsReq { a, b }) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_roscpp_service.rs:31:41 [INFO] [stderr] | [INFO] [stderr] 31 | let client = rosrust::client::("add_two_ints").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> examples/publisher.rs:5:5 [INFO] [stderr] | [INFO] [stderr] 5 | rosrust::rosmsg_include!(std_msgs / String); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message std_msgs/String not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `std_msgs` in `msg` [INFO] [stderr] --> examples/publisher.rs:27:28 [INFO] [stderr] | [INFO] [stderr] 27 | let mut msg = msg::std_msgs::String::default(); [INFO] [stderr] | ^^^^^^^^ could not find `std_msgs` in `msg` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: proc macro panicked [INFO] [stderr] --> tests/client_to_rosrust_service.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | rosrust::rosmsg_include!(roscpp_tutorials / TwoInts); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: message roscpp_tutorials/TwoInts not found in provided directories [INFO] [stderr] Directories: [INFO] [stderr] share [INFO] [stderr] ../src [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_rosrust_service.rs:11:47 [INFO] [stderr] | [INFO] [stderr] 11 | fn test_request(client: &rosrust::Client, a: i64, b: i64) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_rosrust_service.rs:13:20 [INFO] [stderr] | [INFO] [stderr] 13 | .req(&msg::roscpp_tutorials::TwoIntsReq { a, b }) [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `roscpp_tutorials` in `msg` [INFO] [stderr] --> tests/client_to_rosrust_service.rs:32:41 [INFO] [stderr] | [INFO] [stderr] 32 | let client = rosrust::client::("add_two_ints").unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ could not find `roscpp_tutorials` in `msg` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0433`. [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `rosrust`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "2237340305bc94d8a51cbb1552f0a2e13b6cff77c2746cc24702ab1b1f4413fc"` [INFO] running `"docker" "rm" "-f" "2237340305bc94d8a51cbb1552f0a2e13b6cff77c2746cc24702ab1b1f4413fc"` [INFO] [stdout] 2237340305bc94d8a51cbb1552f0a2e13b6cff77c2746cc24702ab1b1f4413fc