[INFO] fetching crate hyper_lua_actor 0.1.1... [INFO] testing hyper_lua_actor-0.1.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate hyper_lua_actor 0.1.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate hyper_lua_actor 0.1.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate hyper_lua_actor 0.1.1 [INFO] removed 1 missing tests [INFO] finished tweaking crates.io crate hyper_lua_actor 0.1.1 [INFO] tweaked toml for crates.io crate hyper_lua_actor 0.1.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 040b9b5dffa0ca8d739adb748f6d31173444b4dc7c911af05df7dc3105ac4b0c [INFO] running `"docker" "start" "-a" "040b9b5dffa0ca8d739adb748f6d31173444b4dc7c911af05df7dc3105ac4b0c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling slab v0.4.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling futures v0.1.29 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling bytes v0.5.4 [INFO] [stderr] Compiling futures-core v0.3.5 [INFO] [stderr] Compiling pin-project-lite v0.1.7 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling futures-task v0.3.5 [INFO] [stderr] Compiling futures-sink v0.3.5 [INFO] [stderr] Compiling httparse v1.3.4 [INFO] [stderr] Compiling try-lock v0.2.2 [INFO] [stderr] Compiling tower-service v0.3.0 [INFO] [stderr] Compiling fp_rust v0.1.39 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling indexmap v1.4.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling rlua v0.17.0 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.34 [INFO] [stderr] Compiling socket2 v0.3.12 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling smallvec v0.6.13 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling http v0.2.1 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio-executor v0.1.10 [INFO] [stderr] Compiling tokio-io v0.1.13 [INFO] [stderr] Compiling tokio-sync v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.18 [INFO] [stderr] Compiling tokio-timer v0.2.13 [INFO] [stderr] Compiling tokio-current-thread v0.1.7 [INFO] [stderr] Compiling tokio-codec v0.1.2 [INFO] [stderr] Compiling tokio-reactor v0.1.12 [INFO] [stderr] Compiling tokio-uds v0.2.6 [INFO] [stderr] Compiling tokio-tcp v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.6 [INFO] [stderr] Compiling tokio-fs v0.1.7 [INFO] [stderr] Compiling http-body v0.3.1 [INFO] [stderr] Compiling tokio v0.1.22 [INFO] [stderr] Compiling lua_actor v0.1.18 [INFO] [stderr] error[E0053]: method `from_lua` has an incompatible type for trait [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/message.rs:208:5 [INFO] [stderr] | [INFO] [stderr] 208 | fn from_lua(v: Value, lua: &'lua Lua) -> LuaResult { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rlua::Context`, found `&rlua::Lua` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(rlua::Value<'lua>, rlua::Context<'lua>) -> std::result::Result<_, _>` [INFO] [stderr] found fn pointer `fn(rlua::Value<'_>, &'lua rlua::Lua) -> std::result::Result<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `to_lua` has an incompatible type for trait [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/message.rs:232:5 [INFO] [stderr] | [INFO] [stderr] 232 | fn to_lua(self, lua: &'lua Lua) -> LuaResult> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected struct `rlua::Context`, found `&rlua::Lua` [INFO] [stderr] | [INFO] [stderr] = note: expected fn pointer `fn(message::LuaMessage, rlua::Context<'lua>) -> std::result::Result<_, _>` [INFO] [stderr] found fn pointer `fn(message::LuaMessage, &'lua rlua::Lua) -> std::result::Result<_, _>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `globals` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/actor.rs:106:13 [INFO] [stderr] | [INFO] [stderr] 106 | lua.globals().set::<_, V>(key, value) [INFO] [stderr] | ^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `globals` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/actor.rs:123:13 [INFO] [stderr] | [INFO] [stderr] 123 | lua.globals().get::<_, V>(key) [INFO] [stderr] | ^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_function` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/actor.rs:149:13 [INFO] [stderr] | [INFO] [stderr] 149 | lua.create_function(func) [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `globals` found for struct `std::sync::MutexGuard<'_, rlua::Lua>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/actor.rs:182:63 [INFO] [stderr] | [INFO] [stderr] 182 | let _ = Self::def_fn_with_name(&lua, &lua.globals(), func.clone(), key); [INFO] [stderr] | ^^^^^^^ method not found in `std::sync::MutexGuard<'_, rlua::Lua>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `globals` found for struct `std::sync::MutexGuard<'_, rlua::Lua>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/actor.rs:187:51 [INFO] [stderr] | [INFO] [stderr] 187 | Self::def_fn_with_name(&lua, &lua.globals(), func.clone(), key)?; [INFO] [stderr] | ^^^^^^^ method not found in `std::sync::MutexGuard<'_, rlua::Lua>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `load` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/actor.rs:199:13 [INFO] [stderr] | [INFO] [stderr] 199 | lua.load(source, name) [INFO] [stderr] | ^^^^ method not found in `&'lua rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `exec` found for struct `std::sync::MutexGuard<'_, rlua::Lua>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/actor.rs:258:29 [INFO] [stderr] | [INFO] [stderr] 258 | lua.lock().unwrap().exec(source, name) [INFO] [stderr] | ^^^^ method not found in `std::sync::MutexGuard<'_, rlua::Lua>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `exec` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/actor.rs:265:13 [INFO] [stderr] | [INFO] [stderr] 265 | lua.exec(source, name) [INFO] [stderr] | ^^^^ method not found in `&'lua rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `eval` found for struct `std::sync::MutexGuard<'_, rlua::Lua>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/actor.rs:284:29 [INFO] [stderr] | [INFO] [stderr] 284 | lua.lock().unwrap().eval(source, name) [INFO] [stderr] | ^^^^ method not found in `std::sync::MutexGuard<'_, rlua::Lua>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `eval` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/actor.rs:291:13 [INFO] [stderr] | [INFO] [stderr] 291 | lua.eval(source, name) [INFO] [stderr] | ^^^^ method not found in `&'lua rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `globals` found for struct `std::sync::MutexGuard<'_, rlua::Lua>` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/actor.rs:322:33 [INFO] [stderr] | [INFO] [stderr] 322 | let func: Function = vm.globals().get::<_, Function>(name)?; [INFO] [stderr] | ^^^^^^^ method not found in `std::sync::MutexGuard<'_, rlua::Lua>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `globals` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/actor.rs:332:34 [INFO] [stderr] | [INFO] [stderr] 332 | let func: Function = lua.globals().get::<_, Function>(name)?; [INFO] [stderr] | ^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stderr] [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/message.rs:210:90 [INFO] [stderr] | [INFO] [stderr] 210 | Value::String(x) => Ok(LuaMessage::String(String::from_lua(Value::String(x), lua)?)), [INFO] [stderr] | ^^^ expected struct `rlua::Context`, found `&rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `coerce_integer` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/message.rs:211:61 [INFO] [stderr] | [INFO] [stderr] 211 | Value::Integer(_) => Ok(LuaMessage::Integer(lua.coerce_integer(v)? as i64)), [INFO] [stderr] | ^^^^^^^^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `coerce_number` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/message.rs:212:59 [INFO] [stderr] | [INFO] [stderr] 212 | Value::Number(_) => Ok(LuaMessage::Number(lua.coerce_number(v)? as f64)), [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/message.rs:220:73 [INFO] [stderr] | [INFO] [stderr] 220 | Ok(LuaMessage::Array(Vec::from_lua(Value::Table(t), lua)?)) [INFO] [stderr] | ^^^ expected struct `rlua::Context`, found `&rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/message.rs:222:77 [INFO] [stderr] | [INFO] [stderr] 222 | Ok(LuaMessage::Table(HashMap::from_lua(Value::Table(t), lua)?)) [INFO] [stderr] | ^^^ expected struct `rlua::Context`, found `&rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_string` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/message.rs:234:59 [INFO] [stderr] | [INFO] [stderr] 234 | LuaMessage::String(x) => Ok(Value::String(lua.create_string(&x)?)), [INFO] [stderr] | ^^^^^^^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_table_from` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/message.rs:239:57 [INFO] [stderr] | [INFO] [stderr] 239 | LuaMessage::Table(x) => Ok(Value::Table(lua.create_table_from(x)?)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `create_sequence_from` found for reference `&'lua rlua::Lua` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lua_actor-0.1.18/src/message.rs:240:57 [INFO] [stderr] | [INFO] [stderr] 240 | LuaMessage::Array(x) => Ok(Value::Table(lua.create_sequence_from(x)?)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ method not found in `&'lua rlua::Lua` [INFO] [stderr] [INFO] [stderr] error: aborting due to 22 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0053, E0308, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0053`. [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] [stderr] error: build failed [INFO] running `"docker" "inspect" "040b9b5dffa0ca8d739adb748f6d31173444b4dc7c911af05df7dc3105ac4b0c"` [INFO] running `"docker" "rm" "-f" "040b9b5dffa0ca8d739adb748f6d31173444b4dc7c911af05df7dc3105ac4b0c"` [INFO] [stdout] 040b9b5dffa0ca8d739adb748f6d31173444b4dc7c911af05df7dc3105ac4b0c