[INFO] crate gdnative-core 0.8.0 is already in cache [INFO] testing gdnative-core-0.8.0 against master#28742a1146f10a4f09369baad027a464acb7a766 for pr-71274 [INFO] extracting crate gdnative-core 0.8.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate gdnative-core 0.8.0 on toolchain 28742a1146f10a4f09369baad027a464acb7a766 [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gdnative-core 0.8.0 [INFO] finished tweaking crates.io crate gdnative-core 0.8.0 [INFO] tweaked toml for crates.io crate gdnative-core 0.8.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+28742a1146f10a4f09369baad027a464acb7a766" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] be43b045898e5487662a660630e652883f94422bf0e046a5c02f8e9f053944a7 [INFO] running `"docker" "start" "-a" "be43b045898e5487662a660630e652883f94422bf0e046a5c02f8e9f053944a7"` [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling euclid v0.20.10 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling gdnative_bindings_generator v0.8.0 [INFO] [stderr] Compiling gdnative-sys v0.8.0 [INFO] [stderr] Compiling gdnative-core v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/byte_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(& self) -> ByteArray : godot_pool_byte_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/color_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> ColorArray : godot_pool_color_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/dictionary.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | / impl_common_methods! { [INFO] [stderr] 112 | | /// Creates a new reference to this dictionary. [INFO] [stderr] 113 | | pub fn new_ref(&self) -> Dictionary : godot_dictionary_new_copy; [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/float32_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(&self) -> Float32Array : godot_pool_real_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/int32_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(& self) -> Int32Array : godot_pool_int_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/node_path.rs:105:5 [INFO] [stderr] | [INFO] [stderr] 105 | / impl_common_methods! { [INFO] [stderr] 106 | | /// Creates a new reference to this node path. [INFO] [stderr] 107 | | pub fn new_ref(&self) -> NodePath : godot_node_path_new_copy; [INFO] [stderr] 108 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/string.rs:183:5 [INFO] [stderr] | [INFO] [stderr] 183 | / impl_common_methods! { [INFO] [stderr] 184 | | /// Creates a new reference to this array. [INFO] [stderr] 185 | | pub fn new_ref(&self) -> GodotString : godot_string_new_copy; [INFO] [stderr] 186 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/string_array.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / impl_common_methods! { [INFO] [stderr] 116 | | /// Creates a new reference to this array. [INFO] [stderr] 117 | | pub fn new_ref(&self) -> StringArray : godot_pool_string_array_new_copy; [INFO] [stderr] 118 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/variant_array.rs:177:5 [INFO] [stderr] | [INFO] [stderr] 177 | / impl_common_methods! { [INFO] [stderr] 178 | | /// Creates a new reference to this array. [INFO] [stderr] 179 | | pub fn new_ref(&self) -> VariantArray : godot_array_new_copy; [INFO] [stderr] 180 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/vector2_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> Vector2Array : godot_pool_vector2_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/vector3_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> Vector3Array : godot_pool_vector3_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 27s [INFO] running `"docker" "inspect" "be43b045898e5487662a660630e652883f94422bf0e046a5c02f8e9f053944a7"` [INFO] running `"docker" "rm" "-f" "be43b045898e5487662a660630e652883f94422bf0e046a5c02f8e9f053944a7"` [INFO] [stdout] be43b045898e5487662a660630e652883f94422bf0e046a5c02f8e9f053944a7 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "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] 096c9d062730cbd2f389b55e33c47ff75eaf1ee1826b528e108b7f1048a2c189 [INFO] running `"docker" "start" "-a" "096c9d062730cbd2f389b55e33c47ff75eaf1ee1826b528e108b7f1048a2c189"` [INFO] [stderr] Compiling gdnative-core v0.8.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/byte_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(& self) -> ByteArray : godot_pool_byte_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/color_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> ColorArray : godot_pool_color_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/dictionary.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | / impl_common_methods! { [INFO] [stderr] 112 | | /// Creates a new reference to this dictionary. [INFO] [stderr] 113 | | pub fn new_ref(&self) -> Dictionary : godot_dictionary_new_copy; [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/float32_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(&self) -> Float32Array : godot_pool_real_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/int32_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(& self) -> Int32Array : godot_pool_int_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/node_path.rs:105:5 [INFO] [stderr] | [INFO] [stderr] 105 | / impl_common_methods! { [INFO] [stderr] 106 | | /// Creates a new reference to this node path. [INFO] [stderr] 107 | | pub fn new_ref(&self) -> NodePath : godot_node_path_new_copy; [INFO] [stderr] 108 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/string.rs:183:5 [INFO] [stderr] | [INFO] [stderr] 183 | / impl_common_methods! { [INFO] [stderr] 184 | | /// Creates a new reference to this array. [INFO] [stderr] 185 | | pub fn new_ref(&self) -> GodotString : godot_string_new_copy; [INFO] [stderr] 186 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/string_array.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / impl_common_methods! { [INFO] [stderr] 116 | | /// Creates a new reference to this array. [INFO] [stderr] 117 | | pub fn new_ref(&self) -> StringArray : godot_pool_string_array_new_copy; [INFO] [stderr] 118 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/variant_array.rs:177:5 [INFO] [stderr] | [INFO] [stderr] 177 | / impl_common_methods! { [INFO] [stderr] 178 | | /// Creates a new reference to this array. [INFO] [stderr] 179 | | pub fn new_ref(&self) -> VariantArray : godot_array_new_copy; [INFO] [stderr] 180 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/vector2_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> Vector2Array : godot_pool_vector2_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/vector3_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> Vector3Array : godot_pool_vector3_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/byte_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(& self) -> ByteArray : godot_pool_byte_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/color_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> ColorArray : godot_pool_color_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/dictionary.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | / impl_common_methods! { [INFO] [stderr] 112 | | /// Creates a new reference to this dictionary. [INFO] [stderr] 113 | | pub fn new_ref(&self) -> Dictionary : godot_dictionary_new_copy; [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/float32_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(&self) -> Float32Array : godot_pool_real_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/int32_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(& self) -> Int32Array : godot_pool_int_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/node_path.rs:105:5 [INFO] [stderr] | [INFO] [stderr] 105 | / impl_common_methods! { [INFO] [stderr] 106 | | /// Creates a new reference to this node path. [INFO] [stderr] 107 | | pub fn new_ref(&self) -> NodePath : godot_node_path_new_copy; [INFO] [stderr] 108 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/string.rs:183:5 [INFO] [stderr] | [INFO] [stderr] 183 | / impl_common_methods! { [INFO] [stderr] 184 | | /// Creates a new reference to this array. [INFO] [stderr] 185 | | pub fn new_ref(&self) -> GodotString : godot_string_new_copy; [INFO] [stderr] 186 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/string_array.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / impl_common_methods! { [INFO] [stderr] 116 | | /// Creates a new reference to this array. [INFO] [stderr] 117 | | pub fn new_ref(&self) -> StringArray : godot_pool_string_array_new_copy; [INFO] [stderr] 118 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/variant_array.rs:177:5 [INFO] [stderr] | [INFO] [stderr] 177 | / impl_common_methods! { [INFO] [stderr] 178 | | /// Creates a new reference to this array. [INFO] [stderr] 179 | | pub fn new_ref(&self) -> VariantArray : godot_array_new_copy; [INFO] [stderr] 180 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/vector2_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> Vector2Array : godot_pool_vector2_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/vector3_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> Vector3Array : godot_pool_vector3_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.27s [INFO] running `"docker" "inspect" "096c9d062730cbd2f389b55e33c47ff75eaf1ee1826b528e108b7f1048a2c189"` [INFO] running `"docker" "rm" "-f" "096c9d062730cbd2f389b55e33c47ff75eaf1ee1826b528e108b7f1048a2c189"` [INFO] [stdout] 096c9d062730cbd2f389b55e33c47ff75eaf1ee1826b528e108b7f1048a2c189 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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" "+28742a1146f10a4f09369baad027a464acb7a766" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1ad4e5466e9e809e9244ea48c6935d61ab6d071fd2145ad017c2aa393258da65 [INFO] running `"docker" "start" "-a" "1ad4e5466e9e809e9244ea48c6935d61ab6d071fd2145ad017c2aa393258da65"` [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/byte_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(& self) -> ByteArray : godot_pool_byte_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/color_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> ColorArray : godot_pool_color_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/dictionary.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | / impl_common_methods! { [INFO] [stderr] 112 | | /// Creates a new reference to this dictionary. [INFO] [stderr] 113 | | pub fn new_ref(&self) -> Dictionary : godot_dictionary_new_copy; [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/float32_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(&self) -> Float32Array : godot_pool_real_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/int32_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(& self) -> Int32Array : godot_pool_int_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/node_path.rs:105:5 [INFO] [stderr] | [INFO] [stderr] 105 | / impl_common_methods! { [INFO] [stderr] 106 | | /// Creates a new reference to this node path. [INFO] [stderr] 107 | | pub fn new_ref(&self) -> NodePath : godot_node_path_new_copy; [INFO] [stderr] 108 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/string.rs:183:5 [INFO] [stderr] | [INFO] [stderr] 183 | / impl_common_methods! { [INFO] [stderr] 184 | | /// Creates a new reference to this array. [INFO] [stderr] 185 | | pub fn new_ref(&self) -> GodotString : godot_string_new_copy; [INFO] [stderr] 186 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/string_array.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / impl_common_methods! { [INFO] [stderr] 116 | | /// Creates a new reference to this array. [INFO] [stderr] 117 | | pub fn new_ref(&self) -> StringArray : godot_pool_string_array_new_copy; [INFO] [stderr] 118 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/variant_array.rs:177:5 [INFO] [stderr] | [INFO] [stderr] 177 | / impl_common_methods! { [INFO] [stderr] 178 | | /// Creates a new reference to this array. [INFO] [stderr] 179 | | pub fn new_ref(&self) -> VariantArray : godot_array_new_copy; [INFO] [stderr] 180 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/vector2_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> Vector2Array : godot_pool_vector2_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/vector3_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> Vector3Array : godot_pool_vector3_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/byte_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(& self) -> ByteArray : godot_pool_byte_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/color_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> ColorArray : godot_pool_color_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/dictionary.rs:111:5 [INFO] [stderr] | [INFO] [stderr] 111 | / impl_common_methods! { [INFO] [stderr] 112 | | /// Creates a new reference to this dictionary. [INFO] [stderr] 113 | | pub fn new_ref(&self) -> Dictionary : godot_dictionary_new_copy; [INFO] [stderr] 114 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/float32_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(&self) -> Float32Array : godot_pool_real_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/int32_array.rs:114:5 [INFO] [stderr] | [INFO] [stderr] 114 | / impl_common_methods! { [INFO] [stderr] 115 | | /// Creates a new reference to this array. [INFO] [stderr] 116 | | pub fn new_ref(& self) -> Int32Array : godot_pool_int_array_new_copy; [INFO] [stderr] 117 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/node_path.rs:105:5 [INFO] [stderr] | [INFO] [stderr] 105 | / impl_common_methods! { [INFO] [stderr] 106 | | /// Creates a new reference to this node path. [INFO] [stderr] 107 | | pub fn new_ref(&self) -> NodePath : godot_node_path_new_copy; [INFO] [stderr] 108 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/string.rs:183:5 [INFO] [stderr] | [INFO] [stderr] 183 | / impl_common_methods! { [INFO] [stderr] 184 | | /// Creates a new reference to this array. [INFO] [stderr] 185 | | pub fn new_ref(&self) -> GodotString : godot_string_new_copy; [INFO] [stderr] 186 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/string_array.rs:115:5 [INFO] [stderr] | [INFO] [stderr] 115 | / impl_common_methods! { [INFO] [stderr] 116 | | /// Creates a new reference to this array. [INFO] [stderr] 117 | | pub fn new_ref(&self) -> StringArray : godot_pool_string_array_new_copy; [INFO] [stderr] 118 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/variant_array.rs:177:5 [INFO] [stderr] | [INFO] [stderr] 177 | / impl_common_methods! { [INFO] [stderr] 178 | | /// Creates a new reference to this array. [INFO] [stderr] 179 | | pub fn new_ref(&self) -> VariantArray : godot_array_new_copy; [INFO] [stderr] 180 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/vector2_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> Vector2Array : godot_pool_vector2_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: unused doc comment [INFO] [stderr] --> src/macros.rs:314:15 [INFO] [stderr] | [INFO] [stderr] 314 | $(#[$attr])* [INFO] [stderr] | ^^^^^^^^ rustdoc does not generate documentation for macros [INFO] [stderr] | [INFO] [stderr] ::: src/vector3_array.rs:118:5 [INFO] [stderr] | [INFO] [stderr] 118 | / impl_common_methods! { [INFO] [stderr] 119 | | /// Creates a new reference to this array. [INFO] [stderr] 120 | | pub fn new_ref(&self) -> Vector3Array : godot_pool_vector3_array_new_copy; [INFO] [stderr] 121 | | } [INFO] [stderr] | |_____- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [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: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.36s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/gdnative_core-5d5678a18be9e014 [INFO] [stdout] [INFO] [stdout] running 15 tests [INFO] [stdout] test color::color_repr ... ok [INFO] [stdout] test vector2::tests::it_has_the_same_size ... ok [INFO] [stdout] test vector2::tests::cubic_interpolate_is_sane ... ok [INFO] [stdout] test geom::basis::tests::transposed_dot_is_sane ... ok [INFO] [stdout] test access::tests::it_detects_unaligned_ptrs ... ok [INFO] [stdout] test vector2::tests::it_is_copy ... ok [INFO] [stdout] test vector2::tests::it_supports_inequality ... ok [INFO] [stdout] test vector2::tests::slide_is_sane ... ok [INFO] [stdout] test vector2::tests::it_supports_equality ... ok [INFO] [stdout] test access::tests::it_can_copy_back_owned ... ok [INFO] [stdout] test vector3::tests::it_has_the_same_size ... ok [INFO] [stdout] test vector3::tests::it_is_copy ... ok [INFO] [stdout] test vector2::tests::snapped_is_sane ... ok [INFO] [stdout] test vector3::tests::it_supports_equality ... ok [INFO] [stdout] test vector3::tests::it_supports_inequality ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests gdnative-core [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test src/class.rs - class::Instance::map_aliased (line 233) ... ignored [INFO] [stdout] test src/class.rs - class::Instance::map_mut_aliased (line 255) ... ignored [INFO] [stdout] test src/init.rs - init::ClassBuilder::add_property (line 298) ... ignored [INFO] [stdout] test src/macros.rs - godot_gdnative_init (line 8) ... ignored [INFO] [stdout] test src/macros.rs - godot_gdnative_terminate (line 53) ... ignored [INFO] [stdout] test src/macros.rs - godot_nativescript_init (line 98) ... ignored [INFO] [stdout] test src/init/property/hint.rs - init::property::hint::RangeHint (line 17) ... ok [INFO] [stdout] test src/init/property/hint.rs - init::property::hint::EnumHint (line 106) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "1ad4e5466e9e809e9244ea48c6935d61ab6d071fd2145ad017c2aa393258da65"` [INFO] running `"docker" "rm" "-f" "1ad4e5466e9e809e9244ea48c6935d61ab6d071fd2145ad017c2aa393258da65"` [INFO] [stdout] 1ad4e5466e9e809e9244ea48c6935d61ab6d071fd2145ad017c2aa393258da65