[INFO] fetching crate lua_actor 0.1.18... [INFO] checking lua_actor-0.1.18 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate lua_actor 0.1.18 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate lua_actor 0.1.18 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate lua_actor 0.1.18 [INFO] finished tweaking crates.io crate lua_actor 0.1.18 [INFO] tweaked toml for crates.io crate lua_actor 0.1.18 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fp_rust v0.1.39 [INFO] [stderr] Downloaded rlua v0.17.0 [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 13bf3339702e68de3cab5c22ad9f126c2dd4e7f6f9487ce03fc83ffd6022e8f6 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "13bf3339702e68de3cab5c22ad9f126c2dd4e7f6f9487ce03fc83ffd6022e8f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13bf3339702e68de3cab5c22ad9f126c2dd4e7f6f9487ce03fc83ffd6022e8f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13bf3339702e68de3cab5c22ad9f126c2dd4e7f6f9487ce03fc83ffd6022e8f6", kill_on_drop: false }` [INFO] [stdout] 13bf3339702e68de3cab5c22ad9f126c2dd4e7f6f9487ce03fc83ffd6022e8f6 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fd04c480b3c09699363775887bfbdfd0e7de14519fbb3e67193db0e72ddad399 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "fd04c480b3c09699363775887bfbdfd0e7de14519fbb3e67193db0e72ddad399", kill_on_drop: false }` [INFO] [stderr] Checking fp_rust v0.1.39 [INFO] [stderr] Compiling rlua v0.17.0 [INFO] [stderr] Checking bstr v0.2.13 [INFO] [stderr] Checking lua_actor v0.1.18 (/opt/rustwide/workdir) [INFO] [stdout] error[E0053]: method `from_lua` has an incompatible type for trait [INFO] [stdout] --> src/message.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 208 | fn from_lua(v: Value, lua: &'lua Lua) -> LuaResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `LuaContext`, found `&Lua` [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `fn(Value<'lua>, LuaContext<'lua>) -> std::result::Result<_, _>` [INFO] [stdout] found fn pointer `fn(Value<'_>, &'lua Lua) -> std::result::Result<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0053]: method `to_lua` has an incompatible type for trait [INFO] [stdout] --> src/message.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | fn to_lua(self, lua: &'lua Lua) -> LuaResult> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `LuaContext`, found `&Lua` [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `fn(LuaMessage, LuaContext<'lua>) -> std::result::Result<_, _>` [INFO] [stdout] found fn pointer `fn(LuaMessage, &'lua Lua) -> std::result::Result<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0053]: method `from_lua` has an incompatible type for trait [INFO] [stdout] --> src/message.rs:208:5 [INFO] [stdout] | [INFO] [stdout] 208 | fn from_lua(v: Value, lua: &'lua Lua) -> LuaResult { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `fn(LuaValue<'lua>, LuaContext<'lua>) -> std::result::Result<_, _>` [INFO] [stdout] found fn pointer `fn(LuaValue<'_>, &'lua rlua::Lua) -> std::result::Result<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0053]: method `to_lua` has an incompatible type for trait [INFO] [stdout] --> src/message.rs:232:5 [INFO] [stdout] | [INFO] [stdout] 232 | fn to_lua(self, lua: &'lua Lua) -> LuaResult> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] | [INFO] [stdout] = note: expected fn pointer `fn(message::LuaMessage, LuaContext<'lua>) -> std::result::Result<_, _>` [INFO] [stdout] found fn pointer `fn(message::LuaMessage, &'lua rlua::Lua) -> std::result::Result<_, _>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `globals` found for reference `&'lua Lua` in the current scope [INFO] [stdout] --> src/actor.rs:106:13 [INFO] [stdout] | [INFO] [stdout] 106 | lua.globals().set::<_, V>(key, value) [INFO] [stdout] | ^^^^^^^ method not found in `&'lua Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `globals` found for reference `&'lua Lua` in the current scope [INFO] [stdout] --> src/actor.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | lua.globals().get::<_, V>(key) [INFO] [stdout] | ^^^^^^^ method not found in `&'lua Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_function` found for reference `&'lua Lua` in the current scope [INFO] [stdout] --> src/actor.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | lua.create_function(func) [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&'lua Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `globals` found for struct `MutexGuard<'_, Lua>` in the current scope [INFO] [stdout] --> src/actor.rs:182:63 [INFO] [stdout] | [INFO] [stdout] 182 | let _ = Self::def_fn_with_name(&lua, &lua.globals(), func.clone(), key); [INFO] [stdout] | ^^^^^^^ method not found in `MutexGuard<'_, Lua>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `globals` found for struct `MutexGuard<'_, Lua>` in the current scope [INFO] [stdout] --> src/actor.rs:187:51 [INFO] [stdout] | [INFO] [stdout] 187 | Self::def_fn_with_name(&lua, &lua.globals(), func.clone(), key)?; [INFO] [stdout] | ^^^^^^^ method not found in `MutexGuard<'_, Lua>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `load` found for reference `&'lua Lua` in the current scope [INFO] [stdout] --> src/actor.rs:199:13 [INFO] [stdout] | [INFO] [stdout] 199 | lua.load(source, name) [INFO] [stdout] | ^^^^ method not found in `&'lua Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `exec` found for struct `MutexGuard<'_, Lua>` in the current scope [INFO] [stdout] --> src/actor.rs:258:29 [INFO] [stdout] | [INFO] [stdout] 258 | lua.lock().unwrap().exec(source, name) [INFO] [stdout] | ^^^^ method not found in `MutexGuard<'_, Lua>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `exec` found for reference `&'lua Lua` in the current scope [INFO] [stdout] --> src/actor.rs:265:13 [INFO] [stdout] | [INFO] [stdout] 265 | lua.exec(source, name) [INFO] [stdout] | ^^^^ method not found in `&'lua Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `eval` found for struct `MutexGuard<'_, Lua>` in the current scope [INFO] [stdout] --> src/actor.rs:284:29 [INFO] [stdout] | [INFO] [stdout] 284 | lua.lock().unwrap().eval(source, name) [INFO] [stdout] | ^^^^ method not found in `MutexGuard<'_, Lua>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `eval` found for reference `&'lua Lua` in the current scope [INFO] [stdout] --> src/actor.rs:291:13 [INFO] [stdout] | [INFO] [stdout] 291 | lua.eval(source, name) [INFO] [stdout] | ^^^^ method not found in `&'lua Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `globals` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stdout] --> src/actor.rs:106:13 [INFO] [stdout] | [INFO] [stdout] 106 | lua.globals().set::<_, V>(key, value) [INFO] [stdout] | ^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `globals` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stdout] --> src/actor.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | lua.globals().get::<_, V>(key) [INFO] [stdout] | ^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_function` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stdout] --> src/actor.rs:149:13 [INFO] [stdout] | [INFO] [stdout] 149 | lua.create_function(func) [INFO] [stdout] | ^^^^^^^^^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `globals` found for struct `MutexGuard<'_, Lua>` in the current scope [INFO] [stdout] --> src/actor.rs:322:33 [INFO] [stdout] | [INFO] [stdout] 322 | let func: Function = vm.globals().get::<_, Function>(name)?; [INFO] [stdout] | ^^^^^^^ method not found in `MutexGuard<'_, Lua>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `globals` found for reference `&'lua Lua` in the current scope [INFO] [stdout] --> src/actor.rs:332:34 [INFO] [stdout] | [INFO] [stdout] 332 | let func: Function = lua.globals().get::<_, Function>(name)?; [INFO] [stdout] | ^^^^^^^ method not found in `&'lua Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `globals` found for struct `MutexGuard<'_, rlua::Lua>` in the current scope [INFO] [stdout] --> src/actor.rs:182:63 [INFO] [stdout] | [INFO] [stdout] 182 | let _ = Self::def_fn_with_name(&lua, &lua.globals(), func.clone(), key); [INFO] [stdout] | ^^^^^^^ method not found in `MutexGuard<'_, rlua::Lua>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `globals` found for struct `MutexGuard<'_, rlua::Lua>` in the current scope [INFO] [stdout] --> src/actor.rs:187:51 [INFO] [stdout] | [INFO] [stdout] 187 | Self::def_fn_with_name(&lua, &lua.globals(), func.clone(), key)?; [INFO] [stdout] | ^^^^^^^ method not found in `MutexGuard<'_, rlua::Lua>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `load` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stdout] --> src/actor.rs:199:13 [INFO] [stdout] | [INFO] [stdout] 199 | lua.load(source, name) [INFO] [stdout] | ^^^^ method not found in `&'lua rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `exec` found for struct `MutexGuard<'_, rlua::Lua>` in the current scope [INFO] [stdout] --> src/actor.rs:258:29 [INFO] [stdout] | [INFO] [stdout] 258 | lua.lock().unwrap().exec(source, name) [INFO] [stdout] | ^^^^ method not found in `MutexGuard<'_, rlua::Lua>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `exec` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stdout] --> src/actor.rs:265:13 [INFO] [stdout] | [INFO] [stdout] 265 | lua.exec(source, name) [INFO] [stdout] | ^^^^ method not found in `&'lua rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `eval` found for struct `MutexGuard<'_, rlua::Lua>` in the current scope [INFO] [stdout] --> src/actor.rs:284:29 [INFO] [stdout] | [INFO] [stdout] 284 | lua.lock().unwrap().eval(source, name) [INFO] [stdout] | ^^^^ method not found in `MutexGuard<'_, rlua::Lua>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `eval` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stdout] --> src/actor.rs:291:13 [INFO] [stdout] | [INFO] [stdout] 291 | lua.eval(source, name) [INFO] [stdout] | ^^^^ method not found in `&'lua rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `globals` found for struct `MutexGuard<'_, rlua::Lua>` in the current scope [INFO] [stdout] --> src/actor.rs:322:33 [INFO] [stdout] | [INFO] [stdout] 322 | let func: Function = vm.globals().get::<_, Function>(name)?; [INFO] [stdout] | ^^^^^^^ method not found in `MutexGuard<'_, rlua::Lua>` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `globals` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stdout] --> src/actor.rs:332:34 [INFO] [stdout] | [INFO] [stdout] 332 | let func: Function = lua.globals().get::<_, Function>(name)?; [INFO] [stdout] | ^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:210:90 [INFO] [stdout] | [INFO] [stdout] 210 | Value::String(x) => Ok(LuaMessage::String(String::from_lua(Value::String(x), lua)?)), [INFO] [stdout] | ^^^ expected struct `LuaContext`, found `&Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `coerce_integer` found for reference `&'lua Lua` in the current scope [INFO] [stdout] --> src/message.rs:211:61 [INFO] [stdout] | [INFO] [stdout] 211 | Value::Integer(_) => Ok(LuaMessage::Integer(lua.coerce_integer(v)? as i64)), [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `&'lua Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `coerce_number` found for reference `&'lua Lua` in the current scope [INFO] [stdout] --> src/message.rs:212:59 [INFO] [stdout] | [INFO] [stdout] 212 | Value::Number(_) => Ok(LuaMessage::Number(lua.coerce_number(v)? as f64)), [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&'lua Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:210:90 [INFO] [stdout] | [INFO] [stdout] 210 | Value::String(x) => Ok(LuaMessage::String(String::from_lua(Value::String(x), lua)?)), [INFO] [stdout] | ^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `coerce_integer` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stdout] --> src/message.rs:211:61 [INFO] [stdout] | [INFO] [stdout] 211 | Value::Integer(_) => Ok(LuaMessage::Integer(lua.coerce_integer(v)? as i64)), [INFO] [stdout] | ^^^^^^^^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `coerce_number` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stdout] --> src/message.rs:212:59 [INFO] [stdout] | [INFO] [stdout] 212 | Value::Number(_) => Ok(LuaMessage::Number(lua.coerce_number(v)? as f64)), [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:220:73 [INFO] [stdout] | [INFO] [stdout] 220 | Ok(LuaMessage::Array(Vec::from_lua(Value::Table(t), lua)?)) [INFO] [stdout] | ^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:220:73 [INFO] [stdout] | [INFO] [stdout] 220 | Ok(LuaMessage::Array(Vec::from_lua(Value::Table(t), lua)?)) [INFO] [stdout] | ^^^ expected struct `LuaContext`, found `&Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:222:77 [INFO] [stdout] | [INFO] [stdout] 222 | Ok(LuaMessage::Table(HashMap::from_lua(Value::Table(t), lua)?)) [INFO] [stdout] | ^^^ expected struct `LuaContext`, found `&Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_string` found for reference `&'lua Lua` in the current scope [INFO] [stdout] --> src/message.rs:234:59 [INFO] [stdout] | [INFO] [stdout] 234 | LuaMessage::String(x) => Ok(Value::String(lua.create_string(&x)?)), [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&'lua Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:222:77 [INFO] [stdout] | [INFO] [stdout] 222 | Ok(LuaMessage::Table(HashMap::from_lua(Value::Table(t), lua)?)) [INFO] [stdout] | ^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_table_from` found for reference `&'lua Lua` in the current scope [INFO] [stdout] --> src/message.rs:239:57 [INFO] [stdout] | [INFO] [stdout] 239 | LuaMessage::Table(x) => Ok(Value::Table(lua.create_table_from(x)?)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `&'lua Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_sequence_from` found for reference `&'lua Lua` in the current scope [INFO] [stdout] --> src/message.rs:240:57 [INFO] [stdout] | [INFO] [stdout] 240 | LuaMessage::Array(x) => Ok(Value::Table(lua.create_sequence_from(x)?)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ method not found in `&'lua Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_string` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stdout] --> src/message.rs:234:59 [INFO] [stdout] | [INFO] [stdout] 234 | LuaMessage::String(x) => Ok(Value::String(lua.create_string(&x)?)), [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_table_from` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stdout] --> src/message.rs:239:57 [INFO] [stdout] | [INFO] [stdout] 239 | LuaMessage::Table(x) => Ok(Value::Table(lua.create_table_from(x)?)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_sequence_from` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stdout] --> src/message.rs:240:57 [INFO] [stdout] | [INFO] [stdout] 240 | LuaMessage::Array(x) => Ok(Value::Table(lua.create_sequence_from(x)?)), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 22 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0053, E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0053`. [INFO] [stdout] [INFO] [stderr] error: could not compile `lua_actor` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:274:58 [INFO] [stdout] | [INFO] [stdout] 274 | discriminant(&LuaMessage::Integer(42).to_lua(&lua).unwrap()), [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:278:72 [INFO] [stdout] | [INFO] [stdout] 278 | discriminant(&LuaMessage::String("foo".to_string()).to_lua(&lua).unwrap()), [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_string` found for struct `rlua::Lua` in the current scope [INFO] [stdout] --> src/message.rs:279:45 [INFO] [stdout] | [INFO] [stdout] 279 | discriminant(&Value::String(lua.create_string("foo").unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:282:59 [INFO] [stdout] | [INFO] [stdout] 282 | discriminant(&LuaMessage::Number(42.5).to_lua(&lua).unwrap()), [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:286:60 [INFO] [stdout] | [INFO] [stdout] 286 | discriminant(&LuaMessage::Boolean(true).to_lua(&lua).unwrap()), [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:290:50 [INFO] [stdout] | [INFO] [stdout] 290 | discriminant(&LuaMessage::Nil.to_lua(&lua).unwrap()), [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:297:55 [INFO] [stdout] | [INFO] [stdout] 297 | discriminant(&LuaMessage::Table(t).to_lua(&lua).unwrap()), [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_table` found for struct `rlua::Lua` in the current scope [INFO] [stdout] --> src/message.rs:298:44 [INFO] [stdout] | [INFO] [stdout] 298 | discriminant(&Value::Table(lua.create_table().unwrap())) [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:307:68 [INFO] [stdout] | [INFO] [stdout] 307 | discriminant(&LuaMessage::from_lua(Value::Integer(42), &lua).unwrap()), [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:311:69 [INFO] [stdout] | [INFO] [stdout] 311 | discriminant(&LuaMessage::from_lua(Value::Number(42.5), &lua).unwrap()), [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_string` found for struct `rlua::Lua` in the current scope [INFO] [stdout] --> src/message.rs:316:57 [INFO] [stdout] | [INFO] [stdout] 316 | &LuaMessage::from_lua(Value::String(lua.create_string("foo").unwrap()), &lua) [INFO] [stdout] | ^^^^^^^^^^^^^ method not found in `rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:316:89 [INFO] [stdout] | [INFO] [stdout] 316 | &LuaMessage::from_lua(Value::String(lua.create_string("foo").unwrap()), &lua) [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:322:70 [INFO] [stdout] | [INFO] [stdout] 322 | discriminant(&LuaMessage::from_lua(Value::Boolean(true), &lua).unwrap()), [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:326:60 [INFO] [stdout] | [INFO] [stdout] 326 | discriminant(&LuaMessage::from_lua(Value::Nil, &lua).unwrap()), [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_table` found for struct `rlua::Lua` in the current scope [INFO] [stdout] --> src/message.rs:334:56 [INFO] [stdout] | [INFO] [stdout] 334 | &LuaMessage::from_lua(Value::Table(lua.create_table().unwrap()), &lua).unwrap() [INFO] [stdout] | ^^^^^^^^^^^^ method not found in `rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:334:82 [INFO] [stdout] | [INFO] [stdout] 334 | &LuaMessage::from_lua(Value::Table(lua.create_table().unwrap()), &lua).unwrap() [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `create_sequence_from` found for struct `rlua::Lua` in the current scope [INFO] [stdout] --> src/message.rs:344:29 [INFO] [stdout] | [INFO] [stdout] 344 | lua.create_sequence_from(vec!(LuaMessage::from(1), LuaMessage::from(2))) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ method not found in `rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> src/message.rs:347:21 [INFO] [stdout] | [INFO] [stdout] 347 | &lua [INFO] [stdout] | ^^^^ expected struct `LuaContext`, found `&rlua::Lua` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 40 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0053, E0308, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0053`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "fd04c480b3c09699363775887bfbdfd0e7de14519fbb3e67193db0e72ddad399", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd04c480b3c09699363775887bfbdfd0e7de14519fbb3e67193db0e72ddad399", kill_on_drop: false }` [INFO] [stdout] fd04c480b3c09699363775887bfbdfd0e7de14519fbb3e67193db0e72ddad399