[INFO] fetching crate tlua 0.6.1... [INFO] documenting tlua-0.6.1 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate tlua 0.6.1 into /workspace/builds/worker-32/source [INFO] validating manifest of crates.io crate tlua 0.6.1 on toolchain beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate tlua 0.6.1 [INFO] finished tweaking crates.io crate tlua 0.6.1 [INFO] tweaked toml for crates.io crate tlua 0.6.1 written to /workspace/builds/worker-32/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f8c1ad2efc3ad8883c0862967b0ac980cbe4aac6ef7486b9965be9efde1ea466 [INFO] running `Command { std: "docker" "start" "-a" "f8c1ad2efc3ad8883c0862967b0ac980cbe4aac6ef7486b9965be9efde1ea466", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f8c1ad2efc3ad8883c0862967b0ac980cbe4aac6ef7486b9965be9efde1ea466", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f8c1ad2efc3ad8883c0862967b0ac980cbe4aac6ef7486b9965be9efde1ea466", kill_on_drop: false }` [INFO] [stdout] f8c1ad2efc3ad8883c0862967b0ac980cbe4aac6ef7486b9965be9efde1ea466 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1e81dab301d141dcaa530fc0e9a1d51e92a7d515788b2fde3abd14745c19bdae [INFO] running `Command { std: "docker" "start" "-a" "1e81dab301d141dcaa530fc0e9a1d51e92a7d515788b2fde3abd14745c19bdae", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling tlua-derive v0.1.1 [INFO] [stderr] Documenting tlua v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `StaticLua` [INFO] [stdout] --> src/lib.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 206 | /// See [`StaticLua`]. [INFO] [stdout] | ^^^^^^^^^ no item named `StaticLua` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `TempLua` [INFO] [stdout] --> src/lib.rs:214:15 [INFO] [stdout] | [INFO] [stdout] 214 | /// See [`TempLua`]. [INFO] [stdout] | ^^^^^^^ no item named `TempLua` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `LuaThread` [INFO] [stdout] --> src/lib.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | /// See [`LuaThread`]. [INFO] [stdout] | ^^^^^^^^^ no item named `LuaThread` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `check` [INFO] [stdout] --> src/object.rs:892:19 [INFO] [stdout] | [INFO] [stdout] 892 | /// [`check`] [INFO] [stdout] | ^^^^^ no item named `check` in scope [INFO] [stdout] | [INFO] [stdout] ::: src/lua_functions.rs:214:1 [INFO] [stdout] | [INFO] [stdout] 214 | / impl_object!{ LuaFunction, [INFO] [stdout] 215 | | check(lua, index) { [INFO] [stdout] 216 | | ffi::lua_isfunction(lua.as_lua(), index.into()) [INFO] [stdout] 217 | | } [INFO] [stdout] 218 | | impl Call, [INFO] [stdout] 219 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `check` [INFO] [stdout] --> src/object.rs:892:19 [INFO] [stdout] | [INFO] [stdout] 892 | /// [`check`] [INFO] [stdout] | ^^^^^ no item named `check` in scope [INFO] [stdout] | [INFO] [stdout] ::: src/lua_tables.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | / impl_object!{ LuaTable, [INFO] [stdout] 59 | | check(lua, index) { [INFO] [stdout] 60 | | ffi::lua_istable(lua.as_lua(), index.into()) [INFO] [stdout] 61 | | } [INFO] [stdout] 62 | | impl Index, [INFO] [stdout] 63 | | impl NewIndex, [INFO] [stdout] 64 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `check` [INFO] [stdout] --> src/object.rs:892:19 [INFO] [stdout] | [INFO] [stdout] 308 | / impl_object!{ Indexable, [INFO] [stdout] 309 | | check(lua, index) { [INFO] [stdout] 310 | | imp::is_indexable(&lua, index) [INFO] [stdout] 311 | | } [INFO] [stdout] 312 | | impl Index, [INFO] [stdout] 313 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 892 | /// [`check`] [INFO] [stdout] | ^^^^^ no item named `check` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `check` [INFO] [stdout] --> src/object.rs:892:19 [INFO] [stdout] | [INFO] [stdout] 458 | / impl_object!{ IndexableRW, [INFO] [stdout] 459 | | check(lua, index) { [INFO] [stdout] 460 | | imp::is_rw_indexable(&lua, index) [INFO] [stdout] 461 | | } [INFO] [stdout] 462 | | impl Index, [INFO] [stdout] 463 | | impl NewIndex, [INFO] [stdout] 464 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 892 | /// [`check`] [INFO] [stdout] | ^^^^^ no item named `check` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `check` [INFO] [stdout] --> src/object.rs:892:19 [INFO] [stdout] | [INFO] [stdout] 604 | / impl_object!{ Callable, [INFO] [stdout] 605 | | check(lua, index) { [INFO] [stdout] 606 | | imp::is_callable(&lua, index) [INFO] [stdout] 607 | | } [INFO] [stdout] 608 | | impl Call, [INFO] [stdout] 609 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 892 | /// [`check`] [INFO] [stdout] | ^^^^^ no item named `check` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.97s [INFO] running `Command { std: "docker" "inspect" "1e81dab301d141dcaa530fc0e9a1d51e92a7d515788b2fde3abd14745c19bdae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e81dab301d141dcaa530fc0e9a1d51e92a7d515788b2fde3abd14745c19bdae", kill_on_drop: false }` [INFO] [stdout] 1e81dab301d141dcaa530fc0e9a1d51e92a7d515788b2fde3abd14745c19bdae [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-32/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }` [INFO] [stdout] 308f456b647b7674f33685f2efa25ef5041353d2aa96a681824764b58bfaf31a [INFO] running `Command { std: "docker" "start" "-a" "308f456b647b7674f33685f2efa25ef5041353d2aa96a681824764b58bfaf31a", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.95 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling tlua-derive v0.1.1 [INFO] [stderr] Documenting tlua v0.6.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: unresolved link to `StaticLua` [INFO] [stdout] --> src/lib.rs:206:15 [INFO] [stdout] | [INFO] [stdout] 206 | /// See [`StaticLua`]. [INFO] [stdout] | ^^^^^^^^^ no item named `StaticLua` in scope [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `TempLua` [INFO] [stdout] --> src/lib.rs:214:15 [INFO] [stdout] | [INFO] [stdout] 214 | /// See [`TempLua`]. [INFO] [stdout] | ^^^^^^^ no item named `TempLua` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `LuaThread` [INFO] [stdout] --> src/lib.rs:224:15 [INFO] [stdout] | [INFO] [stdout] 224 | /// See [`LuaThread`]. [INFO] [stdout] | ^^^^^^^^^ no item named `LuaThread` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `check` [INFO] [stdout] --> src/object.rs:892:19 [INFO] [stdout] | [INFO] [stdout] 892 | /// [`check`] [INFO] [stdout] | ^^^^^ no item named `check` in scope [INFO] [stdout] | [INFO] [stdout] ::: src/lua_functions.rs:214:1 [INFO] [stdout] | [INFO] [stdout] 214 | / impl_object!{ LuaFunction, [INFO] [stdout] 215 | | check(lua, index) { [INFO] [stdout] 216 | | ffi::lua_isfunction(lua.as_lua(), index.into()) [INFO] [stdout] 217 | | } [INFO] [stdout] 218 | | impl Call, [INFO] [stdout] 219 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `check` [INFO] [stdout] --> src/object.rs:892:19 [INFO] [stdout] | [INFO] [stdout] 892 | /// [`check`] [INFO] [stdout] | ^^^^^ no item named `check` in scope [INFO] [stdout] | [INFO] [stdout] ::: src/lua_tables.rs:58:1 [INFO] [stdout] | [INFO] [stdout] 58 | / impl_object!{ LuaTable, [INFO] [stdout] 59 | | check(lua, index) { [INFO] [stdout] 60 | | ffi::lua_istable(lua.as_lua(), index.into()) [INFO] [stdout] 61 | | } [INFO] [stdout] 62 | | impl Index, [INFO] [stdout] 63 | | impl NewIndex, [INFO] [stdout] 64 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `check` [INFO] [stdout] --> src/object.rs:892:19 [INFO] [stdout] | [INFO] [stdout] 308 | / impl_object!{ Indexable, [INFO] [stdout] 309 | | check(lua, index) { [INFO] [stdout] 310 | | imp::is_indexable(&lua, index) [INFO] [stdout] 311 | | } [INFO] [stdout] 312 | | impl Index, [INFO] [stdout] 313 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 892 | /// [`check`] [INFO] [stdout] | ^^^^^ no item named `check` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `check` [INFO] [stdout] --> src/object.rs:892:19 [INFO] [stdout] | [INFO] [stdout] 458 | / impl_object!{ IndexableRW, [INFO] [stdout] 459 | | check(lua, index) { [INFO] [stdout] 460 | | imp::is_rw_indexable(&lua, index) [INFO] [stdout] 461 | | } [INFO] [stdout] 462 | | impl Index, [INFO] [stdout] 463 | | impl NewIndex, [INFO] [stdout] 464 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 892 | /// [`check`] [INFO] [stdout] | ^^^^^ no item named `check` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unresolved link to `check` [INFO] [stdout] --> src/object.rs:892:19 [INFO] [stdout] | [INFO] [stdout] 604 | / impl_object!{ Callable, [INFO] [stdout] 605 | | check(lua, index) { [INFO] [stdout] 606 | | imp::is_callable(&lua, index) [INFO] [stdout] 607 | | } [INFO] [stdout] 608 | | impl Call, [INFO] [stdout] 609 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] ... [INFO] [stdout] 892 | /// [`check`] [INFO] [stdout] | ^^^^^ no item named `check` in scope [INFO] [stdout] | [INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stdout] = note: this warning originates in the macro `impl_object` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 12.90s [INFO] running `Command { std: "docker" "inspect" "308f456b647b7674f33685f2efa25ef5041353d2aa96a681824764b58bfaf31a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "308f456b647b7674f33685f2efa25ef5041353d2aa96a681824764b58bfaf31a", kill_on_drop: false }` [INFO] [stdout] 308f456b647b7674f33685f2efa25ef5041353d2aa96a681824764b58bfaf31a