[INFO] cloning repository https://github.com/TheHackerCoding/engine [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheHackerCoding/engine" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheHackerCoding%2Fengine", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheHackerCoding%2Fengine'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0cabc8bf71c1c0e3b5c72c1cab7c90151db4508c [INFO] documenting TheHackerCoding/engine against 1.66.0 for beta-1.67-rustdoc-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheHackerCoding%2Fengine" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TheHackerCoding/engine on toolchain 1.66.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.66.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/TheHackerCoding/engine [INFO] finished tweaking git repo https://github.com/TheHackerCoding/engine [INFO] tweaked toml for git repo https://github.com/TheHackerCoding/engine written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/TheHackerCoding/engine already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.66.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded mlua v0.7.3 [INFO] [stderr] Downloaded lua-src v544.0.0 [INFO] [stderr] Downloaded luajit-src v210.3.2+resty1085a4d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:9042d5c95763f71f7b0904716b98ccadf9fc47b0f382ee962aaaed2ac70c9b8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.66.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 68c63c6664ab1024625a9a2ed2fe2656d3fbf44dc238c4de8ff1898bf4cffb9e [INFO] running `Command { std: "docker" "start" "-a" "68c63c6664ab1024625a9a2ed2fe2656d3fbf44dc238c4de8ff1898bf4cffb9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "68c63c6664ab1024625a9a2ed2fe2656d3fbf44dc238c4de8ff1898bf4cffb9e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68c63c6664ab1024625a9a2ed2fe2656d3fbf44dc238c4de8ff1898bf4cffb9e", kill_on_drop: false }` [INFO] [stdout] 68c63c6664ab1024625a9a2ed2fe2656d3fbf44dc238c4de8ff1898bf4cffb9e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "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:9042d5c95763f71f7b0904716b98ccadf9fc47b0f382ee962aaaed2ac70c9b8d" "/opt/rustwide/cargo-home/bin/cargo" "+1.66.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f0113e7925f9b24ca16d1a66951bc80ebbf057e0f4c5426dd73a5fa6414c152 [INFO] running `Command { std: "docker" "start" "-a" "1f0113e7925f9b24ca16d1a66951bc80ebbf057e0f4c5426dd73a5fa6414c152", kill_on_drop: false }` [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling pkg-config v0.3.24 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Checking once_cell v1.9.0 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling cmake v0.1.48 [INFO] [stderr] Compiling lua-src v544.0.0 [INFO] [stderr] Compiling luajit-src v210.3.2+resty1085a4d [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Compiling raylib-sys v3.7.0 [INFO] [stderr] Compiling mlua v0.7.3 [INFO] [stderr] Checking raylib v3.7.0 [INFO] [stderr] Documenting engine v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0782]: trait objects must include the `dyn` keyword [INFO] [stdout] --> src/lua/mod.rs:64:45 [INFO] [stdout] | [INFO] [stdout] 64 | fn mass_import<'a, T>(lua: &'a Lua, misc: &[Fn<(&Lua, T)>]) { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: add `dyn` keyword before this trait [INFO] [stdout] | [INFO] [stdout] 64 | fn mass_import<'a, T>(lua: &'a Lua, misc: &[dyn Fn<(&Lua, T)>]) { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: the precise format of `Fn`-family traits' type parameters is subject to change [INFO] [stdout] --> src/lua/mod.rs:64:45 [INFO] [stdout] | [INFO] [stdout] 64 | fn mass_import<'a, T>(lua: &'a Lua, misc: &[Fn<(&Lua, T)>]) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: use parenthetical notation instead: `Fn(&Lua, T) -> ()` [INFO] [stdout] | [INFO] [stdout] = note: see issue #29625 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0191]: the value of the associated type `Output` (from trait `std::ops::FnOnce`) must be specified [INFO] [stdout] --> src/lua/mod.rs:64:45 [INFO] [stdout] | [INFO] [stdout] 64 | fn mass_import<'a, T>(lua: &'a Lua, misc: &[Fn<(&Lua, T)>]) { [INFO] [stdout] | ^^^^^^^^^^^^^ help: specify the associated type: `Fn<(&Lua, T), Output = Type>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0191, E0658, E0782. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0191`. [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.57s [INFO] running `Command { std: "docker" "inspect" "1f0113e7925f9b24ca16d1a66951bc80ebbf057e0f4c5426dd73a5fa6414c152", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f0113e7925f9b24ca16d1a66951bc80ebbf057e0f4c5426dd73a5fa6414c152", kill_on_drop: false }` [INFO] [stdout] 1f0113e7925f9b24ca16d1a66951bc80ebbf057e0f4c5426dd73a5fa6414c152