[INFO] fetching crate gdnative-core 0.8.0... [INFO] checking gdnative-core-0.8.0 against master#45d050cde277b22a755847338f2acc2c7b834141 for pr-71393 [INFO] extracting crate gdnative-core 0.8.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate gdnative-core 0.8.0 on toolchain 45d050cde277b22a755847338f2acc2c7b834141 [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "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-8/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+45d050cde277b22a755847338f2acc2c7b834141" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [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=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" "+45d050cde277b22a755847338f2acc2c7b834141" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e4a1bab9a76ef272f18550e22ecbc8f7096aa40c07edf39e4dfb4e12f56dd55c [INFO] running `"docker" "start" "-a" "e4a1bab9a76ef272f18550e22ecbc8f7096aa40c07edf39e4dfb4e12f56dd55c"` [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.18 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling libc v0.2.69 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling ryu v1.0.4 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling cc v1.0.52 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.17 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling unicode-segmentation v1.6.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Checking smallvec v0.6.13 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling heck v0.3.1 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling quote v1.0.4 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Checking euclid v0.20.10 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling serde_json v1.0.52 [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: 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: 11 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 54s [INFO] running `"docker" "inspect" "e4a1bab9a76ef272f18550e22ecbc8f7096aa40c07edf39e4dfb4e12f56dd55c"` [INFO] running `"docker" "rm" "-f" "e4a1bab9a76ef272f18550e22ecbc8f7096aa40c07edf39e4dfb4e12f56dd55c"` [INFO] [stdout] e4a1bab9a76ef272f18550e22ecbc8f7096aa40c07edf39e4dfb4e12f56dd55c