[INFO] cloning repository https://github.com/kaikalii/luajit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kaikalii/luajit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkaikalii%2Fluajit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkaikalii%2Fluajit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4d7fe2e41195e8ff3b78a436f70598451ce4debb [INFO] checking kaikalii/luajit against try#5ec4d3b0c83717313176eefa7d71e9d36dc83355 for pr-155501 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkaikalii%2Fluajit" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/kaikalii/luajit [INFO] finished tweaking git repo https://github.com/kaikalii/luajit [INFO] tweaked toml for git repo https://github.com/kaikalii/luajit written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kaikalii/luajit on toolchain 5ec4d3b0c83717313176eefa7d71e9d36dc83355 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5ec4d3b0c83717313176eefa7d71e9d36dc83355" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kaikalii/luajit 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" "+5ec4d3b0c83717313176eefa7d71e9d36dc83355" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+5ec4d3b0c83717313176eefa7d71e9d36dc83355" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dc94d86c1393c9e80b39e090682d88a3f28385d05c318235018c1c95443f8702 [INFO] running `Command { std: "docker" "start" "-a" "dc94d86c1393c9e80b39e090682d88a3f28385d05c318235018c1c95443f8702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dc94d86c1393c9e80b39e090682d88a3f28385d05c318235018c1c95443f8702", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dc94d86c1393c9e80b39e090682d88a3f28385d05c318235018c1c95443f8702", kill_on_drop: false }` [INFO] [stdout] dc94d86c1393c9e80b39e090682d88a3f28385d05c318235018c1c95443f8702 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+5ec4d3b0c83717313176eefa7d71e9d36dc83355" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3c29e72d759e60b323dc67f86397a65c61b3a8919944c10c9ce9aa9c5dc943c8 [INFO] running `Command { std: "docker" "start" "-a" "3c29e72d759e60b323dc67f86397a65c61b3a8919944c10c9ce9aa9c5dc943c8", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling proc-macro2 v1.0.37 [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling syn v1.0.92 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking os_str_bytes v6.0.0 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking once_cell v1.10.0 [INFO] [stderr] Checking termcolor v1.1.3 [INFO] [stderr] Checking clap_lex v0.2.0 [INFO] [stderr] Compiling lua-src v544.0.1 [INFO] [stderr] Compiling luajit-src v210.3.4+resty073ac54 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Compiling mlua v0.8.0-beta.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.8.1 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking nix v0.24.1 [INFO] [stderr] Checking colored v2.0.0 [INFO] [stderr] Checking ctrlc v3.2.2 [INFO] [stderr] Compiling clap_derive v3.1.7 [INFO] [stderr] Checking clap v3.1.15 [INFO] [stdout] error[E0277]: the trait bound `!: FromLuaMulti<'_>` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.8.0-beta.4/src/chunk.rs:288:14 [INFO] [stdout] | [INFO] [stdout] 288 | self.call(())?; [INFO] [stdout] | ^^^^ the trait `UserData` is not implemented for `!` [INFO] [stdout] | [INFO] [stdout] help: the following other types implement trait `UserData` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.8.0-beta.4/src/userdata_impl.rs:583:9 [INFO] [stdout] | [INFO] [stdout] 583 | impl UserData for $type { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | `Arc>` [INFO] [stdout] | `Arc>` [INFO] [stdout] | `Rc>` [INFO] [stdout] ... [INFO] [stdout] 618 | lua_userdata_impl!(Rc>); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] 619 | lua_userdata_impl!(Arc>); [INFO] [stdout] | --------------------------------- in this macro invocation [INFO] [stdout] 620 | lua_userdata_impl!(Arc>); [INFO] [stdout] | ---------------------------------- in this macro invocation [INFO] [stdout] note: required for `!` to implement `FromLua<'_>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.8.0-beta.4/src/conversion.rs:148:43 [INFO] [stdout] | [INFO] [stdout] 148 | impl<'lua, T: 'static + UserData + Clone> FromLua<'lua> for T { [INFO] [stdout] | -------- ^^^^^^^^^^^^^ ^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] note: required for `!` to implement `FromLuaMulti<'_>` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.8.0-beta.4/src/multi.rs:35:30 [INFO] [stdout] | [INFO] [stdout] 35 | impl<'lua, T: FromLua<'lua>> FromLuaMulti<'lua> for T { [INFO] [stdout] | ------------- ^^^^^^^^^^^^^^^^^^ ^ [INFO] [stdout] | | [INFO] [stdout] | unsatisfied trait bound introduced here [INFO] [stdout] note: required by a bound in `Chunk::<'lua, 'a>::call` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mlua-0.8.0-beta.4/src/chunk.rs:353:41 [INFO] [stdout] | [INFO] [stdout] 353 | pub fn call, R: FromLuaMulti<'lua>>(self, args: A) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ required by this bound in `Chunk::<'lua, 'a>::call` [INFO] [stdout] = note: this error originates in the macro `lua_userdata_impl` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mlua` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "3c29e72d759e60b323dc67f86397a65c61b3a8919944c10c9ce9aa9c5dc943c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3c29e72d759e60b323dc67f86397a65c61b3a8919944c10c9ce9aa9c5dc943c8", kill_on_drop: false }` [INFO] [stdout] 3c29e72d759e60b323dc67f86397a65c61b3a8919944c10c9ce9aa9c5dc943c8