[INFO] crate tdengine 0.1.2 is already in cache [INFO] extracting crate tdengine 0.1.2 into work/ex/beta-1.37-6/sources/1.36.0/reg/tdengine/0.1.2 [INFO] extracting crate tdengine 0.1.2 into work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/tdengine/0.1.2 [INFO] validating manifest of tdengine-0.1.2 on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of tdengine-0.1.2 on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing tdengine-0.1.2 [INFO] removed path dependency td_clua_ext from tdengine-0.1.2 [INFO] finished frobbing tdengine-0.1.2 [INFO] frobbed toml for tdengine-0.1.2 written to work/ex/beta-1.37-6/sources/1.36.0/reg/tdengine/0.1.2/Cargo.toml [INFO] started frobbing tdengine-0.1.2 [INFO] removed path dependency td_clua_ext from tdengine-0.1.2 [INFO] finished frobbing tdengine-0.1.2 [INFO] frobbed toml for tdengine-0.1.2 written to work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/tdengine/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing tdengine-0.1.2 against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/tdengine/0.1.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 608116688b39683ce3439fb22361c6a57eea7077070003e2a9c2599e8956f646 [INFO] running `"docker" "start" "-a" "608116688b39683ce3439fb22361c6a57eea7077070003e2a9c2599e8956f646"` [INFO] [stderr] Compiling td_clua v0.1.2 [INFO] [stderr] Compiling sys-info v0.4.1 [INFO] [stderr] Compiling td_clua_ext v0.1.0 [INFO] [stderr] Compiling td_proto_rust v0.1.4 [INFO] [stderr] Compiling td_rthreadpool v0.1.2 [INFO] [stderr] Compiling td_revent v0.1.6 [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] Compiling td_rredis v0.1.2 [INFO] [stderr] Compiling mysql v2.2.1 [INFO] [stderr] Compiling tiny_http v0.5.9 [INFO] [stderr] Compiling td_rlua v0.1.9 [INFO] [stderr] Compiling tdengine v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/macros.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / macro_rules! ensure { [INFO] [stderr] 10 | | ($expr:expr, $err_result:expr) => ( [INFO] [stderr] 11 | | if !($expr) { fail!($err_result) } [INFO] [stderr] 12 | | ) [INFO] [stderr] 13 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/values.rs:107:32 [INFO] [stderr] | [INFO] [stderr] 107 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/values.rs:109:57 [INFO] [stderr] | [INFO] [stderr] 109 | ErrorRepr::IoError(ref err) => Some(err as &error::Error), [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/db/db_pool.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | let mut list = match pool.db_mysql.contains_key(db_name) { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/db/db_pool.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | let mut list = match pool.db_mysql.contains_key(db_name) { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/mgr/event_mgr.rs:195:13 [INFO] [stderr] | [INFO] [stderr] 195 | let mut socket_event = socket_event.unwrap(); [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/mgr/event_mgr.rs:208:13 [INFO] [stderr] | [INFO] [stderr] 208 | let mut socket_event = socket_event.unwrap(); [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/db/db_pool.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | static mut el: *mut DbPool = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/db/redis_pool.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | static mut el: *mut RedisPool = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `ins` should have an upper case name [INFO] [stderr] --> src/utils/file_utils.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | static mut ins: *mut FileUtils = 0 as *mut _; [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `INS` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/utils/thread_utils.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | static mut el: *mut ThreadUtils = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/utils/telnet_utils.rs:49:12 [INFO] [stderr] | [INFO] [stderr] 49 | static mut el: *mut TelnetUtils = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `ins` should have an upper case name [INFO] [stderr] --> src/utils/log_utils.rs:40:12 [INFO] [stderr] | [INFO] [stderr] 40 | static mut ins: *mut LogUtils = 0 as *mut _; [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `INS` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/lua_engine.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | static mut el: *mut LuaEngine = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/global_config.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | static mut el: *mut GlobalConfig = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: unused unary operation that must be used [INFO] [stderr] --> src/lua_custom/lua_network.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | -1.push_to_lua(lua); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `rid_sequence` should have an upper case name [INFO] [stderr] --> src/lua_custom/lua_util.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | static mut rid_sequence: u32 = 0; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `RID_SEQUENCE` [INFO] [stderr] [INFO] [stderr] warning: static variable `last_rid_time` should have an upper case name [INFO] [stderr] --> src/lua_custom/lua_util.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | static mut last_rid_time: u32 = 0; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `LAST_RID_TIME` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/net/net_config.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | static mut el: *mut Config = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/mgr/service_mgr.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | static mut el: *mut ServiceMgr = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/mgr/http_mgr.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | static mut el: *mut HttpMgr = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/mgr/event_mgr.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | static mut el: *mut EventMgr = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `read_data` should have an upper case name [INFO] [stderr] --> src/mgr/event_mgr.rs:17:12 [INFO] [stderr] | [INFO] [stderr] 17 | static mut read_data: [u8; 65536] = [0; 65536]; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `READ_DATA` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.61s [INFO] running `"docker" "inspect" "608116688b39683ce3439fb22361c6a57eea7077070003e2a9c2599e8956f646"` [INFO] running `"docker" "rm" "-f" "608116688b39683ce3439fb22361c6a57eea7077070003e2a9c2599e8956f646"` [INFO] [stdout] 608116688b39683ce3439fb22361c6a57eea7077070003e2a9c2599e8956f646 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/reg/tdengine/0.1.2:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 0da2d265f9dcb1751d4e2e5b79435bf66fd47167af0c749c2f678ea85421e18b [INFO] running `"docker" "start" "-a" "0da2d265f9dcb1751d4e2e5b79435bf66fd47167af0c749c2f678ea85421e18b"` [INFO] [stderr] Compiling tdengine v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/server.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use(raw_to_ref)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/client.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | #[macro_use(raw_to_ref)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> examples/net.rs:2:13 [INFO] [stderr] | [INFO] [stderr] 2 | #[macro_use(raw_to_ref)] [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::default::Default` [INFO] [stderr] --> examples/net.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use std::default::Default; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused macro definition [INFO] [stderr] --> src/macros.rs:9:1 [INFO] [stderr] | [INFO] [stderr] 9 | / macro_rules! ensure { [INFO] [stderr] 10 | | ($expr:expr, $err_result:expr) => ( [INFO] [stderr] 11 | | if !($expr) { fail!($err_result) } [INFO] [stderr] 12 | | ) [INFO] [stderr] 13 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_macros)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/values.rs:107:32 [INFO] [stderr] | [INFO] [stderr] 107 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/values.rs:109:57 [INFO] [stderr] | [INFO] [stderr] 109 | ErrorRepr::IoError(ref err) => Some(err as &error::Error), [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] [INFO] [stderr] warning: unused variable: `raw` [INFO] [stderr] --> examples/net.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | let raw = Box::into_raw(Box::new(first)); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_raw` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/db/db_pool.rs:65:17 [INFO] [stderr] | [INFO] [stderr] 65 | let mut list = match pool.db_mysql.contains_key(db_name) { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/db/db_pool.rs:92:13 [INFO] [stderr] | [INFO] [stderr] 92 | let mut list = match pool.db_mysql.contains_key(db_name) { [INFO] [stderr] | ----^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/mgr/event_mgr.rs:195:13 [INFO] [stderr] | [INFO] [stderr] 195 | let mut socket_event = socket_event.unwrap(); [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/mgr/event_mgr.rs:208:13 [INFO] [stderr] | [INFO] [stderr] 208 | let mut socket_event = socket_event.unwrap(); [INFO] [stderr] | ----^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/db/db_pool.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | static mut el: *mut DbPool = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/db/redis_pool.rs:21:12 [INFO] [stderr] | [INFO] [stderr] 21 | static mut el: *mut RedisPool = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `ins` should have an upper case name [INFO] [stderr] --> src/utils/file_utils.rs:7:12 [INFO] [stderr] | [INFO] [stderr] 7 | static mut ins: *mut FileUtils = 0 as *mut _; [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `INS` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/utils/thread_utils.rs:8:12 [INFO] [stderr] | [INFO] [stderr] 8 | static mut el: *mut ThreadUtils = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/utils/telnet_utils.rs:49:12 [INFO] [stderr] | [INFO] [stderr] 49 | static mut el: *mut TelnetUtils = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `ins` should have an upper case name [INFO] [stderr] --> src/utils/log_utils.rs:40:12 [INFO] [stderr] | [INFO] [stderr] 40 | static mut ins: *mut LogUtils = 0 as *mut _; [INFO] [stderr] | ^^^ help: convert the identifier to upper case: `INS` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/lua_engine.rs:10:12 [INFO] [stderr] | [INFO] [stderr] 10 | static mut el: *mut LuaEngine = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/global_config.rs:12:12 [INFO] [stderr] | [INFO] [stderr] 12 | static mut el: *mut GlobalConfig = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: unused unary operation that must be used [INFO] [stderr] --> src/lua_custom/lua_network.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | -1.push_to_lua(lua); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `rid_sequence` should have an upper case name [INFO] [stderr] --> src/lua_custom/lua_util.rs:27:16 [INFO] [stderr] | [INFO] [stderr] 27 | static mut rid_sequence: u32 = 0; [INFO] [stderr] | ^^^^^^^^^^^^ help: convert the identifier to upper case: `RID_SEQUENCE` [INFO] [stderr] [INFO] [stderr] warning: static variable `last_rid_time` should have an upper case name [INFO] [stderr] --> src/lua_custom/lua_util.rs:28:16 [INFO] [stderr] | [INFO] [stderr] 28 | static mut last_rid_time: u32 = 0; [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `LAST_RID_TIME` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/net/net_config.rs:4:12 [INFO] [stderr] | [INFO] [stderr] 4 | static mut el: *mut Config = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/mgr/service_mgr.rs:14:12 [INFO] [stderr] | [INFO] [stderr] 14 | static mut el: *mut ServiceMgr = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/mgr/http_mgr.rs:33:12 [INFO] [stderr] | [INFO] [stderr] 33 | static mut el: *mut HttpMgr = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `el` should have an upper case name [INFO] [stderr] --> src/mgr/event_mgr.rs:16:12 [INFO] [stderr] | [INFO] [stderr] 16 | static mut el: *mut EventMgr = 0 as *mut _; [INFO] [stderr] | ^^ help: convert the identifier to upper case: `EL` [INFO] [stderr] [INFO] [stderr] warning: static variable `read_data` should have an upper case name [INFO] [stderr] --> src/mgr/event_mgr.rs:17:12 [INFO] [stderr] | [INFO] [stderr] 17 | static mut read_data: [u8; 65536] = [0; 65536]; [INFO] [stderr] | ^^^^^^^^^ help: convert the identifier to upper case: `READ_DATA` [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/server-47170f6af643f659.server.7ntqhjba-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/server-47170f6af643f659" "/opt/crater/target/debug/examples/server-47170f6af643f659.3y0qsdnhar7gcoek.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-71a801d119c46fcc/out" "-L" "/opt/crater/target/debug/build/sys-info-d0af673ed830f81f/out" "-L" "/opt/crater/target/debug/build/td_clua_ext-50f067c0492a0751/out" "-L" "/opt/crater/target/debug/build/td_clua-35041c8560914cfd/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtdengine-61f03be4279c64a2.rlib" "/opt/crater/target/debug/deps/libtd_clua_ext-89cdfeda9c0dc933.rlib" "/opt/crater/target/debug/deps/libtd_revent-0f187fae74d3c952.rlib" "/opt/crater/target/debug/deps/libnix-06cae26a3fae3d65.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/libtd_rthreadpool-8c7043a013f39ba2.rlib" "/opt/crater/target/debug/deps/libtd_rredis-53c7c67d5457f124.rlib" "/opt/crater/target/debug/deps/libsha1-4e0b2be6b9484fb1.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libtd_proto_rust-295d5a579f737a1e.rlib" "/opt/crater/target/debug/deps/libtd_rlua-6a6bbab7ee00b4c8.rlib" "/opt/crater/target/debug/deps/libtd_clua-7ec5eb1982ed394e.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib" "/opt/crater/target/debug/deps/libtiny_http-9cb6fa79882ef7b8.rlib" "/opt/crater/target/debug/deps/liburl-5013d717a03080df.rlib" "/opt/crater/target/debug/deps/libuuid-459802b5b1b8fefd.rlib" "/opt/crater/target/debug/deps/libencoding-6b8dd5ea4cb27bd5.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-1131a16f0f98b3fe.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-3f1e54dd83c60324.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-658f338d0fb6ac8d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-f69bdce4439b48dd.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-3c524629977f3b84.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-9cf3bdfb00b2f414.rlib" "/opt/crater/target/debug/deps/libascii-38d69f30e6565b5e.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libcrypto-4fc060816668f53e.rlib" "/opt/crater/target/debug/deps/libnet2-8948a19614e1f479.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/libmysql-6356cbe890f5bc15.rlib" "/opt/crater/target/debug/deps/libchrono-d27af93ec73b96aa.rlib" "/opt/crater/target/debug/deps/libnum-afef0f025f3e4a93.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbufstream-5b224a5d1fbfe47c.rlib" "/opt/crater/target/debug/deps/liburl-8e07a5663a041c54.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-9b213b142b87563d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libuuid-afb42bf040a9122a.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "/opt/crater/target/debug/deps/libbitflags-37df1eb7983fc230.rlib" "/opt/crater/target/debug/deps/liblazy_static-f0ae2b35d74e16dd.rlib" "/opt/crater/target/debug/deps/libregex-7a89e5ff12444aa7.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-02a9ee482eb041c6.rlib" "/opt/crater/target/debug/deps/libregex_syntax-a5eed8ba2f170ebb.rlib" "/opt/crater/target/debug/deps/libthread_local-467dae077cd561f0.rlib" "/opt/crater/target/debug/deps/libthread_id-2e10ab5c4aab4cfe.rlib" "/opt/crater/target/debug/deps/libaho_corasick-4952c6174dfb8028.rlib" "/opt/crater/target/debug/deps/libmemchr-450a102319cb1f3f.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libtd_clua-7ec5eb1982ed394e.rlib(loslib.o): In function `os_tmpname': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/td_clua-0.1.2/lua/src/loslib.c:158: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib(sys_info-21fd34bd91e3dbeb.sys_info.8u7x7556-cgu.3.rcgu.o): In function `sys_info::os_type': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:80: undefined reference to `get_os_type' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib(sys_info-21fd34bd91e3dbeb.sys_info.8u7x7556-cgu.3.rcgu.o): In function `sys_info::os_release': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:99: undefined reference to `get_os_release' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib(sys_info-21fd34bd91e3dbeb.sys_info.8u7x7556-cgu.3.rcgu.o): In function `sys_info::cpu_speed': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:134: undefined reference to `get_cpu_speed' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib(sys_info-21fd34bd91e3dbeb.sys_info.8u7x7556-cgu.3.rcgu.o): In function `sys_info::loadavg': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:154: undefined reference to `get_loadavg' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib(sys_info-21fd34bd91e3dbeb.sys_info.8u7x7556-cgu.3.rcgu.o): In function `sys_info::proc_total': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:179: undefined reference to `get_proc_total' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib(sys_info-21fd34bd91e3dbeb.sys_info.8u7x7556-cgu.3.rcgu.o): In function `sys_info::mem_info': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:219: undefined reference to `get_mem_info' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `tdengine`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.0.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.1.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.10.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.11.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.12.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.13.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.14.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.15.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.2.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.3.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.4.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.5.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.6.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.7.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.8.rcgu.o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.client.3ycjzk35-cgu.9.rcgu.o" "-o" "/opt/crater/target/debug/examples/client-ca147cbd7f843833" "/opt/crater/target/debug/examples/client-ca147cbd7f843833.2bexiwk76gsk9blo.rcgu.o" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/crater/target/debug/deps" "-L" "/opt/crater/target/debug/build/rust-crypto-71a801d119c46fcc/out" "-L" "/opt/crater/target/debug/build/sys-info-d0af673ed830f81f/out" "-L" "/opt/crater/target/debug/build/td_clua_ext-50f067c0492a0751/out" "-L" "/opt/crater/target/debug/build/td_clua-35041c8560914cfd/out" "-L" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/crater/target/debug/deps/libtdengine-61f03be4279c64a2.rlib" "/opt/crater/target/debug/deps/libtd_clua_ext-89cdfeda9c0dc933.rlib" "/opt/crater/target/debug/deps/libtd_revent-0f187fae74d3c952.rlib" "/opt/crater/target/debug/deps/libnix-06cae26a3fae3d65.rlib" "/opt/crater/target/debug/deps/libbitflags-d549f9c877106888.rlib" "/opt/crater/target/debug/deps/libtd_rthreadpool-8c7043a013f39ba2.rlib" "/opt/crater/target/debug/deps/libtd_rredis-53c7c67d5457f124.rlib" "/opt/crater/target/debug/deps/libsha1-4e0b2be6b9484fb1.rlib" "/opt/crater/target/debug/deps/libbyteorder-066131f17ea0c99b.rlib" "/opt/crater/target/debug/deps/libtd_proto_rust-295d5a579f737a1e.rlib" "/opt/crater/target/debug/deps/libtd_rlua-6a6bbab7ee00b4c8.rlib" "/opt/crater/target/debug/deps/libtd_clua-7ec5eb1982ed394e.rlib" "/opt/crater/target/debug/deps/liburl-4858f7c80a0a9641.rlib" "/opt/crater/target/debug/deps/libpercent_encoding-880723daba293888.rlib" "/opt/crater/target/debug/deps/libidna-f1bd554acf3de410.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-c4ef84e7768feceb.rlib" "/opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib" "/opt/crater/target/debug/deps/libtiny_http-9cb6fa79882ef7b8.rlib" "/opt/crater/target/debug/deps/liburl-5013d717a03080df.rlib" "/opt/crater/target/debug/deps/libuuid-459802b5b1b8fefd.rlib" "/opt/crater/target/debug/deps/libencoding-6b8dd5ea4cb27bd5.rlib" "/opt/crater/target/debug/deps/libencoding_index_tradchinese-1131a16f0f98b3fe.rlib" "/opt/crater/target/debug/deps/libencoding_index_simpchinese-3f1e54dd83c60324.rlib" "/opt/crater/target/debug/deps/libencoding_index_japanese-658f338d0fb6ac8d.rlib" "/opt/crater/target/debug/deps/libencoding_index_korean-f69bdce4439b48dd.rlib" "/opt/crater/target/debug/deps/libencoding_index_singlebyte-3c524629977f3b84.rlib" "/opt/crater/target/debug/deps/libchunked_transfer-9cf3bdfb00b2f414.rlib" "/opt/crater/target/debug/deps/libascii-38d69f30e6565b5e.rlib" "/opt/crater/target/debug/deps/liblog-bbe9110cf0409309.rlib" "/opt/crater/target/debug/deps/liblog-4d4ce27474bb9998.rlib" "/opt/crater/target/debug/deps/libmysql-6356cbe890f5bc15.rlib" "/opt/crater/target/debug/deps/libchrono-d27af93ec73b96aa.rlib" "/opt/crater/target/debug/deps/libnum-afef0f025f3e4a93.rlib" "/opt/crater/target/debug/deps/libnum_iter-6aa8c2e263944e3d.rlib" "/opt/crater/target/debug/deps/libnum_integer-35be16e7600d6cb9.rlib" "/opt/crater/target/debug/deps/libnum_traits-04277105b9bd2221.rlib" "/opt/crater/target/debug/deps/libfnv-9c46c9dc8e117f05.rlib" "/opt/crater/target/debug/deps/libbufstream-5b224a5d1fbfe47c.rlib" "/opt/crater/target/debug/deps/liburl-8e07a5663a041c54.rlib" "/opt/crater/target/debug/deps/libunicode_bidi-9b213b142b87563d.rlib" "/opt/crater/target/debug/deps/libunicode_normalization-b016911b6ed6746c.rlib" "/opt/crater/target/debug/deps/libsmallvec-3009c93eda7cf4fa.rlib" "/opt/crater/target/debug/deps/libmatches-4743b9188552617d.rlib" "/opt/crater/target/debug/deps/libuuid-afb42bf040a9122a.rlib" "/opt/crater/target/debug/deps/libbyteorder-036ba18ccd728094.rlib" "/opt/crater/target/debug/deps/libbitflags-37df1eb7983fc230.rlib" "/opt/crater/target/debug/deps/liblazy_static-f0ae2b35d74e16dd.rlib" "/opt/crater/target/debug/deps/libregex-7a89e5ff12444aa7.rlib" "/opt/crater/target/debug/deps/libutf8_ranges-02a9ee482eb041c6.rlib" "/opt/crater/target/debug/deps/libregex_syntax-a5eed8ba2f170ebb.rlib" "/opt/crater/target/debug/deps/libthread_local-467dae077cd561f0.rlib" "/opt/crater/target/debug/deps/libthread_id-2e10ab5c4aab4cfe.rlib" "/opt/crater/target/debug/deps/libaho_corasick-4952c6174dfb8028.rlib" "/opt/crater/target/debug/deps/libmemchr-450a102319cb1f3f.rlib" "/opt/crater/target/debug/deps/libcrypto-4fc060816668f53e.rlib" "/opt/crater/target/debug/deps/libtime-edf45e35c919afdd.rlib" "/opt/crater/target/debug/deps/librustc_serialize-349ba31664dfb847.rlib" "/opt/crater/target/debug/deps/librand-e08ba8aab010d886.rlib" "/opt/crater/target/debug/deps/librand-12c0152561214ea4.rlib" "/opt/crater/target/debug/deps/libnet2-8948a19614e1f479.rlib" "/opt/crater/target/debug/deps/libcfg_if-17244d8fcea476bd.rlib" "/opt/crater/target/debug/deps/liblibc-15b143653abd1ffe.rlib" "-Wl,--start-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-a80a1e8e09cafef8.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-e0e6351da805c468.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace-e04f54bafc95e331.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libbacktrace_sys-67901d3322495bd5.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-bd390b1abaceaec1.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-312dd37fdc7bedfc.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8ed0e51d58d644a3.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-8a423c320a6c707f.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-d6a95598e2238263.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-d231614b153016eb.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-3821619027f463e4.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-1cfd794d18771a44.rlib" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-dcf33cf10c2452ef.rlib" "-Wl,--end-group" "/opt/crater/rustup-home/toolchains/beta-2019-07-23-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c258fea34bf64bce.rlib" "-Wl,-Bdynamic" "-lutil" "-lutil" "-ldl" "-lrt" "-lpthread" "-lgcc_s" "-lc" "-lm" "-lrt" "-lpthread" "-lutil" "-lutil" [INFO] [stderr] = note: /opt/crater/target/debug/deps/libtd_clua-7ec5eb1982ed394e.rlib(loslib.o): In function `os_tmpname': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/td_clua-0.1.2/lua/src/loslib.c:158: warning: the use of `tmpnam' is dangerous, better use `mkstemp' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib(sys_info-21fd34bd91e3dbeb.sys_info.8u7x7556-cgu.3.rcgu.o): In function `sys_info::os_type': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:80: undefined reference to `get_os_type' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib(sys_info-21fd34bd91e3dbeb.sys_info.8u7x7556-cgu.3.rcgu.o): In function `sys_info::os_release': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:99: undefined reference to `get_os_release' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib(sys_info-21fd34bd91e3dbeb.sys_info.8u7x7556-cgu.3.rcgu.o): In function `sys_info::cpu_speed': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:134: undefined reference to `get_cpu_speed' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib(sys_info-21fd34bd91e3dbeb.sys_info.8u7x7556-cgu.3.rcgu.o): In function `sys_info::loadavg': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:154: undefined reference to `get_loadavg' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib(sys_info-21fd34bd91e3dbeb.sys_info.8u7x7556-cgu.3.rcgu.o): In function `sys_info::proc_total': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:179: undefined reference to `get_proc_total' [INFO] [stderr] /opt/crater/target/debug/deps/libsys_info-21fd34bd91e3dbeb.rlib(sys_info-21fd34bd91e3dbeb.sys_info.8u7x7556-cgu.3.rcgu.o): In function `sys_info::mem_info': [INFO] [stderr] /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/sys-info-0.4.1/lib.rs:219: undefined reference to `get_mem_info' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `tdengine`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "0da2d265f9dcb1751d4e2e5b79435bf66fd47167af0c749c2f678ea85421e18b"` [INFO] running `"docker" "rm" "-f" "0da2d265f9dcb1751d4e2e5b79435bf66fd47167af0c749c2f678ea85421e18b"` [INFO] [stdout] 0da2d265f9dcb1751d4e2e5b79435bf66fd47167af0c749c2f678ea85421e18b